.print-only {
    display: none;
}

/* ═══════════════════════════════════════════
   MIHWAR | محور — Premium Digital Studio
   Black · White · Yellow Accent
   ═══════════════════════════════════════════ */

/* ─── Pricing ─── */
.pricing {
    background: var(--off-white);
}

.pricing-intro {
    text-align: center;
    color: var(--gray-500);
    font-size: 1rem;
    max-width: 640px;
    margin: 16px auto 0;
}

.pricing-group-label {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 64px;
    margin-bottom: 8px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--gray-100);
}

.pricing-group-label:first-of-type {
    margin-top: 8px;
}

.pricing-group-en {
    font-family: var(--font-en);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: var(--yellow);
    text-transform: uppercase;
}

.pricing-group-label h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--black);
}

.pricing-note {
    text-align: center;
    color: var(--gray-500);
    font-size: 0.85rem;
    margin-top: 32px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 56px;
}

.pricing-card {
    padding: 40px 32px;
    border: 1px solid var(--gray-100);
    border-radius: 14px;
    position: relative;
    background: var(--white);
    transition: all var(--duration-normal) var(--ease-smooth);
}

.pricing-card:hover {
    border-color: var(--yellow);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
}

.pricing-card-featured {
    background: var(--black);
    border-color: var(--black);
    color: var(--white);
}

.pricing-card-featured:hover {
    border-color: var(--yellow);
}

.pricing-badge {
    position: absolute;
    top: -14px;
    right: 32px;
    background: var(--yellow);
    color: var(--black);
    font-size: 0.7rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 100px;
    letter-spacing: 0.05em;
}

.pricing-card-featured .pricing-badge {
    right: auto;
    left: 32px;
}

.pricing-card-en {
    font-family: var(--font-en);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--yellow);
    margin-bottom: 12px;
}

.pricing-card-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.pricing-amount {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 4px;
}

.pricing-amount .pricing-number {
    font-family: var(--font-en);
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
}

.pricing-amount span {
    font-size: 0.85rem;
    color: var(--gray-500);
}

.pricing-card-featured .pricing-amount span {
    color: var(--gray-400);
}

.pricing-per-post {
    font-size: 0.8rem;
    color: var(--gray-400);
    margin-bottom: 24px;
}

.pricing-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}

.pricing-features li {
    font-size: 0.9rem;
    color: var(--gray-500);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.6;
}

.pricing-card-featured .pricing-features li {
    color: var(--gray-200);
}

.pricing-features li::before {
    content: '✓';
    color: var(--yellow);
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
}

.pricing-card .btn {
    width: 100%;
    justify-content: center;
}

.pricing-card-featured .btn-primary {
    background: var(--yellow);
    color: var(--black);
}

.pricing-card-featured .btn-primary:hover {
    background: var(--yellow-hover);
}

/* ─── Social Service Highlight ─── */
.social-proof {
    background: var(--off-white);
    border-top: 1px solid var(--gray-100);
    border-bottom: 1px solid var(--gray-100);
}

.social-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 48px;
}

.social-proof-item {
    text-align: center;
    padding: 0 12px;
}

.social-proof-number {
    font-family: var(--font-en);
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--black);
    line-height: 1;
    margin-bottom: 12px;
}

.social-proof-number em {
    font-style: normal;
    font-size: 1.1rem;
    color: var(--gray-400);
}

.social-proof-label {
    font-size: 0.9rem;
    color: var(--gray-500);
    line-height: 1.6;
}

/* ─── Why MIHWAR (anchors) ─── */
.why-anchor-note {
    margin-top: 40px;
    padding: 24px 28px;
    background: var(--yellow-soft);
    border-right: 3px solid var(--yellow);
    border-radius: 8px;
    color: var(--gray-600);
    font-size: 0.9rem;
    line-height: 1.8;
}

/* ─── FAQ ─── */
.faq {
    background: var(--off-white);
}

.faq-list {
    max-width: 760px;
    margin: 56px auto 0;
}

.faq-item {
    border-bottom: 1px solid var(--gray-100);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 4px;
    text-align: right;
    font-size: 1.02rem;
    font-weight: 600;
    color: var(--black);
    transition: color var(--duration-fast) var(--ease-smooth);
}

.faq-question:hover {
    color: var(--yellow-hover);
}

.faq-question-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gray-200);
    border-radius: 50%;
    font-size: 1rem;
    color: var(--gray-400);
    transition: all var(--duration-normal) var(--ease-smooth);
}

.faq-item.open .faq-question-icon {
    background: var(--yellow);
    border-color: var(--yellow);
    color: var(--black);
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--duration-normal) var(--ease-smooth);
}

.faq-answer-inner {
    padding: 0 4px 24px;
    color: var(--gray-500);
    font-size: 0.94rem;
    line-height: 1.8;
}


/* ─── Reset & Base ─── */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Colors */
    --black: #000000;
    --black-soft: #0A0A0A;
    --black-card: #111111;
    --black-light: #1A1A1A;
    --white: #FFFFFF;
    --off-white: #F5F5F0;
    --cream: #FAFAF5;
    --gray-100: #E8E8E3;
    --gray-200: #D0D0C8;
    --gray-400: #888880;
    --gray-500: #666660;
    --gray-600: #444440;
    --yellow: #F5C518;
    --yellow-hover: #E5B60A;
    --yellow-soft: rgba(245, 197, 24, 0.1);
    --yellow-glow: rgba(245, 197, 24, 0.15);

    /* Typography */
    --font-ar: 'IBM Plex Sans Arabic', 'Segoe UI', Tahoma, sans-serif;
    --font-en: 'IBM Plex Sans', 'Inter', -apple-system, sans-serif;

    /* Spacing */
    --section-padding: clamp(80px, 10vw, 140px);
    --container-max: 1280px;
    --container-padding: clamp(20px, 4vw, 60px);

    /* Transitions */
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-smooth: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --duration-fast: 0.2s;
    --duration-normal: 0.4s;
    --duration-slow: 0.6s;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    scroll-padding-top: 80px;
}

body {
    font-family: var(--font-ar);
    background: var(--white);
    color: var(--black);
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection {
    background: var(--yellow);
    color: var(--black);
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color var(--duration-fast) var(--ease-smooth);
}

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
}

input, select, textarea {
    font-family: var(--font-ar);
    font-size: 1rem;
}

.container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.section {
    padding: var(--section-padding) 0;
}

/* ─── Preloader ─── */
.preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s var(--ease-out), visibility 0.6s;
}

.preloader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.preloader-inner {
    text-align: center;
}

.preloader-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-bottom: 40px;
}

.preloader-ar {
    font-size: 3rem;
    font-weight: 700;
    color: var(--white);
    letter-spacing: -0.02em;
}

.preloader-en {
    font-family: var(--font-en);
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--yellow);
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.preloader-bar {
    width: 120px;
    height: 2px;
    background: var(--black-light);
    border-radius: 2px;
    overflow: hidden;
    margin: 0 auto;
}

.preloader-bar-fill {
    width: 0%;
    height: 100%;
    background: var(--yellow);
    border-radius: 2px;
    animation: preloaderFill 1.2s var(--ease-out) forwards;
}

@keyframes preloaderFill {
    0% { width: 0%; }
    60% { width: 80%; }
    100% { width: 100%; }
}

/* ─── Navigation ─── */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0 var(--container-padding);
    height: 72px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid transparent;
    transition: all var(--duration-normal) var(--ease-smooth);
}

.navbar.scrolled {
    border-bottom-color: var(--gray-100);
    height: 64px;
}

.nav-container {
    max-width: var(--container-max);
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.logo-img {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    object-fit: cover;
    transition: transform var(--duration-fast) var(--ease-smooth);
    flex-shrink: 0;
}

.nav-logo:hover .logo-img {
    transform: scale(1.05);
}

.logo-img-small {
    width: 32px;
    height: 32px;
    border-radius: 6px;
}

.logo-text {
    font-family: var(--font-en);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--black);
    letter-spacing: 0.05em;
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.logo-sep {
    color: var(--gray-200);
    font-weight: 300;
}

.logo-ar {
    font-family: var(--font-ar);
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-link {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--gray-600);
    position: relative;
    padding: 4px 0;
    transition: color var(--duration-fast) var(--ease-smooth);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0;
    height: 2px;
    background: var(--yellow);
    transition: width var(--duration-normal) var(--ease-out);
}

.nav-link:hover,
.nav-link.active {
    color: var(--black);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-cta-primary {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--black);
    background: var(--yellow);
    padding: 8px 20px;
    border-radius: 6px;
    transition: all var(--duration-fast) var(--ease-smooth);
    white-space: nowrap;
}

.nav-cta-primary:hover {
    background: var(--yellow-hover);
    transform: translateY(-1px);
}

.nav-cta-secondary {
    font-family: var(--font-en);
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--gray-500);
    padding: 8px 16px;
    border: 1px solid var(--gray-200);
    border-radius: 6px;
    transition: all var(--duration-fast) var(--ease-smooth);
    white-space: nowrap;
}

.nav-cta-secondary:hover {
    color: var(--black);
    border-color: var(--black);
}

.nav-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    color: var(--gray-500);
    transition: all var(--duration-fast) var(--ease-smooth);
}

.nav-whatsapp:hover {
    color: #25D366;
    background: rgba(37, 211, 102, 0.08);
}

/* Mobile Toggle */
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 8px;
    z-index: 1001;
}

.nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--black);
    border-radius: 2px;
    transition: all var(--duration-normal) var(--ease-out);
    transform-origin: center;
}

.nav-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.nav-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 999;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all var(--duration-normal) var(--ease-out);
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-inner {
    text-align: center;
}

.mobile-menu-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 48px;
}

.mobile-link {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    font-weight: 600;
    color: var(--black);
    padding: 8px 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all var(--duration-normal) var(--ease-out);
}

.mobile-menu.active .mobile-link {
    opacity: 1;
    transform: translateY(0);
}

.mobile-menu.active .mobile-link:nth-child(1) { transition-delay: 0.05s; }
.mobile-menu.active .mobile-link:nth-child(2) { transition-delay: 0.1s; }
.mobile-menu.active .mobile-link:nth-child(3) { transition-delay: 0.15s; }
.mobile-menu.active .mobile-link:nth-child(4) { transition-delay: 0.2s; }
.mobile-menu.active .mobile-link:nth-child(5) { transition-delay: 0.25s; }

.mobile-link:hover {
    color: var(--yellow);
}

.mobile-menu-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all var(--duration-normal) var(--ease-out) 0.3s;
}

.mobile-menu.active .mobile-menu-actions {
    opacity: 1;
    transform: translateY(0);
}

.mobile-cta-primary {
    font-size: 1rem;
    font-weight: 600;
    color: var(--black);
    background: var(--yellow);
    padding: 14px 32px;
    border-radius: 8px;
    width: 100%;
    max-width: 280px;
    text-align: center;
}

.mobile-cta-secondary {
    font-family: var(--font-en);
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--gray-500);
    padding: 14px 32px;
    border: 1px solid var(--gray-200);
    border-radius: 8px;
    width: 100%;
    max-width: 280px;
    text-align: center;
}

.mobile-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #25D366;
    padding: 10px 24px;
    border: 1px solid rgba(37, 211, 102, 0.3);
    border-radius: 8px;
    width: 100%;
    max-width: 280px;
}

/* ─── Hero ─── */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: var(--white);
    padding-top: 72px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero-grid-lines {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px),
        linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px);
    background-size: 80px 80px;
    opacity: 0.5;
}

.hero-glow {
    position: absolute;
    top: -20%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, var(--yellow-glow) 0%, transparent 70%);
    opacity: 0.4;
    animation: glowPulse 8s ease-in-out infinite;
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.05); }
}

.hero-container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-padding);
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-en);
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--gray-500);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.hero-label-dot {
    width: 6px;
    height: 6px;
    background: var(--yellow);
    border-radius: 50%;
}

.hero-title {
    font-size: clamp(3rem, 7vw, 5.5rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    color: var(--black);
}

.hero-title-accent {
    color: var(--yellow);
}

.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-weight: 400;
    color: var(--gray-500);
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 480px;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* Hero Visual */
.hero-visual {
    position: relative;
    z-index: 2;
}

.hero-visual-frame {
    position: relative;
    padding: 20px;
}

.hero-visual-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    height: 420px;
}

.hero-visual-item {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.hero-visual-item-1 {
    grid-column: 1 / -1;
    grid-row: 1;
}

.hero-visual-item-2 {
    grid-column: 1;
    grid-row: 2;
}

.hero-visual-item-3 {
    grid-column: 2;
    grid-row: 2;
}

.visual-placeholder {
    width: 100%;
    height: 100%;
    background: var(--off-white);
    border: 1px solid var(--gray-100);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 20px;
    transition: all var(--duration-normal) var(--ease-smooth);
}

.visual-placeholder:hover {
    background: var(--cream);
    border-color: var(--yellow);
}

.visual-placeholder-dark {
    background: var(--black);
    border-color: var(--black);
    color: var(--white);
}

.visual-placeholder-dark:hover {
    background: var(--black-card);
    border-color: var(--yellow);
}

.visual-placeholder-label {
    font-family: var(--font-en);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gray-400);
}

.visual-placeholder-dark .visual-placeholder-label {
    color: var(--gray-400);
}

.visual-placeholder-icon {
    font-family: var(--font-en);
    font-size: 3rem;
    font-weight: 700;
    color: var(--gray-200);
    opacity: 0.5;
}

.visual-placeholder-dark .visual-placeholder-icon {
    color: var(--gray-600);
}

/* Hero Scroll Indicator */
.hero-scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.hero-scroll-line {
    width: 1px;
    height: 48px;
    background: var(--gray-200);
    position: relative;
    overflow: hidden;
}

.hero-scroll-line::after {
    content: '';
    position: absolute;
    top: -100%;
    width: 100%;
    height: 100%;
    background: var(--yellow);
    animation: scrollLine 2s ease-in-out infinite;
}

@keyframes scrollLine {
    0% { top: -100%; }
    50% { top: 100%; }
    100% { top: 100%; }
}

/* ─── Buttons ─── */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-ar);
    font-size: 0.95rem;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 8px;
    transition: all var(--duration-fast) var(--ease-smooth);
    white-space: nowrap;
    cursor: pointer;
    border: none;
    text-decoration: none;
}

.btn-primary {
    background: var(--yellow);
    color: var(--black);
}

.btn-primary:hover {
    background: var(--yellow-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(245, 197, 24, 0.25);
}

.btn-outline {
    background: transparent;
    color: var(--black);
    border: 1px solid var(--gray-200);
}

.btn-outline:hover {
    border-color: var(--black);
    transform: translateY(-2px);
}

.btn-whatsapp {
    background: #25D366;
    color: var(--white);
}

.btn-whatsapp:hover {
    background: #20BD5A;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.25);
}

.btn-large {
    padding: 16px 36px;
    font-size: 1.05rem;
}

.btn-whatsapp-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-ar);
    font-size: 0.9rem;
    font-weight: 500;
    padding: 14px 28px;
    border: 1px solid rgba(37, 211, 102, 0.3);
    border-radius: 8px;
    color: #25D366;
    background: transparent;
    transition: all var(--duration-fast) var(--ease-smooth);
}

.btn-whatsapp-outline:hover {
    background: rgba(37, 211, 102, 0.06);
    border-color: #25D366;
}

/* ─── Section Headers ─── */
.section-header {
    margin-bottom: clamp(48px, 6vw, 80px);
    text-align: center;
}

.section-label {
    display: inline-block;
    font-family: var(--font-en);
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--gray-400);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.section-label-light {
    color: var(--gray-400);
}

.section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--black);
    letter-spacing: -0.01em;
}

/* ─── Portfolio ─── */
.portfolio {
    background: var(--off-white);
}

.portfolio-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.portfolio-card {
    background: var(--white);
    border: 1px solid var(--gray-100);
    border-radius: 12px;
    overflow: hidden;
    transition: all var(--duration-normal) var(--ease-smooth);
}

.portfolio-card:hover {
    border-color: var(--gray-200);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}

.portfolio-card-large {
    grid-column: 1 / -1;
}

.portfolio-card-visual {
    height: 280px;
    background: var(--off-white);
    overflow: hidden;
    position: relative;
}

.portfolio-card-large .portfolio-card-visual {
    height: 360px;
}

.portfolio-coming-soon {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--black);
    position: relative;
}

.portfolio-coming-soon::before {
    content: '';
    position: absolute;
    inset: 12px;
    border: 1px dashed var(--gray-600);
    border-radius: 8px;
}

.coming-soon-label {
    font-family: var(--font-en);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: var(--yellow);
}

.coming-soon-sub {
    font-size: 0.85rem;
    color: var(--gray-400);
}

.portfolio-card-info {
    padding: 24px;
}

.portfolio-card-meta {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.portfolio-card-tag {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--gray-500);
    padding: 4px 12px;
    background: var(--off-white);
    border-radius: 100px;
}

.portfolio-card-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 8px;
}

.portfolio-card-desc {
    font-size: 0.9rem;
    color: var(--gray-500);
    line-height: 1.6;
}

/* ─── Services ─── */
.services {
    background: var(--white);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.service-card {
    padding: 36px;
    border: 1px solid var(--gray-100);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: all var(--duration-normal) var(--ease-smooth);
    cursor: default;
}

.service-card:hover {
    border-color: var(--yellow);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
}

.service-card-number {
    font-family: var(--font-en);
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--yellow);
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.service-card-icon {
    color: var(--black);
    margin-bottom: 20px;
    transition: color var(--duration-fast) var(--ease-smooth);
}

.service-card:hover .service-card-icon {
    color: var(--yellow);
}

.service-card-en {
    font-family: var(--font-en);
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--gray-400);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.service-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 12px;
}

.service-card-desc {
    font-size: 0.9rem;
    color: var(--gray-500);
    line-height: 1.7;
}

.service-card-line {
    width: 40px;
    height: 2px;
    background: var(--gray-200);
    margin-top: 24px;
    transition: all var(--duration-normal) var(--ease-smooth);
}

.service-card:hover .service-card-line {
    width: 60px;
    background: var(--yellow);
}

/* ─── Why MIHWAR ─── */
.why {
    background: var(--off-white);
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.why-card {
    padding: 32px;
    background: var(--white);
    border: 1px solid var(--gray-100);
    border-radius: 12px;
    transition: all var(--duration-normal) var(--ease-smooth);
}

.why-card:hover {
    border-color: var(--yellow);
    transform: translateY(-4px);
}

.why-card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--yellow-soft);
    border-radius: 10px;
    color: var(--yellow);
    margin-bottom: 20px;
}

.why-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 8px;
}

.why-card-desc {
    font-size: 0.9rem;
    color: var(--gray-500);
    line-height: 1.7;
}

/* ─── Process ─── */
.process {
    background: var(--black);
    color: var(--white);
}

.process .section-title {
    color: var(--white);
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.process-step {
    position: relative;
    padding: 32px;
    border: 1px solid var(--black-light);
    border-radius: 12px;
    background: var(--black-card);
    transition: all var(--duration-normal) var(--ease-smooth);
}

.process-step:hover {
    border-color: var(--yellow);
    transform: translateY(-4px);
}

.process-step-number {
    font-family: var(--font-en);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--yellow);
    opacity: 0.3;
    line-height: 1;
    margin-bottom: 20px;
    transition: opacity var(--duration-fast) var(--ease-smooth);
}

.process-step:hover .process-step-number {
    opacity: 0.6;
}

.process-step-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 4px;
}

.process-step-en {
    font-family: var(--font-en);
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--gray-400);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.process-step-desc {
    font-size: 0.9rem;
    color: var(--gray-400);
    line-height: 1.7;
}

.process-step-line {
    display: none;
}

/* ─── About ─── */
.about {
    background: var(--white);
}

.about-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-content .section-label,
.about-content .section-title {
    text-align: right;
}

.about-text {
    margin-top: 32px;
}

.about-text p {
    font-size: 1.05rem;
    color: var(--gray-600);
    line-height: 1.9;
    margin-bottom: 20px;
}

.about-text strong {
    color: var(--black);
    font-weight: 600;
}

.about-visual-card {
    background: var(--black);
    border-radius: 16px;
    padding: 48px;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-visual-inner {
    text-align: center;
}

.about-visual-label {
    display: block;
    font-family: var(--font-en);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gray-400);
    margin-bottom: 16px;
}

.about-visual-brand {
    display: block;
    font-size: 4rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 24px;
}

.about-visual-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.about-visual-tags span {
    font-family: var(--font-en);
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--gray-400);
    padding: 6px 14px;
    border: 1px solid var(--gray-600);
    border-radius: 100px;
}

/* ─── CTA Section ─── */
.cta-section {
    background: var(--black);
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.cta-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.cta-bg-line {
    position: absolute;
    background: var(--yellow);
    opacity: 0.06;
}

.cta-bg-line-1 {
    width: 1px;
    height: 100%;
    right: 25%;
}

.cta-bg-line-2 {
    width: 1px;
    height: 100%;
    right: 75%;
}

.cta-content {
    text-align: center;
    position: relative;
    z-index: 2;
}

.cta-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 20px;
}

.cta-title-accent {
    color: var(--yellow);
}

.cta-subtitle {
    font-size: 1.1rem;
    color: var(--gray-400);
    margin-bottom: 40px;
}

.cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.cta-section .btn-primary {
    background: var(--yellow);
    color: var(--black);
}

.cta-section .btn-outline {
    border-color: var(--gray-600);
    color: var(--white);
}

.cta-section .btn-outline:hover {
    border-color: var(--yellow);
    color: var(--yellow);
}

.cta-section .btn-whatsapp {
    background: #25D366;
    color: var(--white);
}

/* ─── Contact ─── */
.contact {
    background: var(--off-white);
}

.contact-layout {
    max-width: 800px;
    margin: 0 auto;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group-full {
    grid-column: 1 / -1;
}

.form-group label {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--gray-600);
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px 16px;
    border: 1px solid var(--gray-200);
    border-radius: 8px;
    background: var(--white);
    color: var(--black);
    font-size: 0.95rem;
    transition: all var(--duration-fast) var(--ease-smooth);
    outline: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--gray-400);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--yellow);
    box-shadow: 0 0 0 3px var(--yellow-soft);
}

.form-group select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23888' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 16px center;
    padding-left: 40px;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.form-alt-actions {
    display: flex;
    gap: 12px;
}

/* ─── Footer ─── */
.footer {
    background: var(--black);
    color: var(--white);
    padding: 64px 0 0;
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--black-light);
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.footer-logo .logo-img {
    background: var(--yellow);
}

.footer-logo .logo-text {
    color: var(--white);
}

.footer-logo .logo-sep {
    color: var(--gray-600);
}

.footer-tagline {
    font-size: 0.9rem;
    color: var(--gray-400);
    line-height: 1.6;
}

.footer-tagline span {
    font-family: var(--font-en);
    font-size: 0.8rem;
    color: var(--gray-500);
}

.footer-links-title {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--gray-400);
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    font-size: 0.9rem;
    color: var(--gray-400);
    transition: color var(--duration-fast) var(--ease-smooth);
}

.footer-links a:hover {
    color: var(--yellow);
}

.footer-location p {
    font-size: 0.9rem;
    color: var(--gray-400);
    margin-bottom: 4px;
}

.footer-location-en {
    font-family: var(--font-en);
    font-size: 0.85rem;
    color: var(--gray-500);
}

.footer-bottom {
    padding: 24px 0;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.8rem;
    color: var(--gray-500);
}

/* ─── Floating WhatsApp ─── */
.floating-whatsapp {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 900;
    width: 56px;
    height: 56px;
    background: #25D366;
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
    transition: all var(--duration-fast) var(--ease-smooth);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
}

.floating-whatsapp.visible {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.floating-whatsapp:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 32px rgba(37, 211, 102, 0.4);
}

/* ─── Reveal Animations ─── */
.reveal-up,
.reveal-scale {
    opacity: 0;
    transition: all 0.8s var(--ease-out);
}

.reveal-up {
    transform: translateY(32px);
}

.reveal-scale {
    transform: scale(0.95);
}

.reveal-up.revealed,
.reveal-scale.revealed {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* ─── Responsive ─── */

/* Tablet */
@media (max-width: 1024px) {
    .nav-links,
    .nav-actions {
        display: none;
    }

    .nav-toggle {
        display: flex;
    }

    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-content {
        order: 1;
    }

    .hero-visual {
        order: 2;
    }

    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-visual-grid {
        height: 320px;
    }

    .portfolio-grid {
        grid-template-columns: 1fr;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .why-grid {
        grid-template-columns: 1fr 1fr;
    }

    .process-steps {
        grid-template-columns: 1fr 1fr;
    }

    .about-layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .about-content .section-label,
    .about-content .section-title {
        text-align: center;
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;
    }
}

/* Mobile */
@media (max-width: 640px) {
    :root {
        --section-padding: clamp(60px, 8vw, 100px);
    }

    .hero {
        padding-top: 72px;
        min-height: auto;
        padding-bottom: 80px;
    }

    .hero-title {
        font-size: clamp(2.5rem, 10vw, 3.5rem);
    }

    .hero-visual-grid {
        height: 260px;
    }

    .hero-scroll {
        display: none;
    }

    .portfolio-card-visual {
        height: 200px;
    }

    .portfolio-card-large .portfolio-card-visual {
        height: 240px;
    }

    .services-grid {
        gap: 16px;
    }

    .service-card {
        padding: 24px;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .process-steps {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .form-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .form-alt-actions {
        flex-direction: column;
    }

    .cta-actions {
        flex-direction: column;
        align-items: stretch;
        max-width: 320px;
        margin: 0 auto;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .floating-whatsapp {
        bottom: 16px;
        left: 16px;
        width: 52px;
        height: 52px;
    }

    .about-visual-card {
        min-height: 280px;
        padding: 32px;
    }

    .about-visual-brand {
        font-size: 3rem;
    }
}

/* Small Mobile */
@media (max-width: 380px) {
    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions .btn {
        justify-content: center;
    }
}

/* ─── New Sections Responsive ─── */
@media (max-width: 1024px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    .social-proof-grid {
        grid-template-columns: 1fr 1fr;
    }

    .why-anchor-note {
        padding: 20px 24px;
    }
}

@media (max-width: 640px) {
    .pricing-grid {
        gap: 20px;
        margin-top: 40px;
    }

    .pricing-card {
        padding: 32px 24px;
    }

    .pricing-amount .pricing-number {
        font-size: 2.2rem;
    }

    .social-proof-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .faq-question {
        font-size: 0.95rem;
        padding: 20px 2px;
    }
}


/* ─── Print ─── */
@media print {
    .navbar,
    .floating-whatsapp,
    .preloader,
    .mobile-menu {
        display: none !important;
    }

    .section {
        padding: 40px 0;
    }
}
