.u-section-1 .u-sheet-1 {
  min-height: 3162px;
}

.u-section-1 .u-custom-html-1 {
  margin-bottom: 0;
  height: auto;
  min-height: 3162px;
  margin-top: 0;
} :root {
        
        
        
        
        
        
        
    }
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Urbanist', sans-serif;
        scroll-behavior: smooth;
    }
    html, body {
        background-color: #0a0a0a !important;
        background: #0a0a0a !important;
        color: #ffffff;
        line-height: 1.5;
        overflow-x: hidden;
        width: 100%;
        height: auto;
    }
    header {
        background-color: #0a0a0a !important;
        padding: 15px 0;
        position: sticky;
        top: 0;
        z-index: 100;
        border-bottom: 2px solid #ffd700;
        width: 100%;
    }
    .nav-container {
        width: 90%;
        max-width: 1200px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    .logo h1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        font-size: 20px;
        letter-spacing: 0.5px;
        color: #ffffff;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }
    .logo span {
        color: #ffd700;
        margin-right: 6px;
    }
    .verified-badge {
        color: #1d9bf0;
        font-size: 14px;
        margin-left: 4px;
    }
    nav ul {
        display: flex;
        list-style: none;
        gap: 20px;
    }
    nav ul li a {
        color: #ffffff;
        text-decoration: none;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 0.5px;
        transition: 0.3s;
    }
    nav ul li a:hover {
        color: #ffd700;
    }
    .hero {
        background-color: rgba(0, 0, 0, 0.9);
        min-height: 60vh;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 40px 15px;
        position: relative;
        width: 100%;
    }
    .hero::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(to right, transparent, #ffd700, transparent);
        box-shadow: 0 0 20px 3px #ffd700;
    }
    .hero-content {
        max-width: 750px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }
    .guvence-kutusu {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        background: #141414;
        border: 1px solid rgba(255, 215, 0, 0.3);
        padding: 8px 15px;
        border-radius: 30px;
        margin-bottom: 20px;
        gap: 12px;
    }
    .guvence-kutusu .tik-alanı, .guvence-kutusu .fiyat-alani {
        display: flex;
        align-items: center;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #ffffff;
        white-space: nowrap;
    }
    .guvence-kutusu .tik-alanı i { color: #1d9bf0; margin-right: 5px; }
    .guvence-kutusu .fiyat-alani { color: #ffd700; }
    .guvence-kutusu .fiyat-alani i { margin-right: 5px; }
    .hero-content h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 32px;
        font-weight: 800;
        margin-bottom: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        line-height: 1.25;
        color: #ffffff;
        width: 100%;
    }
    .hero-content h2 span {
        color: #ffd700;
        display: inline-block;
    }
    .hero-content .aciklama-metni {
        font-size: 15px;
        color: #ffffff;
        margin-bottom: 12px;
        font-weight: 400;
    }
    .hero-content .vurgu-alanı {
        font-size: 14px;
        color: #ffffff;
        margin-bottom: 25px;
        background: rgba(255, 215, 0, 0.08);
        padding: 10px 15px;
        border-left: 3px solid #ffd700;
        border-right: 3px solid #ffd700;
        border-radius: 4px;
        font-weight: 600;
        width: 100%;
    }
    .hero-tel {
        font-size: 24px;
        font-weight: 800;
        color: #ffd700;
        text-decoration: none;
        margin-top: 10px;
        display: flex;
        align-items: center;
        gap: 8px;
        transition: 0.3s;
    }
    .hero-tel:hover { transform: scale(1.03); }
    .btn {
        background: linear-gradient(135deg, #ffd700 0%, #b8860b 100%);
        color: #000000;
        padding: 12px 30px;
        text-decoration: none;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 4px;
        box-shadow: 0 4px 15px rgba(255, 215, 0, 0.25);
        transition: 0.3s;
        display: inline-block;
        letter-spacing: 0.5px;
        font-size: 13px;
    }
    .btn:hover { transform: translateY(-2px); }
    .section {
        width: 90%;
        max-width: 1100px;
        margin: 70px auto;
        background-color: #0a0a0a !important;
    }
    .section-title {
        font-family: 'Montserrat', sans-serif;
        text-align: center;
        margin-bottom: 40px;
        font-size: 28px;
        color: #ffd700;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .section-title::after {
        content: '';
        display: block;
        width: 70px;
        height: 3px;
        background: #ffd700;
        margin: 10px auto 0;
    }
    .hizmetler-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 20px;
    }
    .hizmet-kart {
        background-color: #141414;
        padding: 30px 20px;
        border-radius: 4px;
        border: 1px solid rgba(255, 215, 0, 0.05);
        transition: 0.3s ease;
        position: relative;
    }
    .hizmet-kart:hover {
        transform: translateY(-5px);
        border-color: #ffd700;
    }
    .hizmet-kart::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(to right, transparent, #ffd700, transparent);
    }
    .hizmet-kart i {
        font-size: 30px;
        color: #dfb76c;
        margin-bottom: 12px;
        display: block;
    }
    .hizmet-kart h3 {
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        margin-bottom: 10px;
        color: #ffffff;
    }
    .hizmet-kart p {
        font-size: 13px;
        color: #cccccc;
    }
    .anahtar-teslim-blok {
        background: linear-gradient(135deg, #111 0%, #000 100%);
        border: 2px solid #ffd700;
        border-radius: 4px;
        padding: 35px 20px;
        text-align: center;
        margin-top: 45px;
    }
    .anahtar-teslim-blok h3 {
        font-family: 'Montserrat', sans-serif;
        color: #ffd700;
        font-size: 24px;
        margin-bottom: 12px;
    }
    .anahtar-teslim-blok p {
        font-size: 15px;
        color: #ffffff;
        max-width: 800px;
        margin: 0 auto;
    }
    .iletisim-Kutusu {
        background-color: #141414;
        border-top: 4px solid #ffd700;
        padding: 45px 20px;
        text-align: center;
        border-radius: 4px;
    }
    .telefon-link {
        color: #ffd700;
        text-decoration: none;
        font-weight: 800;
        font-size: 32px;
        display: inline-block;
        margin-top: 10px;
        transition: 0.3s;
    }
    .telefon-link:hover { transform: scale(1.02); }
    footer {
        background-color: #050505;
        color: #777;
        text-align: center;
        padding: 22px;
        font-size: 12px;
        border-top: 1px solid rgba(255, 215, 0, 0.05);
    }
    @media (max-width: 768px) {
        .nav-container { flex-direction: column; gap: 12px; text-align: center; }
        nav ul { justify-content: center; gap: 15px; flex-wrap: wrap; }
        .hero { min-height: 50vh; padding: 30px 10px; }
        .hero-content h2 { font-size: 24px; }
        .hero-content .aciklama-metni { font-size: 13px; }
        .hero-content .vurgu-alanı { font-size: 12px; padding: 8px 10px; }
        .hero-tel { font-size: 20px; justify-content: center; }
        .btn { padding: 10px 20px; font-size: 12px; }
        .guvence-kutusu { gap: 8px; padding: 6px 10px; margin-bottom: 15px; }
        .guvence-kutusu .tik-alanı, .guvence-kutusu .fiyat-alani { font-size: 9.5px; }
        .hizmetler-grid { grid-template-columns: 1fr; }
        .telefon-link { font-size: 26px; }
        .section { width: 92%; margin: 50px auto; }
    } 