/* CSS per Yapla - Marty Supreme Anteo */

/* Body */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
}

/* Headings */
h1 {
    font-size: 36px;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 700;
}

h2 {
    font-size: 28px;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 600;
}

h3 {
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 10px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 8px;
    font-weight: 600;
}

/* Links */
a:link,
a:visited,
a:active {
    color: #ff6720;
    text-decoration: none;
}

a:hover {
    color: #e65a1a;
    text-decoration: underline;
}

/* Button */
.btn {
    display: inline-block;
    background: #ff6720;
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.btn:hover {
    background: #e65a1a;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}
