:root {
    --teal: #0E6E6B;
    --teal-deep: #083f3d;
    --teal-ink: #052b29;
    --blue: #00AEEF;
    --green: #4EA844;
    --lime: #BFD72F;
    --grey: #7F8083;
    --paper: #F5F9F9;
    --mist: #eaf4f4;
    --white: #fff;
    --ink: #0d1f1e;
    --line: #e2ebeb;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--ink);
    background: var(--paper);
    line-height: 1.55
}

h1,
h2,
h3 {
    font-family: 'Archivo', sans-serif !important;
    font-weight: 800;
    letter-spacing: -.02em !important;
    line-height: 1.05 !important;
}

a {
    color: inherit;
    text-decoration: none
}

.wrap {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 24px
}

nav {
    position: sticky;
    top: 0;
    z-index: 60;
    background: rgba(5, 43, 41, .9);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.ni {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1040px;
    margin: 0 auto;
    padding: 10px 24px
}

.nlogo {
    height: 99.2px;
}

.nlogo img {
    height: 92px;
    width: auto
}

.nlinks {
    display: flex;
    align-items: center;
    gap: 22px
}

.nprog {
    font-family: 'Archivo' !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #fff
}

.nprog:hover {
    color: var(--blue);
    text-decoration: none;
    font-weight: 700 !important;
}

.nbtn {
    background: var(--blue);
    color: #04302e !important;
    font-family: 'Archivo' !important;
    font-weight: 800 !important;
    font-size: 14px;
    padding: 11px 22px;
    border-radius: 999px
}

.nbtn:hover {
    background: var(--blue);
    color: #04302e !important;
    font-family: 'Archivo' !important;
    font-weight: 800 !important;
    font-size: 14px;
    padding: 11px 22px;
    text-decoration: none;
}

@media(max-width:560px) {
    .nlogo img {
        height: 66px
    }

    .nbtn {
        padding: 9px 16px;
        font-size: 13px
    }
}

.hero {
    background: radial-gradient(120% 130% at 78% 8%, #0c5f5c 0%, var(--teal-deep) 46%, var(--teal-ink) 100%);
    color: #fff;
    padding: 70px 0 56px
}

.eyebrow {
    display: inline-block;
    font-family: 'Archivo' !important;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #04302e;
    background: var(--lime);
    border-radius: 999px;
    padding: 8px 15px
}

.hero h1 {
    font-size: clamp(2.1rem, 5vw, 3.4rem);
    margin: 20px 0 14px
}

.hero h1 .hl {
    color: var(--blue)
}

.hero p.sub {
    max-width: 560px;
    color: rgba(255, 255, 255, .82);
    font-size: 1.06rem
}

.details {
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
    margin-top: 26px
}

.det .l {
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--blue);
    font-weight: 600
}

.det .v {
    font-family: 'Archivo';
    font-weight: 700;
    font-size: 1.05rem;
    margin-top: 3px
}

.rates {
    padding: 60px 0
}

.rates h2 {
    font-size: clamp(1.6rem, 3.4vw, 2.3rem);
    margin-bottom: 8px
}

.rates .lead {
    color: #4a5b5a;
    max-width: 600px;
    margin-bottom: 34px
}

.rate-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

@media(max-width:720px) {
    .rate-grid {
        grid-template-columns: 1fr
    }

    .details {
        gap: 24px
    }
}

.card {
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 26px;
    background: #fff
}

.card.feat {
    border: 2px solid var(--lime);
    box-shadow: 0 10px 34px rgba(14, 110, 107, .10)
}

.card .tag {
    display: inline-block;
    font-family: 'Archivo';
    font-weight: 800;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #04302e;
    background: var(--lime);
    border-radius: 999px;
    padding: 6px 13px
}

.card .period {
    margin-top: 14px;
    font-size: 12.5px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: var(--teal);
    font-weight: 600
}

.card .rows {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.card .rows .k {
    font-size: 12px;
    color: #5a6b6a
}

.card .rows .v {
    font-family: 'Archivo';
    font-weight: 800;
    font-size: 1.55rem;
    line-height: 1.05;
    margin-top: 2px
}

.card .rows .vat {
    font-size: 11px;
    color: #7a8a89;
    font-weight: 500
}

.card .save {
    margin-top: 12px;
    font-size: 13px;
    color: var(--green);
    font-weight: 700;
    font-family: 'Archivo'
}

.book {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 15px 20px;
    width: 100%;
    border-radius: 12px;
    background: var(--blue);
    color: #04302e;
    font-family: 'Archivo';
    font-weight: 800;
    font-size: 1rem;
    transition: transform .15s ease, filter .15s ease
}

.book:hover {
    filter: brightness(1.06);
    transform: translateY(-1px)
}

.book.lime {
    background: var(--lime)
}

.foot-note {
    margin-top: 14px;
    font-size: 12px;
    color: #7a8a89
}

.elig {
    margin: 26px auto 0;
    max-width: 640px;
    text-align: center;
    font-size: .92rem;
    line-height: 1.5;
    color: #3a4a49;
    background: #fff;
    border: 1px solid var(--line, #e4eceb);
    border-radius: 12px;
    padding: 16px 22px
}

.elig a {
    color: var(--teal, #0E6E6B);
    font-weight: 600
}

.card-incl {
    list-style: none;
    margin: 18px 0 0;
    padding: 18px 0 0;
    border-top: 1px solid var(--line, #e4eceb);
    display: grid;
    gap: 9px
}

.card-incl li {
    position: relative;
    padding-left: 26px;
    font-size: .93rem;
    color: #1f2b2a
}

.card-incl li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--green, #4EA844);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 8.5l2.5 2.5L12 5.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center
}

.includes {
    margin-top: 34px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background: #fff;
    border: 1px solid var(--line, #e4eceb);
    border-radius: 16px;
    padding: 26px 30px
}

.includes .pi-l {
    font-family: 'Archivo';
    font-weight: 700;
    font-size: .82rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--teal, #0E6E6B);
    margin-bottom: 14px;
    text-align: center
}

.pi-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 26px
}

.pi-list li {
    position: relative;
    padding-left: 28px;
    font-size: .96rem;
    color: #1f2b2a
}

.pi-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: var(--green, #4EA844);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 8.5l2.5 2.5L12 5.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center
}

@media(max-width:560px) {
    .pi-list {
        grid-template-columns: 1fr
    }
}

.allrates {
    margin-top: 44px;
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden
}

.allrates table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px
}

.allrates th,
.allrates td {
    padding: 13px 16px;
    text-align: left;
    border-bottom: 1px solid var(--line)
}

.allrates th {
    background: var(--mist);
    font-family: 'Archivo';
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #3a4b4a
}

.allrates tr:last-child td {
    border-bottom: none
}

.allrates tr.on td {
    background: #f7fbef;
    font-weight: 600
}

footer {
    background: var(--teal-ink);
    color: rgba(255, 255, 255, .75);
    padding: 30px 0;
    font-size: 13px
}

.fbottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px
}

.fbottom a {
    font-family: 'Inter',sans-serif !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}

.fbottom a:hover {
    color: #FFF !important;
}

footer a {
    color: #fff !important;
}

.booking {
    background: linear-gradient(180deg, #0c5f5c 0%, var(--teal-deep) 100%);
    color: #fff;
    padding: 64px 0
}

.book-head {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 34px
}

.book-head h2 {
    font-size: clamp(1.6rem, 3.4vw, 2.3rem) !important;
    margin: 16px 0 10px
}

.book-head .book-lead {
    color: rgba(255, 255, 255, .82);
    font-family: 'Inter',sans-serif !important;
}

.form {
    max-width: 680px;
    margin: 0 auto;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    padding: 30px
}

.form .f2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

@media(max-width:560px) {
    .form .f2 {
        grid-template-columns: 1fr
    }
}

.fld {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column
}

.fld label {
    font-size: 12px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7);
    font-weight: 600;
    margin-bottom: 7px
}

.fld .req {
    color: var(--lime)
}

.fld textarea {
    min-height: 96px;
    resize: vertical;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    padding: 13px 14px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 15px
}

.fld textarea::placeholder {
    color: rgba(255, 255, 255, .4)
}

.fld textarea:focus {
    outline: none;
    border-color: var(--blue)
}

.fld input,
.fld select {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    padding: 13px 14px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
}

.fld input::placeholder {
    color: rgba(255, 255, 255, .4)
}

.fld input:focus,
.fld select:focus {
    outline: none;
    border-color: var(--blue)
}

.fld select {
    background-color: rgba(255, 255, 255, .06);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%23BFD72F' stroke-width='2' fill='none' stroke-linecap='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    appearance: none;
    -webkit-appearance: none
}

.fld select option {
    color: #0d1f1e
}

.fld .err {
    border-color: #ff6b6b
}

.fsub {
    width: 100%;
    background: var(--lime);
    color: #0a3f1f;
    font-family: 'Archivo' !important;
    font-weight: 800 !important;
    font-size: 16px;
    padding: 15px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: transform .15s ease, filter .15s ease;
    margin-top: 6px;
}

.fsub:hover {
    filter: brightness(1.05);
    transform: translateY(-1px)
}

.form .policy {
    margin-top: 16px;
    font-size: 13px;
    color: rgba(255, 255, 255, .75);
    border-left: 3px solid var(--blue);
    padding-left: 12px
}

.form .policy a {
    color: var(--lime);
    font-weight: 700
}

.form .fnote {
    margin-top: 12px;
    font-size: 12px;
    color: rgba(255, 255, 255, .55);
    text-align: center
}

.fok {
    display: none;
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(191, 215, 47, .4);
    border-radius: 18px;
    padding: 44px 30px
}

.fok.show {
    display: block
}

.fok h3 {
    font-size: 1.6rem;
    color: var(--lime)
}

.fok p {
    margin-top: 10px;
    color: rgba(255, 255, 255, .82)
}

.fld .errmsg {
    display: none;
    color: #bfd72f;
    font-size: 12px;
    margin-top: 4px;
}

.fld.has-error .errmsg {
    display: block;
}

.errmsg.show {
    display: block;
}