body {
    background:
        radial-gradient(circle at top left, rgba(15, 208, 223, 0.08), transparent 22%),
        linear-gradient(180deg, #f5fafb 0%, #edf4f6 100%);
    color: #151515;
}

body,
input,
textarea,
select,
button {
    font-family: Lato, Arial, sans-serif;
}

a {
    transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.template-header {
    box-shadow: 0 10px 28px rgba(12, 18, 21, 0.1);
}

.template-header-top {
    background: linear-gradient(135deg, #0d1316 0%, #182228 100%);
}

.template-header-top-menu {
    border-radius: 18px;
}

.template-logo {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
    padding: 6px;
}

.template-content {
    background:
        radial-gradient(circle at top right, rgba(242, 240, 77, 0.08), transparent 22%),
        linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.22) 100%);
    padding-bottom: 26px;
}

.template-content > .template-section.template-main,
.template-content > .template-clear-fix.template-main,
.template-main > .template-section.template-main {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 24px;
    box-shadow: 0 16px 34px rgba(18, 30, 36, 0.07);
    margin-bottom: 22px;
    padding: 28px;
}

.template-component-header-subheader {
    margin-bottom: 18px;
    padding-left: 18px;
    position: relative;
}

.template-component-header-subheader:before {
    background: linear-gradient(180deg, #0fd0df 0%, #f2f04d 100%);
    border-radius: 999px;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 6px;
}

.template-component-header-subheader h1,
.template-component-header-subheader h2,
.template-component-header-subheader h3,
.template-section h1,
.template-section h2,
.template-section h3 {
    color: #121212;
    font-family: "Trebuchet MS", "Gill Sans", sans-serif;
    letter-spacing: -0.02em;
}

.template-component-header-subheader h2,
.template-section h2 {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 8px;
}

.template-component-header-subheader span,
.template-section p,
.template-component-list li,
.template-component-italic {
    color: #55616c;
    line-height: 1.8;
}

.template-component-tab.ui-tabs,
.template-component-tab,
.template-layout-flex,
.template-component-testimonial-list,
.template-component-feature-list,
.template-component-booking,
.template-component-more-less {
    border-radius: 22px;
}

.template-component-tab.ui-tabs,
.template-component-tab,
.template-layout-flex,
.template-component-testimonial-list {
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 12px 28px rgba(18, 30, 36, 0.06);
    overflow: hidden;
}

.template-component-tab .ui-tabs-nav,
.template-component-tab > ul {
    background: linear-gradient(135deg, #111719 0%, #1a252b 100%);
    border: 0;
}

.template-component-tab .ui-tabs-nav li a,
.template-component-tab > ul li a {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.template-component-tab .ui-tabs-panel,
.template-component-tab > div {
    background: #fff;
}

.template-component-button,
input[type="submit"],
input[type="button"],
button {
    background: #111 !important;
    border: 1px solid #111 !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    color: #fff !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em;
    padding-left: 18px !important;
    padding-right: 18px !important;
}

.template-component-button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
    background: #0fd0df !important;
    border-color: #0fd0df !important;
    color: #111 !important;
    transform: translateY(-1px);
}

.template-component-call-to-action,
.template-section.template-background-color-1,
.template-background-color-1 {
    border-radius: 22px;
}

.template-component-call-to-action {
    background: linear-gradient(135deg, #101618 0%, #18242a 100%) !important;
}

.template-component-call-to-action h3,
.template-component-call-to-action p {
    color: #fff !important;
}

.template-component-list li {
    border-bottom: 1px solid rgba(17, 17, 17, 0.06);
    padding-bottom: 8px;
}

.template-component-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.template-layout-50x50,
.template-layout-33x33x33,
.template-layout-25x25x25x25 {
    gap: 18px;
}

.template-layout-50x50 > li,
.template-layout-33x33x33 > li,
.template-layout-25x25x25x25 > li {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(18, 30, 36, 0.05);
    padding: 20px;
}

.template-footer {
    background: linear-gradient(135deg, #0f1518 0%, #172229 100%);
}

.template-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 767px) {
    .template-content > .template-section.template-main,
    .template-content > .template-clear-fix.template-main,
    .template-main > .template-section.template-main {
        border-radius: 18px;
        padding: 20px;
    }

    .template-component-header-subheader h2,
    .template-section h2 {
        font-size: 28px;
    }
}

.elite-page-shell {
    padding: 150px 0 56px;
    position: relative;
}

.elite-page-container {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 16px;
}

.elite-page-shell .elite-page-container + .elite-page-container {
    margin-top: 26px;
}

.elite-page-hero {
    background:
        radial-gradient(circle at top right, rgba(242, 240, 77, 0.2), transparent 32%),
        linear-gradient(135deg, #0f1719 0%, #16242b 56%, #20343c 100%);
    border-radius: 30px;
    box-shadow: 0 26px 60px rgba(16, 27, 32, 0.2);
    color: #fff;
    overflow: hidden;
    padding: 34px;
    position: relative;
}

.elite-page-hero-grid {
    align-items: end;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr);
    position: relative;
    z-index: 1;
}

.elite-page-kicker {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: #f2f04d;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    padding: 9px 14px;
    text-transform: uppercase;
}

.elite-page-title {
    color: #fff;
    font-family: "Trebuchet MS", "Gill Sans", sans-serif;
    font-size: clamp(34px, 5vw, 54px);
    letter-spacing: -0.04em;
    line-height: 0.95;
    margin: 18px 0 14px;
}

.elite-page-description {
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
    max-width: 68ch;
}

.elite-page-button-row,
.elite-page-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.elite-page-button-row {
    margin-top: 24px;
}

a.elite-page-button,
.elite-page-button {
    align-items: center;
    background: #f2f04d;
    border: 1px solid #f2f04d;
    border-radius: 999px;
    color: #101517;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    letter-spacing: 0.03em;
    padding: 12px 18px;
    text-decoration: none;
    text-transform: uppercase;
}

a.elite-page-button:hover,
.elite-page-button:hover {
    background: #fff;
    border-color: #fff;
    color: #101517;
}

a.elite-page-button.is-secondary,
.elite-page-button.is-secondary {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff;
}

a.elite-page-button.is-secondary:hover,
.elite-page-button.is-secondary:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.elite-page-pill {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.9);
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 14px;
}

.elite-page-hero-panel {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    min-height: 100%;
    padding: 24px;
}

.elite-page-hero-panel h3,
.elite-page-dark-title {
    color: #fff;
    margin-bottom: 10px;
}

.elite-page-hero-panel p,
.elite-page-hero-panel li,
.elite-page-dark-text {
    color: rgba(255, 255, 255, 0.82);
}

.elite-page-stat-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.elite-page-stat {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 16px;
}

.elite-page-stat strong {
    color: #fff;
    display: block;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 8px;
}

.elite-page-stat span {
    color: rgba(255, 255, 255, 0.78);
    display: block;
    font-size: 13px;
    line-height: 1.6;
}

.elite-page-grid {
    display: grid;
    gap: 22px;
}

.elite-page-grid.is-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.elite-page-grid.is-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.elite-page-card,
.elite-page-form-shell,
.elite-page-gallery-item,
.elite-page-media,
.elite-page-step {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(18, 30, 36, 0.08);
}

.elite-page-card,
.elite-page-form-shell,
.elite-page-step {
    padding: 24px;
}

.elite-page-card h2,
.elite-page-card h3,
.elite-page-form-shell h2,
.elite-page-step h3,
.elite-page-step h4 {
    color: #121212;
    margin-bottom: 10px;
}

.elite-page-card p,
.elite-page-card li,
.elite-page-form-shell p,
.elite-page-step p,
.elite-page-note,
.elite-page-small-muted {
    color: #586772;
    line-height: 1.8;
}

.elite-page-card.is-dark {
    background:
        radial-gradient(circle at top right, rgba(242, 240, 77, 0.18), transparent 28%),
        linear-gradient(135deg, #101719 0%, #1b2a31 100%);
    color: #fff;
}

.elite-page-card.is-dark h2,
.elite-page-card.is-dark h3,
.elite-page-card.is-dark h4 {
    color: #fff;
}

.elite-page-card.is-dark p,
.elite-page-card.is-dark li,
.elite-page-card.is-dark .elite-page-small-muted,
.elite-page-card.is-dark .elite-page-note {
    color: rgba(255, 255, 255, 0.8);
}

.elite-page-list {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.elite-page-list li {
    border-top: 1px solid rgba(17, 17, 17, 0.08);
    padding: 13px 0 0 22px;
    position: relative;
}

.elite-page-list li:first-child {
    border-top: 0;
    padding-top: 0;
}

.elite-page-list li:before {
    background: linear-gradient(180deg, #0fd0df 0%, #f2f04d 100%);
    border-radius: 999px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 18px;
    width: 10px;
}

.elite-page-list li:first-child:before {
    top: 6px;
}

.elite-page-steps {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.elite-page-step-number {
    align-items: center;
    background: linear-gradient(135deg, #0fd0df 0%, #f2f04d 100%);
    border-radius: 999px;
    color: #0f1719;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    margin-bottom: 16px;
    width: 42px;
}

.elite-page-note {
    background: #f7fbfc;
    border-left: 4px solid #0fd0df;
    border-radius: 18px;
    margin-top: 14px;
    padding: 16px 18px;
}

.elite-page-alert {
    border-radius: 18px;
    margin-bottom: 18px;
    padding: 16px 18px;
}

.elite-page-alert.is-success {
    background: #edf9f2;
    border: 1px solid #b5e7c6;
    color: #1f6b3b;
}

.elite-page-alert.is-error {
    background: #fff2f2;
    border: 1px solid #f0b8b8;
    color: #8f2f2f;
}

.elite-page-media {
    overflow: hidden;
}

.elite-page-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.elite-page-gallery {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.elite-page-gallery a,
.elite-page-gallery figure {
    color: inherit;
    display: block;
    text-decoration: none;
}

.elite-page-gallery-item {
    overflow: hidden;
}

.elite-page-gallery-item img {
    display: block;
    height: 260px;
    object-fit: cover;
    width: 100%;
}

.elite-page-gallery.is-portrait .elite-page-gallery-item img {
    height: 320px;
}

.elite-page-gallery-caption {
    padding: 14px 16px 16px;
}

.elite-page-gallery-caption strong {
    color: #141c20;
    display: block;
    margin-bottom: 4px;
}

.elite-page-gallery-caption span {
    color: #64757f;
    display: block;
    line-height: 1.7;
}

.elite-page-video-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.elite-page-video {
    background: #000;
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(18, 30, 36, 0.12);
    overflow: hidden;
}

.elite-page-video iframe {
    aspect-ratio: 16 / 9;
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.elite-page-logo-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.elite-page-logo-card {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 20px;
    box-shadow: 0 16px 34px rgba(18, 30, 36, 0.08);
    display: flex;
    justify-content: center;
    min-height: 112px;
    padding: 20px;
    width: min(220px, 100%);
}

.elite-page-logo-card img {
    display: block;
    height: 84px;
    object-fit: contain;
    width: 100%;
}

.elite-page-form-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.elite-page-field label {
    color: #152025;
    display: block;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 8px;
}

.elite-page-field input,
.elite-page-field textarea,
.elite-page-field select,
.template-component-form-field input,
.template-component-form-field textarea,
.template-component-form-field select {
    background: #f6fafb !important;
    border: 1px solid rgba(17, 17, 17, 0.1) !important;
    border-radius: 16px !important;
    color: #121416 !important;
    padding: 14px 16px !important;
    width: 100% !important;
}

.elite-page-field textarea,
.template-component-form-field textarea {
    min-height: 140px;
    resize: vertical;
}

.elite-page-inline-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.elite-page-inline-card {
    background: #f7fbfc;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 18px;
    padding: 18px;
}

.elite-page-inline-card strong {
    color: #141c20;
    display: block;
    margin-bottom: 8px;
}

.elite-page-iframe {
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(18, 30, 36, 0.08);
    min-height: 560px;
    width: 100%;
}

.elite-page-split {
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr);
}

.elite-page-image-stack {
    display: grid;
    gap: 18px;
}

.elite-page-image-stack img {
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(18, 30, 36, 0.12);
    display: block;
    width: 100%;
}

.elite-page-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.elite-page-chip {
    background: #f4fafb;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 999px;
    color: #1e2a30;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 14px;
}

.elite-page-quote {
    font-size: 20px;
    font-style: italic;
    line-height: 1.9;
}

.elite-page-table-free {
    display: grid;
    gap: 18px;
}

.elite-page-table-free .elite-page-card h3 {
    margin-bottom: 8px;
}

.elite-page-table-free .elite-page-card p {
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .elite-page-hero-grid,
    .elite-page-split {
        grid-template-columns: 1fr;
    }

    .elite-page-grid.is-three,
    .elite-page-steps,
    .elite-page-inline-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 767px) {
    .elite-page-shell {
        padding: 122px 0 40px;
    }

    .elite-page-hero {
        border-radius: 24px;
        padding: 24px;
    }

    .elite-page-grid.is-two,
    .elite-page-grid.is-three,
    .elite-page-stat-grid,
    .elite-page-steps,
    .elite-page-video-grid,
    .elite-page-form-grid,
    .elite-page-inline-grid {
        grid-template-columns: 1fr;
    }

    .elite-page-gallery-item img {
        height: 220px;
    }

    .elite-page-gallery.is-portrait .elite-page-gallery-item img {
        height: 260px;
    }

    .elite-page-title {
        font-size: 38px;
    }

    .elite-page-description {
        font-size: 16px;
    }
}
