body {
    height: auto;
    min-height: 100vh;
    padding: 20px 0;
}

.container {
    width: 90%;
    max-width: 650px;
    text-align: left;
}

.container h1 {
    text-align: center;
    font-size: 22px;
}

.intro {
    text-align: center;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

.step {
    background: #f8f9fa;
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 18px;
    border-left: 5px solid #007bff;
}

.step h2 {
    color: #333;
    font-size: 17px;
    margin: 0 0 12px 0;
    padding: 0;
    border: none;
    width: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.step-icon {
    font-size: 24px;
}

.step p {
    margin: 0 0 12px 0;
    line-height: 1.7;
    color: #444;
}

.step p:last-child {
    margin-bottom: 0;
}

.analogy {
    background: linear-gradient(135deg, #e7f3ff 0%, #f0f7ff 100%);
    border: 1px solid #b6d4fe;
    padding: 12px 15px;
    border-radius: 8px;
    margin: 12px 0;
    font-size: 14px;
}

.analogy::before {
    content: "\1F4A1 ";
}

.example-visual {
    background: #fff;
    border: 2px dashed #dee2e6;
    padding: 15px;
    border-radius: 8px;
    margin: 12px 0;
    text-align: center;
}

.example-visual .arrow {
    color: #007bff;
    font-size: 20px;
    margin: 8px 0;
}

.example-visual .box {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 8px 12px;
    border-radius: 5px;
    display: inline-block;
    margin: 5px;
}

.highlight {
    background: #fff3cd;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 500;
}

.schema-global {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
}

.schema-item {
    background: white;
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 10px 12px;
    text-align: center;
    font-size: 13px;
}

.schema-item .emoji {
    font-size: 22px;
    display: block;
    margin-bottom: 5px;
}

.schema-arrow {
    color: #007bff;
    font-size: 18px;
    font-weight: bold;
}

.back-link {
    display: inline-block;
    margin-top: 20px;
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
}

.back-link:hover {
    text-decoration: underline;
}

.summary-box {
    background: linear-gradient(135deg, #d4edda 0%, #e8f5e9 100%);
    border: 1px solid #c3e6cb;
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 18px;
}

.summary-box h2 {
    color: #28a745;
    font-size: 17px;
    margin: 0 0 12px 0;
    padding: 0;
    border: none;
    width: auto;
}

.summary-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.summary-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.summary-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.summary-list .num {
    background: #28a745;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    flex-shrink: 0;
}

.limits-box {
    background: #fff8e6;
    border: 1px solid #ffc107;
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 18px;
}

.limits-box h2 {
    color: #d39e00;
    font-size: 17px;
    margin: 0 0 12px 0;
    padding: 0;
    border: none;
    width: auto;
}

.limits-box p {
    margin: 0 0 10px 0;
    line-height: 1.7;
    color: #444;
}

.limits-box ul {
    margin: 0;
    padding-left: 20px;
    color: #444;
    line-height: 1.8;
}

.limits-box p:last-child {
    margin: 12px 0 0 0;
}

.limits-box a {
    color: #007bff;
}

.back-container {
    text-align: center;
}

.guide-signature {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #f0f4f8;
    border-left: 4px solid #0c4f96;
    border-radius: 6px;
    padding: 12px 16px;
    margin-top: -5px;
    margin-bottom: 25px;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
}

.ezeo-logo-inline {
    height: 32px;
    flex-shrink: 0;
}

.ezeo-logo-footer {
    height: 22px;
    vertical-align: middle;
    margin-left: 4px;
}

.ezeo-description {
    font-size: 0.9rem;
    color: #777;
    margin-top: 6px;
}

@media (max-width: 500px) {
    .schema-global {
        flex-direction: column;
    }
    .schema-arrow {
        transform: rotate(90deg);
    }
}
