/* =============================================================
   Zebra Tiling - Sika-Style Professional Layout
   ============================================================= */

/* ===== Base & Container ===== */
.zt-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===== Hero Section ===== */
.zt-hero {
    position: relative;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #fff;
    padding: 120px 0 80px;
    overflow: hidden;
}

.zt-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(230, 81, 0, 0.85) 0%, rgba(191, 54, 12, 0.9) 100%);
}

.zt-hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.zt-hero-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
}

.zt-hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

.zt-hero-desc {
    font-size: 1.2rem;
    line-height: 1.7;
    opacity: 0.95;
    margin-bottom: 40px;
    max-width: 650px;
}

.zt-hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.zt-hero-stats {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.zt-stat {
    display: flex;
    flex-direction: column;
}

.zt-stat-num {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

.zt-stat-label {
    font-size: 0.85rem;
    opacity: 0.8;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ===== Buttons ===== */
.zt-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.zt-btn-primary {
    background: #fff;
    color: #E65100;
}

.zt-btn-primary:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.zt-btn-outline {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}

.zt-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

.zt-btn-white {
    background: #fff;
    color: #E65100;
}

.zt-btn-white:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.zt-btn-whatsapp {
    background: #25D366;
    color: #fff;
}

.zt-btn-whatsapp:hover {
    background: #1faa52;
    transform: translateY(-2px);
}

/* ===== Section Common ===== */
.zt-section-tag {
    display: inline-block;
    color: #E65100;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

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

.zt-section-header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.zt-section-header p {
    font-size: 1.15rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.zt-section-header-light h2 {
    color: #fff;
}

/* ===== Introduction Section ===== */
.zt-intro {
    padding: 100px 0;
    background: #fff;
}

.zt-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.zt-intro-text h2 {
    font-size: 2.25rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 24px;
    line-height: 1.2;
}

.zt-intro-text p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.zt-link-arrow {
    display: inline-block;
    color: #E65100;
    font-weight: 600;
    text-decoration: none;
    margin-top: 16px;
    transition: all 0.3s ease;
}

.zt-link-arrow:hover {
    transform: translateX(4px);
}

.zt-image-placeholder {
    background: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.zt-image-placeholder svg {
    width: 100%;
    height: auto;
    display: block;
}

.zt-image-placeholder span {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
}

/* ===== Product Categories ===== */
.zt-categories {
    padding: 100px 0;
    background: #f8f8f8;
}

.zt-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.zt-category-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.zt-category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.zt-category-image {
    height: 200px;
    overflow: hidden;
}

.zt-img-placeholder {
    width: 100%;
    height: 100%;
}

.zt-img-placeholder svg {
    width: 100%;
    height: 100%;
}

.zt-category-body {
    padding: 28px;
}

.zt-category-body h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.zt-category-body p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.zt-card-link {
    color: #E65100;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.zt-category-card:hover .zt-card-link {
    transform: translateX(4px);
    display: inline-block;
}

/* ===== Applications Section ===== */
.zt-applications {
    padding: 100px 0;
    background: #fff;
}

.zt-app-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 200px);
    gap: 20px;
}

.zt-app-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.zt-app-large {
    grid-column: span 1;
    grid-row: span 2;
}

.zt-app-img-placeholder {
    width: 100%;
    height: 100%;
}

.zt-app-img-placeholder svg {
    width: 100%;
    height: 100%;
}

.zt-app-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff;
}

.zt-app-overlay h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.zt-app-overlay p {
    font-size: 0.9rem;
    opacity: 0.9;
}

.zt-app-large .zt-app-overlay h3 {
    font-size: 1.5rem;
}

/* ===== Why Choose Us ===== */
.zt-why {
    padding: 100px 0;
    background: #1a1a1a;
}

.zt-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.zt-why-item {
    text-align: center;
    padding: 32px 24px;
}

.zt-why-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    color: #E65100;
}

.zt-why-icon svg {
    width: 100%;
    height: 100%;
}

.zt-why-item h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.zt-why-item p {
    font-size: 0.95rem;
    color: #b0b0b0;
    line-height: 1.7;
}

/* ===== CTA Section ===== */
.zt-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #E65100 0%, #BF360C 100%);
}

.zt-cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.zt-cta-text h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
}

.zt-cta-text p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
}

.zt-cta-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* ===== Testimonials / Trust ===== */
.zt-trust {
    padding: 100px 0;
    background: #f8f8f8;
}

.zt-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.zt-trust-card {
    background: #fff;
    padding: 36px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.zt-trust-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.zt-trust-stars {
    color: #FFC107;
    font-size: 1.2rem;
    margin-bottom: 16px;
}

.zt-trust-card p {
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 24px;
    font-style: italic;
}

.zt-trust-author {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.zt-trust-author strong {
    color: #1a1a1a;
    font-size: 1rem;
}

.zt-trust-author span {
    color: #999;
    font-size: 0.9rem;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .zt-hero h1 {
        font-size: 2.75rem;
    }

    .zt-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .zt-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .zt-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .zt-hero {
        padding: 80px 0 60px;
    }

    .zt-hero h1 {
        font-size: 2.25rem;
    }

    .zt-hero-desc {
        font-size: 1.05rem;
    }

    .zt-hero-stats {
        gap: 32px;
    }

    .zt-stat-num {
        font-size: 1.5rem;
    }

    .zt-intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .zt-category-grid {
        grid-template-columns: 1fr;
    }

    .zt-app-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .zt-app-large {
        grid-column: span 1;
        grid-row: span 1;
        height: 300px;
    }

    .zt-app-card {
        height: 200px;
    }

    .zt-why-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .zt-cta-content {
        flex-direction: column;
        text-align: center;
    }

    .zt-trust-grid {
        grid-template-columns: 1fr;
    }

    .zt-section-header h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .zt-hero h1 {
        font-size: 1.875rem;
    }

    .zt-hero-actions {
        flex-direction: column;
    }

    .zt-btn {
        width: 100%;
        justify-content: center;
    }

    .zt-hero-stats {
        flex-direction: column;
        gap: 20px;
    }
}
