/* =============================================
   ELIRAN KATZAV LAW FIRM - NEW DESIGN
   Based on PLTAD Landing Page Design System
   Navy Blue (#1B365D) + Gold (#c2a364)
   ============================================= */

/* ---------- RESET & BASE ---------- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --navy: #1B365D;
    --navy-light: #2C5282;
    --navy-dark: #112844;
    --navy-bg: #EDF2F7;
    --blue-50: #EBF4FF;
    --blue-100: #D1E5FE;
    --gold: #c2a364;
    --gold-light: #d4b87a;
    --gold-dark: #a8893e;
    --white: #FFFFFF;
    --gray-50: #F9FAFB;
    --gray-100: #F3F4F6;
    --gray-200: #E5E7EB;
    --gray-300: #D1D5DB;
    --gray-400: #9CA3AF;
    --gray-500: #6B7280;
    --gray-600: #4B5563;
    --gray-700: #374151;
    --gray-800: #1F2937;
    --gray-900: #111827;
    --whatsapp: #25D366;
    --radius: 12px;
    --radius-lg: 16px;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
    --shadow-lg: 0 8px 30px rgba(0,0,0,0.1);
    --shadow-xl: 0 12px 40px rgba(0,0,0,0.12);
    --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    font-family: 'Heebo', sans-serif;
    line-height: 1.7;
    color: var(--gray-700);
    background: var(--white);
    direction: rtl;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

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

ul { list-style: none; }

img {
    max-width: 100%;
    display: block;
}

.container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ---------- SKIP NAV ---------- */
.skip-nav {
    position: absolute;
    top: -100%;
    right: 16px;
    background: var(--navy);
    color: var(--white);
    padding: 8px 16px;
    border-radius: 0 0 8px 8px;
    z-index: 10000;
    font-size: 14px;
    transition: top 0.2s;
}
.skip-nav:focus {
    top: 0;
}

/* ---------- WHATSAPP FLOAT ---------- */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    left: 24px;
    width: auto;
    height: 56px;
    background: var(--whatsapp);
    color: var(--white);
    border-radius: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px 0 16px;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    transition: all var(--transition);
    font-size: 14px;
    font-weight: 500;
}
.whatsapp-float:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.5);
}
.whatsapp-float svg {
    flex-shrink: 0;
}
.whatsapp-float span {
    white-space: nowrap;
}

/* ---------- MOBILE STICKY CTA ---------- */
.mobile-sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--navy);
    padding: 12px 16px;
    z-index: 9998;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
    gap: 10px;
}
.mobile-sticky-cta a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
    transition: all var(--transition);
}
.mobile-sticky-cta .cta-phone {
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.3);
}
.mobile-sticky-cta .cta-consult {
    background: var(--gold);
    color: var(--navy-dark);
}

/* ---------- TOP BAR ---------- */
.top-bar {
    background: var(--navy-dark);
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-bar-item {
    display: flex;
    align-items: center;
    gap: 6px;
}
.top-bar-item a {
    color: rgba(255,255,255,0.85);
}
.top-bar-item a:hover {
    color: var(--gold);
}

/* ---------- HEADER ---------- */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(27, 54, 93, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    transition: all var(--transition);
}
.header.scrolled {
    background: rgba(17, 40, 68, 0.98);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 84px;
}
.logo-img {
    height: 64px;
    transition: height var(--transition);
}
.header.scrolled .logo-img {
    height: 52px;
}
/* ---- HTML Logo Brand ---- */
.logo-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    direction: ltr;
    text-decoration: none;
    margin-left: 32px;
}
.logo-monogram {
    display: flex;
    align-items: baseline;
    gap: 6px;
    position: relative;
}
.logo-e {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 1;
}
.logo-bar {
    width: 2.5px;
    height: 0.68em;
    font-size: 48px;
    border-radius: 2px;
    background: linear-gradient(to bottom, #d4b87a, #c2a364, #a8893e);
}
.logo-k {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    font-size: 48px;
    background: linear-gradient(135deg, #d4b87a, #c2a364, #a8893e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    padding-bottom: 1px;
}
.logo-divider {
    display: none;
}
.logo-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
    direction: rtl;
    min-width: 0;
}
.logo-name {
    font-family: 'Frank Ruhl Libre', David, serif;
    font-weight: 900;
    font-size: 22px;
    background: linear-gradient(135deg, #e0c682, #c2a364, #a8893e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.05;
    white-space: nowrap;
    letter-spacing: 0.5px;
}
.logo-subtitle {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 14.5px;
    color: rgba(255,255,255,0.82);
    letter-spacing: 2.2px;
    white-space: nowrap;
}
/* Footer logo variant */
.footer .logo-e { color: #FFFFFF; }
.footer .logo-subtitle { color: rgba(255,255,255,0.7); }
/* Scrolled state */
.header.scrolled .logo-brand { gap: 14px; margin-left: 32px; }
.header.scrolled .logo-e,
.header.scrolled .logo-k { font-size: 48px; }
.header.scrolled .logo-bar { font-size: 48px; }
.header.scrolled .logo-name { font-size: 22px; }
.header.scrolled .logo-subtitle { font-size: 14.5px; letter-spacing: 2.2px; }
.nav-links {
    display: flex;
    align-items: center;
    gap: 4px;
}
.nav-links a {
    color: rgba(255,255,255,0.85);
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    transition: all var(--transition);
}
.nav-links a:hover,
.nav-links a.active {
    color: var(--white);
    background: rgba(255,255,255,0.1);
}
.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}
.header-phone {
    color: rgba(255,255,255,0.9);
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    direction: ltr;
}
.header-phone:hover {
    color: var(--gold);
}
.btn-cta {
    background: var(--gold);
    color: var(--navy-dark);
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all var(--transition);
    white-space: nowrap;
}
.btn-cta:hover {
    background: var(--gold-light);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(194, 163, 100, 0.3);
}

/* Mobile menu toggle */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}
.menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--white);
    margin: 5px 0;
    transition: all var(--transition);
}

/* ---------- HERO SECTION (PREMIUM v2) ---------- */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 84px;
}

/* Real background image */
.hero-bg-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url('images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    filter: brightness(0.3) saturate(0.6);
}

/* Premium multi-layer overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(135deg,
            rgba(10, 22, 40, 0.92) 0%,
            rgba(27, 54, 93, 0.75) 35%,
            rgba(27, 54, 93, 0.55) 50%,
            rgba(194, 163, 100, 0.15) 75%,
            rgba(168, 137, 62, 0.2) 100%
        );
}

/* Gold glow effects - warm light spots */
.hero-glow {
    position: absolute;
    border-radius: 50%;
    z-index: 2;
    pointer-events: none;
    filter: blur(80px);
}
.hero-glow-1 {
    width: 500px;
    height: 500px;
    top: -100px;
    left: -150px;
    background: radial-gradient(circle, rgba(194, 163, 100, 0.2) 0%, transparent 70%);
    animation: glowPulse 8s ease-in-out infinite alternate;
}
.hero-glow-2 {
    width: 600px;
    height: 600px;
    bottom: -200px;
    right: -100px;
    background: radial-gradient(circle, rgba(194, 163, 100, 0.15) 0%, transparent 70%);
    animation: glowPulse 10s ease-in-out infinite alternate-reverse;
}
.hero-glow-3 {
    width: 300px;
    height: 300px;
    top: 30%;
    left: 40%;
    background: radial-gradient(circle, rgba(212, 184, 122, 0.1) 0%, transparent 70%);
    animation: glowDrift 12s ease-in-out infinite alternate;
}
@keyframes glowPulse {
    0% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.1); }
    100% { opacity: 0.6; transform: scale(1.05); }
}
@keyframes glowDrift {
    0% { transform: translate(0, 0) scale(1); opacity: 0.4; }
    50% { transform: translate(40px, -20px) scale(1.2); opacity: 0.8; }
    100% { transform: translate(-20px, 10px) scale(1.1); opacity: 0.5; }
}

/* Diagonal gold accent band */
.hero-diagonal {
    position: absolute;
    top: 0;
    right: -10%;
    width: 50%;
    height: 120%;
    z-index: 2;
    background: linear-gradient(
        155deg,
        transparent 0%,
        transparent 40%,
        rgba(194, 163, 100, 0.06) 42%,
        rgba(194, 163, 100, 0.12) 48%,
        rgba(194, 163, 100, 0.06) 54%,
        transparent 56%,
        transparent 100%
    );
    pointer-events: none;
    transform: skewX(-8deg);
}

/* Noise texture for richness */
.hero-noise {
    position: absolute;
    inset: 0;
    z-index: 3;
    opacity: 0.03;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
    background-size: 200px 200px;
}

/* Floating gold particles */
.hero-particles {
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
}
.particle {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(194, 163, 100, 0.8), rgba(194, 163, 100, 0));
    animation: particleFloat linear infinite;
}
.p1 { width: 6px; height: 6px; top: 15%; right: 10%; animation-duration: 8s; animation-delay: 0s; }
.p2 { width: 4px; height: 4px; top: 25%; right: 25%; animation-duration: 12s; animation-delay: -2s; }
.p3 { width: 8px; height: 8px; top: 60%; right: 15%; animation-duration: 10s; animation-delay: -4s; }
.p4 { width: 3px; height: 3px; top: 80%; right: 30%; animation-duration: 9s; animation-delay: -1s; }
.p5 { width: 5px; height: 5px; top: 40%; left: 8%; animation-duration: 11s; animation-delay: -3s; }
.p6 { width: 4px; height: 4px; top: 70%; left: 20%; animation-duration: 7s; animation-delay: -5s; }
.p7 { width: 6px; height: 6px; top: 10%; left: 35%; animation-duration: 13s; animation-delay: -7s; }
.p8 { width: 3px; height: 3px; top: 50%; right: 40%; animation-duration: 10s; animation-delay: -6s; }
.p9 { width: 5px; height: 5px; top: 35%; right: 55%; animation-duration: 9s; animation-delay: -8s; }
.p10 { width: 7px; height: 7px; top: 75%; left: 45%; animation-duration: 14s; animation-delay: -3s; }

@keyframes particleFloat {
    0% { transform: translateY(0) translateX(0) scale(0); opacity: 0; }
    10% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.8; }
    90% { opacity: 0.6; }
    100% { transform: translateY(-150px) translateX(40px) scale(0); opacity: 0; }
}

/* Decorative corner ornaments */
.hero-corner {
    position: absolute;
    z-index: 4;
    pointer-events: none;
}
.hero-corner-tr {
    top: 100px;
    left: 40px;
    width: 80px;
    height: 80px;
    border-top: 2px solid rgba(194, 163, 100, 0.2);
    border-left: 2px solid rgba(194, 163, 100, 0.2);
    animation: cornerFade 3s ease-in-out infinite alternate;
}
.hero-corner-bl {
    bottom: 80px;
    right: 40px;
    width: 80px;
    height: 80px;
    border-bottom: 2px solid rgba(194, 163, 100, 0.2);
    border-right: 2px solid rgba(194, 163, 100, 0.2);
    animation: cornerFade 3s ease-in-out infinite alternate-reverse;
}
@keyframes cornerFade {
    0% { opacity: 0.3; }
    100% { opacity: 0.8; }
}

/* Hero container layout */
.hero .container {
    position: relative;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 80px;
}
.hero-content {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 60px;
    align-items: center;
}

/* Hero label */
.hero-label {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    color: var(--gold);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.hero-label-line {
    flex: 1;
    max-width: 50px;
    height: 1px;
    background: linear-gradient(90deg, var(--gold), transparent);
}
.hero-label-line:last-child {
    background: linear-gradient(270deg, var(--gold), transparent);
}

/* Animated text reveal */
.animate-text {
    opacity: 0;
    transform: translateY(30px);
    animation: textReveal 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.delay-1 { animation-delay: 0.15s; }
.delay-2 { animation-delay: 0.3s; }
.delay-3 { animation-delay: 0.45s; }
.delay-4 { animation-delay: 0.6s; }
@keyframes textReveal {
    to { opacity: 1; transform: translateY(0); }
}

/* Hero Typography */
.hero-text h1 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 20px;
}
.hero-gold {
    display: block;
    position: relative;
    color: var(--gold);
    text-shadow: 0 0 60px rgba(194, 163, 100, 0.4), 0 0 120px rgba(194, 163, 100, 0.15);
}
.hero-gold::after {
    content: '';
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), transparent);
    border-radius: 2px;
}
.hero-white {
    color: var(--white);
    display: block;
}
.hero-subtitle {
    color: rgba(255,255,255,0.7);
    font-size: 1.1rem;
    margin-bottom: 32px;
    line-height: 1.9;
}

/* Hero Stats (inline counters) */
.hero-stats {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 32px;
    padding: 20px 24px;
    background: linear-gradient(135deg, rgba(194, 163, 100, 0.08) 0%, rgba(255,255,255,0.04) 50%, rgba(194, 163, 100, 0.06) 100%);
    border-radius: 12px;
    border: 1px solid rgba(194, 163, 100, 0.15);
    backdrop-filter: blur(12px);
}
.hero-stat {
    text-align: center;
    flex: 1;
}
.hero-stat-number {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--gold);
    display: inline;
    font-family: 'Frank Ruhl Libre', serif;
}
.hero-stat-plus {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--gold);
    font-family: 'Frank Ruhl Libre', serif;
}
.hero-stat-label {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    margin-top: 4px;
}
.hero-stat-divider {
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,0.15), transparent);
}

/* Hero Badges */
.hero-badges {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 32px;
    margin-top: 8px;
    align-items: start;
}
.hero-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,0.9);
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}
.badge-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(194, 163, 100, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    flex-shrink: 0;
}

/* Hero Form Card (Premium) */
.hero-form-wrapper {
    position: relative;
}
.hero-form-card {
    position: relative;
    background: rgba(255,255,255,0.97);
    border-radius: 20px;
    padding: 36px 32px 28px;
    box-shadow:
        0 25px 80px rgba(0,0,0,0.35),
        0 0 60px rgba(194, 163, 100, 0.1),
        0 0 0 1px rgba(194, 163, 100, 0.2);
    overflow: hidden;
    animation: cardFloat 6s ease-in-out infinite alternate;
}
@keyframes cardFloat {
    0% { transform: translateY(0); }
    100% { transform: translateY(-8px); }
}
.form-card-glow {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    height: 5px;
    background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-light), var(--gold), var(--gold-dark));
    border-radius: 20px 20px 0 0;
}
.form-card-header {
    text-align: center;
    margin-bottom: 24px;
}
.form-card-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    background: linear-gradient(135deg, var(--navy), var(--navy-light));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
}
.hero-form-card h3 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 1.4rem;
    color: var(--navy);
    margin-bottom: 4px;
}
.hero-form-card .form-subtitle {
    color: var(--gray-500);
    font-size: 14px;
}
.hero-form-card .form-group {
    margin-bottom: 14px;
}
.hero-form-card input,
.hero-form-card select,
.hero-form-card textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1.5px solid var(--gray-200);
    border-radius: 10px;
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    color: var(--gray-700);
    background: var(--gray-50);
    transition: all var(--transition);
    direction: rtl;
}
.hero-form-card input:focus,
.hero-form-card select:focus,
.hero-form-card textarea:focus {
    outline: none;
    border-color: var(--gold);
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(194, 163, 100, 0.12);
}
.hero-form-card .btn-submit {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, var(--gold-dark), var(--gold), var(--gold-light));
    color: var(--navy-dark);
    border: none;
    border-radius: 10px;
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: all var(--transition);
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    letter-spacing: 0.3px;
}
.hero-form-card .btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(194, 163, 100, 0.35);
    filter: brightness(1.05);
}
.form-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 16px;
    font-size: 12px;
    color: var(--gray-400);
}
.form-trust svg {
    color: var(--gray-400);
    flex-shrink: 0;
}

/* Hero Wave */
.hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 8;
    line-height: 0;
}
.hero-wave svg {
    width: 100%;
    height: 60px;
}

/* ---------- TRUST BAR ---------- */
.trust-bar {
    background: var(--white);
    border-bottom: 1px solid var(--gray-200);
    padding: 40px 0;
}
.trust-bar .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}
.trust-item.visible {
    opacity: 1;
    transform: translateY(0);
}
.trust-icon {
    width: 56px;
    height: 56px;
    background: var(--blue-50);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--navy);
}
.trust-item h3 {
    font-size: 15px;
    font-weight: 700;
    color: var(--gray-900);
}
.trust-item p {
    font-size: 13px;
    color: var(--gray-500);
}

/* ---------- SECTION COMMON ---------- */
.section-title {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    color: var(--navy);
    text-align: center;
    margin-bottom: 8px;
    font-weight: 700;
}
.section-subtitle {
    text-align: center;
    color: var(--gray-500);
    font-size: 1rem;
    max-width: 650px;
    margin: 0 auto 48px;
    line-height: 1.7;
}
.gold-line {
    width: 60px;
    height: 3px;
    background: var(--gold);
    margin: 12px auto 20px;
    border-radius: 2px;
}

/* ---------- ABOUT SECTION (HOME) ---------- */
.about-preview {
    padding: 80px 0;
    background: var(--gray-50);
}
.about-preview .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.about-preview-text h2 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    color: var(--navy);
    margin-bottom: 20px;
}
.about-preview-text p {
    color: var(--gray-600);
    margin-bottom: 16px;
    line-height: 1.8;
}
.about-preview-text .btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border: 2px solid var(--navy);
    color: var(--navy);
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    margin-top: 12px;
    transition: all var(--transition);
}
.about-preview-text .btn-outline:hover {
    background: var(--navy);
    color: var(--white);
}

/* SVG Animation Container */
.about-animation {
    display: flex;
    justify-content: center;
    align-items: center;
}
.lawyers-handshake-svg {
    width: 100%;
    max-width: 380px;
}
/* Handshake animation */
.lawyer-left, .lawyer-right {
    animation: subtle-sway 4s ease-in-out infinite alternate;
}
.lawyer-right {
    animation-delay: -2s;
}
@keyframes subtle-sway {
    0% { transform: translateY(0); }
    100% { transform: translateY(-3px); }
}
.sparkle { animation: sparkle-anim 2s ease-in-out infinite; }
.sparkle.s1 { animation-delay: 0s; }
.sparkle.s2 { animation-delay: 0.6s; }
.sparkle.s3 { animation-delay: 1.2s; }
@keyframes sparkle-anim {
    0%, 100% { opacity: 0; transform: scale(0.5); }
    50% { opacity: 1; transform: scale(1); }
}

/* ---------- SERVICES SECTION ---------- */
.services-section {
    padding: 80px 0;
    background: var(--white);
}
.services-description {
    text-align: center;
    color: var(--gray-600);
    max-width: 800px;
    margin: 0 auto 48px;
    line-height: 1.8;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.service-card {
    border-radius: var(--radius);
    overflow: hidden;
    cursor: pointer;
    transition: all var(--transition);
    box-shadow: var(--shadow-sm);
}
.service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}
.service-image {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}
.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(40%);
    transition: all 0.5s ease;
}
.service-card:hover .service-image img {
    filter: grayscale(0%);
    transform: scale(1.05);
}
.service-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    background: linear-gradient(transparent, rgba(17, 40, 68, 0.9));
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

/* ---------- ADVANTAGES SECTION ---------- */
.advantages-section {
    padding: 80px 0;
    background: var(--navy);
    color: var(--white);
}
.advantages-section .section-title {
    color: var(--gold);
}
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 48px;
}
.advantage-card {
    display: flex;
    gap: 20px;
    padding: 28px;
    background: rgba(255,255,255,0.05);
    border-radius: var(--radius);
    border: 1px solid rgba(255,255,255,0.08);
    transition: all var(--transition);
    opacity: 0;
    transform: translateY(20px);
}
.advantage-card.visible {
    opacity: 1;
    transform: translateY(0);
}
.advantage-card:hover {
    background: rgba(255,255,255,0.08);
    transform: translateY(-2px);
}
.advantage-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    background: rgba(194, 163, 100, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
}
.advantage-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--white);
}
.advantage-card p {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.7);
}

/* ---------- TESTIMONIALS SECTION ---------- */
.testimonials-section {
    padding: 48px 0;
    background: var(--gray-50);
}
.testimonials-slider {
    position: relative;
    max-width: 800px;
    margin: 24px auto 0;
    overflow: hidden;
}
.testimonial-wrapper {
    position: relative;
    min-height: 180px;
}
.testimonial-slide {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 16px 48px;
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.5s ease;
    pointer-events: none;
}
.testimonial-slide.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    position: relative;
}
.quote-icon {
    font-size: 36px;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 8px;
}
.testimonial-text {
    font-size: 1rem;
    color: var(--gray-700);
    line-height: 1.7;
    max-width: 650px;
    margin-bottom: 14px;
}
.stars {
    display: flex;
    gap: 2px;
    margin-bottom: 8px;
}
.stars svg {
    color: #F59E0B;
}
.testimonial-author {
    font-weight: 700;
    color: var(--navy);
    font-size: 15px;
}
.testimonial-role {
    color: var(--gray-500);
    font-size: 13px;
    margin-top: 4px;
}
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--white);
    border: 1px solid var(--gray-200);
    color: var(--navy);
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--transition);
    z-index: 5;
    box-shadow: var(--shadow-sm);
}
.slider-arrow:hover {
    background: var(--navy);
    color: var(--white);
    border-color: var(--navy);
}
.slider-prev { right: 0; }
.slider-next { left: 0; }
.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}
.testimonial-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--gray-300);
    border: none;
    cursor: pointer;
    transition: all var(--transition);
}
.testimonial-dot.active {
    background: var(--navy);
    transform: scale(1.2);
}

/* ---------- CTA SECTION ---------- */
.cta-section {
    position: relative;
    padding: 100px 0 100px;
    background: linear-gradient(180deg, #F8F9FC 0%, #EEF1F6 40%, #E8ECF3 70%, #E2E7F0 100%);
    color: var(--navy);
    text-align: center;
    overflow: hidden;
}
/* Marble-like texture overlay */
.cta-bg-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
    background-size: 300px 300px;
    pointer-events: none;
}
/* Elegant gold glow accents */
.cta-gold-accent-left {
    position: absolute;
    top: -100px;
    right: -80px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(194, 163, 100, 0.06) 0%, transparent 65%);
    pointer-events: none;
}
.cta-gold-accent-right {
    position: absolute;
    bottom: -120px;
    left: -100px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(27, 54, 93, 0.04) 0%, transparent 65%);
    pointer-events: none;
}
/* Top gold decorative border */
.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    border-radius: 2px;
}
/* Ornament divider */
.cta-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    color: var(--gold);
}
.cta-ornament svg {
    opacity: 0.5;
}
.cta-ornament-line {
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold-dark), transparent);
}
.cta-section .container {
    position: relative;
    z-index: 2;
}
.cta-section h2 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    margin-bottom: 20px;
    color: var(--navy);
    line-height: 1.3;
}
.cta-section p {
    color: var(--gray-600);
    max-width: 600px;
    margin: 0 auto 44px;
    line-height: 1.8;
    font-size: 1.05rem;
}
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.cta-buttons .btn-gold {
    background: linear-gradient(135deg, var(--gold-dark), var(--gold), var(--gold-light));
    color: var(--navy-dark);
    padding: 16px 40px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 700;
    transition: all var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 20px rgba(194, 163, 100, 0.3);
    letter-spacing: 0.3px;
}
.cta-buttons .btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 32px rgba(194, 163, 100, 0.4);
    filter: brightness(1.05);
}
.cta-buttons .btn-outline-navy {
    border: 2px solid rgba(27, 54, 93, 0.2);
    color: var(--navy);
    padding: 15px 36px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.5);
}
.cta-buttons .btn-outline-navy:hover {
    background: var(--navy);
    color: var(--white);
    border-color: var(--navy);
}

/* Counters - Premium cards */
.counters {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 64px;
    padding-top: 0;
}
.counter-item {
    text-align: center;
    flex: 1;
    max-width: 260px;
    padding: 36px 28px 32px;
    background: var(--white);
    border-radius: 20px;
    border: 1px solid rgba(27, 54, 93, 0.06);
    box-shadow: 0 8px 32px rgba(27, 54, 93, 0.06), 0 1px 4px rgba(0, 0, 0, 0.03);
    transition: all var(--transition);
}
.counter-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(27, 54, 93, 0.1), 0 2px 8px rgba(194, 163, 100, 0.08);
    border-color: rgba(194, 163, 100, 0.2);
}
.counter-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    background: linear-gradient(135deg, var(--navy), var(--navy-light));
    border-radius: 14px;
    color: var(--gold);
    box-shadow: 0 4px 12px rgba(27, 54, 93, 0.15);
}
.counter-divider {
    display: none;
}
.counter-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--navy);
    direction: ltr;
    font-family: 'Frank Ruhl Libre', serif;
    margin-bottom: 4px;
}
.counter-label {
    color: var(--gray-500);
    font-size: 15px;
    margin-top: 6px;
}

/* CTA to Footer visual separator */
.cta-footer-divider {
    line-height: 0;
    margin-top: -1px;
    background: #E2E7F0;
}
.cta-footer-divider svg {
    width: 100%;
    height: 60px;
    display: block;
}

/* ---------- FOOTER ---------- */
.footer {
    background: var(--navy-dark);
    color: rgba(255,255,255,0.8);
    padding: 72px 0 0;
}
.footer .container {
    display: grid;
    grid-template-columns: 1.4fr repeat(4, 1fr);
    gap: 48px;
}
.footer-brand {
    padding-left: 24px;
}
.footer-logo {
    height: 60px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}
.footer-tagline {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    line-height: 1.9;
    max-width: 280px;
    margin-top: 16px;
}
.footer-col h4 {
    color: var(--gold);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
    letter-spacing: 0.3px;
}
.footer-col p,
.footer-col li {
    font-size: 14px;
    line-height: 2.2;
    color: rgba(255,255,255,0.65);
}
.footer-col a {
    color: rgba(255,255,255,0.65);
    transition: color var(--transition);
}
.footer-col a:hover {
    color: var(--gold);
}
.footer-col .contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.footer-col .contact-item svg {
    color: var(--gold);
    flex-shrink: 0;
}
.footer-bottom {
    margin-top: 48px;
    padding: 24px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    text-align: center;
    font-size: 13px;
    color: rgba(255,255,255,0.4);
}
.footer-bottom .container {
    display: block;
    max-width: 100%;
}
.footer-disclaimer {
    max-width: 100%;
    margin: 8px auto 0;
    font-size: 12px;
    color: rgba(255,255,255,0.35);
    line-height: 1.6;
    text-align: center;
}

/* ---------- NEWSLETTER POPUP ---------- */
.newsletter-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    align-items: center;
    justify-content: center;
}
.newsletter-popup.active {
    display: flex;
}
.newsletter-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
}
.newsletter-popup-box {
    position: relative;
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 40px;
    max-width: 440px;
    width: 90%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
    animation: popup-in 0.3s ease;
}
@keyframes popup-in {
    from { opacity: 0; transform: scale(0.9) translateY(20px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}
.newsletter-close {
    position: absolute;
    top: 12px;
    left: 12px;
    background: none;
    border: none;
    font-size: 28px;
    color: var(--gray-400);
    cursor: pointer;
    line-height: 1;
    transition: color var(--transition);
}
.newsletter-close:hover { color: var(--gray-700); }
.newsletter-popup-icon {
    margin-bottom: 16px;
}
.newsletter-popup-icon svg {
    stroke: var(--gold);
}
.newsletter-popup-title {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 1.3rem;
    color: var(--navy);
    margin-bottom: 8px;
}
.newsletter-popup-text {
    color: var(--gray-600);
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
}
.newsletter-popup-form {
    display: flex;
    gap: 8px;
}
.newsletter-popup-input {
    flex: 1;
    padding: 12px 16px;
    border: 1.5px solid var(--gray-200);
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Heebo', sans-serif;
}
.newsletter-popup-input:focus {
    outline: none;
    border-color: var(--navy);
}
.newsletter-popup-btn {
    padding: 12px 24px;
    background: var(--navy);
    color: var(--white);
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Heebo', sans-serif;
    cursor: pointer;
    transition: all var(--transition);
}
.newsletter-popup-btn:hover {
    background: var(--navy-light);
}
.newsletter-popup-note {
    font-size: 12px;
    color: var(--gray-400);
    margin-top: 12px;
}

/* ---------- SCROLL ANIMATIONS ---------- */
.fade-in {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .hero-label { justify-content: center; }
    .hero-badges { justify-content: center; justify-items: start; }
    .hero-stats { justify-content: center; }
    .hero-form-wrapper {
        max-width: 480px;
        margin: 0 auto;
    }
    .hero-corner { display: none; }
    .hero-diagonal { display: none; }
    .about-preview .container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .about-animation {
        order: -1;
    }
    .advantages-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .top-bar { display: none; }
    .header .container { height: 72px; }
    .logo-img { height: 52px; }
    .header.scrolled .logo-img { height: 44px; }
    .about-profile {
        flex-direction: column-reverse !important;
        gap: 24px !important;
        text-align: center;
    }
    .about-profile > div:last-child {
        width: 260px !important;
        margin: 0 auto;
    }
    .about-profile .gold-line {
        margin: 0 auto 24px auto !important;
    }
    .logo-brand { gap: 8px; margin-left: 10px; }
    .logo-e, .logo-k { font-size: 30px; }
    .logo-bar { width: 2px; font-size: 30px; }
    .logo-monogram { gap: 3px; }
    .logo-name { font-size: 15px; letter-spacing: 0.5px; }
    .logo-subtitle { font-size: 10px; letter-spacing: 1.5px; }
    .logo-text { gap: 1px; }
    .header.scrolled .logo-e, .header.scrolled .logo-k { font-size: 30px; }
    .header.scrolled .logo-bar { font-size: 30px; }
    .header.scrolled .logo-name { font-size: 15px; }
    .header.scrolled .logo-subtitle { font-size: 10px; letter-spacing: 1.5px; }
    .nav-links { display: none; }
    .menu-toggle { display: block; }
    .nav-links.open {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--navy-dark);
        padding: 16px;
        border-top: 1px solid rgba(255,255,255,0.08);
    }
    .hero { min-height: auto; padding: 80px 0 60px; }
    .hero-stats { gap: 16px; padding: 16px; }
    .hero-stat-number { font-size: 1.6rem; }
    .hero-wave svg { height: 30px; }
    .trust-bar .container {
        grid-template-columns: repeat(2, 1fr);
    }
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer .container {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-brand { padding-left: 0; }
    .counters {
        gap: 16px;
        flex-wrap: wrap;
    }
    .counter-item {
        padding: 20px 16px;
    }
    .whatsapp-float span { display: none; }
    .whatsapp-float { width: 56px; padding: 0; justify-content: center; }
    .mobile-sticky-cta { display: flex; }
    .whatsapp-float { bottom: 80px; }
    .header-phone { display: none; }
}

@media (max-width: 480px) {
    .hero-badges {
        grid-template-columns: repeat(2, auto);
    }
    .services-grid {
        grid-template-columns: 1fr;
    }
    .trust-bar .container {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    .footer .container {
        grid-template-columns: 1fr;
    }
    .hero-text h1 {
        font-size: 1.8rem;
    }
    .counters {
        flex-direction: column;
        align-items: center;
    }
    .counter-item {
        max-width: 280px;
        width: 100%;
    }
    .counter-number {
        font-size: 2rem;
    }
}

/* =============================================
   INNER PAGES STYLES
   ============================================= */

/* ---------- PAGE BANNER ---------- */
.page-banner {
    position: relative;
    padding: 160px 0 80px;
    background: var(--navy);
    overflow: hidden;
}
.page-banner-bg {
    position: absolute;
    inset: 0;
    background-image: url('images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    filter: brightness(0.2) saturate(0.5);
}
.page-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 22, 40, 0.92) 0%, rgba(27, 54, 93, 0.8) 50%, rgba(194, 163, 100, 0.1) 100%);
}
.page-banner .container {
    position: relative;
    z-index: 2;
    text-align: center;
}
.page-banner h1 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--white);
    font-weight: 900;
    margin-bottom: 16px;
}
.page-banner p,
.page-banner-subtitle {
    color: rgba(255,255,255,0.95);
    font-size: 1.15rem;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.8;
}
.breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}
.breadcrumb a {
    color: var(--gold);
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb span {
    color: rgba(255,255,255,0.5);
}
.breadcrumb .separator {
    color: rgba(255,255,255,0.3);
}
.page-banner .gold-line {
    margin: 16px auto 0;
}

/* ---------- ABOUT PAGE ---------- */
.about-intro {
    padding: 80px 0;
    background: var(--white);
}
.about-intro-full {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
.about-intro-content {
    text-align: right;
    margin-top: 32px;
}
.about-intro-content p {
    color: var(--gray-600);
    line-height: 1.9;
    margin-bottom: 16px;
    font-size: 1.05rem;
}
.about-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid var(--gray-200);
}
.about-stat {
    text-align: center;
    padding: 24px 16px;
    border-radius: var(--radius-lg);
    background: var(--gray-50);
    transition: all var(--transition);
}
.about-stat:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    background: var(--white);
}
.about-stat-number {
    display: block;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 8px;
}
.about-stat-label {
    font-size: 0.9rem;
    color: var(--navy);
    font-weight: 500;
}
/* Legacy support for grid about intro */
.about-intro-text h2 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    color: var(--navy);
    margin-bottom: 20px;
}
.about-intro-text p {
    color: var(--gray-600);
    line-height: 1.9;
    margin-bottom: 16px;
}
.partners-section {
    padding: 80px 0;
    background: var(--gray-50);
}
.partners-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 48px;
}
.partner-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: all var(--transition);
}
.partner-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
}
.partner-image {
    position: relative;
    aspect-ratio: 3/4;
    overflow: hidden;
}
.partner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.5s ease;
}
.partner-card:hover .partner-image img {
    transform: scale(1.03);
}
.partner-info {
    padding: 32px;
}
.partner-info h3 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 1.3rem;
    color: var(--navy);
    margin-bottom: 4px;
}
.partner-role {
    color: var(--gold);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
}
.partner-info p {
    color: var(--gray-600);
    line-height: 1.8;
    font-size: 15px;
}

/* ---------- SERVICE DETAIL PAGE ---------- */
.service-detail {
    padding: 80px 0;
    background: var(--white);
}
.service-detail .container {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 60px;
    align-items: start;
}
.service-content h2 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 1.3rem;
    color: var(--navy);
    margin-bottom: 12px;
    margin-top: 40px;
}
.service-content h2:first-child {
    margin-top: 0;
}
.service-content .intro-text {
    color: var(--gray-600);
    line-height: 1.9;
    font-size: 1.05rem;
    margin-bottom: 32px;
}
.service-item {
    padding: 28px;
    background: var(--gray-50);
    border-radius: var(--radius);
    border-right: 4px solid var(--gold);
    margin-bottom: 24px;
    transition: all var(--transition);
}
.service-item:hover {
    background: var(--blue-50);
    box-shadow: var(--shadow-sm);
}
.service-item h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.service-item h3 svg {
    color: var(--gold);
    flex-shrink: 0;
}
.service-item p {
    color: var(--gray-600);
    line-height: 1.8;
    font-size: 15px;
}
.service-closing {
    margin-top: 40px;
    padding: 28px;
    background: linear-gradient(135deg, rgba(27, 54, 93, 0.03), rgba(194, 163, 100, 0.05));
    border-radius: var(--radius);
    color: var(--gray-700);
    line-height: 1.8;
    font-size: 15px;
    border: 1px solid rgba(194, 163, 100, 0.15);
}

/* Service Sidebar */
.service-sidebar {
    position: sticky;
    top: 120px;
}
.sidebar-cta {
    background: var(--navy);
    border-radius: var(--radius-lg);
    padding: 32px;
    text-align: center;
    color: var(--white);
    margin-bottom: 24px;
}
.sidebar-cta h3 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 1.2rem;
    margin-bottom: 12px;
}
.sidebar-cta p {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 20px;
    line-height: 1.7;
}
.sidebar-cta .btn-gold {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--gold-dark), var(--gold), var(--gold-light));
    color: var(--navy-dark);
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    transition: all var(--transition);
    width: 100%;
    justify-content: center;
}
.sidebar-cta .btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(194, 163, 100, 0.35);
}
.sidebar-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    color: var(--gold);
    font-size: 15px;
    font-weight: 600;
    direction: ltr;
}
.sidebar-services {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 28px;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--gray-200);
}
.sidebar-services h4 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 1.1rem;
    color: var(--navy);
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--gold);
}
.sidebar-services ul li {
    border-bottom: 1px solid var(--gray-100);
}
.sidebar-services ul li:last-child {
    border-bottom: none;
}
.sidebar-services ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 8px;
    color: var(--gray-600);
    font-size: 14px;
    font-weight: 500;
    transition: all var(--transition);
    border-radius: 6px;
}
.sidebar-services ul li a:hover,
.sidebar-services ul li a.active {
    color: var(--navy);
    background: var(--blue-50);
    padding-right: 16px;
}
.sidebar-services ul li a svg {
    color: var(--gold);
    flex-shrink: 0;
}

/* ---------- ARTICLES PAGE ---------- */
.articles-section {
    padding: 80px 0;
    background: var(--white);
}
.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 48px;
}
.article-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all var(--transition);
    border: 1px solid var(--gray-200);
}
.article-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(194, 163, 100, 0.3);
}
.article-card-image {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
}
.article-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.article-card:hover .article-card-image img {
    transform: scale(1.05);
}
.article-category {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--gold);
    color: var(--navy-dark);
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}
.article-card-body {
    padding: 24px;
}
.article-card-body h3 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 1.1rem;
    color: var(--navy);
    margin-bottom: 10px;
    line-height: 1.5;
}
.article-card-body p {
    color: var(--gray-500);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 16px;
}
.article-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--gold-dark);
    font-size: 14px;
    font-weight: 600;
    transition: all var(--transition);
}
.article-read-more:hover {
    color: var(--navy);
    gap: 10px;
}

/* ---------- ARTICLE DETAIL PAGE ---------- */
.article-detail {
    padding: 80px 0;
    background: var(--white);
}
.article-detail .container {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 60px;
    align-items: start;
}
.article-content {
    max-width: 100%;
}
.article-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
    font-size: 14px;
    color: var(--gray-500);
}
.article-meta .category-tag {
    background: var(--blue-50);
    color: var(--navy);
    padding: 4px 14px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 13px;
}
.article-content h2 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 1.3rem;
    color: var(--navy);
    margin-top: 36px;
    margin-bottom: 16px;
}
.article-content p {
    color: var(--gray-600);
    line-height: 1.9;
    margin-bottom: 20px;
    font-size: 16px;
}
.article-content ul {
    list-style: none;
    margin-bottom: 20px;
}
.article-content ul li {
    position: relative;
    padding-right: 24px;
    margin-bottom: 10px;
    color: var(--gray-600);
    line-height: 1.8;
}
.article-content ul li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
}
.article-disclaimer {
    margin-top: 40px;
    padding: 24px;
    background: var(--gray-50);
    border-radius: var(--radius);
    border-right: 4px solid var(--gold);
    font-size: 14px;
    color: var(--gray-500);
    line-height: 1.7;
}
.article-share {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--gray-200);
    display: flex;
    align-items: center;
    gap: 12px;
}
.article-share span {
    font-weight: 600;
    color: var(--gray-700);
    font-size: 14px;
}
.share-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gray-100);
    color: var(--gray-600);
    transition: all var(--transition);
}
.share-btn:hover {
    background: var(--navy);
    color: var(--white);
}

/* Sidebar related articles */
.sidebar-related {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 28px;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--gray-200);
    margin-top: 24px;
}
.sidebar-related h4 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 1.1rem;
    color: var(--navy);
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--gold);
}
.sidebar-related-item {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--gray-100);
}
.sidebar-related-item:last-child {
    border-bottom: none;
}
.sidebar-related-item img {
    width: 72px;
    height: 52px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}
.sidebar-related-item h5 {
    font-size: 14px;
    color: var(--navy);
    font-weight: 600;
    line-height: 1.5;
    transition: color var(--transition);
}
.sidebar-related-item:hover h5 {
    color: var(--gold-dark);
}

/* ---------- CONTACT PAGE ---------- */
.contact-section {
    padding: 80px 0;
    background: #f5f3ef;
}
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}
.contact-form-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 40px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--gray-200);
}
.contact-form-card h2 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 1.5rem;
    color: var(--navy);
    margin-bottom: 24px;
}
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.form-group {
    margin-bottom: 16px;
}
.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-700);
    margin-bottom: 6px;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1.5px solid var(--gray-200);
    border-radius: 10px;
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    color: var(--gray-700);
    background: var(--gray-50);
    transition: all var(--transition);
    direction: rtl;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--gold);
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(194, 163, 100, 0.12);
}
.form-group textarea {
    resize: vertical;
    min-height: 120px;
}
.btn-submit-full {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, var(--gold-dark), var(--gold), var(--gold-light));
    color: var(--navy-dark);
    border: none;
    border-radius: 10px;
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: all var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.btn-submit-full:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(194, 163, 100, 0.35);
}
.contact-info-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-info-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 36px;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--gray-100);
}
.contact-info-header {
    margin-bottom: 28px;
}
.contact-info-header h2 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 1.5rem;
    color: var(--navy);
    margin-bottom: 12px;
}
.contact-info-card .contact-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid var(--gray-100);
}
.contact-info-card .contact-detail-item:last-child {
    border-bottom: none;
}
.contact-detail-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: linear-gradient(135deg, rgba(194,163,100,0.12) 0%, rgba(27,54,93,0.08) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
}
.contact-detail-item strong {
    display: block;
    font-size: 13px;
    color: var(--gray-500);
    font-weight: 500;
    margin-bottom: 4px;
}
.contact-detail-item a,
.contact-detail-item span {
    display: block;
    color: var(--navy);
    font-size: 15px;
    font-weight: 600;
}
.contact-detail-item a:hover {
    color: var(--gold);
}
.contact-whatsapp-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 24px;
    background: #25D366;
    color: white;
    border-radius: var(--radius-lg);
    font-weight: 600;
    font-size: 15px;
    transition: all var(--transition);
    box-shadow: 0 4px 15px rgba(37,211,102,0.3);
}
.contact-whatsapp-cta:hover {
    background: #1fb855;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37,211,102,0.4);
    color: white;
}
.contact-mini-map {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}
.contact-map {
    margin-top: 60px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    height: 400px;
}
.contact-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.contact-quick-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}
.quick-strip-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
    background: var(--gray-50);
    border-radius: var(--radius);
    transition: all var(--transition);
}
.quick-strip-item:hover {
    background: var(--blue-50);
}
.quick-strip-item svg {
    color: var(--gold);
    flex-shrink: 0;
}
.quick-strip-item .strip-label {
    font-size: 12px;
    color: var(--gray-500);
}
.quick-strip-item .strip-value {
    font-size: 15px;
    font-weight: 600;
    color: var(--navy);
    direction: ltr;
    display: block;
}

/* ---------- RETAINER PAGE ---------- */
.retainer-intro {
    padding: 80px 0;
    background: var(--white);
}
.retainer-intro .container {
    max-width: 800px;
    text-align: center;
}
.retainer-intro h2 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    color: var(--navy);
    margin-bottom: 20px;
}
.retainer-intro p {
    color: var(--gray-600);
    line-height: 1.9;
    font-size: 1.05rem;
}
.retainer-services {
    padding: 80px 0;
    background: var(--gray-50);
}
.retainer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 48px;
}
.retainer-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 32px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--gray-200);
    transition: all var(--transition);
    text-align: center;
}
.retainer-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(194, 163, 100, 0.3);
}
.retainer-card-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, var(--navy), var(--navy-light));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
}
.retainer-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 12px;
}
.retainer-card p {
    color: var(--gray-500);
    font-size: 14px;
    line-height: 1.7;
}

/* ---------- DIGITAL CONSULTATION PAGE ---------- */
.consult-section {
    padding: 80px 0;
    background: var(--white);
}
.consult-section .container {
    max-width: 720px;
}
.consult-steps {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 48px;
    position: relative;
}
.consult-steps::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20%;
    right: 20%;
    height: 2px;
    background: var(--gray-200);
}
.consult-step {
    text-align: center;
    position: relative;
    z-index: 2;
}
.consult-step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gray-200);
    color: var(--gray-500);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin: 0 auto 8px;
    transition: all var(--transition);
}
.consult-step.active .consult-step-number {
    background: var(--navy);
    color: var(--white);
}
.consult-step.completed .consult-step-number {
    background: var(--gold);
    color: var(--navy-dark);
}
.consult-step-label {
    font-size: 13px;
    color: var(--gray-500);
    font-weight: 500;
}
.consult-step.active .consult-step-label {
    color: var(--navy);
    font-weight: 600;
}
.consult-form-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 40px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--gray-200);
}
.consult-form-step {
    display: none;
}
.consult-form-step.active {
    display: block;
}
.consult-form-step h3 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 1.2rem;
    color: var(--navy);
    margin-bottom: 24px;
}
.file-upload-zone {
    border: 2px dashed var(--gray-300);
    border-radius: var(--radius);
    padding: 40px;
    text-align: center;
    cursor: pointer;
    transition: all var(--transition);
    background: var(--gray-50);
}
.file-upload-zone:hover {
    border-color: var(--gold);
    background: rgba(194, 163, 100, 0.03);
}
.file-upload-zone svg {
    color: var(--gray-400);
    margin-bottom: 12px;
}
.file-upload-zone p {
    color: var(--gray-500);
    font-size: 14px;
}
.file-upload-zone .upload-hint {
    color: var(--gray-400);
    font-size: 12px;
    margin-top: 8px;
}
.form-nav {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 32px;
}
.btn-prev {
    padding: 14px 32px;
    background: var(--gray-100);
    color: var(--gray-600);
    border: none;
    border-radius: 10px;
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition);
}
.btn-prev:hover {
    background: var(--gray-200);
}
.btn-next {
    padding: 14px 32px;
    background: var(--navy);
    color: var(--white);
    border: none;
    border-radius: 10px;
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition);
    margin-right: auto;
}
.btn-next:hover {
    background: var(--navy-light);
}
.consult-success {
    text-align: center;
    padding: 60px 20px;
    display: none;
}
.consult-success.active {
    display: block;
}
.consult-success-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: var(--navy-dark);
}
.consult-success h3 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 1.5rem;
    color: var(--navy);
    margin-bottom: 12px;
}
.consult-success p {
    color: var(--gray-500);
    line-height: 1.7;
}

/* ---------- SERVICES PAGE (Extended) ---------- */
.services-page-section {
    padding: 80px 0;
    background: var(--white);
}
.services-page-description {
    text-align: center;
    color: var(--gray-600);
    max-width: 800px;
    margin: 0 auto 48px;
    line-height: 1.8;
}
.services-page-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.service-page-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--gray-200);
    transition: all var(--transition);
}
.service-page-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(194, 163, 100, 0.3);
}
.service-page-card .service-image {
    aspect-ratio: 16/10;
}
.service-page-card-body {
    padding: 28px;
}
.service-page-card-body h3 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 1.15rem;
    color: var(--navy);
    margin-bottom: 10px;
}
.service-page-card-body p {
    color: var(--gray-500);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 16px;
}
.service-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--gold-dark);
    font-size: 14px;
    font-weight: 600;
    transition: all var(--transition);
}
.service-link:hover {
    color: var(--navy);
    gap: 10px;
}

/* ---------- CTA BANNER (reusable for inner pages) ---------- */
.cta-banner {
    padding: 80px 0;
    background: var(--navy);
    position: relative;
    overflow: hidden;
    text-align: center;
}
.cta-banner::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -80px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(194, 163, 100, 0.1) 0%, transparent 70%);
    pointer-events: none;
}
.cta-banner .container {
    position: relative;
    z-index: 2;
}
.cta-banner h2 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    color: var(--white);
    margin-bottom: 12px;
}
.cta-banner p {
    color: rgba(255,255,255,0.7);
    font-size: 1.05rem;
    max-width: 600px;
    margin: 0 auto 32px;
    line-height: 1.8;
}
.cta-banner .btn-gold {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--gold-dark), var(--gold), var(--gold-light));
    color: var(--navy-dark);
    padding: 16px 40px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 700;
    transition: all var(--transition);
    box-shadow: 0 4px 20px rgba(194, 163, 100, 0.3);
}
.cta-banner .btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 32px rgba(194, 163, 100, 0.4);
}

/* ---------- INNER PAGES RESPONSIVE ---------- */
@media (max-width: 1024px) {
    .service-detail .container {
        grid-template-columns: 1fr;
    }
    .article-detail .container {
        grid-template-columns: 1fr;
    }
    .service-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
    .about-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    .partners-grid {
        grid-template-columns: 1fr;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-banner {
        padding: 130px 0 60px;
    }
    .articles-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .retainer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .services-page-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-quick-strip {
        grid-template-columns: repeat(2, 1fr);
    }
    .service-sidebar {
        grid-template-columns: 1fr;
    }
    .form-row {
        grid-template-columns: 1fr;
    }
    .consult-steps {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .articles-grid {
        grid-template-columns: 1fr;
    }
    .retainer-grid {
        grid-template-columns: 1fr;
    }
    .services-page-grid {
        grid-template-columns: 1fr;
    }
    .contact-quick-strip {
        grid-template-columns: 1fr;
    }
    .about-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .about-stat-number {
        font-size: 2rem;
    }
    .consult-steps::before {
        display: none;
    }
}

/* ---------- REDUCED MOTION ---------- */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
    html { scroll-behavior: auto; }
}
