/* ========================================
   ISRE - Real Estate Consulting
   Realux Luxury Theme - RTL Hebrew
   ======================================== */

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

:root {
    /* Realux Color Palette */
    --hero-bg-dark: #0C2330;
    --hero-bg-mid: #102D3D;
    --hero-bg-gradient: linear-gradient(180deg, #0C2330 0%, #123A48 100%);
    
    --page-bg: #F3F7FA;
    --page-bg-alt: #F6FAFD;
    
    --brand-primary: #0C2330;
    --brand-hover: #081820;
    --brand-light: #e8ebed;
    --brand-gradient: linear-gradient(180deg, #14C3D1 0%, #0AA1AD 100%);
    
    --text-dark: #111318;
    --text-muted: #5E6A75;
    --text-light: #F8FAFC;
    
    --border-light: #E6EEF5;
    --card-bg: #ffffff;
    
    --success: #38D39F;
    --warning: #FFB74D;
    
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
    --shadow-md: 0 6px 20px rgba(0,0,0,0.08);
    --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);
    
    /* Spacing */
    --space-xs: 0.5rem;
    --space-sm: 1rem;
    --space-md: 1.5rem;
    --space-lg: 2rem;
    --space-xl: 3rem;
    --space-2xl: 4rem;
    --space-3xl: 6rem;
    
    /* Border Radius */
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-pill: 32px;
    --radius-full: 9999px;
    
    /* Typography */
    --font-primary: 'Heebo', -apple-system, BlinkMacSystemFont, sans-serif;
    
    /* Container */
    --container-max: 1200px;
    --text-max: 850px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-primary);
    font-size: 18px;
    line-height: 1.65;
    color: var(--text-dark);
    background: var(--page-bg);
    overflow-x: hidden;
    direction: rtl;
    text-align: right;
}

.container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 24px;
}

.text-container {
    max-width: var(--text-max);
    margin: 0 auto;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: var(--space-md);
    color: var(--text-dark);
}

h1 { font-size: 56px; font-weight: 800; letter-spacing: -0.01em; }
h2 { font-size: 36px; font-weight: 700; letter-spacing: -0.005em; }
h3 { font-size: 24px; font-weight: 600; }
h4 { font-size: 20px; font-weight: 600; }

p {
    margin-bottom: var(--space-md);
    color: var(--text-muted);
    line-height: 1.65;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease;
}

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

/* ========================================
   HEADER
   ======================================== */
   
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    transition: all 0.3s ease;
    height: 80px;
}

header.scrolled {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 16px rgba(0,0,0,.1);
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.logo {
    height: 70px;
    display: flex;
    align-items: center;
}

.logo img {
    height: 100%;
    width: auto;
    filter: brightness(1) contrast(1.1);
}

nav {
    display: flex;
    align-items: center;
    gap: var(--space-xl);
}

nav ul {
    display: flex;
    list-style: none;
    gap: var(--space-lg);
    align-items: center;
}

nav a {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-dark);
    padding: var(--space-xs) var(--space-md);
    transition: color 0.2s ease;
}

nav a:hover {
    color: var(--brand-primary);
}

.nav-cta {
    background: var(--brand-gradient);
    color: white !important;
    padding: 10px 24px !important;
    border-radius: var(--radius-pill);
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(13,183,196,0.25);
    transition: all 0.2s ease;
}

.nav-cta:hover {
    background: linear-gradient(180deg, #18D6E2 0%, #0DB7C4 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(13,183,196,0.35);
}

.mobile-menu-btn {
    display: none;
    font-size: 1.5rem;
    background: none;
    border: none;
    color: var(--text-dark);
    cursor: pointer;
}

/* ========================================
   HERO SECTION
   ======================================== */

.hero {
    min-height: auto;
    display: flex;
    align-items: center;
    padding-top: 140px;
    padding-bottom: 80px;
    background: white;
    position: relative;
}

.hero .container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 80px;
    align-items: center;
    max-width: 1100px;
}

.hero-image {
    position: relative;
    width: 350px;
    height: 450px;
    overflow: visible;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 8px 24px rgba(0,0,0,0.1));
}

.hero-content {
    max-width: 600px;
}

.hero h1 {
    font-size: 44px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.hero-subtitle {
    font-size: 20px;
    color: var(--text-muted);
    margin-bottom: 32px;
    line-height: 1.6;
    font-weight: 400;
    text-align: right;
}

.hero-cta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.signature-hero {
    display: block;
    max-width: 200px;
    height: auto;
    margin: var(--space-xl) auto 0;
    opacity: 0.7;
}

/* ========================================
   BUTTONS
   ======================================== */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-sm);
    padding: 14px 32px;
    border-radius: var(--radius-pill);
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    border: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary {
    background: var(--brand-gradient);
    color: white;
    box-shadow: 0 4px 16px rgba(13,183,196,0.25);
}

.btn-primary:hover {
    background: linear-gradient(180deg, #18D6E2 0%, #0DB7C4 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(13,183,196,0.35);
}

.btn-outline {
    background: transparent;
    color: var(--brand-primary);
    border: 2px solid var(--brand-primary);
}

.btn-outline:hover {
    background: var(--brand-primary);
    color: white;
}

/* ========================================
   INTRO SECTION
   ======================================== */

.intro-section {
    padding: 96px 0;
    background: white;
}

.intro-content p {
    font-size: 18px;
    line-height: 1.7;
    color: var(--text-muted);
    margin-bottom: var(--space-xl);
    text-align: justify;
}

.intro-highlight {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-dark);
    margin: var(--space-xl) 0;
    padding: var(--space-xl);
    background: var(--page-bg-alt);
    border-radius: var(--radius-lg);
    border-right: 4px solid var(--brand-primary);
    text-align: justify;
    line-height: 1.6;
}

.signature-intro {
    display: block;
    max-width: 220px;
    height: auto;
    margin: var(--space-xl) auto var(--space-lg);
    opacity: 0.8;
}

/* ========================================
   VALUE PROPOSITION
   ======================================== */

.value-section {
    padding: 96px 0;
    background: var(--page-bg);
}

.value-content p {
    font-size: 18px;
    line-height: 1.7;
    color: var(--text-muted);
    margin-bottom: var(--space-xl);
    text-align: justify;
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-xl);
    margin-top: var(--space-2xl);
}

.value-section .value-card {
    background: white;
    padding: var(--space-lg);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-section .value-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.value-section .value-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    margin: 0 auto var(--space-md);
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-hover));
    color: white;
    box-shadow: 0 4px 8px rgba(12, 35, 48, 0.2);
}

.value-section .value-card h3 {
    font-size: 19px;
    margin-bottom: var(--space-sm);
    color: var(--text-dark);
    font-weight: 600;
}

.value-section .value-card p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
    color: var(--text-muted);
}

/* ========================================
   PERSONAL QUOTE
   ======================================== */

.personal-quote {
    padding: 96px 0;
    background: var(--hero-bg-gradient);
    color: white;
}

.quote-box {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.quote-icon-home {
    font-size: 48px;
    color: rgba(255, 255, 255, 0.25);
    margin-bottom: var(--space-md);
}

.quote-icon-home i {
    display: inline-block;
}

.quote-box blockquote {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.6;
    font-style: italic;
    margin: 0;
    color: white;
}

.quote-box cite {
    display: block;
    margin-top: var(--space-md);
    font-size: 18px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    font-style: normal;
}

.quote-box .signature {
    display: block;
    max-width: 200px;
    height: auto;
    margin: var(--space-md) auto 0;
    opacity: 0.9;
    filter: brightness(0) invert(1);
}

/* ========================================
   TESTIMONIALS (Grid for now)
   ======================================== */

.testimonials-section {
    padding: 96px 0;
    background: white;
}

.section-header {
    text-align: center;
    margin-bottom: var(--space-2xl);
}

.section-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: var(--brand-gradient);
    color: white;
    border-radius: var(--radius-md);
    font-size: 1.8rem;
    margin-bottom: var(--space-md);
    box-shadow: 0 4px 16px rgba(13,183,196,0.25);
}

.section-header h2 {
    color: var(--text-dark);
    margin-bottom: var(--space-sm);
}

.section-header p {
    font-size: 18px;
    color: var(--text-muted);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: var(--space-lg);
    margin-top: var(--space-2xl);
}

.testimonial-card {
    background: white;
    padding: var(--space-xl);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.65;
    color: var(--text-muted);
    margin-bottom: var(--space-md);
    font-style: italic;
    text-align: justify;
}

.testimonial-author {
    font-weight: 600;
    color: var(--brand-primary);
    font-size: 15px;
}

/* ========================================
   CTA BAND
   ======================================== */

.cta-band {
    padding: 96px 0;
    background: var(--page-bg-alt);
    text-align: center;
}

.cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: var(--brand-gradient);
    color: white;
    border-radius: var(--radius-lg);
    font-size: 2.5rem;
    margin-bottom: var(--space-lg);
    box-shadow: 0 4px 16px rgba(13,183,196,0.25);
}

.cta-band h2 {
    font-size: 36px;
    margin-bottom: var(--space-md);
}

.cta-band p {
    font-size: 20px;
    margin-bottom: var(--space-xl);
}

/* ========================================
   FOOTER
   ======================================== */

footer {
    background: var(--hero-bg-mid);
    color: #E5F2F6;
    padding: 64px 24px 32px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--space-2xl);
    margin-bottom: var(--space-xl);
}

.footer-section h3 {
    font-size: 18px;
    margin-bottom: var(--space-md);
    color: white;
}

.footer-section p,
.footer-section a {
    color: #E5F2F6;
    opacity: 0.8;
    font-size: 15px;
    line-height: 1.8;
    transition: opacity 0.2s;
}

.footer-section a:hover {
    opacity: 1;
    color: white;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    margin-bottom: var(--space-sm);
}

.contact-item i {
    color: #E5F2F6;
    font-size: 1.1rem;
}

.social-links {
    display: flex;
    gap: var(--space-md);
    margin-top: var(--space-md);
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
    opacity: 1;
    color: #E5F2F6;
}

.social-links a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    color: white;
}

.footer-bottom {
    padding-top: var(--space-lg);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

/* ========================================
   ANIMATIONS
   ======================================== */

/* Simple fade in for hero */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease both;
}

.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 1023px) {
    h1 { font-size: 42px; }
    h2 { font-size: 32px; }
    
    .hero {
        padding-top: 120px;
        padding-bottom: 60px;
    }
    
    .hero .container {
        grid-template-columns: 280px 1fr;
        gap: 50px;
    }
    
    .hero-image {
        width: 280px;
        height: 380px;
    }
    
    .hero h1 {
        font-size: 36px;
    }
    
    .hero-subtitle {
        font-size: 18px;
    }
    
    .value-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .testimonials-grid-rotating {
        grid-template-columns: 1fr !important;
        display: block !important;
    }
    
    .testimonials-grid-rotating .testimonial-card {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .testimonials-grid-rotating .testimonial-card:not(:first-child) {
        display: none !important;
    }
}

@media (max-width: 768px) {
    h1 { font-size: 32px; }
    h2 { font-size: 28px; }
    
    body {
        font-size: 16px;
    }
    
    header {
        height: 64px;
    }
    
    header .container {
        height: 64px;
    }
    
    .logo {
        height: 50px;
    }
    
    nav {
        display: none;
    }
    
    nav.active {
        display: flex;
        position: fixed;
        top: 64px;
        right: 0;
        left: 0;
        background: white;
        box-shadow: var(--shadow-lg);
        padding: var(--space-lg);
        flex-direction: column;
    }
    
    nav.active ul {
        flex-direction: column;
        width: 100%;
        gap: var(--space-md);
    }
    
    .mobile-menu-btn {
        display: block;
    }
    
    .hero {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    
    .hero .container {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }
    
    .hero-image {
        width: 280px;
        height: 360px;
        margin: 0 auto;
    }
    
    .hero-content {
        order: 2;
    }
    
    .hero h1 {
        font-size: 28px;
        text-align: center;
    }
    
    .hero-subtitle {
        font-size: 18px;
        margin-bottom: 24px;
        text-align: center;
    }
    
    .hero-cta {
        flex-direction: column;
    }
    
    .btn {
        width: 100%;
        justify-content: center;
    }
    
    .intro-section,
    .value-section,
    .personal-quote,
    .testimonials-section,
    .cta-band {
        padding: 64px 0;
    }
    
    .value-grid {
        grid-template-columns: 1fr;
    }
    
    .quote-box blockquote {
        font-size: 22px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: var(--space-xl);
    }
    
    /* Hide dots on mobile, show only arrows */
    .carousel-dots {
        display: none !important;
    }
    
    .carousel-controls {
        gap: var(--space-2xl) !important;
        justify-content: space-between !important;
        max-width: 100% !important;
        padding: 0 var(--space-lg);
    }
    
    .carousel-btn {
        width: 56px !important;
        height: 56px !important;
        font-size: 22px !important;
        display: flex !important;
    }
}

/* ========================================
   FLOATING WHATSAPP BUTTON
   ======================================== */

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
    z-index: 999;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1) translateY(-3px);
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.6);
    background: #20BA5A;
}

.whatsapp-float i {
    color: white;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--brand-primary);
    color: white;
    border: none;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    box-shadow: 0 4px 16px rgba(13,183,196,0.4);
    z-index: 998;
    transition: all 0.3s ease;
}

.back-to-top:hover {
    background: var(--brand-hover);
    transform: translateY(-3px);
    box-shadow: 0 6px 24px rgba(13,183,196,0.6);
}

.back-to-top.show {
    display: flex;
}

/* ========================================
   TESTIMONIALS ROTATING GRID
   ======================================== */

.testimonials-section {
    overflow: hidden;
}

.testimonials-grid-rotating {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lg);
    margin-top: var(--space-2xl);
    margin-bottom: var(--space-xl);
    max-width: 100%;
}

.testimonial-card {
    min-width: 0; /* Prevents grid blowout */
    overflow: hidden;
}

.testimonial-card.fade-out {
    animation: fadeOutSlide 0.5s ease forwards;
}

.testimonial-card.fade-in {
    animation: fadeInSlide 0.5s ease forwards;
}

@keyframes fadeOutSlide {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(50px);
    }
}

@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-lg);
    margin-top: var(--space-xl);
}

.carousel-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid var(--brand-primary);
    background: white;
    color: var(--brand-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
}

.carousel-btn:hover {
    background: var(--brand-primary);
    color: white;
    transform: scale(1.05);
}

.carousel-dots {
    display: flex;
    gap: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--border-light);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: var(--brand-primary);
    width: 30px;
    border-radius: 5px;
}

/* ========================================
   ABOUT PAGE
   ======================================== */

/* About Hero */
.about-hero {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-hover) 100%);
    text-align: center;
}

.quote-icon-large {
    font-size: 60px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: var(--space-lg);
}

.quote-icon-large i {
    display: inline-block;
}

.about-hero-content h1 {
    font-size: 42px;
    line-height: 1.4;
    color: white;
    margin-bottom: var(--space-xl);
    font-weight: 600;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.about-hero .hero-subtitle {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
}

/* About Intro */
.about-intro {
    padding: 96px 0;
    background: white;
}

.about-intro-grid {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: var(--space-3xl);
    align-items: start;
}

.intro-image {
    position: relative;
}

.intro-image img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-xl);
}

.intro-badge {
    position: absolute;
    bottom: -20px;
    right: 20px;
    background: var(--brand-primary);
    color: white;
    padding: 12px 24px;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    font-weight: 600;
    box-shadow: var(--shadow-lg);
}

.intro-badge i {
    font-size: 20px;
}

.intro-content h2 {
    margin-bottom: var(--space-lg);
    color: var(--text-dark);
}

.intro-lead {
    font-size: 22px;
    font-weight: 500;
    color: var(--brand-primary);
    margin-bottom: var(--space-xl);
    line-height: 1.6;
}

.intro-content p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: var(--space-lg);
}

.signature-about {
    display: block;
    max-width: 200px;
    height: auto;
    margin: var(--space-xl) auto 0;
    opacity: 0.7;
}

/* Journey Section */
.journey-section {
    padding: 96px 0;
    background: var(--page-bg);
}

.section-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: var(--space-3xl);
    color: var(--text-dark);
}

.journey-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-xl);
}

.journey-card {
    background: white;
    padding: var(--space-2xl);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.journey-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.journey-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-hover));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--space-lg);
}

.journey-icon i {
    font-size: 36px;
    color: white;
}

.journey-card h3 {
    font-size: 24px;
    margin-bottom: var(--space-md);
    color: var(--text-dark);
}

.journey-card p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-muted);
}

/* Values Section */
.values-section {
    padding: 96px 0;
    background: white;
}

.values-intro {
    text-align: center;
    margin-bottom: var(--space-3xl);
}

.values-intro h2 {
    font-size: 36px;
    margin-bottom: var(--space-lg);
    color: var(--text-dark);
}

.values-intro .lead {
    font-size: 20px;
    line-height: 1.7;
    color: var(--text-muted);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-xl);
}

.values-section .value-card {
    background: white;
    padding: var(--space-lg);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    display: flex;
    gap: var(--space-md);
    align-items: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.values-section .value-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.values-section .value-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-hover));
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.values-section .value-icon i {
    font-size: 20px;
    color: white;
}

.value-card-content {
    flex: 1;
}

.values-section .value-card h3 {
    font-size: 18px;
    margin-bottom: var(--space-xs);
    color: var(--text-dark);
    font-weight: 600;
}

.values-section .value-card p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
}

/* Commitment Section */
.commitment-section {
    padding: 96px 0;
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-hover) 100%);
}

.commitment-box {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: white;
}

.commitment-icon {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--space-xl);
    backdrop-filter: blur(10px);
}

.commitment-icon i {
    font-size: 48px;
    color: white;
}

.commitment-box h2 {
    font-size: 36px;
    margin-bottom: var(--space-lg);
    color: white;
}

.commitment-text {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: var(--space-2xl);
    color: rgba(255, 255, 255, 0.95);
}

.btn-large {
    padding: 18px 48px;
    font-size: 20px;
}

/* About Page Responsive */
@media (max-width: 1023px) {
    .about-intro-grid {
        grid-template-columns: 1fr;
        gap: var(--space-2xl);
    }
    
    .intro-image {
        max-width: 400px;
        margin: 0 auto;
    }
    
    .journey-grid {
        grid-template-columns: 1fr;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding: 80px 0 60px;
    }
    
    .about-hero-content h1 {
        font-size: 28px;
    }
    
    .about-hero .hero-subtitle {
        font-size: 18px;
    }
    
    .about-intro,
    .journey-section,
    .values-section,
    .commitment-section {
        padding: 64px 0;
    }
    
    .section-title,
    .values-intro h2,
    .commitment-box h2 {
        font-size: 28px;
    }
    
    .intro-badge {
        position: static;
        margin-top: var(--space-lg);
        display: inline-flex;
    }
}

/* ========================================
   MEET PAGE
   ======================================== */

/* Meet Hero */
.meet-hero {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-hover) 100%);
    text-align: center;
    color: white;
}

.meet-hero * {
    color: white;
}

.meet-hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.hero-icon {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--space-xl);
}

.hero-icon i {
    font-size: 48px;
    color: white;
}

.meet-hero h1 {
    font-size: 48px;
    margin-bottom: var(--space-xl);
    font-weight: 600;
}

.hero-text-unified {
    font-size: 20px;
    margin-bottom: var(--space-2xl);
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.8;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-cta-buttons {
    display: flex;
    gap: var(--space-lg);
    justify-content: center;
    flex-wrap: wrap;
}

.btn-whatsapp {
    background: #25D366;
    color: white;
    border: none;
}

.btn-whatsapp:hover {
    background: #128C7E;
}

/* Pain Points Section */
.pain-points-section {
    padding: 96px 0;
    background: var(--page-bg);
}

.pain-points-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-xl);
    margin-top: var(--space-2xl);
}

.pain-point-card {
    background: white;
    padding: var(--space-2xl);
    border-radius: var(--radius-lg);
    text-align: center;
    box-shadow: var(--shadow-md);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pain-point-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.pain-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #f87171, #ef4444);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--space-lg);
}

.pain-icon i {
    font-size: 32px;
    color: white;
}

.pain-point-card h3 {
    font-size: 22px;
    margin-bottom: var(--space-md);
    color: var(--text-dark);
}

.pain-point-card p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-muted);
}

/* Solution Section */
.solution-section {
    padding: 96px 0;
    background: white;
}

.solution-content {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: var(--space-3xl);
    align-items: center;
}

.solution-text h2 {
    font-size: 36px;
    margin-bottom: var(--space-lg);
    color: var(--text-dark);
}

.solution-text .lead {
    font-size: 20px;
    font-weight: 500;
    color: var(--brand-primary);
    margin-bottom: var(--space-lg);
    line-height: 1.7;
}

.solution-text p {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: var(--space-lg);
}

.solution-image {
    position: relative;
}

.solution-image img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-xl);
}

.solution-badge {
    position: absolute;
    bottom: -20px;
    left: 20px;
    background: var(--brand-primary);
    color: white;
    padding: 12px 24px;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    font-weight: 600;
    box-shadow: var(--shadow-lg);
}

.solution-badge i {
    font-size: 20px;
}

/* Expect Section */
.expect-section {
    padding: 96px 0;
    background: var(--page-bg);
}

.section-subtitle {
    text-align: center;
    font-size: 18px;
    color: var(--text-muted);
    margin-top: var(--space-md);
    margin-bottom: var(--space-3xl);
}

.expect-timeline {
    max-width: 800px;
    margin: 0 auto;
}

.timeline-item {
    display: flex;
    gap: var(--space-xl);
    margin-bottom: var(--space-2xl);
    position: relative;
}

.timeline-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 31px;
    top: 65px;
    width: 2px;
    height: calc(100% - 15px);
    background: var(--border-light);
}

.timeline-number {
    width: 64px;
    height: 64px;
    background: var(--brand-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color: white;
    flex-shrink: 0;
    box-shadow: var(--shadow-md);
}

.timeline-content {
    flex: 1;
    padding-top: 8px;
}

.timeline-content h3 {
    font-size: 22px;
    margin-bottom: var(--space-sm);
    color: var(--text-dark);
}

.timeline-content p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-muted);
}

/* Meet Commitment */
.meet-commitment {
    padding: 96px 0;
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-hover) 100%);
}

.meet-commitment * {
    color: white;
}

.commitment-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: white;
}

.commitment-icon-large {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--space-xl);
}

.commitment-icon-large i {
    font-size: 48px;
    color: white;
}

.commitment-content h2 {
    font-size: 36px;
    margin-bottom: var(--space-lg);
}

.commitment-content p {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: var(--space-xl);
    color: rgba(255, 255, 255, 0.95);
}

.commitment-highlight {
    display: inline-flex;
    align-items: center;
    gap: var(--space-md);
    background: rgba(255, 255, 255, 0.15);
    padding: var(--space-md) var(--space-xl);
    border-radius: var(--radius-lg);
    font-size: 18px;
    font-weight: 500;
}

.commitment-highlight i {
    font-size: 24px;
}

/* Meet Testimonials */
.meet-testimonials {
    padding: 96px 0;
    background: white;
}

.testimonials-grid-static {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-xl);
    margin-top: var(--space-2xl);
}

/* Final CTA Section */
.final-cta-section {
    padding: 96px 0;
    background: var(--page-bg);
}

.final-cta-box {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.final-cta-box h2 {
    font-size: 42px;
    margin-bottom: var(--space-md);
    color: var(--text-dark);
}

.final-cta-box > p {
    font-size: 20px;
    color: var(--text-muted);
    margin-bottom: var(--space-3xl);
}

.cta-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-xl);
}

.cta-option {
    background: white;
    padding: var(--space-2xl);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-option:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.cta-option-icon {
    width: 70px;
    height: 70px;
    background: var(--brand-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--space-lg);
}

.cta-option-icon i {
    font-size: 32px;
    color: white;
}

.cta-option h3 {
    font-size: 22px;
    margin-bottom: var(--space-md);
    color: var(--text-dark);
}

.cta-link {
    display: inline-block;
    color: var(--brand-primary);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cta-link:hover {
    color: var(--brand-hover);
    text-decoration: underline;
}

/* Meet Page Responsive */
@media (max-width: 1023px) {
    .pain-points-grid,
    .testimonials-grid-static,
    .cta-options {
        grid-template-columns: 1fr;
    }
    
    .solution-content {
        grid-template-columns: 1fr;
    }
    
    .solution-image {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .meet-hero {
        padding: 80px 0 60px;
    }
    
    .meet-hero h1 {
        font-size: 32px;
    }
    
    .hero-lead {
        font-size: 20px;
    }
    
    .hero-cta-buttons {
        flex-direction: column;
    }
    
    .timeline-item {
        flex-direction: column;
        gap: var(--space-lg);
    }
    
    .timeline-item::after {
        display: none;
    }
    
    .solution-badge {
        position: static;
        margin-top: var(--space-lg);
        display: inline-flex;
    }
}

/* ========================================
   CONTACT PAGE
   ======================================== */

/* Contact Hero */
.contact-hero {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-hover) 100%);
    text-align: center;
    color: white;
}

.contact-hero * {
    color: white;
}

.contact-hero-content {
    max-width: 700px;
    margin: 0 auto;
}

.contact-hero h1 {
    font-size: 48px;
    margin-bottom: var(--space-lg);
    font-weight: 600;
}

.contact-hero p {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: var(--space-xl);
}

.signature-contact-hero {
    display: block;
    max-width: 180px;
    height: auto;
    margin: 0 auto;
    opacity: 0.8;
    filter: brightness(0) invert(1);
}

/* Contact Methods */
.contact-methods-section {
    padding: 96px 0;
    background: white;
}

.contact-methods-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-xl);
    margin-top: var(--space-2xl);
}

.contact-method-card {
    background: var(--page-bg);
    padding: var(--space-2xl);
    border-radius: var(--radius-lg);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.contact-method-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.contact-method-card.highlight {
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-hover));
    color: white;
}

.contact-method-card.highlight * {
    color: white;
}

.contact-method-icon {
    width: 70px;
    height: 70px;
    background: var(--brand-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--space-lg);
}

.contact-method-card.highlight .contact-method-icon {
    background: rgba(255, 255, 255, 0.2);
}

.contact-method-icon i {
    font-size: 32px;
    color: white;
}

.contact-method-card h3 {
    font-size: 24px;
    margin-bottom: var(--space-sm);
    color: var(--text-dark);
}

.contact-method-card p {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: var(--space-md);
}

.contact-method-link {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: var(--brand-primary);
    text-decoration: none;
    margin-bottom: var(--space-sm);
}

.contact-method-card.highlight .contact-method-link {
    color: white;
    text-decoration: underline;
}

.contact-note {
    font-size: 14px;
    font-style: italic;
}

/* Contact Form */
.contact-form-section {
    padding: 96px 0;
    background: var(--page-bg);
}

.contact-form-container {
    max-width: 700px;
    margin: 0 auto;
    background: white;
    padding: var(--space-3xl);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
}

.form-intro {
    text-align: center;
    margin-bottom: var(--space-2xl);
}

.form-intro h2 {
    font-size: 32px;
    margin-bottom: var(--space-md);
    color: var(--text-dark);
}

.form-intro p {
    font-size: 18px;
    color: var(--text-muted);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-lg);
}

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

.form-group label {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: var(--space-sm);
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px 16px;
    border: 2px solid var(--border-light);
    border-radius: var(--radius-md);
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--brand-primary);
}

.form-group textarea {
    resize: vertical;
}

.contact-form button {
    margin-top: var(--space-md);
}

/* Location Section */
.location-section {
    padding: 96px 0;
    background: white;
}

.location-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-3xl);
}

.location-info h2 {
    font-size: 36px;
    margin-bottom: var(--space-2xl);
    color: var(--text-dark);
}

.info-item {
    display: flex;
    gap: var(--space-lg);
    margin-bottom: var(--space-xl);
}

.info-icon {
    width: 50px;
    height: 50px;
    background: var(--brand-primary);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-icon i {
    font-size: 22px;
    color: white;
}

.info-content h3 {
    font-size: 20px;
    margin-bottom: var(--space-xs);
    color: var(--text-dark);
}

.info-content p {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: var(--space-xs);
}

.location-map {
    background: var(--page-bg);
    border-radius: var(--radius-xl);
    overflow: hidden;
    min-height: 400px;
}

.map-placeholder {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--space-3xl);
    text-align: center;
}

.map-placeholder i {
    font-size: 64px;
    color: var(--brand-primary);
    margin-bottom: var(--space-lg);
}

.map-placeholder p {
    font-size: 20px;
    color: var(--text-dark);
    margin-bottom: var(--space-xl);
    font-weight: 600;
}

/* Contact FAQ */
.contact-faq {
    padding: 96px 0;
    background: var(--page-bg);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-xl);
    margin-top: var(--space-2xl);
}

.faq-card {
    background: white;
    padding: var(--space-xl);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.faq-card h3 {
    font-size: 20px;
    margin-bottom: var(--space-md);
    color: var(--text-dark);
    display: flex;
    align-items: center;
    gap: var(--space-md);
}

.faq-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-hover));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.faq-icon i {
    font-size: 20px;
    color: white;
}

.faq-card p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
}

/* Contact Page Responsive */
@media (max-width: 1023px) {
    .contact-methods-grid,
    .location-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .location-map {
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        padding: 80px 0 60px;
    }
    
    .contact-hero h1 {
        font-size: 32px;
    }
    
    .contact-form-container {
        padding: var(--space-xl);
    }
}

/* Utility Classes */
.text-center { text-align: center; }
.mb-0 { margin-bottom: 0; }
.mt-lg { margin-top: var(--space-lg); }
.mb-lg { margin-bottom: var(--space-lg); }
