body {
    margin: 0;
    padding: 48px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background: #eef3ff;
    color: #333;
}

.home-page {
    min-width: 1064px;
}

.home-header {
    margin: 0 0 36px 0;
}

.home-header h1,
.home-header h2 {
    text-align: left;
}

.home-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.home-row {
    display: grid;
    gap: 24px;
}

.home-top-row {
    grid-template-columns: 520px 520px;
    height: 347px;
}

.home-bottom-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-rectangle {
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(96, 119, 160, 0.24);
    padding: 28px;
    overflow: auto;
}

.home-footnote-panel {
    display: flex;
    flex-direction: column;
}

.home-footnotes {
    margin-top: auto;
    padding-top: 24px;
    font-size: 13px;
    line-height: 1.45;
    color: #5f6675;
}

.home-footnotes p {
    margin: 8px 0 0 0;
}

.home-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
    margin-top: 36px;
    padding: 28px;
    border: 1px solid rgba(96, 119, 160, 0.24);
    font-size: 15px;
}

.home-footer-links {
    display: flex;
    gap: 28px;
}

.home-footer-company {
    margin: 0;
}

.home-footer a {
    color: #425b8f;
    text-decoration: none;
}

.home-footer a:hover {
    text-decoration: underline;
}

.home-video-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7c879b;
    background: rgba(255, 255, 255, 0.32);
    border: 2px dashed rgba(96, 119, 160, 0.4);
}

.home-video-placeholder p {
    margin: 0;
}

.download-buttons {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 28px;
}

.download-button {
    border: 1px solid rgba(55, 83, 130, 0.28);
    border-radius: 999px;
    background: #ffffff;
    color: #263a61;
    padding: 14px 22px;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(54, 78, 124, 0.12);
}

.download-button:hover {
    background: #f7faff;
}

/* Full-page centering */
.page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/* Card layout */
.card {
    background: white;
    padding: 60px 70px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    max-width: 520px;
}

/* Construction icon */
.construction-icon {
    font-size: 70px;
    margin-bottom: 10px;
}

/* Main headline */
h1 {
    font-size: 42px;
    margin: 10px 0 10px 0;
}

/* Subheadline */
h2 {
    font-weight: 400;
    color: #666;
    margin: 0 0 30px 0;
}

/* Construction message */
.construction {
    font-size: 18px;
    color: #999;
}

.box {
    max-width: 550px;
}

.smallGrayIndented {
    font-size: 10pt;
    color: gray;
    margin-left: 20px;
}
