html {
    font-family: "Nunito", system-ui, -apple-system, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
}
body {
    font-family: "Nunito", sans-serif;
    color: #193446;
    background: #EFEBE1;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
/* Header */
.header {
    background-color: #efebe1;
    position: fixed;
    width: 100%;
    z-index: 3;
}
.underline {
    text-decoration: underline;
}
.hidden {
    display: none;
}
[class*="fade-"] {
    opacity: 0;
    transform: translateY(0);
    transition: opacity .8s ease-out, transform .8s ease-out;
}

[class*="fade-"].in-view {
    opacity: 1;
    transform: translateY(0) translateX(0);
}

/* variácie */
.fade-up    { transform: translateY(30px); }
.fade-down  { transform: translateY(-30px); }
.fade-left  { transform: translateX(30px); }
.fade-right { transform: translateX(-30px); }

.calc {
    text-align: center;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.calc.show {
    display: flex;
}
.calc h3 {
    margin-bottom: 0 !important;
}
.calc h4 {
    color: #fff !important;
    font-weight: 700;
    font-size: 32px !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}
.calc h5 {
    color: #fff !important;
    font-weight: 900;
    font-size: 65px !important;
    margin: 10px 0 !important;
}
.calc h6 {
    color: #fff !important;
    font-weight: 700;
    font-size: 32px !important;
    margin: 10px 0 !important;
}
.total-time-spend-title {
    color: #fff !important;
    font-size: 32px;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}
.total-time-spend-value {
    color: #fff !important;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
}
.calc p {
    color: #fff !important;
    margin: 0 !important;
}
.header a {
    color: #193446;
}
.header .logo img {
    max-width: 120px;
}
.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.header li a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
    font-size: 20px;
    transition: .3s all;
    cursor: pointer;
}

.header li a:hover,
.header .menu-btn:hover {
    background-color: #d54a50;
    color: white;
}

/* Nav Menu */
.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* Menu Icon */
.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 32px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #193446;
    display: block;
    height: 2px;
    width: 28px;
    position: relative;
    transition: background .2s ease-out;

}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #193446;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 8px;
}

.header .menu-icon .navicon:after {
    top: -8px;
}

/* Menu Button */
.header .menu-btn {
    display: none;
}

.header .menu-btn:checked ~ .menu {
    max-height: 500px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}
.container-header {
    padding: 0;
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
}
/* 48em = 768px */
.header .logo {
    padding: 10px 10px;
    text-decoration: none;
    display: block;
    float: left;
}

/* ===== KONTAKT SEKCIA ===== */

.contact-section {
    padding: 100px 0;
    background: #f8f8f8;
}

.contact-section h2 {
    text-align: center;
    margin-bottom: 60px;
}

.contact-wrapper {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
}

.contact-left,
.contact-right {
    font-size: 18px;
    line-height: 1.8;
}

.company-name {
    font-size: 24px !important;
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.launch-countdown{
  margin: 16px 0 18px 0;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(213,74,80,0.06);
  border: 1px solid rgba(213,74,80,0.22);
  display: inline-block;
}

.launch-inline{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap; /* keď je veľmi úzky mobil, zalomí sa pekne */
}

.launch-label{
  font-size: 24px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #D54A50;
  white-space: nowrap;
}

.countdown-inline{
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  white-space: nowrap;
}

.cd-part{
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}

.cd-part strong{
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  color: #222;
}

.cd-unit{
  font-size: 12px;
  font-weight: 700;
  color: #777;
}

.cd-sep{
  font-size: 16px;
  font-weight: 800;
  color: rgba(0,0,0,0.25);
  transform: translateY(-1px);
}

/* MOBILE doladenie */
@media (max-width:768px){
  .cd-part strong{ font-size: 20px; }
}


@media (min-width: 48em) {
    .header .logo {
        padding: 12px 0px;

    }
    .container-header {
        padding: 0 20px;
    }
    .header li {
        float: left;
    }
    .header li a {
        padding: 22px 10px;
    }
    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }
    .header .menu-icon {
        display: none;
    }
}

section {
    padding-top: 60px;
}
p {
    margin-top: 0;
}
a {
    text-decoration: none;
}
.flex {
    display: flex;
    gap: 30px;
    position: relative;
}
.flex > div {
    flex: 1 1 0;
}
.align-items-center {
    align-items: center;
}
.hero-img {
    width: 100%;
    height: auto;
}
.hero-section .flex > div:last-child {
    flex: 0 0 58%;
}
.hero-section .flex > div:first-child {
    flex: 1;
}
.hero-section h1 {
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1;
}
h2 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
}
.hero-section h1 {
    color: #D54A50;
    font-size: 85px;
}
.hero-section h2 {
    font-size: 44px;
}
.hero-section {
    position: relative;
    padding: 140px 0 60px;
}
.hero-section h2 {
    margin-bottom: 20px;
}
.hero-section p {
    font-size: 24px;
}
.relative {
    position: relative;
}
.text-center {
    text-align: center;
}
.red-color {
    color: #D54A50 !important;
}
.white-color {
    color: white;
}
.dark-color {
    color: #193446;
}
.orange-color {
    color: #D08A4C;
}
.fw-black {
    font-weight: 900;
}
.primary-button {
    font-size: 20px;
    display: inline-block;
    padding: 16px;
    font-weight: 700;
    color: white;
    background: #D54A50;
    border-radius: 8px;
    transition: .2s all;
    border: none;
    cursor: pointer;
}
.primary-button:hover {
    color: #D54A50;
    background: #193446;
}
@media (hover: none), (pointer: coarse) {
    .primary-button:hover {
        color: white;
        background: #D54A50;
    }
    .primary-button:active {
        color: #D54A50;
        background: #193446;
    }
}
.secondary-button {
    font-size: 20px;
    display: inline-block;
    padding: 16px;
    font-weight: 700;
    color: white;
    background: #193446;
    border-radius: 8px;
    cursor: pointer;
}
.secondary-button:hover {
    background: #231F20;
    color: #EFEBE1;
}
@media (hover: none), (pointer: coarse) {
    .secondary-button:hover {
        color: white;
        background: #193446;
    }
    .secondary-button:active {
        background: #231F20;
        color: #EFEBE1;
    }
}

.form-msg {
    color: white !important;
    margin-top: 20px;
    margin-bottom: 0 !important;
    font-weight: 900 !important;
}
.subpage {
    padding-top: 100px;
    min-height: 80vh;
}
.flex-links {
    display: flex;
    align-items: center;
    gap: 20px;
}
.arrow-top {
    max-width: 100px;
    position: absolute;
    left: 40%;
    bottom: -4%;
    z-index: -1;
}
.arrow-middle {
    max-width: 100px;
    position: absolute;
    left: 10%;
    top: -170%;
    z-index: -1;
}
.problem-section {
    background: #193446;
    position: relative;
    background-image: url("../imgs/pattern.png");
    background-size: auto;
    background-repeat: repeat;
    padding: 150px 0;
    -webkit-clip-path: url(#waveClip);
    clip-path: url(#waveClip);
}
.problem-section h2 {
    margin-bottom: 20px;
    font-size: 64px;
}
.problem-section .line-top {
    width: 100%;
    position: absolute;
    top: 2px;
    left: 0;
    transform: translateY(-100%);
}
.problem-section h2 {
    margin-bottom: 40px;
}
.props-item .props-item-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
    flex-wrap: nowrap;
}
.props-item .props-item-title span {
    width: 56px;
    height: 56px;
    color: white;
    font-size: 28px;
    background: #D54A50;
    border-radius: 50%;
    line-height: 1;
    padding: 5px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
}
.props-item .props-item-title h3 {
    color: #D54A50;
    font-size: 28px;
    margin: 0;
    font-weight: 700;
    line-height: 1.1;
}
.props-item p {
    color: white;
    font-size: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.wave-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    transform: translateY(-100%);
}
.wave-wrap svg{
    display:block;
    width:100%;
    height:100px; /* responzívna výška */
}
.riesenie-section {
    padding: 100px 0;
    overflow: hidden;
}
.riesenie-section h2 {
    font-size: 68px;
    font-weight: 900;
    margin-bottom: 40px;
}
.pills-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}
.pills {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
}
.pill {
    background: rgba(213, 74, 80, 0.25);
    color: #193446;
    font-size: 20px;
    padding: 16px;
    border-radius: 46px;
    cursor: pointer;
    border: 2px solid transparent;
    font-weight: 500;
}
.pill.active {
    border: 2px solid #D54A50;
    background: rgba(213, 74, 80, 0.5);

}
.pills-content {
    display:none;
}
.pills-content > div {
    flex: 1 1 0;
}
.pills-content > div h3 {
    font-size: 32px;
    color: #D54A50;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
}
.pills-content > div p {
    font-size: 20px;
}
.pills-content > div img {
    width: 100%;
    height: auto;
    display: block;
}
.pills-content.active {
    display:flex;
    align-items: center;
    gap: 20px;
}

.tabirio-light-section {
    background: #193446;
    position: relative;
    padding: 100px 0;
    -webkit-clip-path: url(#waveClip);
    clip-path: url(#waveClip);
    z-index: 1;
}
.tabirio-light-section h2 {
    color: #D54A50;
    font-weight: 900;
    font-size: 64px;
    margin-bottom: 25px;
}
.tabirio-light-section p {
    color: white;
    font-size: 20px;
    margin-bottom: 30px;
}
.tabirio-light-section img {
    width: 100%;
    height: auto;
}
.kalkulacka-section {
    text-align: center;
    background: #D54A50;
    padding: 200px 0 150px;
    position: relative;
    margin-top: -100px;
    background-image: url("../imgs/pattern.png");
    background-size: auto;
    background-repeat: repeat;
    -webkit-clip-path: url(#waveClip2);
    clip-path: url(#waveClip2);
}
.kalkulacka-section h2 {
    font-weight: 900;
    font-size: 64px;
    margin-bottom: 40px;
}
.form-calculator h3 {
    color: white;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 20px;
}

.form-calculator p {
    color: white;
    font-size: 20px;
}
.form-status {
    font-size: 20px !important;
    color: #ffffff;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 0;
}
fieldset {
    border: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    justify-content:center;
}
.form-calculator fieldset:last-of-type {
    margin-bottom: 40px;
}
fieldset legend {
    color: white;
    font-size: 22px;
}
fieldset > legend{
    width: 100%;
    font-weight: 700;
    font-size: clamp(16px, 2.6vw, 22px);
    margin-bottom: 20px;
    color: #fff9f7;
}
fieldset input[type="radio"]{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

fieldset label{
    display:inline-block;
    font-size: 22px;
    padding: 14px 22px;
    min-width: 86px;
    text-align:center;
    background: #EFEBE180;
    color: #EFEBE1;
    border: 2px solid #d9c9c3;
    border-radius: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: transform .08s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
    user-select: none;
}
fieldset input[type="radio"]:focus-visible + label{
    outline: 3px solid #1e4c4d55;
    outline-offset: 3px;
}
fieldset input[type="radio"]:checked + label:hover {
    transform: none;
}
fieldset input[type="radio"]:checked + label{
    border-color:#193446;
    color: #193446;
}
.form-row {
    display: flex;
    gap: 14px;
    align-items: stretch;
    justify-content: center;
    max-width: 740px;
    margin: 8px auto 0;
}
.form-row .email {
    min-width: 300px;
    appearance:none;
    width: auto;
    padding: 16px 18px;
    border-radius: 12px;
    border: 2px solid rgba(255,255,255,.14);
    background: #2c4947;
    color: #ffffff;
    font-size: 16px;
    outline: none;
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.08);
}
.form-row .email::placeholder {
    color: #c7dbda
}
.form-row .email:focus {
    box-shadow: 0 0 0 4px #1e4c4d55
}

.submit-button {
    font-size: 18px;
    display: inline-block;
    appearance:none;
    border:0;
    padding: 16px 22px;
    border-radius: 12px;
    font-weight: 700;
    letter-spacing:.3px;
    background: #5caeac;
    color: #0e2322;
    cursor: pointer;
    white-space: nowrap;
    transition: .2s all;
}
.submit-button:hover {
    background: #193446;
    color: #79ABAB;
}
@media (hover: none), (pointer: coarse) {
    .submit-button:hover {
        background: #5caeac;
        color: #0e2322;
    }
    .submit-button:active {
        background: #193446;
        color: #79ABAB;
    }
}


.prax-section {
    padding: 100px 0;
    overflow: hidden;
}
.prax-section .main-text h2 {
    font-weight: 900;
    font-size: 64px;
    margin-bottom: 20px;
}
.prax-section .subtext {
    text-align: center;
    font-size: 24px;
    margin-bottom: 60px;
}
.prax-section .main-text {
    max-width: 1020px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.prax-section .main-text p {
    font-size: 22px;
}


.timeline {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0 20px;
    gap: 40px;
    margin-bottom: 200px;
}
.timeline li {
    list-style-type: none;
    position: relative;
    width: 100%;
}
.timeline li .timeline-content {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block;
    text-align: left;
    width: 100%;
}
.timeline li:before {
    content: "";
    display: flex;
    flex: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #79ABAB;
    border: 20px solid #D1DBD3;
    transition: background-color 0.2s ease;
}
.timeline li:last-child:before {
    background-color: #D54A50;
    border: 20px solid #E9C3BD;
    animation: pulseDot 1s infinite;
    transform: scale(.8)
}
@keyframes pulseDot {
    0% {transform: scale(.8)}
    50% {transform: scale(1.1)}
    100% {transform: scale(.8)}
}
.timeline:after {
    content: "";
    display: block;
    width: 300%;
    height: 1px;
    background-color: #193446;
    position: absolute;
    top: 50%;
    left: -100%;
    z-index: -1;
}
.timeline-year {
    display: block;
    color: #79ABAB;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 6px;
    line-height: 1.2;
}
.timeline-desc {
    font-size: 20px;
}
.quote-wrapper {
    max-width: 1060px;
    margin: 0 auto;
}
.quote-wrapper .flex > div:first-child {
    flex: 0 0 55%;
}
.quote-wrapper .flex > div:last-child {
    flex: 1;
}
blockquote {
    margin: 0;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 20px;
}

.quote-desc h2 {
    font-size: 64px;
    color: #D54A50;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 900;
}
.person-img {
    width: 100%;
    max-width: 413px;
    height: auto;
}
.quote-desc p {
    text-align: right;
    font-size: 24px;
    margin-bottom: 0;
}
.tabirio-light-small {
    background: #193446;
    position: relative;
    padding: 100px 0;
    -webkit-clip-path: url(#waveClip3);
    clip-path: url(#waveClip3);
    z-index: 1;
}
.tabirio-light-small h2 {
    color: #D54A50;
    font-weight: 900;
    font-size: 64px;
    margin-bottom: 20px;
}
.tabirio-light-small p {
    color: white;
    font-size: 22px;
}
.tabirio-light-small .flex > div:last-child {
    text-align: right;
}
.tabirio-light-small .flex > div:first-child {
    flex: 0 0 65%;
    width: 100%;
}
.tabirio-light-small .flex > div:last-child {
    flex: 1;
}
.email-lead-section {
    text-align: center;
    background: #79ABAB;
    padding: 200px 0 150px;
    position: relative;
    margin-top: -100px;
    background-image: url("../imgs/pattern.png");
    background-size: auto;
    background-repeat: repeat;
}
.email-lead-section h2 {
    font-size: 64px;
    font-weight: 900;
    margin-bottom: 30px;
}
.email-lead-section h3 {
    color: white;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 20px;
}
.email-lead-section p {
    color: #EFEBE1;
    font-size: 20px;
}
footer {
    background: #D54A50;
    padding: 22px 0;
}
footer img {
    max-width: 98px;
}
.flex-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-links {
    display: flex;
    gap: 15px;
}
.footer-links a {
    color: white;
    font-size: 22px;
    font-weight: 500;
}
.gdpr {
    padding-bottom: 60px;
}
.gdpr h1 {
    margin-top: 0;
    font-size: 32px;
}
.gdpr h2 {
    margin-bottom: 10px;
}
.gdpr p {
    margin-bottom: 20px;
}
@media (max-width: 1150px) {
    .arrow-middle {
        max-width: 80px;
    }
    .arrow-top {
        bottom: -20%;
        max-width: 80px;
        left: 20%;
    }
    .hero-section h1 {
        font-size: 70px;
    }
    .hero-section h2 {
        font-size: 38px;
    }
    .hero-section p {
        font-size: 20px;
    }
    .props-item .props-item-title span {
        font-size: 24px;
        width: 46px;
        height: 46px;
    }
    .props-item .props-item-title h3 {
        font-size: 26px;
    }
    .props-item p {
        font-size: 18px;
    }
}
@media (max-width: 1000px) {
    .arrow-top {
        bottom: -25%;
    }
    blockquote,.quote-desc p {
        font-size: 21px;
    }
    .hero-section h1 {
        font-size: 68px;
    }
    .hero-section h2 {
        font-size: 36px;
    }
    .hero-section p {
        font-size: 19px;
    }
    .problem-section h2,.riesenie-section h2,.tabirio-light-section h2,.kalkulacka-section h2,.prax-section .main-text h2,.quote-desc h2,.tabirio-light-small h2,.email-lead-section h2 {
        font-size: 50px;
    }
}

@media (max-width: 900px) {
    .arrow-middle {
        top: -222%;
    }
    .arrow-top {
        max-width: 60px;
    }
    .tabirio-light-small p {
        font-size: 18px;
    }
    blockquote, .quote-desc p {
        font-size: 18px;
    }
    .timeline {
        gap: 15px;
        padding: 0;
    }
    .timeline-year {
        font-size: 28px;
    }
    .timeline-desc {
        font-size: 16px;
    }
    .primary-button, .secondary-button {
        font-size: 16px;
    }
    .hero-section h1 {
        font-size: 58px;
    }
    .hero-section h2 {
        font-size: 32px;
    }
    .hero-section p {
        font-size: 16px;
    }
    .problem-section {
        -webkit-clip-path: url(#waveClipMobile);
        clip-path: url(#waveClipMobile);
    }
    .tabirio-light-section {
        -webkit-clip-path: url(#waveClipMobile);
        clip-path: url(#waveClipMobile);
    }
    .kalkulacka-section {
        -webkit-clip-path: url(#waveClip2Mobile);
        clip-path: url(#waveClip2Mobile);
    }
    .tabirio-light-small {
        -webkit-clip-path: url(#waveClip3Mobile);
        clip-path: url(#waveClip3Mobile);
    }
}
.only-tablet {
    display: none;
}
.only-pc {
    display: block;
}
.order-tablet-1 {
    order: 2;
}
.order-tablet-2 {
    order: 1;
}
@media (max-width: 769px) {
    .order-tablet-1 {
        order: unset;
    }
    .order-tablet-2 {
        order: unset;
    }
    .pill {
        font-size: 17px;
    }
    .quote-desc h2 {
        font-size: 34px;
    }
    blockquote, .quote-desc p {
        font-size: 20px;
    }
    .problem-section {
        padding: 100px 0;
    }
    .kalkulacka-section {
        padding: 130px 0 100px;
    }
    .riesenie-section {
        padding: 50px 0;
    }
    .prax-section {
        padding: 50px 0;
    }
    .primary-button, .secondary-button {
        font-size: 18px;
    }
    .arrow-top,.arrow-middle {
        display: none;
    }
    .hero-img {
        max-width: 500px;
    }
    .only-pc {
        display: none;
    }
    .only-tablet {
        display: block;
    }

    .pills-content.active {
        flex-direction: column;
    }
    .pills-content > div img {
        max-width: 500px;
    }
    .tabirio-light-section .flex {
        flex-direction: column;
        gap: 50px;
    }
    .tabirio-light-section img {
        max-width: 500px;
    }
    .hero-section .flex {
        flex-direction: column;
    }
    .hero-section h1 {
        font-size: 90px;
    }
    .hero-section p {
        font-size: 24px;
    }
    .tabirio-light-small .flex {
        flex-direction: column;
        gap: 10px;
    }
    .tabirio-light-small .flex > div {
        width: 100%;
        text-align: left !important;
    }
    .tabirio-light-small p {
        font-size: 22px;
    }
    .tabirio-light-small {
        padding: 70px 0;
    }
    .form-row {
        flex-direction: column;
        max-width: 400px;
        align-items: center;
        gap: 20px;
    }
    .email-lead-section {
        padding: 200px 0 100px;
    }
    .hero-section {
        padding: 80px 0 60px;
    }
}

.only-mobile {
    display: none;
}
@media (max-width: 599px) {
    .order-tablet-1, .order-tablet-2 {
        width: 100%;
    }
    .pills {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        justify-content: flex-start;
        padding: 20px 10px;
        margin-bottom: 30px;
        position: relative;
        -webkit-mask-image: linear-gradient(to right,
        transparent 0%,
        black 3%,
        black 97%,
        transparent 100%
        );
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-image: linear-gradient(to right,
        transparent 0%,
        black 5%,
        black 95%,
        transparent 100%
        );
    }
    .person-img {
        max-width: 350px;
    }
    .pill {
        font-size: 16px;
        white-space: nowrap;
    }
    .prax-section .subtext {
        margin-bottom: 40px;
    }
    .form-calculator p {
        font-size: 17px;
    }
    .problem-section h2, .riesenie-section h2, .tabirio-light-section h2, .kalkulacka-section h2, .prax-section .main-text h2, .quote-desc h2, .tabirio-light-small h2, .email-lead-section h2 {
        font-size: 48px;
    }
    .email-lead-section h2 {
        font-size: 32px;
    }
    .email-lead-section h3 {
        font-size: 25px;
    }
    .email-lead-section p {
        font-size: 18px;
    }
    blockquote, .quote-desc p {
        font-size: 24px;
    }
    .quote-desc h2 {
        font-size: 48px;
    }
    .quote-wrapper .flex {
        flex-direction: column;
    }
    .only-mobile {
        display: block;
    }
    .hero-section .flex > div:first-child {
        width: 100%;
    }
    .timeline {
        flex-direction: column;
        gap: 0px;
        margin-bottom: 20px;
    }
    .timeline li {
        display: flex;
        gap: 20px;
        padding-bottom: 40px;
    }
    .timeline li:after {
        content: "";
        display: block;
        background-color: #193446;
        position: absolute;
        z-index: -1;
        width: 1px;
        height: 100%;
        top: 10%;
        left: 31px;
    }
    .calc h4 {
        font-size: 26px !important;
    }
    .timeline li:last-child:after {
        content: none;
    }
    .timeline li .timeline-content {
        position: relative;
        transform: none;
        top: unset;
        left: unset;
    }
    .timeline:after {
        display: none;
        width: 1px;
        height: 100%;
        background-color: #193446;
        position: absolute;
        top: 0;
        left: 31px;
    }
    .timeline-year {
        font-size: 32px;
    }
    .timeline-desc {
        font-size: 22px;
    }

    .prax-section .main-text p {
        font-size: 20px;
    }

    .order-mobile-1 {
        order: 1;
    }
    .order-mobile-2 {
        order: 2;
    }
    .problem-section .flex {
        flex-direction: column;
    }
    .hero-section h1 {
        font-size: 80px;
    }
    .quote-wrapper .flex > div:first-child {
        width: 100%;
    }
    .hero-section p {
        font-size: 20px;
    }
    .flex-footer {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }
    .flex-footer > div:first-child {
        text-align: center;
    }
    .footer-links {
        justify-content: space-between;
    }
    .footer-links a {
        font-size: 20px;
    }
}
@media (max-width: 470px) {
    .primary-button, .secondary-button {
        font-size: 16px;
    }
}
@media (max-width: 420px) {
    .problem-section h2, .riesenie-section h2, .tabirio-light-section h2, .kalkulacka-section h2, .prax-section .main-text h2, .quote-desc h2, .tabirio-light-small h2, .email-lead-section h2 {
        font-size: 40px;
    }
    .hero-section h1 {
        font-size: 75px;
    }
    .hero-section h2 {
        font-size: 29px;
    }
    .primary-button,.secondary-button {
        padding: 16px 12px;
        font-size: 15px;
    }
    .hero-section p {
        font-size: 19px;
    }
    .props-item p {
        font-size: 16px;
    }
    .tabirio-light-section p {
        font-size: 18px;
    }
    .prax-section .main-text p {
        font-size: 18px;
    }
    .timeline-desc {
        font-size: 18px;
    }
    blockquote, .quote-desc p {
        font-size: 20px;
    }
    .tabirio-light-small p {
        font-size: 20px;
    }
    .email-lead-section h2 {
        font-size: 32px;
    }
}
