.anatol-page {
    width: 100% !important;
    max-width: 430px !important;
    margin: 0 auto !important;
    padding: 0 20px 132px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.brand-link {
    display: inline-flex;
    align-items: center;
}

.brand-link img {
    width: 168px;
    height: auto;
}

.anatol-hero {
    height: 245px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: -8px;
}

.anatol-hero img {
    width: 370px;
    max-width: none;
    height: auto;
    flex-shrink: 0;
    display: block;
}

.anatol-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.anatol-menu__label {
    margin: 4px 0 -2px;
    font: 700 14px/1.25 "Inter", sans-serif;
    color: #111;
}

.anatol-card {
    min-height: 92px;
    border: 1px solid #111;
    border-radius: 7px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #000;
}

.anatol-card--yellow {
    border-color: #ffca08;
    background: #ffca08;
}

.anatol-card--black {
    border-color: #000;
    background: #000;
    color: #f7c911 !important;
    -webkit-text-fill-color: #f7c911 !important;
}

.anatol-card--black .anatol-card__title,
.anatol-card--black .anatol-card__sub {
    color: #f7c911 !important;
    -webkit-text-fill-color: #f7c911 !important;
    opacity: 1;
}

.anatol-card--compact {
    min-height: 64px;
}

.anatol-card__icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    object-fit: contain;
}

.anatol-card__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.anatol-card__title {
    font: 700 19px/1.2 "Inter", sans-serif;
    color: inherit;
}

.anatol-card__sub {
    margin-top: 4px;
    font: 400 13px/1.3 "Inter", sans-serif;
    color: inherit;
    opacity: 0.72;
}

.anatol-section {
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.anatol-section h1 {
    margin: 0;
    font: 800 28px/1.15 "Inter", sans-serif;
}

.anatol-section p {
    margin: 0;
    font: 400 15px/1.45 "Inter", sans-serif;
    color: #555;
}

.anatol-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 6px;
}

.anatol-btn {
    height: 48px;
    border-radius: 8px;
    background: #000;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 700 16px/1 "Inter", sans-serif;
}
