body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{margin:0;font-size:56px}@media (width<=1024px){h1{margin:0;font-size:36px}}h2{margin:0;font-size:24px}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box}html{scroll-behavior:smooth;max-width:100%}body{color:#f2f2f2;background:#121212;margin:0;font-family:Helvetica Neue,sans-serif;overflow-x:hidden}button{font:inherit;cursor:pointer}main{width:100%}.section{width:70%;margin:0 auto;padding:60px 0}#kontakt{scroll-margin-top:20%}#kontakt a{text-decoration:none}h1,h2,h3,h4{margin:0}h1{font-size:clamp(3rem,8vw,5rem)}h2{font-size:2rem}#section-header{margin-bottom:32px}h3{font-size:24pt;font-weight:500}h4{color:#f2f2f2c0;font-size:14pt;font-weight:300}p{color:#f2f2f2;letter-spacing:2%;font-size:12pt;font-weight:300;line-height:1.5}a{color:#8fc482;font-size:12pt}a:hover{opacity:.8}.header{z-index:50;background:#121212;width:100%;position:sticky;top:0}.header__inner{justify-content:space-between;align-items:center;gap:24px;width:100%;margin:0 auto;padding:22px 20%;display:flex;position:relative}.logo{flex-shrink:0;align-items:center;display:flex}.logo a{align-items:center;display:inline-flex}.nav{gap:28px;display:flex}.nav a{color:#f2f2f2;font-size:12pt;text-decoration:none}.burger{background:#8fc48210;border:1px solid #8fc48230;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:44px;height:44px;padding:0;display:none}.burger span{background:#f2f2f2;border-radius:999px;width:18px;height:2px;transition:all .2s}.burger--open span:first-child{transform:translateY(6px)rotate(45deg)}.burger--open span:nth-child(2){opacity:0}.burger--open span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.nav-overlay{z-index:90;background:#000000bf;position:fixed;inset:0}.hero{justify-content:space-between;align-items:center;gap:40px;width:80%;min-height:70vh;display:flex}.hero__content{flex-direction:column;flex:1;gap:40px;display:flex}.hero__content p{max-width:60ch;font-size:17pt}.hero__buttons,.card__actions{flex-wrap:wrap;gap:10px;display:flex}.hero__wrapper{flex:1;max-width:700px;height:700px;position:relative;overflow:hidden}.hero__grid{grid-template-columns:1fr 1fr;gap:18px;max-width:100%;max-height:100%;display:grid}.hero__overlay{pointer-events:none;background:linear-gradient(#121212,#0000,#0000,#0000,#0000,#0000,#0000,#0000,#121212);position:absolute;inset:0}.hero__grid>div:first-child{flex-direction:column;gap:18px;min-height:0;display:flex}.hero__grid>div:first-child .mockup-card{flex:1;min-height:0}.hero__grid>div:last-child{flex-direction:column;gap:18px;display:flex;transform:translateY(-80px)}.hero__grid>div:last-child .mockup-card:first-child{height:200px}.hero__grid>div:last-child .mockup-card:nth-child(2){height:320px}.hero__grid>div:last-child .mockup-card:nth-child(3){height:200px}.mockup-card{outline-offset:-1px;border-radius:16px;outline:1px solid #ffffff40;flex-shrink:0;overflow:hidden}.mockup-card img{object-fit:cover;width:100%;height:100%}.mockup img{object-position:top}.btn{background:0 0;border-radius:1000px;justify-content:center;align-items:center;width:150px;padding:10px;font-size:12pt;font-weight:300;text-decoration:none;display:inline-flex}.btn:hover{text-decoration:none}.btn--primary{color:#121212;background:#8fc482;border:none;text-decoration:none}.btn--primary:hover{opacity:.8}.btn--secondary{color:#8fc482;background:#8fc48210;border:1px solid #8fc48230;text-decoration:none}.btn--secondary:hover{background:#8fc48220}.card{background:#181818;border:1px solid #f2f2f230;border-radius:20px;flex-direction:column;gap:16px;width:100%;padding:30px;display:flex}.card h3{margin-bottom:4px}.card h4{margin-bottom:22px}.card p,.card p:last-of-type{margin-bottom:0}.card-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:20px;display:grid}.card-grid2{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.services-grid{align-items:stretch}.service-card{flex-direction:column;height:fit-content;display:flex}.service-card--large{z-index:2;transform:scale(1.08)}.service-card__content{flex-direction:column;flex:1;justify-content:space-between;min-height:100%;display:flex}.service-card__text{flex-direction:column;display:flex}.service-card__text h3{margin-bottom:6px}.service-card__text h4{margin:20px 0}.service-card__text p{max-width:60ch;margin-bottom:0}.service-card__actions{margin-top:30px}.review-card{padding:18px}.review-card__inner{grid-template-columns:1.05fr 1.15fr;align-items:stretch;gap:18px;min-height:360px;display:grid}.review-card__content{flex-direction:column;justify-content:space-between;padding:18px;display:flex}.review-card__top{flex-direction:column;gap:12px;display:flex}.review-card__meta{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.review-name{color:#d9d9d9;font-size:14pt;font-weight:300}.review-badge{color:#8fc482;background:#8fc48210;border:1px solid #8fc48250;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;display:inline-flex}.review-stars{color:#d6d6d6;letter-spacing:2px;font-size:18px}.review-card__text{max-width:56ch;margin:0;line-height:1.6}.review-card .btn{margin-top:24px}.review-card__image{background:linear-gradient(#686868,#4a4a4a);border-radius:18px;max-height:360px;overflow:hidden}.review-card__img{object-fit:cover;object-position:top;width:100%;height:100%;display:block}.review-card__image span{opacity:.8}.reviews-header{justify-content:space-between;align-items:center;gap:24px;margin-bottom:30px;display:flex}.reviews-header h2{padding-bottom:0}.reviews-nav{align-items:center;gap:14px;display:flex}.reviews-counter{color:#bdbdbd;text-align:center;min-width:56px;font-size:12pt}.case-modal__header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.case-modal__nav{align-items:center;gap:12px;display:flex}.slider-btn{color:#f2f2f2;background:#8fc48210;border:1px solid #8fc48230;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;display:inline-flex}.slider-btn:hover:not(:disabled){background:#8fc48220}.slider-btn:disabled{opacity:.35;cursor:not-allowed}.person-card{text-align:center;align-items:center;gap:12px;width:100%}.avatar{outline-offset:-1px;border-radius:50%;outline:1px solid #ffffff40;width:180px;height:180px;margin:0}.footer{background:#181818;padding:56px 24px 32px}.footer__main{grid-template-columns:2fr 1.2fr 1.2fr;align-items:start;width:min(1200px,100%);margin:0 auto;display:grid}.footer__brand{flex-direction:column;align-items:center;gap:12px;display:flex}.footer__links{display:contents}.footer__links div{flex-direction:column;gap:10px;display:flex}.footer__links a{color:#f2f2f2;text-decoration:none}.footer__copy{text-align:center;color:#f2f2f2;width:min(1200px,100%);margin:48px auto 0;font-weight:300}.footer-link-button{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:12pt;text-decoration:none}.footer-link-button:hover{opacity:.8}.footer-modal-section{margin-top:22px}.footer-modal-section__title{margin-bottom:10px;font-size:16pt;font-weight:500}.modal-overlay{z-index:999;background:#000000bf;justify-content:center;align-items:flex-start;padding:60px 24px 24px;display:flex;position:fixed;inset:0;overflow-y:auto}.modal{background:#101010;border:1px solid #2a2a2a;border-radius:24px;width:min(760px,100%);max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 20px 60px #00000073}.modal-topbar{z-index:30;pointer-events:none;justify-content:flex-end;margin-bottom:-56px;padding:12px 12px 0;display:flex;position:sticky;top:0}.modal-close{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#f2f2f2;pointer-events:auto;z-index:40;background:#181818b3;border:none;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.modal-close:hover{opacity:.8}.modal-image-wrapper{aspect-ratio:16/8;border-bottom:1px solid #202020;width:100%;overflow:hidden}.modal-image{object-fit:cover;object-position:center;width:100%;height:500px;display:block}.modal-body{padding:28px}.modal-label{color:#9be28c;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:.8rem}.modal-body h2{margin-bottom:10px}.modal-subtitle{color:#e8e8e8;margin-bottom:20px;font-size:1rem}.modal-text{color:#bcbcbc;margin-bottom:14px;line-height:1.7}.modal-features{color:#d8d8d8;margin:20px 0 24px;padding-left:20px}.modal-features li{margin-bottom:8px}.modal-actions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.lazy-placeholder{min-height:300px}.modal-loading{color:#9a9a9a;padding:32px 28px 40px}.footer-placeholder{min-height:220px}@media (width<=1100px){.section{width:min(100% - 64px,1200px)}.header__inner{padding:22px 32px}.hero{width:100%}.footer__main{grid-template-columns:1.4fr 1fr 1fr;gap:24px}}@media (width<=900px){.hero{text-align:center;flex-direction:column;gap:32px;width:100%}.hero__content{align-items:center}.hero__wrapper{max-width:100%;height:auto}.hero__grid{width:100%;max-height:700px}.review-card__inner{min-height:unset;grid-template-columns:1fr}.review-card__img{object-fit:cover;object-position:top;width:100%;height:100%;display:block}.reviews-header{flex-direction:column;align-items:flex-start}.card-grid,.card-grid2,.footer__main{grid-template-columns:1fr}.footer__brand{align-items:flex-start}.footer__links{grid-template-columns:1fr 1fr;gap:24px;display:grid}.avatar{width:120px;height:120px}h3{font-size:18pt}.service-card--large{transform:scale(1)}.service-card{min-height:auto}}@media (width<=700px){.header__inner{padding:18px 16px}.burger{z-index:110;display:inline-flex;position:relative}.nav{z-index:100;background:#181818;border:1px solid #f2f2f230;border-radius:20px;flex-direction:column;justify-content:center;gap:24px;min-height:220px;padding:32px 24px;display:none;position:absolute;top:calc(100% + 12px);left:16px;right:16px;box-shadow:0 20px 40px #00000059}.nav a{width:100%;padding:12px 0;font-size:18pt}.nav--open{display:flex}.footer__links{grid-template-columns:1fr}.case-modal__header{flex-direction:column;align-items:flex-start;gap:12px}.modal-actions{flex-direction:column}.modal-actions .btn{width:100%}}@media (width<=600px){.section{width:min(100% - 32px,1200px)}.header__inner{align-items:center}.hero__grid{grid-template-columns:1fr 1fr;gap:12px;max-height:400px}.hero__wrapper{max-width:100%;height:520px}.hero__grid>div:first-child,.hero__grid>div:last-child{gap:12px}.hero__grid>div:last-child{transform:translateY(-48px)}.hero__grid>div:last-child .mockup-card:first-child{height:140px}.hero__grid>div:last-child .mockup-card:nth-child(2){height:220px}.hero__grid>div:last-child .mockup-card:nth-child(3){height:140px}.hero__buttons,.card__actions{justify-content:center}.btn{width:100%;max-width:240px}.service-card{min-height:auto}.review-card__content{padding:8px}.modal{width:min(100%,760px);max-height:92vh}.modal-body{padding:30px}}
