@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap");

:root {
    --bg: #070707;
    --panel: rgba(9, 9, 9, 0.74);
    --panel-strong: rgba(18, 18, 18, 0.9);
    --panel-accent: rgba(228, 27, 27, 0.18);
    --text: #ffffff;
    --muted: rgba(255, 255, 255, 0.78);
    --line: rgba(255, 255, 255, 0.16);
    --accent: #e41b1b;
    --accent-strong: #ff2f2f;
    --radius: 20px;
    --shadow: 0 22px 55px rgba(0, 0, 0, 0.58);
    --max-width: 1120px;
    --font-body: "Manrope", "Space Grotesk", sans-serif;
    --font-head: "Space Grotesk", "Manrope", sans-serif;
    --bg-glow-shift: 0px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: var(--font-body);
    color: var(--text);
    line-height: 1.65;
    position: relative;
    isolation: isolate;
    background: var(--bg);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        radial-gradient(1000px 460px at 0% -10%, rgba(228, 27, 27, 0.3), transparent 62%),
        radial-gradient(800px 380px at 100% 8%, rgba(228, 27, 27, 0.24), transparent 58%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.82)),
        url("../img/laka-back2.jpg") center top / cover no-repeat,
        var(--bg);
    background:
        radial-gradient(1000px 460px at 0% -10%, rgba(228, 27, 27, 0.3), transparent 62%),
        radial-gradient(800px 380px at 100% 8%, rgba(228, 27, 27, 0.24), transparent 58%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.82)),
        image-set(url("../img/laka-back2.avif") type("image/avif"), url("../img/laka-back2.jpg") type("image/jpeg")) center top / cover no-repeat,
        var(--bg);
    transform: translateZ(0);
}

body::after {
    content: "";
    position: fixed;
    inset: -34vh -22vw;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(48vw 24vh at 8% 8%, rgba(228, 27, 27, 0.24), transparent 70%),
        radial-gradient(42vw 21vh at 93% 18%, rgba(228, 27, 27, 0.21), transparent 70%),
        radial-gradient(44vw 22vh at 12% 38%, rgba(228, 27, 27, 0.2), transparent 72%),
        radial-gradient(38vw 20vh at 88% 54%, rgba(228, 27, 27, 0.2), transparent 72%),
        radial-gradient(46vw 24vh at 10% 73%, rgba(228, 27, 27, 0.18), transparent 74%),
        radial-gradient(38vw 20vh at 92% 92%, rgba(228, 27, 27, 0.19), transparent 74%);
    opacity: 0.92;
    transform: translate3d(0, calc(var(--bg-glow-shift) * -0.18), 0);
    will-change: transform;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease, text-shadow 0.2s ease;
}

a:hover {
    color: #fff;
    text-shadow: 0 0 14px rgba(255, 47, 47, 0.45);
}

img {
    max-width: 100%;
    display: block;
}

.lt-picture {
    display: block;
}

.lt-lazy-image {
    filter: blur(12px);
    transform: scale(1.015);
    opacity: 0.84;
    transition: filter 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
}

.lt-lazy-image.is-loaded {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
}

h1,
h2,
h3,
h4 {
    margin-top: 0;
    font-family: var(--font-head);
    letter-spacing: 0.02em;
}

::selection {
    background: rgba(255, 48, 48, 0.45);
    color: #fff;
}

main {
    display: block;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-link:focus {
    left: 12px;
    top: 12px;
    width: auto;
    height: auto;
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
}

.w3-top {
    pointer-events: none;
    z-index: 500;
}

.w3-top .w3-dropdown-hover {
    pointer-events: auto;
    position: fixed;
    right: 14px;
    top: 14px;
}

.w3-top .w3-dropdown-hover,
.w3-top .w3-dropdown-hover:hover,
.w3-top .w3-dropdown-hover:focus-within {
    background: transparent !important;
    color: inherit !important;
}

.w3-top .w3-dropdown-hover>.w3-button {
    border-radius: 14px;
    padding: 11px 15px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: linear-gradient(135deg, rgba(163, 18, 18, 0.95), rgba(235, 36, 36, 0.96));
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.48);
}

.w3-top .w3-dropdown-hover:hover>.w3-button:first-child,
.w3-top .w3-dropdown-hover:focus-within>.w3-button:first-child {
    background: linear-gradient(135deg, rgba(163, 18, 18, 0.95), rgba(235, 36, 36, 0.96)) !important;
    color: #fff !important;
}

.w3-top .w3-dropdown-content {
    min-width: 240px;
    border-radius: 16px;
    border: 1px solid var(--line);
    overflow: hidden;
    box-shadow: var(--shadow);
    background: rgba(10, 10, 10, 0.94);
    backdrop-filter: blur(14px);
}

.w3-top .w3-dropdown-content .w3-button {
    text-align: left;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.w3-top .w3-dropdown-content .w3-button:hover {
    background: linear-gradient(135deg, #d91a1a, #f42d2d);
}

.hero-cover-wrap {
    margin: 14px auto 24px;
    width: min(100%, 1260px);
    padding: 0 14px;
}

.hero-cover {
    width: 100%;
    aspect-ratio: 21/8;
    object-fit: cover;
    border-radius: 24px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.backRED {
    background: linear-gradient(135deg, #c71616, #f22f2f);
}

.backGREY {
    background-color: rgba(68, 68, 68, 0.96);
}

.w100 {
    width: 100%;
}

.marginBOT20 {
    margin-bottom: 20px;
}

.page-cont {
    width: min(90%, var(--max-width));
    margin-top: 40px;
    margin-bottom: 80px;
    padding: clamp(16px, 2.5vw, 30px);
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    backdrop-filter: blur(8px);
}

.page-cont .w3-large,
.page-cont .w3-xlarge {
    color: var(--text);
}

.hero-subline {
    margin: -4px auto 20px;
    max-width: 760px;
    padding: 0 16px;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1rem, 2.1vw, 1.2rem);
}

.handshake {
    width: min(420px, 100%);
    margin: 26px auto;
    opacity: 0.95;
}

.imgODTAH {
    width: 60%;
    max-width: 300px;
    margin: 0 auto 20px;
}

.imgBOAT {
    width: 100%;
    max-width: 390px;
    margin: 0 auto 20px;
}

.imgPREPRAVA {
    width: 70%;
    max-width: 340px;
    margin: 0 auto 20px;
}

.right0 {
    right: 0;
}

.nonstopRED {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px dashed rgba(255, 255, 255, 0.65);
    background: linear-gradient(135deg, rgba(209, 22, 22, 0.98), rgba(244, 49, 49, 0.94));
    padding: 12px 18px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
}

.nonstopRED a {
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: 0.03em;
}

.pricelist {
    width: 100%;
    max-width: 1100px;
    margin: 38px auto;
    padding: clamp(16px, 2.3vw, 26px);
    background: linear-gradient(180deg, rgba(228, 27, 27, 0.23), rgba(15, 15, 15, 0.7));
    border: 1px solid rgba(255, 90, 90, 0.48);
    border-radius: var(--radius);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), var(--shadow);
}

table.w3-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    overflow: hidden;
    background: rgba(8, 8, 8, 0.5);
}

table.w3-table th,
table.w3-table td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

table.w3-table th {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.86rem;
    font-family: var(--font-head);
    color: #ffecec;
    background: rgba(228, 27, 27, 0.26);
}

table.w3-table tr:last-child td {
    border-bottom: 0;
}

.service-grid a {
    display: block;
    height: 100%;
}

.service-grid .w3-row-padding {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.service-grid .w3-row-padding>.w3-third,
.service-grid .w3-row-padding>.w3-half {
    float: none;
    display: flex;
}

.service-grid .w3-row-padding>.w3-third>a,
.service-grid .w3-row-padding>.w3-half>a {
    width: 100%;
}

.lead-cards {
    margin: 30px 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.lead-cards--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lead-card {
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    padding: 14px 14px 10px;
}

.lead-card h2 {
    margin-bottom: 4px;
    font-size: 1.05rem;
    color: #ffdede;
}

.lead-card p {
    margin-top: 0;
    color: var(--muted);
}

.mini-note {
    font-size: 0.92rem;
}

.quick-points {
    margin: 18px auto 28px;
    padding: 12px 16px;
    border-left: 4px solid rgba(255, 95, 95, 0.92);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 0 10px 10px 0;
}

.quick-points p {
    margin: 0;
}

.cta-band {
    margin: 22px auto 26px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 110, 110, 0.52);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(228, 27, 27, 0.2), rgba(18, 18, 18, 0.66));
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    align-items: center;
    justify-content: center;
}

.cta-band span {
    color: rgba(255, 255, 255, 0.9);
}

.cta-band a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.34);
    font-weight: 700;
}

.error-shell {
    width: min(92%, 880px);
    margin: 48px auto 72px;
}

.error-card {
    border: 1px solid var(--line);
    border-radius: 18px;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.5));
    box-shadow: var(--shadow);
    padding: clamp(18px, 3vw, 34px);
    text-align: center;
}

.error-code {
    margin: 0 0 6px;
    font-size: clamp(2.3rem, 9vw, 5.2rem);
    line-height: 1;
    font-weight: 800;
    color: #ff8f8f;
    text-shadow: 0 0 24px rgba(255, 78, 78, 0.42);
}

.error-card h1 {
    margin-bottom: 10px;
    font-size: clamp(1.35rem, 3vw, 2rem);
}

.error-copy {
    margin: 0 auto 18px;
    max-width: 620px;
    color: var(--muted);
}

.error-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.error-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.35);
    font-weight: 700;
}

.error-actions a:first-child {
    border-color: rgba(255, 99, 99, 0.75);
    background: linear-gradient(135deg, rgba(200, 22, 22, 0.8), rgba(245, 38, 38, 0.78));
}

.service-grid a>.w3-center {
    height: 100%;
    padding: 22px 18px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--panel-strong);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.service-grid a>.w3-center:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 86, 86, 0.68);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.5);
}

.odtah-gallery {
    margin: 18px auto 6px;
}

.odtah-gallery-stage {
    position: relative;
    aspect-ratio: 3 / 2;
    border-radius: 18px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(14, 14, 14, 0.9), rgba(20, 20, 20, 0.95)),
        radial-gradient(1200px 400px at 50% -80%, rgba(255, 50, 50, 0.2), transparent 60%);
}

.odtah-slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.odtah-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.odtah-slide .lt-picture {
    width: 100%;
    height: 100%;
}

.odtah-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.odtah-gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    display: grid;
    place-items: center;
    background: rgba(6, 6, 6, 0.58);
    color: #fff;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.odtah-gallery-arrow:hover,
.odtah-gallery-arrow:focus-visible {
    background: rgba(203, 22, 22, 0.7);
    border-color: rgba(255, 134, 134, 0.9);
    transform: translateY(-50%) scale(1.04);
}

.odtah-gallery-arrow--prev {
    left: 12px;
}

.odtah-gallery-arrow--next {
    right: 12px;
}

.odtah-gallery-dots {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.odtah-dot {
    appearance: none;
    border: 0;
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: width 0.25s ease, background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.odtah-dot:hover,
.odtah-dot:focus-visible {
    background: rgba(255, 255, 255, 0.62);
    transform: translateY(-1px);
}

.odtah-dot.is-active {
    width: 32px;
    background: linear-gradient(135deg, #d61a1a, #ff4040);
    box-shadow: inset 0 0 0 1px rgba(255, 180, 180, 0.55), 0 0 0 3px rgba(236, 44, 44, 0.2);
}

footer.backRED {
    margin-top: 64px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(180deg, rgba(194, 16, 16, 0.95), rgba(118, 8, 8, 0.95));
}

footer .w3-container#contact {
    width: min(92%, var(--max-width));
    margin: 0 auto;
}

.footer-form-shell {
    width: min(92%, 560px);
    margin: 26px auto 0;
}

.fcf-form-shell {
    width: min(92%, 760px);
    margin: 30px auto 0;
    padding: clamp(18px, 2.2vw, 26px);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(6px);
}

footer .fcf-form-shell {
    width: 100%;
    margin: 0;
    padding: clamp(14px, 1.9vw, 20px);
}

.fcf-h3 {
    margin-bottom: 16px;
    text-align: center;
    font-size: clamp(1.3rem, 2.8vw, 1.7rem);
}

.fcf-form-group {
    margin-bottom: 14px;
    text-align: left;
}

.fcf-label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.fcf-form-control {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(20, 20, 20, 0.8);
    color: #fff;
    font-size: 1rem;
    font-family: inherit;
}

.fcf-form-control:focus {
    outline: 2px solid rgba(255, 98, 98, 0.55);
    border-color: rgba(255, 98, 98, 0.7);
}

textarea.fcf-form-control {
    min-height: 140px;
    resize: vertical;
}

.fcf-btn-primary {
    width: 100%;
    border: 0;
    border-radius: 12px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #cb1616, #ff3030);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}

.fcf-btn-primary:hover,
.fcf-btn-primary:focus-visible {
    filter: brightness(1.08);
}

footer textarea.fcf-form-control {
    min-height: 108px;
}

footer a[target="_blank"] {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.w3-button.w3-black.w3-margin {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(0, 0, 0, 0.45);
}

@media (max-width: 900px) {
    .hero-cover {
        aspect-ratio: 16/9;
    }

    .page-cont {
        width: 94%;
        margin-top: 26px;
        margin-bottom: 52px;
    }

    .handshake {
        width: min(320px, 100%);
    }

    .w3-top .w3-dropdown-hover {
        top: 10px;
        right: 10px;
    }
}

@media (max-width: 640px) {
    .w3-top .w3-dropdown-content {
        min-width: 210px;
    }

    .w3-top .w3-dropdown-content .w3-button {
        font-size: 0.88rem;
    }

    .service-grid a>.w3-center {
        padding: 16px 14px;
    }

    .lead-cards,
    .lead-cards--two {
        grid-template-columns: 1fr;
    }

    table.w3-table th,
    table.w3-table td {
        padding: 10px;
    }

    .nonstopRED {
        padding: 10px 14px;
    }

    .nonstopRED a {
        font-size: 0.98rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        scroll-behavior: auto;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
    }

    body::after {
        transform: none;
    }

    .lt-lazy-image {
        transform: none;
        filter: none;
    }
}
