*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {

  /* ================================
     UNIQUENESS BRAND COLORS
  ================================= */

  --brand-primary: #4E296F;
  --brand-primary-dark: #351A4E;
  --brand-primary-deep: #24102F;

  --brand-primary-light: #76538F;
  --brand-primary-soft: #A88FBA;
  --brand-primary-extra-light: #EDE5F2;

  --brand-dark: #29252D;
  --brand-gray: #77717B;

  --white: #FFFFFF;

  /* ================================
     DARK THEME
  ================================= */

  --bg-page: #24102F;
  --bg-section-alt: #2D163B;

  --bg-card: rgba(255, 255, 255, 0.045);
  --bg-card-hover: rgba(255, 255, 255, 0.075);

  --border-card: rgba(168, 143, 186, 0.18);
  --border-card-hover: rgba(168, 143, 186, 0.48);

  --text-body: #FFFFFF;
  --text-sub: rgba(255, 255, 255, 0.64);
  --text-muted: rgba(255, 255, 255, 0.48);
  --text-nav: rgba(255, 255, 255, 0.75);

  --nav-bg: rgba(36, 16, 47, 0.90);
  --nav-border: rgba(168, 143, 186, 0.14);

  --hero-bg:
          radial-gradient(
                  ellipse 70% 65% at 70% 5%,
                  rgba(118, 83, 143, 0.40) 0%,
                  transparent 58%
          ),
          linear-gradient(
                  145deg,
                  #351A4E 0%,
                  #24102F 68%
          );

  --stats-bg:
          linear-gradient(
                  135deg,
                  #351A4E 0%,
                  #4E296F 100%
          );

  --input-bg: rgba(255, 255, 255, 0.055);
  --input-border: rgba(168, 143, 186, 0.24);

  --step-border: rgba(255, 255, 255, 0.07);

  --value-chip-bg: rgba(168, 143, 186, 0.10);
  --value-chip-border: rgba(168, 143, 186, 0.25);
  --value-chip-color: #D4C1DF;

  --service-num-color: rgba(168, 143, 186, 0.32);

  --badge-bg: rgba(168, 143, 186, 0.10);
  --badge-border: rgba(168, 143, 186, 0.30);
  --badge-color: #D8C7E2;

  --info-icon-bg: rgba(168, 143, 186, 0.10);
  --info-icon-border: rgba(168, 143, 186, 0.22);

  --social-bg: rgba(255, 255, 255, 0.06);
  --social-border: rgba(255, 255, 255, 0.10);

  --footer-border: rgba(168, 143, 186, 0.16);

  --mission-border: #76538F;

  --white-dim: rgba(255, 255, 255, 0.06);
  --white-dim2: rgba(255, 255, 255, 0.035);
}

  /* ── LIGHT THEME ── */
body.light {

  --bg-page: #F8F6F9;
  --bg-section-alt: #FFFFFF;

  --bg-card: rgba(78, 41, 111, 0.035);
  --bg-card-hover: rgba(78, 41, 111, 0.07);

  --border-card: rgba(78, 41, 111, 0.13);
  --border-card-hover: rgba(78, 41, 111, 0.38);

  --text-body: #29252D;
  --text-sub: #6F6874;
  --text-muted: #817A85;
  --text-nav: #44384B;

  --nav-bg: rgba(255, 255, 255, 0.92);
  --nav-border: rgba(78, 41, 111, 0.10);

  --hero-bg:
          radial-gradient(
                  ellipse 70% 65% at 70% 5%,
                  rgba(168, 143, 186, 0.20) 0%,
                  transparent 60%
          ),
          linear-gradient(
                  145deg,
                  #FFFFFF 0%,
                  #F7F3F9 70%
          );

  --stats-bg:
          linear-gradient(
                  135deg,
                  #F2EBF6 0%,
                  #FFFFFF 100%
          );

  --input-bg: #FFFFFF;
  --input-border: rgba(78, 41, 111, 0.16);

  --step-border: rgba(78, 41, 111, 0.10);

  --value-chip-bg: rgba(78, 41, 111, 0.07);
  --value-chip-border: rgba(78, 41, 111, 0.16);
  --value-chip-color: #4E296F;

  --service-num-color: rgba(78, 41, 111, 0.18);

  --badge-bg: rgba(78, 41, 111, 0.07);
  --badge-border: rgba(78, 41, 111, 0.18);
  --badge-color: #4E296F;

  --info-icon-bg: rgba(78, 41, 111, 0.07);
  --info-icon-border: rgba(78, 41, 111, 0.15);

  --social-bg: rgba(78, 41, 111, 0.05);
  --social-border: rgba(78, 41, 111, 0.13);

  --footer-border: rgba(78, 41, 111, 0.10);

  --mission-border: #4E296F;

  --white-dim: rgba(78, 41, 111, 0.05);
}

  body.light .hero-glow {
    background: radial-gradient(circle, rgba(167,139,250,0.2) 0%, transparent 70%);
  }
  body.light .hero-glow-teal {
    background: radial-gradient(circle, rgba(20,184,166,0.12) 0%, transparent 70%);
  }
  body.light #hero::before {
    background: linear-gradient(90deg, transparent, var(--teal-deep), transparent);
    opacity: 0.5;
  }
  body.light .nav-links a { color: var(--text-nav); }
  body.light .nav-links a:hover { color: var(--teal-deep); }
  body.light .hero-sub { color: var(--text-sub); }
  body.light .about-text p { color: var(--text-sub); }
  body.light .process-intro { color: var(--text-sub); }
  body.light .service-card p { color: var(--text-sub); }
  body.light .mission-card p { color: var(--text-sub); }
  body.light .step-body p { color: var(--text-sub); }
  body.light .contact-info p { color: var(--text-sub); }
  body.light .info-list li { color: #3b2a60; }
  body.light .hero-quote { color: var(--text-sub); }
  body.light .stat-label { color: var(--text-sub); }
  body.light .stat-big .l { color: var(--text-sub); }
  body.light .section-label { color: var(--teal-deep); }
  body.light .section-label::after { background: var(--teal-deep); }
  body.light h2 em { color: var(--teal-deep); }
  body.light .quote-big { color: #5b21b6; }
  body.light footer p { color: var(--text-sub); }
  body.light footer div { color: var(--text-sub); }
  body.light .form-group label { color: #3b2a60; }
  body.light .form-group input, body.light .form-group textarea { color: #1a0533; }
  body.light .form-group input::placeholder, body.light .form-group textarea::placeholder { color: #9ca3af; }
  body.light .proj-glyph { opacity: 0.25; }
  body.light .hero-checks li { color: #5b4f7a; }
  body.light .project-card { color: #5b4f7a; }
  body.light .project-card::before { color: var(--teal-deep); }
  body.light .mission-card h4 { color: var(--teal-deep); }

  /* Toggle button */
  .theme-toggle {
    width: 40px; height: 40px; border-radius: 50%;
    background: var(--white-dim);
    border: 1px solid var(--border-card);
    color: var(--text-body);
    cursor: pointer; font-size: 1.1rem;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.3s, border-color 0.3s;
    margin-left: 0.5rem;
    flex-shrink: 0;
  }
  .theme-toggle:hover { background: var(--bg-card-hover); border-color: var(--teal-main); }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Cairo', sans-serif;
    background: var(--bg-page);
    color: var(--text-body);
    overflow-x: hidden;
    transition: background 0.35s, color 0.35s;
  }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; right: 0; left: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 1.2rem 4rem;
    background: var(--nav-bg);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--nav-border); transition: background 0.35s;
  }
  .logo {
    font-size: 1.5rem; font-weight: 900; letter-spacing: -0.5px;
    background: linear-gradient(135deg, var(--teal-main), var(--purple-light));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  }
  .nav-links { display: flex; gap: 2.5rem; list-style: none; }
  .nav-links a {
    color: var(--text-nav); text-decoration: none;
    font-size: 0.95rem; font-weight: 600; transition: color 0.3s;
  }
  .nav-links a:hover { color: var(--teal-main); }
  .nav-cta {
    padding: 0.6rem 1.6rem; border-radius: 50px;
    background: linear-gradient(135deg, var(--purple-main), var(--teal-deep));
    color: white; text-decoration: none; font-weight: 700; font-size: 0.9rem;
    transition: opacity 0.3s, transform 0.3s;
  }
  .nav-cta:hover { opacity: 0.85; transform: translateY(-1px); }

  /* ── HERO ── */
  #hero {
    min-height: 100vh; position: relative; overflow: hidden;
    display: flex; align-items: center;
    background: var(--hero-bg);
  }
  /* Signature diagonal teal bar */
  #hero::before {
    content: '';
    position: absolute; left: -10%; top: 55%; width: 55%; height: 3px;
    background: linear-gradient(90deg, transparent, var(--teal-main), transparent);
    transform: rotate(-12deg);
    filter: blur(1px);
    opacity: 0.8;
  }
  .hero-glow {
    position: absolute; top: -20%; left: 30%; width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(124,58,237,0.25) 0%, transparent 70%);
    pointer-events: none;
  }
  .hero-glow-teal {
    position: absolute; bottom: -10%; right: 10%; width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(20,184,166,0.18) 0%, transparent 70%);
    pointer-events: none;
  }
  .hero-inner {
    position: relative; z-index: 2;
    max-width: 1200px; margin: 0 auto; padding: 9rem 4rem 6rem;
    display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
  }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 0.5rem;
    border: 1px solid var(--badge-border);
    background: var(--badge-bg);
    padding: 0.4rem 1.1rem; border-radius: 50px;
    font-size: 0.82rem; color: var(--badge-color); font-weight: 600;
    margin-bottom: 1.8rem; width: fit-content;
  }
  .hero-badge::before { content: '●'; color: var(--teal-main); font-size: 0.6rem; }
  h1 {
    font-size: clamp(2.4rem, 4.5vw, 3.8rem);
    font-weight: 900; line-height: 1.2;
    margin-bottom: 1.4rem;
  }
  h1 span {
    background: linear-gradient(135deg, var(--teal-main) 0%, var(--purple-light) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  }
  .hero-sub {
    font-size: 1.1rem; color: var(--text-sub); line-height: 1.9;
    margin-bottom: 2.5rem; font-weight: 400;
  }
  .hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; }
  .btn-primary {
    padding: 0.85rem 2.2rem; border-radius: 50px;
    background: linear-gradient(135deg, var(--purple-main), var(--teal-deep));
    color: white; text-decoration: none; font-weight: 700; font-size: 1rem;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 24px rgba(124,58,237,0.4);
  }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(124,58,237,0.55); }
  .btn-secondary {
    padding: 0.85rem 2.2rem; border-radius: 50px;
    border: 1px solid rgba(20,184,166,0.5);
    color: var(--teal-light); text-decoration: none; font-weight: 600; font-size: 1rem;
    transition: background 0.3s;
  }
  .btn-secondary:hover { background: rgba(20,184,166,0.1); }
  .hero-checks { margin-top: 2rem; display: flex; flex-direction: column; gap: 0.7rem; }
  .hero-checks li {
    list-style: none; display: flex; align-items: center; gap: 0.7rem;
    font-size: 0.9rem; color: rgba(255,255,255,0.65);
  }
  .hero-checks li::before {
    content: '✓'; color: var(--teal-main); font-weight: 900; font-size: 0.9rem;
  }

  /* Hero right side — decorative card */
  .hero-card {
    background: var(--bg-card);
    border: 1px solid rgba(124,58,237,0.25);
    border-radius: 24px;
    padding: 2.5rem;
    backdrop-filter: blur(12px);
    position: relative; overflow: hidden;
  }
  .hero-card::before {
    content: '';
    position: absolute; top: 0; right: 0; left: 0; height: 3px;
    background: linear-gradient(90deg, var(--teal-main), var(--purple-light));
  }
  .stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 1.5rem; }
  .stat-item {
    background: var(--white-dim); border-radius: 16px; padding: 1.5rem;
    text-align: center; border: 1px solid rgba(255,255,255,0.07);
  }
  .stat-num {
    font-size: 2.4rem; font-weight: 900;
    background: linear-gradient(135deg, var(--teal-main), var(--purple-light));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  }
  .stat-label { font-size: 0.8rem; color: var(--text-muted); margin-top: 0.3rem; font-weight: 600; }
  .hero-quote {
    border-right: 3px solid var(--mission-border);
    padding-right: 1rem;
    font-size: 0.9rem; color: var(--text-sub); line-height: 1.8; font-style: italic;
  }

  /* ── SECTIONS ── */
  section { padding: 6rem 4rem; }
  .container { max-width: 1200px; margin: 0 auto; }
  .section-label {
    display: flex; align-items: center; gap: 0.7rem;
    font-size: 0.8rem; color: var(--teal-main); font-weight: 700; transition: color 0.35s;
    letter-spacing: 2px; text-transform: uppercase; margin-bottom: 1rem;
  }
  .section-label::after { content: ''; flex: 0 0 40px; height: 1px; background: var(--teal-main); opacity: 0.5; }
  h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 900; margin-bottom: 1rem; line-height: 1.25; }
  h2 em { font-style: normal; color: var(--teal-main); }

  /* ── ABOUT ── */
  #about { background: var(--bg-section-alt); }
  .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
  .about-text p {
    color: var(--text-sub); line-height: 2; font-size: 1.05rem; margin-bottom: 1.5rem;
  }
  .values-row { display: flex; gap: 1rem; margin-top: 2rem; flex-wrap: wrap; }
  .value-chip {
    padding: 0.5rem 1.2rem; border-radius: 50px;
    background: var(--value-chip-bg);
    border: 1px solid var(--value-chip-border);
    font-size: 0.9rem; font-weight: 700; color: var(--value-chip-color);
  }
  .mission-cards { display: flex; flex-direction: column; gap: 1.2rem; }
  .mission-card {
    background: var(--white-dim); border-radius: 16px; padding: 1.6rem 1.8rem;
    border: 1px solid rgba(255,255,255,0.07);
    border-right: 3px solid var(--mission-border);
    position: relative; overflow: hidden;
    transition: background 0.3s;
  }
  .mission-card:hover { background: var(--bg-card-hover); }
  .mission-card h4 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--teal-light); }
  .mission-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.8; }

  /* ── SERVICES ── */
  #services { background: var(--purple-deep); }
  .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3.5rem; }
  .service-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: 20px; padding: 2rem;
    transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
    position: relative; overflow: hidden;
  }
  .service-card:hover {
    transform: translateY(-6px);
    border-color: var(--border-card-hover);
    box-shadow: 0 12px 40px rgba(20,184,166,0.1);
  }
  .service-card::before {
    content: '';
    position: absolute; bottom: 0; right: 0; left: 0; height: 2px;
    background: linear-gradient(90deg, var(--teal-main), var(--purple-light));
    opacity: 0; transition: opacity 0.3s;
  }
  .service-card:hover::before { opacity: 1; }
  .service-icon {
    width: 52px; height: 52px; border-radius: 14px;
    background: linear-gradient(135deg, rgba(124,58,237,0.25), rgba(20,184,166,0.15));
    border: 1px solid var(--value-chip-border);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem; margin-bottom: 1.3rem;
  }
  .service-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.7rem; }
  .service-card p { font-size: 0.88rem; color: var(--text-sub); line-height: 1.85; }
  .service-num {
    position: absolute; top: 1.5rem; left: 1.5rem;
    font-size: 0.7rem; font-weight: 900; color: var(--service-num-color); letter-spacing: 1px;
  }

  /* wide card */
  .service-card.wide { grid-column: span 2; }
  .wide-inner { display: flex; gap: 2rem; }
  .wide-inner .service-icon { flex-shrink: 0; }

  /* ── PROCESS ── */
  #process { background: var(--bg-section-alt); }
  .process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; margin-top: 3rem; }
  .process-intro { color: var(--text-sub); font-size: 1.05rem; line-height: 2; margin-top: 1rem; }
  .quote-big {
    margin-top: 2.5rem;
    font-size: 1.25rem; font-style: italic; font-weight: 700; line-height: 1.7;
    color: var(--purple-light);
    border-right: 4px solid var(--teal-main); padding-right: 1.2rem;
  }
  .steps { display: flex; flex-direction: column; gap: 0; }
  .step {
    display: flex; gap: 1.5rem;
    padding: 1.6rem 0; border-bottom: 1px solid var(--step-border);
    position: relative;
  }
  .step-num {
    flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%;
    background: linear-gradient(135deg, var(--purple-main), var(--teal-deep));
    display: flex; align-items: center; justify-content: center;
    font-size: 0.85rem; font-weight: 900;
  }
  .step-body h4 { font-size: 1rem; font-weight: 700; margin-bottom: 0.4rem; }
  .step-body p { font-size: 0.88rem; color: var(--text-sub); line-height: 1.8; }

  /* ── PROJECTS ── */
  #projects { background: var(--purple-deep); }
  .projects-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3rem; }
  .projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
  .project-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: 18px; aspect-ratio: 4/3;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; font-weight: 700; color: var(--text-muted);
    transition: border-color 0.3s, background 0.3s;
    position: relative; overflow: hidden;
    cursor: default;
  }
  .project-card::before {
    content: attr(data-name);
    position: absolute; bottom: 1rem; right: 1rem;
    font-size: 0.85rem; font-weight: 700; color: var(--teal-light);
  }
  .project-card:hover { border-color: rgba(20,184,166,0.4); background: rgba(20,184,166,0.05); }
  .proj-glyph { font-size: 2.8rem; opacity: 0.15; }

  /* ── STATS ── */
  #stats {
    background: var(--stats-bg);
    padding: 5rem 4rem;
  }
  .stats-inner {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 2rem; text-align: center;
  }
  .stat-big {
    padding: 2.5rem;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px; background: var(--bg-card);
  }
  .stat-big .n {
    font-size: 3.5rem; font-weight: 900;
    background: linear-gradient(135deg, var(--teal-main), var(--purple-light));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    display: block;
  }
  .stat-big .l { color: var(--text-sub); font-size: 1rem; font-weight: 600; }

  /* ── CONTACT ── */
  #contact { background: var(--bg-section-alt); }
  .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
  .contact-info p { color: var(--text-muted); line-height: 2; margin-bottom: 2.5rem; font-size: 1.05rem; }
  .info-list { list-style: none; display: flex; flex-direction: column; gap: 1rem; }
  .info-list li {
    display: flex; align-items: center; gap: 0.8rem;
    font-size: 0.9rem; color: rgba(255,255,255,0.65);
  }
  .info-icon {
    width: 36px; height: 36px; border-radius: 10px;
    background: var(--info-icon-bg); border: 1px solid var(--info-icon-border);
    display: flex; align-items: center; justify-content: center; font-size: 1rem;
    flex-shrink: 0;
  }
  .social-row { display: flex; gap: 0.8rem; margin-top: 2rem; }
  .social-btn {
    width: 42px; height: 42px; border-radius: 12px;
    background: var(--social-bg); border: 1px solid var(--social-border);
    display: flex; align-items: center; justify-content: center;
    text-decoration: none; font-size: 1.1rem; transition: background 0.3s, border-color 0.3s;
  }
  .social-btn:hover { background: rgba(20,184,166,0.15); border-color: var(--teal-main); }
  .contact-form { display: flex; flex-direction: column; gap: 1.2rem; }
  .form-group { display: flex; flex-direction: column; gap: 0.5rem; }
  .form-group label { font-size: 0.85rem; font-weight: 600; color: rgba(255,255,255,0.7); }
  .form-group input, .form-group textarea {
    background: var(--input-bg); border: 1px solid var(--input-border);
    border-radius: 12px; padding: 0.9rem 1.2rem;
    color: white; font-family: 'Cairo', sans-serif; font-size: 0.95rem;
    outline: none; transition: border-color 0.3s;
  }
  .form-group input:focus, .form-group textarea:focus {
    border-color: var(--teal-main);
  }
  .form-group textarea { resize: vertical; min-height: 120px; }
  .form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.25); }

  /* ── FOOTER ── */
  footer {
    background: var(--purple-deep);
    border-top: 1px solid var(--footer-border);
    padding: 2rem 4rem;
    display: flex; align-items: center; justify-content: space-between;
  }
  footer .logo { font-size: 1.2rem; }
  footer p { font-size: 0.82rem; color: var(--text-muted); }

  /* ── ANIMATIONS ── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .hero-inner > * { animation: fadeUp 0.7s ease both; }
  .hero-inner > *:nth-child(2) { animation-delay: 0.15s; }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    nav { padding: 1rem 1.5rem; }
    .nav-links { display: none; }
    .hero-inner { grid-template-columns: 1fr; padding: 8rem 1.5rem 4rem; }
    .hero-card { display: none; }
    section { padding: 4rem 1.5rem; }
    .about-grid, .process-grid, .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .services-grid { grid-template-columns: 1fr; }
    .service-card.wide { grid-column: span 1; }
    .wide-inner { flex-direction: column; }
    .projects-grid { grid-template-columns: 1fr 1fr; }
    .stats-inner { grid-template-columns: 1fr; }
    footer { flex-direction: column; gap: 1rem; text-align: center; }
  }


/* =========================================
   UNIQUENESS BRAND OVERRIDES
========================================= */


/* NAVBAR */

.logo {
  color: var(--brand-primary);
  background: none;
  -webkit-text-fill-color: initial;

  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 1px;
}


/* Menu */

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


/* Main CTA */

.nav-cta,
.btn-primary {

  background: var(--brand-primary);

  color: #fff;

  box-shadow:
          0 8px 26px rgba(78, 41, 111, 0.30);

  transition:
          transform .3s ease,
          background .3s ease,
          box-shadow .3s ease;
}


.nav-cta:hover,
.btn-primary:hover {

  background: var(--brand-primary-light);

  transform: translateY(-2px);

  box-shadow:
          0 12px 34px rgba(78, 41, 111, 0.38);
}


/* Secondary Button */

.btn-secondary {

  border:
          1px solid rgba(168, 143, 186, .55);

  color: #D7C6E1;

  background:
          rgba(255,255,255,.025);
}


.btn-secondary:hover {

  background:
          rgba(168, 143, 186, .10);

  border-color:
          var(--brand-primary-soft);
}


body.light .btn-secondary {

  color: var(--brand-primary);

  border-color:
          rgba(78, 41, 111, .30);
}


body.light .btn-secondary:hover {

  background:
          rgba(78, 41, 111, .06);
}


/* HERO DECORATION */

#hero::before {

  background:
          linear-gradient(
                  90deg,
                  transparent,
                  rgba(168, 143, 186, .65),
                  transparent
          );

  opacity: .45;
}


.hero-glow {

  background:
          radial-gradient(
                  circle,
                  rgba(118, 83, 143, .26) 0%,
                  transparent 70%
          );
}


.hero-glow-teal {
  z-index: 2;
  background:
          radial-gradient(
                  circle,
                  rgba(168, 143, 186, .14) 0%,
                  transparent 70%
          );
}


/* HERO TITLE */

h1 span {

  background:
          linear-gradient(
                  135deg,
                  #FFFFFF 0%,
                  #C9B4D5 45%,
                  #8D6AA5 100%
          );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


body.light h1 span {

  background:
          linear-gradient(
                  135deg,
                  #4E296F,
                  #76538F
          );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* HERO BADGE */

.hero-badge {

  color: var(--badge-color);

  border-color:
          var(--badge-border);

  background:
          var(--badge-bg);
}


.hero-badge::before {

  color:
          var(--brand-primary-soft);
}


/* CHECKS */

.hero-checks li::before {

  color:
          var(--brand-primary-soft);
}


body.light .hero-checks li::before {

  color:
          var(--brand-primary);
}


/* HERO CARD */

.hero-card {

  border:
          1px solid rgba(168, 143, 186, .20);

  box-shadow:
          0 30px 70px rgba(0,0,0,.16);
}


.hero-card::before {

  background:
          linear-gradient(
                  90deg,
                  #4E296F,
                  #A88FBA
          );
}


/* NUMBERS */

.stat-num,
.stat-big .n {

  background:
          linear-gradient(
                  135deg,
                  #FFFFFF,
                  #B79EC6
          );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


body.light .stat-num,
body.light .stat-big .n {

  background:
          linear-gradient(
                  135deg,
                  #4E296F,
                  #76538F
          );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* Section titles */

.section-label {

  color:
          var(--brand-primary-soft);
}


.section-label::after {

  background:
          var(--brand-primary-soft);
}


h2 em {

  color:
          var(--brand-primary-soft);
}


body.light .section-label,
body.light h2 em {

  color:
          var(--brand-primary);
}


body.light .section-label::after {

  background:
          var(--brand-primary);
}


/* VALUE CHIPS */

.value-chip {

  background:
          var(--value-chip-bg);

  border:
          1px solid var(--value-chip-border);

  color:
          var(--value-chip-color);
}


/* MISSION */

.mission-card {

  border-right:
          3px solid var(--brand-primary-light);
}


.mission-card h4 {

  color:
          #CDB8D9;
}


body.light .mission-card h4 {

  color:
          var(--brand-primary);
}


/* SERVICES */

#services {

  background:
          var(--brand-primary-deep);
}


body.light #services {

  background:
          #F8F6F9;
}


.service-card:hover {

  border-color:
          rgba(168, 143, 186, .45);

  box-shadow:
          0 18px 45px
          rgba(78, 41, 111, .13);
}


.service-card::before {

  background:
          linear-gradient(
                  90deg,
                  #4E296F,
                  #A88FBA
          );
}


.service-icon {

  background:
          linear-gradient(
                  135deg,
                  rgba(78, 41, 111, .28),
                  rgba(168, 143, 186, .10)
          );

  border:
          1px solid
          rgba(168, 143, 186, .20);
}


/* PROCESS */

.quote-big {

  color:
          #BDA5CA;

  border-right:
          4px solid var(--brand-primary-light);
}


body.light .quote-big {

  color:
          var(--brand-primary);
}


/* PROCESS NUMBERS */

.step-num {

  background:
          linear-gradient(
                  135deg,
                  #654080,
                  #4E296F
          );

  color:
          #FFFFFF;

  box-shadow:
          0 7px 22px
          rgba(78,41,111,.20);
}


/* PROJECTS */

#projects {

  background:
          var(--brand-primary-deep);
}


body.light #projects {

  background:
          #F8F6F9;
}


.project-card::before {

  color:
          #CDB8D9;
}


body.light .project-card::before {

  color:
          var(--brand-primary);
}


.project-card:hover {

  border-color:
          rgba(168, 143, 186, .40);

  background:
          rgba(168, 143, 186, .055);
}


/* CONTACT */

.info-icon {

  color:
          #D6C5DF;
}


body.light .info-icon {

  color:
          var(--brand-primary);
}


/* Inputs */

.form-group input:focus,
.form-group textarea:focus {

  border-color:
          var(--brand-primary-light);

  box-shadow:
          0 0 0 3px
          rgba(78,41,111,.08);
}


/* Social */

.social-btn:hover {

  background:
          rgba(168,143,186,.13);

  border-color:
          var(--brand-primary-soft);
}


/* Footer */

footer {

  background:
          #1D0D27;

  border-color:
          rgba(168,143,186,.13);
}


body.light footer {

  background:
          #FFFFFF;
}

.site-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.site-logo img {
  height: 52px;
  width: auto;
  max-width: 190px;
  object-fit: contain;
}

.logo-dark {
  display: none;
}

body.light .logo-white {
  display: none;
}

body.light .logo-dark {
  display: block;
}

@media (max-width: 900px) {

  .site-logo img {
    height: 42px;
    max-width: 155px;
  }
}


.language-switcher {
  height: 40px;
  min-width: 52px;
  padding: 0 0.8rem;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;

  border-radius: 50px;

  background: var(--white-dim);
  border: 1px solid var(--border-card);

  color: var(--text-body);
  text-decoration: none;

  font-size: 0.82rem;
  font-weight: 700;

  transition:
          background 0.3s,
          border-color 0.3s,
          transform 0.3s;
}

.language-switcher:hover {
  background: var(--bg-card-hover);
  border-color: var(--teal-main);
  transform: translateY(-1px);
}

.language-icon {
  font-size: 0.95rem;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.logo-image {
  display: block;
  width: auto;
  height: 48px;
}

/* Dark theme */
.logo-white {
  display: block;
}

.logo-dark {
  display: none;
}

/* Light theme */
body.light .logo-white {
  display: none;
}

body.light .logo-dark {
  display: block;
}

#hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: var(--purple-deep);
}

/* Background Image */
.hero-background {
  position: absolute;
  inset: 0;

  background-image: url('/assets/website/img/hero-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  transform: scale(1);
  animation: heroZoom 18s ease-in-out infinite alternate;

  z-index: 0;
}

/* Dark overlay */
.hero-overlay {
  position: absolute;
  inset: 0;

  background:
          linear-gradient(
                  90deg,
                  rgba(15, 5, 32, 0.94) 0%,
                  rgba(15, 5, 32, 0.82) 45%,
                  rgba(15, 5, 32, 0.68) 100%
          );

  z-index: 1;
}

/* Zoom animation */
@keyframes heroZoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.10);
  }
}

.hero-card {
  background: rgba(15, 5, 32, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);

  border-radius: 24px;
  padding: 2.5rem;

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  position: relative;
  overflow: hidden;
}
body.light .hero-overlay {
  background:
          linear-gradient(90deg, rgb(172 172 172 / 88%) 0%, rgba(237, 233, 254, 0.72) 45%, rgba(76, 29, 149, 0.28) 100%)
}
body.light #hero {
  color: #1a0533;
}

body.light .hero-sub {
  color: #4b3f63;
}

body.light .hero-card {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(124, 58, 237, 0.20);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  box-shadow: 0 20px 50px rgba(76, 29, 149, 0.12);
}

body.light .stat-item {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(124, 58, 237, 0.12);
}

body.light .hero-quote {
  color: #4b3f63;
}

body.light .hero-badge {
  background: rgba(255, 255, 255, 0.65);
  border-color: rgba(124, 58, 237, 0.25);
  color: #5b21b6;

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

body.light .hero-background {
  filter: brightness(0.92) saturate(0.9);
}