h1, h2, h3, h4 {
    color: #1a237e;
}

h1 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 20px;
}

h2 {
    font-size: 2em;
    border-bottom: 2px solid #ff6f00;
    padding-bottom: 10px;
    margin-top: 40px;
}

h3 {
    font-size: 1.5em;
    color: #0d47a1;
}

h4 {
    font-size: 1.2em;
    color: #1565c0;
}


.cta-button {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto;
    padding: 15px 35px;
    background: linear-gradient(45deg, #ff6f00, #ff8f00);
    color: #fff;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    border-radius: 50px; 
    box-shadow: 0 5px 15px rgba(255, 111, 0, 0.4);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 111, 0, 0.6);
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    padding: 20px;
}

.illustration-placeholder {
    width: 600px;
  
    background-color: #e0e0e0; 
   border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border: 3px solid #fff;


.expert-opinion, .tip-block, .checklist {
    border-left: 5px solid #1a237e;
    padding: 20px;
    margin: 30px 0;
    background-color: #e8eaf6;
    border-radius: 0 10px 10px 0;
}

.expert-opinion::before {
    content: '? Ekspert Rəyi';
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    color: #1a237e;
}


table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

th, td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

th {
    background-color: #1a237e;
    color: white;
    font-weight: bold;
}

tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

ul, ol {
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
}
