footer { 
    text-align:center; 
    color:#888; 
    font-size:0.8em; 
    padding:15px 20px; 
}
.page-title {
    text-align: center;             
    color: #4ade80;                 
    font-size: 2em;                 
    margin: 0;
    text-shadow: 0 0 10px rgba(74,222,128,0.7);
    font-weight: 600;
}
.page-subtitle {
    text-align:center;
    margin:4px 0 0;
    color:#9ca3af;
    font-size:0.9em;
}
@media (max-width:768px){
    .page-title { font-size: 1.5em; margin:0; }
}
.home-section {
    flex: 1; 
    display: flex; 
    justify-content: center; 
    align-items: flex-start; 
    padding: 10px 15px 30px;
    flex-direction: column;
}
.services-wrapper {
    width: 100%;
    margin-top: 10px;
    display:block;
}
/* Body bütün default margin/padding-lərdən azad edilir */
body {
    margin: 0;
    padding: 0;
    background: #0a0a0a; /* istəyə görə */
    font-family: sans-serif; /* istəyə bağlı */
}
.page-shell {
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    height: auto;
    overflow: visible;
    color: #e5e7eb;
}

.page-shell p {
    display: block;
    opacity: 1;
    visibility: visible;
    color: #d1d5db;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 15px;
}

/* Header sıfırlanır */