:root {
    --rjc-aqua: #1ad1d1;
    --rjc-navy: #003357;
    --rjc-teal: #13909e;
    --rjc-slate: #334155;
    --rjc-muted: #7f89a8;
    --rjc-border: #dfe4ee;
    --rjc-panel: #ffffff;
    --rjc-cream: #fffaf1;
    --rjc-soft: #f0f5fa;
    --rjc-danger: #f05252;
    --rjc-success: #bdf7b9;
    --rjc-shadow: 0 24px 80px rgba(0, 20, 38, 0.26);
}

.rjc-section,
.rjc-section *,
.rjc-embed,
.rjc-embed * {
    box-sizing: border-box;
}

.rjc-embed {
    width: min(660px, 100%);
    margin: 0 auto;
    color: #202431;
}

@media (min-width: 1025px) {
    .rjc-hero-host {
        position: relative;
    }

    .rjc-hero-host > .elementor-shape-bottom {
        left: 50% !important;
        width: 100vw !important;
        transform: translateX(-50%) rotate(180deg) !important;
    }

    .rjc-hero-host > .elementor-shape-bottom svg {
        left: 50% !important;
        width: 100vw !important;
        transform: translateX(-50%) !important;
    }

    .rjc-hero-host > .rjc-widget-host {
        position: absolute;
        top: clamp(190px, 12vw, 235px);
        right: clamp(0px, 1.6vw, 28px);
        z-index: 8;
        width: min(620px, 43vw);
        margin: 0;
    }

    .rjc-hero-host > .rjc-widget-host > .elementor-widget-container {
        width: 100%;
    }

    .rjc-hero-host > .rjc-widget-host .rjc-embed {
        width: 100%;
    }
}

.rjc-section {
    position: relative;
    isolation: isolate;
    padding: clamp(84px, 8vw, 132px) 20px clamp(76px, 8vw, 124px);
    background-image: var(--rjc-bg-image);
    background-position: center;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}

.rjc-section__overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 26, 48, 0.76), rgba(0, 37, 64, 0.68)), rgba(0, 0, 0, 0.28);
}

.rjc-section__inner {
    width: min(1200px, 100%);
    margin: 0 auto;
}

.rjc-section__intro {
    margin: 0 auto clamp(42px, 5vw, 70px);
    text-align: center;
}

.rjc-kicker {
    margin: 0 0 14px;
    color: var(--rjc-aqua);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.rjc-section h2 {
    margin: 0;
    color: #fff;
    font-family: Fraunces, serif;
    font-size: clamp(48px, 8vw, 104px);
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.rjc-section__subtitle,
.rjc-section__note,
.rjc-cancellation {
    margin: 18px 0 0;
    font-family: Inter, sans-serif;
    font-size: clamp(16px, 2vw, 21px);
    font-weight: 800;
    line-height: 1.4;
    color: #fff;
}

.rjc-section__subtitle::before {
    content: "✓";
    display: inline-grid;
    place-items: center;
    width: 23px;
    height: 23px;
    margin-right: 8px;
    border-radius: 5px;
    background: var(--rjc-aqua);
    color: var(--rjc-navy);
    font-size: 17px;
    line-height: 1;
}

.rjc-section__note {
    margin-top: 8px;
    font-size: clamp(15px, 1.8vw, 20px);
}

.rjc-cancellation {
    max-width: 900px;
    margin: 34px auto 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.rjc-checkout {
    min-height: 520px;
}

.rjc-embed .rjc-checkout {
    min-height: 0;
}

.rjc-shell {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr) 320px;
    width: min(1120px, 100%);
    min-height: 520px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 16px;
    background: var(--rjc-panel);
    box-shadow: var(--rjc-shadow);
    color: #202431;
}

.rjc-embed .rjc-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    height: clamp(500px, 61vh, 620px);
    min-height: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: clamp(22px, 2.3vw, 34px);
    background:
        radial-gradient(circle at 16% 0%, rgba(26, 209, 209, 0.22), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7fcff 100%);
    box-shadow: 0 34px 80px rgba(0, 25, 45, 0.28), 0 0 0 8px rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(18px);
}

.rjc-embed .rjc-shell::before {
    content: "";
    position: absolute;
    top: -54px;
    right: -42px;
    z-index: 1;
    width: 218px;
    height: 118px;
    border-radius: 0 0 0 96px;
    background:
        radial-gradient(circle at 24% 88%, rgba(255, 255, 255, 0.52) 0 12%, transparent 13%),
        linear-gradient(135deg, var(--rjc-aqua) 0%, var(--rjc-teal) 48%, var(--rjc-navy) 100%);
    opacity: 0.92;
    box-shadow: -24px 24px 48px rgba(19, 144, 158, 0.16);
    pointer-events: none;
}

.rjc-embed .rjc-side,
.rjc-embed .rjc-summary {
    display: none;
}

.rjc-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    padding: 54px 38px 34px;
    border-right: 1px solid var(--rjc-border);
    background: var(--rjc-cream);
    text-align: center;
}

.rjc-side__icon {
    width: 84px;
    height: 84px;
    margin: 0 auto 28px;
    object-fit: contain;
    filter: drop-shadow(0 12px 18px rgba(0, 51, 87, 0.14));
}

.rjc-side h3,
.rjc-main h3,
.rjc-summary h3 {
    margin: 0;
    color: #202431;
    font-family: Inter, sans-serif;
    font-size: 26px;
    font-weight: 850;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.rjc-side p,
.rjc-summary,
.rjc-main {
    font-family: Inter, sans-serif;
}

.rjc-embed .rjc-main {
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    min-height: 0;
    background: transparent;
}

.rjc-side__copy {
    margin: 14px 0 0;
    color: var(--rjc-muted);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;
}

.rjc-help strong {
    display: block;
    margin-bottom: 8px;
    color: #202431;
    font-size: 16px;
}

.rjc-help a,
.rjc-link-button {
    color: var(--rjc-navy);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.rjc-help span {
    display: block;
    color: var(--rjc-muted);
    font-size: 17px;
    font-weight: 700;
}

.rjc-main {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-width: 0;
    background: #fff;
}

.rjc-main__header,
.rjc-summary__header {
    display: flex;
    align-items: center;
    min-height: 74px;
    padding: 22px 32px;
    border-bottom: 1px solid var(--rjc-border);
}

.rjc-embed .rjc-main__header {
    display: block;
    min-height: 0;
    padding: 34px 34px 10px;
    border-bottom: 0;
}

.rjc-embed .rjc-main__header::before {
    content: "Roses Jetski";
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 16px;
    padding: 0 13px;
    border: 1px solid rgba(19, 144, 158, 0.18);
    border-radius: 999px;
    background: rgba(26, 209, 209, 0.11);
    color: var(--rjc-teal);
    font: 900 11px/1 Inter, sans-serif;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.rjc-embed .rjc-main h3 {
    max-width: 430px;
    color: var(--rjc-navy);
    font-family: Fraunces, serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.rjc-progress {
    display: none;
}

.rjc-embed .rjc-progress {
    display: grid;
    gap: 8px;
    padding: 0 34px 14px;
}

.rjc-embed .rjc-progress span {
    color: var(--rjc-muted);
    font: 850 12px/1 Inter, sans-serif;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.rjc-embed .rjc-progress i {
    display: block;
    height: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: #e9f1f5;
}

.rjc-embed .rjc-progress i::before {
    content: "";
    display: block;
    width: var(--rjc-progress);
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--rjc-aqua), var(--rjc-navy));
}

.rjc-main__body {
    padding: clamp(28px, 5vw, 52px) clamp(28px, 5vw, 48px);
}

.rjc-embed .rjc-main__body {
    min-height: 0;
    padding: 12px 34px 24px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(19, 144, 158, 0.38) transparent;
}

.rjc-main__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 74px;
    padding: 16px 28px;
    border-top: 1px solid var(--rjc-border);
}

.rjc-embed .rjc-main__footer {
    position: relative;
    bottom: auto;
    z-index: auto;
    min-height: 76px;
    padding: 16px 34px 26px;
    border-top: 0;
    background: linear-gradient(180deg, rgba(247, 252, 255, 0), #f7fcff 28%);
    backdrop-filter: none;
}

.rjc-summary {
    display: grid;
    grid-template-rows: auto 1fr auto;
    border-left: 1px solid var(--rjc-border);
    background: #fff;
}

.rjc-summary__header {
    justify-content: space-between;
}

.rjc-summary__body {
    padding: 28px 28px 10px;
}

.rjc-summary__footer {
    padding: 18px 28px 28px;
}

.rjc-pay-link {
    color: var(--rjc-teal);
    font-size: 14px;
    font-weight: 800;
    text-decoration: underline dotted;
    text-underline-offset: 4px;
}

.rjc-card-option,
.rjc-time-option,
.rjc-payment-option,
.rjc-review-card {
    width: 100%;
    border: 2px solid var(--rjc-border);
    border-radius: 12px;
    background: #fff;
    color: #202431;
    text-align: left;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.rjc-embed .rjc-card-option,
.rjc-embed .rjc-time-option,
.rjc-embed .rjc-payment-option,
.rjc-embed .rjc-review-card {
    border: 1px solid rgba(19, 144, 158, 0.18);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 14px 30px rgba(0, 51, 87, 0.07);
}

.rjc-card-option:hover,
.rjc-time-option:hover,
.rjc-payment-option:hover {
    border-color: rgba(26, 209, 209, 0.75);
    box-shadow: 0 16px 34px rgba(0, 51, 87, 0.08);
    transform: translateY(-1px);
}

.rjc-card-option.is-selected,
.rjc-time-option.is-selected,
.rjc-payment-option.is-selected {
    border-color: var(--rjc-teal);
    box-shadow: 0 0 0 4px rgba(26, 209, 209, 0.14);
}

.rjc-embed .rjc-card-option.is-selected,
.rjc-embed .rjc-time-option.is-selected,
.rjc-embed .rjc-payment-option.is-selected {
    border-color: rgba(26, 209, 209, 0.78);
    background: linear-gradient(135deg, rgba(26, 209, 209, 0.12), rgba(255, 255, 255, 0.94));
    box-shadow: 0 18px 34px rgba(0, 51, 87, 0.1), 0 0 0 4px rgba(26, 209, 209, 0.12);
}

.rjc-card-option {
    display: grid;
    grid-template-columns: 70px 1fr auto;
    align-items: center;
    gap: 18px;
    padding: 14px;
}

.rjc-embed .rjc-card-option {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 15px;
    padding: 15px;
}

.rjc-card-option img {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    object-fit: cover;
}

.rjc-embed .rjc-card-option img {
    width: 58px;
    height: 58px;
    border-radius: 18px;
}

.rjc-option-title {
    display: block;
    font-size: 21px;
    font-weight: 850;
    line-height: 1.2;
}

.rjc-embed .rjc-option-title {
    color: var(--rjc-navy);
    font-size: 20px;
    letter-spacing: -0.035em;
}

.rjc-option-subtitle,
.rjc-summary-muted,
.rjc-field label,
.rjc-field > span,
.rjc-breakdown-label {
    color: var(--rjc-muted);
    font-size: 14px;
    font-weight: 700;
}

.rjc-option-price {
    color: var(--rjc-teal);
    font-size: 20px;
    font-weight: 850;
}

.rjc-option-grid,
.rjc-payment-grid {
    display: grid;
    gap: 16px;
}

.rjc-embed .rjc-option-grid,
.rjc-embed .rjc-payment-grid {
    gap: 12px;
}

.rjc-time-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 66px;
    padding: 18px 24px;
    font-size: 23px;
    font-weight: 850;
}

.rjc-embed .rjc-time-option {
    min-height: 56px;
    padding: 14px 18px;
    color: var(--rjc-navy);
    font-size: 18px;
}

.rjc-counter-wrap {
    display: grid;
    place-items: center;
    min-height: 260px;
    text-align: center;
}

.rjc-embed .rjc-counter-wrap {
    min-height: 220px;
}

.rjc-counter-title {
    margin: 0 0 6px;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.rjc-embed .rjc-counter-title {
    color: var(--rjc-navy);
    font-family: Fraunces, serif;
    font-size: 40px;
}

.rjc-counter-subtitle {
    margin: 0 0 28px;
    color: var(--rjc-muted);
    font-size: 19px;
    font-weight: 700;
}

.rjc-counter {
    display: inline-grid;
    grid-template-columns: 54px 88px 54px;
    align-items: center;
    overflow: hidden;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
}

.rjc-counter button {
    width: 54px;
    height: 54px;
    border: 0;
    background: #f3f6fc;
    color: #202431;
    font-size: 28px;
    cursor: pointer;
}

.rjc-counter strong {
    font-size: 34px;
    font-weight: 900;
}

.rjc-capacity-note {
    margin: 26px 0 0;
    color: var(--rjc-muted);
    font-size: 17px;
    font-weight: 800;
}

.rjc-calendar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.rjc-embed .rjc-calendar-head {
    margin-bottom: 12px;
}

.rjc-calendar-head h4 {
    margin: 0;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.rjc-embed .rjc-calendar-head h4 {
    color: var(--rjc-navy);
    font-size: 28px;
}

.rjc-calendar-head span {
    color: #a3a8b8;
    font-size: 22px;
}

.rjc-calendar-nav {
    display: flex;
    gap: 12px;
}

.rjc-icon-button,
.rjc-remove-button {
    display: inline-grid;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: #f1f5f9;
    color: #202431;
    cursor: pointer;
}

.rjc-icon-button {
    width: 38px;
    height: 38px;
    font-size: 22px;
}

.rjc-icon-button[disabled] {
    opacity: 0.38;
    cursor: not-allowed;
}

.rjc-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-left: 1px solid #edf0f4;
}

.rjc-weekday,
.rjc-day {
    min-height: 48px;
    border-right: 1px solid #edf0f4;
    color: #a4a7ae;
    font-size: 22px;
    font-weight: 800;
    text-align: left;
}

.rjc-embed .rjc-weekday,
.rjc-embed .rjc-day {
    min-height: 39px;
    font-size: 17px;
}

.rjc-weekday {
    min-height: 30px;
    padding: 4px 8px;
    background: #f3f4f6;
}

.rjc-day {
    position: relative;
    padding: 10px 8px 16px;
    border-top: 0;
    background: transparent;
    cursor: pointer;
}

.rjc-day.is-empty {
    cursor: default;
}

.rjc-day.has-load::after {
    content: "";
    position: absolute;
    right: 8px;
    bottom: 7px;
    left: 8px;
    height: 7px;
    border-radius: 999px;
    background: var(--rjc-success);
    transform: scaleX(var(--rjc-day-load-scale, 0));
    transform-origin: left center;
}

.rjc-day.is-full,
.rjc-day.is-past {
    opacity: 0.58;
    cursor: not-allowed;
}

.rjc-day.is-past {
    color: rgba(0, 51, 87, 0.22);
    background: rgba(0, 51, 87, 0.025);
}

.rjc-day.is-selected {
    border-radius: 10px;
    background: var(--rjc-teal);
    color: #fff;
}

.rjc-calendar-legend {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin-top: 12px;
    color: var(--rjc-muted);
    font-size: 12px;
    font-weight: 750;
}

.rjc-calendar-legend strong {
    color: var(--rjc-navy);
    font-weight: 900;
}

.rjc-calendar-legend span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.rjc-calendar-legend i {
    width: 20px;
    height: 5px;
    border-radius: 999px;
    background: var(--rjc-success);
}

.rjc-calendar-legend i.is-mid {
    background: #7de8b5;
}

.rjc-calendar-legend i.is-high {
    background: #31c48d;
}

.rjc-slots-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 26px 0 18px;
    color: #202431;
    font-size: 20px;
    font-weight: 850;
    text-align: center;
}

.rjc-embed .rjc-slots-title {
    margin: 18px 0 12px;
    font-size: 15px;
}

.rjc-slots-title::before,
.rjc-slots-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e8ebf0;
}

.rjc-slots-title span {
    color: var(--rjc-teal);
    text-decoration: underline dotted;
    text-underline-offset: 4px;
}

.rjc-slots {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.rjc-slot {
    min-height: 44px;
    border: 0;
    border-radius: 10px;
    background: var(--rjc-success);
    color: #1f2937;
    font-size: 16px;
    font-weight: 850;
    cursor: pointer;
}

.rjc-embed .rjc-slot {
    min-height: 40px;
    border-radius: 14px;
    background: #dcfbf7;
    color: var(--rjc-navy);
}

.rjc-slot[disabled] {
    background: #eef0f5;
    color: #a9adb8;
    cursor: not-allowed;
}

.rjc-slot.is-selected {
    background: var(--rjc-teal);
    color: #fff;
}

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

.rjc-embed .rjc-form-grid {
    gap: 12px;
}

.rjc-field--wide {
    grid-column: 1 / -1;
}

.rjc-field label {
    display: block;
    margin-bottom: 7px;
}

.rjc-field input,
.rjc-field textarea {
    width: 100%;
    min-height: 54px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: rgba(26, 209, 209, 0.05);
    color: #202431;
    font: 700 16px/1.4 Inter, sans-serif;
    padding: 14px 15px;
}

.rjc-embed .rjc-field input,
.rjc-embed .rjc-field textarea {
    min-height: 50px;
    border-color: rgba(19, 144, 158, 0.22);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.rjc-field input[aria-invalid="true"],
.rjc-field textarea[aria-invalid="true"] {
    border-color: var(--rjc-danger);
    background: #fff7f7;
}

.rjc-field-error {
    display: block;
    margin-top: 6px;
    color: var(--rjc-danger);
    font-size: 13px;
    font-weight: 800;
}

.rjc-field textarea {
    min-height: 92px;
    resize: vertical;
}

.rjc-review-card {
    position: relative;
    padding: 20px;
    margin-bottom: 16px;
    box-shadow: 0 10px 26px rgba(0, 30, 60, 0.08);
}

.rjc-embed .rjc-review-card {
    margin-bottom: 12px;
    padding: 18px;
}

.rjc-remove-button {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    padding: 0;
    background: var(--rjc-danger);
    color: #fff;
    font-weight: 900;
    line-height: 1;
}

.rjc-review-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 22px 0;
}

.rjc-embed .rjc-review-grid {
    gap: 14px;
    margin: 16px 0;
}

.rjc-micro-title,
.rjc-summary-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--rjc-muted);
    font-size: 15px;
    font-weight: 850;
}

.rjc-micro-title::after,
.rjc-summary-section-title::after {
    content: "";
    flex: 1;
    height: 8px;
    border-radius: 999px;
    background: #f0f1f5;
}

.rjc-review-grid strong,
.rjc-summary strong {
    color: #202431;
}

.rjc-payment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
}

.rjc-payment-grid--single {
    grid-template-columns: minmax(240px, 420px);
    justify-content: center;
}

.rjc-payment-option {
    display: grid;
    place-items: center;
    min-height: 220px;
    padding: 22px;
    text-align: center;
}

.rjc-embed .rjc-payment-option {
    min-height: 156px;
    padding: 18px 14px;
}

.rjc-payment-option span:first-child {
    display: grid;
    place-items: center;
    width: 112px;
    height: 112px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: #f2fbfb;
    color: var(--rjc-navy);
    font-size: 28px;
    font-weight: 900;
}

.rjc-embed .rjc-payment-option span:first-child {
    width: 76px;
    height: 76px;
    margin-bottom: 12px;
    background: linear-gradient(135deg, rgba(26, 209, 209, 0.16), rgba(0, 51, 87, 0.06));
    font-size: 20px;
}

.rjc-payment-option strong {
    display: block;
    color: var(--rjc-teal);
    font-size: 23px;
    line-height: 1.2;
}

.rjc-embed .rjc-payment-option strong {
    color: var(--rjc-navy);
    font-size: 18px;
}

.rjc-payment-panel {
    max-width: 460px;
    margin: 0 auto;
    text-align: center;
}

.rjc-charge-banner {
    margin-bottom: 24px;
    padding: 16px 20px;
    border-radius: 10px;
    background: #fff8db;
    color: #705c24;
    font-size: 17px;
    font-weight: 700;
}

.rjc-stripe-placeholder {
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.rjc-stripe-form,
.rjc-stripe-config {
    display: grid;
    gap: 14px;
}

.rjc-stripe-element {
    padding: 16px;
    border: 1px solid rgba(0, 51, 87, 0.1);
    border-radius: 18px;
    background: #fff;
}

.rjc-stripe-status {
    display: grid;
    gap: 4px;
    padding: 14px 16px;
    border: 1px solid rgba(0, 51, 87, 0.08);
    border-radius: 14px;
    background: rgba(0, 51, 87, 0.04);
    color: rgba(0, 51, 87, 0.76);
    font-size: 14px;
    font-weight: 750;
    text-align: left;
}

.rjc-stripe-status strong {
    color: var(--rjc-navy);
    font-size: 16px;
    font-weight: 900;
}

.rjc-stripe-status.is-loading {
    border-color: rgba(19, 144, 158, 0.22);
    background: rgba(26, 209, 209, 0.08);
}

.rjc-stripe-status.is-success {
    border-color: rgba(49, 196, 141, 0.26);
    background: rgba(49, 196, 141, 0.1);
    color: #0f766e;
}

.rjc-stripe-status.is-warning {
    border-color: rgba(245, 158, 11, 0.24);
    background: rgba(255, 249, 222, 0.86);
    color: #705c24;
}

.rjc-stripe-status.is-error {
    border-color: rgba(240, 82, 82, 0.26);
    background: #fff7f7;
    color: #b42318;
}

.rjc-stripe-submit {
    width: 100%;
}

.rjc-stripe-note {
    margin: 0;
    color: var(--rjc-muted);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.rjc-legal-box {
    display: grid;
    gap: 8px;
    margin: 16px 0;
    padding: 14px;
    border: 1px solid rgba(19, 144, 158, 0.18);
    border-radius: 18px;
    background: rgba(26, 209, 209, 0.06);
    color: var(--rjc-slate);
}

.rjc-legal-box.has-error {
    border-color: rgba(240, 82, 82, 0.36);
    background: #fff7f7;
}

.rjc-legal-check {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 0;
    background: transparent;
    color: var(--rjc-navy);
    font: 850 14px/1.2 Inter, sans-serif;
    text-align: left;
    cursor: pointer;
}

.rjc-legal-check span {
    display: inline-grid;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    place-items: center;
    border: 2px solid rgba(19, 144, 158, 0.45);
    border-radius: 7px;
    background: #fff;
    color: var(--rjc-navy);
    font-size: 14px;
}

.rjc-legal-check.is-checked span {
    border-color: var(--rjc-aqua);
    background: var(--rjc-aqua);
}

.rjc-legal-box p,
.rjc-legal-box em {
    margin: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.35;
}

.rjc-legal-box em {
    color: var(--rjc-danger);
}

.rjc-success-card {
    display: grid;
    gap: 14px;
    padding: 20px;
    border: 1px solid rgba(49, 196, 141, 0.28);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(49, 196, 141, 0.11), rgba(255, 255, 255, 0.92));
    color: var(--rjc-navy);
    text-align: left;
}

.rjc-success-mark {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 999px;
    background: var(--rjc-aqua);
    color: var(--rjc-navy);
    font-size: 22px;
    font-weight: 950;
}

.rjc-success-card h4,
.rjc-success-card p {
    margin: 0;
}

.rjc-success-card h4 {
    color: var(--rjc-navy);
    font-family: "Frank Ruhl Libre", serif;
    font-size: 27px;
    line-height: 1.05;
}

.rjc-success-card p {
    color: var(--rjc-slate);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.rjc-success-card .rjc-success-note {
    padding: 12px 14px;
    border: 1px solid rgba(49, 196, 141, 0.28);
    border-radius: 14px;
    background: rgba(49, 196, 141, 0.1);
    color: #0f766e;
}

.rjc-success-card .rjc-success-note.is-warning {
    border-color: rgba(245, 158, 11, 0.24);
    background: rgba(255, 249, 222, 0.86);
    color: #705c24;
}

.rjc-success-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 8px 14px;
    padding: 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.76);
}

.rjc-success-grid span,
.rjc-success-items span {
    color: var(--rjc-muted);
    font-size: 12px;
    font-weight: 800;
}

.rjc-success-grid strong {
    color: var(--rjc-navy);
    font-size: 13px;
    line-height: 1.25;
}

.rjc-success-items {
    display: grid;
    gap: 8px;
}

.rjc-success-items div {
    display: grid;
    gap: 3px;
    padding: 11px 12px;
    border: 1px solid rgba(0, 51, 87, 0.08);
    border-radius: 14px;
    background: #fff;
}

.rjc-success-items strong {
    color: var(--rjc-navy);
    font-size: 13px;
}

.rjc-whatsapp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: #25d366;
    color: #053d22;
    font: 900 14px/1 Inter, sans-serif;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(37, 211, 102, 0.22);
}

.rjc-stripe-config {
    margin-top: 14px;
    text-align: left;
}

.rjc-stripe-config span {
    color: var(--rjc-muted);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.rjc-stripe-config code {
    display: block;
    padding: 11px 12px;
    border: 1px solid rgba(0, 51, 87, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--rjc-navy);
    font: 750 12px/1.45 Consolas, Monaco, monospace;
    white-space: normal;
}

.rjc-card-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 58px;
    padding: 13px 16px;
    border-radius: 14px;
    background: #f4f6f8;
    color: #202431;
    font-weight: 800;
}

.rjc-card-line + .rjc-card-line {
    margin-top: 12px;
}

.rjc-card-line.is-dark {
    justify-content: center;
    background: var(--rjc-navy);
    color: #fff;
}

.rjc-button,
.rjc-secondary-button,
.rjc-add-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    border-radius: 10px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 850;
    cursor: pointer;
}

.rjc-button {
    border: 1px solid var(--rjc-teal);
    background: var(--rjc-teal);
    color: #fff;
    padding: 0 24px;
}

.rjc-embed .rjc-button {
    min-width: 180px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--rjc-aqua) 0%, var(--rjc-teal) 48%, var(--rjc-navy) 100%);
    box-shadow: 0 16px 34px rgba(0, 51, 87, 0.22);
}

.rjc-button[disabled] {
    opacity: 0.45;
    cursor: not-allowed;
}

.rjc-secondary-button {
    border: 0;
    background: transparent;
    color: #202431;
    padding: 0;
}

.rjc-embed .rjc-secondary-button {
    color: var(--rjc-slate);
}

.rjc-secondary-button[disabled] {
    opacity: 0.45;
    cursor: not-allowed;
}

.rjc-add-button {
    width: 100%;
    border: 1px solid #202431;
    background: transparent;
    color: #202431;
}

.rjc-embed .rjc-add-button {
    border-color: rgba(19, 144, 158, 0.26);
    border-radius: 999px;
    color: var(--rjc-navy);
}

.rjc-summary-title {
    margin-bottom: 8px;
    color: #202431;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.2;
}

.rjc-summary-item {
    position: relative;
    padding: 20px 28px 20px 0;
}

.rjc-summary-item + .rjc-summary-item {
    border-top: 1px solid #eef1f5;
}

.rjc-summary-section-title {
    margin: 22px 0 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.rjc-summary-row,
.rjc-total-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
}

.rjc-summary-row {
    margin: 8px 0;
    font-size: 15px;
}

.rjc-total-row {
    border-top: 3px solid #202431;
    padding-top: 12px;
    color: #202431;
    font-size: 21px;
    font-weight: 900;
}

.rjc-summary-empty {
    color: var(--rjc-muted);
    font-weight: 700;
}

.rjc-link-button {
    border: 0;
    background: transparent;
    font: inherit;
    cursor: pointer;
}

@media (max-width: 1100px) {
    .rjc-shell {
        grid-template-columns: 270px minmax(0, 1fr);
    }

    .rjc-summary {
        grid-column: 1 / -1;
        border-left: 0;
        border-top: 1px solid var(--rjc-border);
    }
}

@media (max-width: 760px) {
    .rjc-section {
        padding: 72px 20px 72px;
    }

    .rjc-section__subtitle::before {
        display: none;
    }

    .rjc-shell {
        display: block;
        min-height: 0;
        border-radius: 14px;
    }

    .rjc-side {
        display: none;
    }

    .rjc-main__header,
    .rjc-summary__header {
        min-height: 66px;
        padding: 18px 20px;
    }

    .rjc-main h3,
    .rjc-summary h3 {
        font-size: 22px;
    }

    .rjc-main__body {
        padding: 26px 20px;
    }

    .rjc-main__footer {
        position: sticky;
        bottom: 0;
        z-index: 3;
        min-height: 68px;
        padding: 12px 16px;
        background: rgba(255, 255, 255, 0.94);
        backdrop-filter: blur(12px);
    }

    .rjc-summary {
        border-top: 1px solid var(--rjc-border);
    }

    .rjc-card-option {
        grid-template-columns: 58px 1fr;
    }

    .rjc-option-price {
        grid-column: 2;
    }

    .rjc-slots,
    .rjc-form-grid,
    .rjc-payment-grid,
    .rjc-review-grid {
        grid-template-columns: 1fr;
    }

    .rjc-calendar-head h4 {
        font-size: 30px;
    }

    .rjc-weekday,
    .rjc-day {
        font-size: 18px;
    }

    .rjc-payment-option {
        min-height: 170px;
    }

    .rjc-embed {
        width: min(420px, 100%);
    }

    .rjc-embed .rjc-shell {
        height: auto;
        min-height: 520px;
        border-radius: 24px;
    }

    .rjc-embed .rjc-main {
        min-height: 520px;
    }

    .rjc-embed .rjc-main__header {
        padding: 30px 22px 10px;
    }

    .rjc-embed .rjc-main h3 {
        font-size: 34px;
    }

    .rjc-embed .rjc-progress {
        padding: 0 22px 12px;
    }

    .rjc-embed .rjc-main__body {
        padding: 10px 22px 20px;
        overflow: visible;
    }

    .rjc-embed .rjc-main__footer {
        padding: 14px 22px 22px;
    }

    .rjc-embed .rjc-payment-grid,
    .rjc-embed .rjc-form-grid,
    .rjc-embed .rjc-review-grid {
        grid-template-columns: 1fr;
    }

    .rjc-embed .rjc-calendar-head h4 {
        font-size: 25px;
    }
}

/* Interaction/layout pass: content-driven height, smooth motion, refined calendar. */
.rjc-embed {
    --rjc-ease: cubic-bezier(0.2, 0.85, 0.2, 1);
    --rjc-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

.rjc-embed .rjc-shell {
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden;
    transition: box-shadow 420ms var(--rjc-ease), transform 420ms var(--rjc-ease);
}

.rjc-embed .rjc-main {
    grid-template-rows: auto auto auto auto auto !important;
    min-height: 0 !important;
}

.rjc-embed .rjc-main__header,
.rjc-embed .rjc-progress,
.rjc-embed .rjc-main__body,
.rjc-embed .rjc-embed-summary,
.rjc-embed .rjc-main__footer {
    animation: none;
}

.rjc-embed .rjc-main__body {
    overflow: visible !important;
}

@keyframes rjc-step-in {
    from {
        opacity: 0;
        transform: translate3d(0, 12px, 0);
        filter: blur(6px);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        filter: blur(0);
    }
}

.rjc-embed .rjc-progress i::before {
    transition: width 620ms var(--rjc-ease-out);
}

.rjc-embed .rjc-card-option,
.rjc-embed .rjc-time-option,
.rjc-embed .rjc-payment-option,
.rjc-embed .rjc-review-card,
.rjc-embed .rjc-slot,
.rjc-embed .rjc-day,
.rjc-embed .rjc-button,
.rjc-embed .rjc-secondary-button,
.rjc-embed .rjc-add-button,
.rjc-embed .rjc-counter button,
.rjc-embed .rjc-icon-button,
.rjc-embed .rjc-card-line {
    transition:
        transform 360ms var(--rjc-ease),
        border-color 360ms var(--rjc-ease),
        background-color 360ms var(--rjc-ease),
        background 360ms var(--rjc-ease),
        box-shadow 360ms var(--rjc-ease),
        color 240ms ease,
        opacity 240ms ease,
        filter 360ms var(--rjc-ease);
    will-change: transform;
}

.rjc-embed .rjc-card-option:hover,
.rjc-embed .rjc-time-option:hover,
.rjc-embed .rjc-payment-option:hover {
    border-color: rgba(26, 209, 209, 0.62);
    background: linear-gradient(180deg, rgba(247, 255, 254, 0.98), rgba(255, 255, 255, 0.9));
    box-shadow: 0 18px 36px rgba(0, 51, 87, 0.1), 0 0 0 1px rgba(26, 209, 209, 0.1);
    transform: translate3d(0, -3px, 0);
}

.rjc-embed .rjc-card-option:active,
.rjc-embed .rjc-time-option:active,
.rjc-embed .rjc-payment-option:active,
.rjc-embed .rjc-slot:active,
.rjc-embed .rjc-button:active,
.rjc-embed .rjc-secondary-button:active {
    transform: translate3d(0, 0, 0) scale(0.985);
}

.rjc-embed .rjc-button {
    background-size: 160% 100%;
    background-position: 0 50%;
}

.rjc-embed .rjc-button:not([disabled]):hover {
    background-position: 100% 50%;
    box-shadow: 0 18px 34px rgba(0, 51, 87, 0.24);
    transform: translate3d(0, -2px, 0);
}

.rjc-embed .rjc-button[disabled] {
    pointer-events: none;
}

.rjc-embed .rjc-secondary-button {
    min-width: 82px;
    padding: 0 12px;
    background: rgba(255, 255, 255, 0.62) !important;
    box-shadow: 0 6px 18px rgba(0, 51, 87, 0.06);
}

.rjc-embed .rjc-secondary-button:not([disabled]):hover {
    color: var(--rjc-ink) !important;
    background: rgba(26, 209, 209, 0.13) !important;
    box-shadow: 0 10px 24px rgba(0, 51, 87, 0.1);
    transform: translate3d(-2px, -1px, 0);
}

.rjc-embed .rjc-secondary-button[disabled] {
    pointer-events: none;
}

.rjc-embed .rjc-main__header {
    padding-bottom: 5px;
}

.rjc-embed .rjc-main__footer {
    min-height: 58px !important;
    padding-top: 10px !important;
    padding-bottom: 16px !important;
}

.rjc-embed .rjc-embed-summary {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

.rjc-embed .rjc-shell--quantity .rjc-counter-wrap {
    min-height: 0;
    padding: 18px 0 22px;
}

.rjc-embed .rjc-shell--quantity .rjc-capacity-note {
    margin-top: 16px;
}

.rjc-embed .rjc-calendar-head {
    align-items: center;
}

.rjc-embed .rjc-icon-button:hover {
    background: rgba(26, 209, 209, 0.18);
    color: var(--rjc-ink);
    transform: translate3d(0, -1px, 0);
}

.rjc-embed .rjc-calendar-grid {
    border-color: rgba(0, 51, 87, 0.09);
    box-shadow: 0 16px 34px rgba(0, 51, 87, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.rjc-embed .rjc-weekday,
.rjc-embed .rjc-day {
    display: grid;
    align-items: start;
    border-color: rgba(0, 51, 87, 0.055);
}

.rjc-embed .rjc-day:not(.is-empty):hover {
    background: rgba(26, 209, 209, 0.11);
    color: var(--rjc-ink);
    transform: translate3d(0, -1px, 0);
}

.rjc-embed .rjc-day.is-selected {
    box-shadow: inset 0 -8px 0 rgba(255, 255, 255, 0.18), 0 8px 18px rgba(19, 144, 158, 0.22);
}

.rjc-embed .rjc-day.has-load:hover::after,
.rjc-embed .rjc-day.is-selected::after {
    background: rgba(255, 255, 255, 0.42);
}

.rjc-embed .rjc-slot:hover:not([disabled]) {
    background: rgba(26, 209, 209, 0.28);
    box-shadow: 0 10px 20px rgba(0, 51, 87, 0.08);
    transform: translate3d(0, -2px, 0);
}

.rjc-embed .rjc-slot.is-selected {
    box-shadow: 0 12px 24px rgba(19, 144, 158, 0.22);
}

.rjc-embed .rjc-slot[disabled] {
    opacity: 0.48;
    filter: grayscale(0.18);
}

.rjc-embed .rjc-shell--date .rjc-main__body {
    grid-template-columns: minmax(0, 1fr) minmax(236px, 0.82fr);
    gap: 12px 18px;
}

.rjc-embed .rjc-shell--date .rjc-calendar-grid {
    align-self: start;
}

.rjc-embed .rjc-shell--date .rjc-slots-title {
    align-self: end;
    color: var(--rjc-ink);
    font-size: 15px;
}

.rjc-embed .rjc-shell--date .rjc-slots-title span {
    color: var(--rjc-teal);
    font-size: 18px;
}

.rjc-embed .rjc-shell--date .rjc-slots {
    align-self: start;
}

.rjc-embed .rjc-shell--date .rjc-slot {
    min-height: 36px;
    border: 1px solid rgba(19, 144, 158, 0.1);
    font-size: 13px;
}

.rjc-embed .rjc-shell--date .rjc-weekday,
.rjc-embed .rjc-shell--date .rjc-day {
    min-height: 35px;
}

.rjc-embed .rjc-shell--review .rjc-main__body,
.rjc-embed .rjc-shell--stripe .rjc-main__body {
    padding-bottom: 18px;
}

.rjc-embed .rjc-shell--review .rjc-main__header {
    padding-top: 28px;
}

.rjc-embed .rjc-shell--review .rjc-review-card {
    margin-bottom: 10px;
    padding: 14px 16px;
}

.rjc-embed .rjc-shell--review .rjc-summary-title {
    margin-bottom: 5px;
    font-size: 19px;
}

.rjc-embed .rjc-shell--review .rjc-review-grid {
    gap: 12px;
    margin: 12px 0;
}

.rjc-embed .rjc-shell--review .rjc-review-grid p {
    margin: 6px 0 0;
    color: rgba(0, 51, 87, 0.74);
    font-size: 14px;
    line-height: 1.32;
}

.rjc-embed .rjc-shell--review .rjc-summary-row {
    margin: 5px 0;
    font-size: 14px;
}

.rjc-embed .rjc-shell--review .rjc-total-row {
    margin-top: 8px;
    padding-top: 9px;
    font-size: 18px;
}

.rjc-embed .rjc-shell--review .rjc-add-button {
    min-height: 38px;
    margin-top: 8px;
}

.rjc-embed .rjc-shell--review p:has(.rjc-link-button) {
    display: none;
}

.rjc-embed :focus-visible {
    outline: 3px solid rgba(26, 209, 209, 0.38);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .rjc-embed *,
    .rjc-embed *::before,
    .rjc-embed *::after {
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media (max-width: 760px) {
    .rjc-embed .rjc-shell {
        overflow: hidden;
    }

    .rjc-embed .rjc-main__body {
        overflow: visible !important;
    }

    .rjc-embed .rjc-shell--date .rjc-main__body {
        display: block;
    }

    .rjc-embed .rjc-shell--date .rjc-calendar-head,
    .rjc-embed .rjc-shell--date .rjc-calendar-grid,
    .rjc-embed .rjc-shell--date .rjc-calendar-legend,
    .rjc-embed .rjc-shell--date .rjc-slots-title {
        margin-bottom: 12px;
    }

    .rjc-embed .rjc-shell--date .rjc-slots {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rjc-embed .rjc-main__footer {
        min-height: 56px !important;
    }
}

/* Hero embed redesign: scoped to the shortcode card inserted in the homepage hero. */
.rjc-embed {
    --rjc-heading-font: "Frank Ruhl Libre", serif;
    --rjc-ui-font: Inter, sans-serif;
    --rjc-ink: #003357;
    --rjc-accent: #1ad1d1;
    --rjc-line: rgba(0, 51, 87, 0.12);
    --rjc-paper: rgba(255, 253, 248, 0.98);
}

.rjc-embed button,
.rjc-embed input,
.rjc-embed textarea {
    appearance: none;
    font-family: var(--rjc-ui-font);
}

.rjc-embed .rjc-shell {
    height: clamp(510px, 62vh, 610px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 30px;
    background:
        linear-gradient(90deg, rgba(26, 209, 209, 0.07), transparent 34%),
        var(--rjc-paper);
    box-shadow: 0 28px 60px rgba(0, 28, 45, 0.22), 0 1px 0 rgba(255, 255, 255, 0.85) inset;
}

.rjc-embed .rjc-shell::before {
    top: -58px;
    right: -46px;
    width: 232px;
    height: 124px;
    border-radius: 0 0 0 104px;
    background:
        radial-gradient(circle at 25% 88%, rgba(255, 255, 255, 0.52) 0 12%, transparent 13%),
        linear-gradient(135deg, var(--rjc-accent) 0%, #13909e 48%, var(--rjc-ink) 100%);
    opacity: 0.92;
    box-shadow: -24px 24px 48px rgba(19, 144, 158, 0.16);
}

.rjc-embed .rjc-main {
    grid-template-rows: auto auto minmax(0, 1fr) auto auto;
}

.rjc-embed .rjc-main__header {
    padding: 31px 32px 8px;
}

.rjc-embed .rjc-main__header::before {
    min-height: 24px;
    margin-bottom: 14px;
    padding: 0 12px;
    border-color: rgba(19, 144, 158, 0.24);
    background: rgba(26, 209, 209, 0.1);
    color: var(--rjc-teal);
    font: 800 10px/1 var(--rjc-ui-font);
    letter-spacing: 0.22em;
}

.rjc-embed .rjc-main h3 {
    max-width: 520px;
    font-family: var(--rjc-heading-font);
    font-size: clamp(38px, 3.6vw, 48px);
    font-weight: 600;
    line-height: 0.94;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.rjc-embed .rjc-progress {
    gap: 7px;
    padding: 0 32px 17px;
}

.rjc-embed .rjc-progress span {
    color: rgba(0, 51, 87, 0.62);
    font: 800 11px/1 var(--rjc-ui-font);
    letter-spacing: 0.18em;
}

.rjc-embed .rjc-progress i {
    height: 5px;
    background: rgba(0, 51, 87, 0.08);
}

.rjc-embed .rjc-progress i::before {
    background: linear-gradient(90deg, var(--rjc-accent), var(--rjc-teal) 64%, var(--rjc-ink));
}

.rjc-embed .rjc-main__body {
    padding: 0 32px 14px;
    overflow: auto;
    scrollbar-width: none;
}

.rjc-embed .rjc-main__body::-webkit-scrollbar {
    display: none;
}

.rjc-embed .rjc-main__footer {
    min-height: 64px;
    padding: 10px 32px 24px;
    border-top: 1px solid rgba(0, 51, 87, 0.08);
    background: rgba(255, 253, 248, 0.88);
}

.rjc-embed .rjc-shell--activity .rjc-secondary-button {
    visibility: hidden;
}

.rjc-embed .rjc-card-option,
.rjc-embed .rjc-time-option,
.rjc-embed .rjc-payment-option,
.rjc-embed .rjc-review-card {
    border: 1px solid var(--rjc-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: none;
}

.rjc-embed .rjc-card-option:hover,
.rjc-embed .rjc-time-option:hover,
.rjc-embed .rjc-payment-option:hover {
    border-color: rgba(19, 144, 158, 0.42);
    box-shadow: 0 16px 34px rgba(0, 51, 87, 0.08);
    transform: translateY(-1px);
}

.rjc-embed .rjc-card-option.is-selected,
.rjc-embed .rjc-time-option.is-selected,
.rjc-embed .rjc-payment-option.is-selected {
    border-color: rgba(19, 144, 158, 0.7);
    background: linear-gradient(180deg, rgba(238, 255, 253, 0.94), rgba(255, 255, 255, 0.88));
    box-shadow: 0 0 0 1px rgba(26, 209, 209, 0.22), 0 18px 34px rgba(0, 51, 87, 0.08);
}

.rjc-embed .rjc-card-option {
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 15px;
    min-height: 112px;
    padding: 16px;
}

.rjc-embed .rjc-card-option img {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(0, 51, 87, 0.12);
}

.rjc-embed .rjc-option-title,
.rjc-embed .rjc-time-option,
.rjc-embed .rjc-payment-option strong,
.rjc-embed .rjc-summary-title {
    color: var(--rjc-ink);
    font-family: var(--rjc-ui-font);
    letter-spacing: -0.03em;
}

.rjc-embed .rjc-option-title {
    font-size: 20px;
    font-weight: 850;
}

.rjc-embed .rjc-option-subtitle {
    display: block;
    margin-top: 2px;
    color: rgba(0, 51, 87, 0.55);
    font-size: 13px;
}

.rjc-activity-copy {
    display: block;
    max-width: 340px;
    margin-top: 7px;
    color: rgba(0, 51, 87, 0.64);
    font: 650 13px/1.32 var(--rjc-ui-font);
}

.rjc-option-badge {
    align-self: center;
    padding: 8px 11px;
    border: 1px solid rgba(0, 51, 87, 0.1);
    border-radius: 999px;
    background: #fff;
    color: var(--rjc-teal);
    font: 850 12px/1 var(--rjc-ui-font);
    white-space: nowrap;
}

.rjc-embed .rjc-shell--duration .rjc-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rjc-embed .rjc-time-option {
    min-height: 54px;
    padding: 13px 16px;
    font-size: 17px;
    font-weight: 850;
}

.rjc-embed .rjc-time-option span:last-child {
    color: var(--rjc-teal);
    font-weight: 900;
}

.rjc-embed .rjc-counter-wrap {
    min-height: 190px;
}

.rjc-embed .rjc-counter-title {
    font-family: var(--rjc-heading-font);
    color: var(--rjc-ink);
    font-size: 38px;
    font-weight: 600;
    line-height: 0.96;
    letter-spacing: -0.015em;
    text-transform: uppercase;
}

.rjc-embed .rjc-counter-subtitle,
.rjc-embed .rjc-capacity-note {
    color: rgba(0, 51, 87, 0.58);
    font-size: 15px;
}

.rjc-embed .rjc-counter {
    border-color: var(--rjc-line);
    border-radius: 18px;
    background: #fff;
}

.rjc-embed .rjc-counter button {
    background: rgba(0, 51, 87, 0.05);
    color: var(--rjc-ink);
}

.rjc-embed .rjc-calendar-head h4 {
    color: var(--rjc-ink);
    font-family: var(--rjc-heading-font);
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.rjc-embed .rjc-icon-button {
    width: 34px;
    height: 34px;
    background: rgba(0, 51, 87, 0.06);
    color: var(--rjc-ink);
}

.rjc-embed .rjc-calendar-grid {
    overflow: hidden;
    border: 1px solid rgba(0, 51, 87, 0.07);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
}

.rjc-embed .rjc-weekday,
.rjc-embed .rjc-day {
    min-height: 36px;
    border-color: rgba(0, 51, 87, 0.06);
    color: rgba(0, 51, 87, 0.42);
    font-size: 15px;
}

.rjc-embed .rjc-weekday {
    background: rgba(0, 51, 87, 0.04);
}

.rjc-embed .rjc-day.has-load::after {
    height: 5px;
    background: rgba(26, 209, 209, 0.48);
}

.rjc-embed .rjc-day.is-mid-load::after {
    background: #7de8b5;
}

.rjc-embed .rjc-day.is-high-load::after,
.rjc-embed .rjc-day.is-full::after {
    background: #31c48d;
}

.rjc-embed .rjc-day.is-selected {
    background: var(--rjc-teal);
    color: #fff;
}

.rjc-embed .rjc-shell--date .rjc-main__body {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(188px, 0.84fr);
    gap: 10px 16px;
    align-content: start;
}

.rjc-embed .rjc-shell--date .rjc-calendar-head {
    grid-column: 1;
    margin: 0;
}

.rjc-embed .rjc-shell--date .rjc-calendar-grid {
    grid-column: 1;
    grid-row: 2 / span 2;
}

.rjc-embed .rjc-shell--date .rjc-calendar-legend {
    grid-column: 1;
    grid-row: 4;
    margin-top: 2px;
    padding: 9px 11px;
    border: 1px solid rgba(0, 51, 87, 0.07);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.58);
    color: rgba(0, 51, 87, 0.58);
    font: 750 11px/1.2 var(--rjc-ui-font);
}

.rjc-embed .rjc-shell--date .rjc-calendar-legend strong {
    color: var(--rjc-ink);
}

.rjc-embed .rjc-shell--date .rjc-slots-title {
    display: block;
    grid-column: 2;
    grid-row: 1;
    margin: 1px 0 0;
    text-align: left;
}

.rjc-embed .rjc-shell--date .rjc-slots-title::before,
.rjc-embed .rjc-shell--date .rjc-slots-title::after {
    display: none;
}

.rjc-embed .rjc-shell--date .rjc-slots-title span {
    display: block;
    margin-top: 5px;
    text-decoration: none;
}

.rjc-embed .rjc-shell--date .rjc-slots {
    grid-column: 2;
    grid-row: 2 / span 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.rjc-embed .rjc-shell--date .rjc-weekday,
.rjc-embed .rjc-shell--date .rjc-day {
    min-height: 31px;
    padding: 6px;
    font-size: 14px;
}

.rjc-embed .rjc-shell--date .rjc-day.has-load::after {
    right: 6px;
    bottom: 4px;
    left: 6px;
    height: 4px;
}

.rjc-embed .rjc-shell--date .rjc-slot {
    min-height: 31px;
    padding: 0 6px;
    font-size: 12px;
}

.rjc-embed .rjc-slots-title {
    margin: 14px 0 11px;
    color: var(--rjc-ink);
    font: 800 14px/1.2 var(--rjc-ui-font);
}

.rjc-embed .rjc-slots-title::before,
.rjc-embed .rjc-slots-title::after,
.rjc-embed .rjc-micro-title::after,
.rjc-embed .rjc-summary-section-title::after {
    height: 1px;
    background: rgba(0, 51, 87, 0.1);
}

.rjc-embed .rjc-slot {
    min-height: 38px;
    border-radius: 12px;
    background: rgba(26, 209, 209, 0.16);
    color: var(--rjc-ink);
    font-size: 14px;
}

.rjc-embed .rjc-slot.is-selected {
    background: var(--rjc-teal);
    color: #fff;
}

.rjc-embed .rjc-field > span {
    color: rgba(0, 51, 87, 0.58);
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.rjc-embed .rjc-field input,
.rjc-embed .rjc-field textarea {
    min-height: 48px;
    border-color: rgba(0, 51, 87, 0.13);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.76);
    color: var(--rjc-ink);
    font: 700 14px/1.35 var(--rjc-ui-font);
}

.rjc-embed .rjc-field textarea {
    min-height: 78px;
}

.rjc-embed .rjc-review-card {
    padding: 17px;
}

.rjc-embed .rjc-review-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.rjc-embed .rjc-micro-title,
.rjc-embed .rjc-summary-section-title {
    color: rgba(0, 51, 87, 0.55);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.rjc-embed .rjc-total-row {
    border-top-color: var(--rjc-ink);
    color: var(--rjc-ink);
    font-size: 19px;
}

.rjc-embed .rjc-payment-option {
    min-height: 132px;
    padding: 16px;
}

.rjc-embed .rjc-payment-option span:first-child {
    width: auto;
    height: auto;
    min-width: 72px;
    min-height: 34px;
    margin-bottom: 13px;
    padding: 0 13px;
    border: 1px solid rgba(0, 51, 87, 0.1);
    border-radius: 999px;
    background: #fff;
    color: var(--rjc-teal);
    font-size: 13px;
    letter-spacing: 0.04em;
}

.rjc-embed .rjc-payment-option strong {
    font-size: 18px;
}

.rjc-embed .rjc-payment-panel {
    max-width: 100%;
}

.rjc-embed .rjc-charge-banner {
    margin-bottom: 14px;
    border: 1px solid rgba(0, 51, 87, 0.08);
    border-radius: 14px;
    background: rgba(255, 249, 222, 0.86);
    color: rgba(0, 51, 87, 0.78);
    font-size: 14px;
}

.rjc-embed .rjc-stripe-placeholder {
    border-color: rgba(0, 51, 87, 0.1);
    border-radius: 18px;
    box-shadow: none;
}

.rjc-embed .rjc-card-line {
    min-height: 50px;
    border-radius: 13px;
    background: rgba(0, 51, 87, 0.04);
    color: var(--rjc-ink);
    font-size: 14px;
}

.rjc-embed .rjc-card-line.is-dark {
    background: var(--rjc-ink);
    color: #fff;
}

.rjc-embed-summary {
    display: none;
}

.rjc-embed .rjc-embed-summary {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 4px 14px;
    margin: 0 32px;
    padding: 13px 0 12px;
    border-top: 1px solid rgba(0, 51, 87, 0.08);
    color: rgba(0, 51, 87, 0.62);
    font-family: var(--rjc-ui-font);
}

.rjc-embed .rjc-embed-summary span {
    grid-row: span 2;
    align-self: center;
    color: var(--rjc-teal);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.rjc-embed .rjc-embed-summary strong {
    min-width: 0;
    color: var(--rjc-ink);
    font-size: 15px;
    font-weight: 850;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rjc-embed .rjc-embed-summary em {
    min-width: 0;
    font-size: 13px;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rjc-embed .rjc-button {
    min-width: 154px;
    min-height: 44px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--rjc-accent), var(--rjc-teal) 54%, var(--rjc-ink));
    box-shadow: 0 13px 24px rgba(0, 51, 87, 0.18);
    font-size: 14px;
}

.rjc-embed .rjc-secondary-button {
    min-height: 40px;
    border-radius: 999px;
    color: rgba(0, 51, 87, 0.72);
    font-size: 14px;
    font-weight: 800;
}

.rjc-embed .rjc-secondary-button[disabled] {
    opacity: 0;
}

.rjc-embed .rjc-add-button {
    min-height: 44px;
    border-color: rgba(0, 51, 87, 0.2);
    border-radius: 999px;
    background: rgba(26, 209, 209, 0.08);
    color: var(--rjc-ink);
    font-size: 14px;
}

.rjc-embed .rjc-add-button:hover {
    border-color: rgba(19, 144, 158, 0.52);
    background: linear-gradient(135deg, rgba(26, 209, 209, 0.16), rgba(255, 255, 255, 0.9));
    box-shadow: 0 12px 26px rgba(0, 51, 87, 0.1);
    transform: translate3d(0, -2px, 0);
}

.rjc-embed .rjc-link-button {
    color: var(--rjc-teal);
    font-size: 13px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
    .rjc-embed .rjc-main h3 {
        font-size: 40px;
    }

    .rjc-embed .rjc-card-option {
        min-height: 102px;
    }
}

@media (max-width: 760px) {
    .rjc-embed .rjc-shell {
        height: auto;
        min-height: 520px;
        border-radius: 24px;
    }

    .rjc-embed .rjc-main__header {
        padding: 28px 22px 8px;
    }

    .rjc-embed .rjc-main h3 {
        font-size: 34px;
    }

    .rjc-embed .rjc-progress,
    .rjc-embed .rjc-main__body,
    .rjc-embed .rjc-main__footer,
    .rjc-embed .rjc-embed-summary {
        margin-left: 0;
        margin-right: 0;
        padding-left: 22px;
        padding-right: 22px;
    }

    .rjc-embed .rjc-card-option {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .rjc-option-badge {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .rjc-embed .rjc-shell--duration .rjc-option-grid,
    .rjc-embed .rjc-payment-grid,
    .rjc-embed .rjc-form-grid,
    .rjc-embed .rjc-review-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    [data-rjc-root] .rjc-shell {
        transition-duration: 420ms !important;
    }

    [data-rjc-root] .rjc-progress i::before {
        transition-duration: 620ms !important;
    }

    [data-rjc-root] .rjc-card-option,
    [data-rjc-root] .rjc-time-option,
    [data-rjc-root] .rjc-payment-option,
    [data-rjc-root] .rjc-review-card,
    [data-rjc-root] .rjc-slot,
    [data-rjc-root] .rjc-day,
    [data-rjc-root] .rjc-button,
    [data-rjc-root] .rjc-secondary-button,
    [data-rjc-root] .rjc-add-button,
    [data-rjc-root] .rjc-counter button,
    [data-rjc-root] .rjc-icon-button,
    [data-rjc-root] .rjc-card-line {
        transition-duration: 360ms !important;
    }
}
