/*
Theme Name: Empty WP Theme
Theme URI: https://example.com
Author: Lukas
Author URI: https://example.com
Description: Prázdna WordPress téma so základnou štruktúrou.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: empty-wp-theme
*/

@font-face {
	font-family: 'ABCMono';
	src: url('/wp-content/themes/uvvp/fonts/ABCDiatypeMonoCondensed-Bold.woff2') format('woff2'),
	url('/wp-content/themes/uvvp/fonts/ABCDiatypeMonoCondensed-Bold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Saans';
	src: url('/wp-content/themes/uvvp/fonts/Saans-SemiBold.woff2') format('woff2'),
	url('/wp-content/themes/uvvp/fonts/Saans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

body {
    margin: 0;
    padding: 0;
}

/* --- Simple reset --- */
* { box-sizing: border-box; }
body {
	margin: 0;
	font-family:"ABCMono", sans-serif;
	line-height: 1;
}

a.hero__cta {
	font-family:"Saans", sans-serif;
}

/* --- Hero --- */


.color-yellow {
    background: #f4ff00; /* bright yellow */
}

.color-black {
    background: #000000; /* bright yellow */
}


.color-purple {
    background: #E4B1FA; /* bright yellow */
}



.hero{
    padding: clamp(24px, 4vw, 64px) 46px;
    height_: 100vh;
    width: 100%;
}

.hero__inner{
    margin: 0 auto;
    padding-top_: 5vh;
    padding-bottom: 10vh;
}

.hero__title{
	letter-spacing_: -10px !important;
    margin: 0 0 clamp(18px, 3vw, 32px) 0;
    font-weight: 800;
    letter-spacing: -0.02em;
    font-size: clamp(44px, 90vw, 150px);
    color: #000;
    text-shadow:
            -1px -1px 0 #fff,
            1px -1px 0 #fff,
            -1px  1px 0 #fff,
            1px  1px 0 #fff;
}

.color-black .hero__title {
	text-shadow: unset !important;
}

.hero__content{
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: clamp(16px, 3vw, 40px);
    align-items: end;
}

.hero__left{
    position: relative;
    min-height: 160px;
}

.hero__highlight{
    display: inline-block;
    margin: 0;
    padding: clamp(12px, 2vw, 18px) clamp(14px, 2vw, 22px);
    font-weight: 800;
    font-size: clamp(20px, 4vw, 54px);
}

.hero__sticker{
    position: absolute;
    left: clamp(220px, 32vw, 520px);
    top: 70%;
    transform: translateY(-140%) rotate(32deg);
    background_: #000;
    color: #fff;
    padding: 10px 12px;
    border-radius: 10px;
    font-weight: 800;
    font-size: clamp(22px, 2vw, 38px);
    white-space: nowrap;
    text-shadow: -1px -1px 0 black,
    1px -1px 0 black,
    -1px  1px 0 black,
    1px  1px 0 black;
}


.hero__btn {
    margin: 0 auto;
	padding-top: 90px;
    padding-bottom: 10vh;
}

.hero__btn a {
    text-decoration: none;
    color: black;
    font-size: clamp(20px, 4vw, 35px);
    background: white;
    padding: 25px 40px;
    border-radius: 70px;
    border: 5px solid black;
    transition: all 0.1s ease-in-out;
    font-weight: 900;
}

.hero__btn a:hover {
    color: black;
    background: #f4ff00;
}

.d-none {
    display: none;
}


.color-black .hero__title {
    color: white !important;
    border: 0 !important;
}

/* buzz-in intro animation */
@keyframes buzzIn {
    0% {
        transform: translateY(24px) scale(0.85) rotate(10deg);
        opacity: 0;
    }
    55% {
        transform: translateY(-10px) scale(1.05) rotate(-10deg);
        opacity: 1;
    }
    75% {
        transform: translateY(6px) scale(0.98) rotate(10deg);
        opacity: 1;
    }
    100% {
        transform: translateY(0) scale(1) rotate(0deg);
        opacity: 1;
    }
}

/* reusable class */
.buzz-in {
    opacity: 0;
    animation: buzzIn 500ms cubic-bezier(.2,.8,.2,1) forwards;
    will-change: transform, opacity;
}

.pos-relative span.first {
	position: relative;
}

/* Purple */
.v-p img.hero__sticker-custom  {
	position: absolute;
	width: 300px;
	top: -150%;
	left: 53%;
}

/* Yellow */
.v-y img.hero__sticker-custom  {
	position: absolute;
	width: 300px;
	top: -55%;
	right: -240px;
}

/* Black */
.v-b img.hero__sticker-custom  {
	position: absolute;
	width: 300px;
	top: -90%;
	left: 70%;
}

.highlight span {
	padding-left: 0.5em;
	padding-right: 0.5em;
	display: inline-block;
	font-size: 45px;
}

.highlight span.first {
	padding-top: 0.25em;
}

.highlight span.last {
	padding-bottom: 0.25em;
}

.color-yellow .v-y {
	display: inline-block !important;
}

.color-black .v-b {
	display: inline-block !important;
}

.color-purple .v-p {
	display: inline-block !important;
	color: white;
}

.color-purple .v-p.btn,
.color-yellow .v-p.btn,
.color-black .v-p.btn {
	display: block !important;
	color: white;
}

.color-purple .highlight span {
	background: black;
}

.color-black .highlight span {
	background: #f4ff00;
	color: #000;
}

.color-yellow .highlight span {
	background: #E4B1FA;
	color: #000;
}

@keyframes popIn {
	0% {
		opacity: 0;
		transform: scale(0.85);
	}
	60% {
		opacity: 1;
		transform: scale(1.10);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.pop-in {
	opacity: 0;
	animation: popIn 0.3s cubic-bezier(0.25, 0.25, 0.25, 1) forwards;
}

.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.25s; }
.delay-3 { animation-delay: 0.4s; }
.delay-4 { animation-delay: 0.55s; }

.cky-btn {
	border-radius: 30px !important;
}

[data-cky-tag="powered-by"] {
	/* your styles */
	display: none !important;
}

.cky-btn-revisit-wrapper .cky-btn-revisit img {
	height: 15px !important;
	width: 15px !important;
}

.cky-btn-revisit-wrapper {
	height: 20px !important;
	width: 20px !important;
}

.cky-revisit-bottom-left {
	right: 15px !important;
	left: unset !important;
}
