body {
    background: #05070d;
    color: #f5f7ff;
    font-family: "Inter", "Segoe UI", sans-serif;
}

#paymentAlertWrap {
    position: fixed;
    top: 78px; /* just below fixed navbar */
    left: 0;
    right: 0;
    z-index: 2000;
    pointer-events: none;
}

#paymentAlertWrap .alert {
    pointer-events: auto;
}

.section-dark {
    background: #05070d;
}

.nav-blur {
    background: rgba(4, 6, 12, 0.92);
    backdrop-filter: blur(4px);
    min-height: 72px;
}

.nav-inner {
    border-bottom: 1px solid #26314a;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.nav-logo {
    width: 132px;
    height: auto;
    display: block;
}

.navbar .nav-link {
    color: #c5cee1 !important;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.3rem 0.75rem !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #ffffff !important;
}

.navbar .btn-primary {
    min-height: 38px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 10px;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.hero-section {
    min-height: 92vh;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #05070d;
}

/* Full-bleed Vimeo background (16:9 cover) */
.hero-bg-video-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.hero-bg-vimeo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 177.77vh;
    min-height: 100vh;
    transform: translate(-50%, -50%);
    border: 0;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(5, 7, 13, 0.62);
}

.hero-inner {
    z-index: 2;
    padding-top: 3.5rem;
    padding-bottom: 2rem;
}

.hero-kicker {
    position: absolute;
    top: 0;
    left: 12px;
    right: auto;
    max-width: min(420px, 92vw);
    text-align: left;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #f5f7ff;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

@media (max-width: 576px) {
    .hero-kicker {
        position: static;
        margin-bottom: 1.25rem;
        max-width: none;
    }
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-headline-bar {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0, 0, 0, 0.55);
    padding: 1.35rem 1.75rem 1.25rem;
    border-radius: 12px;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.55);
}

.hero-content .btn {
    flex-shrink: 0;
}

.hero-content h1 {
    font-size: clamp(2.2rem, 5.8vw, 4.6rem);
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.hero-pill-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.05rem;
    border-radius: 999px;
    background: #3f7be8;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(63, 123, 232, 0.35);
    transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.hero-pill-cta:hover {
    background: #5b9cff;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(63, 123, 232, 0.35);
}

.partners-section {
    border-top: 1px solid #1f2637;
    border-bottom: 1px solid #1f2637;
}

/* How it works — uses .section-dark; divider lines only */
.how-it-works-section {
    border-top: 1px solid #1f2637;
    border-bottom: 1px solid #1f2637;
}

.how-it-works-title {
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 2rem);
    letter-spacing: -0.02em;
    margin-bottom: 0;
}

.how-it-works-visual {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.how-it-works-img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

/* Two ways to light up your crowd */
.crowd-ways-section {
    border-top: 1px solid #1f2637;
    border-bottom: 1px solid #1f2637;
}

.crowd-ways-heading {
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 2rem);
    letter-spacing: -0.02em;
    color: #f5f7ff;
}

.crowd-ways-subtitle {
    font-size: 1.1rem;
    font-weight: 650;
    color: #eaf0ff;
    margin-bottom: 1rem;
}

.crowd-ways-gif-wrap {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.crowd-ways-gif-inner {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #2a344b;
    background: #0b101c;
    aspect-ratio: 1 / 1;
    max-height: min(420px, 85vw);
    cursor: pointer;
}

/* Keep square frame while playing — the GIF is position:absolute and does not
   contribute height; removing aspect-ratio here collapsed the box to 0. */

/* Static thumbnail (mockup still) until user hits play */
.crowd-ways-thumb {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
    pointer-events: none;
}

.crowd-ways-gif-wrap.is-playing .crowd-ways-thumb {
    display: none;
}

.crowd-ways-gif {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 0;
}

.crowd-ways-gif-wrap:not(.is-playing) .crowd-ways-gif {
    display: none;
}

.crowd-ways-gif-wrap.is-playing .crowd-ways-gif {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Centered play: white frosted circle + dark icon (mockup) */
.crowd-ways-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    margin: 0;
    padding: 0;
    width: 72px;
    height: 72px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.88);
    color: #0a0a0a;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    transition: background 0.2s ease, transform 0.15s ease;
    pointer-events: auto;
}

.crowd-ways-play-btn:hover {
    background: #ffffff;
    transform: translate(-50%, -50%) scale(1.03);
}

.crowd-ways-play-btn:focus-visible {
    outline: 2px solid #3f7be8;
    outline-offset: 3px;
}

/* While playing: pause control bottom-right */
.crowd-ways-gif-wrap.is-playing .crowd-ways-play-btn {
    top: auto;
    left: auto;
    transform: none;
    right: 10px;
    bottom: 10px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.9);
    color: #0a0a0a;
    border: 1px solid #2a344b;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.crowd-ways-gif-wrap.is-playing .crowd-ways-play-btn:hover {
    transform: scale(1.05);
}

.crowd-ways-btn-icon {
    font-size: 1.35rem;
    line-height: 1;
}

.crowd-ways-gif-wrap.is-playing .crowd-ways-btn-icon {
    font-size: 1rem;
}

.crowd-ways-lead {
    font-size: 1.05rem;
    color: #f5f7ff;
}

.crowd-ways-list {
    max-width: 320px;
    color: #c8d0df;
    font-size: 0.95rem;
    line-height: 1.55;
}

.crowd-ways-list li {
    position: relative;
    padding-left: 1.1rem;
    margin-bottom: 0.4rem;
}

.crowd-ways-list li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: #9aa6bf;
}

/* Full-screen preview (~75% viewport); click backdrop to close */
.crowd-ways-lightbox {
    position: fixed;
    inset: 0;
    z-index: 4000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.crowd-ways-lightbox.d-none {
    display: none !important;
}

.crowd-ways-lightbox-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crowd-ways-lightbox-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    padding: 0;
    margin: 0;
    background: rgba(5, 8, 14, 0.92);
    cursor: pointer;
}

.crowd-ways-lightbox-panel {
    position: relative;
    z-index: 1;
    max-width: 75vw;
    max-height: 75vh;
    pointer-events: none;
}

.crowd-ways-lightbox-panel img {
    max-width: 75vw;
    max-height: 75vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.55);
    pointer-events: auto;
    display: block;
}

.partners-title {
    font-size: 2rem;
    font-weight: 650;
}

.partners-marquee {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.partners-track {
    display: flex;
    gap: 18px;
    width: max-content;
    animation: marquee-left 30s linear infinite;
}

.partner-logo {
    flex: 0 0 auto;
    width: 160px;
    height: 52px;
    border: 1px solid #2b3347;
    border-radius: 8px;
    background: #0f1524;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.partner-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    opacity: 0.9;
}

.partners-banner {
    border: 1px solid #2b3347;
    border-radius: 8px;
    background: #0b101c;
    padding: 10px 14px;
    font-size: 1.8rem;
    font-weight: 650;
}

@keyframes marquee-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.btn-primary {
    background: #3f7be8;
    border-color: #3f7be8;
}

.btn-primary:hover {
    background: #3269cb;
    border-color: #3269cb;
}

.demo-box,
.panel {
    border: 1px solid #2d364b;
    border-radius: 14px;
    padding: 22px;
    background: #141a26;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.demo-box {
    padding: 18px;
    background: linear-gradient(180deg, #161c28 0%, #0f1524 100%);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.45);
}

.demo-title {
    font-size: clamp(1.8rem, 4.2vw, 3.15rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.demo-video-wrap {
    border: 1px solid #2f3a52;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 0;
    background: #05070d;
}

.demo-video {
    color-scheme: dark;
    accent-color: #ffffff;
}

.demo-ps-bar {
    margin-top: 14px;
    padding: 14px 14px;
    border-radius: 14px;
    background: #101620;
    border: 1px solid #2f3a52;
    color: #ffffff;
    text-align: center;
    font-weight: 800;
    letter-spacing: -0.01em;
    font-size: clamp(1.1rem, 2.4vw, 1.5rem);
}

.gallery-img {
    width: 100%;
    border: 1px solid #384158;
    border-radius: 12px;
}

.testimonial-wrap {
    position: relative;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-swiper {
    width: min(860px, 92%);
    z-index: 2;
}

.testimonial-swiper .swiper-slide {
    display: flex;
    justify-content: center;
}

.testimonial-side {
    position: absolute;
    width: 34%;
    height: 180px;
    border: 1px solid #4a5264;
    border-radius: 18px;
    background: #1b1d22;
}

.testimonial-side.left { left: 2%; }
.testimonial-side.left-mid { left: 8%; }
.testimonial-side.right-mid { right: 8%; }
.testimonial-side.right { right: 2%; }

.testimonial-card {
    position: relative;
    width: min(820px, 100%);
    border: 1px solid #6a7387;
    border-radius: 20px;
    background: #212326;
    padding: 26px 28px;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 20px;
}

.testimonial-person {
    display: flex;
    gap: 14px;
    align-items: center;
}

.testimonial-avatar {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #d9dde7;
}

.testimonial-person h5 {
    margin: 0;
    color: #3f7be8;
    font-size: 1.15rem;
}

.testimonial-person p {
    margin: 0;
    color: #c8d0df;
}

.testimonial-copy p {
    margin-bottom: 0.65rem;
    color: #d4d9e6;
}

.testimonial-quote {
    position: absolute;
    right: 22px;
    bottom: -16px;
    color: #3f7be8;
    font-size: 8rem;
    line-height: 1;
    font-weight: 700;
}

.testimonial-controls {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 6px;
}

.testimonial-controls button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #3a4766;
    background: #0f1524;
    color: #eaf0ff;
    font-size: 1.05rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.28);
    transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.testimonial-controls button:hover {
    border-color: #3f7be8;
    background: #111b30;
    transform: translateY(-1px);
    box-shadow: 0 0 0 4px rgba(63, 123, 232, 0.14), 0 14px 24px rgba(0, 0, 0, 0.34);
}

.testimonial-controls button:active {
    transform: translateY(0);
}

.testimonial-controls button:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(63, 123, 232, 0.22), 0 14px 24px rgba(0, 0, 0, 0.34);
}

.feature-box {
    border: 1px solid #34415f;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 12px;
    background: #1a2232;
}

.feature-box p {
    margin: 8px 0 0;
    color: #c6cfe0;
    font-size: 0.95rem;
}

.form-control,
.form-select {
    background: #0f131d;
    border: 1px solid #2d364b;
    color: #f5f7ff;
    min-height: 44px;
    border-radius: 8px;
    font-size: 0.95rem;
}

.form-control::placeholder,
.form-select::placeholder {
    color: #9aa6bf;
    opacity: 1;
}

.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder {
    color: #9aa6bf;
}

.form-control::-moz-placeholder,
.form-select::-moz-placeholder {
    color: #9aa6bf;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
    color: #9aa6bf;
}

.form-control:focus,
.form-select:focus {
    background: #0f131d;
    border-color: #3f7be8;
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(63, 123, 232, 0.18);
}

.form-label {
    color: #d5dcee;
    font-weight: 500;
    margin-bottom: 0.4rem;
}

input[type="file"].form-control {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
}

.form-check {
    margin-top: 0.4rem;
}

.form-check-label {
    color: #d3dbec;
    font-size: 0.98rem;
}

.form-check-input {
    background-color: #0f131d;
    border-color: #506081;
}

.form-check-input:checked {
    background-color: #3f7be8;
    border-color: #3f7be8;
}

.slider-value {
    color: #eaf0ff;
    font-weight: 650;
    font-size: 0.95rem;
    padding-left: 10px;
}

.slider-group {
    padding: 12px 12px 10px;
    border: 1px solid #26314a;
    border-radius: 12px;
    background: #0f1524;
}

.slider-scale {
    display: flex;
    justify-content: space-between;
    color: #94a2bd;
    font-size: 0.82rem;
    width: 100%;
    padding: 0 4px;
    margin-top: 8px;
    letter-spacing: 0.2px;
}

.slider-scale--shows {
    position: relative;
    display: block;
    height: 16px;
    padding: 0 4px;
}

.slider-scale--shows .slider-tick {
    position: absolute;
    left: var(--pos);
    top: 0;
    transform: translateX(-50%);
    flex: none;
    width: auto;
    text-align: center;
}

.slider-scale--shows .slider-tick:first-child {
    transform: none;
    left: 0;
    text-align: left;
}

.slider-scale--shows .slider-tick:last-child {
    transform: none;
    left: auto;
    right: 0;
    text-align: right;
}

.slider-tick {
    appearance: none;
    border: 0;
    background: transparent;
    color: #94a2bd;
    font-size: 0.82rem;
    padding: 0;
    cursor: pointer;
    min-width: 0;
    flex: 1 1 0;
    text-align: center;
}

.slider-tick:first-child {
    text-align: left;
}

.slider-tick:last-child {
    text-align: right;
}

.slider-tick:hover {
    color: #ffffff;
}

.slider-tick:focus-visible {
    outline: 2px solid rgba(63, 123, 232, 0.55);
    outline-offset: 2px;
}

.form-range.slider {
    --fill: 0%;
    height: 26px;
    padding: 0;
    background: transparent;
}

.form-range.slider::-webkit-slider-runnable-track {
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(to right, #3f7be8 var(--fill), #2d364b var(--fill));
}

.form-range.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    margin-top: -7px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;
    border: 3px solid #3f7be8;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
}

.form-range.slider:focus::-webkit-slider-thumb {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(63, 123, 232, 0.18), 0 6px 14px rgba(0, 0, 0, 0.35);
}

.form-range.slider::-moz-range-track {
    height: 6px;
    border-radius: 999px;
    background: #2d364b;
}

.form-range.slider::-moz-range-progress {
    height: 6px;
    border-radius: 999px;
    background: #3f7be8;
}

.form-range.slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;
    border: 3px solid #3f7be8;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
}

/* Choose Your Design — calculator */
.choose-design-block {
    margin-top: 0.25rem;
    padding: 16px 14px 14px;
    border-radius: 14px;
    border: 1px solid #26314a;
    background: linear-gradient(165deg, #0d121f 0%, #0a0e18 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.choose-design-heading {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.choose-design-title {
    font-size: 0.98rem;
    font-weight: 600;
    color: #eaf0ff;
    letter-spacing: -0.01em;
}

.wristband-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.wristband-grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.wristband-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.wristband-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 14px;
    border: 2px solid #1c2639;
    background: #080c14;
    padding: 12px;
    cursor: pointer;
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.wristband-thumb-frame {
    width: 100%;
    aspect-ratio: 1 / 1;
    max-height: min(200px, 38vw);
    border-radius: 12px;
    background: linear-gradient(160deg, #2c3548 0%, #161c28 55%, #0f141f 100%);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #323c52;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.wristband-thumb-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    cursor: zoom-in;
    transition: opacity 180ms ease;
}

#includedWristbandPreview.is-swapping {
    opacity: 0;
}

.wristband-card--upload {
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wristband-upload-btn {
    width: 100%;
    aspect-ratio: 1 / 1;
    max-height: min(200px, 38vw);
    border-radius: 12px;
    background: linear-gradient(180deg, #121722 0%, #0a0d14 100%);
    border: 1px solid #2f3a52;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 750;
    letter-spacing: 0.06em;
    font-size: 0.82rem;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.wristband-upload-preview {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.wristband-upload-text {
    position: relative;
    z-index: 1;
    padding: 9px 18px;
    border-radius: 999px;
    background: #f4f6fb;
    color: #0a0d14;
    font-weight: 800;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.wristband-card--upload.has-preview .wristband-upload-preview {
    display: block;
}

.wristband-card--upload.has-preview .wristband-upload-text {
    background: rgba(0, 0, 0, 0.55);
    color: #ffffff;
}

.wristband-upload-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}

.wristband-card--upload .wristband-meta {
    margin-top: 12px;
}

.wristband-meta {
    margin-top: 12px;
    color: #c8d0df;
    font-size: 0.9rem;
    text-align: left;
}

.wristband-price {
    font-weight: 700;
    font-size: 0.95rem;
    color: #f5f7ff;
    letter-spacing: -0.02em;
}

.wristband-template-link {
    display: inline-block;
    margin-top: 6px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #5b9cff;
    text-decoration: none;
    transition: color 0.15s ease;
}

.wristband-template-link:hover {
    color: #8cb8ff;
    text-decoration: underline;
}

.wristband-sub {
    color: #9aa6bf;
    font-size: 0.85rem;
    margin-top: 2px;
}

#bandBlue:checked + label,
#bandPink:checked + label {
    border-color: #3f7be8;
    background: #0a1020;
    box-shadow:
        0 0 0 1px rgba(63, 123, 232, 0.45),
        0 0 24px rgba(63, 123, 232, 0.22);
}

.wristband-card:hover {
    transform: translateY(-2px);
    border-color: #2a3a5c;
}

.form-check--watermark {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #222c40;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.form-check--watermark .form-check-input {
    margin-top: 0.35rem;
    flex-shrink: 0;
}

.form-check--watermark .form-check-label {
    display: block;
    padding-left: 0;
    cursor: pointer;
}

.watermark-label-main {
    display: block;
    font-weight: 650;
    color: #f0f4ff;
    font-size: 0.95rem;
    line-height: 1.35;
}

.watermark-label-sub {
    display: block;
    margin-top: 2px;
    font-size: 0.82rem;
    color: #8b96ae;
    font-weight: 500;
}

.experience-block {
    margin-top: 1.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid #26314a;
}

.experience-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.experience-section-title {
    text-align: center;
    font-size: clamp(1.05rem, 2.4vw, 1.2rem);
    font-weight: 700;
    color: #f5f7ff;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}

a.info-icon--link {
    text-decoration: none;
    color: #3f7be8;
    flex-shrink: 0;
}

a.info-icon--link:hover {
    color: #5b9cff;
}

.experience-reg {
    font-size: 0.55em;
    font-weight: 600;
    color: #9aa6bf;
    top: -0.2em;
}

.experience-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.experience-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.experience-card {
    position: relative;
    border-radius: 16px;
    border: 2px solid #1c2639;
    background: #080c14;
    padding: 14px;
    cursor: pointer;
    min-height: 0;
    overflow: hidden;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.experience-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    max-height: min(200px, 42vw);
    object-fit: cover;
    border-radius: 12px;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #323c52;
    background: #121722;
 }

.experience-meta {
    color: #c8d0df;
    font-size: 0.9rem;
    text-align: left;
}

.experience-price {
    font-weight: 600;
    font-size: 0.82rem;
    color: #eaf0ff;
    margin-bottom: 6px;
    letter-spacing: 0.02em;
}

.experience-title {
    font-weight: 800;
    color: #f5f7ff;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.experience-desc {
    color: #9aa6bf;
    font-size: 0.88rem;
    margin-top: 6px;
    line-height: 1.4;
}

.experience-pill {
    position: absolute;
    top: 22px;
    right: 22px;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 999px;
    background: #f4f6fb;
    color: #0a0d14;
    font-weight: 800;
    font-size: 0.72rem;
    letter-spacing: 0.02em;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
    z-index: 1;
}

#expEssentials:checked + label,
#expPro:checked + label {
    border-color: #3f7be8;
    background: #0a1020;
    box-shadow:
        0 0 0 1px rgba(63, 123, 232, 0.45),
        0 0 28px rgba(63, 123, 232, 0.22);
    transform: translateY(-1px);
}

.experience-card:hover {
    border-color: #2a3a5c;
}

.delivery-block {
    padding-top: 0.25rem;
}

.delivery-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 1.1rem;
    text-align: center;
}

.delivery-heading--follow {
    margin-top: 1.85rem;
}

.delivery-section-title {
    margin: 0;
    font-size: clamp(1.2rem, 3vw, 1.45rem);
    font-weight: 700;
    color: #f5f7ff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.delivery-heading-info {
    flex-shrink: 0;
    align-self: center;
}

.option-box {
    border: 1px solid #26314a;
    border-radius: 12px;
    background: #0f1524;
    padding: 10px 12px;
}

.option-box--delivery {
    padding: 8px 4px 8px 12px;
}

.option-box--delivery .delivery-check {
    padding: 10px 8px 10px 4px;
    margin-bottom: 0;
}

.option-box--delivery .delivery-check + .delivery-check {
    border-top: 1px solid #222c40;
    margin-top: 0;
}

.option-box--delivery .form-check-label {
    display: block;
    color: #eaf0ff;
    cursor: pointer;
}

.delivery-line {
    display: block;
    font-weight: 650;
    color: #f5f7ff;
    font-size: 0.95rem;
}

.delivery-sub {
    display: block;
    margin-top: 4px;
    font-size: 0.82rem;
    color: #8b96ae;
    font-weight: 500;
}

.option-box .form-check {
    padding-top: 6px;
    padding-bottom: 6px;
}

.option-box .form-check-label {
    color: #eaf0ff;
}

.option-box .text-muted {
    color: white !important;
    opacity: 1;
}

.option-box .form-check-input:checked ~ .form-check-label {
    color: #ffffff;
}

.option-box .form-check-input:checked ~ .form-check-label .delivery-line {
    color: #ffffff;
}

.timing-box {
    padding: 0;
    border: none;
    background: transparent;
}

.timing-box--cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.timing-item {
    display: grid;
    grid-template-columns: 22px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 14px 14px 14px 12px;
    margin: 0;
    border-radius: 12px;
    cursor: pointer;
    border: 1px solid #26314a;
    background: #0f1524;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.timing-item:hover {
    border-color: #34415f;
    background: #111a28;
}

.timing-item + .timing-item {
    margin-top: 0;
}

.timing-radio {
    margin: 0;
    align-self: start;
    margin-top: 2px;
}

.timing-left {
    line-height: 1.25;
    min-width: 0;
}

.timing-title {
    color: #f5f7ff;
    font-weight: 700;
    font-size: 0.98rem;
}

.timing-sub {
    color: #8b96ae;
    font-size: 0.82rem;
    margin-top: 4px;
}

.timing-right {
    color: #eaf0ff;
    font-weight: 650;
    font-size: 0.95rem;
    text-align: right;
    white-space: nowrap;
}

.timing-right--accent {
    color: #9dd49a;
    font-weight: 700;
}

.timing-item:has(.timing-radio:checked) {
    border-color: #3f7be8;
    background: rgba(63, 123, 232, 0.08);
    box-shadow:
        0 0 0 1px rgba(63, 123, 232, 0.35),
        0 8px 24px rgba(63, 123, 232, 0.12);
}

.investment-list .panel-item {
    font-size: 0.95rem;
}

.investment-divider {
    height: 6px;
    width: 100%;
    margin: 6px 0 14px;
    background: #ffffff;
    border-radius: 999px;
    opacity: 0.95;
}

/* Your Show Price column — presentation only; IDs & .feat-cost unchanged */
#calculator .panel--show-price {
    background: linear-gradient(180deg, #0a0e18 0%, #080b12 100%);
    border-color: #26314a;
    padding: 20px 18px 18px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

#calculator .panel--show-price .show-price-title {
    text-align: center;
    font-size: clamp(1.35rem, 3.2vw, 1.8rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #f5f7ff;
    margin-bottom: 1.15rem;
}

#calculator .panel--show-price .investment-list--show-price {
    border: 1px solid #27324b;
    border-radius: 14px;
    background: rgba(10, 14, 22, 0.92);
    padding: 10px;
    margin-bottom: 0;
}

#calculator .panel--show-price .investment-list--show-price .list-group-item.panel-item {
    border: 1px solid #2f3a52 !important;
    border-radius: 10px !important;
    margin-bottom: 8px;
    background: #111826 !important;
    padding: 12px 14px;
}

#calculator .panel--show-price .investment-list--show-price .list-group-item:last-child {
    margin-bottom: 0;
}

#calculator .panel--show-price .investment-list--show-price .list-group-item > span:first-child {
    font-weight: 650;
    color: #f5f7ff;
    letter-spacing: -0.01em;
    padding-right: 10px;
}

#calculator .panel--show-price .show-price-line-value {
    color: #d4e2ff;
    font-weight: 750;
    font-size: 0.95rem;
}

#calculator .panel--show-price .show-price-line-value--infinity {
    font-size: 1.2rem;
    font-weight: 800;
    color: #e8eeff;
}

#calculator .panel--show-price .investment-divider--show-price {
    height: 4px;
    margin: 18px 0;
    background: #ffffff;
    opacity: 0.95;
    border-radius: 999px;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.12);
}

#calculator .panel--show-price .investment-pill-row--show-price {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
}

#calculator .panel--show-price .investment-pill-row--final {
    justify-content: flex-end;
    padding-right: 2px;
}

#calculator .panel--show-price .investment-pill-row--final .investment-pill--block.investment-pill--normal,
#calculator .panel--show-price .investment-pill-row--final .investment-pill--block.investment-pill--final-total {
    width: auto;
    max-width: min(300px, 100%);
    flex: 0 1 auto;
    min-width: min(260px, 100%);
}

#calculator .panel--show-price .investment-pill--block {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    justify-content: space-between;
    padding: 12px 14px;
    border-radius: 12px;
    border-color: #2f3a52;
    background: #0f1524;
}

#calculator .panel--show-price .investment-pill--normal {
    background: #101620;
    border-color: #334056;
}

#calculator .panel--show-price .investment-pill--normal span {
    font-weight: 600;
    color: #c8d4e8;
    font-size: 0.95rem;
}

#calculator .panel--show-price .investment-pill--normal strong {
    font-weight: 750;
    color: #eaf0ff;
}

#calculator .panel--show-price .investment-pill--final-total {
    background: linear-gradient(180deg, #152448 0%, #101a2e 100%);
    border-color: rgba(63, 123, 232, 0.5);
    box-shadow:
        0 0 0 1px rgba(63, 123, 232, 0.2),
        0 6px 20px rgba(0, 0, 0, 0.35);
    padding: 12px 16px;
}

#calculator .panel--show-price .investment-pill--final-total span {
    font-weight: 650;
    font-size: 1rem;
    color: #eaf0ff;
}

#calculator .panel--show-price .investment-pill--final-total strong {
    font-size: 1.1rem;
    font-weight: 800;
    color: #f5f7ff;
}

#calculator .panel--show-price .big-metric--show-price {
    border: 1px solid #334b68;
    border-radius: 14px;
    background: linear-gradient(165deg, #0e1420 0%, #0a0e18 100%);
    padding: 22px 16px 20px;
    margin-bottom: 0;
    text-align: center;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 12px 32px rgba(0, 0, 0, 0.25);
}

#calculator .panel--show-price .big-metric--show-price .big-metric-value {
    font-size: clamp(1.95rem, 4.5vw, 2.65rem);
    line-height: 1.12;
    color: #ffffff;
    letter-spacing: -0.03em;
}

#calculator .panel--show-price .big-metric--show-price .big-metric-sub {
    font-size: clamp(1.05rem, 2.4vw, 1.3rem);
    font-weight: 650;
    color: #c8d4ec;
}

#calculator .panel--show-price .big-metric--show-price .big-metric-note {
    margin-top: 14px;
    font-size: 0.88rem;
    color: #dce0ec;
    line-height: 1.45;
    text-align: center;
}

#calculator .panel--show-price .show-price-cta {
    min-height: 54px;
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(63, 123, 232, 0.28);
}

#calculator .panel--show-price .contact-strip--show-price {
    border-color: #334056;
    background: #0a1018;
    padding: 16px 14px;
    border-radius: 12px;
}

#calculator .panel--show-price .contact-strip--show-price .contact-strip-title {
    text-align: center;
    font-weight: 600;
    color: #f0f4ff;
    margin-bottom: 12px;
    font-size: 0.92rem;
}

#calculator .panel--show-price .contact-strip--show-price .contact-chip {
    color: #eaf0ff;
    background: #0d1420;
    border-color: #2a3448;
}

#calculator .panel--show-price .contact-strip--show-price .contact-chip strong {
    color: #f5f7ff;
    font-weight: 700;
}

.investment-pill-row {
    display: flex;
    justify-content: flex-end;
}

.investment-pill {
    border: 1px solid #2a344b;
    border-radius: 12px;
    background: #0b101c;
    padding: 8px 12px;
    display: flex;
    gap: 8px;
    align-items: center;
    color: #eaf0ff;
    width: fit-content;
    min-width: 230px;
    max-width: 100%;
    justify-content: space-between;
}

.investment-pill-sub {
    background: #0f1524;
}

.investment-pill strong {
    font-weight: 800;
}

.investment-note {
    text-align: center;
    color: #a8b1c2;
    font-size: 0.9rem;
    line-height: 1.35;
}

.big-metric {
    border: 1px solid #2d364b;
    border-radius: 12px;
    background: #0f1524;
    padding: 16px 12px 14px;
    text-align: center;
}

.big-metric-value {
    font-size: 2.05rem;
    font-weight: 800;
}

.big-metric-sub {
    font-size: 1.2rem;
    font-weight: 650;
    color: #c8d0df;
}

.big-metric-note {
    margin-top: 8px;
    font-size: 0.78rem;
    color: #c8d0df;
    line-height: 1.3;
}

.refund-highlight {
    color: #46d37a;
    font-weight: 750;
}

.contact-strip {
    border: 1px solid #2d364b;
    border-radius: 12px;
    background: #0f1524;
    padding: 12px;
}

.contact-strip-title {
    color: #c8d0df;
    font-size: 0.9rem;
    margin-bottom: 10px;
    text-align: center;
}

.contact-strip-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.contact-chip {
    border: 1px solid #26314a;
    border-radius: 10px;
    background: #0b101c;
    color: #eaf0ff;
    font-size: 0.85rem;
    padding: 10px 8px;
    text-align: center;
}

.panel-item {
    background: transparent;
    border-color: #2d364b;
    color: #e2e8f7;
}

.summary-total {
    border: 1px solid #2d364b;
    border-radius: 10px;
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    background: #111826;
}

#calculator h2 {
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-bottom: 1.8rem !important;
}

#calculator .panel h4 {
    font-size: 2rem;
    margin-bottom: 1.1rem;
    font-weight: 650;
}

#calculator .feature-list {
    border: 1px solid #27324b;
    border-radius: 14px;
    background: #0f1524;
    padding: 14px;
}

#calculator .feature-box {
    background: #141a26;
    border: 1px solid #2d364b;
    border-radius: 12px;
    padding: 12px 12px;
    margin-bottom: 12px;
}

#calculator .feature-box:last-child {
    margin-bottom: 0;
}

#calculator .feature-box strong {
    font-size: 1.05rem;
    letter-spacing: 0.1px;
    color: #f5f7ff;
}

#calculator .feature-box p {
    font-size: 0.9rem;
    line-height: 1.4;
    margin-top: 6px;
}

#calculator .feature-box--highlight {
    background: #1a2f64;
    border-color: #2f5fdb;
}

#calculator .feature-box--highlight p {
    color: #eaf0ff;
}

#calculator .feature-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#calculator .panel--what-you-get .what-you-get-title {
    text-align: center;
    font-size: clamp(1.25rem, 2.8vw, 1.6rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 1.2rem;
    color: #f5f7ff;
}

#calculator .panel--what-you-get .feature-list {
    text-align: center;
}

#calculator .panel--what-you-get .feature-box {
    padding: 16px 14px;
}

#calculator .panel--what-you-get .feature-title {
    margin-bottom: 4px;
}

#calculator .panel--what-you-get .feature-title strong {
    font-weight: 800;
    font-size: 1.08rem;
    letter-spacing: -0.015em;
}

#calculator .panel--what-you-get .feature-lead {
    color: #b8c2d6;
    font-size: 0.92rem;
    font-weight: 400;
    margin-top: 8px;
}

#calculator .panel--what-you-get .feature-body-lg {
    color: #e4e9f4;
    font-size: 1.06rem;
    font-weight: 560;
    margin: 8px 0 0;
    line-height: 1.38;
}

#calculator .panel--what-you-get .feature-box--show-kit .feature-body-lg:first-of-type {
    margin-top: 12px;
}

#calculator .panel--what-you-get .feature-foot {
    margin: 14px 0 0;
    font-size: 0.78rem;
    font-style: italic;
    color: #8b96ae;
}

#calculator .panel--what-you-get .feature-highlight-num {
    color: #46d37a;
    font-weight: 800;
    font-style: normal;
}

#calculator .panel--what-you-get .feature-headline {
    display: block;
    font-size: 1.06rem;
    font-weight: 800;
    color: #f5f7ff;
    letter-spacing: 0.01em;
}

#calculator .panel--what-you-get .feature-subhead {
    margin: 10px 0 0;
    font-size: 0.95rem;
    font-weight: 560;
    color: #9eb0cc;
    line-height: 1.38;
}

#calculator .panel--what-you-get .feature-tagline {
    margin: 10px 0 0;
    font-size: 0.85rem;
    color: #8b96ae;
    line-height: 1.45;
}

#calculator .panel--what-you-get .feature-box--stacked .feature-tagline em {
    font-style: italic;
    color: #9aa6bf;
}

.feature-info {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: transparent;
    color: #ffffff;
    font-size: 0.75rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.9;
}

.feature-info:hover {
    opacity: 1;
}

.info-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid rgba(63, 123, 232, 0.9);
    background: #0f1524;
    color: #3f7be8;
    font-size: 0.75rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.95;
    padding: 0;
    font-weight: 800;
}

.info-icon:hover {
    opacity: 1;
}

.info-icon:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(63, 123, 232, 0.18);
}

/* Bootstrap tooltips — dark bubble, white text (site-wide) */
.tooltip {
    --bs-tooltip-bg: #0a0a0a;
    --bs-tooltip-color: #ffffff;
    --bs-tooltip-opacity: 1;
    --bs-tooltip-padding-x: 14px;
    --bs-tooltip-padding-y: 10px;
    --bs-tooltip-border-radius: 8px;
    --bs-tooltip-max-width: 280px;
}

.tooltip .tooltip-inner {
    text-align: center;
    line-height: 1.38;
    font-size: 0.875rem;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.55);
}

html {
    scroll-behavior: smooth;
}

#calculator .panel-item {
    background: #111826;
    border-radius: 8px !important;
    margin-bottom: 7px;
    font-size: 1.01rem;
}

#calculator .summary-total:first-of-type {
    border-color: #4568a8;
}

#calculator .summary-total span {
    font-weight: 600;
}

#calculator .btn.btn-primary.btn-lg {
    min-height: 50px;
    font-size: 1.06rem;
    font-weight: 600;
    border-radius: 10px;
}

.footer-section {
    background: #05070d;
    border-top: 2px solid #1f8fff;
}

.footer-section--brand {
    background: #000000;
    border-top: none;
}

.footer-brand-inner {
    max-width: 720px;
}

.footer-terms-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.footer-section--brand .footer-terms-wrap {
    margin-top: 0;
}

.footer-terms-link {
    font-size: 0.64rem;
    letter-spacing: 0.6px;
    color: #d6deef;
    text-decoration: none;
    background: #05070d;
    padding: 0 10px;
}

.footer-section--brand .footer-terms-link {
    font-size: 1rem;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 4px;
    background: transparent;
    padding: 0;
    font-weight: 500;
}

.footer-terms-link:hover {
    color: #ffffff;
}

.footer-section--brand .footer-terms-link:hover {
    color: #e8ecff;
}

.footer-business {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.footer-kv-grid {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: clamp(2rem, 8vw, 4.5rem);
    row-gap: 0.65rem;
    width: fit-content;
    margin: 0 auto;
    text-align: left;
}

.footer-kv-label {
    font-weight: 700;
    color: #ffffff;
    font-size: 0.95rem;
}

.footer-kv-value {
    font-weight: 700;
    color: #ffffff;
    font-size: 0.95rem;
}

.footer-title {
    font-size: 2.25rem;
    font-weight: 700;
}

.footer-input {
    max-width: 260px;
    color: #f5f7ff;
}

.footer-input::placeholder {
    color: #9aa6bf;
    opacity: 1;
}

.footer-logo {
    width: 170px;
    height: auto;
    display: block;
    border-radius: 4px;
}

.footer-muted {
    color: #a8b1c2;
    font-size: 0.95rem;
}

.footer-socials {
    display: flex;
    gap: 14px;
    align-items: center;
}

.footer-socials a {
    color: #f5f7ff;
    text-decoration: none;
    width: 22px;
    height: 22px;
    border: 1px solid #2f3a52;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

.footer-col-title {
    margin-bottom: 14px;
    font-weight: 600;
}

.footer-link {
    display: block;
    color: #c8d0df;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 0.92rem;
}

.footer-link:hover {
    color: #ffffff;
}

.footer-bottom {
    border-top: 1px solid #2b3347;
}

.footer-section--brand .footer-bottom {
    border-top: 1px solid #2a2a2a;
    padding-top: 1.25rem;
    margin-top: 0;
}

.footer-copyright {
    text-align: center;
    font-size: 0.82rem;
    color: #8b9199;
    letter-spacing: 0.02em;
}
