/* ==========================================================================
   Luxury Law Firm International Design System
   Advocate Mohsen Batea (محسن بطيع للمحاماة والاستشارات القانونية)
   Inspired by: White & Case, Clifford Chance, Baker McKenzie, Apple, Stripe
   ========================================================================== */

:root {
    --primary: #0B1F3A;
    --primary-dark: #07162C;
    --secondary: #163B68;
    --gold: #C9A14A;
    --gold-hover: #b38b37;
    --gold-soft: rgba(201, 161, 74, 0.1);
    --bg-main: #F7F8FA;
    --surface-card: #FFFFFF;
    --border-subtle: #ECECEC;
    --border-gold: rgba(201, 161, 74, 0.4);
    
    --text-primary: #1F1F1F;
    --text-paragraph: #666666;
    --text-muted: #888888;
    
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-pill: 50px;
    
    --shadow-sm: 0 4px 14px rgba(11, 31, 58, 0.04);
    --shadow-md: 0 12px 32px rgba(11, 31, 58, 0.08);
    --shadow-lg: 0 24px 60px rgba(11, 31, 58, 0.14);
    
    --transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

body {
    font-family: 'IBM Plex Sans Arabic', 'Alexandria', -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: var(--bg-main);
    color: var(--text-primary);
    direction: rtl;
    text-align: right;
    overflow-x: hidden;
    line-height: 1.85;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'IBM Plex Sans Arabic', 'Alexandria', sans-serif;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: -0.4px;
}

p {
    color: var(--text-paragraph);
    font-size: 1.05rem;
}

a {
    text-decoration: none;
    transition: var(--transition);
}

/* Container width (1320px) */
.container-xxl {
    max-width: 1320px;
}

/* 120px Section Vertical Spacing */
.section-spacing {
    padding-top: 120px;
    padding-bottom: 120px;
}

.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

/* Luxury Buttons */
.btn-gold-pill {
    background: linear-gradient(135deg, #C9A14A 0%, #B38B37 100%);
    color: #FFFFFF !important;
    font-weight: 700;
    padding: 12px 30px;
    height: 50px;
    border-radius: var(--radius-pill);
    border: none;
    box-shadow: 0 4px 18px rgba(201, 161, 74, 0.35);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.96rem;
    transition: var(--transition);
}

.btn-gold-pill:hover {
    background: linear-gradient(135deg, #D4AC54 0%, #C9A14A 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201, 161, 74, 0.45);
}

.btn-gold-lg {
    background: linear-gradient(135deg, #C9A14A 0%, #B38B37 100%);
    color: #FFFFFF !important;
    font-weight: 700;
    padding: 16px 38px;
    height: 56px;
    border-radius: var(--radius-pill);
    border: none;
    box-shadow: 0 6px 22px rgba(201, 161, 74, 0.4);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 1.05rem;
    transition: var(--transition);
}

.btn-gold-lg:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(201, 161, 74, 0.5);
}

.btn-outline-gold-lg {
    border: 2px solid rgba(201, 161, 74, 0.85);
    color: var(--gold) !important;
    background: transparent;
    font-weight: 700;
    padding: 14px 36px;
    height: 56px;
    border-radius: var(--radius-pill);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 1.05rem;
    transition: var(--transition);
}

.btn-outline-gold-lg:hover {
    background: var(--gold);
    color: #FFFFFF !important;
    transform: translateY(-3px);
}

.btn-navy-lg {
    background-color: var(--primary);
    color: #FFFFFF !important;
    font-weight: 700;
    padding: 16px 38px;
    height: 56px;
    border-radius: var(--radius-pill);
    border: 1px solid var(--primary);
    box-shadow: var(--shadow-md);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 1.05rem;
    transition: var(--transition);
}

.btn-navy-lg:hover {
    background-color: var(--secondary);
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

/* Top Announcement Bar */
.top-bar {
    background-color: #061325;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.84rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 7px 0;
}

.top-bar-divider {
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.15);
    margin: 0 4px;
}

.top-bar-item {
    display: inline-flex;
    align-items: center;
    transition: color 0.25s ease;
}

.top-bar-cta {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.83rem;
    padding: 3px 12px;
    background: rgba(201, 161, 74, 0.12);
    border: 1px solid rgba(201, 161, 74, 0.3);
    border-radius: 20px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.top-bar-cta:hover {
    background: rgba(201, 161, 74, 0.25);
    color: #FFF;
    border-color: rgba(201, 161, 74, 0.6);
}

/* Header */
.main-header {
    background: #FFFFFF;
    box-shadow: 0 4px 20px rgba(11, 31, 58, 0.06);
    border-bottom: 1px solid rgba(11, 31, 58, 0.06);
    position: sticky;
    top: 0;
    z-index: 1030;
    transition: var(--transition);
}

.main-header.scrolled {
    box-shadow: var(--shadow-md);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

/* Brand Logo */
.brand-logo-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #0B1F3A 0%, #163B68 100%);
    border: 1.5px solid rgba(201, 161, 74, 0.45);
    border-radius: 12px;
    color: #C9A14A;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(11, 31, 58, 0.15);
    transition: transform 0.3s ease;
}

.navbar-brand:hover .brand-logo-icon {
    transform: scale(1.05) rotate(-3deg);
}

.brand-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0B1F3A;
    line-height: 1.15;
    letter-spacing: -0.3px;
}

.brand-subtitle {
    font-size: 0.76rem;
    font-weight: 600;
    color: #C9A14A;
    line-height: 1.2;
    margin-top: 2px;
}

/* Navigation Links */
.nav-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.92rem;
    font-weight: 700;
    color: #1A2B42 !important;
    padding: 10px 14px !important;
    border-radius: 8px;
    position: relative;
    white-space: nowrap;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-link .nav-icon {
    width: 16px;
    height: 16px;
    color: #75869B;
    transition: all 0.25s ease;
}

.nav-link .nav-chevron {
    width: 13px;
    height: 13px;
    margin-right: 2px;
    color: #75869B;
    transition: transform 0.25s ease;
}

.nav-link:hover, .nav-link.active {
    color: #C9A14A !important;
    background: rgba(201, 161, 74, 0.09);
}

.nav-link:hover .nav-icon, .nav-link.active .nav-icon {
    color: #C9A14A;
    transform: translateY(-1px);
}

.nav-link.dropdown-toggle:hover .nav-chevron, .nav-link.dropdown-toggle.active .nav-chevron {
    color: #C9A14A;
    transform: rotate(180deg);
}

/* Header CTA Button */
.btn-header-cta {
    background: linear-gradient(135deg, #C9A14A 0%, #A37E2C 100%);
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 0.92rem;
    padding: 10px 22px;
    height: 46px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 16px rgba(201, 161, 74, 0.35);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-header-cta:hover {
    background: linear-gradient(135deg, #D4AC54 0%, #B89035 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201, 161, 74, 0.5);
    color: #FFFFFF !important;
}

/* Mega Menu */
.dropdown-menu.mega-menu {
    top: 100%;
    right: 0;
    left: 0;
    background: #FFFFFF;
    border-top: 3px solid #C9A14A !important;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 20px 50px rgba(11, 31, 58, 0.14) !important;
    padding: 28px 0 !important;
    animation: megaMenuFadeIn 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.mega-menu-all-link {
    color: #C9A14A;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.mega-menu-all-link:hover {
    color: #A37E2C;
    text-decoration: underline;
}

/* Practice Area Item in Mega Menu */
.mega-menu-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(247, 248, 250, 0.7);
    border: 1px solid rgba(236, 236, 236, 0.8);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.mega-menu-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(201, 161, 74, 0.15) 0%, rgba(201, 161, 74, 0.05) 100%);
    border: 1px solid rgba(201, 161, 74, 0.3);
    color: #C9A14A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.mega-menu-title {
    font-weight: 700;
    font-size: 0.94rem;
    color: #0B1F3A;
    margin-bottom: 2px;
    transition: color 0.25s ease;
}

.mega-menu-desc {
    font-size: 0.8rem;
    color: #666666;
    line-height: 1.4;
}

.mega-menu-item:hover {
    background: #FFFFFF;
    border-color: rgba(201, 161, 74, 0.4);
    box-shadow: 0 8px 22px rgba(11, 31, 58, 0.08);
    transform: translateY(-2px);
}

.mega-menu-item:hover .mega-menu-title {
    color: #C9A14A;
}

.mega-menu-item:hover .mega-menu-icon {
    background: linear-gradient(135deg, #0B1F3A 0%, #163B68 100%);
    color: #C9A14A;
    border-color: rgba(201, 161, 74, 0.6);
}

/* Mega Menu Left Promo Card */
.mega-menu-promo {
    background: linear-gradient(135deg, #061324 0%, #0B1F3A 50%, #143C6B 100%);
    border: 1px solid rgba(201, 161, 74, 0.4);
    border-radius: 16px;
    padding: 26px;
    box-shadow: 0 8px 24px rgba(11, 31, 58, 0.2);
}

.mega-menu-promo .promo-badge {
    display: inline-block;
    background: #C9A14A;
    color: #0B1F3A;
    font-weight: 800;
    font-size: 0.78rem;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
    letter-spacing: -0.2px;
}

.mega-menu-promo h5 {
    color: #FFFFFF !important;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.35;
    margin-bottom: 10px;
}

.mega-menu-promo p {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.88rem;
    line-height: 1.6;
    margin-bottom: 22px;
}

.mega-menu-promo .promo-btn {
    background: linear-gradient(135deg, #C9A14A 0%, #A37E2C 100%);
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 0.9rem;
    height: 44px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 4px 15px rgba(201, 161, 74, 0.35);
    transition: all 0.3s ease;
}

.mega-menu-promo .promo-btn:hover {
    background: linear-gradient(135deg, #D4AC54 0%, #B89035 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(201, 161, 74, 0.5);
    color: #FFFFFF !important;
}

/* Section 1: Hero Section */
.hero-section {
    background: linear-gradient(135deg, #050E1A 0%, #0B1F3A 50%, #163B68 100%);
    color: #FFFFFF;
    padding: 100px 0 110px;
}

.hero-glow-center {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 900px;
    background: radial-gradient(circle, rgba(201, 161, 74, 0.16) 0%, rgba(11, 31, 58, 0) 70%);
    pointer-events: none;
}

.hero-mesh-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none;
}

.hero-rating-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(201, 161, 74, 0.45);
    padding: 8px 20px;
    border-radius: 30px;
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.hero-rating-badge:hover {
    transform: translateY(-2px);
    border-color: rgba(201, 161, 74, 0.7);
}

.hero-headline {
    font-size: 3.3rem;
    font-weight: 800;
    line-height: 1.25;
    color: #FFFFFF;
    letter-spacing: -0.8px;
}

.hero-gold-text {
    background: linear-gradient(135deg, #FFF0B8 0%, #E5C578 40%, #C9A14A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 10px rgba(201, 161, 74, 0.35));
}

.hero-description {
    font-size: 1.12rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.85;
    max-width: 680px;
}

/* Luxury Hero Action Buttons */
.btn-hero-gold {
    background: linear-gradient(135deg, #C9A14A 0%, #A37E2C 100%);
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 1.02rem;
    padding: 14px 34px;
    height: 54px;
    border-radius: 12px;
    border: none;
    box-shadow: 0 6px 20px rgba(201, 161, 74, 0.4);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-hero-gold:hover {
    background: linear-gradient(135deg, #D4AC54 0%, #B89035 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(201, 161, 74, 0.55);
    color: #FFFFFF !important;
}

.btn-hero-outline {
    background: rgba(255, 255, 255, 0.06);
    color: #FFE8A3 !important;
    font-weight: 700;
    font-size: 1.02rem;
    padding: 14px 32px;
    height: 54px;
    border-radius: 12px;
    border: 1.5px solid rgba(201, 161, 74, 0.6);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    backdrop-filter: blur(10px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-hero-outline:hover {
    background: rgba(201, 161, 74, 0.2);
    border-color: rgba(201, 161, 74, 0.9);
    color: #FFFFFF !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

/* Glassmorphic Stat Cards */
.hero-stat-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(201, 161, 74, 0.3);
    border-top: 3px solid #C9A14A;
    border-radius: 16px;
    padding: 20px 16px;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.hero-stat-card:hover {
    background: linear-gradient(135deg, rgba(201, 161, 74, 0.18) 0%, rgba(11, 31, 58, 0.6) 100%);
    border-color: rgba(201, 161, 74, 0.7);
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.hero-stat-card .stat-number {
    font-size: 2.1rem;
    font-weight: 800;
    color: #F5D378;
    line-height: 1.15;
    margin-bottom: 4px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.hero-stat-card .stat-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 600;
}

/* Portrait Image Card Frame & Floating Badge */
.hero-portrait-frame {
    position: relative;
    z-index: 2;
    padding: 10px;
}

.hero-portrait-wrap {
    border-radius: 24px;
    overflow: hidden;
    border: 2px solid rgba(201, 161, 74, 0.5);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6), 0 0 40px rgba(201, 161, 74, 0.15);
    background: linear-gradient(135deg, #0B1F3A 0%, #163B68 100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-portrait-wrap:hover {
    transform: translateY(-4px) scale(1.01);
    border-color: rgba(201, 161, 74, 0.8);
}

.hero-portrait-image {
    width: 100%;
    max-height: 540px;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.5s ease;
}

.hero-portrait-wrap:hover .hero-portrait-image {
    transform: scale(1.03);
}

/* Floating Glass Badge over Portrait */
.hero-portrait-badge {
    position: absolute;
    bottom: -15px;
    right: 25px;
    background: linear-gradient(135deg, rgba(6, 19, 37, 0.92) 0%, rgba(11, 31, 58, 0.95) 100%);
    border: 1.5px solid rgba(201, 161, 74, 0.5);
    padding: 12px 20px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(12px);
    z-index: 10;
    transition: transform 0.3s ease;
}

.hero-portrait-badge:hover {
    transform: translateY(-3px);
    border-color: rgba(201, 161, 74, 0.8);
}

.hero-portrait-badge .badge-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #C9A14A 0%, #A37E2C 100%);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(201, 161, 74, 0.35);
}

.hero-portrait-badge .badge-title {
    font-size: 0.96rem;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.2;
}

.hero-portrait-badge .badge-subtitle {
    font-size: 0.78rem;
    font-weight: 600;
    color: #F5D378;
    line-height: 1.2;
    margin-top: 2px;
}

/* Section 2: Trust Strip */
.trust-strip-section {
    background: #F8FAFC;
    margin-top: -36px;
    position: relative;
    z-index: 10;
}

.trust-strip-card {
    background: linear-gradient(135deg, #050E1A 0%, #0B1F3A 50%, #163B68 100%);
    border: 1.5px solid rgba(201, 161, 74, 0.45);
    box-shadow: 0 16px 40px rgba(11, 31, 58, 0.22);
}

.trust-title-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, #C9A14A 0%, #A37E2C 100%);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(201, 161, 74, 0.35);
    flex-shrink: 0;
}

.trust-title-text {
    font-size: 1.05rem;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: -0.2px;
}

/* Accreditation Pills */
.trust-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(201, 161, 74, 0.35);
    color: #FFFFFF;
    font-weight: 700;
    font-size: 0.88rem;
    padding: 8px 18px;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.trust-badge-pill .badge-icon {
    width: 16px;
    height: 16px;
    color: #F5D378;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.trust-badge-pill:hover {
    background: rgba(201, 161, 74, 0.2);
    border-color: rgba(201, 161, 74, 0.8);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
}

.trust-badge-pill:hover .badge-icon {
    transform: scale(1.15);
    color: #FFFFFF;
}

/* Section Header Component */
.section-header {
    margin-bottom: 60px;
}

.section-subtitle {
    color: var(--gold);
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 8px;
}

.section-title {
    font-size: 2.3rem;
    color: var(--text-primary);
    font-weight: 800;
}

.title-line {
    width: 60px;
    height: 3px;
    background: var(--gold);
    margin: 14px auto 0;
    border-radius: 2px;
}

/* Cards System */
.ant-card {
    background: var(--surface-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: var(--transition);
}

.ant-card:hover {
    border-color: rgba(201, 161, 74, 0.5);
    box-shadow: var(--shadow-md);
    transform: translateY(-5px);
}

/* Practice Area Cards */
.practice-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: var(--gold-soft);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
    transition: var(--transition);
}

.ant-card:hover .practice-card-icon {
    background: var(--gold);
    color: #FFFFFF;
}

/* Section 5: Why Choose Us (4 Pillar Blocks) */
.why-us-block {
    background: var(--surface-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 36px 28px;
    transition: var(--transition);
    height: 100%;
}

.why-us-block:hover {
    border-color: var(--gold);
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

.why-us-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: var(--gold-soft);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

/* Section 7: Process Step Cards */
.process-step-card {
    background: var(--surface-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 32px 24px;
    position: relative;
    transition: var(--transition);
    height: 100%;
}

.process-step-card:hover {
    border-color: var(--gold);
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

.process-step-number {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--gold-soft);
    color: var(--gold);
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

/* Section 8: Case Story Card */
.case-story-card {
    background: var(--surface-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 36px;
    transition: var(--transition);
}

.case-story-card:hover {
    border-color: var(--gold);
    box-shadow: var(--shadow-md);
}

.case-badge {
    background: var(--gold-soft);
    color: var(--gold);
    font-weight: 700;
    font-size: 0.84rem;
    padding: 6px 16px;
    border-radius: var(--radius-pill);
}

/* Section 9: Testimonials Google Style */
.google-review-card {
    background: var(--surface-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 32px;
    transition: var(--transition);
    height: 100%;
}

.google-review-card:hover {
    border-color: var(--gold);
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 62px;
    height: 62px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45), 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    animation: wa-pulse-ring 2.2s infinite, wa-gentle-bounce 4s ease-in-out infinite;
}

.whatsapp-float .whatsapp-icon {
    width: 34px;
    height: 34px;
    fill: #FFFFFF;
    transition: transform 0.35s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}

.whatsapp-float::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border-radius: 50%;
    border: 2px solid rgba(37, 211, 102, 0.6);
    animation: wa-ripple 2.2s cubic-bezier(0.1, 0.8, 0.3, 1) infinite;
    pointer-events: none;
}

.whatsapp-float:hover {
    transform: scale(1.12) translateY(-4px);
    background: linear-gradient(135deg, #28E06C 0%, #109E8E 100%);
    box-shadow: 0 14px 30px rgba(37, 211, 102, 0.6), 0 6px 15px rgba(0, 0, 0, 0.25);
    color: #FFF;
}

.whatsapp-float:hover .whatsapp-icon {
    transform: rotate(12deg) scale(1.08);
}

.whatsapp-tooltip {
    position: absolute;
    left: 74px;
    top: 50%;
    transform: translateY(-50%) translateX(-10px);
    background: #0B1F3A;
    color: #FFFFFF;
    padding: 7px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.3);
    pointer-events: none;
}

.whatsapp-tooltip::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent #0B1F3A transparent transparent;
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

@keyframes wa-pulse-ring {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7), 0 8px 25px rgba(37, 211, 102, 0.45);
    }
    70% {
        box-shadow: 0 0 0 16px rgba(37, 211, 102, 0), 0 8px 25px rgba(37, 211, 102, 0.45);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 8px 25px rgba(37, 211, 102, 0.45);
    }
}

@keyframes wa-ripple {
    0% {
        transform: scale(0.95);
        opacity: 0.9;
    }
    100% {
        transform: scale(1.45);
        opacity: 0;
    }
}

@keyframes wa-gentle-bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

/* Main Footer */
.main-footer {
    background-color: #050E1A;
    color: rgba(255, 255, 255, 0.8);
    padding: 90px 0 35px;
    border-top: 5px solid var(--gold);
}

.footer-title {
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 12px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 44px;
    height: 2px;
    background: var(--gold);
}

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

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.75);
}

.footer-links a:hover {
    color: var(--gold);
    padding-right: 6px;
}

.bottom-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 28px;
    margin-top: 60px;
    font-size: 0.9rem;
}

/* Responsive Rules */
@media (max-width: 1199px) {
    .hero-headline {
        font-size: 2.7rem;
    }
    .hero-portrait-image {
        max-height: 440px;
    }
    .py-120, .section-spacing {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .hero-headline {
        font-size: 2.2rem;
    }
    .py-120, .section-spacing {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* ==========================================
   SECTION 3: ABOUT & BIOGRAPHY STYLES
   ========================================== */
.style-about-section {
    background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 100%);
    border-top: 1px solid rgba(11, 31, 58, 0.05);
    border-bottom: 1px solid rgba(11, 31, 58, 0.05);
}

.badge-gold-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(201, 161, 74, 0.12);
    border: 1px solid rgba(201, 161, 74, 0.35);
    color: #C9A14A;
    font-weight: 700;
    font-size: 0.86rem;
    padding: 6px 16px;
    border-radius: 20px;
}

.text-gold-accent {
    color: #C9A14A;
    position: relative;
    display: inline-block;
}

.about-paragraph {
    font-size: 1.06rem;
    color: #334155;
    line-height: 1.85;
}

/* Feature Cards (Mission & Vision) */
.about-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 16px;
    background: #FFFFFF;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-right: 4px solid #C9A14A;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(11, 31, 58, 0.04);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(11, 31, 58, 0.08);
    border-color: rgba(201, 161, 74, 0.4);
}

.about-feature-card .feature-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, #0B1F3A 0%, #163B68 100%);
    color: #C9A14A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(11, 31, 58, 0.15);
}

.about-feature-card .feature-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0B1F3A;
    margin-bottom: 3px;
}

.about-feature-card .feature-desc {
    font-size: 0.86rem;
    color: #64748B;
    line-height: 1.5;
    margin-bottom: 0;
}

.btn-about-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0B1F3A;
    font-weight: 800;
    font-size: 0.98rem;
    padding: 10px 0;
    border-bottom: 2px solid #C9A14A;
    transition: all 0.3s ease;
}

.btn-about-more:hover {
    color: #C9A14A;
    gap: 12px;
}

/* About Portrait Frame & Badge */
.about-portrait-container {
    padding: 10px;
}

.about-portrait-wrap {
    border-radius: 24px;
    overflow: hidden;
    border: 2px solid rgba(201, 161, 74, 0.4);
    box-shadow: 0 24px 60px rgba(11, 31, 58, 0.16);
    background: #0B1F3A;
    transition: transform 0.4s ease;
}

.about-portrait-wrap:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 161, 74, 0.7);
}

.about-portrait-img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.5s ease;
}

.about-portrait-wrap:hover .about-portrait-img {
    transform: scale(1.03);
}

.about-badge-card {
    position: absolute;
    bottom: -15px;
    right: 25px;
    background: #FFFFFF;
    border: 1.5px solid rgba(201, 161, 74, 0.4);
    padding: 14px 20px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 12px 32px rgba(11, 31, 58, 0.15);
    z-index: 5;
    transition: transform 0.3s ease;
}

.about-badge-card:hover {
    transform: translateY(-3px);
    border-color: rgba(201, 161, 74, 0.8);
}

.about-badge-card .badge-icon-box {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: linear-gradient(135deg, #C9A14A 0%, #A37E2C 100%);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(201, 161, 74, 0.35);
}

.about-badge-card .badge-number {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0B1F3A;
    line-height: 1.2;
}

.about-badge-card .badge-text {
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748B;
    line-height: 1.2;
    margin-top: 2px;
}

/* ==========================================
   PRACTICE AREA CARDS (NEW LUXURY DESIGN)
   ========================================== */
.practice-area-card {
    background: #FFFFFF;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-top: 4px solid #C9A14A;
    border-radius: 20px;
    box-shadow: 0 6px 24px rgba(11, 31, 58, 0.05);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.practice-area-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(11, 31, 58, 0.12);
    border-color: rgba(201, 161, 74, 0.5);
    border-top-color: #D4AC54;
}

.practice-card-icon-box {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0B1F3A 0%, #163B68 100%);
    color: #F5D378;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(201, 161, 74, 0.4);
    box-shadow: 0 6px 18px rgba(11, 31, 58, 0.18);
    transition: all 0.35s ease;
}

.practice-area-card:hover .practice-card-icon-box {
    background: linear-gradient(135deg, #C9A14A 0%, #A37E2C 100%);
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.4);
    transform: scale(1.05) rotate(-3deg);
    box-shadow: 0 8px 22px rgba(201, 161, 74, 0.4);
}

.practice-badge-tag {
    font-size: 0.76rem;
    font-weight: 700;
    color: #C9A14A;
    background: rgba(201, 161, 74, 0.1);
    border: 1px solid rgba(201, 161, 74, 0.25);
    padding: 4px 12px;
    border-radius: 20px;
}

.practice-card-title {
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.3;
}

.practice-card-title a {
    color: #0B1F3A !important;
    transition: color 0.25s ease;
}

.practice-area-card:hover .practice-card-title a {
    color: #C9A14A !important;
}

.practice-card-desc {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.75;
}

.practice-features-wrap {
    border-color: rgba(241, 245, 249, 0.9) !important;
}

.practice-feature-item {
    font-size: 0.88rem;
    font-weight: 600;
    color: #334155;
}

.practice-feature-item .feature-check-icon {
    width: 17px;
    height: 17px;
    color: #C9A14A;
    flex-shrink: 0;
}

.practice-card-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.92rem;
    font-weight: 800;
    color: #0B1F3A;
    transition: all 0.3s ease;
}

.link-arrow-box {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(11, 31, 58, 0.05);
    color: #0B1F3A;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.practice-area-card:hover .practice-card-link {
    color: #C9A14A;
}

.practice-area-card:hover .link-arrow-box {
    background: linear-gradient(135deg, #C9A14A 0%, #A37E2C 100%);
    color: #FFFFFF;
    transform: translateX(-4px);
    box-shadow: 0 4px 12px rgba(201, 161, 74, 0.35);
}

/* ==========================================
   SECTION 5: WHY CHOOSE US (PILLAR CARDS)
   ========================================== */
.why-us-card {
    background: #FFFFFF;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-top: 4px solid #C9A14A;
    border-radius: 20px;
    box-shadow: 0 6px 24px rgba(11, 31, 58, 0.05);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

.why-us-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(11, 31, 58, 0.12);
    border-color: rgba(201, 161, 74, 0.5);
    border-top-color: #D4AC54;
}

.why-us-step-num {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 1.8rem;
    font-weight: 900;
    color: rgba(201, 161, 74, 0.22);
    letter-spacing: -1px;
    font-family: inherit;
    transition: all 0.35s ease;
}

.why-us-card:hover .why-us-step-num {
    color: rgba(201, 161, 74, 0.5);
    transform: scale(1.1);
}

.why-us-icon-box {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0B1F3A 0%, #163B68 100%);
    color: #F5D378;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(201, 161, 74, 0.4);
    box-shadow: 0 6px 18px rgba(11, 31, 58, 0.18);
    transition: all 0.35s ease;
}

.why-us-card:hover .why-us-icon-box {
    background: linear-gradient(135deg, #C9A14A 0%, #A37E2C 100%);
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.4);
    transform: scale(1.05) rotate(-3deg);
    box-shadow: 0 8px 22px rgba(201, 161, 74, 0.4);
}

.why-us-card-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0B1F3A;
    line-height: 1.3;
}

.why-us-card-desc {
    font-size: 0.92rem;
    color: #475569;
    line-height: 1.75;
}

/* ==========================================
   SECTION 6: TRACK RECORD METRICS (CLEAN LIGHT DESIGN)
   ========================================== */
.light-metric-card {
    background: #FFFFFF;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-top: 4px solid #C9A14A;
    border-radius: 20px;
    box-shadow: 0 6px 24px rgba(11, 31, 58, 0.05);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.light-metric-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(11, 31, 58, 0.12);
    border-color: rgba(201, 161, 74, 0.5);
}

.light-metric-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: rgba(201, 161, 74, 0.12);
    border: 1px solid rgba(201, 161, 74, 0.3);
    color: #C9A14A;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
}

.light-metric-card:hover .light-metric-icon {
    background: linear-gradient(135deg, #C9A14A 0%, #A37E2C 100%);
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.4);
    transform: scale(1.05) rotate(-3deg);
    box-shadow: 0 8px 22px rgba(201, 161, 74, 0.35);
}

.light-metric-number {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.1;
    color: #0B1F3A;
    margin-bottom: 8px;
    letter-spacing: -1px;
    transition: color 0.3s ease;
}

.light-metric-card:hover .light-metric-number {
    color: #C9A14A;
}

.light-metric-label {
    font-size: 0.98rem;
    font-weight: 700;
    color: #475569;
    line-height: 1.6;
    max-width: 300px;
    margin: 0 auto;
}

/* ==========================================
   TESTIMONIALS CARDS (LUXURY DESIGN)
   ========================================== */
.testimonial-card {
    background: #FFFFFF;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-top: 4px solid #C9A14A;
    border-radius: 20px;
    box-shadow: 0 6px 24px rgba(11, 31, 58, 0.05);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(11, 31, 58, 0.12);
    border-color: rgba(201, 161, 74, 0.5);
    border-top-color: #D4AC54;
}

.badge-verified {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.76rem;
    font-weight: 700;
    color: #10B981;
    background: rgba(16, 185, 129, 0.09);
    border: 1px solid rgba(16, 185, 129, 0.25);
    padding: 3px 10px;
    border-radius: 20px;
}

.testimonial-quote {
    font-size: 1.02rem;
    font-weight: 500;
    color: #334155;
    line-height: 1.8;
    font-style: italic;
}

.testimonial-avatar {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0B1F3A 0%, #163B68 100%);
    border: 1.5px solid rgba(201, 161, 74, 0.45);
    color: #F5D378;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.1rem;
    box-shadow: 0 4px 12px rgba(11, 31, 58, 0.15);
    flex-shrink: 0;
    transition: all 0.35s ease;
}

.testimonial-card:hover .testimonial-avatar {
    background: linear-gradient(135deg, #C9A14A 0%, #A37E2C 100%);
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.4);
}

.testimonial-client-name {
    font-size: 1.02rem;
    font-weight: 800;
    color: #0B1F3A;
    line-height: 1.2;
}

.testimonial-client-role {
    font-size: 0.82rem;
    font-weight: 600;
    color: #64748B;
    line-height: 1.2;
    margin-top: 2px;
}
