
/* Sunset / legacy site additions — 2026 */
body { color: #30343b; }
a { overflow-wrap: anywhere; }
.sunset-alert { background: #489fd9; color: #fff; padding: 10px 16px; font-size: 14px; line-height: 1.55; }
.sunset-alert a { color: #fff; text-decoration: underline; font-weight: 700; }
.legacy-hero { background: linear-gradient(135deg, #f4f0e7 0%, #e8edf2 100%); padding: 62px 0 54px; }
.legacy-hero h1 { color: #25364a; margin-top: 0; font-size: 42px; line-height: 1.25; }
.legacy-hero .lead { font-size: 20px; line-height: 1.8; color: #3e4b59; max-width:36em;}
.legacy-badge { display: inline-block; background: #5d6670; color: #fff; border-radius: 3px; padding: 6px 12px; font-size: 13px; font-weight: 700; letter-spacing: .04em; margin-bottom: 14px; }
.legacy-badge.warning { background: #7b3f00; }
.legacy-badge.info { background: #355d7a; }
.legacy-actions { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 12px; }
.legacy-actions .button { margin: 0; }
.button.secondary { background: #596671; }
.button.outline { background: transparent; color: #355d7a; border: 2px solid #355d7a; }
.button.outline:hover { color: #fff; background: #355d7a; }
.legacy-section { padding: 55px 0; }
.legacy-section.compact { padding: 36px 0; }
.legacy-section.alt { background: #f5f6f7; }
.legacy-section h2 { color: #2c4258; margin-top: 0; }
.legacy-section h3 { color: #314f67; }
.legacy-card-grid { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.legacy-card { box-sizing: border-box; width: calc(33.333% - 20px); margin: 10px; padding: 25px; background: #fff; border: 1px solid #dce1e5; border-radius: 5px; box-shadow: 0 2px 8px rgba(0,0,0,.05); }
.legacy-card.half { width: calc(50% - 20px); }
.legacy-card h3 { margin-top: 0; }
.legacy-card p:last-child, .legacy-card ul:last-child { margin-bottom: 0; }
.status-table { width: 100%; border-collapse: collapse; background: #fff; }
.status-table th, .status-table td { border: 1px solid #d7dce0; padding: 13px 14px; vertical-align: top; text-align: left; }
.status-table th { background: #e8edf2; color: #2c4258; }
.status-pill { display: inline-block; padding: 4px 8px; border-radius: 3px; color: #fff; background: #5d6670; font-size: 12px; font-weight: 700; white-space: nowrap; }
.notice-box { border-left: 5px solid #7b3f00; background: #fff7ed; padding: 18px 20px; margin: 24px 0; }
.notice-box.info { border-left-color: #355d7a; background: #f0f7fb; }
.notice-box.gray { border-left-color: #6c747c; background: #f3f4f5; }
.archive-note { color: #636b73; font-size: 14px; }
.feature-list { columns: 2; column-gap: 38px; padding-left: 22px; }
.feature-list li { break-inside: avoid; margin-bottom: 10px; }
.step-list { counter-reset: legacy-step; list-style: none; padding: 0; }
.step-list li { position: relative; padding: 0 0 22px 52px; min-height: 38px; }
.step-list li:before { counter-increment: legacy-step; content: counter(legacy-step); position: absolute; left: 0; top: 0; width: 34px; height: 34px; border-radius: 50%; background: #355d7a; color: #fff; text-align: center; line-height: 34px; font-weight: 700; }
.faq-item { border-bottom: 1px solid #d8dde1; padding: 17px 0; }
.faq-item h3 { font-size: 18px; margin: 0 0 8px; }
.product-shot{
    max-width:85%;
    margin:0 auto;
    display:block;
}
.contact-email { font-size: 22px; font-weight: 700; }
.footer-links { text-align: center; margin-bottom: 18px; }
.footer-links a { display: inline-block; margin: 0 8px 8px; }
.no-support { font-weight: 700; color: #6d3510; }
.code-tree { background: #2d343a; color: #f5f7f8; padding: 18px 20px; overflow-x: auto; border-radius: 4px; }
@media (max-width: 767px) {
  .legacy-hero { padding: 42px 18px; }
  .legacy-hero h1 { font-size: 32px; }
  .legacy-hero .lead { font-size: 17px; }
  .legacy-section { padding: 40px 18px; }
  .legacy-card, .legacy-card.half { width: calc(100% - 20px); }
  .feature-list { columns: 1; }
  .status-table { display: block; overflow-x: auto; }
}

.format-converter { min-height: 235px; display: flex; align-items: center; justify-content: center; gap: 16px; background: #fff; border: 1px solid #d7dce0; box-shadow: 0 3px 12px rgba(0,0,0,.08); border-radius: 5px; padding: 24px; box-sizing: border-box; }
.format-box { background: #355d7a; color: #fff; font-size: 24px; font-weight: 700; padding: 22px 18px; border-radius: 4px; }
.format-arrow { color: #7b3f00; font-size: 42px; line-height: 1; font-weight: 700; }
@media (max-width: 479px) { .format-converter { min-height: 170px; } .format-box { font-size: 18px; padding: 18px 12px; } .format-arrow { font-size: 32px; } }

/* Header/layout corrections (v2) */
.navigation { z-index: 1000; }
.navigation > .w-container { max-width: 1080px; padding-right: 24px; padding-left: 24px; }
.navigation .nav-menu { white-space: nowrap; }
.navigation .nav-link { padding-right: 12px; padding-left: 12px; font-size: 16px; }
.navigation .dropdown-link { padding-right: 30px; padding-left: 12px; font-size: 16px; }
.navigation .dropdown-submenu { padding: 10px 20px; }
.sunset-alert { margin-top: 73px; }
.legacy-hero { position: relative; }
.legacy-hero h1 { overflow-wrap: normal; word-break: normal; }
@media (max-width: 991px) {
  .navigation > .w-container { padding-right: 10px; padding-left: 10px; }
  .navigation .nav-menu { white-space: normal; }
  .navigation .nav-link { padding: 18px 12px; font-size: 16px; }
  .navigation .dropdown-link { padding: 18px 30px 18px 12px; font-size: 16px; }
}
@media (max-width: 767px) {
  .sunset-alert { margin-top: 51px; padding: 9px 14px; font-size: 13px; }
}

/* Footer redesign */

.section.footer {
    background: #1f2023;
    padding: 48px 0;
}

.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px 36px;
    margin-bottom: 32px;
}

.footer-links a {
    color: #f2f2f2;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color .2s ease;
}

.footer-links a:hover {
    color: #6aa7ff;
}

.centering {
    color: #b8b8b8;
    text-align: center;
    font-size: 15px;
    line-height: 1.8;
}

.centering a {
    color: #ffffff;
    text-decoration: none;
}

.centering a:hover {
    color: #6aa7ff;
}

@media (max-width:767px){

    .footer-links{
        flex-direction:column;
        gap:14px;
    }

    .footer-links a{
        display:block;
        margin:0;
    }

}