:root { --color-dark: #472a40; --color-light: #efe8dc; --color-yellow: #fbe020; --color-red: #ff1737; --color-cream: #efe8dc; --color-text-dark: #2c2c2c; --color-text-light: #efe8dc; --container-max: 1320px; --radius-pill: 999px; } * { box-sizing: border-box; } html { scroll-behavior: smooth; } html, body { margin: 0; padding: 0; overflow-x: hidden; } body { font-family: "nexa", Arial, Helvetica, sans-serif; color: var(--color-text-dark); background-color: #472a40; text-transform: uppercase; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } img { max-width: 100%; height: auto; display: block; } a { text-decoration: none; } button { font-family: inherit; } .container-custom { width: 100%; max-width: var(--container-max); margin: 0 auto; padding-left: 20px; padding-right: 20px; } .section { position: relative; width: 100%; } .visually-hidden-seo { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } .header-bar { background: var(--color-dark); min-height: 220px; display: flex; align-items: center; padding: 28px 0; } .header-logo a { display: inline-block; } .header-logo img { max-height: clamp(72px, 10vw, 120px); width: auto; } .header-buttons { display: flex; gap: 15px; justify-content: flex-end; flex-wrap: wrap; } .btn-custom-light, .btn-custom-yellow { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 12px 22px; font-weight: 700; border-radius: var(--radius-pill); transition: all 0.2s ease; border: 2px solid transparent; font-size: clamp(0.95rem, 1vw, 1rem); text-transform: uppercase; text-align: center; white-space: nowrap; } .btn-custom-light { background-color: #ffffff; color: var(--color-dark); border-color: #ffffff; } .btn-custom-light:hover, .btn-custom-light:focus-visible { background-color: transparent; color: var(--color-text-light); border-color: var(--color-text-light); outline: none; } .btn-custom-yellow { background-color: var(--color-yellow); color: var(--color-dark); border-color: var(--color-yellow); } .btn-custom-yellow:hover, .btn-custom-yellow:focus-visible { background-color: transparent; color: var(--color-yellow); border-color: var(--color-yellow); outline: none; } .btn-custom-light i, .btn-custom-yellow i { font-size: 1rem; line-height: 1; } .divider { height: 25px; position: relative; z-index: 2; } .divider-light { background-color: var(--color-light); } .divider-yellow { background-color: var(--color-yellow); } .divider-icon { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 40px; height: 55px; z-index: 5; object-fit: contain; pointer-events: none; } .hero-section { min-height: clamp(460px, 70vh, 800px); background: url('/assets/img/blok3-bg.jpg') center center / cover no-repeat; display: flex; align-items: center; justify-content: center; padding: clamp(40px, 6vw, 80px) 20px; text-align: center; } .hero-logo { max-width: min(700px, 90vw); width: 100%; margin: 0 auto; } .content-section { min-height: clamp(560px, 75vh, 800px); background: url('/assets/img/blok5-bg.jpg') center center / cover no-repeat; display: flex; align-items: center; padding: clamp(50px, 8vw, 100px) 0; } .content-row { --bs-gutter-x: clamp(2rem, 5vw, 7rem); --bs-gutter-y: 3rem; } .content-row .col-lg-6:first-child { display: flex; justify-content: center; } .content-text-box { padding: 0; background: transparent; border-radius: 0; box-shadow: none; width: 100%; max-width: 680px; margin: 0 auto; text-align: center; } .language-switcher { display: flex; align-items: center; justify-content: center; text-align: center; flex-wrap: wrap; gap: 14px; margin: 0 auto 34px auto; font-weight: 800; font-size: clamp(0.95rem, 1.5vw, 1.15rem); line-height: 1.2; letter-spacing: 0.5px; width: 100%; } .language-switcher .separator { color: var(--color-cream); opacity: 0.9; display: inline-flex; align-items: center; justify-content: center; } .language-tab { background: none; border: 0; padding: 0; cursor: pointer; font-family: inherit; font-size: inherit; font-weight: 800; text-transform: uppercase; transition: opacity 0.2s ease; text-align: center; display: inline-flex; align-items: center; justify-content: center; } .language-tab:hover, .language-tab:focus-visible { opacity: 0.85; outline: none; } .language-tab[data-lang="nl"] { color: var(--color-yellow); } .language-tab[data-lang="sarnami"] { color: var(--color-red); } .language-content { color: var(--color-cream); text-align: center; } .language-pane { display: none; animation: fadeIn 0.25s ease; } .language-pane.active { display: block; } .language-pane p { font-size: clamp(0.95rem, 1.6vw, 1.02rem); line-height: 1.45; font-weight: 800; margin: 0 0 1.35rem 0; letter-spacing: 0.2px; color: var(--color-cream); text-wrap: balance; } .language-pane p:last-child { margin-bottom: 0; } .highlight-red { color: var(--color-red); } .content-image-wrap { display: flex; justify-content: center; align-items: center; } .content-image-wrap img { max-width: 760px; width: 100%; height: auto; } .since-bar { min-height: 70px; background: url('/assets/img/since-bg.jpg') center center / cover no-repeat; color: var(--color-text-dark); display: flex; align-items: center; justify-content: center; text-align: center; font-size: clamp(1rem, 3vw, 2rem); font-weight: 700; letter-spacing: 1px; padding: 15px 0; } .full-image-section { width: 100%; min-height: clamp(180px, 28vw, 255px); background: url('/assets/img/blok7-image.png') center center / cover no-repeat; } .footer-section { background-color: var(--color-dark); color: var(--color-text-light); min-height: 350px; display: flex; align-items: center; padding: clamp(40px, 6vw, 60px) 0; } .footer-logo img { max-width: 240px; } .footer-info p { margin-bottom: 8px; line-height: 1.7; font-weight: 700; color: var(--color-text-light); } .empty-footer-col { min-height: 20px; } @keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 991.98px) { .header-bar { min-height: auto; text-align: center; } .header-logo { display: flex; justify-content: center; margin-bottom: 24px; } .header-buttons { justify-content: center; } .content-row .col-lg-6:first-child { display: block; } .content-text-box { text-align: center; max-width: 100%; } .footer-section { text-align: center; } .footer-logo { display: flex; justify-content: center; margin-bottom: 30px; } } @media (max-width: 767.98px) { .divider-icon { width: 34px; height: 48px; } .btn-custom-light, .btn-custom-yellow { width: 100%; } .header-buttons { width: 100%; } .language-switcher { gap: 10px; margin: 0 auto 24px auto; justify-content: center; text-align: center; } .language-tab { justify-content: center; text-align: center; } } @media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }