
:root{--bg:#063f3d;--bg-deep:#042f2e;--header:#13746d;--accent:#d4ef22;--accent-hover:#e4fa3a;--white:#fff;--muted:#d7eeee;--line:rgba(255,255,255,.22);--container:1120px}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--white);font-size:16px;line-height:1.65}
.site-header{background:var(--header);position:sticky;top:0;z-index:20}
.header-inner{max-width:var(--container);margin:0 auto;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:0 20px}
.logo{display:inline-flex;text-decoration:none;font-size:42px;font-weight:900;font-style:italic;letter-spacing:-2px;line-height:1}
.logo .green{color:var(--accent)}.logo .white{color:var(--white)}
.main-nav{display:flex;align-items:center;gap:42px}.main-nav a{color:var(--white);text-decoration:none;font-weight:700;font-size:16px}.main-nav a:hover{color:var(--accent)}
.lang-switch{display:flex;align-items:center;gap:8px}.lang-switch a{min-width:92px;text-align:center;text-decoration:none;font-weight:800;padding:12px 20px;border-radius:6px;color:var(--white);background:rgba(255,255,255,.14)}.lang-switch a.active{color:#102827;background:var(--accent)}
.hero{background:var(--bg-deep);padding:28px 20px 42px}.hero-inner{max-width:var(--container);margin:0 auto}.hero-title{text-align:center;font-size:42px;line-height:1.1;font-weight:900;margin:0 0 22px}
.banner-slot{width:100%;max-width:1060px;margin:0 auto 24px}.banner-slot img{display:block;width:100%;height:auto;max-height:360px;object-fit:cover}
.hero-text{max-width:1060px;margin:0 auto 22px;color:var(--white);font-weight:700;line-height:1.45}.hero-action{text-align:center}
.btn{display:inline-block;background:var(--accent);color:#102827;text-decoration:none;font-weight:900;text-transform:uppercase;border-radius:6px;padding:16px 86px;box-shadow:0 0 25px rgba(212,239,34,.36)}.btn:hover{background:var(--accent-hover)}
.content-section{padding:42px 20px 64px;background:var(--bg)}.content-container{max-width:var(--container);margin:0 auto}
.content-block{border-top:1px solid var(--line);padding-top:28px;margin-top:28px}.content-block:first-child{border-top:none;padding-top:0;margin-top:0}
h1,h2,h3{color:var(--white)}.content-block h2{font-size:34px;line-height:1.25;margin:0 0 18px}.content-block h3{font-size:22px;margin:26px 0 12px}
.content-block p{margin:0 0 18px;color:var(--white);font-size:16px}.content-block ul,.content-block ol{margin:0 0 22px 22px;padding-left:18px}.content-block li{margin-bottom:6px;color:var(--white)}
.footer{background:var(--bg-deep);border-top:1px solid var(--line);padding:28px 20px}.footer-inner{max-width:var(--container);margin:0 auto;color:var(--muted);font-size:14px}
@media(max-width:900px){.header-inner{flex-wrap:wrap;justify-content:center;padding:16px 20px}.main-nav{order:3;width:100%;justify-content:center;gap:18px;flex-wrap:wrap}.logo{font-size:34px}.hero-title{font-size:40px}.btn{width:100%;padding:14px 20px}}
@media(max-width:560px){.hero-title{font-size:34px}.hero-text{font-size:15px}.content-block h2{font-size:27px}.main-nav a{font-size:14px}.lang-switch a{min-width:auto;padding:10px 14px}}



.vivat-table td,
.vivat-info-table td {
    padding: 12px 18px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}


.vivat-table,
.vivat-info-table,
.vivat-info-table-green {
    width: 100%;
    max-width: 960px;
    margin: 25px auto;
    border-collapse: collapse;
    table-layout: fixed;
}

.vivat-info-table-green {
    width: 100%;
    max-width: 960px;
    margin: 30px auto;
    border-collapse: collapse;
    table-layout: fixed;
    background: #063F3D;
}

.vivat-info-table-green th,
.vivat-info-table-green td {
    padding: 12px 15px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
}

.vivat-info-table-green th {
    background: #063F3D;
    color: #fff;
    font-weight: 700;
}

.vivat-info-table-green tr {
    background: #063F3D;
}

.inline-list {
    padding: 0;
    margin: 0;
}

.inline-list li {
    display: inline;
}

.inline-list li:not(:last-child)::after {
    content: " • ";
}
.hero-banner img {
    width: 100%;
    height: auto;
    display: block;
}
/* FOOTER */

.site-footer{
    background:
        radial-gradient(
            circle at left center,
            #13746D 0%,
            #0d5b56 25%,
            #063F3D 45%,
            transparent 75%
        ),
        #1f2d3f;

    color:#d7dce5;
    margin-top:80px;
    position:relative;
}
.footer-top{
    display:flex;
    justify-content:center;
    gap:50px;      /* відстань між колонками */
    flex-wrap:wrap;
}

.footer-col {
    flex: 1;
    min-width: 380px;
}

.footer-col h3{
    color:#fff;
    font-size:22px;
    margin-bottom:25px;
}

.footer-col p{
    margin:15px 0 5px;
    color:#9ea8b5;
}

.footer-col a{
    color:#fff;
    text-decoration:none;
    font-weight:600;
}

.footer-col a:hover{
    color:#c8df26;
}

.footer-col ul{
    list-style:none;
    padding:0;
}

.footer-col ul li{
    margin-bottom:12px;
}

.footer-bottom{
    background:#17706f;
    padding:25px 20px;
}

.footer-bottom p{
    max-width:1200px;
    margin:0 auto 10px;
    line-height:1.6;
    color:#fff;
}

.copyright{
    margin-top:15px;
    font-weight:600;
}

.scroll-top{
    position:fixed;
    right:25px;
    bottom:25px;
    width:50px;
    height:50px;
    background:#17706f;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:24px;
    box-shadow:0 0 15px rgba(0,0,0,.3);
}

.scroll-top:hover{
    background:#c8df26;
    color:#000;
}
.slots-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 1110px;
    margin: 25px auto;
}

.slot-card {
    display: block;
    background: #13746D;
    border: 3px solid #0b5652;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: #ffffff;
    transition: 0.25s ease;
}

.slot-card img {
    width: 100%;
    height: 135px;
  object-fit: cover;
    display: block;
}

.slot-card span {
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 600;
}

.slot-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 18px rgba(212, 239, 34, 0.35);
    border-color: #d4ef22;
}
@media (max-width: 900px) {
    .slots-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .slots-grid {
        grid-template-columns: 1fr;
    }

    .slot-card img {
        height: auto;
    }
}
/* Header menu update */

.main-nav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 800;
    padding: 10px 16px;
    transition: 0.3s;
}

.main-nav a:hover {
    color: #d4ef22;
}

.lang-switch {
    display: flex;
    gap: 8px;
}

.lang-switch a {
    min-width: auto;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    background: rgba(255,255,255,0.08);
    color: #d7eeee;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

.lang-switch a:hover {
    background: rgba(255,255,255,0.15);
}

.lang-switch a.active {
    background: #0f5f5a;
    color: #d4ef22;
}
.footer-partners {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:35px;
    flex-wrap:wrap;

    width:100%;
    margin:40px auto;
    padding:0;
}

.footer-partners a{
    display:flex;
    align-items:center;
    transition:.3s;
}

.footer-partners a:hover{
    opacity:.8;
}

.footer-partners img{
    height:38px;
    width:auto;
    display:block;
}
.footer-partners img{
    max-height:40px;
    width:auto;
    object-fit:contain;
}
.footer-col p{
    margin:0 0 10px;
    line-height:1.5;
}

.footer-col p a{
    margin-left:6px;
    color:#ffffff;
    font-weight:700;
    text-decoration:none;
}
.header-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header-btn {
    min-width: 115px;
    padding: 0 16px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #B7DB1A;
    color: #063F3D;

    text-decoration: none;
    font-size: 13px;
    font-weight: 700;

    border-radius: 8px;
}

.header-btn:hover {
    background: #c4eb1d;
}
.vivat-info-table,
.vivat-info-table-green {
    width: 100% !important;
    max-width: 960px !important;
    margin: 30px auto !important;
    border-collapse: collapse !important;
    table-layout: fixed !important;
}

.vivat-info-table th,
.vivat-info-table td,
.vivat-info-table-green th,
.vivat-info-table-green td {
    padding: 14px 16px !important;
    text-align: center !important;
    width: auto !important;
}

.vivat-info-table tr,
.vivat-info-table-green tr {
    width: 100% !important;
}

.vivat-info-table tbody tr:nth-child(even) {
    background: #1b7572 !important;
}

.vivat-info-table tbody tr:nth-child(odd) {
    background: #063F3D !important;
}
.breadcrumbs {
    max-width: 960px;
     margin: 5px auto;
    font-size: 14px;
    color: #ffffff;
}

.breadcrumbs a {
    color: #b7db1a;
    text-decoration: none;
    font-weight: 600;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs span {
    margin-right: 6px;
}
.footer-top {
    display: flex;
    justify-content: center;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}
.footer-partners {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
}
.btn-wrap{
    text-align:center;
    margin:30px 0;
}

.ref-btn{
    display:inline-block;
    background:#C4EB1D;
    color:#063f3d;
    min-width:220px;
    padding:10px 24px;
    border-radius:8px;
    font-size:16px;
    font-weight:700;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    transition:all .3s ease;
}

.ref-btn:hover{
    background:#e4fa3a;
    box-shadow:0 0 20px rgba(212,239,34,.5);
}
.registration-layout{
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    gap:40px;
    margin:30px 0;
}

.registration-steps{
    flex:0 0 55%;
}

.registration-steps h2{
    margin-top:0;
}

.registration-image{
    flex:0 0 300px;
    text-align:center;
    margin-top:0;
}

.registration-image img{
    width:100%;
    max-width:300px;
    height:auto;

    border-radius:10px;
    box-shadow:0 0 20px rgba(0,0,0,.25);
}

@media (max-width:768px){

    .registration-layout{
        flex-direction:column;
        gap:20px;
    }

    .registration-image{
        margin:0 auto;
    }

    .registration-image img{
        max-width:100%;
    }
}
.app-layout{
    display:flex;
    align-items:flex-start;
    gap:60px;
    margin:30px 0;
}

.app-steps{
    width:55%;
}

.app-image{
    width:35%;
    text-align:center;
    margin-top:-75px;
}

.app-image img{
    width:100%;
    max-width:420px;
    height:auto;

    border-radius:10px;
    box-shadow:0 0 20px rgba(0,0,0,.25);
}

@media (max-width:768px){

    .app-layout{
        flex-direction:column;
        gap:20px;
    }

    .app-steps,
    .app-image{
        width:100%;
    }

    .app-image{
        text-align:center;
        margin-top:20px;
    }

    .app-image img{
        max-width:100%;
    }
}