.aoqb-landing {
    --aoqb-ivory: #fff7e8;
    --aoqb-cream: #fffdf8;
    --aoqb-maroon: #13284b;
    --aoqb-saffron: #f47b20;
    --aoqb-gold: #d8a842;
    --aoqb-charcoal: #162033;
    --aoqb-muted: #5f6675;
    --aoqb-line: #ead7a9;
    --aoqb-shadow: 0 18px 45px rgba(19, 40, 75, 0.12);
    background: var(--aoqb-cream);
    color: var(--aoqb-charcoal);
    font-family: Inter, Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.62;
    overflow: hidden;
}

.aoqb-landing *,
.aoqb-landing *::before,
.aoqb-landing *::after {
    box-sizing: border-box;
}

.aoqb-container {
    width: min(1120px, calc(100% - 36px));
    margin: 0 auto;
}

.aoqb-announcement {
    background: linear-gradient(90deg, #092238, #0b6b68, #092238);
    color: #fff7e8;
    padding: 10px 16px;
    font-size: 0.92rem;
    font-weight: 800;
    text-align: center;
}

.aoqb-hero {
    position: relative;
    padding: 64px 0 70px;
    background:
        linear-gradient(90deg, rgba(11, 107, 104, 0.055) 1px, transparent 1px),
        linear-gradient(0deg, rgba(19, 40, 75, 0.045) 1px, transparent 1px),
        radial-gradient(circle at 82% 18%, rgba(244, 123, 32, 0.18), transparent 28%),
        radial-gradient(circle at 4% 78%, rgba(11, 107, 104, 0.16), transparent 26%),
        linear-gradient(135deg, #fff7e8 0%, #fffdf8 44%, #e8f4ef 100%);
    background-size: 42px 42px, 42px 42px, auto, auto, auto;
}

.aoqb-hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(11, 107, 104, 0.35), transparent);
}

.aoqb-hero__grid,
.aoqb-split,
.aoqb-booking-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
    gap: 38px;
    align-items: center;
}

.aoqb-brand {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.aoqb-brand img {
    width: auto;
    max-width: 190px;
    max-height: 56px;
}

.aoqb-brand strong {
    color: var(--aoqb-maroon);
    font-size: 1.35rem;
    font-weight: 900;
}

.aoqb-badge,
.aoqb-note {
    display: inline-flex;
    border: 1px solid rgba(215, 173, 85, 0.65);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    color: var(--aoqb-maroon);
    padding: 8px 12px;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.aoqb-note {
    text-transform: none;
}

.aoqb-hero h1,
.aoqb-section h2,
.aoqb-final h2 {
    margin: 0;
    color: var(--aoqb-maroon);
    font-family: Poppins, "Baloo 2", Inter, sans-serif;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.08;
}

.aoqb-hero h1 {
    max-width: 760px;
    margin-top: 16px;
    font-size: clamp(2.45rem, 5vw, 4.75rem);
}

.aoqb-lede,
.aoqb-section p,
.aoqb-final p,
.aoqb-footer p {
    color: var(--aoqb-muted);
}

.aoqb-lede {
    max-width: 640px;
    margin: 20px 0 0;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.aoqb-price {
    margin: 22px 0 0;
    color: var(--aoqb-maroon);
    font-size: clamp(1.3rem, 2vw, 1.75rem);
    font-weight: 900;
}

.aoqb-price-card {
    display: inline-grid;
    grid-template-columns: auto auto;
    gap: 2px 16px;
    align-items: center;
    margin-top: 24px;
    border: 1px solid rgba(215, 173, 85, 0.72);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 244, 223, 0.96)),
        #fff8eb;
    box-shadow: 0 18px 44px rgba(77, 34, 19, 0.14);
    padding: 16px 18px;
}

.aoqb-price-card span,
.aoqb-price-card em {
    color: var(--aoqb-muted);
    font-style: normal;
    font-weight: 850;
}

.aoqb-price-card strong {
    grid-row: span 2;
    order: 2;
    color: var(--aoqb-maroon);
    font-family: Poppins, "Baloo 2", Inter, sans-serif;
    font-size: clamp(2.8rem, 5vw, 4.6rem);
    font-weight: 950;
    line-height: 0.95;
}

.aoqb-mini-list {
    display: grid;
    gap: 8px;
    max-width: 520px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.aoqb-mini-list li {
    position: relative;
    padding-left: 26px;
    color: var(--aoqb-charcoal);
    font-weight: 800;
}

.aoqb-mini-list li::before {
    content: "";
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--aoqb-gold);
    box-shadow: 0 0 0 4px rgba(215, 173, 85, 0.18);
}

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

.aoqb-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    padding: 14px 22px;
    color: #fff;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.aoqb-button:hover,
.aoqb-button:focus {
    color: #fff;
    transform: translateY(-2px);
}

.aoqb-button--primary {
    background: linear-gradient(135deg, #ff9b2f, #e65f16);
    box-shadow: 0 16px 34px rgba(224, 120, 32, 0.34);
}

.aoqb-button--secondary {
    background: linear-gradient(135deg, #13284b, #0b6b68);
    box-shadow: 0 14px 28px rgba(19, 40, 75, 0.2);
}

.aoqb-trust,
.aoqb-private {
    margin: 14px 0 0;
    font-size: 0.95rem;
}

.aoqb-hero__media img,
.aoqb-profile img {
    display: block;
    width: 100%;
    border: 8px solid #fffaf0;
    border-radius: 8px;
    box-shadow: var(--aoqb-shadow);
}

.aoqb-hero__media {
    position: relative;
}

.aoqb-hero__media::before {
    content: "";
    position: absolute;
    inset: 18px -18px -18px 18px;
    z-index: 0;
    border: 1px solid rgba(215, 173, 85, 0.7);
    border-radius: 8px;
}

.aoqb-hero__media img {
    position: relative;
    z-index: 1;
}

.aoqb-photo-placeholder {
    display: grid;
    min-height: 420px;
    place-items: center;
    border: 1px solid var(--aoqb-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--aoqb-shadow);
    padding: 28px;
    text-align: center;
}

.aoqb-photo-placeholder strong {
    display: block;
    color: var(--aoqb-maroon);
    font-size: 2rem;
}

.aoqb-photo-placeholder span {
    color: var(--aoqb-muted);
}

.aoqb-section {
    padding: 74px 0;
    background: var(--aoqb-cream);
}

.aoqb-section--soft {
    background: var(--aoqb-ivory);
}

.aoqb-section--maroon {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        radial-gradient(circle at 8% 12%, rgba(216, 168, 66, 0.22), transparent 24%),
        radial-gradient(circle at 86% 82%, rgba(244, 123, 32, 0.16), transparent 28%),
        linear-gradient(135deg, #092238, #0b4d59 52%, #13284b);
    background-size: 44px 44px, 44px 44px, auto, auto, auto;
}

.aoqb-section--maroon h2 {
    color: #fff8eb !important;
}

.aoqb-landing .aoqb-section--maroon .aoqb-card-grid > article {
    position: relative;
    min-height: 230px;
    border: 1px solid rgba(255, 223, 150, 0.58) !important;
    background:
        linear-gradient(145deg, rgba(255, 248, 235, 0.2), rgba(255, 248, 235, 0.08)),
        rgba(4, 25, 43, 0.7) !important;
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.26) !important;
    padding: 30px !important;
    overflow: hidden;
}

.aoqb-landing .aoqb-section--maroon .aoqb-card-grid > article::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, #ffdf96, #f47b20);
}

.aoqb-landing .aoqb-section--maroon .aoqb-card-grid > article strong {
    display: block;
    margin-bottom: 12px;
    color: #ffdf96 !important;
    font-size: 1.25rem;
    line-height: 1.25;
}

.aoqb-landing .aoqb-section--maroon .aoqb-card-grid > article p {
    color: #fff3d8 !important;
    font-size: 1.05rem;
    font-weight: 750;
    line-height: 1.55;
}

.aoqb-landing .aoqb-section--maroon .aoqb-section-cta p {
    color: #fff3d8 !important;
}

.aoqb-heading {
    max-width: 720px;
    margin-bottom: 28px;
}

.aoqb-section h2,
.aoqb-final h2 {
    font-size: clamp(1.8rem, 3vw, 3rem);
}

.aoqb-card-grid,
.aoqb-category-grid {
    display: grid;
    gap: 18px;
}

.aoqb-card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aoqb-card,
.aoqb-booking-card,
.aoqb-form,
.aoqb-faq details {
    border: 1px solid var(--aoqb-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--aoqb-shadow);
}

.aoqb-card,
.aoqb-booking-card,
.aoqb-form {
    padding: 24px;
}

.aoqb-card {
    background:
        linear-gradient(135deg, #ffffff, #fff7e8);
}

.aoqb-card span {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 8px;
    background: var(--aoqb-ivory);
    color: var(--aoqb-saffron);
    font-weight: 900;
}

.aoqb-card h2 {
    font-size: 1.2rem;
}

.aoqb-card p,
.aoqb-checklist li,
.aoqb-highlight-list span {
    color: var(--aoqb-charcoal);
    font-weight: 700;
}

.aoqb-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aoqb-category {
    position: relative;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: center;
    min-height: 82px;
    border: 1px solid var(--aoqb-line);
    border-radius: 8px;
    background: #fff;
    color: var(--aoqb-maroon);
    padding: 16px;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
    text-align: left;
    overflow: hidden;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.aoqb-category::after {
    content: "";
    position: absolute;
    right: -38px;
    bottom: -38px;
    width: 86px;
    height: 86px;
    border-radius: 999px;
    background: rgba(215, 173, 85, 0.16);
}

.aoqb-category strong {
    position: relative;
    z-index: 1;
    color: var(--aoqb-maroon);
    line-height: 1.25;
}

.aoqb-category span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff4df;
    color: var(--aoqb-saffron);
    font-size: 0.72rem;
    font-weight: 900;
}

.aoqb-category.is-selected,
.aoqb-category:hover,
.aoqb-category:focus {
    border-color: var(--aoqb-saffron);
    background: #fff4df;
    box-shadow: 0 16px 36px rgba(77, 34, 19, 0.12);
    transform: translateY(-2px);
}

.aoqb-checklist {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.aoqb-checklist li,
.aoqb-highlight-list span {
    border-left: 4px solid var(--aoqb-gold);
    background: #fff;
    padding: 13px 16px;
    box-shadow: 0 10px 24px rgba(77, 34, 19, 0.08);
}

.aoqb-highlight-list {
    display: grid;
    gap: 14px;
}

.aoqb-clarity {
    display: grid;
    gap: 16px;
}

.aoqb-clarity article {
    border: 1px solid var(--aoqb-line);
    border-radius: 8px;
    background: #fff;
    padding: 22px;
    box-shadow: var(--aoqb-shadow);
}

.aoqb-clarity strong {
    display: block;
    margin-bottom: 6px;
    color: var(--aoqb-maroon);
    font-size: 1.1rem;
}

.aoqb-section-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    text-align: center;
}

.aoqb-section-cta p {
    margin: 0;
    color: var(--aoqb-muted);
    font-size: 0.92rem;
    font-weight: 700;
}

.aoqb-section-cta--dark p {
    color: #f7e6c8;
}

.aoqb-booking-grid {
    align-items: start;
}

.aoqb-booking-card {
    position: sticky;
    top: 24px;
}

.aoqb-booking-card dl {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 10px 16px;
    margin: 22px 0;
}

.aoqb-booking-card dt {
    color: var(--aoqb-muted);
}

.aoqb-booking-card dd {
    margin: 0;
    color: var(--aoqb-charcoal);
    font-weight: 900;
}

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

.aoqb-form label {
    display: grid;
    gap: 7px;
    color: var(--aoqb-charcoal);
    font-weight: 800;
}

.aoqb-form input,
.aoqb-form select,
.aoqb-form textarea {
    width: 100%;
    border: 1px solid #d8c8aa;
    border-radius: 8px;
    background: #fffdf7;
    color: var(--aoqb-charcoal);
    padding: 12px 13px;
    font: inherit;
}

.aoqb-wide,
.aoqb-consent {
    margin-top: 16px;
}

.aoqb-question-count {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.aoqb-question-count label {
    border: 1px solid var(--aoqb-line);
    border-radius: 8px;
    background: #fff8eb;
    padding: 13px;
}

.aoqb-question-count input {
    width: auto;
}

.aoqb-second-question {
    margin-top: 6px;
}

.aoqb-form-note {
    border: 1px solid var(--aoqb-line);
    border-radius: 8px;
    background: #fff8eb;
    padding: 13px;
    font-weight: 800;
}

.aoqb-wide span {
    color: var(--aoqb-muted);
    font-size: 0.9rem;
    font-weight: 600;
}

.aoqb-consent {
    grid-template-columns: auto 1fr;
    align-items: start;
    font-weight: 700;
}

.aoqb-consent input {
    width: auto;
    margin-top: 4px;
}

.aoqb-form .aoqb-button {
    width: 100%;
    margin-top: 20px;
}

.aoqb-error {
    margin: 0 0 18px;
    border: 1px solid #bc3b45;
    border-radius: 8px;
    background: #fff0f1;
    color: #8b1f28;
    padding: 12px;
    font-weight: 800;
}

.aoqb-payment-section {
    background:
        linear-gradient(90deg, rgba(215, 173, 85, 0.08) 1px, transparent 1px),
        var(--aoqb-cream);
    background-size: 32px 32px;
}

.aoqb-offer-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.65fr);
    gap: 28px;
    align-items: center;
    border: 1px solid rgba(215, 173, 85, 0.55);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 253, 247, 0.98), rgba(255, 248, 235, 0.98)),
        #fff;
    box-shadow: 0 28px 70px rgba(77, 34, 19, 0.14);
    padding: clamp(24px, 4vw, 44px);
}

.aoqb-offer-card h2 {
    margin-top: 14px;
}

.aoqb-offer-panel {
    border-radius: 8px;
    background: linear-gradient(150deg, #092238, #0b6b68);
    color: #fff8eb;
    padding: 28px;
    box-shadow: 0 18px 44px rgba(111, 22, 37, 0.26);
}

.aoqb-offer-panel span {
    display: block;
    color: #ffdf96;
    font-weight: 900;
    text-transform: uppercase;
}

.aoqb-offer-panel strong {
    display: block;
    margin: 6px 0 12px;
    color: #fff8eb;
    font-size: clamp(3rem, 6vw, 5rem);
    line-height: 1;
}

.aoqb-offer-panel small {
    display: block;
    margin: -4px 0 14px;
    color: #ffdf96;
    font-weight: 900;
}

.aoqb-offer-panel del,
.aoqb-price-card del,
.aoqb-final-save del {
    color: #8b95a6;
    text-decoration-color: #e65f16;
    text-decoration-thickness: 2px;
}

.aoqb-offer-panel p {
    color: #fff3d8;
}

.aoqb-offer-panel ul {
    display: grid;
    gap: 8px;
    margin: 18px 0 22px;
    padding: 0;
    list-style: none;
}

.aoqb-offer-panel li {
    color: #fff8eb;
    font-weight: 800;
}

.aoqb-faq {
    display: grid;
    gap: 12px;
}

.aoqb-faq details {
    padding: 16px 18px;
}

.aoqb-faq summary {
    color: var(--aoqb-maroon);
    cursor: pointer;
    font-weight: 900;
}

.aoqb-final {
    padding: 78px 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        radial-gradient(circle at 18% 0%, rgba(216, 168, 66, 0.24), transparent 26%),
        linear-gradient(135deg, #092238, #0b6b68 58%, #13284b);
    background-size: 44px 44px, 44px 44px, auto, auto;
    text-align: center;
}

.aoqb-final-card {
    max-width: 820px;
    margin: 0 auto;
    border: 1px solid rgba(255, 223, 150, 0.6);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 248, 235, 0.13), rgba(255, 248, 235, 0.04)),
        rgba(4, 25, 43, 0.68);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
    padding: clamp(26px, 5vw, 54px);
}

.aoqb-final .aoqb-badge {
    background: rgba(255, 248, 235, 0.1);
    color: #ffdf96;
}

.aoqb-final h2 {
    color: #fff8eb;
}

.aoqb-final-card p {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
    color: #fff3d8;
    font-weight: 650;
}

.aoqb-final-card > strong {
    display: block;
    margin: 18px 0 22px;
    color: #ffdf96;
    font-family: Poppins, "Baloo 2", Inter, sans-serif;
    font-size: clamp(3.4rem, 7vw, 6.2rem);
    font-weight: 950;
    line-height: 0.95;
}

.aoqb-final-save {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    border: 1px solid rgba(255, 223, 150, 0.52);
    border-radius: 999px;
    background: rgba(255, 248, 235, 0.1);
    color: #ffdf96;
    padding: 8px 14px;
    font-weight: 900;
}

.aoqb-final-card .aoqb-note {
    margin-top: 16px;
    background: transparent;
    color: #fff3d8;
}

.aoqb-footer {
    padding: 38px 0 92px;
    background: var(--aoqb-charcoal);
    color: #fff8eb;
    text-align: center;
}

.aoqb-footer img {
    max-width: 170px;
    height: auto;
}

.aoqb-footer p {
    color: #e7d9c3;
}

.aoqb-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin: 18px 0;
}

.aoqb-footer a {
    color: #ffd88c;
}

.aoqb-mobile-sticky {
    display: none;
}

.aoqb-thank-you {
    min-height: 70vh;
    margin: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        radial-gradient(circle at 16% 8%, rgba(216, 168, 66, 0.24), transparent 28%),
        linear-gradient(135deg, #092238, #0b6b68 58%, #13284b);
    background-size: 44px 44px, 44px 44px, auto, auto;
    padding: clamp(42px, 8vw, 92px) 16px;
}

.aoqb-thank-you__shell {
    width: min(1120px, 100%);
    margin: 0 auto;
}

.aoqb-thank-you__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
    gap: 32px;
    align-items: center;
    border: 1px solid rgba(255, 223, 150, 0.62);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 248, 235, 0.14), rgba(255, 248, 235, 0.05)),
        rgba(4, 25, 43, 0.72);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
    padding: clamp(26px, 5vw, 54px);
}

.aoqb-thank-you__copy .aoqb-brand {
    margin-bottom: 18px;
}

.aoqb-thank-you__copy .aoqb-brand strong {
    color: #fff8eb;
}

.aoqb-thank-you .aoqb-badge {
    border-color: rgba(255, 255, 255, 0.24);
    background: linear-gradient(135deg, #19a15f, #067a48);
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(6, 122, 72, 0.34);
}

.aoqb-thank-you h2 {
    margin: 14px 0 16px;
    color: #fff8eb;
    font-family: Poppins, "Baloo 2", Inter, sans-serif;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 950;
    line-height: 1.08;
}

.aoqb-thank-you p {
    color: #fff3d8;
    font-size: 1.05rem;
    font-weight: 650;
}

.aoqb-thank-you__order,
.aoqb-thank-you__note {
    display: inline-flex;
    border: 1px solid rgba(255, 223, 150, 0.44);
    border-radius: 999px;
    background: rgba(255, 248, 235, 0.1);
    padding: 8px 14px;
}

.aoqb-thank-you__note {
    display: flex;
    width: fit-content;
    max-width: 100%;
    margin: 22px auto 0;
    color: #fff3d8;
    text-align: center;
}

.aoqb-thank-you__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: flex-start;
    margin: 26px 0 18px;
}

.aoqb-thank-you__media {
    position: relative;
}

.aoqb-thank-you__media img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    border: 8px solid rgba(255, 248, 235, 0.96);
    border-radius: 8px;
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.26);
    object-fit: cover;
    object-position: 50% 20%;
}

.aoqb-thank-you__price {
    position: absolute;
    right: 18px;
    bottom: 18px;
    min-width: 132px;
    border: 1px solid rgba(255, 223, 150, 0.85);
    border-radius: 8px;
    background: rgba(255, 248, 235, 0.96);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
    padding: 12px 14px;
    text-align: center;
}

.aoqb-thank-you__price span {
    display: block;
    color: var(--aoqb-muted);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.aoqb-thank-you__price strong {
    display: block;
    color: var(--aoqb-maroon);
    font-family: Poppins, "Baloo 2", Inter, sans-serif;
    font-size: 2.45rem;
    font-weight: 950;
    line-height: 1;
}

.aoqb-thank-you__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.aoqb-thank-you__steps article {
    border: 1px solid rgba(255, 223, 150, 0.5);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 248, 235, 0.16), rgba(255, 248, 235, 0.07)),
        rgba(4, 25, 43, 0.62);
    padding: 22px;
}

.aoqb-thank-you__steps span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    border-radius: 8px;
    background: #ffdf96;
    color: #092238;
    font-weight: 950;
}

.aoqb-thank-you__steps strong {
    display: block;
    color: #ffdf96;
    font-size: 1.08rem;
    line-height: 1.22;
}

.aoqb-thank-you__steps p {
    margin: 8px 0 0;
    font-size: 0.96rem;
    line-height: 1.5;
}

@media (max-width: 920px) {
    .aoqb-hero__grid,
    .aoqb-split,
    .aoqb-booking-grid,
    .aoqb-card-grid--three {
        grid-template-columns: 1fr;
    }

    .aoqb-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aoqb-offer-card {
        grid-template-columns: 1fr;
    }

    .aoqb-thank-you__hero,
    .aoqb-thank-you__steps {
        grid-template-columns: 1fr;
    }

    .aoqb-thank-you__actions {
        justify-content: center;
    }

    .aoqb-booking-card {
        position: static;
    }

    .aoqb-hero {
        padding-top: 46px;
    }

    .aoqb-hero__grid,
    .aoqb-split {
        gap: 28px;
    }

    .aoqb-hero__media {
        max-width: 520px;
        margin: 0 auto;
    }
}

@media (max-width: 640px) {
    .aoqb-container {
        width: min(100% - 24px, 1120px);
    }

    .aoqb-announcement {
        padding: 8px 12px;
        font-size: 0.84rem;
        line-height: 1.35;
    }

    .aoqb-hero {
        padding: 22px 0 38px;
    }

    .aoqb-hero__grid {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 112px;
        gap: 12px;
        align-items: start;
    }

    .aoqb-hero__copy {
        display: contents;
    }

    .aoqb-brand {
        grid-column: 1;
        grid-row: 1;
        min-height: 42px;
        margin-bottom: 0;
    }

    .aoqb-brand strong {
        font-size: 1.16rem;
    }

    .aoqb-brand img {
        max-width: 148px;
        max-height: 44px;
    }

    .aoqb-badge {
        grid-column: 1 / -1;
        grid-row: 2;
        width: fit-content;
        max-width: 100%;
        margin: 6px 0 0;
        padding: 7px 10px;
        font-size: 0.68rem;
        line-height: 1.25;
        white-space: normal;
    }

    .aoqb-hero__media {
        position: relative;
        grid-column: 2;
        grid-row: 1;
        width: 108px;
        margin: 0;
    }

    .aoqb-hero__media::before {
        display: none;
    }

    .aoqb-hero__media img {
        aspect-ratio: 1;
        border-width: 4px;
        object-fit: cover;
        object-position: 50% 18%;
        box-shadow: 0 12px 28px rgba(19, 40, 75, 0.18);
    }

    .aoqb-hero h1,
    .aoqb-lede,
    .aoqb-price-card,
    .aoqb-mini-list,
    .aoqb-actions,
    .aoqb-private {
        grid-column: 1 / -1;
    }

    .aoqb-hero h1 {
        margin-top: 8px;
        font-size: clamp(2rem, 13vw, 3.2rem);
        line-height: 1.02;
    }

    .aoqb-lede {
        margin-top: 14px;
        font-size: 1rem;
        line-height: 1.55;
    }

    .aoqb-photo-placeholder {
        min-height: 108px;
        padding: 10px;
    }

    .aoqb-photo-placeholder strong {
        font-size: 0.95rem;
    }

    .aoqb-photo-placeholder span {
        display: none;
    }

    .aoqb-section {
        padding: 44px 0;
    }

    .aoqb-section h2,
    .aoqb-final h2 {
        font-size: clamp(1.65rem, 9vw, 2.45rem);
        line-height: 1.08;
    }

    .aoqb-heading {
        margin-bottom: 20px;
    }

    .aoqb-heading p,
    .aoqb-section p,
    .aoqb-final p {
        font-size: 0.98rem;
        line-height: 1.58;
    }

    .aoqb-actions,
    .aoqb-button,
    .aoqb-category-grid,
    .aoqb-form-grid,
    .aoqb-question-count,
    .aoqb-booking-card dl {
        grid-template-columns: 1fr;
    }

    .aoqb-actions,
    .aoqb-button {
        width: 100%;
    }

    .aoqb-actions {
        gap: 10px;
        margin-top: 20px;
    }

    .aoqb-button {
        min-height: 52px;
        padding: 14px 16px;
        font-size: 0.96rem;
    }

    .aoqb-note {
        justify-content: center;
        width: 100%;
        border-radius: 8px;
        text-align: center;
    }

    .aoqb-price-card {
        width: 100%;
        grid-template-columns: 1fr auto;
        gap: 4px 12px;
        margin-top: 16px;
        padding: 14px;
    }

    .aoqb-price-card span,
    .aoqb-price-card em {
        font-size: 0.84rem;
        line-height: 1.25;
    }

    .aoqb-price-card strong {
        font-size: clamp(2.4rem, 16vw, 3.7rem);
    }

    .aoqb-mini-list {
        gap: 7px;
        margin-top: 14px;
    }

    .aoqb-mini-list li {
        padding-left: 23px;
        font-size: 0.95rem;
        line-height: 1.4;
    }

    .aoqb-card,
    .aoqb-booking-card,
    .aoqb-form,
    .aoqb-clarity article,
    .aoqb-faq details {
        padding: 18px;
    }

    .aoqb-card h2 {
        font-size: 1.12rem;
        line-height: 1.18;
    }

    .aoqb-card p {
        margin-bottom: 0;
    }

    .aoqb-category {
        min-height: 72px;
        padding: 13px;
    }

    .aoqb-checklist li,
    .aoqb-highlight-list span {
        padding: 12px 14px;
        font-size: 0.96rem;
        line-height: 1.45;
    }

    .aoqb-landing .aoqb-section--maroon .aoqb-card-grid > article {
        min-height: 0;
        padding: 22px !important;
    }

    .aoqb-landing .aoqb-section--maroon .aoqb-card-grid > article strong {
        font-size: 1.08rem;
    }

    .aoqb-landing .aoqb-section--maroon .aoqb-card-grid > article p {
        font-size: 0.96rem;
    }

    .aoqb-offer-panel {
        padding: 22px;
    }

    .aoqb-offer-card {
        gap: 20px;
        padding: 20px;
    }

    .aoqb-offer-panel strong {
        font-size: clamp(3rem, 18vw, 4.2rem);
    }

    .aoqb-final {
        padding: 48px 0;
    }

    .aoqb-final-card {
        padding: 24px 18px;
    }

    .aoqb-thank-you {
        min-height: 0;
        padding: 28px 12px 42px;
    }

    .aoqb-thank-you__hero {
        gap: 22px;
        padding: 22px 18px;
    }

    .aoqb-thank-you h2 {
        font-size: clamp(1.9rem, 11vw, 2.9rem);
    }

    .aoqb-thank-you p {
        font-size: 0.98rem;
        line-height: 1.55;
    }

    .aoqb-thank-you__media {
        max-width: 260px;
        margin: 0 auto;
    }

    .aoqb-thank-you__media img {
        border-width: 5px;
    }

    .aoqb-thank-you__price {
        right: 10px;
        bottom: 10px;
        min-width: 104px;
        padding: 10px;
    }

    .aoqb-thank-you__price strong {
        font-size: 2rem;
    }

    .aoqb-thank-you__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .aoqb-thank-you__steps {
        gap: 12px;
    }

    .aoqb-thank-you__steps article {
        padding: 18px;
    }

    .aoqb-thank-you__note {
        border-radius: 8px;
        line-height: 1.45;
    }

    .aoqb-final-save {
        flex-wrap: wrap;
        gap: 6px 10px;
        max-width: 100%;
        line-height: 1.25;
    }

    .aoqb-final-card > strong {
        font-size: clamp(3.2rem, 20vw, 5rem);
    }

    .aoqb-footer {
        padding-bottom: 104px;
    }

    .aoqb-mobile-sticky {
        position: fixed;
        right: 12px;
        bottom: max(12px, env(safe-area-inset-bottom));
        left: 12px;
        z-index: 50;
        display: none;
        min-height: 50px;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        border-radius: 8px;
        border: 1px solid rgba(216, 168, 66, 0.9);
        background: #fff7e8;
        color: var(--aoqb-maroon);
        font-weight: 900;
        text-decoration: none;
        box-shadow: 0 16px 34px rgba(36, 31, 31, 0.24);
        padding: 10px;
    }

    .aoqb-mobile-sticky.is-visible {
        display: flex;
    }

    .aoqb-mobile-sticky span {
        display: grid;
        font-size: 0.8rem;
        line-height: 1.15;
    }

    .aoqb-mobile-sticky strong {
        color: var(--aoqb-charcoal);
        font-size: 1.05rem;
    }

    .aoqb-mobile-sticky a {
        display: inline-flex;
        min-height: 42px;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background: var(--aoqb-saffron);
        color: #fff;
        padding: 0 18px;
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap;
    }
}

@media (max-width: 390px) {
    .aoqb-hero__grid {
        grid-template-columns: 1fr 92px;
    }

    .aoqb-hero__media {
        width: 92px;
    }

    .aoqb-badge {
        font-size: 0.63rem;
    }

    .aoqb-price-card {
        grid-template-columns: 1fr;
    }

    .aoqb-price-card strong {
        order: 0;
    }

    .aoqb-mobile-sticky {
        right: 8px;
        left: 8px;
        gap: 8px;
    }

    .aoqb-mobile-sticky a {
        padding: 0 14px;
    }
}
