#welcome,
#showroom {
    font-family: "Poppins", sans-serif;
    color: #10132f;
}

#welcome .education-section-inner,
#showroom .education-section-inner {
    width: min(100%, 1536px);
    margin-inline: auto;
    padding-inline: clamp(24px, 4vw, 64px);
}

#welcome { background: #fff; }

#welcome .welcome-layout {
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    gap: 32px;
    min-height: 445px;
    padding-block: 42px 58px;
}

#welcome .welcome-content { display: flex; flex-direction: column; align-items: flex-start; }
#welcome .welcome-eyebrow { margin: 0 0 6px; font-size: 19px; color: #4d5260; }
#welcome h1 { margin: 0 0 16px; font-size: clamp(26px, 2.2vw, 34px); font-weight: 700; line-height: 1.3; letter-spacing: -.7px; }
#welcome .welcome-description { margin: 0 0 22px; font-size: 15px; line-height: 1.65; color: #4d5260; }

#welcome .education-button,
#showroom .education-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 46px;
    padding: 12px 25px;
    border: 0;
    border-radius: 28px;
    font: inherit;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}

#welcome .welcome-button { background: #ff8b08; }
#welcome .welcome-button:hover { background: #df7300; }
#welcome .welcome-button:focus-visible { outline: 3px solid #1260c6; outline-offset: 4px; }

#welcome .education-benefits,
#showroom .education-benefits {
    display: grid;
    padding: 0;
    list-style: none;
    gap: 16px;
}

#welcome .welcome-benefits { grid-template-columns: repeat(4, 1fr); width: 100%; margin: auto 0 8px; padding-top: 64px; }
#welcome .education-benefits li,
#showroom .education-benefits li { display: flex; align-items: center; gap: 12px; font-size: 12px; line-height: 1.5; color: #353d4e; }
#welcome .education-icon-space,
#showroom .education-icon-space { display: block; flex: 0 0 50px; width: 50px; height: 50px; border-radius: 50%; background: #e7f0ff; }
#welcome .welcome-image-space { min-width: 0; min-height: 320px; }
#welcome .welcome-image-space img { display: block; width: 100%; height: auto; }

#showroom { position: relative; overflow: hidden; background: #eef5ff; }
#showroom::before,
#showroom::after { content: ""; position: absolute; top: 60px; width: 180px; height: 300px; background: #e1edff; pointer-events: none; }
#showroom::before { left: 0; clip-path: polygon(0 0, 100% 50%, 0 100%); }
#showroom::after { right: 0; clip-path: polygon(100% 0, 0 50%, 100% 100%); }
#showroom .showroom-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.48fr) minmax(0, 1fr) minmax(190px, .46fr); gap: 36px; padding-block: 34px 26px; }
#showroom .showroom-image-space { width: 100%; aspect-ratio: 2.08; border-radius: 14px; background: #e0e8f2; }
#showroom .showroom-benefits { grid-template-columns: 1fr .92fr 1.2fr; margin: 20px 0 0; }
#showroom .showroom-eyebrow { margin: 0 0 14px; color: #1d5daf; font-size: 14px; font-weight: 600; letter-spacing: .8px; text-transform: uppercase; }
#showroom h2 { margin: 0 0 16px; font-size: clamp(25px, 2.2vw, 34px); font-weight: 700; line-height: 1.25; letter-spacing: -.6px; }
#showroom h2 span { color: #0862cf; }
#showroom .showroom-description { margin: 0 0 26px; font-size: 14px; line-height: 1.6; color: #4d5260; }
#showroom .showroom-details { display: grid; grid-template-columns: 1.35fr 1fr; gap: 16px; }
#showroom .showroom-detail { display: flex; align-items: flex-start; gap: 12px; }
#showroom .showroom-detail-icon { flex: 0 0 28px; height: 32px; }
#showroom .showroom-detail p,
#showroom .showroom-detail address { margin: 0; font-size: 12px; font-style: normal; line-height: 1.6; color: #4d5260; }
#showroom .showroom-detail .showroom-detail-label { margin-bottom: 4px; }
#showroom .showroom-detail .showroom-detail-heading { margin-bottom: 4px; font-weight: 600; color: #10132f; }
#showroom .showroom-hours { border-left: 1px solid #ccd9ed; padding-left: 16px; }
#showroom .showroom-reservation { align-self: center; padding: 20px 16px; border-radius: 12px; background: #e0fbed; }
#showroom .reservation-heading { display: flex; gap: 12px; align-items: center; }
#showroom .reservation-icon-space { flex: 0 0 42px; height: 42px; }
#showroom .reservation-heading h3 { margin: 0; font-size: 13px; font-weight: 600; line-height: 1.5; color: #111; }
#showroom .showroom-reservation > p { margin: 10px 0 16px 54px; font-size: 11px; line-height: 1.6; color: #415360; }
#showroom .reservation-qr-space { width: min(100%, 144px); aspect-ratio: 1; margin: 0 auto 12px; border-radius: 12px; background: #fff; }
#showroom .reservation-button { width: 100%; min-height: 40px; padding: 10px 8px; background: #00c56b; font-size: 11px; }
#showroom .reservation-button:disabled { cursor: not-allowed; }

@media (max-width: 1199px) {
    #welcome .welcome-layout { grid-template-columns: 1.2fr 1fr; }
    #welcome .welcome-benefits { grid-template-columns: repeat(2, 1fr); padding-top: 32px; }
    #showroom .showroom-layout { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 28px; }
    #showroom .showroom-reservation { grid-column: 2; width: 100%; max-width: 300px; }
    #showroom .showroom-benefits { grid-template-columns: 1fr; }
    #showroom .showroom-details { grid-template-columns: 1fr; }
    #showroom .showroom-hours { border-left: 0; padding-left: 0; }
}

@media (max-width: 767px) {
    #welcome .welcome-layout,
    #showroom .showroom-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; padding-block: 32px; }
    #welcome .welcome-image-space { min-height: 180px; }
    #welcome .welcome-benefits { gap: 20px 12px; }
    #showroom .showroom-content { grid-row: 1; }
    #showroom .showroom-details { grid-template-columns: 1.3fr 1fr; gap: 12px; }
    #showroom .showroom-detail { gap: 6px; }
    #showroom .showroom-detail-icon { flex-basis: 20px; }
    #showroom .showroom-reservation { grid-column: 1; justify-self: center; }
}

@media (max-width: 399px) {
    #showroom .showroom-details { grid-template-columns: 1fr; gap: 20px; }
    #welcome .education-icon-space { flex-basis: 38px; width: 38px; height: 38px; }
}

/* SVG icons shared by the welcome and showroom sections. */
#welcome .education-icon-space,
#showroom .education-icon-space { display: flex; align-items: center; justify-content: center; }
#welcome .education-icon,
#showroom .education-icon { display: block; width: 28px; height: 28px; }
#showroom .showroom-detail-icon { width: 28px; object-fit: contain; }
#showroom .reservation-icon-space { width: 42px; object-fit: contain; }
#welcome .education-button-icon,
#showroom .education-button-icon { width: 16px; height: 16px; flex-shrink: 0; margin-left: 8px; }
