* 
{ font-family: "Outfit", sans-serif; font-optical-sizing: auto; font-style: normal; box-sizing: border-box; }
img 
{ vertical-align: middle; }
body 
{ width: 100%; height: 100%; margin: 0px; padding: 0px; overflow-x: hidden; overflow-y: scroll; }
html, body 
{ font-size: 16px; }

::-webkit-scrollbar 
{ width: 6px; }
::-webkit-scrollbar-track 
{ background: #434345; }
::-webkit-scrollbar-thumb 
{ background: #29292b; border-radius: 999px; }

.wrapper 
{ width: min( 1200px, 100% - clamp(32px, 6vw, 180px) ); margin-inline: auto; }
@media (min-width: 1980px) { .wrapper { width: min( 1480px, 100% - clamp(32px, 6vw, 200px) ); }}
.wrapper-gallery 
{ width: min( 1880px, 100% - clamp(32px, 6vw, 180px) ); margin-inline: auto; }
@media (min-width: 1980px) { .wrapper { width: min( 1680px, 100% - clamp(32px, 6vw, 200px) ); }}

.hero-top-main 
{ inset: 0; overflow: hidden; background: radial-gradient(circle at top center, rgba(170, 255, 0, 0.28) 0%, rgba(120, 255, 0, 0.18) 18%, rgba(40, 80, 0, 0.10) 40%, rgba(10, 13, 4, 0.60) 72%), #0a0d04; position: fixed; z-index: -3; }
.hero-orb 
{ width: 100%; position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.5; z-index: 997; background: #0a0d04; }
.hero-orb-1 
{ width: 100%; height: 500px; top: -220px; left: 0px; background: radial-gradient(circle, rgba(170, 255, 0, 0.40) 0%, rgba(130, 255, 0, 0.18) 40%, transparent 50%); }
.hero-vignette 
{ position: absolute; inset: 0; background: radial-gradient(circle at center, transparent 35%, rgba(0,0,0,0.25) 70%, rgba(0,0,0,0.82) 100%); pointer-events: none; }
.bg-grid 
{ position: fixed; inset: 0; z-index: 9999; pointer-events: none; background-image: linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px); background-size: 80px 80px; }
@media (max-width: 980px) { .bg-grid { display: none; }}

/******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** HEADER ********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.header-panel
{ width: 100%; top: 0; left: 0; z-index: 1000; padding: 14px 0px; box-sizing: border-box; position: fixed; z-index: 10000; }
.header
{ width: calc(100% - 40px); max-width: 1200px; min-height: 74px; margin: 0px auto; padding: 0px 20px; display: flex; align-items: center; justify-content: space-between; gap: 30px; position: relative; box-sizing: border-box; border-radius: 999px; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); background-color: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.18); }
.header-logo-box
{ flex-shrink: 0; display: flex; align-items: center; }
.header-logo
{ width: auto; height: 18px; max-height: 18px; display: block; object-fit: contain; }

.header-menu-box
{ flex: 1; display: flex; justify-content: center; }
.header-menu
{ display: flex; align-items: center; gap: 34px; }
.menu-link
{ position: relative; font-size: 1rem; font-weight: 400; line-height: 1; color: rgba(255, 255, 255, 0.8); text-decoration: none; letter-spacing: 0.06em; transition: color 300ms ease; }
.menu-link:hover
{ color: rgba(255, 255, 255, 1); }
.menu-underline::after
{ content: ""; width: 0%; height: 2px; position: absolute; left: 0; bottom: -8px; border-radius: 999px; background-color: #ffffff; transition: width 300ms ease; }
.menu-underline:hover::after
{ width: 100%; }

.header-lang 
{ width: 40px; height: 40px; margin: 0; padding: 0; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 20px; cursor: pointer; border-radius: 999px; border: 0; background: transparent; text-decoration: none; transition: background-color 0.25s ease; appearance: none; -webkit-appearance: none; }
.header-lang:hover 
{ background: transparent; }
.header-lang-ico 
{ width: 22px; height: 22px; display: flex; align-items: center; justify-content: center; }
.header-lang-ico img 
{ width: 22px; height: 22px; display: block; }

.header-btn-consult
{ flex-shrink: 0; }
.header-btn-consult a
{ height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0px 18px; border-radius: 999px; font-size: 0.9rem; font-weight: 600; color: #0b4912; text-decoration: none; text-transform: uppercase; letter-spacing: 0.04em; background: linear-gradient( 135deg, #d0fc53, #d0fc53); transition: transform 300ms ease, box-shadow 300ms ease, opacity 300ms ease; }
.header-btn-consult a:hover
{ box-shadow: 0 12px 30px rgba(127, 86, 252, 0.35); }


/** MOBILE MENU **/
#btn, #box
{ display: none; }

@media (max-width: 1680px) {
.header
{ min-height: 70px; }

.header-menu
{ gap: 30px; }
.menu-link
{ font-size: 0.875rem; }
.header-btn-consult a
{ height: 44px; padding: 0px 18px; font-size: 0.875rem; }

}

@media (max-width: 880px) {
.header-menu, .header-btn-consult
{ display: none; }
.header-panel 
{ width: auto; left: 0px; right: 0px; padding: 0px; }
.header 
{ width: auto; margin: 0px; min-height: 74px; padding: 0px 18px; border-radius: 0px; }
.header-logo
{ height: 28px; }
.header-lang 
{ width: 40px; height: 40px; margin: 0px 50px 0px 0px; padding: 0; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 20px; cursor: pointer; border-radius: 999px; border: 0; background: transparent; text-decoration: none; transition: background-color 0.25s ease; appearance: none; -webkit-appearance: none; }

#btn
{ width: 60px; height: 74px; position: fixed; top: 0; right: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; cursor: pointer; z-index: 10003; }
#top, #bottom
{ width: 26px; height: 3px; border-radius: 999px; background-color: #ffffff; transition: transform 400ms ease, opacity 400ms ease; }
#btn.active #top
{ transform: translateY(5.5px) rotate(45deg); }
#btn.active #bottom
{ transform: translateY(-5.5px) rotate(-45deg);
}

#box
{ width: 100%; height: 100dvh; position: fixed; top: 0; right: -100%; display: block; opacity: 0; visibility: hidden; pointer-events: none; overflow: hidden; z-index: 1002; backdrop-filter: blur(40px); -webkit-backdrop-filter: blur(40px); background: radial-gradient(circle at top left, rgba(139, 63, 241, 0.28), transparent 42%), radial-gradient(circle at bottom right, rgba(255, 196, 0, 0.14), transparent 46%),
  rgba(12, 10, 18, 0.88); transition: right 450ms cubic-bezier(0.6, 0.05, 0.28, 0.91), opacity 300ms ease, visibility 300ms ease; z-index: 111111; }
#box.active
{ right: 0; opacity: 1; visibility: visible; pointer-events: auto; }
.mobile-menu-panel
{ width: 100%; height: 100%; }
.mobile-menu-center
{ width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.mobile-menu-center-panel
{ width: 100%; padding: 0px 24px; box-sizing: border-box; }
.mobile-menu-box
{ width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.mobile-menu-box:first-child
{ border-top: 1px solid rgba(255, 255, 255, 0.08);}
.mobile-menu a
{ width: 100%; min-height: 76px; display: flex; align-items: center; justify-content: center; font-size: clamp(1.8rem, 8vw, 3rem); font-weight: 600; line-height: 1; color: #ffffff; text-decoration: none; letter-spacing: 0.02em; transition: color 300ms ease, background 300ms ease, transform 300ms ease; }
.mobile-menu a:hover
{ color: #ffc400; transform: translateX(4px); }
.mobile-menu-try-panel
{ width: calc(100% - 40px); position: absolute; left: 20px; bottom: 24px; }
.mobile-menu-try-btn a
{ width: 100%; height: 56px; display: flex; align-items: center; justify-content: center; border-radius: 999px; font-family: "Manrope", sans-serif; font-size: 0.95rem; font-weight: 800; color: #ffffff;  text-decoration: none; letter-spacing: 0.04em; background: linear-gradient(135deg, #8fd14f, #8fd14f); box-shadow: 0 16px 40px rgba(109, 77, 255, 0.35); }
}
body.menu-open
{ overflow: hidden; }

/** LANG MODAL **/
.no-scroll 
{ overflow: hidden; }

.modal-overlay 
{ position: fixed; inset: 0; background-color: rgba(250 248 240 / 10%); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(10px); display: flex; justify-content: center; align-items: center; padding: 2rem 1rem; opacity: 0; pointer-events: none; transition: opacity 0.2s ease; z-index: 10000; }
.modal-overlay.is-visible 
{ opacity: 1; pointer-events: auto; }
.modal-lang-box 
{ width: 600px; max-width: calc(100% - 40px); min-height: 300px; background: rgba(10, 13, 4, 0.98); box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15); position: relative; border-radius: 0.85rem; overflow: hidden; }
.modal-close-btn 
{ position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; background: #d0fc53; cursor: pointer; border-radius: 999px; border: none; }
.modal-close-btn:hover 
{ background: #dbfb82; }
.modal-close-btn:active 
{ transform: translateY(0); }
.modal-close-btn svg 
{ width: 18px; height: 18px; font-weight: 600; stroke: #0B4912; }

.modal-lang-content 
{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; padding: 70px 20px 20px; }
.modal-lang-item 
{ display: flex; align-items: center; gap: 20px; min-height: 40px; padding: 12px 16px 12px 16px; background: #24291b; border-bottom: 3px solid transparent; text-decoration: none; transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease; }
.modal-lang-item:hover 
{ border-bottom-color: #d0fc53; background: #393d30; }
.modal-lang-flag 
{ width: 36px; height: 36px; object-fit: contain; flex-shrink: 0; }
.modal-lang-text 
{ display: flex; flex-direction: column; }

.modal-lang-local 
{ font-weight: 500; font-size: 0.975rem; color: #ffffff; line-height: 1.2; }
.modal-lang-secondary 
{ margin-top: 4px; font-weight: 400; font-size: 0.85rem; color: #ffffff; }

@media (max-width: 700px) {
.modal-lang-content 
{ grid-template-columns: 1fr; }
}

/******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** PAGE **********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.page 
{ width: 100%; height: auto; float: left; margin: 0px; padding: 0px 0px 80px 0px; position: relative; z-index: 1; }
.page-head-panel 
{ width: 100%; height: auto; margin: 0px; padding: 240px 0px 120px 0px; }
.page-head 
{ width: min(900px, calc(100% - 40px)); margin: 0 auto 0px auto; padding: 0px; text-align: center; }
.page-head h1 
{ margin: 0; font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 600; line-height: 1.1; letter-spacing: 0.04em; color: #ffffff; }
.page-head p 
{ margin: 30px 0 0 0; font-size: 1.25rem; font-weight: 400; line-height: 1.6; letter-spacing: 0.03em; color: rgba(255, 255, 255, 0.7); }


/******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** HERO SLIDER ***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.hero-top 
{ width: 100vw; height: 100vh; height: 100svh; margin: 0px; padding: 0px; overflow: hidden; /**background: #0a0d04;**/ position: relative; z-index: 998; }
.hero-top__content 
{ width: clamp(90%, 60vw, 60%); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 5; box-sizing: border-box; text-align: center; }
.hero-top__eyebrow
{ margin: 0px 0px 18px 0px; font-size: clamp(0.8rem, 1vw, 1rem); font-weight: 800; line-height: 1.2; letter-spacing: 0.18em; text-transform: uppercase; color: #ffc400; }
.hero-top__content h1 
{ width: 100%; margin: 0px; padding: 0px; font-size: clamp(2.5rem, 4vw, 5.8rem); font-weight: 500; line-height: 1.3; letter-spacing: 0.04em; text-transform: none; color: #ffffff; text-shadow: 0 8px 32px rgba(0, 0, 0, 0.45), 0 2px 6px rgba(0, 0, 0, 0.30); -webkit-text-stroke: 0.4px rgba(0, 0, 0, 0.20); }
.hero-top__text 
{ width: 100%; margin: 30px 0px 0px 0px; padding: 0px; font-size: clamp(1rem, 1.5vw, 1.3rem); font-weight: 400; line-height: 1.7; letter-spacing: 0.04em; color: rgba(255, 255, 255, 0.85); text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45); }


/******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** HERO WEDO *****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.hero-wedo-panel
{ width: 100%; height: auto; float: left; margin: 0px; padding: 140px 0px 140px 0px; }
.hero-wedo-panel h2 
{ width: 100%; margin: 0px 0px 60px 0px; padding: 0px; font-size: clamp(2.2rem, 4vw, 3rem); font-weight: 500; line-height: 1.0; letter-spacing: 0.04em; text-transform: none; text-align: center; color: #ffffff; }
.hero-wedo-grid 
{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.hero-wedo-box 
{ min-height: 300px; padding: 34px 26px; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 22px; background: rgba(0, 0, 0, 0.5); color: #ffffff; text-decoration: none; box-sizing: border-box; transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease, transform 0.35s ease; }
.hero-wedo-box__icon 
{ width: 54px; height: 54px; margin-bottom: 34px; object-fit: contain; display: block; }
.hero-wedo-box h3 
{ margin: 0; font-size: clamp(1.5rem, 2.3vw, 2.2rem); font-weight: 500; line-height: 1.2; letter-spacing: -0.03em; transition: color 0.35s ease; }
.hero-wedo-box p 
{ margin: 24px 0 0 0; font-size: 1rem; font-weight: 300; line-height: 1.55; }
.hero-wedo-box:hover h3 
{ color: #b9ff4a; }
.hero-wedo-box:hover 
{ background: rgba(255, 255, 255, 0.16); border-color: rgba(255, 255, 255, 0.35); transform: translateY(0px); }

@media (max-width: 1200px) { 
.hero-wedo-grid 
{ grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
.hero-wedo-grid 
{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
.hero-wedo-grid 
{ grid-template-columns: 1fr; }

}


/*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** HERO WORK ****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.hero-work-panel
{ width: 100%; height: auto; float: left; margin: 0px; padding: 140px 0px 140px 0px; position: relative; }
.hero-work-panel h2 
{ width: 100%; margin: 0px 0px 60px 0px; padding: 0px; font-size: clamp(2.2rem, 4vw, 3rem); font-weight: 500; line-height: 1.0; letter-spacing: 0.04em; text-transform: none; text-align: center; color: #ffffff; }
.hero-work 
{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 60px; }
.hero-work-card-link 
{ display: flex; flex-direction: column; height: 100%; min-height: 460px; text-decoration: none; }
.hero-work-media 
{ aspect-ratio: 3 / 2; background: #000000; position: relative; border-radius: 1rem; overflow: hidden; }
.hero-work-media img 
{ display: block; width: 100%; height: 100%; object-fit: cover; overflow: hidden; transform: scale(1.001); backface-visibility: hidden; will-change: transform; transition: transform .5s ease; }
.hero-work-card:hover .hero-work-media img 
{ transform: scale(1.04); }
.hero-work-content 
{ display: flex; flex-direction: column; padding: 30px 0 72px; flex: 1; }
.hero-work-tags 
{ display: flex; flex-wrap: wrap; gap: 10px; margin: 0px; }
.hero-work-tag 
{ padding: 8px 14px; border: 1px solid #434242; border-radius: 999px; font-size: 0.8375rem; line-height: 1; letter-spacing: 0.04em; color: #ffffff; }
.hero-work-name h3 
{ margin-bottom: 20px; font-size: clamp(1.4rem, 2.8vw, 1.8rem); font-weight: 500; text-transform: none; color: #ffffff; letter-spacing: 0.04em; transition: color .25s ease; }
.hero-work-card:hover .hero-work-name h3
{ color: #b9ff4a; }
.hero-work-title p
{ max-width: 60ch; margin: 0; font-weight: 300; font-size: clamp(1rem, 2.8vw, 1.125rem); line-height: 1.4; letter-spacing: 0.04em; color: #ffffff; }

@media (max-width: 1380px) {
.hero-work 
{ grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
.hero-work-content 
{ padding: 24px 20px 56px; }
.hero-work-media 
{ min-height: 220px; }
}


/*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** PROJECT ****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.project-page
{ width: 100%; height: auto; float: left; margin: 0px; padding: 40px 0px 40px 0px; box-sizing: border-box; position: relative; z-index: 903; }
/** PROJECT POPIS **/
.project-popis-panel
{ width: 100%; height: auto; float: left; margin: 0px; padding-top: 20px; padding-bottom: 20px; }
.project-popis-box
{ width: 100%; height: auto; float: left; margin: 0px; padding-top: 20px; padding-bottom: 20px; }
.project-popis-box-left
{ width: 30%; height: auto; float: left; margin: 0px; padding: 0px; text-align: left; }
.project-popis-box-right
{ width: 70%; height: auto; float: left; margin: 0px; padding: 0px; text-align: left; }
.project-box-napis h2
{ width: 100%; height: 50px; float: left; margin: 0px; padding: 0px; font-weight: 400; font-size: 1.5rem; font-kerning: normal; color: #9e9e9e; text-transform: none; text-decoration: none; line-height: 50px; letter-spacing: 0.06em; }
.project-napis-num
{ color: #d0fc53; }
.project-box-popis p
{ width: 100%; height: auto; float: left; margin: 0px; padding-bottom: 20px; font-weight: 300; font-size: 20px; font-kerning: normal; color: #f1f1f1; text-transform: none; text-decoration: none; line-height: 230%; letter-spacing: 0.04em; }

/** PROJECT TBL **/
.project-tbl
{ width: 100%; height: auto; float: left; margin: 0px; padding: 0px; }
.project-tbl-line
{ width: 100%; height: 50px; float: left; margin: 0px; padding-top: 0px; padding-bottom: 0px; border-bottom: 0.05em solid #333b4d; }
.project-tbl-line-napis p
{ width: 100%; height: auto; float: left; margin: 0px; padding: 0px; font-weight: 300; font-size: 18px; font-kerning: normal; color: #f1f1f1; text-transform: none; text-decoration: none; line-height: 50px; letter-spacing: 0.06em; }

/** PROJECT BTN **/
.project-link-panel 
{ width: 100%; height: 50px; float: left; margin: 0px; padding: 0px; text-align: left; }
.project-link a
{ width: 100%; height: 50px; float: left; margin: 0px; padding: 0px; font-weight: 400; font-size: 18px; text-transform: none; text-decoration: none; color: #f1f1f1; letter-spacing: 0.06em; line-height: 50px; position: relative; transition: color 0.35s ease; }
.project-link a:hover
{ color: #d0fc53; }


/** PROJECT SCREEN **/
.project-top-screen
{ width: 100%; height: auto; float: left; margin-left: 0px; margin-top: -55px; margin-bottom: 0px; padding: 0px; position: relative; z-index: 900; }

/** PROJECT VIDEO **/
.project-video-panel
{ width: 100%; height: auto; float: left; margin: 0px; padding: 0px; }
.video-wrapper 
{ width: 100%; overflow: hidden; }
.hero-video 
{ width: 100%; height: auto; display: block; border: 0; }

/** PROJECT GALLERY **/
.project-gallery-napis h2
{ width: 100%; height: auto; float: left; margin: 80px 0px 0px 0px; padding: 0px; font-weight: 500; font-size: clamp(1.8rem, 8vw, 3rem); color: #ffffff; text-transform: none; text-align: center; text-decoration: none; line-height: 1.5; letter-spacing: 0.04em; }
.project-gallery-panel
{ width: 100%; height: auto; float: left; margin: 0px; padding-top: 30px; padding-bottom: 30px; }
.gallery-container-1 
{ display: grid; grid-template-columns: repeat(1, 1fr); gap: 30px; margin: 0; padding-top: 15px; padding-bottom: 15px; }
.gallery-container-2 
{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin: 0; padding-top: 15px; padding-bottom: 15px; }
.gallery-container-3 
{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin: 0; padding-top: 15px; padding-bottom: 15px; }
.gallery-container-4 
{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin: 0; padding-top: 15px; padding-bottom: 15px; }
.gallery-box-ffffff 
{ background-color: #ffffff; padding: 0px; border-radius: 1.50rem; overflow: hidden; }
.gallery-box-f1adc9 
{ background-color: #f1adc9; padding: 0px; border-radius: 1.50rem; overflow: hidden; }
.gallery-box-9ce6fd 
{ background-color: #9ce6fd; padding: 0px; border-radius: 1.50rem; overflow: hidden; }
.gallery-box-fcbb9f 
{ background-color: #fcbb9f; padding: 0px; border-radius: 1.50rem; overflow: hidden; }
.gallery-box-d0bc99 
{ background-color: #d0bc99; padding: 0px; border-radius: 1.50rem; overflow: hidden; }
.gallery-box-9bfab4 
{ background-color: #9bfab4; padding: 0px; border-radius: 1.50rem; overflow: hidden; }
.gallery-box-ffd58d 
{ background-color: #ffd58d; padding: 0px; border-radius: 1.50rem; overflow: hidden; }
.gallery-box-e8d2b4 
{ background-color: #e8d2b4; padding: 0px; border-radius: 1.50rem; overflow: hidden; }
.gallery-box-d4bfd0 
{ background-color: #d4bfd0; padding: 0px; border-radius: 1.50rem; overflow: hidden; }
.gallery-box 
{ background: none; padding: 0px; border-radius: 1.50rem; overflow: hidden; }
.gallery-box-img
{ width: 100%; height: auto; float: left; margin: 0px; padding: 0px; }
.lazy-blur 
{ width: 100%; height: auto; display: block; filter: blur(24px); transform: scale(1.06); opacity: 0.7; transition: filter 600ms ease, opacity 600ms ease, transform 600ms ease; }
.lazy-blur.is-loaded 
{ filter: blur(0); transform: scale(1); opacity: 1; }



@media (max-width: 1280px) {
.project-popis-box-left
{ width: 100%; padding: 0px; text-align: center; }
.project-popis-box-right
{ width: 100%; padding: 0px; text-align: center; }
.project-box-popis p
{ width: 100%; height: auto; float: left; margin: 0px; padding-bottom: 20px; font-size: 1.125rem; line-height: 150%; }
.project-link-panel 
{ width: 100%; height: 50px; float: left; margin: 0px; padding: 0px; text-align: center; }

}




/******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** KONTAKTY ******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.contact-section 
{ width: 100%; padding: 0px; box-sizing: border-box; }
.contact-panel 
{ width: min(1200px, calc(100% - 40px)); margin: 0 auto; padding: 80px 36px; display: grid; grid-template-columns: 420px 1fr; gap: 60px; background: #ffffff; border-radius: 20px; box-sizing: border-box; }
.contact-info 
{ min-height: 520px; padding: 42px 36px; border-radius: 16px; background: #d0fc53; color: #0b4912; box-sizing: border-box; position: relative; overflow: hidden; }
.contact-info::after 
{ content: ""; position: absolute; right: -90px; bottom: -90px; width: 260px; height: 260px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.35); box-shadow: 0 0 0 22px rgba(255, 255, 255, 0.08), 0 0 0 44px rgba(255, 255, 255, 0.07), 0 0 0 66px rgba(255, 255, 255, 0.06), 0 0 0 88px rgba(255, 255, 255, 0.05); }
.contact-info h2 
{ margin: 0; font-size: 2rem; font-weight: 600; line-height: 1.2; }
.contact-info__intro 
{ margin: 22px 0 50px 0; font-size: 1rem; line-height: 1.6; color: #0b4912; }
.contact-info__item 
{ display: grid; grid-template-columns: 32px 1fr; gap: 18px; margin-top: 28px; position: relative; z-index: 2; }
.contact-info__icon 
{ width: 24px; height: 24px; display: flex; align-items: flex-start; justify-content: center; }
.contact-info__icon img 
{ width: 22px; height: 22px; display: block; object-fit: contain; }
.contact-info__item h3 
{ margin: 0 0 8px 0; font-size: 1rem; font-weight: 600; }
.contact-info__item p 
{ margin: 0; font-size: 0.95rem; line-height: 1.6; }
.contact-info__item a
{ color: #0b4912; text-decoration: none; }
.contact-info__item a:hover
{ color: #0b4912; text-decoration: underline; }

.contact-form 
{ padding: 24px 10px; box-sizing: border-box; }
.contact-form__grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 28px 40px;
}

.form-field {
   position: relative;
}

.form-field label {
   display: block;
   margin-bottom: 8px;
   font-size: 0.8rem;
   color: rgba(0, 0, 0, 0.65);
}

.form-field input,
.form-field textarea {
   width: 100%;
   height: 52px;
   padding: 0 14px;
   border: 1px solid rgba(0, 0, 0, 0.45);
   border-radius: 4px;
   background: transparent;
   font-size: 1rem;
   color: #050505;
   box-sizing: border-box;
   outline: none;
}

.form-field textarea {
   height: 90px;
   padding: 14px 0;
   border: none;
   border-bottom: 1px solid rgba(0, 0, 0, 0.45);
   border-radius: 0;
   resize: none;
}

.form-field input:focus,
.form-field textarea:focus {
   border-color: #7058f5;
}

.form-subject {
   margin-top: 50px;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 22px 36px;
}

.form-subject p {
   width: 100%;
   margin: 0;
   font-size: 0.9rem;
   font-weight: 700;
   color: #050505;
}

.form-subject label {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   font-size: 0.9rem;
   color: #050505;
   cursor: pointer;
}

.form-field--message {
   margin-top: 50px;
}

.contact-btn {
   min-width: 210px;
   height: 52px;
   margin-top: 36px;
   float: right;
   border: none;
   border-radius: 999px;
   background: #7058f5;
   color: #ffffff;
   font-size: 1rem;
   font-weight: 600;
   cursor: pointer;
   transition: background 0.3s ease, transform 0.3s ease;
}

.contact-btn:hover {
   background: #5f45f2;
   transform: translateY(-2px);
}

@media (max-width: 1000px) {
   .contact-panel {
      grid-template-columns: 1fr;
      padding: 40px 24px;
   }

   .contact-info {
      min-height: auto;
   }
}

@media (max-width: 650px) {
   .contact-section {
      padding: 80px 0;
   }

   .contact-form__grid {
      grid-template-columns: 1fr;
   }

   .form-subject {
      flex-direction: column;
      align-items: flex-start;
   }

   .contact-btn {
      width: 100%;
      float: none;
   }
}





/******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** FOOTER ********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.footer 
{ width: 100%; float: left; background: #5f08c9; }
.footer-panel
{ width: 100%; margin: 0px auto; padding: 60px 0px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-logo
{ display: flex; align-items: center; }
.footer-logo img
{ height: 70px; width: auto; display: block; }
.footer-social
{ display: flex; align-items: center; gap: 18px; }
.footer-social a
{ width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 999px; background: rgba(255, 255, 255, 1); transition: background-color 300ms ease; }
.footer-social a:hover
{ background: rgba(255, 255, 255, 0.70); }
.footer-social img
{ width: 22px; height: 22px; display: block; }

.footer-bottom-panel
{ width: 100%; float: left; background: #210045; }
.footer-bottom
{ width: 100%; margin: 0 auto; padding: 24px 0px 24px 0px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-bottom-left
{ font-size: 0.875rem; font-weight: 400; color: rgba(255, 255, 255, 0.6); }
.footer-bottom-right
{ display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.footer-bottom-left a
{ color: rgba(255, 255, 255, 0.6); text-decoration: none; transition: color 300ms ease; }
.footer-bottom-right a
{ font-size: 0.875rem; font-weight: 400; color: rgba(255, 255, 255, 0.6); text-decoration: none; transition: color 300ms ease; }
.footer-bottom-left a:hover, .footer-bottom-right a:hover
{ color: rgba(255, 255, 255, 1); }




/** COOKIE **/
.cookie-banner 
{ max-width: 600px; bottom: 10px; left: 50%; transform: translateX(-50%); background: rgba(20, 20, 20, 0.8); backdrop-filter: blur(8px); display: none; padding: 20px; border-radius: 12px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); font-size: 0.875rem; font-weight: 400; color: #ffffff; flex-direction: column; position: fixed; z-index: 10000; }
.cookie-text 
{ margin: 0 0 12px 0; font-size: 15px; font-weight: 300; text-align: center; }
.cookie-boxes 
{ display: flex; justify-content: center; align-items: center; }
.cookie-box 
{ margin: 0 10px; display: flex; flex-direction: column; justify-content: center; }
.cookie-image-center 
{ display: flex; justify-content: center; margin-bottom: 12px; }
.cookie-image-center img 
{ width: 60px; height: 60px; }
.cookie-content label 
{ display: flex; align-items: center; margin-bottom: 4px; font-size: 14px; }
.cookie-checkbox 
{ appearance: none; width: 18px; height: 18px; border: 2px solid #aaa; border-radius: 4px; background-color: #444444; cursor: pointer; margin-right: 12px; position: relative; }
.cookie-checkbox:checked::after 
{ content: "✓"; position: absolute; top: -2px; left: 3px; color: #ffffff; font-size: 13px; }
.cookie-buttons 
{ display: flex; flex-direction: column; justify-content: center; }
.cookie-buttons button 
{ margin: 10px 0; padding: 10px 16px; border: none; border-radius: 6px; cursor: pointer; font-size: 14px; font-weight: 500; }
.btn-accept 
{ background: #d0fc53; color: #0b4912; }
.btn-decline 
{ background: transparent; color: #ffffff; border: 1px solid #aaaaaa; }


@media (max-width: 1000px) {
.cookie-banner
{ width: 100%; bottom: 0px; left: 50%; transform: translateX(-50%); background: rgba(20, 20, 20, 0.8); backdrop-filter: blur(8px); display: none; padding: 20px; border-radius: 0px; font-size: 0.875rem; font-weight: 400; color: #ffffff; flex-direction: column; position: fixed; z-index: 10000; }


}