
/* =========================
   FIXABLE FINAL THEME
========================= */
:root {
  --primary: #0f55d9;
  --primary-deep: #093b98;
  --accent: #50a7ff;
  --sky: #d9ecff;
  --bg: #eef5ff;
  --bg2: #f8fbff;
  --text: #10223f;
  --muted: #48617f;
  --line: rgba(19, 89, 217, 0.16);
  --glass-border: rgba(255,255,255,0.35);
  --shadow: 0 18px 55px rgba(15, 85, 217, 0.18);
  --radius-xl: 34px;
  --radius-lg: 26px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Cairo', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f9fcff 0%, #eff6ff 45%, #e7f2ff 100%);
  overflow-x: hidden;
  line-height: 1.8;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 28px)); margin: auto; }
.section-space { padding: 92px 0; }
.glass {
  background: rgba(255,255,255,0.22);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}
.bg-orb { position: fixed; border-radius: 50%; pointer-events: none; z-index: -1; filter: blur(28px); }
.orb-1 { width: 240px; height: 240px; top: 80px; right: -50px; background: rgba(80,167,255,0.22); }
.orb-2 { width: 280px; height: 280px; left: -60px; top: 35%; background: rgba(15,85,217,0.16); }
.orb-3 { width: 220px; height: 220px; right: 18%; bottom: 90px; background: rgba(120,190,255,0.18); }

.top-strip {
  background: linear-gradient(90deg, rgba(9,59,152,0.96), rgba(15,85,217,0.92));
  color: rgba(255,255,255,0.92);
  font-size: 14px;
}
.strip-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.strip-links { display: flex; gap: 18px; font-weight: 800; }

.site-header { position: sticky; top: 0; z-index: 80; padding-top: 12px; }
.navbar { min-height: 78px; border-radius: 22px; display: flex; align-items: center; gap: 18px; padding: 10px 16px; }
.brand { display: flex; align-items: center; gap: 12px; margin-inline-end: auto; }
.logo { width: 58px; height: 58px; object-fit: contain; background: transparent !important; }
.brand-text strong { display: block; font-size: 24px; line-height: 1.1; }
.brand-text small { display: block; color: var(--primary-deep); font-weight: 800; letter-spacing: 1px; }
.nav-links { display: flex; align-items: center; gap: 18px; font-weight: 800; color: #23436f; }
.nav-links a { position: relative; padding: 8px 2px; }
.nav-links a::after { content: ''; position: absolute; bottom: 0; right: 0; width: 0; height: 2px; background: linear-gradient(90deg, var(--accent), var(--primary)); transition: width .25s ease; }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.icon-chip { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,0.48); color: var(--primary-deep); font-weight: 900; border: 1px solid rgba(255,255,255,0.45); }
.menu-btn { display: none; border: 0; width: 44px; height: 44px; border-radius: 14px; background: var(--primary); color: white; font-size: 22px; }

.eyebrow { display: inline-flex; align-items: center; padding: 8px 14px; border-radius: 999px; font-size: 14px; font-weight: 800; }
.blue { color: var(--primary); background: rgba(80,167,255,0.12); }
h1, h2, h3 { line-height: 1.2; margin: 0 0 14px; }
h1 { font-size: clamp(34px, 6vw, 70px); letter-spacing: -1.2px; }
h2 { font-size: clamp(28px, 4vw, 50px); }
h3 { font-size: 24px; }
p { margin: 0 0 14px; }
.lead { color: var(--muted); font-size: clamp(18px, 2vw, 22px); max-width: 740px; }

.btn { min-height: 52px; padding: 14px 24px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-weight: 900; border: 1px solid transparent; transition: .25s ease; cursor:pointer; font-family: inherit; }
.btn:hover { transform: translateY(-2px); }
.btn-solid { background: linear-gradient(135deg, var(--primary), var(--primary-deep)); color: white; box-shadow: 0 15px 35px rgba(15,85,217,0.26); }
.btn-glass { background: rgba(255,255,255,0.34); color: var(--primary-deep); border-color: rgba(255,255,255,0.5); }

.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 28px; align-items: center; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 26px 0 30px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.stat { padding: 18px; border-radius: 22px; }
.stat strong { display: block; font-size: 34px; line-height: 1.05; color: var(--primary); }
.stat span { color: var(--muted); font-weight: 700; font-size: 14px; }
.hero-logo { width: min(100%, 340px); margin: 0 auto 18px; object-fit: contain; filter: drop-shadow(0 18px 26px rgba(15,85,217,0.22)); }
.visual-card { border-radius: var(--radius-xl); padding: 26px; }
.visual-lines { display: grid; gap: 12px; }
.visual-lines div { padding: 14px 16px; border-radius: 18px; background: rgba(255,255,255,0.28); border: 1px solid rgba(255,255,255,0.38); }
.visual-lines span { display: block; color: var(--muted); font-size: 13px; font-weight: 700; }
.visual-lines strong { display: block; color: var(--text); }

.band-grid { border-radius: 28px; padding: 18px 20px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.band-grid span { text-align: center; font-weight: 800; color: var(--primary-deep); }
.split-section, .partners-hero-card, .works-hero-card, .contact-wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: center; }
.intro-copy, .signup-panel, .admin-card, .contact-wrap, .partners-hero-card, .works-hero-card, .portfolio-promo { border-radius: 32px; padding: 30px; }
.intro-copy p, .section-head p, .partners-hero p, .form-head p { color: var(--muted); font-size: 18px; }
.section-head { max-width: 760px; margin: 0 auto 34px; }
.section-head.center { text-align: center; }

.services-grid, .why-grid, .steps-grid { display: grid; gap: 18px; }
.services-grid { grid-template-columns: repeat(3, 1fr); }
.why-grid, .steps-grid { grid-template-columns: repeat(4, 1fr); }
.feature-card, .why-card, .step-card { padding: 26px; border-radius: 26px; }
.num, .step-card span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; background: linear-gradient(135deg, var(--primary), var(--accent)); color: white; font-weight: 900; margin-bottom: 16px; }
.feature-card p, .why-card p, .step-card p { color: var(--muted); }

.portfolio-promo { display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center; }
.works-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.work-card, .project-card { min-height: 320px; border-radius: 28px; overflow: hidden; position: relative; background-size: cover; background-position: center; color: white; display: flex; flex-direction: column; justify-content: flex-end; box-shadow: var(--shadow); transition: .25s ease; }
.work-card:hover, .project-card:hover { transform: translateY(-6px); }
.work-card::before, .project-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5, 32, 86, .88), rgba(5, 32, 86, .12)); }
.work-card-content, .project-card-content { position: relative; z-index: 1; padding: 24px; }
.work-card .area, .project-card .area { display: inline-flex; padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.2); font-weight: 900; margin-bottom: 10px; }
.work-card p { color: rgba(255,255,255,.86); margin: 0; }
.work-card .type { display: inline-block; margin-top: 14px; color: #d9ecff; font-weight: 900; font-size: 14px; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 30px; }
.filter-btn { border: 1px solid rgba(255,255,255,.44); background: rgba(255,255,255,.32); color: var(--primary-deep); font-family: inherit; font-weight: 900; padding: 11px 16px; border-radius: 999px; cursor: pointer; backdrop-filter: blur(12px); transition: .2s ease; }
.filter-btn:hover, .filter-btn.active { background: linear-gradient(135deg, var(--primary), var(--primary-deep)); color: white; transform: translateY(-2px); }

.partners-summary, .client-hero-points { display: grid; gap: 14px; }
.partners-summary div, .client-hero-points div { border-radius: 22px; padding: 18px; background: rgba(255,255,255,.34); border: 1px solid rgba(255,255,255,.42); }
.partners-summary strong { display:block; color: var(--primary-deep); font-size: 28px; }
.client-hero-points strong { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; color: #fff; background: linear-gradient(135deg, var(--primary), var(--primary-deep)); margin-left: 10px; font-size: 24px; }
.partners-summary span, .client-hero-points span { color: var(--primary-deep); font-weight: 900; }

.fixable-form, .admin-form { display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.fixable-form label, .admin-form label { display: grid; gap: 8px; color: var(--primary-deep); font-weight: 900; }
.fixable-form input, .fixable-form select, .fixable-form textarea,
.admin-form input, .admin-form select, .admin-form textarea, .admin-search, .admin-login-form input {
  width: 100%; border: 1px solid rgba(15,85,217,.18); background: rgba(255,255,255,.58); border-radius: 18px; min-height: 52px; padding: 12px 14px; font-family: inherit; font-size: 15px; color: var(--text); outline: none;
}
.fixable-form textarea, .admin-form textarea { resize: vertical; }
.check-line { grid-template-columns: auto 1fr !important; align-items: center; color: var(--muted) !important; }
.check-line input { width: 18px; height: 18px; min-height: auto; }
.form-message { margin: 0; font-weight: 900; }
.form-message.success { color: #08733f; }
.form-message.error { color: #b52525; }
.submit-btn { width: fit-content; min-width: 220px; }

.contact-list { display: grid; gap: 12px; }
.contact-list div { display: flex; justify-content: space-between; gap: 14px; align-items: center; padding: 14px 16px; border-radius: 18px; background: rgba(255,255,255,0.28); border: 1px solid rgba(255,255,255,0.36); }
.contact-list span { color: var(--muted); font-weight: 700; }
.contact-list strong { color: var(--primary-deep); text-align: left; }

.floating-socials { position: fixed; left: 16px; bottom: 16px; z-index: 90; display: grid; gap: 10px; }
.floating-socials a { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--primary-deep)); color: white; box-shadow: 0 15px 30px rgba(15,85,217,0.28); font-weight: 900; }
.footer { padding: 28px 0 40px; background: linear-gradient(180deg, #0a2e75, #08245e); color: rgba(255,255,255,0.84); }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-logo { width: 54px; height: 54px; object-fit: contain; background: transparent !important; }
.footer-brand strong { display: block; font-size: 22px; color: white; }
.footer-brand p { margin: 0; color: rgba(255,255,255,0.68); }
.footer-links { display: flex; gap: 18px; font-weight: 800; flex-wrap: wrap; }
.footer-note { margin: 0; text-align: left; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.show { opacity: 1; transform: translateY(0); }
.back-home { display:inline-flex; margin-bottom:18px; color:var(--primary-deep); font-weight:900; }

/* Cookie consent */
.cookie-banner { position: fixed; z-index: 999; left: 18px; right: 18px; bottom: 18px; max-width: 980px; margin: auto; display: none; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 18px; border-radius: 24px; background: rgba(255,255,255,.72); backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.55); box-shadow: 0 18px 55px rgba(15,85,217,.18); }
.cookie-banner.show { display: grid; }
.cookie-banner strong { display: block; color: var(--primary-deep); font-size: 18px; }
.cookie-banner p { margin: 4px 0 0; color: var(--muted); }
.cookie-actions { display: flex; gap: 10px; }
.cookie-btn { border: 0; border-radius: 999px; padding: 11px 18px; font-family: inherit; font-weight: 900; cursor: pointer; }
.cookie-btn.solid { background: linear-gradient(135deg, var(--primary), var(--primary-deep)); color: white; }
.cookie-btn.ghost { background: rgba(15,85,217,.1); color: var(--primary-deep); }

@media (max-width: 1024px) {
  .hero-grid, .split-section, .partners-hero-card, .works-hero-card, .contact-wrap, .portfolio-promo { grid-template-columns: 1fr; }
  .services-grid, .works-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .band-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 920px) {
  .menu-btn { display: grid; place-items: center; }
  .nav-links, .nav-cta { display: none; }
  .nav-links.open { position: absolute; inset-inline: 16px; top: 88px; display: grid; gap: 0; background: rgba(255,255,255,0.88); backdrop-filter: blur(18px); border-radius: 20px; padding: 8px; border: 1px solid rgba(255,255,255,0.42); box-shadow: var(--shadow); }
  .nav-links.open a { padding: 14px 16px; border-bottom: 1px solid rgba(15,85,217,0.08); }
  .nav-links.open a:last-child { border-bottom: 0; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-links { justify-content: center; }
  .footer-note { text-align: center; }
}
@media (max-width: 640px) {
  .section-space { padding: 70px 0; }
  h1 { font-size: clamp(34px, 11vw, 46px); }
  .strip-inner { flex-direction: column; align-items: flex-start; padding: 8px 0; }
  .navbar { min-height: auto; }
  .brand-text small { display: none; }
  .stats, .services-grid, .why-grid, .steps-grid, .band-grid, .works-grid, .form-row { grid-template-columns: 1fr; }
  .feature-card, .why-card, .step-card, .contact-wrap, .intro-copy, .visual-card, .signup-panel, .partners-hero-card, .works-hero-card, .portfolio-promo { padding: 22px; }
  .submit-btn { width: 100%; }
  .cookie-banner { grid-template-columns: 1fr; bottom: 10px; left: 10px; right: 10px; }
  .cookie-actions { width: 100%; }
  .cookie-btn { flex: 1; }
  .contact-list div { align-items: flex-start; flex-direction: column; }
}
