@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
*, html {
  margin: 0;
  padding: 0; }

html, body {
  height: 100%; }

body {
  font-size: 16px;
  font-family: 'Poppins', 'Open Sans', sans-serif;
  text-align: center;
  background-color: black;
  color: rgba(0, 0, 0, 0.87);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)), url(../img/ostrakun_2025_webp.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  height: 100vh;
  width: 100%;
  max-width: 100%;
  overflow-y: overlay; }

.wrapper {
  margin: 0 auto;
  padding: 0 24px;
  width: 1300px;
  max-width: calc(100% - 100px);
  text-align: left; }

a {
  color: #2dc7cb; }

a:hover {
  color: #5eead9; }

h1 {
  font-size: 100px;
  font-weight: 800;
  letter-spacing: 8px; }

h2 {
  font-size: 35px;
  font-weight: 600; }

.info {
  text-align: right;
  color: #FFF;
  margin-top: 10em; }

.eshop-button {
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.5em;
  font-weight: 600;
  border-radius: 0.5em;
  text-decoration: none;
  background: #2dc7cb;
  box-shadow: 0px 0px 35px -10px #48c0c370;
  margin: 1.5em 0;
  padding: 1em; }

.eshop-button:hover {
  color: #FFF;
  background: #5eead9;
  box-shadow: 0px 0px 35px -10px #d3eeef6e; }

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  padding: 1em 0;
  text-align: center;
  z-index: 10;
  transition: transform 0.3s ease-in-out; }

footer.hidden {
  transform: translateY(100%); }

.footer-toggle {
  position: absolute;
  top: -30px;
  right: 20px;
  background: rgba(0, 0, 0, 0.85);
  border: none;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  font-size: 12px;
  transition: background-color 0.2s ease; }

.footer-toggle:hover {
  background: rgba(0, 0, 0, 0.95); }

.footer-toggle .arrow-up {
  display: inline; }

.footer-toggle .arrow-down {
  display: none; }

footer.hidden .footer-toggle .arrow-up {
  display: none; }

footer.hidden .footer-toggle .arrow-down {
  display: inline; }

footer.hidden .footer-toggle {
  top: -30px; }

footer h2 {
  font-size: 1.1em;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0.5em; }

footer a {
  display: inline-block;
  margin: 0 1em; }

footer img {
  vertical-align: middle;
  filter: brightness(0.95) contrast(1.1); }

.footer-columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  gap: 1em; }

.footer-col {
  flex: 1 1 0;
  min-width: 0;
  padding: 0 1em; }

.footer-col-left {
  text-align: left; }

.footer-col-center {
  text-align: center; }

.footer-col-right {
  text-align: right; }

.footer-logos-2col {
  display: flex;
  gap: 1em; }

.footer-logos-2col > div {
  display: flex;
  flex-direction: column;
  gap: 0.5em; }

@media (max-width: 60em) {
  h1 {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 4px; }
  h2 {
    font-size: 16px;
    font-weight: 600; }
  .info {
    text-align: center; }
  .eshop-button {
    font-size: 1em;
    padding: 1em; }
  footer h2 {
    font-size: 0.95em; }
  footer {
    padding: 0.5em 0; }
  .footer-columns {
    flex-direction: column;
    align-items: center;
    gap: 1em; }
  .footer-col-left,
  .footer-col-center,
  .footer-col-right {
    text-align: center;
    padding: 0; } }
