/* =====================================================================
   Athar Media — Digital Marketing Agency
   Brand stylesheet (bilingual ar/en, RTL + LTR via logical properties)
   ===================================================================== */

:root {
  /* Brand palette */
  --navy: #062F57;
  --navy-deep: #04203c;
  --blue: #0A4DBC;
  --sky: #4A95D9;
  --light: #F5F7FA;
  --white: #FFFFFF;

  /* Neutrals */
  --ink: #0e1d2e;
  --muted: #5d6b7d;
  --line: #e5ebf2;
  --card: #ffffff;

  /* Gradients */
  --grad: linear-gradient(135deg, #062F57 0%, #0A4DBC 60%, #4A95D9 100%);
  --grad-soft: linear-gradient(135deg, #0A4DBC 0%, #4A95D9 100%);

  /* Effects */
  --shadow-sm: 0 2px 10px rgba(6, 47, 87, .06);
  --shadow: 0 14px 40px rgba(6, 47, 87, .10);
  --shadow-lg: 0 26px 60px rgba(6, 47, 87, .16);
  --radius: 18px;
  --radius-sm: 12px;
  --radius-lg: 28px;

  --container: 1200px;
  --header-h: 76px;

  --font-body: 'Tajawal', 'Montserrat', system-ui, sans-serif;
  --font-head: 'Cairo', 'Montserrat', system-ui, sans-serif;
}

body.lang-en {
  --font-body: 'Montserrat', 'Tajawal', system-ui, sans-serif;
  --font-head: 'Montserrat', 'Cairo', system-ui, sans-serif;
}

/* ---------------------------------------------------------------- Reset */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.75;
  font-size: 16.5px;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 { font-family: var(--font-head); line-height: 1.3; font-weight: 800; color: var(--navy); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
svg { fill: currentColor; }
.icon { width: 24px; height: 24px; display: inline-block; vertical-align: middle; flex: none; }

/* Accessibility: skip to content */
.skip-link { position: absolute; inset-inline-start: -9999px; inset-block-start: 0; z-index: 200;
  background: var(--navy); color: #fff; padding: 10px 18px; border-radius: 0 0 12px 12px; font-weight: 700; }
.skip-link:focus { inset-inline-start: 14px; }

/* ---------------------------------------------------------------- Layout */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 22px; }
.section { padding-block: 96px; }
.section-light { background: var(--light); }
.section-tight { padding-block: 64px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 700; font-size: .82rem;
  letter-spacing: .04em; text-transform: uppercase;
  color: var(--blue); background: rgba(10, 77, 188, .08);
  padding: 7px 16px; border-radius: 999px; margin-bottom: 18px;
}
.section-head { max-width: 680px; margin-inline: auto; text-align: center; margin-bottom: 56px; }
.section-head.start { margin-inline: 0; text-align: start; }
.section-title { font-size: clamp(1.7rem, 3.4vw, 2.6rem); }
.section-sub { color: var(--muted); font-size: 1.08rem; margin-top: 14px; }
.text-gradient {
  background: var(--grad-soft); -webkit-background-clip: text;
  background-clip: text; color: transparent;
}

/* ---------------------------------------------------------------- Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-head); font-weight: 700; font-size: 1rem;
  padding: 13px 28px; border-radius: 999px; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn svg { width: 19px; height: 19px; }
.btn-primary { background: var(--grad-soft); color: #fff; box-shadow: 0 10px 26px rgba(10, 77, 188, .32); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(10, 77, 188, .42); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { transform: translateY(-3px); background: var(--navy-deep); }
.btn-outline { border: 2px solid var(--line); color: var(--navy); background: #fff; }
.btn-outline:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-3px); }
.btn-light { background: #fff; color: var(--navy); }
.btn-light:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.btn-ghost-light { border: 2px solid rgba(255,255,255,.4); color: #fff; }
.btn-ghost-light:hover { background: rgba(255,255,255,.12); border-color: #fff; transform: translateY(-3px); }
.btn-lg { padding: 16px 34px; font-size: 1.05rem; }
.btn .arrow-icon { transition: transform .25s ease; }
.dir-rtl .btn .arrow-icon { transform: scaleX(-1); }
.btn:hover .arrow-icon { transform: translateX(4px); }
.dir-rtl .btn:hover .arrow-icon { transform: scaleX(-1) translateX(4px); }

/* ---------------------------------------------------------------- Header */
.site-header {
  position: fixed; inset-block-start: 0; inset-inline: 0; z-index: 100;
  height: var(--header-h); display: flex; align-items: center;
  transition: background .3s ease, box-shadow .3s ease, height .3s ease;
}
.site-header.solid { background: rgba(255,255,255,.92); backdrop-filter: blur(14px); box-shadow: var(--shadow-sm); }
.header-inner { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; }

.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand .brand-mark { width: 48px; height: 48px; flex: none; object-fit: contain; }
.brand .brand-mark-navy { display: none; }
.brand .brand-mark-white { display: block; }
.site-header.solid .brand .brand-mark-navy { display: block; }
.site-header.solid .brand .brand-mark-white { display: none; }
.brand .brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand .brand-name { font-family: var(--font-head); font-weight: 800; font-size: 1.32rem; color: var(--navy); letter-spacing: .01em; }
.brand .brand-tag { font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: var(--sky); font-weight: 700; }
.site-header.solid .brand .brand-name { color: var(--navy); }

/* Header over the hero (transparent) -> light text/controls for contrast */
.site-header:not(.solid) .brand-name { color: #fff; }
.site-header:not(.solid) .brand-tag { color: #bcd6f2; }
.site-header:not(.solid) .main-nav a { color: #eaf2fb; }
.site-header:not(.solid) .main-nav a:hover,
.site-header:not(.solid) .main-nav a.active { color: #fff; background: rgba(255,255,255,.16); }
.site-header:not(.solid) .lang-btn { color: #fff; border-color: rgba(255,255,255,.45); }
.site-header:not(.solid) .lang-btn:hover { border-color: #fff; }
.site-header:not(.solid) .nav-toggle { color: #fff; border-color: rgba(255,255,255,.45); }

/* nav over hero is light text until scrolled */
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a {
  font-family: var(--font-head); font-weight: 600; font-size: 1rem;
  padding: 9px 15px; border-radius: 999px; color: var(--navy); transition: color .2s, background .2s;
}
.main-nav a:hover { color: var(--blue); background: rgba(10,77,188,.07); }
.main-nav a.active { color: var(--blue); background: rgba(10,77,188,.1); }
.nav-cta { display: none; } /* mobile-menu CTA: hidden on desktop (header button is used) */

.header-actions { display: flex; align-items: center; gap: 12px; }
.lang-btn {
  display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-head); font-weight: 700;
  font-size: .92rem; color: var(--navy); padding: 8px 14px; border-radius: 999px; border: 1.5px solid var(--line);
  transition: border-color .2s, color .2s;
}
.lang-btn:hover { border-color: var(--blue); color: var(--blue); }
.lang-btn svg { width: 17px; height: 17px; }

.nav-toggle { display: none; width: 46px; height: 46px; border-radius: 12px; color: var(--navy);
  align-items: center; justify-content: center; border: 1.5px solid var(--line); }
.nav-toggle svg { width: 24px; height: 24px; }

/* ---------------------------------------------------------------- Hero */
.hero { position: relative; padding-block: calc(var(--header-h) + 70px) 90px; overflow: hidden;
  background: var(--grad); color: #fff; }
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .5;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(74,149,217,.45), transparent 38%),
    radial-gradient(circle at 86% 12%, rgba(74,149,217,.30), transparent 34%);
}
.hero-net { position: absolute; inset: 0; opacity: .16; pointer-events: none; }
.hero-inner { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.25); color: #eaf2fb; font-weight: 600; font-size: .9rem;
  padding: 8px 16px; border-radius: 999px; margin-bottom: 24px; backdrop-filter: blur(6px);
}
.hero-badge .dot { width: 9px; height: 9px; border-radius: 50%; background: #74e0a3; box-shadow: 0 0 0 4px rgba(116,224,163,.25); }
.hero h1 { color: #fff; font-size: clamp(2.1rem, 4.8vw, 3.5rem); line-height: 1.18; margin-bottom: 22px; }
.hero h1 .hl { color: #bfe0ff; }
.hero-text { color: #dce8f6; font-size: 1.13rem; max-width: 560px; margin-bottom: 34px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 30px 44px; margin-top: 48px; }
.hero-stats .stat .num { font-family: var(--font-head); font-weight: 800; font-size: 2.1rem; color: #fff; }
.hero-stats .stat .num .plus { color: var(--sky); }
.hero-stats .stat .lbl { color: #c7d6e8; font-size: .92rem; }

/* Hero visual card */
.hero-visual { position: relative; display: flex; justify-content: center; }
.hero-card {
  position: relative; width: min(100%, 420px); background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius-lg);
  padding: 28px; backdrop-filter: blur(8px); box-shadow: var(--shadow-lg);
}
.logo-badge {
  width: 120px; height: 120px; margin: 6px auto 18px; background: #fff; border-radius: 26px;
  display: grid; place-items: center; box-shadow: 0 20px 40px rgba(0,0,0,.2);
}
.logo-badge svg { width: 78px; height: 78px; }
.logo-badge img { width: 80px; height: 80px; object-fit: contain; }

/* Hero: prominent real-logo showcase panel */
.logo-showcase { background: #fff; border-radius: 20px; padding: 30px 28px; margin-bottom: 22px;
  display: flex; align-items: center; justify-content: center; box-shadow: 0 20px 44px rgba(0,0,0,.22); }
.logo-showcase img { width: 210px; max-width: 100%; height: auto; display: block; }
.hero-card .hc-title { text-align: center; color: #fff; font-family: var(--font-head); font-weight: 800; font-size: 1.3rem; }
.hero-card .hc-sub { text-align: center; color: #cfe0f2; font-size: .92rem; margin-bottom: 18px; }
.hc-bars { display: flex; align-items: flex-end; gap: 10px; height: 92px; padding: 0 6px; }
.hc-bars span { flex: 1; border-radius: 7px 7px 0 0; background: linear-gradient(180deg, #bfe0ff, #4A95D9); opacity: .9;
  animation: grow 1.4s ease both; transform-origin: bottom; }
@keyframes grow { from { transform: scaleY(.2); opacity: .3; } to { transform: scaleY(1); opacity: .9; } }
.hero-float {
  position: absolute; background: #fff; border-radius: 16px; padding: 12px 16px; box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: 11px; font-weight: 700; color: var(--navy); font-size: .9rem;
  animation: floaty 4s ease-in-out infinite;
}
.hero-float .ic { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: var(--grad-soft); color: #fff; }
.hero-float .ic svg { width: 20px; height: 20px; }
.hero-float.f1 { inset-block-start: 8%; inset-inline-start: -26px; }
.hero-float.f2 { inset-block-end: 14%; inset-inline-end: -22px; animation-delay: 1.5s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* wave divider */
.hero-wave { position: relative; display: block; line-height: 0; color: var(--white); margin-top: -1px; }
.section-light + .hero-wave, .hero-wave.to-light { color: var(--light); }

/* ---------------------------------------------------------------- Trust strip */
.trust { background: var(--navy); color: #cdddf0; }
.trust .container { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 40px; padding-block: 22px; text-align: center; }
.trust .t-item { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: .98rem; }
.trust .t-item svg { width: 22px; height: 22px; color: var(--sky); }

/* ---------------------------------------------------------------- Services */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.service-card {
  position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 28px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s; overflow: hidden;
}
.service-card::after { content: ""; position: absolute; inset-block-start: 0; inset-inline-start: 0; width: 100%; height: 4px;
  background: var(--grad-soft); transform: scaleX(0); transform-origin: inline-start; transition: transform .3s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.service-card:hover::after { transform: scaleX(1); }
.service-ic {
  width: 64px; height: 64px; border-radius: 18px; display: grid; place-items: center; margin-bottom: 20px;
  background: linear-gradient(135deg, rgba(10,77,188,.12), rgba(74,149,217,.16)); color: var(--blue);
  transition: background .3s, color .3s;
}
.service-ic svg { width: 32px; height: 32px; }
.service-card:hover .service-ic { background: var(--grad-soft); color: #fff; }
.service-card h3 { font-size: 1.28rem; margin-bottom: 10px; }
.service-card p { color: var(--muted); font-size: 1rem; }
.service-card .more { display: inline-flex; align-items: center; gap: 7px; margin-top: 16px; color: var(--blue);
  font-family: var(--font-head); font-weight: 700; font-size: .95rem; }
.service-card .more svg { width: 16px; height: 16px; }
.dir-rtl .service-card .more svg { transform: scaleX(-1); }

/* ---------------------------------------------------------------- Features / Why us */
.why { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feature {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 24px; text-align: center;
  transition: transform .25s, box-shadow .25s;
}
.feature:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.feature .f-ic { width: 58px; height: 58px; margin: 0 auto 16px; border-radius: 16px; display: grid; place-items: center;
  background: var(--grad); color: #fff; }
.feature .f-ic svg { width: 28px; height: 28px; }
.feature h3 { font-size: 1.16rem; margin-bottom: 8px; }
.feature p { color: var(--muted); font-size: .96rem; }

/* split (about teaser / why with image) */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split .media { position: relative; }
.checklist { display: grid; gap: 14px; margin-top: 24px; }
.checklist li { display: flex; align-items: flex-start; gap: 12px; font-weight: 600; color: var(--navy); }
.checklist .ck { flex: none; width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center;
  background: rgba(10,77,188,.1); color: var(--blue); }
.checklist .ck svg { width: 16px; height: 16px; }

/* ---------------------------------------------------------------- Portfolio */
.filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 40px; }
.filter-btn {
  font-family: var(--font-head); font-weight: 700; font-size: .95rem; color: var(--navy);
  padding: 9px 20px; border-radius: 999px; border: 1.5px solid var(--line); background: #fff;
  transition: all .2s; text-decoration: none;
}
.filter-btn:hover { border-color: var(--blue); color: var(--blue); }
.filter-btn.active { background: var(--grad-soft); color: #fff; border-color: transparent; box-shadow: 0 8px 20px rgba(10,77,188,.28); }

.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.work {
  position: relative; border-radius: var(--radius); overflow: hidden; background: var(--navy);
  box-shadow: var(--shadow-sm); aspect-ratio: 4 / 3; transition: transform .25s, box-shadow .25s;
}
.work:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.work img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.work:hover img { transform: scale(1.07); }
.work .work-mockup { width: 100%; height: 100%; display: block; transition: transform .5s ease; }
.work:hover .work-mockup { transform: scale(1.05); }
.work .work-fallback { width: 100%; height: 100%; display: grid; place-items: center; background: var(--grad); color: rgba(255,255,255,.5); }
.work .work-fallback svg { width: 64px; height: 64px; }
.work-overlay {
  position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px;
  background: linear-gradient(to top, rgba(4,32,60,.92) 0%, rgba(4,32,60,.4) 45%, transparent 75%);
  opacity: 0; transition: opacity .3s ease;
}
.work:hover .work-overlay { opacity: 1; }
.work-cat { align-self: flex-start; font-size: .76rem; font-weight: 700; color: var(--navy); background: #fff;
  padding: 4px 12px; border-radius: 999px; margin-bottom: 10px; font-family: var(--font-head); }
.work-overlay h3 { color: #fff; font-size: 1.25rem; margin-bottom: 4px; }
.work-overlay p { color: #cfe0f2; font-size: .92rem; margin-bottom: 12px; }
.work-link { display: inline-flex; align-items: center; gap: 7px; color: #fff; font-weight: 700; font-family: var(--font-head); font-size: .92rem; }
.work-link svg { width: 16px; height: 16px; }
.dir-rtl .work-link svg { transform: scaleX(-1); }

.empty-state { text-align: center; padding: 60px 20px; color: var(--muted); }
.empty-state svg { width: 64px; height: 64px; color: var(--line); margin: 0 auto 16px; }

/* ---------------------------------------------------------------- Testimonials */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.testi {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px;
  position: relative; box-shadow: var(--shadow-sm);
}
.testi .quote-mark { font-family: Georgia, serif; font-size: 4rem; line-height: 1; color: rgba(10,77,188,.14);
  position: absolute; inset-block-start: 14px; inset-inline-end: 22px; }
.testi .stars { display: flex; gap: 3px; color: #f6b73c; margin-bottom: 14px; }
.testi .stars svg { width: 18px; height: 18px; }
.testi .stars .off { color: var(--line); }
.testi p.content { color: #34465a; font-size: 1.02rem; margin-bottom: 20px; position: relative; z-index: 1; }
.testi .who { display: flex; align-items: center; gap: 13px; }
.testi .avatar { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; background: var(--grad); display: grid; place-items: center;
  color: #fff; font-family: var(--font-head); font-weight: 800; font-size: 1.2rem; }
.testi .who .name { font-family: var(--font-head); font-weight: 700; color: var(--navy); }
.testi .who .biz { color: var(--muted); font-size: .88rem; }

/* ---------------------------------------------------------------- CTA band */
.cta-band { position: relative; overflow: hidden; background: var(--grad); color: #fff; border-radius: var(--radius-lg);
  padding: 56px 50px; text-align: center; box-shadow: var(--shadow-lg); }
.cta-band::before { content: ""; position: absolute; inset: 0; opacity: .5;
  background: radial-gradient(circle at 20% 20%, rgba(74,149,217,.5), transparent 40%); }
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; font-size: clamp(1.6rem, 3.4vw, 2.4rem); margin-bottom: 12px; }
.cta-band p { color: #dce8f6; font-size: 1.1rem; margin-bottom: 26px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ---------------------------------------------------------------- Page hero (inner) */
.page-hero { position: relative; background: var(--grad); color: #fff; overflow: hidden;
  padding-block: calc(var(--header-h) + 56px) 70px; text-align: center; }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: .5;
  background: radial-gradient(circle at 80% 10%, rgba(74,149,217,.4), transparent 40%); }
.page-hero .container { position: relative; }
.page-hero h1 { color: #fff; font-size: clamp(2rem, 4.4vw, 3rem); margin-bottom: 12px; }
.page-hero p { color: #dce8f6; font-size: 1.12rem; max-width: 620px; margin-inline: auto; }
.breadcrumb { display: flex; justify-content: center; gap: 8px; margin-top: 18px; color: #bcd0e8; font-size: .92rem; }
.breadcrumb a:hover { color: #fff; }

/* ---------------------------------------------------------------- About */
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.value-card { text-align: center; padding: 28px 18px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }
.value-card .v-num { font-family: var(--font-head); font-weight: 800; font-size: 1.5rem; color: var(--blue); }
.value-card .v-ic { width: 54px; height: 54px; margin: 0 auto 14px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(10,77,188,.1); color: var(--blue); }
.value-card .v-ic svg { width: 26px; height: 26px; }
.value-card h3 { font-size: 1.1rem; }
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.mv-card { padding: 36px 32px; border-radius: var(--radius); color: #fff; }
.mv-card.mission { background: var(--grad); }
.mv-card.vision { background: var(--navy); }
.mv-card .mv-ic { width: 56px; height: 56px; border-radius: 16px; background: rgba(255,255,255,.16); display: grid; place-items: center; margin-bottom: 18px; }
.mv-card .mv-ic svg { width: 28px; height: 28px; color: #fff; }
.mv-card h3 { color: #fff; font-size: 1.4rem; margin-bottom: 10px; }
.mv-card p { color: #dce8f6; }

/* ---------------------------------------------------------------- Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 40px; align-items: start; }
.contact-info { background: var(--navy); color: #fff; border-radius: var(--radius-lg); padding: 40px 34px; position: relative; overflow: hidden; }
.contact-info::before { content: ""; position: absolute; inset-block-start: -40px; inset-inline-end: -40px; width: 180px; height: 180px;
  border-radius: 50%; background: radial-gradient(circle, rgba(74,149,217,.4), transparent 70%); }
.contact-info h2 { color: #fff; font-size: 1.5rem; margin-bottom: 8px; }
.contact-info > p { color: #c7d6e8; margin-bottom: 26px; }
.info-list { display: grid; gap: 20px; margin-bottom: 28px; }
.info-item { display: flex; align-items: flex-start; gap: 15px; }
.info-item .ic { flex: none; width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center;
  background: rgba(255,255,255,.12); color: var(--sky); }
.info-item .ic svg { width: 22px; height: 22px; }
.info-item .lbl { color: #9fb8d4; font-size: .82rem; }
.info-item .val { color: #fff; font-weight: 600; font-size: 1.02rem; word-break: break-word; }
.info-item a.val:hover { color: var(--sky); }
.wa-btn { display: inline-flex; align-items: center; gap: 10px; background: #25D366; color: #fff; font-family: var(--font-head);
  font-weight: 700; padding: 13px 24px; border-radius: 999px; box-shadow: 0 10px 24px rgba(37,211,102,.35); transition: transform .2s; }
.wa-btn:hover { transform: translateY(-3px); }
.wa-btn svg { width: 22px; height: 22px; }
.social-row { display: flex; gap: 10px; margin-top: 24px; }
.social-row a { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
  background: rgba(255,255,255,.12); color: #fff; transition: background .2s, transform .2s; }
.social-row a:hover { background: var(--grad-soft); transform: translateY(-3px); }
.social-row svg { width: 20px; height: 20px; }

.contact-form-wrap { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 38px 34px; box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-family: var(--font-head); font-weight: 700; font-size: .92rem; color: var(--navy); }
.form-control {
  width: 100%; font-family: var(--font-body); font-size: 1rem; color: var(--ink);
  padding: 12px 16px; border: 1.6px solid var(--line); border-radius: var(--radius-sm); background: var(--light);
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.form-control:focus { outline: none; border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(10,77,188,.1); }
textarea.form-control { resize: vertical; min-height: 130px; }
.form-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%235d6b7d' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: left 16px center; padding-inline-end: 42px; }
.dir-rtl .form-select { background-position: left 16px center; }
.dir-ltr .form-select { background-position: right 16px center; }
.field-error { color: #d8344a; font-size: .85rem; }
.form-control.is-invalid { border-color: #d8344a; }

/* Alerts */
.alert { display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-radius: var(--radius-sm); margin-bottom: 22px; font-weight: 600; }
.alert svg { width: 22px; height: 22px; flex: none; }
.alert-success { background: #e6f8ee; color: #137a45; border: 1px solid #b7e6cb; }
.alert-error { background: #fdeaed; color: #c02a40; border: 1px solid #f5c6cf; }

.map-wrap { margin-top: 26px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); line-height: 0; }
.map-wrap iframe { width: 100%; height: 320px; border: 0; }

/* ---------------------------------------------------------------- Footer */
.site-footer { background: var(--navy-deep); color: #b8cae0; padding-block: 64px 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 44px; }
.footer-brand .brand .brand-name { color: #fff; }
.footer-logo { height: 76px; width: auto; display: block; }
.footer-brand p { margin-top: 18px; max-width: 320px; font-size: .98rem; color: #9fb4ce; }
.footer-social { display: flex; gap: 10px; margin-top: 22px; }
.footer-social a { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: rgba(255,255,255,.08); color: #fff; transition: background .2s, transform .2s; }
.footer-social a:hover { background: var(--grad-soft); transform: translateY(-3px); }
.footer-social svg { width: 19px; height: 19px; }
.footer-col h4 { color: #fff; font-size: 1.08rem; margin-bottom: 18px; }
.footer-col ul { display: grid; gap: 11px; }
.footer-col a, .footer-col li { color: #9fb4ce; font-size: .98rem; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-contact li { display: flex; align-items: flex-start; gap: 11px; }
.footer-contact svg { width: 19px; height: 19px; color: var(--sky); flex: none; margin-top: 3px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-block: 22px; text-align: center;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; color: #8aa0bd; font-size: .9rem; }

/* ---------------------------------------------------------------- WhatsApp float */
.wa-float { position: fixed; inset-block-end: 24px; inset-inline-end: 24px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%; background: #25D366; color: #fff; display: grid; place-items: center;
  box-shadow: 0 12px 30px rgba(37,211,102,.45); transition: transform .2s; animation: pulse 2.5s infinite; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; }
@keyframes pulse { 0% { box-shadow: 0 12px 30px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,.5); }
  70% { box-shadow: 0 12px 30px rgba(37,211,102,.45), 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 12px 30px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,0); } }

/* ---------------------------------------------------------------- Process steps */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step { position: relative; text-align: center; padding: 32px 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s, box-shadow .25s; }
.step:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.step .step-num { width: 54px; height: 54px; margin: 0 auto 16px; border-radius: 50%; background: var(--grad); color: #fff;
  display: grid; place-items: center; font-family: var(--font-head); font-weight: 800; font-size: 1.35rem; }
.step h3 { font-size: 1.14rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: .95rem; }

/* Service list (services page): icon beside text */
.service-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-row { display: flex; gap: 20px; padding: 28px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-row:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.service-row .service-ic { flex: none; margin-bottom: 0; }
.service-row h3 { font-size: 1.24rem; margin-bottom: 8px; }
.service-row p { color: var(--muted); }

/* ---------------------------------------------------------------- Reveal animation */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------------------------------------------------------------- Responsive */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: -1; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .cards-grid, .portfolio-grid, .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .why, .values-grid, .process { grid-template-columns: repeat(2, 1fr); }
  .service-list { grid-template-columns: 1fr; }
  .contact-grid, .mv-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 760px) {
  .header-actions .lang-btn .full, .nav-cta-desktop { display: none; }
  .nav-toggle { display: inline-flex; }
  .main-nav {
    position: fixed; inset-block-start: var(--header-h); inset-inline: 0; display: flex; flex-direction: column; align-items: stretch;
    background: #fff; padding: 14px 22px 24px; gap: 4px; box-shadow: var(--shadow); transform: translateY(-130%);
    transition: transform .3s ease; max-height: calc(100vh - var(--header-h)); overflow-y: auto; visibility: hidden;
  }
  .main-nav.open { transform: translateY(0); visibility: visible; }
  .main-nav a, .site-header:not(.solid) .main-nav a { padding: 13px 14px; border-radius: 12px; color: var(--navy); }
  .main-nav a:hover, .main-nav a.active,
  .site-header:not(.solid) .main-nav a:hover, .site-header:not(.solid) .main-nav a.active { color: var(--blue); background: rgba(10,77,188,.1); }
  .nav-cta { display: block; margin-top: 8px; text-align: center; }
  .section { padding-block: 64px; }
  .hero { padding-block: calc(var(--header-h) + 44px) 64px; }
  .hero-stats { gap: 22px 30px; }
  .hero-stats .stat .num { font-size: 1.7rem; }
  .cta-band { padding: 40px 24px; }
  .contact-info, .contact-form-wrap { padding: 28px 22px; }
}
@media (max-width: 540px) {
  .cards-grid, .portfolio-grid, .testi-grid, .why, .values-grid, .form-grid, .footer-grid, .process { grid-template-columns: 1fr; }
  .brand .brand-tag { display: none; }
  .hero-float { display: none; }
  body { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  html { scroll-behavior: auto; }
}
