:root{--navy:#061725;--navy2:#0a2a42;--blue:#0077d9;--cyan:#49d9ff;--ice:#eefaff;--soft:#f7fcff;--text:#092236;--muted:#647d91;--line:#d8edf7;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--text);background:#fff;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}.topbar{background:var(--navy);color:#cfeeff;font-size:13px}.topbar .container{display:flex;justify-content:space-between;gap:12px;padding:8px 0}.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.86);backdrop-filter:blur(16px);border-bottom:1px solid rgba(216,237,247,.75)}.nav{display:flex;align-items:center;justify-content:space-between;padding:12px 0}.brand{display:flex;align-items:center;gap:10px;font-weight:1000;color:var(--navy);letter-spacing:.4px}.brand img{width:50px;height:50px;object-fit:contain}.brand span{font-size:15px}.links{display:flex;gap:23px;align-items:center;color:#365a70;font-weight:850;font-size:14px}.links a:hover{color:var(--blue)}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;font-weight:1000;border:1px solid transparent;transition:.22s}.btn.primary{background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;box-shadow:0 18px 45px rgba(0,119,217,.22)}.btn.dark{background:var(--navy);color:#fff}.btn.ghost{background:rgba(255,255,255,.13);color:#fff;border-color:rgba(255,255,255,.35);backdrop-filter:blur(10px)}.btn.light{background:#fff;color:var(--navy);border-color:#c8ecf8}.btn:hover{transform:translateY(-2px)}.hero{min-height:calc(100vh - 82px);position:relative;display:grid;place-items:center;overflow:hidden;background:var(--navy);color:#fff}.hero video,.hero .poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero .poster{background:url('assets/hero-poster.jpg') center/cover no-repeat}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,23,37,.88),rgba(6,23,37,.62),rgba(6,23,37,.82)),radial-gradient(circle at 80% 35%,rgba(73,217,255,.24),transparent 38%)}.hero-inner{position:relative;z-index:2;text-align:center;padding:110px 0 80px}.pill{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.24);color:#e9fbff;border-radius:999px;padding:9px 14px;font-weight:900;font-size:13px;backdrop-filter:blur(12px)}.hero h1{font-size:clamp(52px,8.4vw,118px);line-height:.9;letter-spacing:-5px;margin:22px auto 20px;max-width:1050px}.hero p{font-size:clamp(18px,2.1vw,24px);line-height:1.55;color:#d7edf6;max-width:820px;margin:0 auto}.hero-actions{display:flex;gap:13px;justify-content:center;flex-wrap:wrap;margin-top:30px}.hero-products{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:32px}.hero-products span{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.1);border-radius:999px;padding:10px 13px;font-weight:900;color:#dff7ff}.stats{position:relative;z-index:3;margin-top:-52px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;background:#fff;border:1px solid var(--line);border-radius:32px;padding:16px;box-shadow:0 30px 80px rgba(6,23,37,.14)}.stat{padding:20px 18px;border-radius:23px;background:linear-gradient(180deg,#fff,#f4fcff);text-align:center}.stat b{font-size:28px;color:var(--navy);display:block}.stat span{font-weight:850;color:var(--muted);font-size:13px}.section{padding:92px 0}.section.soft{background:var(--soft)}.section.navy{background:var(--navy);color:#fff}.section-head{max-width:820px;margin:0 auto 44px;text-align:center}.section-head.left{text-align:left;margin-left:0}.eyebrow{display:inline-flex;color:#0075a8;background:#eafaFF;border:1px solid #b7edff;border-radius:999px;padding:9px 14px;font-weight:1000;font-size:13px}.section h2{font-size:clamp(36px,5.6vw,74px);line-height:.96;letter-spacing:-3px;margin:18px 0 14px;color:var(--navy)}.navy h2{color:#fff}.section-head p,.lead{font-size:18px;line-height:1.7;color:var(--muted)}.navy .section-head p{color:#cde8f3}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product{background:#fff;border:1px solid var(--line);border-radius:34px;padding:28px;min-height:300px;position:relative;overflow:hidden;box-shadow:0 18px 55px rgba(6,23,37,.05);transition:.22s}.product:hover{transform:translateY(-5px);box-shadow:0 30px 85px rgba(6,23,37,.09)}.product:before{content:"";position:absolute;right:-35px;top:-35px;width:150px;height:150px;background:radial-gradient(circle,rgba(73,217,255,.22),transparent 65%)}.product .icon{width:72px;height:72px;border-radius:24px;background:linear-gradient(135deg,#eafaff,#c9f4ff);display:grid;place-items:center;font-size:28px;margin-bottom:24px}.product h3{font-size:27px;margin:0 0 10px;color:var(--navy)}.product p{color:#607a8d;line-height:1.65;margin:0 0 20px}.product ul{margin:0;padding:0;list-style:none;display:grid;gap:8px;color:#35566c;font-weight:800}.product li:before{content:"✓";color:#0086c8;margin-right:8px;font-weight:1000}.split{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:center}.feature-card{background:linear-gradient(135deg,#061725,#0a5379);border-radius:42px;padding:42px;color:#fff;min-height:430px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 34px 90px rgba(6,23,37,.22);position:relative;overflow:hidden}.feature-card:after{content:"";position:absolute;right:-60px;bottom:-60px;width:260px;height:260px;background:radial-gradient(circle,rgba(73,217,255,.28),transparent 66%)}.feature-card h3{font-size:clamp(34px,5vw,64px);line-height:.95;letter-spacing:-2.5px;margin:0;position:relative;z-index:1}.feature-card p{color:#d4eef7;line-height:1.7;font-size:18px;position:relative;z-index:1}.reasons{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.reason{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);border-radius:28px;padding:25px}.reason span{font-size:28px}.reason b{display:block;margin:14px 0 8px;font-size:20px}.reason p{margin:0;color:#cde8f3;line-height:1.6}.clients{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.client{background:#fff;border:1px solid var(--line);border-radius:28px;padding:24px;text-align:center;box-shadow:0 14px 45px rgba(6,23,37,.04)}.client span{font-size:34px}.client b{display:block;margin-top:12px;color:var(--navy)}.process{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;counter-reset:p}.step{background:#fff;border:1px solid var(--line);border-radius:28px;padding:24px;min-height:150px;position:relative}.step:before{counter-increment:p;content:"0" counter(p);display:inline-flex;color:#0094cf;background:#eafaFF;border-radius:999px;padding:7px 10px;font-weight:1000;font-size:12px;margin-bottom:22px}.step b{display:block;color:var(--navy);font-size:20px}.step p{color:var(--muted);line-height:1.55}.contact-box{display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:stretch;background:linear-gradient(135deg,#061725,#0a5379);border-radius:42px;padding:46px;color:#fff;box-shadow:0 35px 95px rgba(6,23,37,.2)}.contact-box h2{font-size:clamp(36px,5vw,70px);line-height:.96;letter-spacing:-3px;margin:0 0 14px;color:#fff}.contact-box p{color:#d6eef7;line-height:1.7}.contact-links{display:grid;gap:12px}.contact-links a,.contact-links div{background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.18);border-radius:20px;padding:18px;font-weight:1000}.footer{background:#03111d;color:#d3ebf5;padding:50px 0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:28px}.footer b{color:#fff}.footer p,.footer a{color:#91b4c4;line-height:1.8}.floating-wa{position:fixed;right:18px;bottom:18px;z-index:80;background:#25D366;color:#fff;border-radius:999px;padding:14px 18px;font-weight:1000;box-shadow:0 18px 45px rgba(0,0,0,.18)}.page-hero{padding:90px 0;background:linear-gradient(135deg,#061725,#0b4e73);color:#fff}.page-hero h1{font-size:clamp(44px,7vw,88px);letter-spacing:-4px;line-height:.95;margin:20px 0}.page-hero p{font-size:20px;line-height:1.65;color:#d7eef7;max-width:850px}.content{max-width:880px;margin:auto}.content h2{font-size:34px;letter-spacing:-1px;color:var(--navy);margin-top:38px}.content p,.content li{font-size:18px;line-height:1.8;color:#536f82}.faq{display:grid;gap:12px}.faq details{border:1px solid var(--line);border-radius:22px;padding:20px;background:#fff}.faq summary{font-weight:1000;color:var(--navy);cursor:pointer}@media(max-width:1050px){.links{display:none}.stats-grid,.products,.reasons,.clients{grid-template-columns:repeat(2,1fr)}.split,.contact-box,.footer-grid{grid-template-columns:1fr}.process{grid-template-columns:1fr 1fr}.hero h1,.section h2,.contact-box h2,.page-hero h1{letter-spacing:-2px}}@media(max-width:640px){.container{width:calc(100% - 28px)}.topbar .container{flex-direction:column}.brand img{width:42px;height:42px}.brand span{font-size:13px}.hero{min-height:680px}.hero-inner{padding:82px 0 70px}.hero h1{letter-spacing:-2px}.hero-actions .btn{width:100%}.stats{margin-top:-32px}.stats-grid,.products,.reasons,.clients,.process{grid-template-columns:1fr}.section{padding:66px 0}.section h2,.contact-box h2{letter-spacing:-1px}.contact-box{padding:28px;border-radius:30px}.floating-wa{left:14px;right:14px;text-align:center;justify-content:center}.footer{padding-bottom:88px}}

/* Milestone 2 refinements: mobile-first products, FAQ, sticky actions */
.menu-toggle{display:none}.menu-btn{display:none;background:#eefaff;border:1px solid var(--line);border-radius:999px;padding:11px 15px;font-weight:1000;color:var(--navy);cursor:pointer}.nav-call{white-space:nowrap}.products-section{background:linear-gradient(180deg,#fff 0%,#f7fcff 100%)}.product-list{display:grid;gap:20px}.product-row{display:grid;grid-template-columns:.82fr 1.18fr;gap:18px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:36px;padding:18px;box-shadow:0 20px 60px rgba(6,23,37,.055);transition:.22s}.product-row:hover{transform:translateY(-4px);box-shadow:0 34px 90px rgba(6,23,37,.09)}.product-row.reverse{grid-template-columns:1.18fr .82fr}.product-row.reverse .product-media{order:2}.product-media{min-height:235px;border-radius:28px;background:radial-gradient(circle at 50% 40%,#dff7ff 0%,#bceeff 35%,#eafaff 68%,#fff 100%);display:grid;place-items:center;overflow:hidden;position:relative}.product-media:before{content:"";position:absolute;inset:18px;border:1px solid rgba(0,119,217,.18);border-radius:24px}.product-media span{font-size:74px;filter:drop-shadow(0 16px 22px rgba(0,119,217,.18))}.product-copy{padding:22px}.product-copy h3{font-size:clamp(34px,5vw,62px);line-height:.95;letter-spacing:-2px;margin:0 0 16px;color:var(--navy)}.product-copy p{font-size:18px;line-height:1.65;color:#557186;margin:0 0 20px;max-width:620px}.tags{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:20px}.tags b{background:#eafaff;color:#006ca3;border:1px solid #b9ebfa;border-radius:999px;padding:8px 12px;font-size:13px}.product-copy em{font-style:normal;font-weight:1000;color:var(--blue)}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.faq-grid details{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 14px 45px rgba(6,23,37,.04)}.faq-grid summary{font-weight:1000;color:var(--navy);cursor:pointer;font-size:18px}.faq-grid p{color:var(--muted);line-height:1.7;margin:14px 0 0}.mobile-actions{position:fixed;left:14px;right:14px;bottom:14px;z-index:90;display:none;gap:10px}.mobile-actions a{flex:1;display:flex;align-items:center;justify-content:center;min-height:54px;border-radius:999px;font-weight:1000;box-shadow:0 18px 48px rgba(6,23,37,.18)}.mobile-actions a:first-child{background:var(--navy);color:#fff}.mobile-actions a:last-child{background:#25D366;color:#fff}
@media(max-width:1050px){.menu-btn{display:inline-flex}.nav{position:relative}.links{display:none;position:absolute;left:0;right:0;top:74px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:14px;box-shadow:0 22px 70px rgba(6,23,37,.12);flex-direction:column;align-items:stretch;gap:0}.links a{padding:15px;border-radius:16px}.links a:hover{background:#eefaff}.menu-toggle:checked~.links{display:flex}.product-row,.product-row.reverse{grid-template-columns:1fr}.product-row.reverse .product-media{order:0}.faq-grid{grid-template-columns:1fr}}
@media(max-width:640px){.topbar{display:none}.nav{padding:10px 0}.nav-call{display:none}.menu-btn{font-size:0;padding:11px 13px}.menu-btn:before{content:"☰";font-size:20px}.hero{min-height:calc(100svh - 64px)}.hero h1{font-size:clamp(44px,14vw,68px);line-height:.92}.hero p{font-size:17px}.pill{font-size:12px;max-width:100%;text-align:center}.hero-products{gap:7px}.hero-products span{font-size:12px;padding:8px 10px}.stats-grid{border-radius:24px;padding:10px}.stat{padding:16px 10px}.stat b{font-size:22px}.product-row{border-radius:28px;padding:12px}.product-media{min-height:180px;border-radius:22px}.product-media span{font-size:58px}.product-copy{padding:12px 8px 14px}.product-copy h3{letter-spacing:-1.3px}.product-copy p{font-size:16px}.clients .client{padding:20px 14px}.faq-grid details{padding:19px}.contact-box .hero-actions .btn{width:100%}.mobile-actions{display:flex}.footer{padding-bottom:100px}}


/* Compact product cards v3 */
.products-section{padding-top:74px;padding-bottom:74px}.products-section .section-head{margin-bottom:26px}.products-section .section-head h2{font-size:clamp(30px,4.8vw,54px);letter-spacing:-1.8px}.product-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-row,.product-row.reverse{grid-template-columns:94px 1fr;gap:14px;border-radius:24px;padding:14px;min-height:0}.product-row.reverse .product-media{order:0}.product-media{min-height:96px;border-radius:18px}.product-media:before{inset:10px;border-radius:15px}.product-media span{font-size:42px}.product-copy{padding:4px}.product-copy h3{font-size:25px;letter-spacing:-.6px;margin-bottom:8px;line-height:1.05}.product-copy p{font-size:14.5px;line-height:1.5;margin-bottom:12px}.tags{gap:6px;margin-bottom:10px}.tags b{font-size:11.5px;padding:6px 9px}.product-copy em{font-size:13px}@media(max-width:780px){.product-list{grid-template-columns:1fr}.product-row,.product-row.reverse{grid-template-columns:76px 1fr;border-radius:22px;padding:12px}.product-media{min-height:80px}.product-media span{font-size:34px}.product-copy h3{font-size:21px}.product-copy p{font-size:13.5px}.tags b{font-size:11px;padding:5px 8px}}

/* Moving business categories */
.client-marquee-section{overflow:hidden;padding-bottom:86px}.client-marquee-section .section-head{margin-bottom:26px}.marquee-wrap{position:relative;width:100%;overflow:hidden;padding:8px 0}.marquee-wrap:before,.marquee-wrap:after{content:"";position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none}.marquee-wrap:before{left:0;background:linear-gradient(90deg,var(--soft),transparent)}.marquee-wrap:after{right:0;background:linear-gradient(270deg,var(--soft),transparent)}.marquee-track{display:flex;gap:14px;width:max-content;animation:marquee-left 34s linear infinite;will-change:transform}.reverse-marquee{animation:marquee-right 38s linear infinite}.marquee-wrap:hover .marquee-track{animation-play-state:paused}.client-pill{display:inline-flex;align-items:center;gap:12px;min-width:max-content;background:#fff;border:1px solid var(--line);border-radius:999px;padding:15px 22px;box-shadow:0 14px 38px rgba(6,23,37,.055);font-weight:1000;color:var(--navy);transition:.2s}.client-pill span{font-size:24px}.client-pill:hover{transform:translateY(-3px) scale(1.02);border-color:#86dcf6;box-shadow:0 20px 55px rgba(6,23,37,.10)}@keyframes marquee-left{from{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes marquee-right{from{transform:translateX(-50%)}to{transform:translateX(0)}}@media(max-width:640px){.client-marquee-section{padding-bottom:66px}.client-marquee-section .section-head h2{font-size:clamp(28px,9vw,42px)}.marquee-track{gap:10px;animation-duration:28s}.reverse-marquee{animation-duration:32s}.client-pill{padding:13px 17px;font-size:14px}.client-pill span{font-size:22px}.marquee-wrap:before,.marquee-wrap:after{width:55px}}

/* Typography refresh: premium, less template-like */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@600;700;800&display=swap');
:root{--heading-font:'Manrope',system-ui,-apple-system,Segoe UI,Arial,sans-serif;--body-font:'Inter',system-ui,-apple-system,Segoe UI,Arial,sans-serif}
body{font-family:var(--body-font);font-weight:400;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
h1,h2,h3,.brand,.btn,.links,.pill,.eyebrow,.stat b,.stat span,.product-copy h3,.product-copy em,.reason b,.client-pill,.step b,.contact-links a,.contact-links div,.footer b,.faq-grid summary,.faq summary{font-family:var(--heading-font)}
.hero h1,.section h2,.contact-box h2,.page-hero h1{font-weight:800;letter-spacing:-.055em}
.product-copy h3,.feature-card h3{font-weight:800;letter-spacing:-.04em}
.brand,.links,.btn,.pill,.eyebrow,.hero-products span,.tags b,.stat span,.product-copy em,.client-pill,.faq-grid summary{font-weight:700}
.hero p,.section-head p,.lead,.product-copy p,.reason p,.step p,.contact-box p,.content p,.content li,.faq-grid p{font-weight:400;letter-spacing:-.01em}
.nav .brand span{letter-spacing:.02em;font-weight:800}
.product-copy p{color:#4f6a7e}.section-head p,.lead{color:#5c7588}
@media(max-width:640px){.hero h1{letter-spacing:-.045em}.section h2,.contact-box h2{letter-spacing:-.04em}}

/* Product section with real small photos */
.compact-head{margin-bottom:24px}.compact-products .product-row{grid-template-columns:112px 1fr;align-items:center}.product-media.photo{min-height:92px;width:112px;height:92px;background:#eefaff;border-radius:18px;padding:8px;box-shadow:none}.product-media.photo:before{display:none}.product-media.photo img{width:100%;height:100%;object-fit:cover;border-radius:14px;display:block;filter:saturate(1.02) contrast(1.02)}.compact-products .product-copy h3{font-size:24px;letter-spacing:-.7px}.compact-products .product-copy p{font-size:14.2px;line-height:1.48;margin-bottom:10px}.compact-products .product-copy{padding:2px 4px}.compact-products .product-row:hover .product-media.photo img{transform:scale(1.03)}.product-media.photo img{transition:.22s ease}
.product-detail-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:34px;align-items:start}.product-detail-card{background:#fff;border:1px solid var(--line);border-radius:30px;padding:24px;box-shadow:0 18px 60px rgba(6,23,37,.06)}.product-detail-card img{width:100%;border-radius:22px;display:block}.use-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0}.use-box{background:#f2fbff;border:1px solid #cceefa;border-radius:18px;padding:14px;font-weight:800;color:#06314d}.seo-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.seo-links a{background:#eefaff;border:1px solid var(--line);border-radius:999px;padding:10px 13px;font-weight:800;color:#006fc8}
@media(max-width:780px){.compact-products .product-row{grid-template-columns:86px 1fr}.product-media.photo{width:86px;height:76px;min-height:76px;padding:6px;border-radius:16px}.product-media.photo img{border-radius:12px}.compact-products .product-copy h3{font-size:20px}.compact-products .product-copy p{font-size:13.2px}.product-detail-grid{grid-template-columns:1fr}.use-grid{grid-template-columns:1fr 1fr}.seo-links a{font-size:13px}}

/* Product cards with real photos - homepage */
#produkte.products-section{padding-top:68px;padding-bottom:72px;background:linear-gradient(180deg,#ffffff 0%,#f8fcff 100%)}
#produkte .compact-head{text-align:center;max-width:820px;margin:0 auto 34px}
#produkte .compact-head h2{font-size:clamp(34px,5vw,58px);line-height:1.02;letter-spacing:-1.7px}
#produkte .compact-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
#produkte .compact-products .product-row{display:flex;flex-direction:column;align-items:stretch;background:#fff;border:1px solid rgba(0,119,217,.12);border-radius:22px;padding:10px 10px 18px;box-shadow:0 16px 50px rgba(6,23,37,.06);min-height:0;transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease}
#produkte .compact-products .product-row:hover{transform:translateY(-5px);box-shadow:0 24px 70px rgba(6,23,37,.10);border-color:rgba(0,119,217,.28)}
#produkte .product-media.photo{width:100%;height:0;min-height:0;aspect-ratio:1.55/1;background:#eefaff;border-radius:16px;padding:0;overflow:hidden;margin-bottom:18px}
#produkte .product-media.photo img{width:100%;height:100%;object-fit:cover;border-radius:16px;display:block}
#produkte .compact-products .product-copy{padding:0 10px 0}
#produkte .compact-products .product-copy h3{font-size:clamp(21px,2vw,28px);line-height:1.1;letter-spacing:-.8px;margin:0 0 10px;color:var(--navy)}
#produkte .compact-products .product-copy p{font-size:15px;line-height:1.55;margin:0 0 14px;color:#405c73}
#produkte .tags{gap:7px;margin-bottom:14px}
#produkte .tags b{font-size:12px;padding:6px 10px;background:#edf7ff;color:#006bd6;border-color:#d8edff}
#produkte .product-copy em{font-size:14px;color:#006bd6}
@media(max-width:1100px){#produkte .compact-products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){#produkte.products-section{padding-top:50px;padding-bottom:56px}#produkte .compact-head{margin-bottom:22px}#produkte .compact-head h2{font-size:34px}#produkte .compact-products{grid-template-columns:1fr;gap:14px}#produkte .compact-products .product-row{border-radius:20px;padding:9px 9px 16px}#produkte .product-media.photo{aspect-ratio:1.8/1;border-radius:15px;margin-bottom:14px}#produkte .product-media.photo img{border-radius:15px}#produkte .compact-products .product-copy h3{font-size:23px}#produkte .compact-products .product-copy p{font-size:14px}.tags b{font-size:11.5px}}

/* Hero product photo strip - subtle first fold preview */
.hero-photo-strip{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px;max-width:640px}
.hero-photo-strip a{width:118px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.24);backdrop-filter:blur(12px);border-radius:16px;padding:7px;color:#fff;text-decoration:none;box-shadow:0 16px 45px rgba(0,0,0,.18);transition:transform .2s ease,background .2s ease}
.hero-photo-strip a:hover{transform:translateY(-3px);background:rgba(255,255,255,.18)}
.hero-photo-strip img{width:100%;height:62px;object-fit:cover;border-radius:12px;display:block}
.hero-photo-strip span{display:block;font-family:var(--heading-font);font-size:12px;font-weight:800;text-align:center;margin-top:7px;letter-spacing:.01em}
@media(max-width:640px){.hero-photo-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:16px;max-width:100%}.hero-photo-strip a{width:auto;border-radius:14px;padding:5px}.hero-photo-strip img{height:44px;border-radius:10px}.hero-photo-strip span{font-size:10.5px;margin-top:5px}.hero-products{display:none}}

/* Trust section refinements */
.trust-section{padding:58px 0;background:linear-gradient(180deg,#061725 0%,#082235 100%)}
.trust-section .section-head{margin-bottom:26px;max-width:680px}
.trust-section .section-head h2{font-size:clamp(30px,4vw,50px);line-height:1.02;letter-spacing:-1.6px;margin:14px 0 8px}
.trust-section .section-head p{font-size:16px;line-height:1.55;margin:0;color:#cde8f3}
.trust-section .pill{padding:7px 12px;font-size:12px;background:rgba(255,255,255,.08)}
.trust-compact{grid-template-columns:repeat(3,1fr);gap:12px;max-width:1120px;margin:0 auto}
.trust-compact .reason{display:grid;grid-template-columns:42px 1fr;column-gap:14px;align-items:start;border-radius:22px;padding:18px 18px;background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.12)}
.trust-compact .reason span{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;font-size:21px;background:rgba(255,255,255,.08);margin-top:2px}
.trust-compact .reason b{font-size:17px;line-height:1.2;margin:0 0 6px}
.trust-compact .reason p{font-size:14px;line-height:1.45;color:#cfe8f2;margin:0}
@media(max-width:900px){.trust-compact{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.trust-section{padding:44px 0}.trust-section .section-head{text-align:left;margin-left:0}.trust-compact{grid-template-columns:1fr;gap:10px}.trust-compact .reason{grid-template-columns:38px 1fr;padding:15px;border-radius:18px}.trust-compact .reason span{width:38px;height:38px;font-size:19px}.trust-compact .reason b{font-size:16px}.trust-compact .reason p{font-size:13.5px}.trust-section .section-head h2{font-size:32px}}

/* Compact trust strip - v1.3 */
.trust-strip{background:linear-gradient(180deg,#061725,#082236);color:#fff;padding:44px 0 48px;position:relative;overflow:hidden}
.trust-strip:before{content:"";position:absolute;inset:auto -10% -70px -10%;height:150px;background:radial-gradient(circle at 50% 50%,rgba(73,217,255,.16),transparent 65%);pointer-events:none}
.trust-title{text-align:center;max-width:760px;margin:0 auto 24px;position:relative;z-index:1}
.trust-title span{display:inline-flex;color:#58d9ff;font-weight:1000;font-size:12px;text-transform:uppercase;letter-spacing:.16em;margin-bottom:10px}
.trust-title h2{font-family:Manrope,Inter,system-ui,sans-serif;font-size:clamp(26px,3.2vw,42px);line-height:1.08;letter-spacing:-1.4px;margin:0;color:#fff}
.trust-row{display:grid;grid-template-columns:repeat(6,1fr);gap:0;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:26px;overflow:hidden;position:relative;z-index:1;box-shadow:0 25px 70px rgba(0,0,0,.18)}
.trust-item{min-height:104px;padding:20px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;border-right:1px solid rgba(255,255,255,.10)}
.trust-item:last-child{border-right:0}
.trust-item span{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:rgba(255,255,255,.09);font-size:21px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.trust-item b{font-size:14px;line-height:1.2;color:#f7fcff}
@media(max-width:900px){.trust-strip{padding:36px 0}.trust-row{grid-template-columns:repeat(3,1fr);border-radius:22px}.trust-item{min-height:92px}.trust-item:nth-child(3n){border-right:0}.trust-item:nth-child(n+4){border-top:1px solid rgba(255,255,255,.10)}}
@media(max-width:640px){.trust-strip{padding:32px 0}.trust-title{text-align:left;margin-bottom:16px}.trust-title h2{font-size:28px}.trust-row{grid-template-columns:repeat(2,1fr);border-radius:20px}.trust-item{min-height:78px;padding:14px 10px;gap:8px}.trust-item:nth-child(3n){border-right:1px solid rgba(255,255,255,.10)}.trust-item:nth-child(2n){border-right:0}.trust-item:nth-child(n+3){border-top:1px solid rgba(255,255,255,.10)}.trust-item span{width:36px;height:36px;font-size:18px}.trust-item b{font-size:13px}}

/* v1.5 product cards: match requested clean preview */
#produkte.products-section{padding-top:58px;padding-bottom:64px;background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%)}
#produkte .compact-head{max-width:760px;margin:0 auto 30px;text-align:center}
#produkte .compact-head h2{font-size:clamp(34px,4.6vw,52px);line-height:1.04;letter-spacing:-1.6px}
#produkte .compact-head .eyebrow{color:#006bd6}
#produkte .compact-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
#produkte .compact-products .product-row{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(0,119,217,.13);border-radius:22px;padding:18px 18px 20px;box-shadow:0 14px 45px rgba(6,23,37,.055);min-height:0;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
#produkte .compact-products .product-row:hover{transform:translateY(-4px);box-shadow:0 22px 65px rgba(6,23,37,.09);border-color:rgba(0,119,217,.28)}
#produkte .product-top{display:grid;grid-template-columns:78px 1fr;gap:16px;align-items:center;margin-bottom:24px}
#produkte .product-icon{width:70px;height:70px;display:grid;place-items:center;border-radius:22px;background:#eef8ff;color:#0874da;border:1px solid #dcefff;font-size:34px;font-weight:800;line-height:1}
#produkte .product-media.photo{width:100%;height:112px;min-height:0;aspect-ratio:auto;background:#eefaff;border-radius:16px;padding:0;overflow:hidden;margin:0;box-shadow:none}
#produkte .product-media.photo:before{display:none}
#produkte .product-media.photo img{width:100%;height:100%;object-fit:cover;border-radius:16px;display:block;transition:transform .22s ease;filter:saturate(1.02) contrast(1.02)}
#produkte .compact-products .product-row:hover .product-media.photo img{transform:scale(1.035)}
#produkte .compact-products .product-copy{padding:0}
#produkte .compact-products .product-copy h3{font-size:clamp(22px,2vw,27px);line-height:1.08;letter-spacing:-.8px;margin:0 0 12px;color:var(--navy)}
#produkte .compact-products .product-copy p{font-size:15.2px;line-height:1.55;margin:0 0 14px;color:#405c73}
#produkte .tags{gap:7px;margin-bottom:18px}
#produkte .tags b{font-size:12px;padding:7px 11px;background:#eef7ff;color:#006bd6;border-color:#d8edff}
#produkte .product-copy em{font-size:14px;color:#006bd6;font-weight:800}

/* Requested compact light feature strip under products */
.trust-strip{background:linear-gradient(180deg,#f8fcff 0%,#ffffff 100%);color:var(--navy);padding:0 0 58px;position:relative;overflow:visible}
.trust-strip:before{display:none}
.trust-title{display:none}
.trust-row{display:grid;grid-template-columns:repeat(6,1fr);gap:0;background:#fff;border:1px solid rgba(0,119,217,.10);border-radius:24px;overflow:hidden;box-shadow:0 18px 50px rgba(6,23,37,.055)}
.trust-item{min-height:86px;padding:18px 15px;display:grid;grid-template-columns:46px 1fr;align-items:center;justify-content:start;text-align:left;gap:12px;border-right:1px solid rgba(0,119,217,.10)}
.trust-item:last-child{border-right:0}
.trust-item span{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#eaf4ff;color:#006bd6;font-size:21px;box-shadow:none}
.trust-item b{font-size:14px;line-height:1.25;color:var(--navy);font-weight:800}
@media(max-width:1100px){#produkte .compact-products{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-row{grid-template-columns:repeat(3,1fr)}.trust-item:nth-child(3n){border-right:0}.trust-item:nth-child(n+4){border-top:1px solid rgba(0,119,217,.10)}}
@media(max-width:640px){#produkte.products-section{padding-top:46px;padding-bottom:42px}#produkte .compact-head h2{font-size:32px}#produkte .compact-head{margin-bottom:22px}#produkte .compact-products{grid-template-columns:1fr;gap:14px}#produkte .compact-products .product-row{border-radius:20px;padding:14px}#produkte .product-top{grid-template-columns:58px 1fr;gap:12px;margin-bottom:14px}#produkte .product-icon{width:54px;height:54px;border-radius:16px;font-size:26px}#produkte .product-media.photo{height:98px;border-radius:14px}#produkte .product-media.photo img{border-radius:14px}#produkte .compact-products .product-copy h3{font-size:23px}#produkte .compact-products .product-copy p{font-size:14px}.trust-strip{padding-bottom:42px}.trust-row{grid-template-columns:1fr 1fr;border-radius:20px}.trust-item{min-height:72px;padding:13px 10px;grid-template-columns:36px 1fr;gap:8px}.trust-item:nth-child(3n){border-right:1px solid rgba(0,119,217,.10)}.trust-item:nth-child(2n){border-right:0}.trust-item:nth-child(n+3){border-top:1px solid rgba(0,119,217,.10)}.trust-item span{width:34px;height:34px;font-size:17px}.trust-item b{font-size:12.5px}}

/* v1.4 - hero më i pastër + seksioni i bizneseve kompakt */
.hero-photo-strip{display:none!important}
.business-strip{padding:46px 0 54px;background:linear-gradient(180deg,#f7fcff,#ffffff)}
.business-head{text-align:center;margin:0 auto 24px;max-width:780px}
.business-head h2{font-size:clamp(28px,3.8vw,48px);line-height:1.04;letter-spacing:-1.6px;margin:14px 0 0;color:var(--navy)}
.business-pills{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.business-pill{display:inline-flex;align-items:center;gap:10px;min-height:52px;padding:0 22px;border:1px solid #bfe9f8;border-radius:999px;background:#fff;color:var(--navy);font-weight:800;box-shadow:0 14px 38px rgba(6,23,37,.045);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease}
.business-pill span{font-size:21px;line-height:1}
.business-pill b{font-size:15px;white-space:nowrap}
.business-pill:hover{transform:translateY(-3px);border-color:#68cdf0;color:#006fd1;box-shadow:0 20px 55px rgba(6,23,37,.09)}
@media(max-width:640px){.business-strip{padding:34px 0 42px}.business-head{text-align:left;margin-bottom:16px}.business-head h2{font-size:30px;letter-spacing:-.9px}.business-pills{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding:2px 0 12px;scroll-snap-type:x mandatory}.business-pill{min-width:max-content;scroll-snap-align:start;min-height:48px;padding:0 17px}.business-pill b{font-size:14px}}


/* FINAL SEO + MOBILE POLISH BEFORE PUBLISH */
html{scroll-padding-top:82px}
body{padding-bottom:env(safe-area-inset-bottom)}
img{height:auto}.hero-products{display:none!important}
.section,.products-section,.business-strip,.trust-strip{content-visibility:auto;contain-intrinsic-size:1px 720px}
.header{box-shadow:0 8px 30px rgba(6,23,37,.06)}
.nav{min-height:72px}.brand img{width:46px;height:46px}.brand span{font-size:14px}
.links a{padding:8px 0}.btn{min-height:46px}
.hero{min-height:680px}.hero-inner{padding:96px 0 78px}.hero h1{max-width:980px}.hero p{max-width:760px}
#produkte .compact-head h2{font-size:clamp(30px,4.2vw,48px)}
#produkte .compact-head p{display:none}
#produkte .compact-products .product-row{overflow:hidden}
#produkte .product-media.photo img{object-position:center center}
.trust-strip{padding:0 0 42px!important}.trust-row{max-width:1180px;margin:auto}
.business-strip{padding:38px 0 44px!important;background:linear-gradient(180deg,#f7fcff,#fff)!important}
.business-head{margin-bottom:18px!important}.business-head .eyebrow{padding:7px 12px;font-size:12px}
.business-head h2{font-size:clamp(25px,3vw,36px)!important;letter-spacing:-1px!important;margin-top:10px!important}
.business-pills{gap:10px!important}.business-pill{min-height:46px!important;padding:0 18px!important;box-shadow:0 10px 28px rgba(6,23,37,.04)!important}.business-pill b{font-size:14px!important}.business-pill span{font-size:19px!important}
.faq-grid details,.faq details{overflow:hidden}.faq summary{line-height:1.35}.content h2{font-size:clamp(26px,4vw,34px)}
.mobile-actions a{touch-action:manipulation}
@media(max-width:900px){
  .topbar{display:none}.header{top:0}.nav{min-height:62px;padding:8px 0}.brand img{width:38px;height:38px}.brand span{font-size:12px}.menu-btn{min-height:44px;display:inline-flex;align-items:center}.links{top:62px}.links a{font-size:15px}.nav-call{display:none}
  .hero{min-height:590px}.hero-inner{text-align:left;padding:72px 0 56px}.hero .pill{font-size:11px;padding:8px 11px}.hero h1{font-size:clamp(42px,13vw,64px);line-height:.96;letter-spacing:-.045em;margin:18px 0 16px}.hero p{font-size:16px;line-height:1.55;margin:0;max-width:560px}.hero-actions{justify-content:flex-start;margin-top:22px}.hero-actions .btn{width:auto;min-width:155px;min-height:52px;padding:13px 18px;font-size:14px}
  .stats{display:none}.section{padding:52px 0}.section-head{text-align:left;margin-bottom:22px}.eyebrow{font-size:11px;padding:7px 11px}.section h2{font-size:clamp(28px,9vw,38px);line-height:1.05;letter-spacing:-.04em}.section-head p,.lead{font-size:15px;line-height:1.55}
  #produkte.products-section{padding-top:46px;padding-bottom:36px}#produkte .compact-head{text-align:left;margin-bottom:18px}#produkte .compact-head h2{font-size:32px}
  #produkte .compact-products{grid-template-columns:1fr;gap:12px}#produkte .compact-products .product-row{display:grid;grid-template-columns:92px 1fr;gap:13px;align-items:start;border-radius:18px;padding:10px;box-shadow:0 10px 30px rgba(6,23,37,.045)}#produkte .product-top{display:block;margin:0}#produkte .product-icon{display:none}#produkte .product-media.photo{width:92px!important;height:86px!important;aspect-ratio:auto!important;border-radius:14px!important;margin:0!important}#produkte .product-media.photo img{border-radius:14px!important}#produkte .compact-products .product-copy h3{font-size:20px;margin-bottom:6px}#produkte .compact-products .product-copy p{font-size:13.5px;line-height:1.45;margin-bottom:9px}#produkte .tags{gap:5px;margin-bottom:8px}#produkte .tags b{font-size:10.8px;padding:5px 7px}#produkte .product-copy em{font-size:12.5px}
  .trust-strip{padding-bottom:32px!important}.trust-row{grid-template-columns:repeat(2,1fr)!important;border-radius:18px}.trust-item{min-height:62px!important;padding:10px 8px!important;grid-template-columns:30px 1fr!important;gap:7px!important}.trust-item span{width:30px!important;height:30px!important;font-size:15px!important}.trust-item b{font-size:11.5px!important}
  .business-strip{padding:30px 0 34px!important}.business-head{text-align:left}.business-head h2{font-size:28px!important}.business-pills{justify-content:flex-start!important;flex-wrap:nowrap!important;overflow-x:auto!important;padding:2px 0 12px!important;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.business-pills::-webkit-scrollbar{display:none}.business-pill{scroll-snap-align:start;min-width:max-content;min-height:44px!important;padding:0 15px!important}.business-pill b{font-size:13px!important}.business-pill span{font-size:18px!important}
  .split,.contact-box,.product-detail-grid{grid-template-columns:1fr!important}.feature-card{min-height:260px;border-radius:26px;padding:24px}.feature-card h3{font-size:30px}.contact-box{border-radius:26px;padding:24px}.contact-box h2{font-size:32px}.footer-grid{grid-template-columns:1fr 1fr;gap:20px}.footer{padding-bottom:92px}.mobile-actions{display:flex!important}
}
@media(max-width:420px){
  .container{width:calc(100% - 24px)}.hero{min-height:560px}.hero h1{font-size:42px}.hero-actions .btn{width:100%}.footer-grid{grid-template-columns:1fr}.mobile-actions{left:10px;right:10px;bottom:10px}.mobile-actions a{min-height:52px;font-size:14px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.hero video{display:none}}

.product-row{position:relative;overflow:hidden}.product-badge{position:absolute;top:12px;left:12px;z-index:3;background:#0877e8;color:#fff;border-radius:999px;padding:7px 11px;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;box-shadow:0 8px 20px rgba(0,80,180,.22)}.featured-product{border-color:rgba(0,119,232,.35);box-shadow:0 18px 45px rgba(0,80,180,.12)}

/* FINAL UPDATE — product images shown in full, never cropped */
#produkte .product-media.photo{
  background:#f4fbff;
  overflow:hidden;
  padding:6px;
}
#produkte .product-media.photo img{
  width:100%;
  height:100%;
  object-fit:contain !important;
  object-position:center center !important;
  background:#f4fbff;
  transform:none !important;
}
#produkte .compact-products .product-row:hover .product-media.photo img{
  transform:none !important;
}
.product-detail-card img{
  width:100%;
  height:auto;
  max-height:620px;
  object-fit:contain;
  object-position:center;
  background:#f4fbff;
}
@media(max-width:640px){
  #produkte .compact-products .product-row{
    grid-template-columns:104px 1fr;
  }
  #produkte .product-media.photo{
    width:104px !important;
    height:92px !important;
    padding:4px;
  }
}

/* V5 — ORIGINAL PRODUCT PHOTOS: zero crop, zero zoom, zero image processing */
#produkte .product-media.photo{
  height:auto !important;
  aspect-ratio:auto !important;
  padding:0 !important;
  background:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:visible !important;
}
#produkte .product-media.photo img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center !important;
  border-radius:16px !important;
  background:transparent !important;
  transform:none !important;
  filter:none !important;
}
#produkte .compact-products .product-row:hover .product-media.photo img{transform:none !important;filter:none !important}
.product-detail-card{background:#fff !important;overflow:visible !important}
.product-detail-card img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center !important;
  filter:none !important;
  transform:none !important;
}
@media(max-width:900px){
  #produkte .compact-products .product-row{display:block !important;padding:10px !important}
  #produkte .product-media.photo{width:100% !important;height:auto !important;margin:0 0 12px !important}
  #produkte .product-media.photo img{width:100% !important;height:auto !important;max-height:none !important}
}

/* V6 — serious premium / mobile-first final polish */
:root{--navy:#071824;--blue:#086fbd;--cyan:#61cce8;--soft:#f6f9fb;--line:#dce7ed}
.header{background:rgba(255,255,255,.94);backdrop-filter:blur(18px);box-shadow:0 8px 28px rgba(7,24,36,.045)}
.nav{padding:10px 0}.brand img{width:44px;height:44px}.links{gap:20px;font-weight:750}.nav-call{padding:11px 18px}
.hero{min-height:76vh;max-height:820px}.hero:after{background:linear-gradient(90deg,rgba(5,20,31,.91),rgba(5,20,31,.60),rgba(5,20,31,.76))}
.hero-inner{text-align:left;padding:100px 0 88px}.hero-inner .pill{font-size:12px;padding:8px 12px;background:rgba(255,255,255,.09)}
.hero h1{font-family:Manrope,Inter,system-ui,sans-serif;font-size:clamp(48px,6.6vw,88px);line-height:.96;letter-spacing:-3.6px;max-width:760px;margin:20px 0 18px}
.hero p{font-size:clamp(17px,1.6vw,20px);line-height:1.55;max-width:620px;margin:0;color:#d9e8ef}
.hero-actions{justify-content:flex-start;margin-top:26px}.btn{border-radius:12px;padding:13px 20px}.btn.primary{background:#0878c9;box-shadow:0 12px 28px rgba(0,104,180,.22)}.btn.ghost{background:rgba(255,255,255,.08)}
#produkte.products-section{padding:64px 0 54px}.section-head.compact-head{text-align:left;margin:0 0 28px;max-width:none}.section-head.compact-head .eyebrow{background:transparent;border:0;padding:0;color:#0871bd;text-transform:uppercase;letter-spacing:.12em;font-size:11px}.section-head.compact-head h2{font-size:clamp(32px,3.8vw,46px);letter-spacing:-1.5px;margin:9px 0 0}
#produkte .compact-products{gap:16px}#produkte .compact-products .product-row{border-radius:18px;padding:14px;box-shadow:0 8px 28px rgba(7,24,36,.045)}
#produkte .product-icon{display:none!important}#produkte .product-top{display:block;margin:0 0 16px}#produkte .product-media.photo{width:100%!important}
#produkte .compact-products .product-copy h3{font-size:22px;letter-spacing:-.45px;margin-bottom:8px}#produkte .compact-products .product-copy p{font-size:14px;line-height:1.5;margin-bottom:12px}.product-badge{top:22px;left:22px;font-size:.66rem;padding:6px 9px}
.trust-strip{padding-bottom:48px}.trust-row{border-radius:18px;box-shadow:none}.trust-item{min-height:76px}.trust-item span{width:38px;height:38px;font-size:17px}.trust-item b{font-size:13px}
.contact-box{border-radius:24px;padding:38px;background:#071d2b;box-shadow:0 22px 55px rgba(7,24,36,.14)}.contact-box h2{font-size:clamp(32px,4vw,52px);letter-spacing:-1.8px}.contact-links a,.contact-links div{border-radius:14px;padding:15px}
.footer{background:#04131d;padding:44px 0}.footer-grid{gap:36px}.footer p,.footer a{font-size:14px}.mobile-actions{box-shadow:0 -8px 28px rgba(7,24,36,.10)}
@media(max-width:640px){
 .header .nav{padding:8px 0}.brand img{width:38px;height:38px}.brand span{font-size:12px}.nav-call{display:none!important}
 .hero{min-height:68vh;max-height:650px}.hero-inner{padding:72px 0 62px}.hero h1{font-size:44px;line-height:.98;letter-spacing:-2.1px;margin:15px 0 14px;max-width:340px}.hero p{font-size:16px;line-height:1.5;max-width:340px}.hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:22px}.hero-actions .btn{width:auto!important;padding:12px 10px;font-size:13px;border-radius:11px}
 #produkte.products-section{padding:44px 0 38px}.section-head.compact-head h2{font-size:30px;line-height:1.08}.section-head.compact-head{margin-bottom:20px}
 #produkte .compact-products{gap:13px}#produkte .compact-products .product-row{padding:12px!important;border-radius:17px}#produkte .product-media.photo{margin-bottom:11px!important}#produkte .product-media.photo img{border-radius:13px!important}#produkte .compact-products .product-copy h3{font-size:20px;margin-bottom:6px}#produkte .compact-products .product-copy p{font-size:13.5px;margin-bottom:10px}#produkte .tags{margin-bottom:11px}#produkte .product-copy em{font-size:13px}
 .trust-strip{padding-bottom:36px}.trust-item{min-height:66px}.contact-box{padding:24px 18px;border-radius:20px}.contact-box h2{font-size:30px;line-height:1.05}.footer{padding:36px 0 92px}
}
