/* RED SHINE CLEANING THEME */
.info-page {
    background: #fff7f5;
    color: #211314;
}

.info-container {
    width: min(100% - 32px, 1120px);
    margin: 0 auto;
}

.info-kicker {
    margin: 0 0 14px;
    color: #e1443f;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

/* HERO */
.info-hero {
    padding: clamp(72px, 9vw, 124px) 0 clamp(62px, 8vw, 104px);
    background:
        radial-gradient(circle at 82% 18%, rgba(215, 166, 41, 0.16) 0%, transparent 34%),
        radial-gradient(circle at 18% 82%, rgba(25, 74, 130, 0.28) 0%, transparent 36%),
        linear-gradient(145deg, #071426 0%, #020814 52%, #000000 100%);
    color: #ffffff;
}

.info-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: clamp(34px, 5vw, 58px);
    color: rgba(234, 247, 248, 0.62);
    font-size: 14px;
    line-height: 1.4;
}

.info-breadcrumbs a {
    color: rgba(234, 247, 248, 0.76);
    text-decoration: none;
    transition: color 0.2s ease;
}

.info-breadcrumbs a:hover {
    color: #e1443f;
}

.info-hero__content {
    max-width: 860px;
}

.info-hero h1 {
    margin: 0;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 7vw, 82px);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.info-hero p:not(.info-kicker) {
    max-width: 760px;
    margin: 28px 0 0;
    color: rgba(234, 247, 248, 0.78);
    font-size: clamp(17px, 1.7vw, 21px);
    line-height: 1.65;
}

/* SECTIONS */
.info-section {
    padding: clamp(70px, 9vw, 112px) 0;
    background: #fff7f5;
}

.info-section--light {
    background: #ffffff;
}

.info-section--dark {
    background: #2b0f12;
    color: #ffffff;
}

.info-section-head {
    max-width: 780px;
    margin-bottom: 42px;
}

.info-section-head h2,
.info-split__content h2,
.info-panel h2,
.info-cta h2 {
    margin: 0;
    color: #211314;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4.8vw, 58px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.info-section--dark h2,
.info-section--dark .info-kicker {
    color: #ffffff;
}

.info-section-head p,
.info-split__content p,
.info-panel p,
.info-cta p {
    margin: 20px 0 0;
    color: rgba(16, 32, 37, 0.74);
    font-size: 17px;
    line-height: 1.7;
}

.info-section--dark p {
    color: rgba(234, 247, 248, 0.76);
}

/* SPLIT */
.info-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
    gap: clamp(38px, 7vw, 86px);
    align-items: center;
}

.info-split__media {
    border-radius: 14px;
    overflow: hidden;
    background: #dfeeea;
    box-shadow: 0 24px 58px rgba(33, 19, 20, 0.14);
}

.info-split__media img {
    width: 100%;
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
}

.info-link {
    display: inline-flex;
    align-items: center;
    margin-top: 26px;
    color: #e1443f;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
}

.info-link::after {
    content: "→";
    margin-left: 8px;
    transition: transform 0.2s ease;
}

.info-link:hover::after {
    transform: translateX(4px);
}

/* CARDS */
.info-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.info-card {
    padding: 26px;
    border: 1px solid rgba(33, 19, 20, 0.08);
    border-radius: 18px;
    background: #fff7f5;
    box-shadow: 0 18px 44px rgba(33, 19, 20, 0.05);
}

.info-card__number {
    display: inline-flex;
    margin-bottom: 26px;
    color: #e1443f;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
}

.info-card h3 {
    margin: 0 0 12px;
    color: #211314;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.info-card p {
    margin: 0;
    color: rgba(16, 32, 37, 0.72);
    font-size: 14px;
    line-height: 1.65;
}

/* CONTENT GRID */
.info-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
    gap: clamp(30px, 5vw, 70px);
    align-items: start;
}

.info-panel {
    padding: clamp(30px, 5vw, 48px);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(33, 19, 20, 0.06);
}

.info-panel p:first-of-type {
    margin-top: 22px;
}

.info-facts {
    padding: 30px;
    border-radius: 22px;
    background: #2b0f12;
    color: #ffffff;
}

.info-facts h3 {
    margin: 0 0 20px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.12;
}

.info-facts ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.info-facts li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 14px;
    color: rgba(234, 247, 248, 0.78);
    font-size: 15px;
    line-height: 1.55;
}

.info-facts li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e1443f;
}

/* CTA */
.info-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: clamp(30px, 5vw, 54px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background:
        radial-gradient(circle at 88% 20%, rgba(225, 68, 63, 0.16) 0%, transparent 34%),
        #19090b;
}

.info-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    min-height: 54px;
    padding: 14px 26px;
    border-radius: 8px;
    background: #e1443f;
    color: #19090b;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.info-button:hover {
    background: #ff6b5f;
    transform: translateY(-2px);
}

/* TEXT PAGE / LEGAL PAGES */
.info-article {
    max-width: 860px;
    margin: 0 auto;
    padding: clamp(58px, 8vw, 96px) 0;
}

.info-article h2 {
    margin: 46px 0 16px;
    color: #211314;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.info-article h3 {
    margin: 34px 0 12px;
    color: #211314;
    font-size: 21px;
    line-height: 1.25;
}

.info-article p,
.info-article li {
    color: rgba(16, 32, 37, 0.76);
    font-size: 16px;
    line-height: 1.75;
}

.info-article a {
    color: #e1443f;
    font-weight: 800;
    text-decoration: none;
}

.info-article a:hover {
    text-decoration: underline;
}

.info-article ul,
.info-article ol {
    padding-left: 22px;
}

.info-article-block {
    margin: 28px 0;
    padding: 24px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(33, 19, 20, 0.05);
}

/* RESPONSIVE */
@media (max-width: 980px) {
    .info-split,
    .info-content-grid,
    .info-cta {
        grid-template-columns: 1fr;
    }

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

    .info-button {
        width: fit-content;
    }
}

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

    .info-hero {
        padding: 56px 0 62px;
    }

    .info-hero h1 {
        font-size: 42px;
    }

    .info-section {
        padding: 58px 0;
    }

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

    .info-panel,
    .info-facts,
    .info-cta {
        border-radius: 18px;
    }

    .info-button {
        width: 100%;
        min-width: 0;
    }
}
/*  */
/* FOUNDERS / TEAM */
.info-section--founders {
    background: #fff0ec;
}

.info-founder {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
    gap: clamp(38px, 7vw, 86px);
    align-items: center;
}

.info-founder__media {
    border-radius: 16px;
    overflow: hidden;
    background: #dfeeea;
    box-shadow: 0 24px 58px rgba(33, 19, 20, 0.14);
}

.info-founder__media img {
    width: 100%;
    aspect-ratio: 4 / 5;
    display: block;
    object-fit: cover;
}

.info-founder__content h2 {
    margin: 0;
    color: #211314;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4.8vw, 58px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.info-founder__content p {
    margin: 20px 0 0;
    color: rgba(16, 32, 37, 0.74);
    font-size: 17px;
    line-height: 1.7;
}

.info-founder__people {
    display: grid;
    gap: 12px;
    margin-top: 30px;
}

.info-founder__people article {
    padding: 18px 20px;
    border: 1px solid rgba(33, 19, 20, 0.08);
    border-radius: 14px;
    background: #ffffff;
}

.info-founder__people strong {
    display: block;
    margin-bottom: 6px;
    color: #211314;
    font-size: 16px;
    line-height: 1.2;
}

.info-founder__people span {
    display: block;
    color: rgba(16, 32, 37, 0.68);
    font-size: 14px;
    line-height: 1.55;
}

/* STANDARDS / QUALIFICATIONS */
.info-standards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.info-standard-card {
    padding: 26px;
    border: 1px solid rgba(33, 19, 20, 0.08);
    border-radius: 18px;
    background: #fff7f5;
    box-shadow: 0 18px 44px rgba(33, 19, 20, 0.05);
}

.info-standard-card span {
    display: inline-flex;
    margin-bottom: 24px;
    color: #e1443f;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
}

.info-standard-card h3 {
    margin: 0 0 12px;
    color: #211314;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.info-standard-card p {
    margin: 0;
    color: rgba(16, 32, 37, 0.72);
    font-size: 14px;
    line-height: 1.65;
}

.info-doc-note {
    margin-top: 28px;
    padding: clamp(24px, 4vw, 34px);
    border-radius: 20px;
    background:
        radial-gradient(circle at 90% 15%, rgba(225, 68, 63, 0.12) 0%, transparent 32%),
        #2b0f12;
    color: #ffffff;
}

.info-doc-note h3 {
    margin: 0 0 18px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.info-doc-note ul {
    margin: 0;
    padding: 0;
    list-style: none;
    columns: 2;
    column-gap: 34px;
}

.info-doc-note li {
    position: relative;
    break-inside: avoid;
    padding-left: 20px;
    margin-bottom: 12px;
    color: rgba(234, 247, 248, 0.78);
    font-size: 15px;
    line-height: 1.6;
}

.info-doc-note li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e1443f;
}

@media (max-width: 980px) {
    .info-founder {
        grid-template-columns: 1fr;
    }

    .info-founder__media img {
        aspect-ratio: 16 / 10;
    }

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

    .info-doc-note ul {
        columns: 1;
    }
}

@media (max-width: 640px) {
    .info-standards-grid {
        grid-template-columns: 1fr;
    }

    .info-founder__media,
    .info-standard-card,
    .info-doc-note {
        border-radius: 16px;
    }
}
/*  */
/* CONTACT PAGE */
.contact-main-section {
    background: #fff7f5;
}

.contact-page-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(30px, 5vw, 70px);
    align-items: start;
}

.contact-info-card,
.contact-form-card {
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(33, 19, 20, 0.06);
}

.contact-info-card {
    padding: clamp(26px, 4vw, 38px);
    position: sticky;
    top: calc(var(--header-height, 80px) + 24px);
}

.contact-info-card h2,
.contact-form-card h2 {
    margin: 0;
    color: #211314;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.contact-info-card p {
    margin: 18px 0 0;
    color: rgba(16, 32, 37, 0.74);
    font-size: 16px;
    line-height: 1.7;
}

.contact-info-list {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.contact-info-list li {
    padding: 18px 0;
    border-top: 1px solid rgba(33, 19, 20, 0.09);
    color: rgba(16, 32, 37, 0.76);
    font-size: 15px;
    line-height: 1.65;
}

.contact-info-list span {
    display: block;
    margin-bottom: 4px;
    color: #e1443f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-info-list a {
    color: #e1443f;
    font-weight: 800;
    text-decoration: none;
}

.contact-info-list a:hover {
    text-decoration: underline;
}

.contact-info-note {
    margin-top: 28px;
    padding: 18px;
    border-radius: 14px;
    background: #2b0f12;
    color: rgba(234, 247, 248, 0.78);
    font-size: 14px;
    line-height: 1.65;
}

.contact-info-note strong {
    color: #ffffff;
}

.contact-form-card {
    padding: clamp(26px, 4vw, 42px);
}

.contact-request-form {
    display: grid;
    gap: 16px;
    margin-top: 28px;
}

.contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.contact-request-form label {
    display: grid;
    gap: 8px;
    color: rgba(16, 32, 37, 0.82);
    font-size: 13px;
    font-weight: 800;
}

.contact-request-form input,
.contact-request-form select,
.contact-request-form textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(33, 19, 20, 0.14);
    border-radius: 10px;
    background: #fff8f6;
    color: #211314;
    font: inherit;
    font-size: 15px;
    padding: 12px 14px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-request-form textarea {
    min-height: 130px;
    resize: vertical;
}

.contact-request-form input:focus,
.contact-request-form select:focus,
.contact-request-form textarea:focus {
    border-color: #e1443f;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(225, 68, 63, 0.12);
}

.contact-form-consent {
    grid-template-columns: auto 1fr !important;
    align-items: start;
    gap: 10px !important;
    font-weight: 600 !important;
    line-height: 1.55;
}

.contact-form-consent input {
    width: 18px;
    min-height: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #e1443f;
}

.contact-form-consent a {
    color: #e1443f;
    font-weight: 900;
    text-decoration: none;
}

.contact-form-consent a:hover {
    text-decoration: underline;
}

.contact-request-form button[type="submit"] {
    min-height: 54px;
    border: 0;
    border-radius: 10px;
    background: #e1443f;
    color: #19090b;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.contact-request-form button[type="submit"]:hover {
    background: #ff6b5f;
    transform: translateY(-1px);
}

.contact-form-small {
    margin: 0;
    color: rgba(16, 32, 37, 0.58);
    font-size: 12px;
    line-height: 1.5;
}

/* CONTACT MODAL */
.contact-submit-modal {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(3, 20, 27, 0.78);
    backdrop-filter: blur(8px);
}

.contact-submit-modal.is-open {
    display: flex;
}

.contact-submit-modal__dialog {
    width: min(100%, 520px);
    padding: clamp(28px, 5vw, 44px);
    border-radius: 24px;
    background: #ffffff;
    color: #211314;
    text-align: center;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}

.contact-loader {
    width: 62px;
    height: 62px;
    margin: 0 auto 24px;
    border-radius: 50%;
    border: 5px solid rgba(225, 68, 63, 0.18);
    border-top-color: #e1443f;
    animation: contactSpin 0.8s linear infinite;
}

.contact-submit-modal h2 {
    margin: 0;
    color: #211314;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 4vw, 38px);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.contact-submit-modal p {
    margin: 16px 0 0;
    color: rgba(16, 32, 37, 0.72);
    font-size: 16px;
    line-height: 1.65;
}

.contact-progress {
    height: 8px;
    margin-top: 26px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(33, 19, 20, 0.08);
}

.contact-progress span {
    display: block;
    width: 45%;
    height: 100%;
    border-radius: inherit;
    background: #e1443f;
    animation: contactProgress 1.2s ease-in-out infinite;
}

.contact-success-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e1443f;
    color: #19090b;
    font-size: 34px;
    font-weight: 900;
}

.contact-submit-modal__success button {
    min-width: 180px;
    min-height: 48px;
    margin-top: 26px;
    border: 0;
    border-radius: 10px;
    background: #2b0f12;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.contact-submit-modal__success button:hover {
    background: #0a2a35;
    transform: translateY(-1px);
}

@keyframes contactSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes contactProgress {
    0% {
        transform: translateX(-110%);
    }

    100% {
        transform: translateX(260%);
    }
}

@media (max-width: 900px) {
    .contact-page-grid {
        grid-template-columns: 1fr;
    }

    .contact-info-card {
        position: static;
    }
}

@media (max-width: 640px) {
    .contact-form-row {
        grid-template-columns: 1fr;
    }

    .contact-info-card,
    .contact-form-card {
        border-radius: 18px;
    }

    .contact-submit-modal {
        padding: 16px;
    }

    .contact-submit-modal__dialog {
        border-radius: 18px;
    }
}
/*  */
/* TOURS PAGE */
.tours-section {
    background: #fff7f5;
}

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

.tour-page-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(33, 19, 20, 0.09);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(33, 19, 20, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.tour-page-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 64px rgba(33, 19, 20, 0.12);
}

.tour-page-card--featured {
    border-color: rgba(225, 68, 63, 0.42);
    box-shadow: 0 24px 68px rgba(225, 68, 63, 0.12);
}

.tour-page-card__image {
    overflow: hidden;
    background: #dfeeea;
}

.tour-page-card__image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.tour-page-card:hover .tour-page-card__image img {
    transform: scale(1.04);
}

.tour-page-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.tour-page-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.tour-page-card__top span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(225, 68, 63, 0.12);
    color: #e1443f;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tour-page-card__top strong {
    color: #211314;
    font-size: 16px;
    font-weight: 900;
    white-space: nowrap;
}

.tour-page-card h3 {
    margin: 0 0 14px;
    color: #211314;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.tour-page-card p {
    margin: 0 0 20px;
    color: rgba(16, 32, 37, 0.72);
    font-size: 15px;
    line-height: 1.65;
}

.tour-page-card__features {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.tour-page-card__features li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 9px;
    color: rgba(16, 32, 37, 0.76);
    font-size: 14px;
    line-height: 1.5;
}

.tour-page-card__features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e1443f;
}

.tour-page-card__conditions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: auto 0 22px;
}

.tour-page-card__conditions span {
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    border-radius: 999px;
    background: #fff7f5;
    color: rgba(16, 32, 37, 0.72);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
}

.tour-page-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 18px;
    border-radius: 10px;
    background: #e1443f;
    color: #19090b;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.tour-page-card__button:hover {
    background: #ff6b5f;
    transform: translateY(-1px);
}

@media (max-width: 1080px) {
    .tour-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .tour-page-grid {
        grid-template-columns: 1fr;
    }

    .tour-page-card {
        border-radius: 18px;
    }

    .tour-page-card__body {
        padding: 20px;
    }

    .tour-page-card h3 {
        font-size: 25px;
    }
}
/*  */
/* HISTORICAL DOSSIER CARDS */
.historical-dossier-list {
    display: grid;
    gap: 24px;
}

.historical-dossier {
    display: grid;
    grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(33, 19, 20, 0.1);
    box-shadow: 0 18px 44px rgba(33, 19, 20, 0.06);
}

.historical-dossier--accent {
    border-color: rgba(225, 68, 63, 0.42);
    box-shadow: 0 24px 68px rgba(225, 68, 63, 0.12);
}

.historical-dossier__aside {
    display: flex;
    flex-direction: column;
    padding: clamp(24px, 4vw, 36px);
    background:
        radial-gradient(circle at 20% 18%, rgba(225, 68, 63, 0.16) 0%, transparent 34%),
        linear-gradient(145deg, #2b0f12 0%, #19090b 100%);
    color: #ffffff;
}

.historical-dossier__number {
    display: inline-flex;
    margin-bottom: 34px;
    color: #e1443f;
    font-size: clamp(46px, 6vw, 78px);
    font-weight: 900;
    line-height: 0.85;
    letter-spacing: -0.08em;
}

.historical-dossier__route {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 18px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(225, 68, 63, 0.13);
    color: #e1443f;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.historical-dossier__aside h3 {
    margin: 0;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.historical-dossier__aside a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 44px;
    margin-top: auto;
    padding: 12px 18px;
    border-radius: 10px;
    background: #e1443f;
    color: #19090b;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.historical-dossier__aside a:hover {
    background: #ff6b5f;
    transform: translateY(-1px);
}

.historical-dossier__content {
    padding: clamp(26px, 4vw, 42px);
}

.historical-dossier__headline {
    margin: 0 0 20px;
    color: #211314;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 3.6vw, 48px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.historical-dossier__content > p:not(.historical-dossier__headline) {
    margin: 0 0 24px;
    color: rgba(16, 32, 37, 0.76);
    font-size: 17px;
    line-height: 1.75;
}

.historical-dossier__findings {
    padding: clamp(20px, 3vw, 28px);
    border-radius: 18px;
    background: #fff7f5;
    border: 1px solid rgba(33, 19, 20, 0.08);
}

.historical-dossier__findings h4 {
    margin: 0 0 18px;
    color: #211314;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
}

.historical-dossier__findings ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.historical-dossier__findings li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 16px;
    color: rgba(16, 32, 37, 0.76);
    font-size: 15px;
    line-height: 1.65;
}

.historical-dossier__findings li:last-child {
    margin-bottom: 0;
}

.historical-dossier__findings li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e1443f;
}

.historical-dossier__findings strong {
    color: #211314;
    font-weight: 900;
}

@media (max-width: 860px) {
    .historical-dossier {
        grid-template-columns: 1fr;
    }

    .historical-dossier__aside a {
        margin-top: 28px;
    }
}

@media (max-width: 560px) {
    .historical-dossier {
        border-radius: 18px;
    }

    .historical-dossier__aside,
    .historical-dossier__content {
        padding: 22px;
    }

    .historical-dossier__headline {
        font-size: 28px;
    }

    .historical-dossier__content > p:not(.historical-dossier__headline) {
        font-size: 16px;
    }

    .historical-dossier__findings {
        border-radius: 14px;
    }
}

/* FRESH CLEAN SERVICE OVERRIDES */
.info-page,
.info-section,
.contact-main-section,
.tours-section,
.facts-intro-section {
    background: #fff7f5;
    color: #211314;
}

.info-section--light {
    background: #ffffff;
}

.info-section--founders {
    background: #fff0ec;
}

.info-hero {
    background:
        radial-gradient(circle at 82% 18%, rgba(74, 168, 255, 0.22) 0%, transparent 34%),
        radial-gradient(circle at 20% 80%, rgba(225, 68, 63, 0.18) 0%, transparent 32%),
        linear-gradient(145deg, #2b0f12 0%, #43181d 100%);
}

.info-section--dark,
.info-facts,
.info-doc-note,
.contact-info-note,
.info-cta {
    background: #2b0f12;
    color: #fff8f6;
}

.info-kicker,
.info-breadcrumbs a:hover,
.info-link,
.info-article a,
.info-card__number,
.info-standard-card span,
.contact-info-list span,
.contact-info-list a,
.contact-form-consent a,
.tour-page-card__top span,
.historical-dossier__number,
.historical-dossier__route {
    color: #e1443f;
}

.info-panel,
.info-card,
.info-standard-card,
.info-founder__people article,
.info-article-block,
.contact-info-card,
.contact-form-card,
.tour-page-card,
.historical-dossier {
    background: #ffffff;
    border-color: rgba(33, 19, 20, 0.1);
    box-shadow: 0 18px 48px rgba(33, 19, 20, 0.07);
}

.info-split__media,
.info-founder__media,
.tour-page-card__image,
.historical-fact-card__media {
    background: #dfeeea;
}

.info-button,
.contact-request-form button[type="submit"],
.tour-page-card__button,
.historical-fact-card__link,
.historical-dossier__aside a,
.contact-success-icon {
    background: #e1443f;
    color: #ffffff;
}

.info-button:hover,
.contact-request-form button[type="submit"]:hover,
.tour-page-card__button:hover,
.historical-fact-card__link:hover,
.historical-dossier__aside a:hover {
    background: #ff6b5f;
    color: #ffffff;
}

.info-facts li::before,
.info-doc-note li::before,
.tour-page-card__features li::before,
.historical-dossier__findings li::before {
    background: #e1443f;
}

.contact-request-form input,
.contact-request-form select,
.contact-request-form textarea {
    background: #fff7f5;
    border-color: rgba(33, 19, 20, 0.12);
    color: #211314;
}

.contact-request-form input:focus,
.contact-request-form select:focus,
.contact-request-form textarea:focus {
    border-color: #e1443f;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(225, 68, 63, 0.13);
}

.contact-form-consent input {
    accent-color: #e1443f;
}

.contact-submit-modal {
    background: rgba(13, 43, 43, 0.72);
}

.contact-loader {
    border-color: rgba(225, 68, 63, 0.18);
    border-top-color: #e1443f;
}

.contact-progress span {
    background: #e1443f;
}

.contact-submit-modal__success button {
    background: #2b0f12;
}

.contact-submit-modal__success button:hover {
    background: #43181d;
}

.tour-page-card--featured,
.historical-dossier--accent {
    border-color: rgba(225, 68, 63, 0.34);
    box-shadow: 0 24px 68px rgba(225, 68, 63, 0.13);
}

.tour-page-card__top span,
.tour-page-card__conditions span,
.historical-dossier__findings {
    background: #fff7f5;
}

.historical-dossier__aside {
    background:
        radial-gradient(circle at 20% 18%, rgba(225, 68, 63, 0.18) 0%, transparent 34%),
        linear-gradient(145deg, #2b0f12 0%, #43181d 100%);
}
/*  */
/* FINAL HERO FIX */
.info-hero {
    background:
        radial-gradient(circle at 82% 18%, rgba(215, 166, 41, 0.14) 0%, transparent 34%),
        radial-gradient(circle at 18% 82%, rgba(25, 74, 130, 0.28) 0%, transparent 36%),
        linear-gradient(145deg, #071426 0%, #020814 52%, #000000 100%) !important;
}
/* SERVICES PAGE IMAGE BOOST */
.tour-page-grid--services {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.tour-page-grid--services .tour-page-card {
    border-radius: 24px;
    overflow: hidden;
}

.tour-page-grid--services .tour-page-card__image {
    background: #111111;
}

.tour-page-grid--services .tour-page-card__image img {
    aspect-ratio: 16 / 11;
    filter: saturate(1.12) contrast(1.04) brightness(1.03);
}

.tour-page-grid--services .tour-page-card:hover .tour-page-card__image img {
    transform: scale(1.06);
    filter: saturate(1.2) contrast(1.08) brightness(1.08);
}

.tour-page-grid--services .tour-page-card__top strong {
    color: #d7a629;
    font-size: 18px;
}

@media (max-width: 1080px) {
    .tour-page-grid--services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .tour-page-grid--services {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .tour-page-grid--services .tour-page-card__image img {
        aspect-ratio: 16 / 10;
    }
}
/*  */
/* HARD CLEANING CASES PAGE */
.info-page--hard-cases {
    background: #f7f4ef;
}

/* List */
.hard-case-list {
    display: grid;
    gap: clamp(34px, 5vw, 58px);
}

/* Main card */
.hard-case-card {
    display: grid;
    grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
    gap: 0;
    overflow: hidden;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(7, 20, 38, 0.08);
    box-shadow: 0 26px 70px rgba(7, 20, 38, 0.12);
}

.hard-case-card--reverse {
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
}

.hard-case-card--reverse .hard-case-card__media {
    order: 2;
}

.hard-case-card--reverse .hard-case-card__content {
    order: 1;
}

/* Image side */
.hard-case-card__media {
    position: relative;
    min-height: 100%;
    background: #071426;
    overflow: hidden;
}

.hard-case-card__media img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    display: block;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.16) contrast(1.04) brightness(1.04);
    transform: scale(1.01);
    transition:
        transform 0.5s ease,
        filter 0.5s ease;
}

.hard-case-card:hover .hard-case-card__media img {
    transform: scale(1.06);
    filter: saturate(1.24) contrast(1.08) brightness(1.08);
}

/* Content side */
.hard-case-card__content {
    padding: clamp(30px, 5vw, 56px);
    background:
        radial-gradient(circle at 94% 8%, rgba(215, 166, 41, 0.12) 0%, transparent 30%),
        #ffffff;
}

.hard-case-card__content .info-kicker {
    color: #d7a629;
}

.hard-case-card__content h2 {
    margin: 0;
    color: #071426;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: -0.045em;
}

.hard-case-card__content p {
    margin: 22px 0 0;
    color: rgba(7, 20, 38, 0.76);
    font-size: clamp(16px, 1.35vw, 18px);
    line-height: 1.75;
}

/* Points */
.hard-case-card__points {
    display: grid;
    gap: 12px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.hard-case-card__points li {
    position: relative;
    padding-left: 28px;
    color: rgba(7, 20, 38, 0.82);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
}

.hard-case-card__points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e1443f;
    box-shadow: 0 0 0 5px rgba(225, 68, 63, 0.12);
}

/* Result box */
.hard-case-card__result {
    margin-top: 30px;
    padding: clamp(20px, 3vw, 26px);
    border-left: 5px solid #d7a629;
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(7, 20, 38, 0.96) 0%, rgba(2, 8, 20, 0.98) 100%);
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.65;
    box-shadow: 0 18px 42px rgba(7, 20, 38, 0.18);
}

.hard-case-card__result strong {
    color: #d7a629;
    font-weight: 900;
}

/* Bottom panel correction */
.info-page--hard-cases .info-panel {
    border: 1px solid rgba(7, 20, 38, 0.08);
}

.info-page--hard-cases .info-facts {
    background:
        radial-gradient(circle at 88% 14%, rgba(215, 166, 41, 0.12) 0%, transparent 34%),
        linear-gradient(145deg, #071426 0%, #020814 55%, #000000 100%);
}

.info-page--hard-cases .info-facts li::before {
    background: #d7a629;
}

/* Tablet */
@media (max-width: 980px) {
    .hard-case-card,
    .hard-case-card--reverse {
        grid-template-columns: 1fr;
    }

    .hard-case-card--reverse .hard-case-card__media,
    .hard-case-card--reverse .hard-case-card__content {
        order: initial;
    }

    .hard-case-card__media img {
        min-height: auto;
        aspect-ratio: 16 / 9;
    }

    .hard-case-card__content {
        padding: clamp(28px, 5vw, 42px);
    }
}

/* Mobile */
@media (max-width: 640px) {
    .hard-case-list {
        gap: 30px;
    }

    .hard-case-card {
        border-radius: 22px;
    }

    .hard-case-card__media img {
        aspect-ratio: 4 / 3;
    }

    .hard-case-card__content {
        padding: 24px;
    }

    .hard-case-card__content h2 {
        font-size: clamp(28px, 9vw, 38px);
        line-height: 1.12;
    }

    .hard-case-card__content p {
        font-size: 15px;
        line-height: 1.68;
    }

    .hard-case-card__points li {
        font-size: 15px;
    }

    .hard-case-card__result {
        padding: 20px;
        border-radius: 16px;
        font-size: 15px;
    }
}
/*  */
/* CONTACT QUIZ PAGE */
.luno-quiz-section {
    background: #f7f4ef;
}

.luno-quiz-head {
    max-width: 780px;
    margin: 0 auto 38px;
    text-align: center;
}

.luno-quiz-head h2 {
    margin: 0;
    color: #071426;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 5vw, 62px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.luno-quiz-head p {
    max-width: 720px;
    margin: 18px auto 0;
    color: rgba(7, 20, 38, 0.72);
    font-size: 17px;
    line-height: 1.7;
}

.luno-quiz-card {
    position: relative;
    width: min(100%, 1080px);
    min-height: 430px;
    margin: 0 auto;
    padding: clamp(28px, 4vw, 42px);
    border-radius: 26px;
    background:
        radial-gradient(circle at 48% 0%, rgba(215, 166, 41, 0.18) 0%, transparent 34%),
        linear-gradient(135deg, #071426 0%, #020814 56%, #000000 100%);
    color: #ffffff;
    box-shadow: 0 28px 80px rgba(7, 20, 38, 0.26);
    overflow: hidden;
}

.luno-quiz-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 100%, rgba(225, 68, 63, 0.13) 0%, transparent 32%),
        radial-gradient(circle at 88% 18%, rgba(215, 166, 41, 0.12) 0%, transparent 28%);
    pointer-events: none;
}

.luno-quiz-progress {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto 1fr auto 1fr auto;
    align-items: center;
    gap: 16px;
    margin-bottom: clamp(42px, 6vw, 70px);
}

.luno-quiz-progress__item {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.42);
    color: #050505;
    font-size: 12px;
    font-weight: 900;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.luno-quiz-progress__item.is-active {
    background: #ffffff;
    color: #071426;
    transform: scale(1.08);
}

.luno-quiz-progress__item.is-complete {
    background: #d7a629;
    color: #050505;
}

.luno-quiz-progress__line {
    height: 1px;
    background: rgba(255, 255, 255, 0.72);
}

.luno-quiz-step {
    position: relative;
    z-index: 2;
    display: none;
}

.luno-quiz-step.is-active {
    display: block;
    animation: lunoQuizFade 0.24s ease both;
}

.luno-quiz-step h2 {
    max-width: 860px;
    margin: 0 0 26px;
    color: #ffffff;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.luno-quiz-options {
    display: grid;
    gap: 13px;
    max-width: 520px;
}

.luno-quiz-option {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
}

.luno-quiz-option input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #d7a629;
    cursor: pointer;
}

.luno-quiz-option span {
    transition: color 0.2s ease;
}

.luno-quiz-option:hover span {
    color: #d7a629;
}

.luno-quiz-field {
    display: grid;
    gap: 10px;
    max-width: 100%;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 900;
}

.luno-quiz-field input {
    width: 100%;
    min-height: 52px;
    border: 2px solid rgba(255, 255, 255, 0.86);
    border-radius: 12px;
    background: transparent;
    color: #ffffff;
    padding: 12px 16px;
    font: inherit;
    font-size: 17px;
    font-weight: 700;
    outline: none;
}

.luno-quiz-field input::placeholder {
    color: rgba(255, 255, 255, 0.58);
}

.luno-quiz-field input:focus {
    border-color: #d7a629;
    box-shadow: 0 0 0 4px rgba(215, 166, 41, 0.18);
}

.luno-quiz-error {
    display: none;
    margin: 18px 0 0;
    color: #ff8077;
    font-size: 14px;
    font-weight: 800;
}

.luno-quiz-step.has-error .luno-quiz-error {
    display: block;
}

.luno-quiz-actions {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: clamp(34px, 5vw, 54px);
}

.luno-quiz-actions--single {
    justify-content: center;
}

.luno-quiz-btn {
    min-width: 160px;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    padding: 14px 28px;
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease;
}

.luno-quiz-btn:hover {
    transform: translateY(-2px);
}

.luno-quiz-btn--primary {
    color: #050505;
    background: #d7a629;
    box-shadow: 0 16px 36px rgba(215, 166, 41, 0.24);
}

.luno-quiz-btn--primary:hover {
    background: #e1443f;
    color: #ffffff;
    box-shadow: 0 18px 42px rgba(225, 68, 63, 0.28);
}

.luno-quiz-btn--secondary {
    color: #071426;
    background: #ffffff;
}

.luno-quiz-btn--secondary:hover {
    color: #050505;
    background: #d7a629;
}

.luno-quiz-final-text {
    max-width: 720px;
    margin: -8px 0 26px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.65;
}

.luno-quiz-summary {
    margin-bottom: 28px;
    padding: 22px;
    border: 1px solid rgba(215, 166, 41, 0.26);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
}

.luno-quiz-summary h3 {
    margin: 0 0 16px;
    color: #d7a629;
    font-size: 18px;
    font-weight: 900;
}

.luno-quiz-summary ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.luno-quiz-summary li {
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.5;
}

.luno-quiz-summary span {
    display: block;
    color: rgba(255, 255, 255, 0.52);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.luno-quiz-summary strong {
    color: #ffffff;
    font-weight: 900;
}

.luno-quiz-contact-form {
    padding: clamp(22px, 4vw, 32px);
    border-radius: 20px;
    background: #ffffff;
    color: #071426;
}

.luno-quiz-form-actions {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
}

.luno-quiz-form-actions button[type="submit"] {
    flex: 1;
}

.luno-quiz-benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
    color: #071426;
    font-size: 16px;
    font-weight: 800;
}

/* Form colors inside quiz */
.luno-quiz-contact-form input,
.luno-quiz-contact-form select,
.luno-quiz-contact-form textarea {
    background: #f7f4ef;
    border-color: rgba(7, 20, 38, 0.16);
    color: #071426;
}

.luno-quiz-contact-form input:focus,
.luno-quiz-contact-form select:focus,
.luno-quiz-contact-form textarea:focus {
    border-color: #d7a629;
    box-shadow: 0 0 0 4px rgba(215, 166, 41, 0.16);
}

.luno-quiz-contact-form .contact-form-consent input {
    accent-color: #d7a629;
}

.luno-quiz-contact-form .contact-form-consent a {
    color: #e1443f;
}

.luno-quiz-contact-form button[type="submit"] {
    background: #e1443f;
    color: #ffffff;
    border-radius: 999px;
}

.luno-quiz-contact-form button[type="submit"]:hover {
    background: #ff5f56;
}

/* Modal recolor */
.contact-submit-modal {
    background: rgba(0, 0, 0, 0.78);
}

.contact-loader {
    border-color: rgba(215, 166, 41, 0.18);
    border-top-color: #d7a629;
}

.contact-progress span {
    background: #d7a629;
}

.contact-success-icon {
    background: #d7a629;
    color: #050505;
}

.contact-submit-modal__success button {
    background: #071426;
}

.contact-submit-modal__success button:hover {
    background: #e1443f;
}

@keyframes lunoQuizFade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 760px) {
    .luno-quiz-card {
        border-radius: 22px;
        padding: 24px;
    }

    .luno-quiz-progress {
        gap: 8px;
        margin-bottom: 38px;
    }

    .luno-quiz-progress__line {
        min-width: 20px;
    }

    .luno-quiz-step h2 {
        font-size: clamp(28px, 8vw, 38px);
    }

    .luno-quiz-actions,
    .luno-quiz-form-actions {
        flex-direction: column;
    }

    .luno-quiz-btn,
    .luno-quiz-form-actions button[type="submit"] {
        width: 100%;
    }

    .luno-quiz-summary ul {
        grid-template-columns: 1fr;
    }
}