/* ================= Color Palette ================= */
:root { --obsidian-black: #1A1A1A; --sunstone-gold: #BFA76F; --sand-cream: #F4EEE7; --burgundy-legacy: #6B2E2E; --royal-blue: #264A9A;    /* Additional shades */ --gold-hover: #A28B59; --gold-light: rgba(191, 167, 111, 0.1); --gold-medium: rgba(191, 167, 111, 0.2); --obsidian-light: rgba(26, 26, 26, 0.8); --cream-dark: #E8DFD3; }

/* ================= Reset & Base Styles ================= */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { padding-top: 0; font-size: 16px; line-height: 1.7; font-weight: 400; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: var(--obsidian-black); background: var(--sand-cream); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; }
h1, h2 { font-family: 'Cormorant Garamond', serif; font-weight: 700; line-height: 1.2; }
h3, h4, h5, h6 { font-family: 'Playfair Display', serif; font-weight: 600; line-height: 1.3; }
p { margin: 0 0 1.5rem 0; }
p:last-child { margin-bottom: 0; }
a { text-decoration: none; color: inherit; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
img { max-width: 100%; height: auto; display: block; }
.container { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 40px; }

/* ================= Buttons ================= */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 18px 36px; font-size: 16px; font-weight: 600; font-family: 'Inter', sans-serif; line-height: 1.5; border-radius: 8px; border: 2px solid transparent; cursor: pointer; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); text-align: center; white-space: nowrap; position: relative; overflow: hidden; }
.btn-primary-modern { background: var(--sunstone-gold); color: var(--obsidian-black); border-color: var(--sunstone-gold); box-shadow: 0 4px 20px rgba(191, 167, 111, 0.3); }
.btn-primary-modern:hover { background: var(--gold-hover); border-color: var(--gold-hover); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(191, 167, 111, 0.4); }
.btn-outline-modern { background: transparent; color: var(--sunstone-gold); border-color: var(--sunstone-gold); }
.btn-outline-modern:hover { background: var(--sunstone-gold); color: var(--obsidian-black); transform: translateY(-2px); }
.btn-large { padding: 20px 44px; font-size: 18px; }

/* ================= Premium Header ================= */
.header-premium { position: fixed; top: 0; left: 0; right: 0; z-index: 9999; background: transparent; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.header-premium.fixed, body.fixed .header-premium { background: rgba(26, 26, 26, 0.98); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2); top: -48px; }
.header-top-bar { background: var(--burgundy-legacy); padding: 10px 0; border-bottom: 1px solid rgba(191, 167, 111, 0.2); }
.header-top-content { display: flex; justify-content: space-between; align-items: center; }
.header-contact-info { display: flex; gap: 24px; }
.header-contact-info a { color: var(--sand-cream); font-size: 13px; font-weight: 500; display: inline-flex; align-items: center; gap: 8px; transition: all 0.3s ease; }
.header-contact-info a:hover { color: var(--sunstone-gold); transform: translateX(2px); }
.header-contact-info i { font-size: 12px; color: var(--sunstone-gold); }
.header-social-links { display: flex; gap: 12px; }
.header-social-links a { width: 28px; height: 28px; background: rgba(191, 167, 111, 0.15); border: 1px solid rgba(191, 167, 111, 0.3); border-radius: 6px; display: flex; align-items: center; justify-content: center; color: var(--sunstone-gold); font-size: 12px; transition: all 0.3s ease; }
.header-social-links a:hover { background: var(--sunstone-gold); color: var(--obsidian-black); transform: translateY(-2px); }
.navbar-premium { width: 100%; background: transparent; padding: 4px 0px; }
.nav-wrapper { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.navbar-brand-premium { display: flex; align-items: center; text-decoration: none; transition: all 0.3s ease; }
.brand-wrapper { display: flex; align-items: center; gap: 12px; }
.navbar-brand-premium img { width: 80px; height: auto; transition: all 0.3s 
ease; }
.brand-text { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 700; color: var(--obsidian-black); letter-spacing: 1px; transition: all 0.3s ease; }
body.fixed .brand-text { color: #fff; }
.navbar-brand-premium:hover .brand-text { color: var(--sunstone-gold); }
.navbar-nav-premium { display: flex; align-items: center; flex: 1; justify-content: center; }
.navbar-nav { display: flex; align-items: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.nav-item { margin: 0; }
.nav-link-premium { position: relative; padding: 12px 20px; font-size: 15px; font-weight: 500; color: var(--obsidian-black); text-decoration: none; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); display: block; }
body.fixed .nav-link-premium { color: rgba(255, 255, 255, 0.95); }
.nav-link-premium span { position: relative; z-index: 2; }
.nav-link-premium::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(191, 167, 111, 0.1); border-radius: 8px; transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; z-index: 1; }
.nav-link-premium::after { content: ''; position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%) scaleX(0); width: 60%; height: 2px; background: var(--sunstone-gold); border-radius: 2px; transition: transform 0.3s ease; z-index: 1; }
.nav-link-premium:hover, .nav-item.active .nav-link-premium { color: var(--sunstone-gold); }
.nav-link-premium:hover::before { transform: scaleX(1); }
.nav-link-premium:hover::after, .nav-item.active .nav-link-premium::after { transform: translateX(-50%) scaleX(1); }
.btn-primary-premium { background: var(--sunstone-gold); color: var(--obsidian-black); border: 2px solid var(--sunstone-gold); padding: 12px 28px; font-size: 14px; font-weight: 600; border-radius: 4px; display: inline-flex; align-items: center; gap: 8px; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(191, 167, 111, 0.3); }
.btn-primary-premium:hover { background: var(--gold-hover); border-color: var(--gold-hover); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(191, 167, 111, 0.4); color: var(--obsidian-black); }
.header-cta-desktop { margin-left: 20px; }
.navbar-toggler-premium { border: none; background: transparent; padding: 8px; cursor: pointer; display: none; flex-direction: column; gap: 5px; width: 32px; height: 32px; justify-content: center; }
@media (max-width:991.98px) {
    .navbar-toggler-premium { display: flex; }
}
.hamburger-line { width: 24px; height: 2px; background: var(--sunstone-gold); border-radius: 2px; transition: all 0.3s ease; }
.navbar-toggler-premium:not(.collapsed) .hamburger-line:nth-child(1) { transform: rotate(45deg) translate(2px, 3px); }
.navbar-toggler-premium:not(.collapsed) .hamburger-line:nth-child(2) { opacity: 0; }
.navbar-toggler-premium:not(.collapsed) .hamburger-line:nth-child(3) { transform: rotate(-45deg) translate(7px, -8px); }
.nav-cta-mobile { margin-top: 20px; }

/* Mobile Navigation */
@media (max-width:991.98px) {
    .navbar-collapse { position: fixed; top: 100%; left: 0; background: rgba(26, 26, 26, 0.98); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); width: 100%; padding: 40px; transform: translateX(-100%); transition: transform 0.3s ease; border-top: 1px solid rgba(191, 167, 111, 0.2); }
    .navbar-collapse.show { transform: translateX(0); z-index: 9999; position: absolute; }
    .navbar-nav { flex-direction: column; gap: 0; width: 100%; }
    .nav-link-premium { padding: 12px 0; border-bottom: 1px solid rgba(191, 167, 111, 0.1); color: #fff; }
    .nav-link-premium::before { display: none; }
    .header-top-bar { display: none; }
    .navbar-nav-premium { flex-flow: column; justify-content: left; }
}

/* ================= Luxury Hero Section ================= */
.hero-luxury { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 180px 0 120px; overflow: hidden; background: var(--sand-cream); }
.hero-background-luxury { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }
.hero-gradient-luxury { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, var(--sand-cream) 0%, rgba(244, 238, 231, 0.95) 30%, rgba(26, 26, 26, 0.03) 50%, rgba(107, 46, 46, 0.02) 70%, var(--sand-cream) 100%); z-index: 1; }
.hero-geometric-pattern { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(45deg, rgba(191, 167, 111, 0.02) 25%, transparent 25%), linear-gradient(-45deg, rgba(191, 167, 111, 0.02) 25%, transparent 25%); background-size: 80px 80px; opacity: 0.3; z-index: 1; }
.hero-grid-overlay { display: none; }
.hero-accent-elements { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; overflow: hidden; }
.accent-element { position: absolute; opacity: 0.05; }
.accent-element-1 { width: 300px; height: 300px; background: var(--sunstone-gold); top: -50px; right: -50px; clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }
.accent-element-2 { width: 200px; height: 200px; background: var(--burgundy-legacy); bottom: -30px; left: -30px; clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); transform: rotate(45deg); }
.accent-element-3 { display: none; }
.hero-content-luxury { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr 1fr; gap: 100px; align-items: center; }
.hero-main-luxury { color: var(--obsidian-black); }
.hero-badge-luxury { display: inline-block; padding: 8px 20px; background: rgba(191, 167, 111, 0.1); border: 1px solid rgba(191, 167, 111, 0.2); border-radius: 6px; margin-bottom: 32px; transition: all 0.3s ease; }
.hero-badge-luxury:hover { background: rgba(191, 167, 111, 0.15); border-color: var(--sunstone-gold); transform: translateY(-2px); }
.badge-text-luxury { color: var(--obsidian-black); font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; font-family: 'Inter', sans-serif; }
.hero-title-luxury { font-size: 72px; line-height: 78px; margin-bottom: 28px; font-weight: 700; letter-spacing: -2px; color: var(--obsidian-black); }
.title-luxury-line-1 { display: block; }
.title-luxury-line-2 { display: block; }
.title-luxury-accent { color: var(--sunstone-gold); position: relative; display: inline-block; }
.hero-description-luxury { font-size: 19px; color: rgba(26, 26, 26, 0.7); margin-bottom: 40px; line-height: 1.75; font-weight: 400; max-width: 600px; }
.hero-cta-luxury { display: flex; flex-wrap: wrap; gap: 16px; }
.btn-luxury-primary { background: var(--sunstone-gold); color: var(--obsidian-black); border: 2px solid var(--sunstone-gold); padding: 20px 40px; font-size: 16px; font-weight: 600; border-radius: 8px; box-shadow: 0 4px 20px rgba(191, 167, 111, 0.3); transition: all 0.3s ease; }
.btn-luxury-primary:hover { background: var(--gold-hover); transform: translateY(-3px); border-color: var(--gold-hover); box-shadow: 0 8px 30px rgba(191, 167, 111, 0.4); color: #000; }
.btn-luxury-secondary { background: transparent; color: var(--obsidian-black); border: 2px solid rgba(26, 26, 26, 0.2); padding: 20px 40px; font-size: 16px; font-weight: 600; border-radius: 8px; transition: all 0.3s ease; }
.btn-luxury-secondary:hover { background: var(--obsidian-black); border-color: var(--obsidian-black); color: var(--sand-cream); transform: translateY(-3px); box-shadow: 0 8px 20px rgba(26, 26, 26, 0.2); }
.hero-stats-luxury { display: flex; flex-direction: column; gap: 24px; }
.stat-card-luxury { background: #fff; border: 1px solid var(--sunstone-gold); border-radius: 4px; padding: 28px; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04); }
.stat-card-luxury::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: var(--sunstone-gold); transform: scaleY(0); transform-origin: top; transition: transform 0.4s ease; }
.stat-card-luxury:hover { transform: translateY(-6px); border-color: var(--sunstone-gold); box-shadow: 0 12px 40px rgba(191, 167, 111, 0.15); }
.stat-card-luxury:hover::before { transform: scaleY(1); }
.stat-card-luxury-featured { border-color: var(--sunstone-gold); }
.stat-card-luxury-content { position: relative; z-index: 1; }
.stat-luxury-transformation { display: flex; align-items: center; gap: 16px; margin-bottom: 12px; }
.stat-luxury-value { font-size: 36px; font-weight: 700; color: var(--sunstone-gold); font-family: 'Inter', sans-serif; line-height: 1; }
.stat-luxury-value-highlight { color: var(--obsidian-black); font-size: 40px; }
.stat-luxury-arrow-simple { color: var(--sunstone-gold); font-size: 20px; opacity: 0.6; }
.stat-luxury-number { font-size: 44px; font-weight: 700; color: var(--sunstone-gold); font-family: 'Inter', sans-serif; line-height: 1; display: block; margin-bottom: 8px; }
.stat-luxury-label { font-size: 13px; color: rgba(26, 26, 26, 0.6); font-weight: 500; text-transform: uppercase; letter-spacing: 1.5px; margin: 0; }
.hero-scroll-luxury { position: absolute; bottom: 60px; left: 50%; transform: translateX(-50%); z-index: 2; }
.scroll-luxury-indicator { display: flex; flex-direction: column; align-items: center; gap: 12px; color: rgba(26, 26, 26, 0.5); font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 2px; }
.scroll-luxury-line { width: 2px; height: 50px; background: linear-gradient(180deg, var(--sunstone-gold) 0%, transparent 100%); border-radius: 2px; animation: scroll-line-luxury 2s infinite; }
@keyframes scroll-line-luxury {
    0%, 100% { height: 50px; opacity: 1; }
    50% { height: 70px; opacity: 0.6; }
}

/* ================= Redesigned About Section ================= */
.section-about-redesigned { padding: 80px 0; background: var(--sand-cream); position: relative; overflow: hidden; }
.about-bg-pattern-redesigned { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at 20% 30%, rgba(191, 167, 111, 0.04) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(107, 46, 46, 0.02) 0%, transparent 50%); z-index: 0; }
.about-header-redesigned { text-align: center; margin-bottom: 60px; position: relative; z-index: 1; }
.about-badge-redesigned { display: inline-flex; align-items: center; gap: 8px; padding: 10px 24px; background: linear-gradient(135deg, rgba(191, 167, 111, 0.12) 0%, rgba(191, 167, 111, 0.06) 100%); border: 2px solid rgba(191, 167, 111, 0.25); border-radius: 50px; color: var(--burgundy-legacy); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 20px; font-family: 'Inter', sans-serif; box-shadow: 0 3px 12px rgba(191, 167, 111, 0.12); }
.about-badge-redesigned i { color: var(--sunstone-gold); font-size: 11px; animation: pulse-star 2s ease-in-out infinite; }
.about-title-redesigned { font-size: 54px; line-height: 60px; margin-bottom: 0; color: var(--obsidian-black); font-weight: 700; font-family: 'Cormorant Garamond', serif; }
.title-accent-redesigned { color: var(--sunstone-gold); }
.about-main-content-redesigned { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 80px; align-items: stretch; position: relative; z-index: 1; }
.about-image-column { position: relative; display: flex; align-items: stretch; }
.about-image-wrapper-redesigned { position: relative; width: 100%; }
.image-border-decoration { position: absolute; top: -15px; left: -15px; width: calc(100% + 30px); height: calc(100% + 30px); border: 2px solid rgba(191, 167, 111, 0.2); border-radius: 24px; z-index: 0; }
.about-image-box { position: relative; width: 100%; border-radius: 4px; overflow: hidden; box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12); z-index: 2; background: #fff; padding: 6px; }
.about-image-box img { width: 100%; height: auto; display: block; border-radius: 4px; object-fit: cover; }
.image-overlay-redesigned { position: absolute; top: 6px; left: 6px; width: calc(100% - 12px); height: calc(100% - 12px); background: linear-gradient(180deg, transparent 0%, rgba(191, 167, 111, 0.1) 100%); border-radius: 16px; pointer-events: none; }
.image-badge-redesigned { position: absolute; top: 20px; right: -60px; background: linear-gradient(135deg, var(--sunstone-gold) 0%, var(--gold-hover) 100%); padding: 12px 18px; border-radius: 4px; box-shadow: 0 8px 20px rgba(191, 167, 111, 0.35); border: 3px solid #fff; display: flex; align-items: center; gap: 10px; z-index: 10; color: #fff; }
.image-badge-icon { width: 36px; height: 36px; background: var(--sunstone-gold); border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #ffffff; flex-shrink: 0; border: 1px solid #b4b4b4; }
.image-badge-text { display: flex; flex-direction: column; color: #fff; }
.image-badge-title { font-size: 14px; font-weight: 700; color: #ffffff; font-family: 'Playfair Display', serif; line-height: 1.2; }
.image-badge-subtitle { font-size: 11px; color: rgb(255 255 255 / 70%); font-weight: 500; }
.about-content-column { display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
.about-description-redesigned { margin-bottom: 32px; }
.about-lead-text { font-size: 18px; line-height: 1.75; color: rgba(26, 26, 26, 0.75); margin-bottom: 20px; font-weight: 400; }
.about-quote-text { font-size: 20px; line-height: 1.6; color: var(--obsidian-black); font-style: italic; font-family: 'Playfair Display', serif; padding-left: 24px; border-left: 3px solid var(--sunstone-gold); margin: 0; }
.about-features-compact { display: flex; flex-direction: column; gap: 16px; margin-bottom: 32px; }
.feature-item-compact { display: flex; gap: 16px; padding: 20px; background: #fff; border-radius: 4px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); border: 2px solid transparent; transition: all 0.3s ease; }
.feature-item-compact:hover { transform: translateY(-4px); border-color: var(--sunstone-gold); box-shadow: 0 8px 30px rgba(191, 167, 111, 0.15); }
.feature-icon-compact { width: 56px; height: 56px; flex-shrink: 0; background: linear-gradient(135deg, rgba(191, 167, 111, 0.15) 0%, rgba(191, 167, 111, 0.08) 100%); border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 24px; color: var(--sunstone-gold); transition: all 0.3s ease; }
.feature-item-compact:hover .feature-icon-compact { background: linear-gradient(135deg, var(--sunstone-gold) 0%, var(--gold-hover) 100%); color: var(--obsidian-black); transform: scale(1.1) rotate(5deg); }
.feature-text-compact h4 { font-size: 18px; font-weight: 600; margin-bottom: 6px; color: var(--obsidian-black); font-family: 'Playfair Display', serif; }
.feature-text-compact p { font-size: 14px; line-height: 1.6; color: rgba(26, 26, 26, 0.65); margin: 0; }
.about-stats-compact { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 32px; }
.stat-item-compact { display: flex; align-items: center; gap: 14px; padding: 18px; background: linear-gradient(135deg, #fff 0%, rgba(191, 167, 111, 0.02) 100%); border-radius: 4px; border: 2px solid rgba(191, 167, 111, 0.1); transition: all 0.3s ease; }
.stat-item-compact:hover { transform: translateY(-3px); border-color: var(--sunstone-gold); box-shadow: 0 6px 25px rgba(191, 167, 111, 0.15); background: linear-gradient(135deg, #fff 0%, rgba(191, 167, 111, 0.05) 100%); }
.stat-icon-compact { width: 48px; height: 48px; flex-shrink: 0; background: rgba(191, 167, 111, 0.1); border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 20px; color: var(--sunstone-gold); transition: all 0.3s ease; }
.stat-item-compact:hover .stat-icon-compact { background: var(--sunstone-gold); color: var(--obsidian-black); transform: scale(1.1); }
.stat-info-compact { flex: 1; }
.stat-number-compact { font-size: 32px; font-weight: 700; color: var(--sunstone-gold); font-family: 'Inter', sans-serif; line-height: 1; margin-bottom: 4px; }
.stat-text-compact { font-size: 12px; color: rgba(26, 26, 26, 0.65); font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; }
.about-cta-compact { margin-top: auto; }
.about-cta-compact .btn { width: 100%; justify-content: center; }

/* ================= New About Section (Legacy - Keep for reference) ================= */
.section-about-new { padding: 80px 0; background: var(--sand-cream); position: relative; overflow: hidden; }
.about-background-pattern { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at 20% 30%, rgba(191, 167, 111, 0.05) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(107, 46, 46, 0.03) 0%, transparent 50%); z-index: 0; }
.about-decorative-elements { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; overflow: hidden; }
.about-decorative-circle { position: absolute; border-radius: 50%; background: linear-gradient(135deg, rgba(191, 167, 111, 0.08) 0%, rgba(191, 167, 111, 0.02) 100%); border: 2px solid rgba(191, 167, 111, 0.1); }
.about-decorative-circle.circle-1 { width: 300px; height: 300px; top: 10%; right: -100px; animation: float-circle 20s ease-in-out infinite; }
.about-decorative-circle.circle-2 { width: 200px; height: 200px; bottom: 15%; left: -50px; animation: float-circle 15s ease-in-out infinite reverse; }
.about-decorative-line { position: absolute; background: linear-gradient(90deg, transparent 0%, rgba(191, 167, 111, 0.1) 50%, transparent 100%); }
.about-decorative-line.line-1 { width: 2px; height: 400px; top: 30%; right: 15%; transform: rotate(45deg); opacity: 0.3; }
@keyframes float-circle {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(30px, -30px) rotate(120deg); }
    66% { transform: translate(-20px, 20px) rotate(240deg); }
}
.about-header-new { text-align: center; margin-bottom: 80px; position: relative; z-index: 1; }
.about-badge-new { display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px; background: linear-gradient(135deg, rgba(191, 167, 111, 0.15) 0%, rgba(191, 167, 111, 0.08) 100%); border: 2px solid rgba(191, 167, 111, 0.3); border-radius: 50px; color: var(--burgundy-legacy); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 24px; font-family: 'Inter', sans-serif; box-shadow: 0 4px 15px rgba(191, 167, 111, 0.15); transition: all 0.3s ease; }
.about-badge-new:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(191, 167, 111, 0.25); border-color: var(--sunstone-gold); }
.about-badge-new i { color: var(--sunstone-gold); font-size: 12px; animation: pulse-star 2s ease-in-out infinite; }
@keyframes pulse-star {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.2); opacity: 0.8; }
}
.about-title-new { font-size: 72px; line-height: 1.15; margin-bottom: 24px; color: var(--obsidian-black); font-weight: 700; font-family: 'Cormorant Garamond', serif; }
.title-accent { color: var(--sunstone-gold); position: relative; }
.about-subtitle-new { font-size: 20px; color: rgba(26, 26, 26, 0.7); line-height: 1.8; max-width: 800px; margin: 0 auto; }
.about-content-wrapper-new { display: grid; grid-template-columns: 1fr 1.2fr; gap: 100px; align-items: start; position: relative; z-index: 1; }
.about-image-section-new { position: sticky; top: 140px; }
.about-image-container-new { position: relative; padding: 20px; }
.image-decoration-frame { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 3px solid var(--sunstone-gold); border-radius: 24px; opacity: 0.2; transform: rotate(3deg); z-index: 1; transition: all 0.5s ease; }
.about-image-container-new:hover .image-decoration-frame { opacity: 0.4; transform: rotate(1deg); }
.image-frame-new { position: relative; border-radius: 24px; overflow: hidden; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15); transform: rotate(-2deg); transition: transform 0.5s ease; z-index: 2; background: #fff; padding: 8px; }
.image-frame-new:hover { transform: rotate(0deg) scale(1.02); }
.image-frame-new img { width: 100%; height: auto; display: block; border-radius: 20px; }
.image-gradient-overlay { position: absolute; top: 8px; left: 8px; width: calc(100% - 16px); height: calc(100% - 16px); background: linear-gradient(180deg, transparent 0%, rgba(191, 167, 111, 0.15) 100%); border-radius: 20px; pointer-events: none; }
.image-shine-effect { position: absolute; top: 8px; left: -100%; width: 50%; height: calc(100% - 16px); background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%); border-radius: 20px; animation: shine 3s ease-in-out infinite; pointer-events: none; }
@keyframes shine {
    0% { left: -100%; }
    50%, 100% { left: 150%; }
}
.floating-stats-new { position: absolute; bottom: -30px; right: -30px; display: flex; gap: 16px; z-index: 10; }
.floating-stat-item { background: linear-gradient(135deg, #fff 0%, rgba(191, 167, 111, 0.05) 100%); padding: 24px 28px; border-radius: 20px; box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15); border: 2px solid var(--sunstone-gold); text-align: center; animation: float-stat 3s ease-in-out infinite; position: relative; overflow: hidden; min-width: 120px; }
.floating-stat-item::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--sunstone-gold) 0%, var(--gold-hover) 100%); }
.floating-stat-item.stat-item-1 { animation-delay: 0s; }
.floating-stat-item.stat-item-2 { animation-delay: 0.5s; }
@keyframes float-stat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-12px); }
}
.floating-stat-icon { width: 40px; height: 40px; background: rgba(191, 167, 111, 0.15); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; font-size: 18px; color: var(--sunstone-gold); transition: all 0.3s ease; }
.floating-stat-item:hover .floating-stat-icon { background: var(--sunstone-gold); color: var(--obsidian-black); transform: scale(1.1) rotate(5deg); }
.floating-stat-number { font-size: 36px; font-weight: 700; color: var(--sunstone-gold); font-family: 'Inter', sans-serif; line-height: 1; margin-bottom: 6px; }
.floating-stat-label { font-size: 12px; color: rgba(26, 26, 26, 0.7); font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; }
.experience-badge-new { position: absolute; top: -20px; left: -20px; z-index: 15; animation: float-badge-new 3s ease-in-out infinite; }
.experience-badge-content { background: linear-gradient(135deg, var(--sunstone-gold) 0%, var(--gold-hover) 100%); padding: 16px 20px; border-radius: 16px; box-shadow: 0 8px 25px rgba(191, 167, 111, 0.4); border: 4px solid #fff; display: flex; align-items: center; gap: 12px; min-width: 160px; }
.experience-badge-icon { width: 48px; height: 48px; background: rgba(26, 26, 26, 0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; color: var(--obsidian-black); flex-shrink: 0; }
.experience-badge-text { display: flex; flex-direction: column; }
.experience-badge-title { font-size: 16px; font-weight: 700; color: var(--obsidian-black); font-family: 'Playfair Display', serif; line-height: 1.2; }
.experience-badge-subtitle { font-size: 12px; color: rgba(26, 26, 26, 0.7); font-weight: 500; }
@keyframes float-badge-new {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-8px) rotate(-2deg); }
}
.about-text-section-new { display: flex; flex-direction: column; gap: 48px; }
.about-intro-text-new { padding: 32px; background: linear-gradient(135deg, rgba(191, 167, 111, 0.08) 0%, rgba(191, 167, 111, 0.03) 100%); border-left: 4px solid var(--sunstone-gold); border-radius: 16px; position: relative; overflow: hidden; }
.about-intro-text-new::before { content: '"'; position: absolute; top: -20px; left: 20px; font-size: 120px; font-family: 'Cormorant Garamond', serif; color: rgba(191, 167, 111, 0.1); line-height: 1; font-weight: 700; }
.intro-quote { font-size: 22px; line-height: 1.8; color: var(--obsidian-black); font-style: italic; font-family: 'Playfair Display', serif; margin: 0; position: relative; z-index: 1; padding-left: 40px; }
.about-highlights-new { display: flex; flex-direction: column; gap: 24px; }
.highlight-card-new { display: flex; gap: 24px; padding: 32px; background: #fff; border-radius: 20px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); border: 2px solid transparent; position: relative; overflow: hidden; }
.highlight-card-new::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: linear-gradient(180deg, var(--sunstone-gold) 0%, var(--gold-hover) 100%); transform: scaleY(0); transform-origin: top; transition: transform 0.4s ease; }
.highlight-card-new:hover::before { transform: scaleY(1); }
.highlight-card-new:hover { transform: translateY(-6px); border-color: var(--sunstone-gold); box-shadow: 0 16px 50px rgba(191, 167, 111, 0.2); }
.highlight-number { position: absolute; top: 24px; right: 24px; font-size: 48px; font-weight: 700; color: rgba(191, 167, 111, 0.08); font-family: 'Cormorant Garamond', serif; line-height: 1; transition: all 0.4s ease; }
.highlight-card-new:hover .highlight-number { color: rgba(191, 167, 111, 0.15); transform: scale(1.1); }
.highlight-icon-wrapper { width: 72px; height: 72px; flex-shrink: 0; background: linear-gradient(135deg, var(--sunstone-gold) 0%, var(--gold-hover) 100%); border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 32px; color: var(--obsidian-black); transition: all 0.4s ease; box-shadow: 0 8px 20px rgba(191, 167, 111, 0.3); }
.highlight-card-new:hover .highlight-icon-wrapper { transform: rotate(10deg) scale(1.1); box-shadow: 0 12px 30px rgba(191, 167, 111, 0.4); }
.highlight-content h3 { font-size: 26px; font-weight: 600; margin-bottom: 12px; color: var(--obsidian-black); font-family: 'Playfair Display', serif; }
.highlight-content p { color: rgba(26, 26, 26, 0.7); line-height: 1.8; margin: 0; font-size: 16px; }
.about-metrics-new { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.metric-card-new { background: linear-gradient(135deg, #fff 0%, rgba(191, 167, 111, 0.03) 100%); padding: 32px 24px; border-radius: 20px; text-align: center; border: 2px solid rgba(191, 167, 111, 0.1); transition: all 0.4s ease; position: relative; overflow: hidden; }
.metric-card-new::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--sunstone-gold) 0%, var(--gold-hover) 100%); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; }
.metric-card-new:hover::before { transform: scaleX(1); }
.metric-card-new:hover { transform: translateY(-8px); border-color: var(--sunstone-gold); box-shadow: 0 16px 50px rgba(191, 167, 111, 0.2); background: linear-gradient(135deg, #fff 0%, rgba(191, 167, 111, 0.06) 100%); }
.metric-progress-bar { width: 100%; height: 4px; background: rgba(191, 167, 111, 0.1); border-radius: 2px; margin-top: 16px; overflow: hidden; position: relative; }
.metric-progress-fill { height: 100%; background: linear-gradient(90deg, var(--sunstone-gold) 0%, var(--gold-hover) 100%); border-radius: 2px; transition: width 1s ease; position: relative; overflow: hidden; }
.metric-progress-full { width: 100%; }
.metric-progress-98 { width: 98%; }
.metric-progress-fill::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%); animation: progress-shine 2s ease-in-out infinite; }
@keyframes progress-shine {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}
.metric-icon-new { width: 56px; height: 56px; background: rgba(191, 167, 111, 0.1); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 24px; color: var(--sunstone-gold); transition: all 0.4s ease; }
.metric-card-new:hover .metric-icon-new { background: var(--sunstone-gold); color: var(--obsidian-black); transform: scale(1.1) rotate(5deg); }
.metric-value { font-size: 48px; font-weight: 700; color: var(--sunstone-gold); font-family: 'Inter', sans-serif; line-height: 1; margin-bottom: 8px; }
.metric-label { font-size: 15px; color: rgba(26, 26, 26, 0.7); font-weight: 500; margin: 0; }
.about-cta-new { margin-top: 8px; display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.btn-about-cta { flex: 1; min-width: 200px; }
.btn-about-secondary { flex: 1; min-width: 200px; }

/* ================= Modern About Section (Legacy) ================= */
.section-about-modern { padding: 80px 0; background: var(--sand-cream); }
.section-header-modern { margin-bottom: 40px; }
.section-label { display: inline-block; font-size: 14px; font-weight: 600; color: var(--burgundy-legacy); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 16px; font-family: 'Inter', sans-serif; }
.section-title-modern { font-size: 54px; line-height: 60px; margin-bottom: 24px; color: var(--obsidian-black); font-weight: 700; }
.section-intro { font-size: 20px; color: rgba(26, 26, 26, 0.7); line-height: 1.7; max-width: 700px; }
.about-grid-modern { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start; }
.about-image-modern { position: sticky; top: 120px; }
.image-wrapper { position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); }
.image-wrapper img { width: 100%; height: auto; display: block; }
.image-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(191, 167, 111, 0.1) 0%, transparent 100%); }
.experience-badge-modern { position: absolute; bottom: 40px; right: 40px; width: 140px; height: 140px; background: var(--sunstone-gold); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 12px 40px rgba(191, 167, 111, 0.4); border: 6px solid #fff; z-index: 10; animation: float-badge 3s ease-in-out infinite; }
@keyframes float-badge {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-12px); }
}
.badge-number { font-size: 48px; font-weight: 700; color: var(--obsidian-black); line-height: 1; margin-bottom: 8px; font-family: 'Playfair Display', serif; }
.badge-text { font-size: 14px; text-align: center; font-weight: 600; color: var(--obsidian-black); text-transform: uppercase; line-height: 1.3; font-family: 'Cormorant Garamond', serif; }
.about-features-modern { margin-bottom: 60px; }
.feature-card-modern { display: flex; gap: 24px; padding: 32px; background: #fff; border-radius: 16px; margin-bottom: 24px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); transition: all 0.4s ease; }
.feature-card-modern:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12); }
.feature-icon-modern { width: 64px; height: 64px; flex-shrink: 0; background: var(--sunstone-gold); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 28px; color: var(--obsidian-black); transition: all 0.4s ease; }
.feature-card-modern:hover .feature-icon-modern { transform: rotate(5deg) scale(1.1); box-shadow: 0 8px 20px rgba(191, 167, 111, 0.3); }
.feature-content-modern h4 { font-size: 24px; font-weight: 600; margin-bottom: 12px; color: var(--obsidian-black); }
.feature-content-modern p { color: rgba(26, 26, 26, 0.7); line-height: 1.7; margin: 0; }
.stats-grid-modern { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-bottom: 48px; }
.stat-box-modern { background: #fff; padding: 32px; border-radius: 16px; border-top: 4px solid var(--sunstone-gold); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); transition: all 0.4s ease; text-align: center; }
.stat-box-modern:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12); }
.stat-value { font-size: 48px; font-weight: 700; color: var(--sunstone-gold); margin-bottom: 8px; font-family: 'Playfair Display', serif; }
.stat-title { font-size: 18px; font-weight: 600; color: var(--obsidian-black); margin-bottom: 4px; }
.stat-subtitle { font-size: 14px; color: rgba(26, 26, 26, 0.6); margin: 0; }
.about-cta-modern { margin-top: 0; }

/* ================= New Services Section ================= */
.section-services-new { padding: 80px 0; background: #fff; position: relative; overflow: hidden; }
.services-bg-decoration { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(191, 167, 111, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(107, 46, 46, 0.02) 0%, transparent 50%); z-index: 0; }
.services-header-new { text-align: center; margin-bottom: 40px; position: relative; z-index: 1; }
.services-badge-new { display: inline-block; padding: 10px 24px; background: rgba(191, 167, 111, 0.1); border: 1px solid rgba(191, 167, 111, 0.2); border-radius: 50px; color: var(--burgundy-legacy); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 24px; font-family: 'Inter', sans-serif; }
.services-title-new { font-size: 54px; line-height: 60px; margin-bottom: 24px; color: var(--obsidian-black); font-weight: 700; font-family: 'Cormorant Garamond', serif; }
.services-description-new { font-size: 16px; color: rgba(26, 26, 26, 0.7); line-height: 20px; max-width: 700px; margin: 0 auto; }
.services-grid-new { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; position: relative; z-index: 1; }
.service-card-new { background: #fff; border-radius: 4px; padding: 40px; border: 2px solid rgba(191, 167, 111, 0.1); transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06); }
.service-card-new::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(191, 167, 111, 0.05) 0%, transparent 100%); opacity: 0; transition: opacity 0.5s ease; }
.service-card-new:hover::before { opacity: 1; }
.service-card-new:hover { transform: translateY(-12px); border-color: var(--sunstone-gold); box-shadow: 0 20px 60px rgba(191, 167, 111, 0.25); }
.service-card-featured-new { background: linear-gradient(135deg, rgba(191, 167, 111, 0.08) 0%, rgba(191, 167, 111, 0.02) 100%); border-color: var(--sunstone-gold); transform: scale(1.05); }
.service-card-featured-new:hover { transform: scale(1.05) translateY(-12px); }
.featured-badge-new { position: absolute; top: 24px; left: 24px; padding: 6px 16px; background: var(--sunstone-gold); color: var(--obsidian-black); border-radius: 50px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; z-index: 10; box-shadow: 0 4px 12px rgba(191, 167, 111, 0.3); }
.service-card-header-new { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 32px; position: relative; z-index: 1; }
.service-card-featured-new .service-card-header-new { padding-top: 8px; }
.service-number-new { font-size: 72px; font-weight: 700; color: rgba(191, 167, 111, 0.15); font-family: 'Cormorant Garamond', serif; line-height: 1; transition: all 0.4s ease; }
.service-card-new:hover .service-number-new { color: rgba(191, 167, 111, 0.25); transform: scale(1.1); }
.service-icon-box-new { width: 80px; height: 80px; background: linear-gradient(135deg, var(--sunstone-gold) 0%, var(--gold-hover) 100%); border-radius: 4px; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(191, 167, 111, 0.3); transition: all 0.4s ease; }
.service-card-new:hover .service-icon-box-new { transform: rotate(-10deg) scale(1.1); box-shadow: 0 12px 30px rgba(191, 167, 111, 0.4); }
.service-icon-box-new img { width: 48px; height: auto; filter: brightness(0) invert(1); }
.service-card-body-new { position: relative; z-index: 1; }
.service-card-body-new h3 { font-size: 28px; font-weight: 600; margin-bottom: 16px; color: var(--obsidian-black); font-family: 'Playfair Display', serif; }
.service-card-body-new p { color: rgba(26, 26, 26, 0.7); line-height: 1.8; margin-bottom: 24px; font-size: 16px; }
.service-features-new { list-style: none; margin-bottom: 32px; padding: 0; }
.service-features-new li { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; color: rgba(26, 26, 26, 0.8); font-size: 15px; }
.service-features-new li i { color: var(--sunstone-gold); font-size: 16px; flex-shrink: 0; }
.service-card-footer-new { position: relative; z-index: 1; padding-top: 24px; border-top: 1px solid rgba(191, 167, 111, 0.1); }
.service-link-new { display: inline-flex; align-items: center; gap: 10px; color: var(--sunstone-gold); font-weight: 600; font-size: 16px; transition: all 0.3s ease; }
.service-link-new:hover { gap: 14px; color: var(--gold-hover); }
.service-link-new i { transition: transform 0.3s ease; }
.service-link-new:hover i { transform: translateX(4px); }

/* ================= Process Section ================= */
.section-process-new { padding: 80px 0; background: var(--sand-cream); position: relative; overflow: hidden; }
.process-bg-elements { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
.process-bg-gradient { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at 20% 30%, rgba(191, 167, 111, 0.04) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(107, 46, 46, 0.02) 0%, transparent 50%); }
.process-header-new { text-align: center; margin-bottom: 40px; position: relative; z-index: 1; }
.process-badge-new { display: inline-block; padding: 12px 28px; background: linear-gradient(135deg, rgba(191, 167, 111, 0.12) 0%, rgba(191, 167, 111, 0.06) 100%); border: 1px solid rgba(191, 167, 111, 0.25); border-radius: 50px; color: var(--burgundy-legacy); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 28px; font-family: 'Inter', sans-serif; box-shadow: 0 2px 12px rgba(191, 167, 111, 0.1); }
.process-title-new { font-size: 52px; line-height: 60px; margin-bottom: 14px; color: var(--obsidian-black); font-weight: 700; font-family: 'Cormorant Garamond', serif; }
.process-description-new { font-size: 16px; color: rgba(26, 26, 26, 0.7); line-height: 20px; max-width: 700px; margin: 0 auto; }
.process-steps-container { display: flex; flex-direction: column; gap: 0; max-width: 800px; margin: 0 auto 80px; position: relative; z-index: 1; }
.process-step-card { position: relative; background: #fff; border-radius: 24px; padding: 52px 48px; border: 1px solid rgba(191, 167, 111, 0.12); text-align: left; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); display: flex; align-items: flex-start; gap: 32px; overflow: hidden; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04); width: 100%; }
.process-step-card:not(:last-child) { margin-bottom: 64px; }
.step-card-decoration { position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: linear-gradient(180deg, var(--sunstone-gold) 0%, var(--gold-hover) 100%); transform: scaleY(0); transform-origin: top; transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.process-step-card:hover .step-card-decoration { transform: scaleY(1); }
.process-step-card:hover { border-color: rgba(191, 167, 111, 0.3); transform: translateX(8px); box-shadow: 0 16px 48px rgba(191, 167, 111, 0.2); }
.process-step-number { position: absolute; top: 24px; right: 24px; font-size: 14px; font-weight: 700; color: rgba(191, 167, 111, 0.4); font-family: 'Inter', sans-serif; letter-spacing: 2px; transition: all 0.4s ease; flex-shrink: 0; }
.process-step-card:hover .process-step-number { color: var(--sunstone-gold); transform: scale(1.1); }
.process-step-icon-wrapper { flex-shrink: 0; position: relative; margin-bottom: 0; }
.process-step-icon { width: 88px; height: 88px; background: linear-gradient(135deg, rgba(191, 167, 111, 0.08) 0%, rgba(191, 167, 111, 0.04) 100%); border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 32px; color: var(--sunstone-gold); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; border: 2px solid rgba(191, 167, 111, 0.15); }
.process-step-icon::after { content: ''; position: absolute; inset: -2px; border-radius: 20px; background: linear-gradient(135deg, var(--sunstone-gold), var(--gold-hover)); z-index: -1; opacity: 0; transition: opacity 0.4s ease; }
.process-step-card:hover .process-step-icon { background: linear-gradient(135deg, var(--sunstone-gold) 0%, var(--gold-hover) 100%); color: var(--obsidian-black); border-color: var(--sunstone-gold); transform: scale(1.05) rotate(-2deg); box-shadow: 0 12px 32px rgba(191, 167, 111, 0.35); }
.process-step-card:hover .process-step-icon::after { opacity: 0.2; }
.process-step-content { flex: 1; position: relative; z-index: 1; }
.process-step-content h3 { font-size: 24px; font-weight: 600; margin-bottom: 16px; color: var(--obsidian-black); font-family: 'Playfair Display', serif; line-height: 1.3; transition: color 0.3s ease; }
.process-step-card:hover .process-step-content h3 { color: var(--obsidian-black); }
.process-step-content p { color: rgba(26, 26, 26, 0.65); line-height: 1.8; margin: 0; font-size: 15px; transition: color 0.3s ease; }
.process-step-card:hover .process-step-content p { color: rgba(26, 26, 26, 0.75); }
.step-connector { position: absolute; bottom: -48px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; z-index: 2; }
.connector-line { width: 2px; height: 32px; background: linear-gradient(180deg, var(--sunstone-gold) 0%, rgba(191, 167, 111, 0.3) 100%); border-radius: 2px; }
.connector-arrow { width: 32px; height: 32px; background: rgba(191, 167, 111, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--sunstone-gold); font-size: 14px; margin-top: 4px; transition: all 0.3s ease; }
.process-step-card:hover .connector-arrow { background: var(--sunstone-gold); color: var(--obsidian-black); transform: scale(1.1); }
.process-step-card:last-child .step-connector { display: none; }
.process-cta { text-align: center; position: relative; z-index: 1; }

/* ================= Modern Services Section (Legacy) ================= */
.section-services-modern { padding: 120px 0; background: #fff; }
.services-grid-modern { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.service-card-modern { position: relative; background: #fff; border-radius: 20px; overflow: hidden; transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); border: 2px solid transparent; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); }
.service-card-modern:nth-child(2) { transform: translateY(-20px); }
.service-card-modern:hover { transform: translateY(-12px); border-color: var(--sunstone-gold); box-shadow: 0 20px 60px rgba(191, 167, 111, 0.2); }
.service-card-inner { padding: 48px 40px; position: relative; }
.service-number { position: absolute; top: 32px; right: 32px; font-size: 72px; font-weight: 700; color: rgba(191, 167, 111, 0.1); font-family: 'Cormorant Garamond', serif; line-height: 1; }
.service-badge { position: absolute; top: 32px; left: 32px; padding: 8px 16px; background: var(--sunstone-gold); color: var(--obsidian-black); border-radius: 50px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.service-icon-modern { width: 80px; height: 80px; background: var(--sunstone-gold); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 32px; transition: all 0.4s ease; }
.service-card-modern:hover .service-icon-modern { transform: rotate(-5deg) scale(1.1); box-shadow: 0 12px 30px rgba(191, 167, 111, 0.3); }
.service-icon-modern img { filter: brightness(0) invert(1); width: 48px; height: auto; }
.service-card-modern h3 { font-size: 28px; font-weight: 600; margin-bottom: 16px; color: var(--obsidian-black); }
.service-card-modern p { color: rgba(26, 26, 26, 0.7); line-height: 1.7; margin-bottom: 24px; }
.service-features { list-style: none; margin-bottom: 32px; }
.service-features li { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; color: rgba(26, 26, 26, 0.8); font-size: 15px; }
.service-features li i { color: var(--sunstone-gold); font-size: 14px; }
.service-link a { display: inline-flex; align-items: center; gap: 8px; color: var(--sunstone-gold); font-weight: 600; transition: all 0.3s ease; }
.service-link a:hover { gap: 12px; color: var(--gold-hover); }

/* ================= Modern Results Section ================= */
.section-results-modern { padding: 80px 0; position: relative; background: var(--obsidian-black); overflow: hidden; }
.results-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }
.results-pattern { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: radial-gradient(circle at 20% 50%, rgba(191, 167, 111, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(107, 46, 46, 0.1) 0%, transparent 50%); opacity: 0.5; }
.section-label-light { color: var(--sunstone-gold); background: #bfa76f2e; padding: 6px 20px; border-radius: 30px; }
.section-title-light { color: #fff; }
.results-grid-modern { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; position: relative; z-index: 1; }
.result-card-modern { background: rgba(255, 255, 255, 0.05); -webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px); border: 2px solid rgba(191, 167, 111, 0.2); border-radius: 4px; padding: 48px 40px; text-align: center; transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; }
.result-card-modern::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(191, 167, 111, 0.1) 0%, transparent 100%); opacity: 0; transition: opacity 0.5s ease; }
.result-card-modern:hover { transform: translateY(-12px); border-color: var(--sunstone-gold); box-shadow: 0 20px 60px rgba(191, 167, 111, 0.2); }
.result-card-modern:hover::before { opacity: 1; }
.result-icon-wrapper { position: relative; width: 100px; height: 100px; margin: 0 auto 32px; }
.result-icon-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(191, 167, 111, 0.15); border-radius: 4px; transition: all 0.5s ease; }
.result-card-modern:hover .result-icon-bg { transform: scale(1.1); background: rgba(191, 167, 111, 0.25); }
.result-icon-wrapper i { position: relative; z-index: 1; font-size: 40px; color: var(--sunstone-gold); display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.result-content { position: relative; z-index: 1; }
.result-transformation { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 16px; }
.result-from, .result-to { font-size: 38px; font-weight: 700; color: var(--sunstone-gold); font-family: 'Inter', sans-serif; }
.result-to { color: #fff; font-size: 38px; }
.result-arrow-wrapper { display: flex; align-items: center; gap: 8px; }
.result-arrow-line { width: 40px; height: 2px; background: var(--sunstone-gold); }
.result-arrow-wrapper i { color: var(--sunstone-gold); font-size: 20px; }
.result-number { font-size: 38px; font-weight: 700; color: var(--sunstone-gold); font-family: 'Inter', sans-serif; margin-bottom: 6px; line-height: 1; }
.result-card-modern h4 { font-size: 24px; font-weight: 600; color: #fff; margin-bottom: 12px; }
.result-card-modern p { color: rgba(244, 238, 231, 0.7); font-size: 15px; margin: 0; }

/* ================= New FAQ & Testimonials Section ================= */
.section-faq-testimonial-new { padding: 80px 0; background: var(--sand-cream); position: relative; }
.faq-testimonial-layout-new { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }

/* FAQ Section */
.faq-section-new { position: relative; }
.faq-header-new { margin-bottom: 48px; }
.faq-badge-new { display: inline-block; padding: 10px 24px; background: rgba(191, 167, 111, 0.1); border: 1px solid rgba(191, 167, 111, 0.2); border-radius: 50px; color: var(--burgundy-legacy); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 24px; font-family: 'Inter', sans-serif; }
.faq-title-new { font-size: 54px; line-height: 60px; margin-bottom: 0; color: var(--obsidian-black); font-weight: 700; font-family: 'Cormorant Garamond', serif; }
.faq-accordion-new { display: flex; flex-direction: column; gap: 16px; }
.faq-item-new { background: #fff; border-radius: 4px; overflow: hidden; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); transition: all 0.3s ease; border: 2px solid transparent; }
.faq-item-new:hover { box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1); border-color: rgba(191, 167, 111, 0.2); }
.faq-question-new { width: 100%; padding: 18px 32px; background: transparent; border: none; display: flex; justify-content: space-between; align-items: center; cursor: pointer; text-align: left; transition: all 0.3s ease; }
.faq-question-new:hover { background: rgba(191, 167, 111, 0.05); }
.faq-question-new:not(.collapsed) { background: rgba(191, 167, 111, 0.08); }
.faq-question-content { display: flex; align-items: center; gap: 20px; flex: 1; }
.faq-number-new { font-size: 20px; font-weight: 700; color: var(--sunstone-gold); font-family: 'Cormorant Garamond', serif; min-width: 48px; flex-shrink: 0; }
.faq-question-text { font-size: 18px; font-weight: 600; color: var(--obsidian-black); line-height: 1.4; }
.faq-arrow-new { color: var(--sunstone-gold); font-size: 14px; transition: transform 0.3s ease; flex-shrink: 0; }
.faq-question-new:not(.collapsed) .faq-arrow-new { transform: rotate(180deg); }
.faq-answer-wrapper { transition: all 0.3s ease; }
.faq-answer-new { padding: 0 32px 28px 100px; color: rgba(26, 26, 26, 0.7); line-height: 1.8; font-size: 16px; }

/* Testimonials Section */
.testimonial-section-new { position: relative; }
.testimonial-header-new { margin-bottom: 48px; }
.testimonial-badge-new { display: inline-block; padding: 10px 24px; background: rgba(191, 167, 111, 0.1); border: 1px solid rgba(191, 167, 111, 0.2); border-radius: 50px; color: var(--burgundy-legacy); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 24px; font-family: 'Inter', sans-serif; }
.testimonial-title-new { font-size: 54px; line-height: 60px; margin-bottom: 0; color: var(--obsidian-black); font-weight: 700; font-family: 'Cormorant Garamond', serif; }

/* Custom Testimonial Carousel */
.testimonial-carousel-wrapper-new { position: relative; }
.testimonial-carousel-container-new { position: relative; min-height: 400px; overflow: hidden; }
.testimonial-slide-new { position: absolute; top: 0; left: 0; width: 100%; opacity: 0; visibility: hidden; transition: opacity 0.6s ease, visibility 0.6s ease; transform: translateX(0); }
.testimonial-slide-new.active { position: relative; opacity: 1; visibility: visible; }
.testimonial-card-new { background: #fff; border-radius: 6px; padding: 28px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08); border: 2px solid rgba(191, 167, 111, 0.1); transition: all 0.4s ease; position: relative; overflow: hidden; }
.testimonial-card-new::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, var(--sunstone-gold) 0%, var(--gold-hover) 100%); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; }
.testimonial-card-new:hover::before { transform: scaleX(1); }
.testimonial-card-new:hover {    /* transform: translateY(-6px); */
border-color: var(--sunstone-gold); box-shadow: 0 16px 50px rgba(191, 167, 111, 0.2); border-top: 0; }
.testimonial-quote-icon-new { width: 64px; height: 64px; border-radius: 4px; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; font-size: 98px; color: var(--sunstone-gold); position: absolute; right: 40px; top: 30px; opacity: .2; }
.testimonial-rating-new { display: flex; gap: 6px; margin-bottom: 24px; }
.testimonial-rating-new i { color: var(--sunstone-gold); font-size: 18px; }
.testimonial-text-new { font-size: 18px; line-height: 1.9; color: rgba(26, 26, 26, 0.8); font-style: italic; margin-bottom: 32px; position: relative; padding-left: 24px; border-left: 3px solid var(--sunstone-gold); }
.testimonial-author-new { display: flex; align-items: center; gap: 16px; }
.testimonial-avatar-new { width: 54px; height: 54px; background: var(--sunstone-gold); border-radius: 4px; display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--obsidian-black); font-size: 16px; flex-shrink: 0; box-shadow: 0 4px 15px rgba(191, 167, 111, 0.3); }
.testimonial-info-new h4 { font-size: 20px; font-weight: 600; color: var(--obsidian-black); margin-bottom: 4px; font-family: 'Playfair Display', serif; }
.testimonial-info-new p { font-size: 14px; color: rgba(26, 26, 26, 0.6); margin: 0; }

/* Custom Carousel Dots */
.testimonial-carousel-dots-new { display: flex; justify-content: center; align-items: center; gap: 12px; padding: 0; }
.testimonial-dot-new { width: 12px; height: 12px; border-radius: 50%; border: 2px solid transparent; background: rgba(191, 167, 111, 0.3); cursor: pointer; transition: all 0.3s ease; padding: 0; outline: none; }
.testimonial-dot-new:hover { background: rgba(191, 167, 111, 0.6); transform: scale(1.2); }
.testimonial-dot-new.active { background: var(--sunstone-gold); border-color: var(--sunstone-gold); transform: scale(1.3); box-shadow: 0 0 0 4px rgba(191, 167, 111, 0.2); }

/* ================= Modern FAQ & Testimonials Section (Legacy) ================= */
.section-faq-modern { padding: 120px 0; background: var(--sand-cream); }
.faq-testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.accordion-modern { display: flex; flex-direction: column; gap: 16px; }
.accordion-item-modern { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); transition: all 0.3s ease; }
.accordion-item-modern:hover { box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1); }
.accordion-header-modern { width: 100%; padding: 28px 32px; background: transparent; border: none; display: flex; align-items: center; gap: 20px; cursor: pointer; text-align: left; transition: all 0.3s ease; }
.accordion-header-modern:hover { background: rgba(191, 167, 111, 0.05); }
.accordion-number { font-size: 18px; font-weight: 700; color: var(--sunstone-gold); font-family: 'Cormorant Garamond', serif; min-width: 40px; }
.accordion-title { flex: 1; font-size: 18px; font-weight: 600; color: var(--obsidian-black); }
.accordion-icon { color: var(--sunstone-gold); font-size: 14px; transition: transform 0.3s ease; }
.accordion-icon.rotated { transform: rotate(180deg); }
.accordion-body-modern { padding: 0 32px 28px 92px; color: rgba(26, 26, 26, 0.7); line-height: 1.7; font-size: 16px; }
.testimonial-slider-modern { position: relative; }
.testimonial-card-modern { background: #fff; border-radius: 20px; padding: 48px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); position: relative; }
.testimonial-quote-icon { width: 64px; height: 64px; background: rgba(191, 167, 111, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 32px; }
.testimonial-quote-icon i { font-size: 24px; color: var(--sunstone-gold); }
.testimonial-card-modern blockquote { font-size: 20px; line-height: 1.8; color: rgba(26, 26, 26, 0.8); font-style: italic; margin-bottom: 32px; }
.testimonial-author { display: flex; align-items: center; gap: 16px; }
.author-avatar { width: 56px; height: 56px; background: var(--sunstone-gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--obsidian-black); font-size: 18px; }
.author-info h5 { font-size: 18px; font-weight: 600; color: var(--obsidian-black); margin-bottom: 4px; }
.author-info p { font-size: 14px; color: rgba(26, 26, 26, 0.6); margin: 0; }
.slick-prev-modern, .slick-next-modern { position: absolute; bottom: -60px; width: 48px; height: 48px; background: var(--sunstone-gold); border: none; border-radius: 50%; color: var(--obsidian-black); font-size: 18px; cursor: pointer; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; z-index: 10; }
.slick-prev-modern { left: 0; }
.slick-next-modern { left: 60px; }
.slick-prev-modern:hover, .slick-next-modern:hover { background: var(--gold-hover); transform: scale(1.1); }
.testimonial-slider-modern .slick-dots { bottom: -80px; text-align: left; }
.testimonial-slider-modern .slick-dots li button { background: var(--sunstone-gold); opacity: 0.3; width: 10px; height: 10px; border-radius: 50%; }
.testimonial-slider-modern .slick-dots li.slick-active button { opacity: 1; }

/* ================= Modern CTA Section ================= */
.section-cta-modern { padding: 80px 0; position: relative; overflow: hidden; }
.cta-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }
.cta-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.cta-image img { width: 100%; height: 100%; object-fit: cover; }
.cta-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(26, 26, 26, 0.85); }
.cta-content-modern { position: relative; z-index: 1; text-align: center; color: #fff; max-width: 800px; margin: 0 auto; }
.cta-label { display: inline-block; padding: 10px 24px; background: rgba(191, 167, 111, 0.15); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border: 1px solid rgba(191, 167, 111, 0.3); border-radius: 50px; color: var(--sunstone-gold); font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 32px; }
.cta-title { font-size: 54px; line-height: 60px; margin-bottom: 24px; color: #fff; }
.cta-description { font-size: 20px; color: rgba(244, 238, 231, 0.9); line-height: 1.8; margin-bottom: 48px; }
.cta-buttons { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }

/* ================= Modern CTA Section ================= */
.achievements-timeline { position: relative; margin-top: 40px; max-width: 1000px; margin-left: auto; margin-right: auto; }
.achievements-timeline::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 3px; background: var(--sunstone-gold); transform: translateX(-50%); }
.timeline-item { position: relative; margin-bottom: 50px; display: flex; align-items: center; width: 100%; }
.timeline-item:nth-child(odd) { flex-direction: row; }
.timeline-item:nth-child(even) { flex-direction: row-reverse; }
.timeline-date { width: 45%; text-align: right; font-size: 18px; font-weight: 500; color: var(--sunstone-gold); }
.timeline-date span { width: 40px; height: 40px; background: var(--sunstone-gold); display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: rgba(26, 26, 26, 0.98); font-weight: 700; }
.timeline-item:nth-child(even) .timeline-date { text-align: left; padding-right: 0; padding-left: 30px; }
.timeline-marker { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 20px; height: 20px; background: var(--sunstone-gold); border: 4px solid #fff; border-radius: 50%; box-shadow: 0 0 0 4px var(--sunstone-gold); z-index: 2; }
.timeline-item:first-child .timeline-marker { background: var(--sunstone-gold); box-shadow: 0 0 0 4px var(--sunstone-gold); }
.timeline-content { width: 46%; background: #fff; padding: 25px 30px; border-radius: 6px; box-shadow: 0 1px 2px rgba(36, 39, 44, .1); border: 1px solid #39399b2e; transition: all 0.3s ease; margin-left: 80px; }
.timeline-item:nth-child(even) .timeline-content { margin-left: 0; margin-right: 80px; }
.timeline-content:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(21, 47, 74, 0.15); }
.timeline-content h5 { font-size: 18px; font-weight: 600; color: var(--sunstone-gold); margin-bottom: 10px; }
.timeline-content p { font-size: 15px; color: #000; line-height: 1.6; margin: 0; }

/* ================= Modern Footer ================= */
.footer-modern { background: var(--obsidian-black); padding: 80px 0 40px; color: var(--sand-cream); }
.footer-grid-modern { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; margin-bottom: 60px; }
.footer-brand-modern img { max-width: 80px; margin-bottom: 24px; }
.footer-brand-modern p { color: rgba(244, 238, 231, 0.7); line-height: 1.7; margin-bottom: 32px; }
.footer-social-modern { display: flex; gap: 12px; }
.footer-social-modern a { width: 48px; height: 48px; background: rgba(191, 167, 111, 0.1); border: 1px solid rgba(191, 167, 111, 0.2); border-radius: 4px; display: flex; align-items: center; justify-content: center; color: var(--sunstone-gold); font-size: 20px; transition: all 0.3s ease; }
.footer-social-modern a:hover { background: var(--sunstone-gold); color: var(--obsidian-black); transform: translateY(-4px); }
.footer-links-modern h5, .footer-contact-modern h5 { font-size: 20px; font-weight: 600; color: var(--sunstone-gold); margin-bottom: 24px; }
.footer-links-modern ul, .footer-contact-modern ul { list-style: none; padding: 0; }
.footer-links-modern li, .footer-contact-modern li { margin-bottom: 12px; }
.footer-links-modern a, .footer-contact-modern a { color: rgba(244, 238, 231, 0.8); display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s ease; }
.footer-links-modern a:hover, .footer-contact-modern a:hover { color: var(--sunstone-gold); transform: translateX(4px); }
.footer-bottom-modern { border-top: 1px solid rgba(191, 167, 111, 0.2); padding-top: 20px; }
.footer-bottom-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.footer-copyright { color: rgba(244, 238, 231, 0.6); margin: 0; font-size: 14px; }
.footer-legal-links { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.footer-legal-links a { color: rgba(244, 238, 231, 0.6); font-size: 14px; text-decoration: none; transition: all 0.3s ease; }
.footer-legal-links a:hover { color: var(--sunstone-gold); }
.footer-separator { color: rgba(244, 238, 231, 0.4); font-size: 14px; }
@media (max-width: 768px) {
    .footer-bottom-content { flex-direction: column; text-align: center; }
    .footer-legal-links { justify-content: center; }
}

/* ================= Scroll to Top Button ================= */
#goTopBtn { position: fixed; bottom: 40px; right: 40px; background: var(--sunstone-gold); color: var(--obsidian-black); border: none; border-radius: 50%; width: 56px; height: 56px; font-size: 20px; cursor: pointer; box-shadow: 0 4px 20px rgba(191, 167, 111, 0.4); transition: all 0.3s ease; display: none; z-index: 999; align-items: center; justify-content: center; }
#goTopBtn:hover { background: var(--gold-hover); transform: translateY(-4px); box-shadow: 0 8px 30px rgba(191, 167, 111, 0.5); }

/* ================= Animations ================= */
.fade-in-up, .fade-in-left, .fade-in-right { opacity: 0; transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in-up { transform: translateY(40px); }
.fade-in-left { transform: translateX(-40px); }
.fade-in-right { transform: translateX(40px); }
.fade-in-up.animated, .fade-in-left.animated, .fade-in-right.animated { opacity: 1; transform: translate(0); }

/* ================= Responsive Design ================= */
@media (max-width:1199.98px) {
    .container { max-width: 1140px; padding: 0 30px; }
    .hero-title-modern { font-size: 72px; }
    .section-title-modern { font-size: 56px; }
    .hero-content-wrapper { gap: 60px; }
    .services-grid-modern { grid-template-columns: repeat(2, 1fr); }
    .service-card-modern:nth-child(3) { grid-column: 1 / -1; max-width: 600px; margin: 0 auto; }
    .process-steps-container { max-width: 900px; }
    .process-step-card { padding: 48px 40px; }
    .hero-luxury { padding: 130px 0px 40px; }
}
@media (max-width:991.98px) {
    .process-steps-container { max-width: 100%; }
    .process-step-card { padding: 44px 36px; }
    .header-premium.fixed, body.fixed .header-premium { top: 0; }
    .achievements-timeline { max-width: 100%; }
    .timeline-item { flex-direction: column !important; text-align: center; }
    .timeline-date { width: 100%; text-align: center !important; padding: 0 !important; margin-bottom: 15px; font-size: 16px; }
    .timeline-content { width: 100%; margin: 0 !important; }
    .timeline-marker { position: static; transform: none; margin: 15px auto; }
    #header { background: rgba(26, 26, 26, 0.98); }
}
@media (max-width:767.98px) {
    body { padding-top: 0; }
    .navbar { padding: 4px 0; }
    .navbar-collapse { position: fixed; top: 80px; left: 0; background: var(--obsidian-black); width: 100%; height: calc(100vh - 80px); padding: 20px; overflow-y: auto; transform: translateX(-100%); transition: transform 0.3s ease; }
    .navbar-collapse.show { transform: translateX(0); }
    .navbar-expand-lg .navbar-nav { flex-direction: column; gap: 0; }
    .navbar-expand-lg .navbar-nav .nav-item { margin: 0; border-bottom: 1px solid rgba(191, 167, 111, 0.2); width: 100%; }
    .navbar-expand-lg .navbar-nav .nav-link { padding: 20px 0; color: var(--sand-cream); }
    .hero-content-wrapper { grid-template-columns: 1fr; gap: 60px; }
    .hero-title-modern { font-size: 56px; }
    .hero-description-modern { font-size: 18px; }
    .section-title-modern { font-size: 48px; }
    .about-grid-modern { grid-template-columns: 1fr; gap: 60px; }
    .about-image-modern { position: static; }
    .about-main-content-redesigned { grid-template-columns: 1fr; gap: 50px; }
    .about-content-column { min-height: unset; }
    .about-title-redesigned { font-size: 48px; }
    .about-stats-compact { grid-template-columns: repeat(2, 1fr); }
    .about-content-wrapper-new { grid-template-columns: 1fr; gap: 60px; }
    .about-image-section-new { position: static; }
    .services-grid-modern { grid-template-columns: 1fr; }
    .services-grid-new { grid-template-columns: 1fr; }
    .process-title-new { font-size: 48px; }
    .process-step-card { padding: 40px 32px; flex-direction: column; text-align: center; gap: 24px; }
    .process-step-card:not(:last-child) { margin-bottom: 48px; }
    .process-step-icon-wrapper { margin-bottom: 0; }
    .process-step-icon { width: 80px; height: 80px; font-size: 28px; }
    .process-step-content { text-align: center; }
    .process-step-content h3 { font-size: 22px; }
    .step-connector { position: static; transform: none; margin: 24px auto 0; bottom: auto; }
    .connector-line { height: 20px; }
    .faq-testimonial-layout-new { grid-template-columns: 1fr; gap: 60px; }
    .service-card-modern:nth-child(2) { transform: translateY(0); }
    .service-card-modern:nth-child(3) { grid-column: 1; max-width: 100%; }
    .results-grid-modern { grid-template-columns: repeat(2, 1fr); }
    .faq-testimonial-grid { grid-template-columns: 1fr; gap: 60px; }
    .footer-grid-modern { grid-template-columns: 1fr; gap: 20px; margin-bottom: 30px; }
}
@media (max-width:1199.98px) {
    .hero-content-luxury { gap: 70px; }
    .hero-title-luxury { font-size: 76px; }
}
@media (max-width:991.98px) {
    .hero-content-luxury { grid-template-columns: 1fr; gap: 40px; }
    .hero-stats-luxury { flex-direction: row; flex-wrap: wrap; }
    .stat-card-luxury { flex: 1; min-width: 240px; }
}
@media (max-width:767.98px) {
    .container { padding: 0 20px; }
    .section-about-redesigned, .section-process-new { padding: 40px 0; }
    .about-header-redesigned, .process-header-new { margin-bottom: 20px; }
    .about-title-redesigned, .process-title-new { font-size: 40px; }
    .process-description-new { font-size: 16px; }
    .process-step-card { padding: 24px 20px; gap: 20px; }
    .process-step-icon { width: 64px; height: 64px; font-size: 24px; }
    .process-step-content h3 { font-size: 22px; }
    .process-step-content p { font-size: 14px; }
    .process-step-number { font-size: 48px; }
    .about-main-content-redesigned { gap: 20px; }
    .about-lead-text { font-size: 16px; }
    .about-quote-text { font-size: 16px; padding-left: 20px; }
    .about-stats-compact { grid-template-columns: 1fr; }
    .stat-item-compact { padding: 16px; }
    .stat-number-compact { font-size: 28px; }
    .feature-item-compact { padding: 16px; }
    .feature-icon-compact { width: 48px; height: 48px; font-size: 20px; }
    .feature-text-compact h4 { font-size: 16px; }
    .feature-text-compact p { font-size: 13px; }
    .image-badge-redesigned { bottom: 15px; left: 15px; top:10px; padding: 10px 14px; width: 140px; height: 40px; }
    .image-badge-icon { width: 32px; height: 32px; font-size: 14px; }
    .image-badge-title { font-size: 14px; }
    .image-badge-subtitle { font-size: 12px; }
    .hero-luxury { padding: 120px 0 50px; min-height: 600px; }
    .hero-title-luxury { font-size: 48px; letter-spacing: -1.5px; }
    .hero-description-luxury { font-size: 18px; }
    .hero-features-luxury { flex-direction: column; gap: 12px; }
    .hero-cta-luxury { flex-direction: column; }
    .hero-cta-luxury .btn { width: 100%; }
    .hero-stats-luxury { flex-direction: column; gap: 16px; }
    .stat-card-luxury { flex: none; }
    .hero-scroll-luxury { display: none; }
    .stat-luxury-value { font-size: 36px; }
    .stat-luxury-value-highlight { font-size: 40px; }
    .stat-luxury-number { font-size: 42px; }
    .testimonial-header-new { margin-bottom: 20px; }
    .service-card-new { padding: 20px; }
    .timeline-content { padding: 20px; }
    .faq-question-new { padding: 10px; }
    span.faq-number-new { min-width: 20px; }
    .btn-large { padding: 20px 24px; font-size: 18px; }
    .section-services-new { padding: 40px 0px; }
    .service-icon-box-new { width: 56px; height: 56px; }
    .service-icon-box-new img { width: 30px; }
    .service-card-body-new h3 { font-size: 22px; }
    .service-card-header-new { margin-bottom: 10px; }
    .result-from, .result-to { font-size: 28px; }
    .result-number { font-size: 28px; }
    .result-icon-wrapper { width: 60px; height: 60px; font-size: 10px; }
    .result-icon-wrapper i { font-size: 30px; }
    .faq-badge-new { margin-bottom: 10px; }
    .faq-header-new { margin-bottom: 20px; }
    .services-badge-new, .services-badge-new { padding: 6px 16px; }
    .navbar-brand-premium img { width: 70px; }
    .result-card-modern h4 { font-size: 22px; margin-bottom: 10px; }
    .achievements-timeline { margin: 0; margin-top: 20px; }
    .timeline-item { margin-bottom: 40px; }
}
@media (max-width:575.98px) {
    .hero-title-luxury { font-size: 36px; letter-spacing: -1px; line-height: 40px; margin-bottom: 6px; }
    .hero-description-luxury { font-size: 16px; margin-bottom: 10px; }
    .stat-card-luxury { padding: 24px; }
    .stat-card-luxury-featured { padding: 18px; }
    .stat-luxury-transformation { align-items: anchor-center; gap: 12px; }
    .about-title-redesigned, .process-title-new { font-size: 32px; line-height: 40px; }
    .stat-luxury-arrow-wrapper { flex-direction: row; padding-bottom: 0; padding-left: 0; }
    .stat-luxury-arrow-line { width: 30px; }
    .stat-luxury-arrow-wrapper i { transform: rotate(90deg); }
    .stat-luxury-value { font-size: 30px; }
    .stat-luxury-value-highlight { font-size: 30px; }
    .stat-luxury-number { font-size: 30px; }
    .section-title-modern { font-size: 30px; }
    .section-about-modern, .section-services-modern, .section-process-new, .section-results-modern, .section-faq-modern, .section-cta-modern { padding: 40px 0; }
    .process-title-new { font-size: 32px; }
    .process-step-card { padding: 36px 24px; }
    .process-step-card:not(:last-child) { margin-bottom: 40px; }
    .process-step-icon { width: 72px; height: 72px; font-size: 26px; }
    .process-step-content h3 { font-size: 20px; margin-bottom: 14px; }
    .process-step-content p { font-size: 14px; }
    .process-step-number { top: 20px; right: 20px; font-size: 12px; }
    .step-connector { margin-top: 20px; }
    .connector-line { height: 16px; }
    .stats-grid-modern { grid-template-columns: 1fr; }
    .results-grid-modern { grid-template-columns: 1fr; }
    .cta-title { font-size: 42px; }
    .cta-buttons { flex-direction: column; }
    .cta-buttons .btn { width: 100%; }
    .hero-scroll-modern { display: none; }
    #goTopBtn { bottom: 20px; right: 20px; width: 48px; height: 48px; }
    .testimonial-text-new { font-size: 16px; line-height: 24px; }
    .btn-luxury-primary { padding: 10px 20px; }
    .btn-luxury-secondary { padding: 10px 20px; }
    .hero-badge-luxury { padding: 4px 12px; margin-bottom: 12px; }
    .cta-label { line-height: 20px; padding: 6px 12px; }
    .footer-modern { padding: 40px 0px 20px; }
    .faq-question-text { font-size: 16px; }
    .services-badge-new, .process-badge-new { margin-bottom: 12px; }
    .services-header-new { margin-bottom: 20px; }
    .service-number-new { font-size: 60px; line-height: 70px; display: block; }
    .footer-links-modern h5, .footer-contact-modern h5 { margin-bottom: 12px; }
    .cta-description { font-size: 18px; line-height: 26px; margin-bottom: 20px; }
    .footer-brand-modern img { width: 70px; margin-bottom: 12px; }
    .featured-badge-new { top: 18px; left: 20px; padding: 4px 10px; font-size: 10px; }
}
@media (max-width:575.98px) {
    .hero-title-modern { font-size: 32px; line-height: 36px; }
    .section-title-modern { font-size: 28px; line-height: 36px; }
    .cta-title { font-size: 32px; line-height: 40px; }
    .service-card-inner { padding: 20px; }
    .result-card-modern { padding: 20px; }
    .stat-number-compact { font-size: 22px; }
    .btn { padding: 10px 20px; }
    .footer-links-modern li, .footer-contact-modern li { margin-bottom: 8px; }
    .footer-brand-modern p { margin-bottom: 20px; }
    .footer-links-modern ul, .footer-contact-modern ul { margin: 0; }
    .footer-social-modern a { font-size: 18px; height: 38px; width: 38px; }
    .about-title-new, .services-title-new { font-size: 32px; line-height: 40px; margin-bottom: 10px; }
    .faq-title-new, .testimonial-title-new { font-size: 32px; line-height: 40px; }
    .about-content-wrapper-new { grid-template-columns: 1fr; gap: 60px; }
    .about-image-section-new { position: static; }
    .about-image-container-new { padding: 10px; }
    .image-decoration-frame { display: none; }
    .image-frame-new { transform: rotate(0deg); padding: 4px; }
    .floating-stats-new { position: static; justify-content: center; margin-top: 24px; flex-wrap: wrap; }
    .experience-badge-new { position: static; margin-bottom: 20px; }
    .experience-badge-content { min-width: auto; }
    .about-intro-text-new { padding: 24px; }
    .intro-quote { font-size: 18px; padding-left: 30px; }
    .about-intro-text-new::before { font-size: 80px; top: -10px; left: 15px; }
    .highlight-card-new { padding: 24px; }
    .highlight-number { font-size: 36px; top: 16px; right: 16px; }
    .about-metrics-new { grid-template-columns: 1fr; }
    .about-cta-new { flex-direction: column; }
    .btn-about-cta, .btn-about-secondary { width: 100%; min-width: auto; }
    .about-decorative-circle, .about-decorative-line { display: none; }
    .services-grid-new { grid-template-columns: 1fr; }
    .service-card-featured-new { transform: scale(1); }
    .service-card-featured-new:hover { transform: translateY(-12px); }
    .faq-testimonial-layout-new { grid-template-columns: 1fr; gap: 60px; }
    .faq-answer-new { padding: 0 32px 28px 32px; }
    .testimonial-card-new { padding: 20px; }
}