/* Эпоха 2001—2003: белый фон, 740 px, зайцы, кубики, Tahoma 12 px. */

.era03 {
    --wrap: 760px;
    --accent: #294293;
    --accent2: #86338A;
    --line: #d8d8c8;
    --panel: #ffffff;
    --panel-2: #fbfaf2;
    --muted: #55606e;
    --radius: 4px;
    font-size: 13px;
    background: #ffffff;
}

.wrap03 { width: 100%; max-width: 760px; margin: 0 auto; padding: 0 12px; }

/* --- шапка --- */
.head03-band {
    background:
        repeating-linear-gradient(90deg, #eef4d8 0 18px, #e5eec6 18px 36px),
        #eef4d8;
    border-bottom: 3px solid #71A636;
    padding: 22px 0 18px;
}
.logo03-title {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 #fff;
}
.logo03-title .sp { letter-spacing: 0; }
.logo03-sub {
    display: block; margin-top: 4px;
    font-size: 12px; color: #294293; letter-spacing: .06em; text-transform: uppercase;
}
.head03-rule { height: 6px; background: linear-gradient(90deg, #CD3501, #F1CB00, #71A636, #86338A, #294293); }

/* --- две колонки, как в исходной таблице --- */
.main03 { display: grid; grid-template-columns: 240px 1fr; gap: 22px; padding-top: 22px; padding-bottom: 30px; }
.hare03 { width: 100%; height: auto; display: block; }

.side03 { border: 1px solid var(--line); background: var(--panel-2); padding: 10px 12px; margin-top: 14px; }
.side03-h { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: #71A636; font-weight: bold; margin-bottom: 6px; }
.side03-call { text-align: center; }
.phone03 { display: block; font-size: 17px; font-weight: bold; color: #CD3501; text-decoration: none; }
.side03-owner { font-size: 12px; color: var(--muted); }

.welcome03 {
    border: 1px solid var(--line); background: #fffef6;
    padding: 12px 14px; font-size: 13px; color: #294293; text-align: center;
}

/* --- кнопки-кубики с rollover --- */
.nav03 { display: flex; gap: 6px; flex-wrap: wrap; margin: 14px 0 18px; }
.cube03 {
    flex: 1 1 82px;
    min-width: 0;
    display: flex; align-items: center; justify-content: center; text-align: center;
    min-height: 62px; padding: 6px 4px; word-break: break-word; hyphens: auto;
    background: var(--cube); color: #fff !important; text-decoration: none;
    font-size: 12px; font-weight: bold; line-height: 1.2;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px var(--line), inset -2px -2px 0 rgba(0, 0, 0, .18), inset 2px 2px 0 rgba(255, 255, 255, .35);
}
.cube03:hover { filter: brightness(1.15); transform: translateY(-1px); }
.cube03:active { transform: translateY(1px); box-shadow: 0 0 0 1px var(--line), inset 2px 2px 0 rgba(0, 0, 0, .22); }
.cube03.is-active { outline: 2px dotted #294293; outline-offset: 2px; }

/* --- контент --- */
.content03 .sec-h { font-family: Georgia, serif; color: #294293; }
.content03 .cards, .content03 .era-cards, .content03 .steps { grid-template-columns: repeat(auto-fit, minmax(205px, 1fr)); }
.content03 .facts { grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); }
.content03 .btn { border-radius: 3px; }
.content03 .card, .content03 .step, .content03 .era-card,
.content03 .faq details, .content03 .price-box, .content03 .contact-box { border-radius: 3px; }
.content03 .tl-year { border-radius: 3px; background: #71A636; }
.content03 .btn-main { background: #CD3501; }
.content03 .btn-main:hover { background: #86338A; }
.content03 .fact-n { color: #CD3501; }

/* --- подвал --- */
.foot03 {
    border-top: 3px solid #71A636;
    background: #f7f9ee;
    padding: 14px 0 24px;
    text-align: center;
    font-size: 12px;
    color: var(--muted);
}
.foot03 a { color: #294293; }
.foot03-copy { margin-top: 8px; line-height: 1.7; }

@media (max-width: 720px) {
    .main03 { grid-template-columns: 1fr; }
    .hare03 { max-width: 200px; margin: 0 auto; }
    .logo03-title { font-size: 32px; }
}
