/* Core Typography */
body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
}

h2 {
    font-size: clamp(2rem, 4vw, 2.5rem);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.01em;
}

h3 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.3;
    font-weight: 600;
}

h4 {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    line-height: 1.4;
    font-weight: 600;
}

p {
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.lead {
    font-size: 1.125rem;
    line-height: 1.6;
    color: var(--text-gray);
}

.small {
    font-size: 0.875rem;
    line-height: 1.5;
}

/* Section Typography */
.section-title {
    color: var(--soft-gold);
    margin-bottom: 1rem;
    text-align: center;
}

.section-subtitle {
    font-size: 1.125rem;
    line-height: 1.6;
    color: var(--text-gray);
    margin-bottom: 3rem;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Button Typography */
.btn, button {
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1;
}

/* Navigation Typography */
.nav-link {
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

/* Card Typography */
.card-title {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.card-text {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-gray);
}

/* List Typography */
ul, ol {
    line-height: 1.75;
}

li {
    margin-bottom: 0.5rem;
}

/* Form Typography */
label {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-bottom: 0.5rem;
}

input, textarea {
    font-size: 1rem;
    line-height: 1.5;
}

/* Mobile Typography Adjustments */
@media (max-width: 768px) {
    body {
        font-size: 15px;
    }

    .lead {
        font-size: 1rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .card-title {
        font-size: 1.125rem;
    }
}

@media (max-width: 480px) {
    .btn, button {
        font-size: 0.875rem;
    }

    .nav-link {
        font-size: 0.875rem;
    }
}

/* Service Typography */
.service-title {
    font-size: clamp(2rem, 4vw, 2.5rem);
    line-height: 1.2;
    font-weight: 700;
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 1.5rem;
}

.achievement-number {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    line-height: 1.1;
    font-weight: 800;
    background: linear-gradient(135deg, #D4AF37 0%, #FFE169 50%, #D4AF37 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 0.5rem;
}

.achievement-label {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--text-gray);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.expertise-title {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 600;
    color: var(--soft-gold);
    margin-bottom: 1rem;
}

.expertise-description {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--text-gray);
}

.platform-name {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--soft-gold);
    margin-bottom: 0.5rem;
}

.platform-stats {
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--text-gray);
    letter-spacing: 0.02em;
}

.testimonial-text {
    font-size: 1.125rem;
    line-height: 1.8;
    font-style: italic;
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

.testimonial-author {
    font-size: 1rem;
    font-weight: 600;
    color: var(--soft-gold);
}

.testimonial-role {
    font-size: 0.875rem;
    color: var(--text-gray);
    margin-top: 0.25rem;
}

.process-step-number {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 1rem;
}

.process-step-title {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
    color: var(--soft-gold);
    margin-bottom: 1rem;
}

.process-step-description {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--text-gray);
}

/* High-Value Service Typography */
.highlight-metric {
    font-size: clamp(3rem, 6vw, 4rem);
    line-height: 1.1;
    font-weight: 800;
    background: linear-gradient(135deg, #D4AF37 0%, #FFE169 50%, #D4AF37 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 1rem;
}

.value-proposition {
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.3;
    font-weight: 700;
    color: var(--soft-gold);
    margin-bottom: 1.5rem;
}

.service-highlight {
    font-size: 1.125rem;
    line-height: 1.6;
    color: var(--text-light);
    font-weight: 500;
    letter-spacing: 0.02em;
}

.cta-primary {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.success-metric {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 600;
    color: var(--soft-gold);
    margin-bottom: 0.5rem;
}

.success-description {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--text-gray);
}

.qualification-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--soft-gold);
    margin-bottom: 0.75rem;
    letter-spacing: 0.02em;
}

.qualification-list li {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-gray);
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
    position: relative;
}

.qualification-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--soft-gold);
    font-weight: 600;
}

.booking-title {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    line-height: 1.2;
    font-weight: 700;
    color: var(--soft-gold);
    margin-bottom: 1rem;
}

.booking-subtitle {
    font-size: 1.125rem;
    line-height: 1.6;
    color: var(--text-gray);
    margin-bottom: 2rem;
}

/* Mobile Typography Adjustments */
@media (max-width: 768px) {
    .service-title {
        font-size: 1.75rem;
    }

    .achievement-number {
        font-size: 2.5rem;
    }

    .expertise-title {
        font-size: 1.125rem;
    }

    .testimonial-text {
        font-size: 1rem;
    }

    .process-step-number {
        font-size: 2.5rem;
    }

    .process-step-title {
        font-size: 1.25rem;
    }

    .highlight-metric {
        font-size: 2.5rem;
    }

    .value-proposition {
        font-size: 1.5rem;
    }

    .service-highlight {
        font-size: 1rem;
    }

    .cta-primary {
        font-size: 1rem;
    }

    .success-metric {
        font-size: 1.125rem;
    }

    .booking-title {
        font-size: 1.75rem;
    }

    .booking-subtitle {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .achievement-label {
        font-size: 0.875rem;
    }

    .platform-name {
        font-size: 1rem;
    }

    .platform-stats {
        font-size: 0.8125rem;
    }

    .testimonial-author {
        font-size: 0.9375rem;
    }

    .testimonial-role {
        font-size: 0.8125rem;
    }

    .highlight-metric {
        font-size: 2rem;
    }

    .value-proposition {
        font-size: 1.25rem;
    }

    .qualification-title {
        font-size: 1rem;
    }

    .qualification-list li {
        font-size: 0.9375rem;
    }
}

/* Variables */
:root {
    --primary-black: #0a0a0a;
    --secondary-black: #151515;
    --soft-gold: #d4af37;
    --soft-gold-hover: #c4a032;
    --accent-gold: #b38b22;
    --text-light: #ffffff;
    --text-gray: #9ca3af;
    --gradient-gold: linear-gradient(135deg, var(--soft-gold) 0%, var(--accent-gold) 100%);
    --gradient-dark: linear-gradient(135deg, var(--primary-black) 0%, var(--secondary-black) 100%);
    --heading-font: 'Montserrat', sans-serif;
    --body-font: 'Poppins', sans-serif;
    --max-width: 1200px;
    --section-padding: 6rem 0;
    --container-padding: 2rem;
    --card-padding: 2rem;
    --border-radius: 12px;
    --transition: all 0.3s ease;
}

/* Reset & Base Styles */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    background: var(--primary-black);
    color: var(--text-light);
    font-family: var(--body-font);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    letter-spacing: -0.02em;
}

h2 {
    font-size: clamp(2rem, 4vw, 3rem);
}

/* Layout */
.container {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

section {
    position: relative;
    padding: var(--section-padding);
    overflow: hidden;
}

/* Hero Section */
.hero {
    min-height: 100vh;
    background: var(--secondary-black);
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 120px;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(212, 175, 55, 0.1), transparent 60%);
    pointer-events: none;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 4rem;
    align-items: center;
}

/* Hero Content Styles */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.25rem;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 30px;
    margin-bottom: 2rem;
}

.badge-icon {
    font-size: 1.25rem;
    color: var(--soft-gold);
}

.badge-text {
    font-family: var(--heading-font);
    font-weight: 600;
    color: var(--soft-gold);
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.title-highlight {
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--text-gray);
    max-width: 600px;
    margin-bottom: 3rem;
    line-height: 1.6;
}

/* Stats Grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
    width: 100%;
}

.stat-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(212, 175, 55, 0.1);
    border-radius: var(--border-radius);
    padding: 2rem;
    text-align: center;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.stat-box.featured {
    background: rgba(212, 175, 55, 0.1);
    border-color: rgba(212, 175, 55, 0.3);
}

.stat-box:hover {
    transform: translateY(-5px);
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.1);
}

.stat-value {
    font-family: var(--heading-font);
    font-size: 3rem;
    font-weight: 800;
    color: var(--soft-gold);
    margin-bottom: 0.5rem;
    line-height: 1;
}

.stat-label {
    font-size: 0.9rem;
    color: var(--text-gray);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Professional Buttons */
.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 2rem;
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
    border: none;
}

.cta-primary {
    background: var(--gradient-gold);
    color: var(--primary-black);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
}

/* CTA Group */
.cta-group {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    margin-top: 2rem;
}

.cta-primary {
    background: var(--gradient-gold);
    color: var(--primary-black);
    padding: 1rem 2rem;
    border-radius: var(--border-radius);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    transition: var(--transition);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
}

.cta-secondary {
    background: transparent;
    color: var(--soft-gold);
    padding: 1rem 2rem;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: var(--border-radius);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    transition: var(--transition);
}

.cta-secondary:hover {
    background: rgba(212, 175, 55, 0.1);
    transform: translateY(-2px);
}

/* Navigation */
.nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.nav-content {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--container-padding);
    max-width: var(--max-width);
    margin: 0 auto;
}

.logo-image {
    height: 50px;
    width: auto;
    transition: var(--transition);
}

.logo:hover .logo-image {
    transform: scale(1.05);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-title {
        font-size: clamp(2rem, 4vw, 3rem);
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .cta-group {
        flex-direction: column;
        width: 100%;
    }

    .cta-primary, .cta-secondary {
        width: 100%;
        justify-content: center;
    }

    .nav-content {
        height: 70px;
    }

    .logo-image {
        height: 40px;
    }
}

/* Cards & Sections */
.service-card, .testimonial-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(212, 175, 55, 0.1);
    border-radius: var(--border-radius);
    padding: var(--card-padding);
    transition: var(--transition);
}

.service-card:hover, .testimonial-card:hover {
    transform: translateY(-5px);
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.1);
}

/* Responsive Design */
@media (max-width: 1024px) {
    :root {
        --section-padding: 5rem 0;
        --container-padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero {
        padding: 1rem;
    }

    h1 {
        font-size: clamp(2rem, 4vw, 3rem);
    }
}

/* Navigation */
.nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: rgba(26, 26, 26, 0.95);
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, background 0.3s ease;
    height: 80px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.nav-content {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.logo {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0.75rem 0;
}

.logo-image {
    height: 50px;
    width: auto;
    object-fit: contain;
    filter: brightness(1.2);
    transition: transform 0.3s ease;
}

.logo:hover .logo-image {
    transform: scale(1.05);
}

/* Main Layout */
main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Animations */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-up {
    animation: fadeUp 0.6s ease forwards;
}

/* Loader */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-black);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

.loader-content {
    text-align: center;
}

.loader-circle {
    width: 50px;
    height: 50px;
    border: 3px solid var(--soft-gold);
    border-top: 3px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 1rem;
}

.loader-text {
    color: var(--soft-gold);
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 2px;
}

/* Left Column Styles */
.hero-main {
    position: relative;
    z-index: 2;
}

/* Right Column Styles */
.hero-visual {
    position: relative;
    z-index: 1;
}

.visual-wrapper {
    position: relative;
    height: 100%;
}

.image-container {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(212, 175, 55, 0.2), transparent);
    z-index: 1;
}

/* Floating Elements */
.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.float-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.float-card.success {
    top: 10%;
    right: -10%;
}

.float-card.achievement {
    bottom: 10%;
    left: -10%;
}

.card-icon {
    font-size: 1.5rem;
}

.card-content {
    color: var(--primary-black);
}

.card-title {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
}

.card-subtitle {
    font-size: 0.9rem;
    color: var(--text-gray);
}

/* Decorative Elements */
.decorative-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.circle-1, .circle-2 {
    position: absolute;
    border-radius: 50%;
    background: var(--gradient-gold);
    opacity: 0.1;
}

.circle-1 {
    width: 300px;
    height: 300px;
    top: -150px;
    right: -150px;
}

.circle-2 {
    width: 200px;
    height: 200px;
    bottom: -100px;
    left: -100px;
}

.line-1, .line-2 {
    position: absolute;
    background: var(--soft-gold);
    opacity: 0.1;
}

.line-1 {
    width: 2px;
    height: 100px;
    top: 20%;
    right: 10%;
    transform: rotate(45deg);
}

.line-2 {
    width: 100px;
    height: 2px;
    bottom: 30%;
    left: 5%;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .hero-title {
        font-size: 3.5rem;
    }

    .visual-wrapper {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 1rem;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .cta-group {
        flex-direction: column;
    }

    .cta-primary, .cta-secondary {
        width: 100%;
        justify-content: center;
    }

    .float-card {
        display: none;
    }
}

/* Results Section */
.results {
    background: var(--secondary-black);
    position: relative;
    overflow: hidden;
}

.results::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(212, 175, 55, 0.1), transparent 70%);
    pointer-events: none;
}

.results h2 {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
}

.results h2::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--gradient-gold);
    border-radius: 2px;
}

.results-timeline {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    padding: 2rem 0;
}

.results-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, 
        rgba(212, 175, 55, 0.1),
        rgba(212, 175, 55, 0.3),
        rgba(212, 175, 55, 0.1)
    );
}

.timeline-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
    position: relative;
    padding: 2rem 0;
}

.timeline-item:nth-child(even) {
    direction: rtl;
}

.timeline-item:nth-child(even) .timeline-content {
    direction: ltr;
}

.timeline-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: var(--soft-gold);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.2);
    z-index: 1;
}

.timeline-content {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(212, 175, 55, 0.1);
    border-radius: var(--border-radius);
    padding: 2.5rem;
    transition: var(--transition);
    position: relative;
}

.timeline-content:hover {
    transform: translateY(-5px);
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.1);
}

.timeline-content h3 {
    color: var(--soft-gold);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.timeline-content p {
    color: var(--text-gray);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* Mobile Responsiveness for Results Section */
@media (max-width: 1024px) {
    .results-timeline {
        max-width: 700px;
    }

    .timeline-item {
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .results-timeline {
        padding: 1rem;
    }

    .results-timeline::before {
        left: 2rem;
    }

    .timeline-item {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding-left: 4rem;
    }

    .timeline-item:nth-child(even) {
        direction: ltr;
    }

    .timeline-item::before {
        left: 2rem;
    }

    .timeline-content {
        padding: 2rem;
    }

    .timeline-content:hover {
        transform: translateY(-3px);
    }
}

@media (max-width: 480px) {
    .results h2 {
        margin-bottom: 3rem;
    }

    .results-timeline {
        padding: 0.5rem;
    }

    .results-timeline::before {
        left: 1.5rem;
    }

    .timeline-item {
        padding-left: 3rem;
        margin-bottom: 2rem;
    }

    .timeline-item::before {
        left: 1.5rem;
        width: 16px;
        height: 16px;
    }

    .timeline-content {
        padding: 1.5rem;
    }

    .timeline-content h3 {
        font-size: 1.25rem;
    }

    .timeline-content p {
        font-size: 0.95rem;
    }
}

/* Services Section */
.services {
    padding: 8rem 2rem;
    background: var(--secondary-black);
}

.services h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 4rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    background: rgba(255, 255, 255, 0.03);
    padding: 3rem 2rem;
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 215, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 215, 0, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.service-card:hover::before {
    transform: translateX(100%);
}

.service-card:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 215, 0, 0.3);
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.1);
}

.service-icon {
    font-size: 2rem;
    color: var(--soft-gold);
    margin-bottom: 1.5rem;
}

.service-card h3 {
    margin-bottom: 1rem;
}

.service-card ul {
    list-style: none;
}

.service-card ul li {
    margin: 0.5rem 0;
    color: var(--text-gray);
}

/* Expertise Section */
.expertise {
    padding: 8rem 2rem;
    background: var(--primary-black);
    position: relative;
}

.expertise::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(255, 215, 0, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.expertise h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 4rem;
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.expertise-card {
    background: rgba(255, 255, 255, 0.03);
    padding: 3rem 2rem;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 215, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.expertise-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 215, 0, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.expertise-card:hover::before {
    transform: translateX(100%);
}

.expertise-card:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 215, 0, 0.3);
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.1);
}

.expertise-card i {
    font-size: 2.5rem;
    color: var(--soft-gold);
    margin-bottom: 1.5rem;
}

.expertise-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--text-light);
}

.expertise-card p {
    color: var(--text-gray);
    line-height: 1.6;
}

/* Results Timeline */
.results {
    padding: 8rem 2rem;
}

.results h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 4rem;
}

.results-timeline {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.results-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: var(--soft-gold);
}

.timeline-item {
    margin: 2rem 0;
    width: 50%;
    padding: 0 2rem;
    position: relative;
}

.timeline-item:nth-child(odd) {
    left: 0;
}

.timeline-item:nth-child(even) {
    left: 50%;
}

.timeline-content {
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: 15px;
    position: relative;
}

.timeline-content::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--soft-gold);
    border-radius: 50%;
    top: 50%;
}

.timeline-item:nth-child(odd) .timeline-content::before {
    right: -40px;
}

.timeline-item:nth-child(even) .timeline-content::before {
    left: -40px;
}

/* Process Section */
.process {
    padding: 8rem 2rem;
    background: var(--secondary-black);
}

.process h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 4rem;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.process-steps::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, var(--soft-gold), transparent);
    transform: translateX(-50%);
    opacity: 0.3;
}

.step {
    text-align: center;
    padding: 2rem;
}

.step-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--soft-gold);
    margin-bottom: 1rem;
}

/* CTA Buttons */
.cta-button {
    background: var(--soft-gold);
    color: var(--primary-black);
    padding: 1rem 2rem;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: var(--soft-gold-hover);
    transform: translateY(-2px);
}

.cta-group {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.primary-cta {
    background: var(--soft-gold);
    color: var(--primary-black);
    padding: 1rem 2rem;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.secondary-cta {
    background: transparent;
    color: var(--soft-gold);
    padding: 1rem 2rem;
    border: 2px solid var(--soft-gold);
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.primary-cta:hover, .secondary-cta:hover {
    transform: translateY(-2px);
}

/* Final CTA Section */
.final-cta {
    padding: 8rem 2rem;
    text-align: center;
    background: linear-gradient(rgba(26, 26, 26, 0.9), rgba(26, 26, 26, 0.9)),
                url('https://images.unsplash.com/photo-1557804506-669a67965ba0?auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.final-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.final-cta p {
    color: var(--text-gray);
    margin-bottom: 2rem;
}

/* Testimonials Section */
.testimonials {
    padding: 8rem 2rem;
    background: var(--primary-black);
    position: relative;
}

.testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(255, 215, 0, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.testimonials h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 4rem;
}

.testimonials-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.03);
    padding: 3rem;
    border-radius: 15px;
    position: relative;
    border: 1px solid rgba(255, 215, 0, 0.1);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 215, 0, 0.3);
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.1);
}

.testimonial-quote {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 4rem;
    color: var(--soft-gold);
    opacity: 0.3;
    font-family: Georgia, serif;
}

.testimonial-card p {
    color: var(--text-gray);
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 2rem 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.author-avatar i {
    font-size: 3rem;
    color: var(--soft-gold);
}

.author-info h4 {
    color: var(--text-light);
    margin-bottom: 0.2rem;
}

.author-info span {
    color: var(--text-gray);
    font-size: 0.9rem;
}

/* FAQ Section */
.faq {
    padding: 8rem 2rem;
    background: var(--secondary-black);
}

.faq h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 4rem;
}

.faq-grid {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 215, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(255, 215, 0, 0.3);
}

.faq-question {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question h3 {
    font-size: 1.1rem;
    color: var(--text-light);
}

.faq-question i {
    color: var(--soft-gold);
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 0 1.5rem 1.5rem;
    max-height: 200px;
}

.faq-answer p {
    color: var(--text-gray);
    line-height: 1.6;
}

/* Enhanced Footer */
.footer-main {
    background: linear-gradient(to bottom, var(--secondary-black), var(--primary-black));
    padding: 6rem 0;
    border-top: 1px solid rgba(255, 215, 0, 0.1);
}

.footer-info {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 2fr 1fr;
    gap: 4rem;
    align-items: start;
    padding: 0 var(--container-padding);
}

.footer-logo {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.footer-logo img {
    height: 45px;
    width: auto;
}

.footer-logo p {
    color: var(--text-gray);
    font-size: 0.95rem;
    line-height: 1.8;
    max-width: 300px;
}

.footer-sections {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    justify-content: center;
}

.footer-section h3 {
    color: var(--soft-gold);
    font-size: 1.25rem;
    margin-bottom: 1.75rem;
    font-weight: 600;
    position: relative;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--gradient-gold);
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 1rem;
    color: var(--text-gray);
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 0.95rem;
}

.footer-section ul li:hover {
    color: var(--soft-gold);
    transform: translateX(5px);
}

.footer-cta {
    text-align: right;
    padding-left: 2rem;
    border-left: 1px solid rgba(212, 175, 55, 0.1);
}

.footer-cta h3 {
    color: var(--soft-gold);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.footer-cta p {
    color: var(--text-gray);
    margin-bottom: 1.75rem;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 250px;
    margin-left: auto;
}

.footer-cta-button {
    background: var(--gradient-gold);
    color: var(--primary-black);
    border: none;
    padding: 1rem 2rem;
    border-radius: var(--border-radius);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.footer-bottom {
    padding: 2rem 0;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
}

.footer-bottom .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--container-padding);
}

.footer-social {
    display: flex;
    gap: 2rem;
}

.footer-social a {
    color: var(--text-gray);
    font-size: 1.25rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.05);
}

.footer-legal {
    display: flex;
    align-items: center;
    gap: 3rem;
    color: var(--text-gray);
    font-size: 0.9rem;
}

.footer-links {
    display: flex;
    gap: 2rem;
}

.footer-links a {
    color: var(--text-gray);
    text-decoration: none;
    transition: color 0.3s ease;
}

.designer-credit {
    margin-left: 2rem;
    padding-left: 2rem;
    border-left: 1px solid rgba(212, 175, 55, 0.1);
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
    .footer-info {
        grid-template-columns: 1fr;
        gap: 4rem;
        text-align: center;
    }

    .footer-logo {
        align-items: center;
    }

    .footer-logo p {
        margin: 0 auto;
    }

    .footer-sections {
        padding: 2rem 0;
    }

    .footer-section h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-cta {
        text-align: center;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid rgba(212, 175, 55, 0.1);
        padding-top: 2rem;
    }

    .footer-cta p {
        margin: 0 auto 1.75rem;
    }
}

@media (max-width: 768px) {
    .footer-main {
        padding: 4rem 0;
    }

    .footer-bottom .container {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-legal {
        flex-direction: column;
        gap: 1.5rem;
    }

    .designer-credit {
        margin: 0;
        padding: 1.5rem 0 0;
        border-left: none;
        border-top: 1px solid rgba(212, 175, 55, 0.1);
    }
}

@media (max-width: 480px) {
    .footer-sections {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .footer-links {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
}

/* Footer */
footer {
    background: var(--secondary-black);
    padding: 4rem 2rem 2rem;
    border-top: 1px solid rgba(255, 215, 0, 0.1);
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
}

.footer-info {
    flex: 1;
    min-width: 300px;
}

.footer-logo {
    color: var(--soft-gold);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    color: var(--text-gray);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
}

.contact-item:hover {
    color: var(--soft-gold);
}

.contact-item i {
    color: var(--soft-gold);
    font-size: 1.2rem;
}

.footer-social {
    display: flex;
    gap: 1.5rem;
}

.footer-social a {
    color: var(--soft-gold);
    font-size: 1.8rem;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    color: var(--soft-gold-hover);
    transform: translateY(-3px);
}

.footer-bottom {
    max-width: 1200px;
    margin: 3rem auto 0;
    padding-top: 2rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--text-gray);
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }

    .dynamic-text {
        font-size: 3rem;
    }

    .hero-stats {
        flex-direction: column;
    }

    .timeline-item {
        width: 100%;
        left: 0 !important;
    }

    .results-timeline::before {
        left: 0;
    }

    .timeline-content::before {
        left: -40px !important;
    }

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

    .footer-social {
        justify-content: center;
    }

    .contact-info {
        align-items: center;
    }

    .expertise-grid {
        grid-template-columns: 1fr;
    }

    .process-steps::before {
        display: none;
    }
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    padding: 0;
}

.modal.active {
    display: flex;
    opacity: 1;
    align-items: center;
    justify-content: center;
}

.modal-content {
    position: relative;
    background: var(--secondary-black);
    width: 95%;
    max-width: 550px;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(212, 175, 55, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.1);
    transform: translateY(-20px);
    transition: transform 0.3s ease-in-out;
    max-height: min(800px, calc(100vh - 40px));
    overflow-y: auto;
    margin: 20px;
    scrollbar-width: thin;
    scrollbar-color: var(--soft-gold) rgba(255, 255, 255, 0.05);
}

.modal-content::-webkit-scrollbar {
    width: 6px;
    background: transparent;
}

.modal-content::-webkit-scrollbar-track {
    background: rgba(10, 10, 10, 0.3);
    border-radius: 3px;
    margin: 1rem;
    border: 1px solid rgba(212, 175, 55, 0.05);
}

.modal-content::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, var(--soft-gold), #b39030);
    border-radius: 3px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
}

.modal-content::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom, #e5c14c, #ccaa37);
}

/* Hide scrollbar on mobile but keep functionality */
@media (max-width: 768px) {
    .modal-content {
        scrollbar-width: none;
    }
    
    .modal-content::-webkit-scrollbar {
        width: 0;
        display: none;
    }
}

.modal.active .modal-content {
    transform: translateY(0);
}

.modal-header {
    text-align: center;
    margin-bottom: 2rem;
}

.modal-header h2 {
    color: var(--text-light);
    font-family: var(--heading-font);
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.modal-header p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 90%;
    margin: 0 auto;
}

.close-modal {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: transparent;
    border: none;
    color: var(--text-light);
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.close-modal:hover {
    color: var(--soft-gold);
    background: rgba(255, 255, 255, 0.05);
}

/* Form styles */
.modal-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    color: var(--text-light);
    font-family: var(--heading-font);
    font-size: 1rem;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 8px;
    padding: 1rem;
    color: var(--text-light);
    font-family: var(--body-font);
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--soft-gold);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.form-group textarea {
    min-height: 100px;
    max-height: 150px;
    resize: vertical;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.submit-button {
    background: var(--soft-gold);
    color: var(--primary-black);
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 1.1rem;
    padding: 1.25rem 2rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
}

.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.5);
}

.submit-button:active {
    transform: translateY(0);
}

.submit-button i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.submit-button:hover i {
    transform: translateX(4px);
}

@media (max-width: 768px) {
    .nav-wrapper {
        height: 70px;
    }

    .nav-content {
        padding: 0 1.5rem;
    }

    .modal {
        padding: 1rem;
    }

    .modal-content {
        padding: 2rem;
        margin: 15px;
        max-height: calc(100vh - 30px);
    }

    .modal-header h2 {
        font-size: 1.75rem;
    }

    .modal-header p {
        font-size: 1rem;
        max-width: 100%;
    }

    .form-group textarea {
        min-height: 80px;
        max-height: 120px;
    }

    .submit-button {
        padding: 1rem 1.75rem;
        font-size: 1rem;
    }
}

/* Logo Styling */
.logo {
    display: flex;
    align-items: center;
    height: 80px;
    padding: 0.75rem 0;
}

.logo-image {
    height: 50px;
    width: auto;
    object-fit: contain;
    filter: brightness(1.2);
    transition: transform 0.3s ease;
}

.logo:hover .logo-image {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .logo {
        height: 70px;
    }

    .logo-image {
        height: 40px;
    }
}

/* About Owner Section */
.about-owner {
    background: var(--secondary-black);
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
}

.about-owner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(212, 175, 55, 0.1), transparent 70%);
    pointer-events: none;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 6rem;
    align-items: center;
}

.about-image {
    position: relative;
}

.image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    aspect-ratio: 3/4;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.image-wrapper:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(10, 10, 10, 0.4)
    );
}

.experience-badge {
    position: absolute;
    bottom: 2rem;
    right: -2rem;
    background: var(--gradient-gold);
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
    text-align: center;
    transform: rotate(-5deg);
    transition: transform 0.3s ease;
}

.experience-badge:hover {
    transform: rotate(0deg) scale(1.05);
}

.badge-number {
    display: block;
    font-family: var(--heading-font);
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    color: var(--primary-black);
    margin-bottom: 0.5rem;
}

.badge-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-black);
    line-height: 1.2;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.25rem;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 30px;
    margin-bottom: 2rem;
}

.badge-icon {
    font-size: 1.25rem;
}

.about-content h2 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.about-content h3 {
    font-size: 2rem;
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

.about-description {
    color: var(--text-gray);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 3rem;
}

.achievement-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.achievement-card {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(212, 175, 55, 0.1);
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.achievement-card:hover {
    transform: translateY(-5px);
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.1);
}

.achievement-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-gold);
    border-radius: 12px;
    font-size: 1.5rem;
    color: var(--primary-black);
}

.achievement-text {
    display: flex;
    flex-direction: column;
}

.achievement-number {
    font-family: var(--heading-font);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--soft-gold);
}

.achievement-label {
    font-size: 0.9rem;
    color: var(--text-gray);
}

/* Mobile Responsiveness for About Section */
@media (max-width: 1200px) {
    .about-grid {
        gap: 4rem;
    }

    .about-content h2 {
        font-size: 3rem;
    }

    .about-content h3 {
        font-size: 1.75rem;
    }
}

@media (max-width: 992px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .about-image {
        max-width: 600px;
        margin: 0 auto;
    }

    .experience-badge {
        right: 0;
    }
}

@media (max-width: 768px) {
    .about-owner {
        padding: 6rem 0;
    }

    .about-content h2 {
        font-size: 2.5rem;
    }

    .about-content h3 {
        font-size: 1.5rem;
    }

    .about-description {
        font-size: 1rem;
    }

    .achievement-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .about-owner {
        padding: 4rem 0;
    }

    .about-content h2 {
        font-size: 2rem;
    }

    .about-content h3 {
        font-size: 1.25rem;
    }

    .experience-badge {
        padding: 1.25rem;
        right: -1rem;
    }

    .badge-number {
        font-size: 2rem;
    }

    .badge-text {
        font-size: 0.8rem;
    }

    .achievement-card {
        padding: 1.25rem;
    }

    .achievement-icon {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }

    .achievement-number {
        font-size: 1.25rem;
    }

    .achievement-label {
        font-size: 0.85rem;
    }
}