/* ==========================================
   DİNAMİK SAYFA TEMASı CSS
   Milano - Premium Furniture
   Author: Altunsoft Inc. - Mahsun Altun
   ========================================== */

/* PAGE HERO SECTION */
.page-hero {
    height: 90vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: calc(var(--top-bar-h) + var(--header-h));
}

.page-hero-parallax {
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 120%;
    z-index: 1;
}

.page-hero-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.1);
    transition: transform 0.3s ease-out;
}

.page-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(13, 10, 9, 0.85) 0%, rgba(13, 10, 9, 0.6) 100%);
    z-index: 2;
}

.page-hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 0 5%;
    max-width: 1000px;
}

.page-breadcrumb {
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-dim);
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(20px);
}

.page-breadcrumb a {
    color: var(--gold-light);
    text-decoration: none;
    transition: 0.3s;
}

.page-breadcrumb a:hover {
    color: var(--gold);
}

.page-breadcrumb span {
    margin: 0 10px;
}

.page-title {
    margin: 0;
    padding: 0;
}

.page-title-main {
    display: block;
    font-family: var(--font-serif);
    font-size: clamp(3rem, 8vw, 7rem);
    color: var(--gold-light);
    letter-spacing: 5px;
    line-height: 1;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(30px);
}

.page-title-sub {
    display: block;
    font-family: var(--font-sans);
    font-size: clamp(1rem, 2vw, 1.3rem);
    color: var(--text);
    letter-spacing: 2px;
    font-weight: 300;
    opacity: 0;
    transform: translateY(20px);
}

.scroll-indicator {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: var(--text-dim);
    z-index: 10;
    opacity: 0;
}

.scroll-mouse {
    width: 30px;
    height: 50px;
    border: 2px solid var(--gold);
    border-radius: 15px;
    position: relative;
    margin: 0 auto 10px;
}

.scroll-wheel {
    width: 4px;
    height: 10px;
    background: var(--gold);
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollWheel 2s infinite;
}

@keyframes scrollWheel {
    0%, 100% { top: 8px; opacity: 1; }
    50% { top: 28px; opacity: 0.3; }
}

.scroll-indicator span {
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* PAGE WRAPPER */
.page-wrapper {
    background: var(--bg);
}

/* CONTAINER */
.container-custom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 6%;
}

/* CONTENT SECTIONS */
.content-section {
    padding: 120px 0;
}

.intro-section {
    padding-top: 150px;
}

/* 2 COLUMN GRID */
.content-grid-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
   
}

.content-col {
    opacity: 0;
}

.content-col[data-reveal="left"] {
    transform: translateX(-50px);
}

.content-col[data-reveal="right"] {
    transform: translateX(50px);
}

.content-label {
    font-size: 0.85rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
    font-weight: 600;
}

.content-heading {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: var(--gold-light);
    margin-bottom: 30px;
    line-height: 1.2;
}

.content-lead {
    font-size: 1.3rem;
    line-height: 1.8;
    color: var(--text);
    margin-bottom: 25px;
    font-weight: 300;
}

.content-paragraph {
    font-size: 1.05rem;
    line-height: 1.9;
    color: var(--text-dim);
    margin-bottom: 20px;
}

/* CONTENT FEATURES */
.content-features {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 40px;
}

.feature-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 25px;
    background: rgba(184, 134, 11, 0.05);
    border-left: 3px solid var(--gold);
    border-radius: 5px;
    transition: 0.4s;
    opacity: 0;
    transform: translateX(-30px);
}

.feature-item:hover {
    background: rgba(184, 134, 11, 0.1);
    transform: translateX(5px);
    border-left-width: 5px;
}

.feature-icon {
    color: var(--gold-light);
    flex-shrink: 0;
}

.feature-text h4 {
    font-family: var(--font-serif);
    font-size: 1.2rem;
    color: var(--gold-light);
    margin-bottom: 8px;
}

.feature-text p {
    font-size: 0.95rem;
    color: var(--text-dim);
    line-height: 1.6;
}

/* IMAGE BOX */
.content-image-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(184, 134, 11, 0.2);
    height: 600px;
}

.content-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.image-hover-scale:hover img {
    transform: scale(1.1);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    background: linear-gradient(180deg, transparent 0%, rgba(13, 10, 9, 0.95) 100%);
    transform: translateY(100%);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.content-image-box:hover .image-overlay {
    transform: translateY(0);
}

.image-label {
    font-size: 1.2rem;
    letter-spacing: 3px;
    color: var(--gold-light);
    text-transform: uppercase;
}

/* FULL WIDTH IMAGE */
.full-image-section {
    position: relative;
    height: 70vh;
    overflow: hidden;
    margin: 80px 0;
    opacity: 0;
    transform: scale(0.95);
}

.full-image-parallax {
    width: 100%;
    height: 100%;
}

.full-image-parallax img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

.full-image-caption {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
}

.full-image-caption span {
    font-size: 1.5rem;
    letter-spacing: 3px;
    color: var(--gold-light);
    font-family: var(--font-serif);
    background: rgba(13, 10, 9, 0.8);
    padding: 15px 40px;
    border-radius: 5px;
    border: 1px solid var(--gold);
}

/* SECTION HEADERS */
.section-header-centered {
    text-align: center;
    margin-bottom: 80px;
    opacity: 0;
    transform: translateY(30px);
}

.section-label {
    font-size: 0.85rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 15px;
}

.section-title {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: var(--gold-light);
    margin-bottom: 20px;
}

.section-description {
    font-size: 1.1rem;
    color: var(--text-dim);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

/* PRINCIPLES GRID */
.principles-section {
    background: #050403;
}

.principles-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.principle-card {
    position: relative;
    padding: 50px 40px;
    background: var(--bg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(50px);
    overflow: hidden;
}

.principle-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(184, 134, 11, 0.1) 0%, transparent 50%);
    opacity: 0;
    transition: 0.5s;
}

.principle-card:hover {
    border-color: var(--gold);
    transform: translateY(-10px);
}

.principle-card:hover::before {
    opacity: 1;
}

.principle-number {
    position: absolute;
    top: 20px;
    right: 30px;
    font-family: var(--font-serif);
    font-size: 4rem;
    color: rgba(184, 134, 11, 0.1);
    font-weight: 700;
    line-height: 1;
    transition: 0.5s;
}

.principle-card:hover .principle-number {
    color: rgba(184, 134, 11, 0.2);
    transform: scale(1.2);
}

.principle-icon {
    color: var(--gold-light);
    margin-bottom: 30px;
    transition: 0.5s;
}

.principle-card:hover .principle-icon {
    transform: translateY(-10px) rotate(5deg);
}

.principle-title {
    font-family: var(--font-serif);
    font-size: 1.8rem;
    color: var(--gold-light);
    margin-bottom: 20px;
    line-height: 1.3;
}

.principle-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-dim);
}

/* STATS SHOWCASE */
.stats-showcase {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, #0a0807 0%, #050403 100%);
    overflow: hidden;
}

.stats-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(30deg, rgba(184, 134, 11, 0.03) 12%, transparent 12.5%, transparent 87%, rgba(184, 134, 11, 0.03) 87.5%, rgba(184, 134, 11, 0.03)),
        linear-gradient(150deg, rgba(184, 134, 11, 0.03) 12%, transparent 12.5%, transparent 87%, rgba(184, 134, 11, 0.03) 87.5%, rgba(184, 134, 11, 0.03));
    background-size: 80px 140px;
}

.stats-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    position: relative;
    z-index: 10;
}

.stat-box {
    text-align: center;
    padding: 50px 30px;
    background: rgba(13, 10, 9, 0.5);
    border: 1px solid rgba(184, 134, 11, 0.2);
    border-radius: 15px;
    transition: 0.5s;
    opacity: 0;
    transform: scale(0.9);
}

.stat-box:hover {
    border-color: var(--gold);
    transform: scale(1.05) translateY(-10px);
    background: rgba(184, 134, 11, 0.08);
    box-shadow: 0 20px 60px rgba(184, 134, 11, 0.2);
}

.stat-icon-circle {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-light);
    transition: 0.5s;
}

.stat-box:hover .stat-icon-circle {
    transform: rotate(360deg);
    background: var(--gold);
    color: white;
}

.stat-number {
    font-family: var(--font-serif);
    font-size: 4rem;
    color: var(--gold-light);
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1;
}

.stat-label {
    font-size: 0.95rem;
    color: var(--text-dim);
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* GALLERY SECTION */
.gallery-section {
    background: #050403;
}

.content-text-center {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px;
    opacity: 0;
    transform: translateY(30px);
}

.image-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.gallery-large {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    opacity: 0;
    transform: translateY(50px);
}

.gallery-image {
    width: 100%;
    height: 100%;
    min-height: 300px;
    position: relative;
    overflow: hidden;
}

.gallery-large .gallery-image {
    min-height: 625px;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.image-hover-zoom:hover img {
    transform: scale(1.15);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 40%, rgba(13, 10, 9, 0.95) 100%);
    display: flex;
    align-items: flex-end;
    padding: 30px;
    opacity: 0;
    transition: 0.5s;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay-content h4 {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    color: var(--gold-light);
    margin-bottom: 8px;
}

.gallery-overlay-content p {
    color: var(--text-dim);
    font-size: 0.95rem;
    letter-spacing: 1px;
}

/* QUOTE SECTION */
.quote-section {
    padding: 150px 6%;
    background: linear-gradient(135deg, rgba(184, 134, 11, 0.08) 0%, rgba(13, 10, 9, 1) 100%);
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
}

.quote-content {
    max-width: 900px;
    margin: 0 auto;
}

.quote-icon {
    color: rgba(184, 134, 11, 0.3);
    margin-bottom: 30px;
}

.quote-text {
    font-family: var(--font-serif);
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    color: var(--text);
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 30px;
}

.quote-author {
    font-size: 1.1rem;
    color: var(--gold-light);
    letter-spacing: 2px;
    font-style: normal;
}

/* CERTIFICATES FLEX */
.certificates-section {
    background: var(--bg);
}

.certificates-flex {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.certificate-badge {
    flex: 1;
    min-width: 280px;
    opacity: 0;
    transform: scale(0.8);
}

.certificate-badge-inner {
    padding: 40px 30px;
    background: #050403;
    border: 1px solid rgba(184, 134, 11, 0.2);
    border-radius: 10px;
    text-align: center;
    transition: 0.5s;
}

.certificate-badge:hover .certificate-badge-inner {
    border-color: var(--gold);
    transform: translateY(-10px);
    background: rgba(184, 134, 11, 0.05);
}

.certificate-badge-icon {
    font-family: var(--font-serif);
    font-size: 3rem;
    color: var(--gold-light);
    font-weight: 700;
    margin-bottom: 20px;
    transition: 0.5s;
}

.certificate-badge:hover .certificate-badge-icon {
    transform: scale(1.1) rotate(-5deg);
}

.certificate-badge-text h4 {
    font-size: 1.2rem;
    color: var(--gold-light);
    margin-bottom: 10px;
}

.certificate-badge-text p {
    font-size: 0.9rem;
    color: var(--text-dim);
    letter-spacing: 1px;
}

/* PAGE CTA */
.page-cta-section {
    position: relative;
    padding: 180px 6%;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    transform: translateY(50px);
}

.page-cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.page-cta-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(13, 10, 9, 0.9) 0%, rgba(13, 10, 9, 0.7) 100%);
}

.page-cta-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-cta-content {
    position: relative;
    z-index: 10;
    max-width: 800px;
    margin: 0 auto;
}

.page-cta-content h2 {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    color: var(--gold-light);
    margin-bottom: 20px;
}

.page-cta-content p {
    font-size: 1.2rem;
    color: var(--text);
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.page-cta-buttons {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

/* REVEAL ANIMATIONS */
[data-reveal] {
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-reveal].revealed {
    opacity: 1 !important;
    transform: translateY(0) translateX(0) scale(1) !important;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .page-hero {
        height: 70vh;
        margin-top: calc(var(--top-bar-h) + 80px);
    }

    .content-grid-2col {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .content-image-box {
        height: 400px;
    }

    .principles-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .stats-grid-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .image-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .gallery-large {
        grid-column: span 1;
        grid-row: span 1;
    }

    .gallery-large .gallery-image {
        min-height: 300px;
    }

    .certificates-flex {
        flex-direction: column;
    }

    .certificate-badge {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    .content-section {
        padding: 80px 0;
    }

    .intro-section {
        padding-top: 100px;
    }

    .page-title-main {
        letter-spacing: 2px;
    }

    .stats-grid-4 {
        grid-template-columns: 1fr;
    }

    .stat-number {
        font-size: 3rem;
    }

    .image-gallery-grid {
        grid-template-columns: 1fr;
    }

    .page-cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-gold, .btn-gold-outline {
        width: 100%;
    }
}