/* =========================================
   GENEL AYARLAR VE RESET
   ========================================= */
* { margin: 0; padding: 0; box-sizing: border-box; }
.paketlertablar div { float: left; }
.beyaz-hover:hover { color: #fff !important; }

/* =========================================
   HERO SLIDER SECTION
   ========================================= */
.asil-slider-hero-section { background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); position: relative; overflow: hidden; }
.asil-slider-hero-content { padding: 6rem 0; position: relative; overflow: hidden; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); }
.asil-slider-badge-group { display: flex; gap: 1rem; margin-bottom: 2rem; flex-wrap: wrap; }
.asil-slider-badge { padding: 0.75rem 1.5rem; border-radius: 100px; font-size: 1rem; font-weight: 500; display: inline-flex; align-items: center; gap: 0.5rem; }
.asil-slider-badge.primary { background: rgba(37, 99, 235, 0.1); color: #2563eb; }
.asil-slider-badge.success { background: rgba(16, 185, 129, 0.1); color: #10b981; }
.asil-slider-hero-title { font-size: clamp(2.5rem, 5vw, 3.5rem); font-weight: 800; line-height: 1.2; margin-bottom: 1.5rem; color: #1f2937; }
.asil-slider-gradient-text { background: linear-gradient(45deg, #2563eb, #3b82f6); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.asil-slider-hero-desc { font-size: 1.125rem; line-height: 1.7; margin-bottom: 2rem; color: #6b7280; max-width: 600px; }
.asil-slider-hosting-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin: 2.5rem 0; }
.asil-slider-feature-box { background: white; padding: 1.5rem; border-radius: 1rem; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; align-items: center; gap: 1rem; }
.asil-slider-feature-box:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); }
.asil-slider-feature-icon { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: #2563eb; background: rgba(37, 99, 235, 0.1); border-radius: 12px; flex-shrink: 0; }
.asil-slider-feature-content h3 { font-size: 1.125rem; font-weight: 700; color: #1f2937; margin-bottom: 0.25rem; }
.asil-slider-feature-content p { font-size: 0.875rem; color: #6b7280; margin: 0; }
.asil-slider-cta-wrapper { display: flex; gap: 1rem; margin-top: 2rem; flex-wrap: wrap; }
.asil-slider-btn { padding: 1rem 2rem; border-radius: 0.5rem; font-size: 1rem; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem; transition: all 0.3s ease; border: 2px solid transparent; }
.asil-slider-btn-primary { background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%); color: white; box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3); }
.asil-slider-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4); color: white; }
.asil-slider-btn-outline { background: transparent; color: #2563eb; border-color: #2563eb; }
.asil-slider-btn-outline:hover { background: #2563eb; color: white; }
.asil-slider-hero-image { position: relative; padding: 2rem; }
.asil-slider-main-image { width: 100%; height: auto; border-radius: 1rem; position: relative; z-index: 1; }
.asil-slider-stat-card { position: absolute; background: white; padding: 1rem 1.5rem; border-radius: 1rem; display: flex; align-items: center; gap: 1rem; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); z-index: 2; animation: asil-slider-float 3s ease-in-out infinite; }
.asil-slider-stat-card i { font-size: 1.5rem; color: #2563eb; }
.asil-slider-stat-content { display: flex; flex-direction: column; }
.asil-slider-stat-value { font-size: 1.25rem; font-weight: 700; color: #1f2937; }
.asil-slider-stat-label { font-size: 0.875rem; color: #6b7280; }
.asil-slider-stat-card.uptime { top: 10%; left: 0; animation-delay: 0s; }
.asil-slider-stat-card.performance { bottom: 15%; right: 0; animation-delay: 1s; }
.asil-slider-stat-card.security { top: 50%; right: 10%; transform: translateY(-50%); animation-delay: 2s; }
@keyframes asil-slider-float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-10px); } }
.asil-slider-domain-search-box { background: white; padding: 2rem; border-radius: 1.5rem; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); margin: 2rem 0; }
.asil-slider-search-wrapper { position: relative; display: flex; gap: 1rem; margin-bottom: 2rem; }
.asil-slider-search-wrapper input { padding: 1.25rem 1rem 1.25rem 3rem; font-size: 1.1rem; border: 2px solid #e5e7eb; border-radius: 0.75rem; width: 100%; transition: all 0.3s ease; }
.asil-slider-search-wrapper input:focus { border-color: #2563eb; box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1); outline: none; }
.asil-slider-search-icon { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: #6b7280; font-size: 1.25rem; }
.asil-slider-domain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.asil-slider-domain-card { background: rgba(249, 250, 251, 0.9); padding: 1.25rem; border-radius: 1rem; text-align: center; transition: all 0.3s ease; border: 2px solid #e5e7eb; }
.asil-slider-domain-card:hover { transform: translateY(-5px); border-color: #2563eb; box-shadow: 0 5px 15px rgba(37, 99, 235, 0.2); }
.asil-slider-domain-info { margin-bottom: 0.75rem; }
.asil-slider-extension { font-size: 1.5rem; font-weight: 700; color: #1f2937; display: block; margin-bottom: 0.5rem; }
.asil-slider-price-tag { margin-top: 0.5rem; }
.asil-slider-price { font-size: 1.25rem; color: #10b981; font-weight: 600; }
.asil-slider-period { font-size: 0.875rem; color: #6b7280; }
.asil-slider-feature { display: flex; align-items: center; justify-content: center; gap: 0.5rem; font-size: 0.875rem; color: #10b981; }
.asil-slider-domain-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2rem; }
.asil-slider-feature-item { display: flex; align-items: center; gap: 0.75rem; padding: 1rem; background: white; border-radius: 0.75rem; transition: all 0.3s ease; border: 1px solid #e5e7eb; }
.asil-slider-feature-item:hover { transform: translateY(-3px); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
.asil-slider-feature-item i { font-size: 1.5rem; color: #10b981; }
.asil-slider-feature-item span { font-size: 0.9rem; color: #1f2937; font-weight: 500; }
.asil-slider-carousel-control { width: 3rem; height: 3rem; position: absolute; top: 50%; transform: translateY(-50%); background: white; border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); z-index: 10; cursor: pointer; transition: all 0.3s ease; color: #1f2937; }
.asil-slider-carousel-control:hover { background: #2563eb; color: white; transform: translateY(-50%) scale(1.1); }
.asil-slider-carousel-control.prev { left: 1rem; }
.asil-slider-carousel-control.next { right: 1rem; }
.asil-slider-carousel-control i { font-size: 1.5rem; }

@media (max-width: 991.98px) {
    .asil-slider-hero-content { padding: 4rem 0; }
    .hostligo-social-follow { flex-wrap: wrap; justify-content: center; }
    .hostligo-info-boxes-grid { padding: 0 15px; }
    .asil-slider-hosting-features, .asil-slider-domain-grid, .asil-slider-domain-features { grid-template-columns: repeat(2, 1fr); }
    .asil-slider-stat-card { display: none; }
    .asil-slider-cta-wrapper { justify-content: center; }
    .asil-slider-hero-title { text-align: center; }
    .asil-slider-hero-desc { text-align: center; margin-left: auto; margin-right: auto; }
    .asil-slider-badge-group { justify-content: center; }
    @media only screen and (max-width: 1400px) { .get-offer .text { margin-left: 50px; } }
}
@media (max-width: 767.98px) {
    .asil-slider-hosting-features, .asil-slider-domain-grid, .asil-slider-domain-features { grid-template-columns: 1fr; }
    .asil-slider-search-wrapper { flex-direction: column; }
    .asil-slider-carousel-control { width: 2.5rem; height: 2.5rem; }
    .asil-slider-carousel-control i { font-size: 1.25rem; }
    .asil-slider-hero-title { font-size: 2rem; }
    .ash-slide-row { flex-direction: column; } 
    .ash-slide-col-left, .ash-slide-col-right { width: 100%; padding: 20px 0; }
}
@media (max-width: 575.98px) {
    .asil-slider-hero-content { padding: 3rem 0; }
    .asil-slider-badge-group { flex-direction: column; align-items: center; }
    .asil-slider-cta-wrapper { flex-direction: column; width: 100%; }
    .asil-slider-btn { width: 100%; justify-content: center; }
}

/* =========================================
   LOGO SLIDER
   ========================================= */
.logo-slider-wrapper { width: 100%; overflow: hidden; padding: 40px 0; position: relative; background: #f5f5f5; }
.logo-track { display: flex; align-items: center; gap: 120px; width: max-content; animation: hl-scroll 25s linear infinite; }
.logo-track img { height: 25px; filter: grayscale(100%); transition: .3s; opacity: .7; }
.logo-track img:hover { filter: grayscale(0%); opacity: 1; }
@keyframes hl-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@media(max-width: 600px) { .logo-track img { height: 32px; } .logo-track { gap: 70px; } }

/* =========================================
   DOMAIN SEARCH MAIN
   ========================================= */
.main-content { padding: 4rem 0; background: #fff; text-align: center; }
.domain-search-container h2 { font-size: 2.5rem; font-weight: 700; margin-bottom: 1rem; }
.subtitle { font-size: 1.1rem; color: #6c757d; margin-bottom: 0.5rem; }
.search-form { position: relative; max-width: 700px; margin: 2rem auto; display: flex; }
.search-input { width: 100%; padding: 1.2rem 1.5rem; font-size: 1.1rem; border: 2px solid #e9ecef; border-radius: 50px; outline: none; transition: all 0.3s; }
.search-input:focus { border-color: #0d6efd; box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1); }
.search-button { position: absolute; right: 6px; top: 6px; bottom: 6px; padding: 0 2rem; border: none; border-radius: 40px; background: #0d6efd; color: white; font-size: 1rem; font-weight: 600; cursor: pointer; transition: all 0.3s; display: flex; align-items: center; gap: 8px; }
.search-button:hover { background: #0b5ed7; }
.domain-actions { display: flex; justify-content: center; align-items: center; gap: 1.5rem; margin-bottom: 3rem; }
.action-link { color: #6c757d; text-decoration: none; font-weight: 500; display: flex; align-items: center; gap: 8px; transition: all 0.3s; }
.action-link:hover { color: #0d6efd; }
.action-divider { width: 1px; height: 24px; background: #e9ecef; }
.domain-extensions { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; max-width: 900px; margin: 0 auto; }
.domain-card { position: relative; background: white; padding: 1.5rem; border: 1px solid #e9ecef; border-radius: 16px; cursor: pointer; transition: all 0.3s ease; overflow: hidden; }
.domain-card:hover { transform: translateY(-5px); border-color: #0d6efd; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05); }
.discount-badge { position: absolute; top: 12px; right: 12px; background: #e7f1ff; color: #0d6efd; padding: 4px 12px; border-radius: 20px; font-size: 0.85rem; font-weight: 600; }
.domain-extension { display: block; font-size: 1.8rem; font-weight: 700; margin-bottom: 1rem; }
.com-extension { color: #0d6efd; } .net-extension { color: #dc3545; } .org-extension { color: #198754; } .biz-extension { color: #6f42c1; } .info-extension { color: #0dcaf0; } .name-extension { color: #fd7e14; }
.best-price { color: #6c757d; font-size: 0.9rem; margin-bottom: 0.5rem; }
.price { font-size: 1.5rem; font-weight: 700; color: #212529; }
.arrow-icon { position: absolute; bottom: 24px; right: 24px; color: #e9ecef; transition: all 0.3s; }
.domain-card:hover .arrow-icon { color: #0d6efd; transform: translateX(5px); }

/* =========================================
   FEATURE ROWS
   ========================================= */
.feature-row { padding: 3rem 0; }
.feature-image img { width: 350px; max-width: 100%; }
.bg-warning-soft { background-color: #fff3cd; color: #ffc107; padding: 10px; border-radius: 8px; }
.bg-danger-soft { background-color: #f8d7da; color: #dc3545; padding: 10px; border-radius: 8px; }
.bg-primary-soft { background-color: #cff4fc; color: #0d6efd; padding: 10px; border-radius: 8px; }
.bg-success-soft { background-color: #d1e7dd; color: #198754; padding: 10px; border-radius: 8px; }
.bg-info-soft { background-color: #cff4fc; color: #0dcaf0; padding: 10px; border-radius: 8px; }

/* =========================================
   ASIL CARD GRID (DUZELTILMIS KISIM)
   ========================================= */
.asil-card-container { max-width: 1200px; margin: 0 auto; padding: 40px 20px; }
.asil-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 30px; align-items: stretch; }
.asil-card { background-color: #fff; border-radius: 15px; padding: 30px 20px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; text-align: center; height: 100%; }
.asil-card:hover { transform: translateY(-10px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); }
.asil-card-image { position: relative; width: 120px; height: 120px; margin-bottom: 20px; flex-shrink: 0; }
.asil-card-background-shape { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #e3f2fd; border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; z-index: 1; }
.asil-card-person-image { position: relative; width: 100%; height: 100%; object-fit: cover; border-radius: 50%; z-index: 2; border: 3px solid #fff; }
.asil-card-title { font-size: 1.5rem; color: #333; margin-bottom: 15px; font-weight: 700; }
.asil-card-description { font-size: 1rem; color: #666; line-height: 1.6; }
@media (max-width: 768px) { .asil-card-grid { grid-template-columns: 1fr; } }

/* =========================================
   HOSTING PLANS (HYPER LAUNCH)
   ========================================= */
.hl-hosting-plans { padding: 60px 0 80px; background: #f5f7fb; }
.hl-hosting-container { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.hl-hosting-header { text-align: center; margin-bottom: 40px; }
.hl-hosting-header h2 { font-size: 26px; font-weight: 700; color: #111827; margin-bottom: 8px; }
.hl-hosting-header p { font-size: 14px; color: #6b7280; }
.hl-hosting-grid { display: grid; grid-template-columns: repeat(1, minmax(230px, 1fr)); gap: 24px; }
.hl-hosting-card { background: #ffffff; border-radius: 24px; padding: 24px 22px 26px; box-shadow: 0 16px 35px rgba(15, 23, 42, 0.06); display: flex; flex-direction: column; justify-content: space-between; }
.hl-hosting-icon-circle { width: 80px; height: 80px; border-radius: 999px; background: #e5f0ff; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.hl-hosting-icon-circle i { font-size: 32px; color: #0f6cfb; }
.hl-hosting-title { font-size: 20px; font-weight: 700; color: #111827; margin-bottom: 4px; }
.hl-hosting-subtitle { font-size: 14px; color: #6b7280; line-height: 1.4; margin-bottom: 16px; }
.hl-hosting-divider { height: 1px; background: #e5e7eb; margin: 10px 0 14px; }
.hl-hosting-features { list-style: none; margin: 0 0 18px; padding: 0; }
.hl-hosting-features li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #374151; margin-bottom: 8px; }
.hl-hosting-features li strong { font-weight: 700; color: #111827; }
.hl-feature-icon { width: 34px; height: 34px; border-radius: 12px; background: #e5f0ff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hl-feature-icon i { font-size: 15px; color: #0f6cfb; }
.hl-hosting-button { margin-top: auto; display: inline-flex; align-items: center; justify-content: center; padding: 10px 0; border-radius: 16px; background: #0f6cfb; color: #ffffff; font-size: 14px; font-weight: 600; text-decoration: none; transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease; box-shadow: 0 10px 20px rgba(15, 108, 251, 0.25); }
.hl-hosting-button:hover { background: #0b5ad4; transform: translateY(-1px); box-shadow: 0 14px 28px rgba(15, 108, 251, 0.32); }
@media (max-width: 1024px) { .hl-hosting-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .hl-hosting-grid { grid-template-columns: 1fr; } .hl-hosting-card { border-radius: 20px; } }

/* Hyper Launch Styles */
.hyper-launch-header { text-align: center; margin-bottom: 40px; }
.hyper-launch-title { font-size: 2em; font-weight: 800; color: #1e293b; margin-bottom: 10px; }
.hyper-launch-subtitle { font-size: 1.1em; color: #64748b; max-width: 700px; margin: 0 auto; padding-bottom:50px; }
.hyper-launch-grid { display: flex; flex-direction: column; gap: 25px; max-width: 1200px; margin: 0 auto; }
.hyper-launch-card { background: #ffffff; border-radius: 16px; padding: 30px; text-align: center; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s; border: 1px solid #e2e8f0; position: relative; overflow: hidden; }
.hyper-launch-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15); }
.hyper-launch-package-name { font-size: 1.5em; color: #002f76; margin-bottom: 5px; font-weight: 700; }
.hyper-launch-tagline { font-size: 0.95em; color: #94a3b8; margin-bottom: 25px; min-height: 40px; }
.hyper-launch-price-box { margin: 20px 0; padding: 15px 0; border-top: 1px dashed #e2e8f0; border-bottom: 1px dashed #e2e8f0; }
.hyper-launch-starting { display: block; font-size: 0.9em; color: #64748b; }
.hyper-launch-price { font-size: 2.8em; font-weight: 900; color: #0f172a; display: block; line-height: 1.2; }
.hyper-launch-cta-button { display: block; width: 100%; padding: 14px 0; background-color: #002f76; color: white; text-decoration: none; border-radius: 8px; font-weight: 600; margin-top: 20px; transition: background-color 0.3s; box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4); }
.hyper-launch-cta-button:hover { background: #26bae9; color: white; }
.hyper-launch-specs-summary { list-style: none; padding: 0; margin: 10px 0 20px 0; text-align: center; }
.hyper-launch-specs-summary li { font-size: 1em; color: #475569; padding: 5px 0; display: flex; justify-content: center; align-items: center; }
.spec-icon { margin-right: 8px; font-size: 1.1em; }
.hyper-launch-details-toggle { background: none; border: 1px solid #e2e8f0; color: #007bff; padding: 10px 15px; margin: 15px 0; cursor: pointer; border-radius: 6px; width: 100%; transition: background-color 0.3s, color 0.3s; font-weight: 600; }
.hyper-launch-details-toggle:hover { background-color: #e6f0ff; }
.hyper-launch-details-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out; padding: 0 10px; text-align: left; }
.hyper-launch-details-content.is-open { max-height: 300px; padding: 15px 10px; border-top: 1px solid #f1f5f9; margin-bottom: 10px; }
.hyper-launch-full-specs { list-style: none; padding: 0; margin: 0; }
.hyper-launch-full-specs li { font-size: 0.9em; color: #64748b; padding: 5px 0; border-bottom: 1px dotted #f1f5f9; }
@media (min-width: 992px) { .hyper-launch-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; align-items: stretch; } .hyper-launch-card.is-featured { transform: scale(1.05) translateY(-10px); } .hyper-launch-card.is-featured:hover { transform: scale(1.05) translateY(-15px); } }

/* =========================================
   WORDPRESS SLIDER
   ========================================= */
.ash-image-mockup { position: relative; overflow: visible; }
.ash-main-image { position: relative; z-index: 1; width: 100%; border-radius: 12px; }
.ash-popup-box { position: absolute; z-index: 5; background: #ffffff; padding: 15px 18px; border-radius: 12px; box-shadow: 0px 5px 25px rgba(0,0,0,0.08); width: auto; max-width: 240px; animation: floatUpDown 4s ease-in-out infinite; }
@keyframes floatUpDown { 0% { transform: translateY(0px); } 50% { transform: translateY(-8px); } 100% { transform: translateY(0px); } }
.ash-popup-top { top: 20px; right: 20px; animation-delay: 0.3s; }
.ash-popup-bottom { bottom: 20px; left: 20px; animation-delay: 0.6s; }
.ash-slide-row { display: flex; align-items: center; justify-content: space-between; }
.ash-slide-col-left { width: 50%; padding: 40px; }
.ash-slide-col-right { width: 50%; padding: 40px; }
.ash-slide-title { font-size: 36px; font-weight: 800; color: #1a2b49; }
.ash-slide-description { font-size: 17px; line-height: 1.6; margin: 20px 0; color: #6c7a94; }
.ash-feature-list li { margin: 8px 0; font-size: 16px; color: #1a2b49; display: flex; align-items: center; gap: 6px; }
.ash-cta-button { background: #1a2b49; padding: 12px 25px; color: #fff; font-size: 16px; border-radius: 8px; display: inline-block; margin-top: 20px; cursor: pointer;}
.ash-slider-nav { display: flex; gap: 10px; margin-top: 30px; justify-content: center; }
.ash-slider-dot { padding: 8px 12px; border-radius: 6px; background: #f1f4f9; cursor: pointer; font-size: 14px; color: #1a2b49; }
.ash-slider-dot.ash-active { background: #00d7b0; color: #fff; }
.ash-slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: #1a2b49; color: #fff; padding: 14px; border-radius: 50%; cursor: pointer; z-index: 10; }
.ash-slider-prev { left: -25px; }
.ash-slider-next { right: -25px; }