.wistia-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    background-color: #000002;
    border: 5px solid #242427;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
}

.wistia-container wistia-player {
    width: 100%;
    height: 100%;
}

vturb-smartplayer {
    border-radius: 16px;
    overflow: hidden;
    display: block;
}

/* ==============================
   INTL-TEL-INPUT STYLING
   ============================== */

.iti-container {
    width: 100%;
    position: relative;
    overflow: visible;
}

.iti {
    width: 100%;
    position: relative;
}

.iti__flag-container {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px 0 0 8px;
    padding: 0 8px;
    cursor: pointer;
    pointer-events: auto !important;
    user-select: none;
}

.iti__flag-container:hover {
    background: rgba(255, 255, 255, 0.08);
}

.iti__flag-container button {
    cursor: pointer;
    pointer-events: auto !important;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.iti__flag-container button:disabled {
    opacity: 1;
    cursor: pointer;
}


.iti__selected-country-name {
    color: #ffffff;
}

.iti__selected-dial-code {
    color: #ffffff;
}

.iti__arrow {
    border-top-color: #ffffff;
}

.tf-form-group {
    overflow: visible;
    position: relative;
}

.iti__country-list {
    background: #000002;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 4px;
    width: 100%;
}

.iti__country {
    padding: 12px 16px;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.iti__country:hover,
.iti__country.iti__highlight {
    background: rgba(255, 255, 255, 0.1);
}

.iti__country-name {
    color: #ffffff;
}

.iti__dial-code {
    color: rgba(255, 255, 255, 0.7);
}

.iti__input {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0 8px 8px 0;
    color: #ffffff;
    font-family: "General Sans", sans-serif;
    font-size: 14px;
    padding: 12px 10px;
}

.iti__input:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.08);
}

/* ==============================
   GLASSMORPHIC HIGHLIGHT
   ============================== */

.tf-highlight {
    display: inline-block;
    padding: 2px 4px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.2);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    background-clip: unset;
    -webkit-background-clip: unset;
}

/* ==============================
   FORM INPUTS & LABELS
   ============================== */

.tf-form-group {
    margin-bottom: 18px;
}

.tf-label {
    display: block;
    font-family: "General Sans", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
    letter-spacing: -0.01em;
}

.tf-input {
    width: 100%;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    font-family: "General Sans", sans-serif;
    font-size: 15px;
    color: #ffffff;
    transition: border-color 0.2s ease, background 0.2s ease;
    box-sizing: border-box;
}

.tf-input::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.tf-input:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.08);
}

.tf-phone-wrapper {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.tf-country-select {
    flex: 0 0 auto;
    padding: 12px 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    font-family: "General Sans", sans-serif;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
    min-width: 100px;
}

.tf-country-select option {
    background: #000002;
    color: #ffffff;
}

.tf-country-select:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.08);
}

.tf-phone-input {
    flex: 1;
}

/* ==============================
   TYPEFORM APPLICATION FORM
   ============================== */

.tf-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.5));
    width: 0%;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
    border-radius: 0 2px 2px 0;
}

.tf-step-counter {
    position: absolute;
    top: 28px;
    right: 48px;
    font-family: "General Sans", sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.35);
    letter-spacing: 0.08em;
    z-index: 10;
}

.tf-app {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -112px;
    margin-bottom: -112px;
}

@media screen and (max-width: 768px) {
    .tf-app {
        margin-top: -60px;
        margin-bottom: -60px;
    }
}

.tf-screen {
    display: none;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.tf-screen.tf-active {
    display: block;
    animation: tfSlideUp 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.tf-screen.tf-exit {
    display: block;
    animation: tfSlideOut 0.3s cubic-bezier(0.4, 0, 1, 1) forwards;
}

@keyframes tfSlideUp {
    from { opacity: 0; transform: translateY(36px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes tfSlideOut {
    from { opacity: 1; transform: translateY(0); }
    to   { opacity: 0; transform: translateY(-28px); }
}

.tf-section-label {
    font-family: "General Sans", sans-serif;
    font-size: 11px;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 12px;
}

.tf-question {
    font-family: "General Sans", sans-serif;
    font-size: clamp(18px, 2.8vw, 25px);
    line-height: 1.25;
    color: #ffffff;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.tf-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tf-option {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    cursor: pointer;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    font-family: "General Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.tf-option:hover {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
}

.tf-option.tf-selected {
    border-color: rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.11);
    color: #ffffff;
}

.tf-key {
    width: 22px;
    height: 22px;
    border: 1px solid currentColor;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    flex-shrink: 0;
    opacity: 0.45;
    letter-spacing: 0;
    transition: opacity 0.2s, background 0.2s, color 0.2s;
}

.tf-option.tf-selected .tf-key {
    opacity: 1;
    background: #ffffff;
    border-color: #ffffff;
    color: #000002;
}

.tf-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
    flex-wrap: wrap;
}

.tf-btn-ok {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    background: #ffffff;
    color: #000002;
    border: none;
    border-radius: 300px;
    font-family: "General Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.tf-btn-ok:hover {
    background: rgba(255, 255, 255, 0.88);
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.12);
}

.tf-btn-ok:active {
    transform: translateY(0);
}

.tf-btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: #ffffff;
    color: #000002;
    border: none;
    border-radius: 300px;
    font-family: "General Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.tf-btn-cta:hover {
    background: rgba(255, 255, 255, 0.88);
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(255, 255, 255, 0.15);
    color: #000002;
    text-decoration: none;
}

.tf-btn-cta:active {
    transform: translateY(0);
}

.tf-enter-hint {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: "General Sans", sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.28);
    letter-spacing: 0.05em;
}

.tf-enter-hint kbd {
    padding: 2px 6px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 3px;
    font-size: 10px;
    font-family: "General Sans", sans-serif;
}

.tf-error {
    margin-top: 10px;
    font-family: "General Sans", sans-serif;
    font-size: 12px;
    color: #ff6b6b;
    display: none;
    font-weight: 500;
}

.tf-intro-body {
    font-family: "General Sans", sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.65;
    max-width: 480px;
    margin-top: 16px;
    margin-bottom: 28px;
}

.tf-intro-meta {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.tf-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "General Sans", sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
}

.tf-meta-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    flex-shrink: 0;
    display: inline-block;
}

.tf-result-body {
    font-family: "General Sans", sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    margin-top: -12px;
    margin-bottom: 0;
}

.tf-result-offer {
    margin-top: 24px;
    padding: 20px 24px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
}

.tf-result-label {
    font-family: "General Sans", sans-serif;
    font-size: 11px;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.38);
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 8px;
}

.tf-result-name {
    font-family: "General Sans", sans-serif;
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 6px;
}

.tf-result-price {
    font-family: "General Sans", sans-serif;
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.tf-keynav {
    position: absolute;
    bottom: 28px;
    right: 48px;
    font-family: "General Sans", sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.22);
    align-items: center;
    gap: 6px;
}

.tf-keynav kbd {
    padding: 2px 7px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 3px;
    font-size: 10px;
    font-family: "General Sans", sans-serif;
}

@media (max-width: 767px) {
    .tf-keynav { display: none !important; }
    .tf-step-counter { top: 20px; right: 20px; }
    .tf-screen { padding: 24px 0; }
    .tf-intro-meta { gap: 16px; }
    .tf-question { font-size: 18px; }
    .tf-section-label { font-size: 10px; }
    .tf-intro-body { font-size: 14px; }
    .tf-meta-item { font-size: 12px; }
    .tf-option { font-size: 14px; padding: 12px 14px; }
    .tf-btn-ok { font-size: 11px; padding: 10px 18px; }
    .tf-btn-cta { font-size: 12px; padding: 12px 22px; }
    .tf-enter-hint { font-size: 10px; }
    .tf-result-body { font-size: 14px; }
    .tf-result-name { font-size: 15px; }
    .tf-result-price { font-size: 24px; }
}

/* ==============================
   ANIMATED FLOWING BORDER BADGE
   ============================== */

@property --r2 {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

@property --x {
    syntax: '<length>';
    initial-value: 19px;
    inherits: false;
}

@keyframes rotateBorder {
    0%   { --r2: 0deg; }
    100% { --r2: 360deg; }
}

.badge {
    border: none !important;
    background-color: transparent !important;
    background: conic-gradient(
        from var(--r2),
        #1a1a2e 0%,
        #2563eb 15%,
        #1a1a2e 30%
    ) !important;
    mix-blend-mode: normal !important;
    border-radius: 999px !important;
    position: relative !important;
    animation: rotateBorder 5s linear infinite;
}

.badge::after {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: 999px;
    background-color: #0a0a0f;
    z-index: 0;
}

.badge > div {
    position: relative;
    z-index: 1;
}

.blue-text-highlight {
    background: linear-gradient(0deg, #d8e6f3, #3a6ef2);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.max-width {
 max-width: 1316px;
}

.text-left {
 text-align: left;
}

.margin-top {
 margin-top: 20px !important;
}
.hero-pricing-page {
 padding-top: 80px !important;
}
.mobile {
    display: none;
}

.desktop {
    display: block;
}

.booking-hero {
    padding-bottom: 20px !important;
}

.benefit-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 24px;
    text-align: left;
}

.benefit-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.benefit-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

.benefit-item span {
    font-size: inherit;
    line-height: 1.6;
    color: var(--text-color-paragraph, #9ca3af);
    white-space: nowrap;
}

@media screen and (max-width:768px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .booking-hero {
        padding-bottom: 8px !important;
    }
    .benefit-list {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}
.cta {
 padding: 20px !important;
}
.cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 340px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 94, 255, 0) 0%, #005eff 50%, rgba(0, 94, 255, 0) 100%);
  z-index: 1;
}

.cta::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 340px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 94, 255, 0) 0%, #005eff 50%, rgba(0, 94, 255, 0) 100%);
  z-index: 1;
}