/* ============================================
   Hosting Pages Universal Styles
   Web Hosting, Reseller, WordPress, Linux, VDS
   hosting.com.tr birebir tasarım
============================================ */

/* Base Styles */
.hosting-page,
.vds-page {
    background: #ffffff;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ============================================
   HERO SECTION
============================================ */
.hosting-hero {
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

/* Web Hosting Hero - Mavi tonları */
.web-hero {
    background: linear-gradient(135deg, #e8f4fc 0%, #f0f9ff 50%, #ffffff 100%);
}

.web-hero .hero-decoration .deco-1 { background: rgba(0, 136, 255, 0.08); }
.web-hero .hero-decoration .deco-2 { background: rgba(0, 212, 170, 0.06); }
.web-hero .promo-circle { background: linear-gradient(135deg, #0088ff 0%, #00d4aa 100%); }

/* Reseller Hero - Mor tonları */
.reseller-hero {
    background: linear-gradient(135deg, #f3e8ff 0%, #faf5ff 50%, #ffffff 100%);
}

.reseller-hero .hero-decoration .deco-1 { background: rgba(147, 51, 234, 0.08); }
.reseller-hero .hero-decoration .deco-2 { background: rgba(236, 72, 153, 0.06); }
.reseller-hero .promo-circle.reseller { background: linear-gradient(135deg, #9333ea 0%, #ec4899 100%); }

/* WordPress Hero - Mavi tonları */
.wordpress-hero {
    background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 50%, #ffffff 100%);
}

.wordpress-hero .hero-decoration .deco-1 { background: rgba(37, 99, 235, 0.08); }
.wordpress-hero .hero-decoration .deco-2 { background: rgba(59, 130, 246, 0.06); }
.wordpress-hero .promo-circle.wordpress { background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%); }

/* Linux Hero - Turuncu tonları */
.linux-hero {
    background: linear-gradient(135deg, #ffedd5 0%, #fff7ed 50%, #ffffff 100%);
}

.linux-hero .hero-decoration .deco-1 { background: rgba(234, 88, 12, 0.08); }
.linux-hero .hero-decoration .deco-2 { background: rgba(251, 191, 36, 0.06); }
.linux-hero .promo-circle.linux { background: linear-gradient(135deg, #ea580c 0%, #fbbf24 100%); }

/* Hero Decoration Circles */
.hero-decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
}

.deco-circle {
    position: absolute;
    border-radius: 50%;
}

.deco-circle.deco-1 {
    width: 600px;
    height: 600px;
    top: -200px;
    right: -100px;
}

.deco-circle.deco-2 {
    width: 400px;
    height: 400px;
    bottom: -100px;
    left: -100px;
}

.deco-circle.deco-3 {
    width: 200px;
    height: 200px;
    top: 50%;
    left: 30%;
    background: rgba(0, 212, 170, 0.03);
}

/* Hero Grid */
.hosting-hero-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* Hero Breadcrumb */
.hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #64748b;
    margin-bottom: 16px;
}

.hero-breadcrumb a {
    color: #f59e0b;
    text-decoration: none;
    transition: color 0.2s;
}

.hero-breadcrumb a:hover {
    color: #0e7490;
    text-decoration: underline;
}

/* Hero Content */
.hero-content h1 {
    font-size: 52px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 20px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.hero-desc {
    font-size: 18px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 28px;
    max-width: 520px;
}

/* Hero Features List */
.hero-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.hero-features-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #334155;
    font-weight: 500;
}

.hero-features-list li svg {
    width: 18px;
    height: 18px;
    color: #00d4aa;
    flex-shrink: 0;
}

/* Hero CTA Button */
.hero-cta-row {
    margin-bottom: 28px;
}

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(8, 145, 178, 0.3);
}

.btn-hero-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(8, 145, 178, 0.4);
}

.btn-hero-primary svg {
    width: 18px;
    height: 18px;
}

/* Hero Trust Bar */
.hero-trust-bar {
    display: flex;
    align-items: center;
    gap: 24px;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    padding: 10px 16px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.trust-badge .stars {
    color: #fbbf24;
    font-size: 14px;
    letter-spacing: 1px;
}

.trust-badge .score {
    font-weight: 700;
    color: #0f172a;
    font-size: 14px;
}

.trust-badge .label {
    font-size: 12px;
    color: #64748b;
}

/* Hero Promo Circle */
.hero-promo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-circle {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #d97706 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    box-shadow: 
        0 25px 60px rgba(251, 191, 36, 0.4),
        0 0 0 10px rgba(251, 191, 36, 0.15),
        0 0 0 20px rgba(251, 191, 36, 0.08);
    animation: pulse-glow 2.5s ease-in-out infinite;
}

@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 
            0 25px 60px rgba(251, 191, 36, 0.4),
            0 0 0 10px rgba(251, 191, 36, 0.15),
            0 0 0 20px rgba(251, 191, 36, 0.08);
    }
    50% {
        box-shadow: 
            0 30px 70px rgba(251, 191, 36, 0.5),
            0 0 0 15px rgba(251, 191, 36, 0.2),
            0 0 0 30px rgba(251, 191, 36, 0.1);
    }
}

.promo-prefix {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.promo-value {
    font-size: 110px;
    font-weight: 900;
    line-height: 0.85;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.promo-text {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 5px;
    margin-top: 4px;
}

/* ============================================
   PACKAGES SECTION - Styles moved to package-cards.css
============================================ */
.hosting-packages-section {
    padding: 80px 0;
    background: #f8fafc;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 38px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
}

.section-header p {
    font-size: 18px;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

/* Package card styles moved to package-cards.css for consistency */

.package-extras svg {
    width: 14px;
    height: 14px;
    color: #00d4aa;
}

/* ============================================
   TRUST LOGOS SECTION
============================================ */
.hosting-trust-section {
    padding: 60px 0;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.trust-header {
    text-align: center;
    margin-bottom: 30px;
}

.trust-subtitle {
    display: block;
    font-size: 14px;
    color: #f59e0b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}

.trust-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
}

.trust-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.logo-item img {
    height: 40px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.3s ease;
}

.logo-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* ============================================
   FEATURES SECTION
============================================ */
.hosting-features-section {
    padding: 80px 0;
    background: #ffffff;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.feature-card {
    background: #f8fafc;
    border-radius: 20px;
    padding: 32px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.feature-card:hover {
    background: #ffffff;
    border-color: #e2e8f0;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.feature-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.feature-icon svg {
    width: 32px;
    height: 32px;
}

.feature-icon.blue { background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: #2563eb; }
.feature-icon.green { background: linear-gradient(135deg, #d1fae5, #a7f3d0); color: #059669; }
.feature-icon.purple { background: linear-gradient(135deg, #ede9fe, #ddd6fe); color: #7c3aed; }
.feature-icon.orange { background: linear-gradient(135deg, #ffedd5, #fed7aa); color: #ea580c; }
.feature-icon.cyan { background: linear-gradient(135deg, #cffafe, #a5f3fc); color: #0891b2; }
.feature-icon.red { background: linear-gradient(135deg, #fee2e2, #fecaca); color: #dc2626; }
.feature-icon.wordpress-blue { background: linear-gradient(135deg, #dbeafe, #93c5fd); color: #2563eb; }
.feature-icon.linux-orange { background: linear-gradient(135deg, #ffedd5, #fdba74); color: #ea580c; }

.feature-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.feature-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}

/* ============================================
   WHY SECTION
============================================ */
.hosting-why-section {
    padding: 80px 0;
    background: #f8fafc;
}

.hosting-why-section--corp {
    padding: clamp(72px, 9vw, 120px) 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 38%, #f1f5f9 100%);
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.why-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(280px, 1.05fr);
    gap: clamp(36px, 5.5vw, 80px);
    align-items: center;
}

.why-image {
    margin: 0;
    position: relative;
    align-self: center;
}

.hosting-why-section--corp .why-image::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.18), rgba(16, 185, 129, 0.12));
    z-index: 0;
    pointer-events: none;
    opacity: 0.9;
}

.hosting-why-section--corp .why-image::after {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 21px;
    box-shadow: 0 32px 70px rgba(15, 23, 42, 0.1);
    z-index: 0;
    pointer-events: none;
}

.why-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 440px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    border-radius: 20px;
    box-shadow:
        0 28px 65px rgba(15, 23, 42, 0.12),
        0 0 0 1px rgba(148, 163, 184, 0.18);
    position: relative;
    z-index: 1;
}

.hosting-why-section--corp .why-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 38rem;
}

.why-tag {
    display: inline-block;
    align-self: flex-start;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    color: #1d4ed8;
    padding: 7px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 14px;
    border: 1px solid rgba(37, 99, 235, 0.15);
}

.why-content h2 {
    font-size: clamp(26px, 3.2vw, 36px);
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 14px;
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.why-content > p,
.why-content .why-lead {
    font-size: 17px;
    color: #64748b;
    line-height: 1.65;
    margin: 0 0 28px;
}

.why-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 20px;
    padding: 0;
    margin: 0;
    border-bottom: none;
}

.why-list li:not(:last-child) {
    padding-bottom: 22px;
    margin-bottom: 22px;
}

.why-list li:not(:last-child)::after {
    content: '';
    flex: 1 0 100%;
    order: 3;
    height: 1px;
    margin: 0;
    border: 0;
    background: linear-gradient(90deg, #cbd5e1 0%, #e2e8f0 35%, rgba(226, 232, 240, 0) 100%);
    max-width: min(100%, 420px);
}

.why-item-body {
    flex: 1 1 200px;
    min-width: 0;
    order: 1;
}

.why-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(16, 185, 129, 0.35);
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    order: 0;
}

.why-icon svg {
    width: 22px;
    height: 22px;
    color: #059669;
    stroke-width: 1.75;
}

.why-list h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px;
    letter-spacing: -0.01em;
}

.why-list p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.55;
    margin: 0;
}

/* Why section — satış ve güven odaklı alt blok */
.why-sales-block {
    margin-top: 8px;
    padding-top: 26px;
    border-top: 1px solid #e2e8f0;
}

.why-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-bottom: 22px;
}

.why-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 8px 14px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.why-trust-item__icon {
    display: flex;
    color: #059669;
    flex-shrink: 0;
}

.why-cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 14px;
    margin-bottom: 12px;
}

.why-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 22px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    line-height: 1.25;
}

.why-cta-btn--primary {
    color: #fff;
    background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
    box-shadow: 0 10px 28px rgba(234, 88, 12, 0.35);
    border: none;
}

.why-cta-btn--primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(234, 88, 12, 0.42);
}

.why-cta-btn--outline {
    color: #0f172a;
    background: #fff;
    border: 2px solid #cbd5e1;
}

.why-cta-btn--outline:hover {
    border-color: #94a3b8;
    background: #f8fafc;
    color: #0f172a;
}

.why-cta-note {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #64748b;
    max-width: 32rem;
}

@media (max-width: 480px) {
    .why-cta-row {
        flex-direction: column;
        align-items: stretch;
    }

    .why-cta-btn {
        width: 100%;
    }
}

/* ============================================
   FAQ SECTION
============================================ */
.hosting-faq-section {
    padding: 80px 0;
    background: #ffffff;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: #f8fafc;
    border-radius: 14px;
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #cbd5e1;
}

.faq-item.active {
    border-color: #f59e0b;
    background: #ffffff;
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    text-align: left;
    transition: color 0.2s;
}

.faq-question:hover {
    color: #f59e0b;
}

.faq-question svg {
    width: 20px;
    height: 20px;
    color: #64748b;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-question svg {
    transform: rotate(180deg);
    color: #f59e0b;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer > div {
    padding: 0 24px 20px;
    font-size: 15px;
    color: #64748b;
    line-height: 1.7;
}

/* ============================================
   CTA SECTION
============================================ */
.hosting-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0891b2 0%, #06b6d4 50%, #00d4aa 100%);
}

.reseller-cta {
    background: linear-gradient(135deg, #9333ea 0%, #a855f7 50%, #ec4899 100%);
}

.wordpress-cta {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 50%, #60a5fa 100%);
}

.linux-cta {
    background: linear-gradient(135deg, #ea580c 0%, #f97316 50%, #fbbf24 100%);
}

.cta-content {
    text-align: center;
    color: #ffffff;
}

.cta-content h2 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 16px;
}

.cta-content p {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: #0891b2;
    padding: 16px 36px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.reseller-cta .btn-cta-primary { color: #9333ea; }
.wordpress-cta .btn-cta-primary { color: #2563eb; }
.linux-cta .btn-cta-primary { color: #ea580c; }

.btn-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    padding: 16px 36px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
}

/* ============================================
   RESPONSIVE STYLES
============================================ */
@media (max-width: 992px) {
    .hosting-hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hero-content h1 {
        font-size: 40px;
    }
    
    .hero-desc {
        max-width: 100%;
    }
    
    .hero-features-list {
        justify-content: center;
    }
    
    .hero-cta-row {
        display: flex;
        justify-content: center;
    }
    
    .hero-trust-bar {
        justify-content: center;
    }
    
    .promo-circle {
        width: 220px;
        height: 220px;
    }
    
    .promo-value {
        font-size: 80px;
    }
    
    .promo-text {
        font-size: 24px;
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .why-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .why-image {
        order: -1;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .hosting-why-section--corp .why-content {
        max-width: none;
    }

    .hosting-why-section--corp .why-list li:not(:last-child)::after {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .hosting-hero {
        padding: 80px 0 60px;
    }
    
    .hero-content h1 {
        font-size: 32px;
    }
    
    .hero-desc {
        font-size: 16px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .section-header h2 {
        font-size: 28px;
    }
    
    .cta-content h2 {
        font-size: 28px;
    }
    
    .trust-logos {
        gap: 30px;
    }
    
    .logo-item img {
        height: 30px;
    }
    
    .why-content h2 {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    .hero-features-list {
        flex-direction: column;
        align-items: center;
    }
    
    .promo-circle {
        width: 180px;
        height: 180px;
    }
    
    .promo-prefix {
        font-size: 28px;
    }
    
    .promo-value {
        font-size: 60px;
    }
    
    .promo-text {
        font-size: 18px;
        letter-spacing: 3px;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .btn-cta-primary,
    .btn-cta-secondary {
        width: 100%;
        justify-content: center;
    }
}

