/**
 * Tablet Sat Sayfası - Creative & Animated
 * 
 * Beyaz tonlar, animasyonlu tablet görselleri, modern tasarım
 * 
 * @package CihazSat
 * @version 2.0.0
 */

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

/* ========================================
   HERO - Animated Tablets
   ======================================== */

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

.tablet-hero__floating-tablets {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.tablet-hero__tablet {
    position: absolute;
    font-size: 3rem;
    opacity: 0.1;
    animation: floatTablet 6s ease-in-out infinite;
}

.tablet-hero__tablet--1 {
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.tablet-hero__tablet--2 {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.tablet-hero__tablet--3 {
    bottom: 20%;
    left: 20%;
    animation-delay: 4s;
}

@keyframes floatTablet {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(5deg); }
}

.tablet-hero__content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.tablet-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;
}

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

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

.tablet-hero__title-gradient {
    background: linear-gradient(135deg, #10b981, #059669);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tablet-hero__subtitle {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #6b7280;
    margin-bottom: 50px;
}

.tablet-hero__stats {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.tablet-hero__stat {
    text-align: center;
}

.tablet-hero__stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 5px;
}

.tablet-hero__stat-label {
    font-size: 0.875rem;
    color: #6b7280;
}

/* ========================================
   CONTACT METHODS - Creative Cards
   ======================================== */

.tablet-contact-methods {
    padding: 100px 0;
    background: #ffffff;
}

.tablet-contact-methods__header {
    text-align: center;
    margin-bottom: 60px;
}

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

.tablet-contact-methods__subtitle {
    font-size: 1.1rem;
    color: #6b7280;
}

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

.tablet-contact-card {
    background: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.tablet-contact-card:hover {
    background: #ffffff;
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.tablet-contact-card--whatsapp:hover {
    border-color: #25d366;
    box-shadow: 0 20px 40px rgba(37, 211, 102, 0.2);
}

.tablet-contact-card--phone:hover {
    border-color: #3b82f6;
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.2);
}

.tablet-contact-card--form:hover {
    border-color: #111827;
    box-shadow: 0 20px 40px rgba(17, 24, 39, 0.15);
}

.tablet-contact-card__icon {
    width: 100px;
    height: 100px;
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    transition: all 0.3s ease;
}

.tablet-contact-card--whatsapp .tablet-contact-card__icon {
    color: #25d366;
}

.tablet-contact-card--phone .tablet-contact-card__icon {
    color: #3b82f6;
}

.tablet-contact-card--form .tablet-contact-card__icon {
    color: #111827;
}

.tablet-contact-card:hover .tablet-contact-card__icon {
    transform: scale(1.1) rotate(5deg);
}

.tablet-contact-card__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 16px;
}

.tablet-contact-card__desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #6b7280;
    margin-bottom: 24px;
}

.tablet-contact-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    text-align: left;
}

.tablet-contact-card__features li {
    padding: 8px 0;
    font-size: 0.9rem;
    color: #374151;
}

.tablet-contact-card__button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tablet-contact-card--whatsapp .tablet-contact-card__button {
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.tablet-contact-card--whatsapp .tablet-contact-card__button:hover {
    background: #22c55e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.tablet-contact-card--phone .tablet-contact-card__button {
    background: #3b82f6;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.tablet-contact-card--phone .tablet-contact-card__button:hover {
    background: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

.tablet-contact-card--form .tablet-contact-card__button {
    background: #111827;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.tablet-contact-card--form .tablet-contact-card__button:hover {
    background: #1f2937;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* ========================================
   BRANDS - Simple Grid
   ======================================== */

.tablet-brands {
    padding: 80px 0;
    background: #f9fafb;
}

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

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

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

.tablet-brands__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.tablet-brand-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.tablet-brand-item:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
    border-color: #10b981;
}

.tablet-brand-item__icon {
    font-size: 3rem;
    margin-bottom: 16px;
}

.tablet-brand-item__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.tablet-brand-item__models {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.5;
}

/* ========================================
   SHOWCASE - Animated Devices
   ======================================== */

.tablet-showcase {
    padding: 100px 0;
    background: #ffffff;
}

.tablet-showcase__header {
    text-align: center;
    margin-bottom: 60px;
}

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

.tablet-showcase__subtitle {
    font-size: 1.1rem;
    color: #6b7280;
}

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

.tablet-showcase__card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.tablet-showcase__card:hover {
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-6px);
}

.tablet-showcase__device {
    width: 160px;
    height: 220px;
    margin: 0 auto 24px;
    position: relative;
}

.tablet-showcase__screen {
    width: 100%;
    height: 100%;
    background: #111827;
    border-radius: 12px;
    border: 6px solid #1f2937;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    animation: deviceFloat 3s ease-in-out infinite;
}

@keyframes deviceFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.tablet-showcase__display {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e5e7eb, #f3f4f6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
}

.tablet-showcase__name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.tablet-showcase__spec {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 12px;
}

.tablet-showcase__badge {
    display: inline-block;
    padding: 6px 16px;
    background: #ecfdf5;
    border: 1px solid #10b981;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #065f46;
}

/* ========================================
   REVIEWS - Modern
   ======================================== */

.tablet-reviews {
    padding: 100px 0;
    background: #f9fafb;
}

.tablet-reviews__header {
    text-align: center;
    margin-bottom: 60px;
}

.tablet-reviews__rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 20px;
}

.tablet-reviews__stars {
    font-size: 1.5rem;
}

.tablet-reviews__score {
    font-size: 2rem;
    font-weight: 800;
    color: #111827;
}

.tablet-reviews__title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.tablet-reviews__subtitle {
    font-size: 1rem;
    color: #6b7280;
}

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

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

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

.tablet-review__stars {
    font-size: 1.1rem;
    margin-bottom: 16px;
}

.tablet-review__text {
    font-size: 1rem;
    line-height: 1.7;
    color: #374151;
    font-style: italic;
    margin-bottom: 24px;
}

.tablet-review__author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tablet-review__avatar {
    font-size: 2.5rem;
}

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

.tablet-review__location {
    font-size: 0.875rem;
    color: #6b7280;
}

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

.tablet-faq {
    padding: 100px 0;
    background: #ffffff;
}

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

.tablet-faq__title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.02em;
}

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

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

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

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

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

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

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

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

.tablet-form-card {
    max-width: 700px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.tablet-form-header {
    text-align: center;
    margin-bottom: 40px;
}

.tablet-form-title {
    font-size: 2rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 12px;
}

.tablet-form-subtitle {
    font-size: 1rem;
    color: #6b7280;
}

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

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

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

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

.tablet-form__input:focus,
.tablet-form__select:focus {
    outline: none;
    border-color: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.tablet-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;
}

.tablet-form__divider {
    height: 1px;
    background: #e5e7eb;
    margin: 30px 0;
}

.tablet-form__submit {
    width: 100%;
    padding: 16px 24px;
    background: #10b981;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.tablet-form__submit:hover {
    background: #059669;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
}

/* ========================================
   CTA
   ======================================== */

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

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

.tablet-cta__text {
    font-size: 1.1rem;
    opacity: 0.8;
    margin-bottom: 40px;
}

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

.tablet-cta__button {
    display: inline-flex;
    align-items: center;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tablet-cta__button--whatsapp {
    background: #25d366;
    color: #ffffff;
}

.tablet-cta__button--whatsapp:hover {
    background: #22c55e;
    transform: translateY(-2px);
}

.tablet-cta__button--phone {
    background: #3b82f6;
    color: #ffffff;
}

.tablet-cta__button--phone:hover {
    background: #2563eb;
    transform: translateY(-2px);
}

.tablet-cta__button--form {
    background: #ffffff;
    color: #111827;
}

.tablet-cta__button--form:hover {
    background: #f9fafb;
    transform: translateY(-2px);
}

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

@media (max-width: 1024px) {
    .tablet-contact-methods__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .tablet-brands__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tablet-showcase__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tablet-reviews__slider {
        grid-template-columns: 1fr;
    }
    
    .tablet-faq__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .tablet-hero {
        padding: 60px 0 50px;
    }
    
    .tablet-hero__title {
        font-size: 2.5rem;
    }
    
    .tablet-hero__stats {
        flex-direction: column;
        gap: 30px;
    }
    
    .tablet-brands,
    .tablet-showcase,
    .tablet-reviews,
    .tablet-faq,
    .tablet-form-section {
        padding: 60px 0;
    }
    
    .tablet-brands__grid {
        grid-template-columns: 1fr;
    }
    
    .tablet-showcase__grid {
        grid-template-columns: 1fr;
    }
    
    .tablet-form-card {
        padding: 35px 25px;
    }
    
    .tablet-form__row {
        grid-template-columns: 1fr;
    }
    
    .tablet-cta {
        padding: 60px 0;
    }
    
    .tablet-cta__title {
        font-size: 2rem;
    }
    
    .tablet-cta__buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .tablet-cta__button {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .tablet-hero__title {
        font-size: 2rem;
    }
    
    .tablet-contact-card {
        padding: 30px 20px;
    }
    
    .tablet-showcase__device {
        width: 120px;
        height: 180px;
    }
    
    .tablet-showcase__display {
        font-size: 3rem;
    }
}
