/**
 * Laptop Sat Sayfası Styles - CihazSat Theme
 * 
 * SEO uyumlu, kapsamlı laptop satış sayfası
 * 
 * @package CihazSat
 * @version 1.0.0
 */

/* ========================================
   GENEL AYARLAR
   ======================================== */

.laptop-sat-page {
    background: #ffffff;
}

/* ========================================
   HERO SECTION
   ======================================== */

.laptop-hero {
    padding: 100px 0 80px;
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
    border-bottom: 1px solid #e5e7eb;
}

.laptop-hero__content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.laptop-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: #ecfdf5;
    border: 1px solid #10b981;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #065f46;
    margin-bottom: 30px;
}

.laptop-hero__badge svg {
    color: #10b981;
}

.laptop-hero__title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 24px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.laptop-hero__subtitle {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #6b7280;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.laptop-hero__features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.laptop-hero__feature {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #374151;
}

.laptop-hero__feature svg {
    color: #10b981;
    flex-shrink: 0;
}

.laptop-hero__cta {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.laptop-hero__button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.laptop-hero__button--primary {
    background: #111827;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.laptop-hero__button--primary:hover {
    background: #1f2937;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.laptop-hero__button--secondary {
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.laptop-hero__button--secondary:hover {
    background: #22c55e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

/* ========================================
   BRANDS SECTION
   ======================================== */

.laptop-brands {
    padding: 100px 0;
    background: #ffffff;
}

.laptop-brands__header {
    text-align: center;
    margin-bottom: 60px;
}

.laptop-brands__title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.laptop-brands__subtitle {
    font-size: 1.1rem;
    color: #6b7280;
}

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

.laptop-brand-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 40px 30px;
    transition: all 0.3s ease;
}

.laptop-brand-card:hover {
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
    border-color: #d1d5db;
}

.laptop-brand-card--more {
    border: 2px dashed #d1d5db;
}

.laptop-brand-card--more:hover {
    border-color: #9ca3af;
}

.laptop-brand-card__icon {
    text-align: center;
    margin-bottom: 20px;
}

.laptop-brand-card__emoji {
    font-size: 3rem;
}

.laptop-brand-card__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
    text-align: center;
}

.laptop-brand-card__desc {
    font-size: 0.95rem;
    color: #6b7280;
    text-align: center;
    margin-bottom: 24px;
}

.laptop-brand-card__models {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.laptop-brand-card__models li {
    font-size: 0.875rem;
    color: #374151;
    padding: 8px 12px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
}

.laptop-brand-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #111827;
    text-decoration: none;
    transition: all 0.3s ease;
}

.laptop-brand-card__link:hover {
    color: #374151;
    gap: 10px;
}

/* ========================================
   GALLERY SECTION
   ======================================== */

.laptop-gallery {
    padding: 100px 0;
    background: #f9fafb;
}

.laptop-gallery__header {
    text-align: center;
    margin-bottom: 60px;
}

.laptop-gallery__title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.laptop-gallery__subtitle {
    font-size: 1.1rem;
    color: #6b7280;
}

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

.laptop-gallery__item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.laptop-gallery__item:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.laptop-gallery__image {
    width: 100%;
    aspect-ratio: 16/10;
    background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    border-bottom: 1px solid #e5e7eb;
}

.laptop-gallery__info {
    padding: 20px;
}

.laptop-gallery__info h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.laptop-gallery__price {
    font-size: 1.5rem;
    font-weight: 800;
    color: #10b981;
    margin-bottom: 10px;
}

.laptop-gallery__badge {
    display: inline-block;
    padding: 4px 12px;
    background: #ecfdf5;
    border: 1px solid #10b981;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #065f46;
}

/* ========================================
   TESTIMONIALS SECTION
   ======================================== */

.laptop-testimonials {
    padding: 100px 0;
    background: #ffffff;
}

.laptop-testimonials__header {
    text-align: center;
    margin-bottom: 60px;
}

.laptop-testimonials__title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.laptop-testimonials__subtitle {
    font-size: 1.1rem;
    color: #6b7280;
}

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

.laptop-testimonials__card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease;
}

.laptop-testimonials__card:hover {
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.laptop-testimonials__stars {
    font-size: 1.1rem;
    margin-bottom: 16px;
}

.laptop-testimonials__text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #374151;
    font-style: italic;
    margin-bottom: 20px;
}

.laptop-testimonials__author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.laptop-testimonials__avatar {
    font-size: 2.5rem;
}

.laptop-testimonials__name {
    font-weight: 700;
    color: #111827;
    margin-bottom: 4px;
}

.laptop-testimonials__location {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 2px;
}

.laptop-testimonials__device {
    font-size: 0.8rem;
    color: #9ca3af;
}

/* ========================================
   FAQ SECTION
   ======================================== */

.laptop-faq {
    padding: 100px 0;
    background: #f9fafb;
}

.laptop-faq__header {
    text-align: center;
    margin-bottom: 60px;
}

.laptop-faq__title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.laptop-faq__subtitle {
    font-size: 1.1rem;
    color: #6b7280;
}

.laptop-faq__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.laptop-faq__item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease;
}

.laptop-faq__item:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.laptop-faq__question {
    display: flex;
    align-items: start;
    gap: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

.laptop-faq__question svg {
    flex-shrink: 0;
    color: #10b981;
    margin-top: 2px;
}

.laptop-faq__answer {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #6b7280;
    padding-left: 36px;
}

/* ========================================
   TURKEY SECTION
   ======================================== */

.laptop-turkey {
    padding: 100px 0;
    background: #ffffff;
}

.laptop-turkey__header {
    text-align: center;
    margin-bottom: 60px;
}

.laptop-turkey__title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.laptop-turkey__subtitle {
    font-size: 1.1rem;
    color: #6b7280;
}

.laptop-turkey__cities {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.laptop-turkey__city-group {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 30px;
}

.laptop-turkey__region {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e5e7eb;
}

.laptop-turkey__city-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.laptop-turkey__city-list span {
    font-size: 0.875rem;
    color: #374151;
    padding: 8px 16px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.laptop-turkey__city-list span:hover {
    background: #ffffff;
    border-color: #d1d5db;
    color: #111827;
}

/* ========================================
   SPECS SECTION
   ======================================== */

.laptop-specs {
    padding: 100px 0;
    background: #ffffff;
}

.laptop-specs__header {
    text-align: center;
    margin-bottom: 60px;
}

.laptop-specs__title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.laptop-specs__subtitle {
    font-size: 1.1rem;
    color: #6b7280;
}

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

.laptop-specs__card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 30px;
}

.laptop-specs__card-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
}

.laptop-specs__card-title svg {
    color: #10b981;
}

.laptop-specs__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.laptop-specs__list li {
    font-size: 0.9rem;
    color: #374151;
    padding-left: 20px;
    position: relative;
}

.laptop-specs__list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: 700;
}

/* ========================================
   FORM SECTION
   ======================================== */

.laptop-form-section {
    padding: 100px 0;
    background: #f9fafb;
}

.laptop-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
}

.laptop-form-info__title {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 16px;
}

.laptop-form-info__text {
    font-size: 1rem;
    line-height: 1.7;
    color: #6b7280;
    margin-bottom: 30px;
}

.laptop-form-info__features {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.laptop-form-info__feature {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #374151;
}

.laptop-form-info__feature svg {
    color: #10b981;
    flex-shrink: 0;
}

.laptop-form-info__stat {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
}

.laptop-form-info__stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 8px;
}

.laptop-form-info__stat-label {
    font-size: 1rem;
    color: #6b7280;
}

/* Form Card */

.laptop-form-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.laptop-form-card__title {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.laptop-form-card__subtitle {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 30px;
}

/* Form Styles */

.laptop-form__group {
    margin-bottom: 24px;
}

.laptop-form__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

.laptop-form__label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

.laptop-form__input,
.laptop-form__select,
.laptop-form__textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 1rem;
    color: #111827;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-family: inherit;
}

.laptop-form__input:focus,
.laptop-form__select:focus,
.laptop-form__textarea:focus {
    outline: none;
    border-color: #111827;
    box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.1);
}

.laptop-form__select {
    cursor: pointer;
    appearance: none;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="%236b7280"%3E%3Cpath stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"%3E%3C/path%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding-right: 40px;
}

.laptop-form__textarea {
    resize: vertical;
    min-height: 80px;
}

.laptop-form__divider {
    font-size: 0.875rem;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 30px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
}

.laptop-form__checkbox {
    display: flex;
    align-items: start;
    gap: 12px;
    cursor: pointer;
}

.laptop-form__checkbox input[type="checkbox"] {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.laptop-form__checkbox span {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.6;
}

.laptop-form__checkbox a {
    color: #111827;
    font-weight: 600;
    text-decoration: underline;
}

.laptop-form__submit {
    width: 100%;
    padding: 16px 24px;
    background: #111827;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 12px;
}

.laptop-form__submit:hover {
    background: #1f2937;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.laptop-form__note {
    text-align: center;
    font-size: 0.875rem;
    color: #6b7280;
}

/* ========================================
   SEO CONTENT SECTION
   ======================================== */

.laptop-seo-content {
    padding: 100px 0;
    background: #ffffff;
}

.laptop-seo-content__wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.laptop-seo-article {
    margin-bottom: 50px;
}

.laptop-seo-article:last-child {
    margin-bottom: 0;
}

.laptop-seo-article__title {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
}

.laptop-seo-article__content {
    font-size: 1rem;
    line-height: 1.8;
    color: #374151;
}

.laptop-seo-article__content p {
    margin-bottom: 16px;
}

.laptop-seo-article__content strong {
    color: #111827;
    font-weight: 700;
}

.laptop-seo-article__content ul,
.laptop-seo-article__content ol {
    margin: 20px 0;
    padding-left: 24px;
}

.laptop-seo-article__content li {
    margin-bottom: 12px;
    line-height: 1.7;
}

/* ========================================
   FINAL CTA SECTION
   ======================================== */

.laptop-final-cta {
    padding: 80px 0;
    background: #111827;
    color: #ffffff;
    text-align: center;
}

.laptop-final-cta__title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.laptop-final-cta__text {
    font-size: 1.1rem;
    opacity: 0.8;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.laptop-final-cta__buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.laptop-final-cta__button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.laptop-final-cta__button--primary {
    background: #ffffff;
    color: #111827;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.laptop-final-cta__button--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.laptop-final-cta__button--secondary {
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.laptop-final-cta__button--secondary:hover {
    background: #22c55e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 1024px) {
    .laptop-brands__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .laptop-gallery__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .laptop-testimonials__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .laptop-faq__grid {
        grid-template-columns: 1fr;
    }
    
    .laptop-turkey__cities {
        grid-template-columns: 1fr;
    }
    
    .laptop-specs__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .laptop-form-wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .laptop-hero {
        padding: 60px 0 50px;
    }
    
    .laptop-hero__title {
        font-size: 2.5rem;
    }
    
    .laptop-hero__subtitle {
        font-size: 1rem;
    }
    
    .laptop-hero__features {
        flex-direction: column;
        align-items: center;
    }
    
    .laptop-brands,
    .laptop-gallery,
    .laptop-testimonials,
    .laptop-faq,
    .laptop-turkey,
    .laptop-specs,
    .laptop-form-section,
    .laptop-seo-content {
        padding: 60px 0;
    }
    
    .laptop-brands__title,
    .laptop-gallery__title,
    .laptop-testimonials__title,
    .laptop-faq__title,
    .laptop-turkey__title,
    .laptop-specs__title {
        font-size: 2rem;
    }
    
    .laptop-brands__grid,
    .laptop-gallery__grid,
    .laptop-testimonials__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .laptop-specs__grid {
        grid-template-columns: 1fr;
    }
    
    .laptop-form__row {
        grid-template-columns: 1fr;
    }
    
    .laptop-final-cta {
        padding: 60px 0;
    }
    
    .laptop-final-cta__title {
        font-size: 2rem;
    }
    
    .laptop-final-cta__buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .laptop-final-cta__button {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .laptop-hero__title {
        font-size: 2rem;
    }
    
    .laptop-brand-card {
        padding: 30px 20px;
    }
    
    .laptop-form-card {
        padding: 30px 20px;
    }
    
    .laptop-seo-article__title {
        font-size: 1.5rem;
    }
}

