* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #070b16;
    color: white;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
}

a:focus-visible {
    outline: 2px solid #00c8ff;
    outline-offset: 4px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px 8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(7, 11, 22, 0.92);
    backdrop-filter: blur(12px);
    z-index: 1000;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.logo-area img {
    height: 90px;
    width: auto;
    display: block;
    object-fit: contain;
}

nav a {
    color: white;
    margin-left: 24px;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

nav a:hover {
    color: #00c8ff;
}

.insta-link {
    color: #ff4fd8 !important;
    font-weight: bold;
}

.insta-link:hover {
    color: white !important;
}

.hero {
    min-height: 100vh;
    padding: 150px 8% 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background:
        linear-gradient(rgba(7,11,22,0.75), rgba(7,11,22,0.96)),
        radial-gradient(circle at top, #123d6b, #070b16 65%);
}

.hero-content {
    max-width: 850px;
}

.tag,
.title span,
.qr-content span,
.project-info span,
.testimonial-card span,
.package-type {
    color: #00c8ff;
    font-weight: bold;
}

.hero h1 {
    font-size: 58px;
    margin: 20px 0;
    line-height: 1.1;
}

.hero p {
    color: #d0d0d0;
    font-size: 19px;
    margin-bottom: 35px;
}

.hero-buttons {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn,
.btn-outline,
.pricing-btn,
.instagram-btn {
    display: inline-block;
    padding: 15px 34px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.btn,
.pricing-btn {
    background: linear-gradient(45deg, #007bff, #00c8ff);
    color: white;
    box-shadow: 0 0 25px rgba(0,200,255,0.35);
}

.btn:hover,
.pricing-btn:hover,
.instagram-btn:hover {
    transform: translateY(-5px);
}

.btn-outline {
    color: white;
    border: 1px solid #00c8ff;
}

.btn-outline:hover {
    background: #00c8ff;
    color: #070b16;
}

section {
    padding: 100px 8%;
}

.title {
    text-align: center;
    margin-bottom: 55px;
}

.title h2 {
    font-size: 42px;
    margin-top: 10px;
}

.services,
.portfolio-grid,
.testimonial-grid,
.pricing-grid,
.seo-pricing-grid {
    display: grid;
    gap: 30px;
}

.services {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.portfolio-grid,
.testimonial-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.pricing-grid,
.seo-pricing-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.card,
.project-card,
.testimonial-card,
.pricing-card,
.seo-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    transition: 0.4s;
}

.card {
    background: #111827;
    padding: 38px 28px;
    border-radius: 22px;
    text-align: center;
}

.card:hover,
.project-card:hover,
.testimonial-card:hover,
.pricing-card:hover,
.seo-card:hover {
    transform: translateY(-10px);
    border-color: #00c8ff;
    box-shadow: 0 0 35px rgba(0,200,255,0.18);
}

.card h3 {
    color: #00c8ff;
    font-size: 24px;
    margin-bottom: 15px;
}

.card p,
.project-info p,
.about-content p,
.contact p,
.instagram-box p,
.qr-content p,
.testimonial-card p,
.pricing-card ul li,
.seo-card ul li,
.maintenance-box p,
.seo-note {
    color: #d0d0d0;
    line-height: 1.8;
}

.counter-section {
    background: #0d1424;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    text-align: center;
    gap: 25px;
}

.counter-box {
    padding: 35px 20px;
}

.counter-box h2 {
    color: #00c8ff;
    font-size: 52px;
}

.portfolio,
.seo-pricing-section {
    background:
        radial-gradient(circle at top left, rgba(0,200,255,0.12), transparent 35%),
        #070b16;
}

.project-card {
    border-radius: 26px;
    overflow: hidden;
    color: white;
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

.project-image {
    overflow: hidden;
    height: 240px;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.5s;
}

.project-card:hover .project-image img {
    transform: scale(1.08);
}

.project-info {
    padding: 28px;
}

.project-info h3 {
    font-size: 25px;
    margin: 10px 0;
}

.project-info b {
    color: white;
    display: inline-block;
    background: linear-gradient(45deg, #007bff, #00c8ff);
    padding: 11px 20px;
    border-radius: 30px;
    font-size: 14px;
}

.sakat-city-card .sakat-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding: 18px;
    height: 260px;
    background: rgba(255,255,255,0.03);
}

.sakat-city-card .sakat-images img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #111827;
    border-radius: 18px;
    padding: 10px;
}

.about {
    text-align: center;
}

.about-content {
    max-width: 850px;
    margin: auto;
}

.about-content h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

.contact {
    text-align: center;
    background: linear-gradient(180deg, #070b16, #0d1424);
}

.contact p {
    margin-bottom: 30px;
    font-size: 18px;
}

.qr-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    background: #0d1424;
}

.qr-content h2 {
    font-size: 44px;
    margin: 15px 0;
}

.qr-content p {
    font-size: 18px;
    margin-bottom: 30px;
}

.qr-image img {
    width: 100%;
    border-radius: 28px;
    box-shadow: 0 0 40px rgba(0,200,255,0.18);
}

.testimonials,
.pricing-section {
    background:
        radial-gradient(circle at top right, rgba(0,200,255,0.12), transparent 30%),
        #0b1020;
}

.testimonial-card {
    border-radius: 28px;
    padding: 35px;
    backdrop-filter: blur(10px);
}

.stars {
    color: #ffd700;
    font-size: 24px;
    margin-bottom: 20px;
}

.testimonial-card p {
    margin-bottom: 25px;
    font-size: 16px;
}

.testimonial-card h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.instagram-section {
    background:
        radial-gradient(circle at top right, rgba(255,0,140,0.18), transparent 35%),
        #0b1020;
}

.instagram-box {
    max-width: 800px;
    margin: auto;
    text-align: center;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 30px;
    padding: 60px 40px;
    backdrop-filter: blur(10px);
}

.insta-big {
    font-size: 70px;
    margin-bottom: 25px;
    background: linear-gradient(45deg,#ff00cc,#ff6a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.instagram-box h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

.instagram-box p {
    font-size: 18px;
    margin-bottom: 35px;
}

.instagram-btn {
    background: linear-gradient(45deg,#ff00cc,#ff6a00);
    color: white;
    box-shadow: 0 0 25px rgba(255,0,140,0.3);
}

.instagram-btn:hover {
    box-shadow: 0 0 35px rgba(255,0,140,0.5);
}

.whatsapp,
.call-btn {
    position: fixed;
    right: 25px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    transition: 0.3s;
}

.whatsapp {
    bottom: 25px;
    background: #25D366;
    box-shadow: 0 0 25px rgba(37,211,102,0.6);
}

.call-btn {
    bottom: 100px;
    background: #007bff;
    box-shadow: 0 0 25px rgba(0,123,255,0.45);
}

.whatsapp:hover,
.call-btn:hover {
    transform: scale(1.12);
}

.call-btn:hover {
    background: #009dff;
}

.whatsapp img,
.call-btn img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.whatsapp::before,
.call-btn::before {
    position: absolute;
    right: 75px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    padding: 10px 16px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: bold;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    white-space: nowrap;
}

.whatsapp::before {
    content: "WhatsApp";
    background: #25D366;
    box-shadow: 0 0 20px rgba(37,211,102,0.35);
}

.call-btn::before {
    content: "Hemen Ara Ve Bilgi Al!";
    background: #007bff;
    box-shadow: 0 0 20px rgba(0,123,255,0.35);
}

.whatsapp:hover::before,
.call-btn:hover::before {
    opacity: 1;
    visibility: visible;
}

#loader {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: #070b16;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    transition: 0.8s;
}

.loader-content {
    text-align: center;
}

.loader-content img {
    width: 140px;
    margin-bottom: 25px;
    animation: pulse 2s infinite;
}

.loader-circle {
    width: 70px;
    height: 70px;
    border: 4px solid rgba(255,255,255,0.1);
    border-top: 4px solid #00c8ff;
    border-radius: 50%;
    margin: auto;
    animation: spin 1s linear infinite;
}

body.loaded #loader {
    opacity: 0;
    visibility: hidden;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    50% {
        transform: scale(1.06);
    }
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    filter: blur(4px);
    transition: 0.55s ease;
    will-change: transform, opacity;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

.reveal-delay-1 {
    transition-delay: 0.1s;
}

.reveal-delay-2 {
    transition-delay: 0.2s;
}

.reveal-delay-3 {
    transition-delay: 0.3s;
}

.pricing-card,
.seo-card {
    position: relative;
    border-radius: 30px;
    padding: 45px 35px;
    backdrop-filter: blur(12px);
    overflow: hidden;
}

.pricing-card h3,
.seo-card h3 {
    font-size: 30px;
    margin: 18px 0;
}

.price {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 25px;
}

.price small,
.seo-card .price small {
    font-size: 16px;
    color: #d0d0d0;
}

.pricing-card ul,
.seo-card ul {
    list-style: none;
    margin-bottom: 35px;
}

.pricing-card ul li,
.seo-card ul li {
    margin-bottom: 15px;
    font-size: 16px;
}

.featured {
    border: 2px solid #00c8ff;
    transform: scale(1.04);
}

.featured:hover {
    transform: scale(1.06) translateY(-10px);
}

.featured-badge {
    position: absolute;
    top: 18px;
    right: -40px;
    background: #00c8ff;
    color: #070b16;
    padding: 10px 45px;
    font-size: 13px;
    font-weight: bold;
    transform: rotate(45deg);
}

.pricing-note {
    text-align: center;
    margin-top: 60px;
}

.pricing-note > p,
.seo-note {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
}

.pricing-note > p {
    font-size: 20px;
    color: white;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 18px 30px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 30px rgba(0,200,255,0.12);
}

.maintenance-box {
    max-width: 700px;
    margin: 45px auto 0;
    background: linear-gradient(145deg, rgba(0,200,255,0.08), rgba(255,255,255,0.03));
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 30px;
    padding: 45px 35px;
    backdrop-filter: blur(12px);
    box-shadow: 0 0 40px rgba(0,200,255,0.12);
}

.maintenance-box h3 {
    font-size: 34px;
    margin-bottom: 15px;
}

.maintenance-box span {
    display: block;
    font-size: 42px;
    font-weight: bold;
    color: #00c8ff;
    margin-bottom: 22px;
}

.seo-note {
    max-width: 850px;
    margin: 45px auto 0;
    text-align: center;
    padding: 20px 28px;
}

footer {
    background: #03050b;
    text-align: center;
    padding: 30px;
    color: #777;
    border-top: 1px solid rgba(255,255,255,0.05);
}

@media (max-width: 768px) {
    header {
        padding: 15px 5%;
        flex-direction: column;
        gap: 15px;
    }

    .logo-area img {
        height: 75px;
    }

    nav {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        text-align: center;
    }

    nav a {
        margin: 0;
        font-size: 14px;
    }

    section {
        padding: 80px 5%;
    }

    .hero {
        padding-top: 190px;
    }

    .hero h1 {
        font-size: 38px;
    }

    .hero p,
    .qr-content p,
    .instagram-box p {
        font-size: 16px;
    }

    .title h2,
    .about-content h2,
    .instagram-box h2 {
        font-size: 32px;
    }

    .project-image {
        height: 210px;
    }

    .sakat-city-card .sakat-images {
        grid-template-columns: 1fr;
        height: auto;
    }

    .sakat-city-card .sakat-images img {
        height: 220px;
    }

    .qr-section {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .qr-content h2 {
        font-size: 34px;
    }

    .featured,
    .featured:hover {
        transform: none;
    }

    .whatsapp::before,
    .call-btn::before {
        display: none;
    }

    .reveal {
        transform: translateY(18px);
        filter: blur(2px);
        transition: 0.45s ease;
    }
}

.mail-link{
    display:block;
    margin-bottom:30px;
    color:#00c8ff;
    font-size:20px;
    font-weight:bold;
    text-decoration:none;
    transition:0.3s;
}

.mail-link:hover{
    color:white;
}
