:root {
      --bg: #f8fafc;
      --bg-soft: #f1f5f9;
      --card: #ffffff;
      --text: #0f172a;
      --muted: #475569;
      --heading: #0f172a;
      --primary: #1e3a8a;
      --primary-2: #2563eb;
      --primary-soft: #eff6ff;
      --brand-navy: #1e3a8a;
      --brand-navy-deep: #172554;
      --brand-orange: #e86b24;
      --brand-orange-light: #f07a32;
      --footer-bg-top: rgba(255, 255, 255, 0.92);
      --footer-bg-bottom: rgba(255, 255, 255, 0.98);
      --footer-dark-mid: rgba(248, 250, 252, 0.96);
      --footer-dark-deep: #ffffff;
      --footer-text: var(--brand-navy-deep);
      --footer-text-muted: var(--muted);
      --footer-text-soft: #64748b;
      --footer-accent: var(--brand-navy);
      --footer-accent-bright: var(--brand-orange);
      --footer-accent-soft: rgba(30, 58, 138, 0.08);
      --footer-link-hover: var(--brand-orange);
      --border: rgba(0, 0, 0, 0.06);
      --shadow-sm: 0 1px 2px rgba(0,0,0,0.03), 0 8px 20px rgba(0,0,0,0.04);
      --shadow-md: 0 12px 28px rgba(0,0,0,0.06);
      --radius: 24px;
      --max: 1220px;
      --nav-height: 128px;
      --transition: 220ms cubic-bezier(0.2, 0.9, 0.4, 1.1);
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      background: var(--bg);
      color: var(--text);
      line-height: 1.6;
      overflow-x: hidden;
    }
    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    button, input, textarea, select { font: inherit; }
    .container { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; }
    .section { position: relative; padding: 5rem 0; }
    .section-header { max-width: 760px; margin: 0 auto 3rem; text-align: center; }
    .eyebrow {
      display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
      padding: 0.6rem 1.5rem; border-radius: 999px;
      background: linear-gradient(135deg, #0f172a, #1e293b); color: #ffffff;
      font-weight: 600; font-size: 0.9rem; letter-spacing: 0.02em;
      margin: 0 auto 1rem auto; border: 1px solid rgba(255,255,255,0.12);
      box-shadow: 0 4px 12px rgba(0,0,0,0.05); transition: all 0.2s ease;
    }
    .eyebrow::before { content: "✦"; font-size: 0.8rem; color: #facc15; margin-right: 4px; }
    .eyebrow:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(30,64,175,0.2); }
    .section-header h2 {
      font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.1; margin-bottom: 1rem; color: var(--heading);
      position: relative; padding-bottom: 12px; display: inline-block;
    }
    .section-header h2::after {
      content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0;
      width: 70px; height: 3px; background: linear-gradient(90deg, var(--primary), var(--primary-2)); border-radius: 3px;
    }
    .section-header p { color: var(--muted); font-size: 1.05rem; }
    .topbar {
      position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      background: #ffffff;
      backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(30, 58, 138, 0.1); padding: 0;
      overflow: visible;
    }
    body.has-animated-bg .topbar {
      background: transparent;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      border-bottom: 0;
      box-shadow: none;
    }
    #site-header {
      position: relative;
      z-index: 1000;
    }
    .topbar.scrolled {
      background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
      border-bottom-color: rgba(30, 58, 138, 0.16); box-shadow: 0 8px 24px rgba(23, 37, 84, 0.08); padding: 0;
    }
    body.has-animated-bg .topbar.scrolled {
      background: rgba(255, 255, 255, 0.72);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(30, 58, 138, 0.1);
      box-shadow: 0 4px 18px rgba(23, 37, 84, 0.06);
    }
    .nav {
      position: relative;
      min-height: 128px;
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: 0.5rem;
      padding: 0.6rem 1rem;
      background: transparent;
      border: none;
      box-shadow: none;
      transition: min-height 0.25s ease, padding 0.25s ease;
    }
    .topbar.scrolled .nav { min-height: 96px; padding: 0.45rem 1rem; }
    .brand {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-shrink: 0;
      min-width: 0;
      padding: 0;
    }
    .brand-logo {
      height: 112px;
      max-width: 380px;
      width: auto;
      object-fit: contain;
      object-position: left center;
      transition: transform 0.25s ease, height 0.25s ease, max-width 0.25s ease, filter 0.25s ease, opacity 0.25s ease;
      filter: drop-shadow(0 2px 8px rgba(15, 23, 42, 0.08));
    }
    body.has-animated-bg .brand-logo {
      filter:
        drop-shadow(0 1px 3px rgba(255, 255, 255, 0.95))
        drop-shadow(0 4px 14px rgba(15, 23, 42, 0.1));
    }
    .topbar.scrolled .brand-logo {
      height: 92px;
      max-width: 310px;
      transform: none;
    }
    .brand-logo:hover { transform: scale(1.02); }
    .nav-links {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0;
      background: transparent;
      margin: 0;
      flex-wrap: nowrap;
      min-width: 0;
    }
    .nav-links a,
    .nav-links .nav-link {
      position: relative;
      color: var(--brand-navy-deep);
      font-weight: 700;
      font-size: 0.98rem;
      padding: 0.65rem 0.45rem;
      border-radius: 8px;
      transition: background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
      letter-spacing: 0.01em;
      text-transform: uppercase;
      white-space: nowrap;
      line-height: 1;
      display: inline-flex;
      align-items: center;
    }
    .nav-links a::after,
    .nav-links .nav-link::after {
      content: "";
      position: absolute;
      left: 0.4rem;
      right: 0.4rem;
      bottom: 0.38rem;
      height: 2px;
      background: linear-gradient(90deg, var(--brand-navy), var(--brand-orange));
      border-radius: 2px;
      transform: scaleX(0);
      transform-origin: center;
      transition: transform 0.22s ease, opacity 0.22s ease;
      opacity: 0.95;
    }
    .nav-links a:hover,
    .nav-links .nav-link:hover {
      background: rgba(30, 58, 138, 0.07);
      color: var(--brand-navy);
    }
    .nav-links a:hover::after,
    .nav-links .nav-link:hover::after,
    .nav-links a.active::after,
    .nav-links .nav-link.active::after {
      transform: scaleX(1);
    }
    .nav-links a.active,
    .nav-links .nav-link.active {
      background: rgba(30, 58, 138, 0.09);
      color: var(--brand-navy);
      box-shadow: inset 0 0 0 1px rgba(30, 58, 138, 0.1);
    }
    .nav-dropdown {
      position: relative;
    }
    .nav-dropdown-toggle {
      gap: 0.4rem;
      padding-right: 0.5rem !important;
    }
    .nav-dropdown-label {
      display: inline-block;
    }
    .nav-dropdown-caret {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 18px;
      height: 18px;
      margin-left: 0.1rem;
      border: none;
      border-radius: 4px;
      background: rgba(30, 58, 138, 0.08);
      color: var(--brand-navy);
      flex-shrink: 0;
      transition: background 0.2s ease, color 0.2s ease;
    }
    .nav-dropdown-caret svg {
      display: block;
      width: 11px;
      height: 11px;
      transition: transform 0.22s ease;
    }
    .nav-dropdown:hover .nav-dropdown-caret,
    .nav-dropdown.is-open .nav-dropdown-caret,
    .nav-dropdown-toggle:hover .nav-dropdown-caret {
      background: rgba(30, 58, 138, 0.14);
      color: var(--brand-navy-deep);
    }
    .nav-dropdown:hover .nav-dropdown-caret svg,
    .nav-dropdown.is-open .nav-dropdown-caret svg,
    .nav-dropdown:focus-within .nav-dropdown-caret svg {
      transform: rotate(180deg);
    }
    .nav-dropdown .nav-link::after {
      display: none;
    }
    .nav-dropdown-menu {
      position: absolute;
      top: calc(100% + 0.55rem);
      left: 0;
      transform: translateY(10px);
      min-width: 268px;
      padding: 0.45rem 0;
      border-radius: 8px;
      background: #ffffff;
      border: 1px solid rgba(30, 58, 138, 0.14);
      box-shadow: 0 14px 36px rgba(15, 23, 42, 0.14);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
      z-index: 1100;
      overflow: hidden;
    }
    .nav-dropdown-menu::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--brand-navy), var(--brand-orange));
    }
    .nav-dropdown:hover .nav-dropdown-menu,
    .nav-dropdown.is-open .nav-dropdown-menu,
    .nav-dropdown:focus-within .nav-dropdown-menu {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translateY(0);
    }
    .nav-dropdown-link {
      display: block;
      padding: 0.68rem 1.15rem;
      border-radius: 0;
      border-left: 3px solid transparent;
      color: var(--brand-navy-deep);
      font-size: 0.875rem;
      font-weight: 500;
      text-transform: none;
      letter-spacing: 0.01em;
      white-space: nowrap;
      line-height: 1.35;
      transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
    }
    .nav-dropdown-link--overview {
      font-weight: 700;
      font-size: 0.84rem;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: var(--brand-navy);
      border-bottom: 1px solid rgba(30, 58, 138, 0.1);
      margin-bottom: 0.2rem;
      padding-top: 0.78rem;
      padding-bottom: 0.72rem;
    }
    .nav-dropdown-link:hover,
    .nav-dropdown-link:focus-visible {
      background: rgba(30, 58, 138, 0.06);
      border-left-color: var(--brand-orange);
      color: var(--brand-navy);
    }
    .nav-dropdown-link--overview:hover,
    .nav-dropdown-link--overview:focus-visible {
      border-left-color: var(--brand-navy);
    }
    .nav-actions {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      flex-shrink: 0;
      height: 48px;
      margin-left: 0.5rem;
      padding-left: 0.25rem;
    }
    .nav-email {
      font-size: 0.88rem;
      font-weight: 600;
      color: var(--brand-navy);
      display: inline-flex;
      align-items: center;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      transition: color 0.2s ease;
      letter-spacing: 0.01em;
      white-space: nowrap;
      line-height: 1;
      flex-shrink: 0;
    }
    .nav-actions a.nav-email {
      color: var(--brand-navy);
    }
    .nav-email:hover,
    .nav-actions a.nav-email:hover {
      color: var(--brand-orange);
      background: transparent;
      border-color: transparent;
      box-shadow: none;
    }
    .nav-email-mobile { display: none; margin-top: 0.5rem; color: var(--brand-navy); font-weight: 600; }
    .mobile-menu a.nav-email-mobile {
      display: none;
      justify-content: flex-start;
      word-break: break-all;
      color: var(--brand-navy);
      background: transparent;
      border: 0;
      padding: 0.85rem 1rem;
    }
    .mobile-menu a.nav-email-mobile:hover {
      color: var(--brand-orange);
      background: var(--primary-soft);
    }
    .language-switcher {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.25rem;
      height: auto;
      min-width: auto;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      transition: none;
      cursor: pointer;
      flex-shrink: 0;
    }
    .language-switcher:hover {
      border-color: transparent;
      background: transparent;
      box-shadow: none;
    }
    .language-flag {
      width: 26px;
      height: 18px;
      border-radius: 3px;
      object-fit: cover;
      box-shadow: 0 1px 3px rgba(15, 23, 42, 0.15);
      flex-shrink: 0;
      pointer-events: none;
      position: relative;
      z-index: 1;
    }
    .language-select {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      appearance: none;
      border: 0;
      border-radius: 0;
      background: transparent;
      opacity: 0;
      cursor: pointer;
      outline: none;
      z-index: 2;
      font-family: inherit;
    }
    .language-select option {
      color: #0f172a;
      font-size: 0.88rem;
      font-weight: 600;
      background: #ffffff;
    }
    .language-switcher::after {
      content: "⌵";
      position: static;
      transform: none;
      color: var(--brand-navy);
      font-size: 1.1rem;
      pointer-events: none;
      font-weight: 600;
      z-index: 1;
      line-height: 1;
    }
    .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.6rem 1.2rem; border-radius: 40px;
      font-weight: 600; font-size: 0.9rem; transition: all 0.2s ease; cursor: pointer; border: 1px solid transparent; white-space: nowrap;
    }
    .btn-primary { background: var(--primary); color: white; box-shadow: 0 4px 8px rgba(30, 64, 175, 0.12); }
    .btn-primary:hover { background: #1e3a8a; transform: translateY(-2px); box-shadow: 0 12px 22px rgba(30, 64, 175, 0.24); }
    .btn-primary:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }
    .btn-secondary { background: transparent; border-color: rgba(30, 64, 175, 0.2); color: var(--primary); }
    .btn-secondary:hover { background: var(--primary-soft); border-color: var(--primary); }
    .menu-toggle {
      display: none; background: transparent; border: 1px solid rgba(0,0,0,0.08); width: 44px; height: 44px; border-radius: 12px;
      cursor: pointer; position: relative;
    }
    .menu-toggle span, .menu-toggle::before, .menu-toggle::after {
      content: ""; position: absolute; left: 12px; right: 12px; height: 2px; background: #1e293b; transition: all 0.2s ease;
    }
    .menu-toggle span { top: 22px; }
    .menu-toggle::before { top: 16px; }
    .menu-toggle::after { bottom: 16px; }
    .menu-toggle.active span { opacity: 0; }
    .menu-toggle.active::before { top: 22px; transform: rotate(45deg); }
    .menu-toggle.active::after { bottom: 22px; transform: rotate(-45deg); }
    .mobile-menu {
      display: none;
      visibility: hidden;
      opacity: 0;
      pointer-events: none;
      position: absolute;
      top: calc(100% + 0.5rem);
      left: 1rem;
      right: 1rem;
      background: #ffffff;
      border-radius: 24px;
      padding: 1rem;
      box-shadow: 0 20px 35px -8px rgba(0,0,0,0.1);
      border: 1px solid rgba(0,0,0,0.05);
      backdrop-filter: blur(12px);
    }
    .mobile-menu a, .mobile-menu button {
      display: block; width: 100%; text-align: left; padding: 0.85rem 1rem; border-radius: 14px; color: #1e293b;
      background: transparent; border: none; font-weight: 500;
    }
    .mobile-menu a:hover, .mobile-menu button:hover { background: var(--primary-soft); color: var(--primary); }
    .mobile-menu.open {
      display: block;
      visibility: visible;
      opacity: 1;
      pointer-events: auto;
      animation: fadeUp 0.2s ease;
    }
    .mobile-nav-group {
      border-radius: 14px;
      overflow: hidden;
    }
    .mobile-nav-group-toggle {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      text-align: left;
      padding: 0.85rem 1rem;
      border-radius: 14px;
      color: #1e293b;
      background: transparent;
      border: none;
      font-weight: 700;
      font-size: 0.84rem;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      cursor: pointer;
      gap: 0.75rem;
    }
    .mobile-nav-group-toggle .nav-dropdown-caret {
      margin-left: auto;
      background: rgba(30, 58, 138, 0.08);
    }
    .mobile-nav-group.is-open .nav-dropdown-caret svg {
      transform: rotate(180deg);
    }
    .mobile-nav-submenu {
      display: none;
      padding: 0.35rem 0.5rem 0.65rem 0.85rem;
      border-left: 2px solid rgba(30, 58, 138, 0.12);
      margin-left: 0.85rem;
    }
    .mobile-nav-group.is-open .mobile-nav-submenu {
      display: block;
    }
    .mobile-nav-submenu .nav-dropdown-link {
      font-size: 0.88rem;
      font-weight: 500;
      text-transform: none;
      letter-spacing: 0;
      padding: 0.62rem 0.85rem;
      border-radius: 8px;
      border-left: 3px solid transparent;
    }
    .mobile-nav-submenu .nav-dropdown-link--overview {
      font-weight: 700;
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.02em;
      border-bottom: 1px solid rgba(30, 58, 138, 0.08);
      margin-bottom: 0.15rem;
      padding-bottom: 0.7rem;
    }
    .hero {
      margin-top: 60px; min-height: calc(100vh - 24px); position: relative; display: flex; align-items: flex-start; justify-content: center;
      padding-top: calc(var(--nav-height) - 0.5rem); padding-bottom: 6rem; isolation: isolate; overflow: hidden;
    }
    .hero::after {
      content: ""; position: absolute; inset: auto 0 0 0; height: 140px;
      background: linear-gradient(180deg, rgba(245,247,251,0) 0%, rgba(245,247,251,0.95) 80%, var(--bg) 100%); z-index: -1; pointer-events: none;
    }
    .hero::before {
      content: ""; position: absolute; inset: 0;
      background: linear-gradient(135deg, rgba(30,64,175,0.08), rgba(59,130,246,0.08)), url('https://picsum.photos/1920/1200?blur=1') center/cover no-repeat;
      z-index: -3; transform: scale(1.06);
    }
    .hero-watermark {
      position: absolute; width: min(520px, 70vw); opacity: 0.05; z-index: -1; right: 4%; top: 18%; pointer-events: none; animation: floatLogo 8s ease-in-out infinite;
    }
    .parallax-layer { position: absolute; border-radius: 999px; filter: blur(18px); opacity: 0.4; z-index: -2; pointer-events: none; }
    .layer-one { width: 360px; height: 360px; background: radial-gradient(circle, rgba(30,64,175,0.6), transparent 68%); top: 14%; left: 8%; }
    .layer-two { width: 460px; height: 460px; background: radial-gradient(circle, rgba(59,130,246,0.5), transparent 70%); right: 6%; bottom: 12%; }
    .layer-three { width: 260px; height: 260px; background: radial-gradient(circle, rgba(148,163,184,0.2), transparent 68%); right: 30%; top: 18%; }
    .hero-grid { width: min(1100px, calc(100% - 2rem)); display: grid; grid-template-columns: 1fr; gap: 1.6rem; align-items: center; justify-items: center; }
    .hero-card {
      position: relative; margin: 0.75rem auto 2rem; width: 100%; max-width: 980px; padding: 2.35rem 2.5rem 2.6rem;
      border: 1px solid rgba(255,255,255,0.55); border-radius: 34px; background: rgba(255,255,255,0.88);
      box-shadow: 0 28px 60px -16px rgba(15,23,42,0.18); backdrop-filter: blur(12px); text-align: center; overflow: hidden;
    }
    .hero-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: linear-gradient(90deg, var(--primary), var(--primary-2)); }
    .hero h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); line-height: 1.02; letter-spacing: -0.04em; margin-bottom: 0.65rem; color: var(--heading); }
    .hero-tagline { font-size:0.58em; font-weight:700; letter-spacing:0.02em; color:#1e40af; opacity:0.95; }
    .hero .subtitle { font-size: clamp(1rem, 2vw, 1.2rem); color: #334155; margin: 0 auto 0.85rem; font-weight: 500; max-width: 720px; }
    .hero .description { max-width: 760px; margin: 0 auto 1.35rem; color: #475569; font-size: 1.05rem; }
    .hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.9rem; margin-top: 0.95rem; }
    .hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 1.35rem; }
    .hero-trustbar { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.75rem; margin-top: 0.95rem; }
    .hero-pill {
      display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.6rem 1rem; border-radius: 999px; background: rgba(255,255,255,0.82);
      border: 1px solid rgba(30,64,175,0.08); color: #334155; font-size: 0.84rem; font-weight: 600; box-shadow: 0 8px 20px rgba(15,23,42,0.05);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }
    .hero-pill:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(15,23,42,0.08); }
    .stat { padding: 1.2rem; border-radius: 22px; background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%); border: 1px solid rgba(30,64,175,0.08); box-shadow: 0 10px 24px rgba(15,23,42,0.05); }
    .stat strong { display: inline-block; font-size: 1.2rem; color: var(--heading); margin-bottom: 0.35rem; padding-bottom: 6px; border-bottom: 3px solid var(--primary); }
    .stat-number { display: block; font-size: 2rem; font-weight: 800; line-height: 1; letter-spacing: -0.04em; color: var(--primary); margin-bottom: 0.55rem; }
    .stat-label {
      display: inline-block;
      font-size: 0.95rem;
      font-weight: 700;
      color: var(--heading);
      margin-bottom: 0.5rem;
      padding-bottom: 0.3rem;
      border-bottom: 3px solid #facc15;
    }
    .cards-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.2rem; }
    .card { background: #fff; border-radius: 28px; box-shadow: var(--shadow-sm); border: 1px solid rgba(15,23,42,0.05); }
    .service-card { padding: 1.55rem 1.45rem 1.4rem; background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%); min-height: 285px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; position: relative; }
    .service-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: linear-gradient(90deg, var(--primary), var(--primary-2)); opacity: 0; transition: opacity 0.25s ease; }
    .service-card:hover::before { opacity: 1; }
    .service-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 0.9rem; margin-bottom: 1rem; }
    .service-card .icon-badge {
      width: 52px; height: 52px; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 0;
      background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%); color: var(--primary); font-size: 0; flex: 0 0 52px;
      box-shadow: inset 0 0 0 1px rgba(30,64,175,0.08);
    }
    .service-meta { display: inline-flex; align-items: center; justify-content: center; padding: 0.35rem 0.7rem; border-radius: 999px; background: var(--primary-soft); color: var(--primary); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; white-space: nowrap; }
    .service-card h3 { font-size: 1.22rem; line-height: 1.28; letter-spacing: -0.02em; margin-bottom: 0.75rem; }
    .service-card p { color: var(--muted); font-size: 0.95rem; }
    .service-link { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 1rem; color: var(--primary); font-weight: 700; font-size: 0.9rem; }
    .service-link span:last-child { transition: transform 0.2s ease; }
    .service-card:hover .service-link span:last-child { transform: translateX(3px); }
    .why-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; align-items: stretch; }
    .why-card {
      position: relative; padding: 1.65rem 1.5rem 1.45rem; min-height: 270px; background: linear-gradient(180deg, rgba(255,255,255,0.82) 0%, rgba(248,251,255,0.92) 100%);
      backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,0.55); box-shadow: 0 14px 34px rgba(15,23,42,0.08); overflow: hidden;
      transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease; isolation: isolate;
    }
    .why-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(59,130,246,0.18), transparent 42%); opacity: 0; transition: opacity 0.35s ease; z-index: 0; }
    .why-card::after { content: attr(data-number); position: absolute; right: 1rem; bottom: 0.55rem; font-size: 3.2rem; line-height: 1; font-weight: 800; letter-spacing: -0.06em; color: rgba(30,64,175,0.06); pointer-events: none; z-index: 0; }
    .why-card > * { position: relative; z-index: 1; }
    .why-card:hover { transform: translateY(-8px); box-shadow: 0 26px 56px rgba(30,64,175,0.16); border-color: rgba(59,130,246,0.25); }
    .why-card:hover::before { opacity: 1; }
    .why-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 0.8rem; margin-bottom: 1rem; }
    .why-card .icon-badge {
      width: 56px; height: 56px; margin-bottom: 0; border-radius: 18px; background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
      box-shadow: inset 0 0 0 1px rgba(30,64,175,0.08), 0 10px 20px rgba(30,64,175,0.08); flex: 0 0 56px; font-size: 0; transition: transform 0.28s ease, box-shadow 0.28s ease;
    }
    .why-card:hover .icon-badge { transform: translateY(-2px) scale(1.04); box-shadow: inset 0 0 0 1px rgba(30,64,175,0.08), 0 16px 28px rgba(30,64,175,0.14); }
    .why-meta { display: inline-flex; align-items: center; justify-content: center; padding: 0.35rem 0.72rem; border-radius: 999px; background: var(--primary-soft); color: var(--primary); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; white-space: nowrap; }
    .why-card h3 { font-size: 1.2rem; line-height: 1.26; letter-spacing: -0.02em; margin-bottom: 0.65rem; max-width: 17ch; }
    .why-card p { color: var(--muted); font-size: 0.97rem; max-width: 32ch; }
    .why-link { display: inline-flex; align-items: center; gap: 0.45rem; margin-top: 1rem; color: var(--primary); font-weight: 700; font-size: 0.9rem; }
    .why-link span:last-child { transition: transform 0.2s ease; }
    .why-card:hover .why-link span:last-child { transform: translateX(3px); }
    .icon-badge { width: 44px; height: 44px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; background: var(--primary-soft); color: var(--primary); font-size: 1.25rem; }
    .about-layout, .contact-layout { background: var(--bg-soft); padding: 16px; border-radius: 24px; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 1.15rem; align-items: stretch; }
    .media-card img { width: 100%; height: 100%; object-fit: cover; border-radius: calc(var(--radius) - 4px); min-height: 460px; }
    .check-list { list-style: none; display: grid; gap: 0.95rem; margin-top: 1.5rem; }
    .check-list li { display: flex; gap: 0.8rem; align-items: flex-start; padding: 0.85rem 1rem; background: #ffffff; border-radius: 16px; border: 1px solid var(--border); }
    .check-list li strong {
      display: inline-block;
      padding-bottom: 0.2rem;
      border-bottom: 3px solid #facc15;
      margin-bottom: 0.35rem;
    }
    .mini-dot { width: 10px; height: 10px; margin-top: 0.45rem; border-radius: 999px; background: var(--primary); flex: 0 0 10px; }
    .steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.35rem; position: relative; align-items: stretch; }
    .steps::before { content: ""; position: absolute; left: 8%; right: 8%; top: 58px; height: 2px; background: linear-gradient(90deg, rgba(30,64,175,0.12), rgba(59,130,246,0.28), rgba(30,64,175,0.12)); z-index: 0; }
    .step { padding: 1.5rem 1.45rem 1.4rem; position: relative; background: linear-gradient(180deg,#ffffff 0%,#f8fafc 100%); z-index: 1; overflow: hidden; min-height: 260px; }
    .step::before { content: attr(data-step); position: absolute; top: 1rem; right: 1rem; font-size: 0.7rem; font-weight: 700; color: var(--primary); background: var(--primary-soft); padding: 4px 10px; border-radius: 999px; letter-spacing: 0.04em; }
    .step::after { content: attr(data-number); position: absolute; right: 1rem; bottom: 0.5rem; font-size: 3.4rem; font-weight: 800; line-height: 1; letter-spacing: -0.06em; color: rgba(30,64,175,0.06); pointer-events: none; }
    .step-marker { width: 18px; height: 18px; border-radius: 999px; background: linear-gradient(135deg, var(--primary), var(--primary-2)); border: 4px solid #ffffff; box-shadow: 0 0 0 6px rgba(30,64,175,0.08); margin: 0 auto 1.15rem; position: relative; }
    .step-header { display: flex; align-items: center; gap: 0.9rem; margin-bottom: 1rem; }
    .step .icon-badge { width: 52px; height: 52px; border-radius: 16px; margin-bottom: 0; background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%); box-shadow: inset 0 0 0 1px rgba(30,64,175,0.08); flex: 0 0 52px; }
    .step h3 { font-size: 1.14rem; font-weight: 750; margin-bottom: 0.15rem; letter-spacing: -0.02em; line-height: 1.25; max-width: 14ch; }
    .step-label { display: block; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--primary); font-weight: 700; margin-bottom: 0.15rem; }
    .step p { font-size: 0.94rem; color: var(--muted); max-width: 30ch; }
    .testimonials { display: grid; grid-template-columns: repeat(2, minmax(320px, 380px)); gap: 1.2rem; justify-content: center; align-items: stretch; }
    .team-card { text-align: center; position: relative; overflow: hidden; transition: all 0.35s ease; padding: 1.7rem 1.4rem 1.6rem; background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%); }
    .team-card:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 20px 50px rgba(30,64,175,0.18); }
    .team-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: linear-gradient(90deg, var(--primary), var(--primary-2)); }
    .team-photo { width: 260px; height: 340px; object-fit: cover; border-radius: 30px; margin: 0 auto 1rem; display: block; border: 6px solid white; box-shadow: 0 18px 40px rgba(0,0,0,0.16); transition: transform 0.35s ease, box-shadow 0.35s ease; background: #e2e8f0; }
    .team-card:hover .team-photo { transform: scale(1.05); box-shadow: 0 14px 32px rgba(0,0,0,0.18); }
    .ceo-badge { position: absolute; top: 16px; right: 16px; background: linear-gradient(135deg,var(--primary),var(--primary-2)); color: white; font-size: 0.72rem; font-weight: 700; padding: 7px 11px; border-radius: 20px; letter-spacing: 0.04em; box-shadow: 0 4px 10px rgba(0,0,0,0.15); z-index: 2; }
    .team-link { display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem; margin-top: 1rem; margin-inline: 0.25rem; padding: 0.55rem 0.8rem; border-radius: 12px; background: #25D366; color: white; font-weight: 600; font-size: 0.78rem; transition: all 0.25s ease; box-shadow: 0 4px 10px rgba(37,211,102,0.25); position: relative; }
    .team-link[aria-label*="LinkedIn"] { background: #0A66C2; box-shadow: 0 8px 18px rgba(10,102,194,0.3); }
    .team-link::after { content: attr(aria-label); position: absolute; bottom: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(6px); background: #0f172a; color: white; font-size: 0.7rem; padding: 6px 10px; border-radius: 8px; opacity: 0; transition: all 0.25s ease; white-space: nowrap; pointer-events: none; z-index: 5; }
    .team-link:hover::after { opacity: 1; transform: translateX(-50%) translateY(0); }
    .team-link .wa-icon { width: 18px; height: 18px; flex: 0 0 18px; fill: currentColor; }
    .team-link .wa-text::after { content: ""; display: inline-block; width: 1ch; text-align: left; animation: dotsWA 1.3s steps(4, end) infinite; }
    @keyframes pulseWA { 0% { transform: scale(1); box-shadow: 0 8px 18px rgba(37,211,102,0.28); } 50% { transform: scale(1.04); box-shadow: 0 12px 28px rgba(37,211,102,0.42); } 100% { transform: scale(1); box-shadow: 0 8px 18px rgba(37,211,102,0.28); } }
    @keyframes dotsWA { 0% { content: ""; } 25% { content: "."; } 50% { content: ".."; } 75% { content: "..."; } 100% { content: ""; } }
    .team-link:hover { background: linear-gradient(135deg, #1ebe5d, #128C7E); color: white; transform: translateY(-2px) scale(1.04); box-shadow: 0 12px 24px rgba(37,211,102,0.38); }
    .team-actions { display: flex; justify-content: center; flex-wrap: wrap; margin-top: 0.9rem; }
    .team-name { display: block; font-size: 1.2rem; font-weight: 800; color: var(--heading); margin-top: 0.35rem; animation: fadeUp 0.7s ease; }
    .team-role { display: inline-block; margin-top: 0.35rem; padding: 0.35rem 0.9rem; border-radius: 999px; background: var(--primary-soft); color: var(--primary); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.01em; }
    .team-bio { margin-top: 0.9rem; color: var(--muted); font-size: 0.94rem; max-width: 30ch; margin-left: auto; margin-right: auto; }
    .sector-gallery { background: var(--bg-soft); border-radius: 30px; padding: 1.4rem; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 1.4rem; align-items: stretch; }
    .sector-viewer { position: relative; min-height: 480px; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow-sm); background: #e2e8f0; }
    .sector-viewer img { width: 100%; height: 100%; object-fit: cover; transition: opacity 0.45s ease, transform 0.6s ease; }
    .sector-viewer img.is-changing { opacity: 0.78; transform: scale(1.02); }
    .sector-overlay { position: absolute; inset: auto 0 0 0; padding: 1.5rem; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); color: white; }
    .sector-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 40px; background: rgba(255,255,255,0.2); backdrop-filter: blur(8px); color: white; display: grid; place-items: center; cursor: pointer; transition: all 0.2s; border: none; }
    .sector-arrow.prev { left: 1rem; } .sector-arrow.next { right: 1rem; }
    .sector-arrow:hover { background: rgba(255,255,255,0.4); transform: translateY(-50%) scale(1.05); }
    .sector-info-card { background: white; border-radius: 28px; padding: 1.5rem; display: flex; flex-direction: column; justify-content: space-between; min-height: 480px; }
    .sector-kicker { display: inline-flex; padding: 0.4rem 1rem; border-radius: 40px; background: var(--primary-soft); color: var(--primary); font-weight: 600; font-size: 0.8rem; margin-bottom: 1rem; }
    .sector-feature-list { list-style: none; display: grid; gap: 0.85rem; margin-top: 1.25rem; }
    .sector-feature-list li { display: flex; gap: 0.75rem; padding: 0.8rem 1rem; background: #f8fafc; border-radius: 20px; }
    .sector-feature-dot { width: 10px; height: 10px; border-radius: 10px; background: var(--primary); flex: 0 0 10px; margin-top: 0.4rem; }
    .sector-pagination { display: flex; gap: 0.6rem; margin-top: 1.5rem; }
    .sector-page-btn { width: 40px; height: 40px; border-radius: 40px; border: 1px solid var(--border); background: white; cursor: pointer; transition: all 0.2s; font-weight: 600; }
    .sector-page-btn.active, .sector-page-btn:hover { background: var(--primary); color: white; border-color: var(--primary); }
    .testimonial-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.2rem; }
    .quote-card { position: relative; padding: 1.5rem; border-radius: 20px; color: #ffffff; box-shadow: 0 12px 30px rgba(30,64,175,0.25); transition: transform 0.25s ease, box-shadow 0.25s ease; }
    .quote-card:nth-child(1) { background: linear-gradient(135deg, #1e40af, #3b82f6); }
    .quote-card:nth-child(2) { background: linear-gradient(135deg, #059669, #10b981); }
    .quote-card:nth-child(3) { background: linear-gradient(135deg, #d97706, #f59e0b); }
    .quote-card:nth-child(4) { background: linear-gradient(135deg, #7c3aed, #a855f7); }
    .quote-card:hover { transform: translateY(-6px) scale(1.02); box-shadow: 0 22px 45px rgba(0,0,0,0.25); }
    .quote-card p { color: #ffffff; font-weight: 500; }
    .client-meta { margin-top: 1rem; font-size: 0.85rem; color: rgba(255,255,255,0.9); font-weight: 600; display: flex; flex-direction: column; gap: 0.15rem; }
    .client-company { font-size: 0.92rem; font-weight: 700; }
    .client-sector { font-size: 0.78rem; font-weight: 500; opacity: 0.88; text-transform: uppercase; letter-spacing: 0.04em; }
    .quote-mark { position: absolute; top: 1rem; left: 1.2rem; font-size: 2.2rem; line-height: 1; color: rgba(255,255,255,0.22); font-weight: 800; }
    .faq-wrap { display: grid; gap: 1rem; max-width: 900px; margin: 0 auto; }
    .faq-item { border: 1px solid var(--border); border-radius: 24px; overflow: hidden; background: white; }
    .faq-question { width: 100%; padding: 1.2rem 1.3rem; background: transparent; font-weight: 600; display: flex; justify-content: space-between; cursor: pointer; border: none; }
    .faq-item.active .faq-question span:last-child { transform: rotate(45deg); }
    .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
    .faq-answer p { padding: 0 1.3rem 1.2rem; color: var(--muted); }
    .contact-card, .form-card { background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%); border-radius: 28px; padding: 1.5rem; box-shadow: 0 18px 40px rgba(15,23,42,0.07); position: relative; overflow: hidden; border: 1px solid rgba(30,64,175,0.08); }
    .form-card { box-shadow: 0 24px 48px rgba(15,23,42,0.10); }
    .form-card.submitted-form::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(255,255,255,0.72);
      backdrop-filter: blur(2px);
      z-index: 6;
      border-radius: 28px;
    }
    .contact-card::before, .form-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: linear-gradient(90deg, var(--primary), var(--primary-2)); }
    .contact-intro, .form-intro { display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.45rem 0.8rem; border-radius: 999px; background: var(--primary-soft); color: var(--primary); font-size: 0.76rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.9rem; }
    .contact-title, .form-title {
      font-size: 1.7rem;
      line-height: 1.15;
      letter-spacing: -0.03em;
      margin-bottom: 0.75rem;
      color: var(--heading);
      text-align: left;
      max-width: none;
    }
    .contact-card .contact-intro {
      margin-left: 0;
      display: inline-flex;
      justify-content: flex-start;
      width: fit-content;
    }
    .contact-card .contact-title,
    .contact-card .title-rule {
      margin-left: 0;
      display: flex;
      justify-content: flex-start;
    }
    .contact-card .title-rule {
      margin-top: 0;
      margin-bottom: 1rem;
    }
    .title-rule { width: 74px; height: 4px; border-radius: 999px; background: linear-gradient(90deg, var(--primary), var(--primary-2)); margin: 0 0 1.15rem 0; }
    .contact-copy, .form-copy { color: var(--muted); font-size: 1rem; max-width: 60ch; }
    .contact-info { display: grid; gap: 0.8rem; margin-top: 1.15rem; }
    .contact-item { display: flex; gap: 0.9rem; padding: 0.85rem 0.95rem; background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%); border-radius: 20px; border: 1px solid rgba(15,23,42,0.05); align-items: flex-start; transition: transform 0.2s ease, box-shadow 0.2s ease; }
    .contact-item:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(15,23,42,0.06); }
    .contact-item .icon-badge { width: 50px; height: 50px; flex: 0 0 50px; margin: 0; border-radius: 16px; background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%); box-shadow: inset 0 0 0 1px rgba(30,64,175,0.08); font-size: 1.15rem; }
    .contact-item h4 { font-size: 1rem; margin-bottom: 0.2rem; color: var(--heading); }
    .contact-item p, .contact-item a { color: var(--muted); font-size: 0.98rem; }
    form { display: grid; gap: 0.85rem; }
    .form-trustbar { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 0.75rem; margin: 0.35rem 0 0.25rem; }
    .trust-pill { display: inline-flex; align-items: center; justify-content: center; padding: 0.7rem 0.9rem; border-radius: 999px; background: #f8fafc; border: 1px solid rgba(15,23,42,0.06); color: #475569; font-size: 0.8rem; font-weight: 700; text-align: center; }
    .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
    .field-row-3 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; align-items: end; }
    .field-row-3 .field input,
    .field-row-3 .field select {
      padding-left: 1rem;
      min-height: 50px;
      border-radius: 16px;
    }
    #fieldAddress input {
      padding-left: 2.85rem;
    }
    #fieldCountry select {
      padding-left: 2.85rem;
    }
    #fieldCV::before, #fieldCountry::before, #fieldAddress::before { display: block; }
    #fieldCV .btn.btn-secondary {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      min-height: 44px;
      padding: 0.7rem 1rem;
      background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
      border: 1px solid #cfd8ea;
      color: #111827;
      font-weight: 700;
      font-size: 0.95rem;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
    }
    #fieldCV .btn.btn-secondary:hover {
      background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
      border-color: #bcc9e4;
      color: #111827;
      transform: none;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
    }
    #fieldCV .btn.btn-secondary input {
      display: none;
    }
    #fieldCV .btn.btn-secondary:focus-within {
      border-color: #86a3ff;
      box-shadow: 0 0 0 0.22rem rgba(13,110,253,0.12), inset 0 1px 0 rgba(255,255,255,0.9);
    }
    .field { position: relative; }
    .field label { display: block; font-weight: 700; margin-bottom: 0.45rem; font-size: 0.84rem; color: var(--text); letter-spacing: -0.01em; }
    .field input, .field textarea, .field select {
      width: 100%;
      min-height: 50px;
      padding: 0.78rem 0.95rem 0.78rem 2.55rem;
      border: 1px solid #d7deea;
      border-radius: 16px;
      background: #ffffff;
      transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease, background-color 0.22s ease;
      font-size: 0.95rem;
      color: var(--text);
      box-shadow: 0 1px 2px rgba(15,23,42,0.03);
    }
    .field input:hover, .field select:hover, .field textarea:hover {
      border-color: #c7d2e3;
      background: #ffffff;
    }
    #fieldMessage {
      max-width: 100%;
      margin: 0;
    }
    #fieldMessage textarea {
      min-height: 22px;
      padding: 0.42rem 0.82rem;
      background: #ffffff;
      border: 1px solid #d7deea;
      border-radius: 18px;
      box-shadow: 0 1px 2px rgba(15,23,42,0.03);
    }
    #fieldMessage textarea::placeholder {
      color: #7c8699;
    }
    .field textarea {
      min-height: 22px;
      resize: none;
      padding: 0.42rem 0.82rem;
    }
    .field select {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      appearance: none;
      background-image: linear-gradient(45deg, transparent 50%, #1f2937 50%), linear-gradient(135deg, #1f2937 50%, transparent 50%);
      background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 13px) calc(50% - 3px);
      background-size: 5px 5px, 5px 5px;
      background-repeat: no-repeat;
      padding-right: 2.2rem;
    }
    .field input:focus, .field textarea:focus, .field select:focus {
      border-color: #86a3ff;
      outline: none;
      box-shadow: 0 0 0 0.22rem rgba(13,110,253,0.12);
      transform: translateY(-1px);
    }
    .field input[type="file"] { padding-top: 0.9rem; padding-bottom: 0.9rem; cursor: pointer; }
    .field input[type="file"]::file-selector-button { margin-right: 0.8rem; border: none; background: var(--primary-soft); color: var(--primary); padding: 0.55rem 0.9rem; border-radius: 10px; font-weight: 600; cursor: pointer; }
    .field::before {
      content: "";
      position: absolute;
      left: 0.95rem;
      top: calc(50% + 0.7rem);
      transform: translateY(-50%);
      width: 17px;
      height: 17px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      opacity: 0.68;
      transition: opacity 0.2s ease;
      pointer-events: none;
      z-index: 2;
    }
    .field:focus-within::before { opacity: 1; }
    #fieldName::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231e40af'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z' /%3E%3C/svg%3E"); top: calc(50% + 0.55rem); }
    #fieldEmail::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231e40af'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z' /%3E%3C/svg%3E"); top: calc(50% + 0.55rem); }
    #fieldPhone::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231e40af'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z' /%3E%3C/svg%3E");
      top: calc(50% + 0.55rem);
    }
    #fieldCV::before { display: none; }
    #fieldCountry::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231e40af'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12 3l7 3-7 3-7-3 7-3zM5 10l7 3 7-3M5 14l7 3 7-3'/%3E%3C/svg%3E"); top: calc(50% + 0.72rem); left: 0.95rem; }
    #fieldAddress::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231e40af'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12 21s7-4.35 7-10a7 7 0 10-14 0c0 5.65 7 10 7 10z'/%3E%3Ccircle cx='12' cy='11' r='2.5'/%3E%3C/svg%3E"); top: calc(50% + 0.72rem); left: 0.95rem; }
    #fieldService::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231e40af'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10 21h7a2 2 0 002-2V9.414a1 1 0 00-.293-.707l-5.414-5.414A1 1 0 0012.586 3H7a2 2 0 00-2 2v14a2 2 0 002 2zM12 3v4a2 2 0 002 2h4' /%3E%3C/svg%3E"); }

    .error { color: #dc2626; font-size: 0.75rem; display: none; margin-top: 0.3rem; }
    .field.invalid .error { display: block; }
    .field.invalid input, .field.invalid textarea, .field.invalid select { border-color: #dc2626; }
    .success-message {
      position: absolute;
      inset: 50% auto auto 50%;
      transform: translate(-50%, -50%) scale(0.92);
      width: min(92%, 460px);
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.75rem;
      padding: 1.15rem 1.35rem;
      background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
      border: 1px solid rgba(30,64,175,0.12);
      border-radius: 22px;
      color: var(--primary);
      box-shadow: 0 24px 50px rgba(15,23,42,0.16);
      text-align: center;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.5;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
      z-index: 8;
      pointer-events: none;
    }
    .success-message.show {
      opacity: 1;
      visibility: visible;
      transform: translate(-50%, -50%) scale(1);
    }
    .whatsapp-float { position: fixed; right: 1.5rem; bottom: 5rem; width: 52px; height: 52px; border-radius: 30px; background: #25D366; color: white; display: grid; place-items: center; box-shadow: 0 8px 20px rgba(37,211,102,0.3); z-index: 999; transition: all 0.2s; }
    .whatsapp-float:hover { transform: scale(1.05); }
    .back-to-top { position: fixed; right: 1.5rem; bottom: 1.5rem; width: 44px; height: 44px; border-radius: 30px; background: var(--primary); color: white; border: none; display: grid; place-items: center; cursor: pointer; opacity: 0; visibility: hidden; transition: all 0.2s; z-index: 999; }
    .back-to-top.show { opacity: 1; visibility: visible; }
    .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
    .reveal.visible { opacity: 1; transform: translateY(0); }
    .fade-in { opacity: 0; transform: scale(0.98); transition: opacity 0.8s ease, transform 0.8s ease; }
    .fade-in.visible { opacity: 1; transform: scale(1); }
    @keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
    @keyframes floatLogo { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
    .footer {
      margin-top: 0;
      padding: 0;
      color: var(--footer-text);
      background: transparent;
      position: relative;
      border-top: 0;
      box-shadow: none;
    }
    .footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 2rem; align-items: start; }
    .footer h4 {
      font-size: 1rem;
      font-weight: 800;
      margin-bottom: 1.2rem;
      color: #ffffff;
      position: relative;
      display: inline-block;
      padding-bottom: 0.45rem;
    }
    .footer h4::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 42px;
      height: 3px;
      border-radius: 999px;
      background: #facc15;
    }
    .footer p,
    .footer li {
      color: var(--footer-text-soft);
      font-size: 0.9rem;
      line-height: 1.5;
    }
    .footer .badge-group { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 1rem 0 1.5rem; }
    .footer .badge-btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1.2rem; border-radius: 40px; font-size: 0.8rem; font-weight: 600; background: #ffffff; border: 1px solid rgba(30, 58, 138, 0.14); color: var(--brand-navy); transition: all 0.2s ease; cursor: default; box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04); }
    .footer .badge-btn:hover { transform: translateY(-2px); border-color: rgba(234, 88, 12, 0.35); background: #ffffff; box-shadow: 0 6px 14px rgba(30, 58, 138, 0.08); color: var(--brand-orange); }
    .footer .cta-buttons { display: flex; gap: 1rem; margin-top: 1rem; flex-wrap: wrap; }
    .btn-footer {
      position: relative;
      overflow: hidden;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      padding: 0.9rem 1.8rem;
      border-radius: 50px;
      font-weight: 700;
      font-size: 0.9rem;
      transition: all 0.25s ease;
      cursor: pointer;
      text-decoration: none;
      min-width: 245px;
      min-height: 48px;
      text-align: center;
    }
    .btn-outline { background: transparent; border: 1.5px solid var(--primary); color: var(--primary); }
    .btn-outline:hover { background: var(--primary-soft); color: var(--primary); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(30,64,175,0.15); }
    .btn-wa { background: #25D366; border: none; color: white; box-shadow: 0 2px 8px rgba(37,211,102,0.3); }
    .btn-wa:hover { background: #128C7E; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(37,211,102,0.4); }
    .footer .info-card { background: rgba(239, 246, 255, 0.65); border: 1px solid rgba(30, 58, 138, 0.1); border-radius: 20px; padding: 1rem; margin-top: 1.2rem; box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04); }
    .footer .map-link, .footer .linkedin-link { display: inline-flex; align-items: center; gap: 0.65rem; background: #ffffff; padding: 0.5rem 1rem; border-radius: 40px; font-size: 0.8rem; font-weight: 500; color: var(--brand-navy); border: 1px solid rgba(30, 58, 138, 0.14); transition: all 0.2s; }
    .footer .map-link:hover, .footer .linkedin-link:hover { background: var(--primary-soft); border-color: rgba(234, 88, 12, 0.35); color: var(--brand-orange); transform: translateY(-2px); }
    .footer .contact-details li span:first-child { color: var(--brand-orange); }
    .footer-links { list-style: disc; padding-left: 1.2rem; }
    .footer-links li { margin-bottom: 0.5rem; }
    .footer-bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(30, 58, 138, 0.12); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; font-size: 0.8rem; color: var(--footer-text-soft); }
    .business-network-block { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.1); }
    .logo-slider-wrap { position: relative; overflow: hidden; }
    .logo-slider-wrap::before, .logo-slider-wrap::after { content: ""; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }
    .logo-slider-wrap::before { left: 0; background: linear-gradient(90deg, #ffffff 0%, rgba(255,255,255,0) 100%); }
    .logo-slider-wrap::after { right: 0; background: linear-gradient(270deg, #ffffff 0%, rgba(255,255,255,0) 100%); }
    .logo-slider { overflow: hidden; position: relative; }
    .logo-track { display: flex; gap: 1rem; width: max-content; animation: scrollLogos 24s linear infinite; padding: 0.25rem 0; }
    .logo-chip { display: inline-flex; align-items: center; justify-content: center; min-width: 220px; height: 54px; padding: 0 1.25rem; border-radius: 16px; border: 1px solid rgba(15,23,42,0.08); background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%); color: #475569; font-weight: 600; box-shadow: 0 8px 22px rgba(15,23,42,0.05); transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease; }
    .logo-chip:hover { transform: translateY(-2px); color: #1e40af; box-shadow: 0 14px 28px rgba(15,23,42,0.08); }
    .capital-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
    .capital-card { position: relative; min-height: 220px; border-radius: 24px; overflow: hidden; box-shadow: 0 14px 32px rgba(15,23,42,0.10); }
    .capital-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s ease; }
    .capital-card:hover img { transform: scale(1.06); }
    .capital-overlay { position: absolute; inset: auto 0 0 0; display: flex; justify-content: space-between; align-items: center; gap: 0.75rem; padding: 1rem 1.1rem; background: linear-gradient(180deg, rgba(15,23,42,0) 0%, rgba(15,23,42,0.78) 100%); color: #ffffff; }
    .capital-overlay strong { font-size: 1.05rem; }
    .capital-overlay span { font-size: 0.82rem; padding: 0.35rem 0.7rem; border-radius: 999px; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.14); }
    .capital-hover-tag { position: absolute; top: 1rem; right: 1rem; padding: 0.45rem 0.8rem; border-radius: 999px; background: rgba(255,255,255,0.88); color: #1e40af; font-size: 0.78rem; font-weight: 700; box-shadow: 0 10px 24px rgba(15,23,42,0.12); opacity: 0; transform: translateY(-6px); transition: opacity 0.25s ease, transform 0.25s ease; }
    .capital-card:hover .capital-hover-tag { opacity: 1; transform: translateY(0); }
    .stars { margin: 0.3rem 0 0.6rem; font-size: 1rem; letter-spacing: 2px; }
    .client-info { display: flex; align-items: center; gap: 0.6rem; }
    .avatar { width: 34px; height: 34px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.6); }
    @keyframes scrollLogos { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
    @media (max-width: 1080px) {
      .cards-grid, .steps { grid-template-columns: repeat(2,1fr); }
      .why-grid { grid-template-columns: 1fr; }
      .steps::before { display: none; }
      .testimonials { grid-template-columns: repeat(2, minmax(280px, 380px)); justify-content: center; }
      .testimonial-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .about-layout, .contact-layout, .sector-gallery { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
    }
    @media (max-width: 860px) {
      .nav-links, .nav-actions .btn-secondary, .nav-actions .nav-email { display: none; }
      .menu-toggle { display: inline-block; }
      .nav-actions .btn-primary { display: none; }
      .nav-email-mobile { display: flex; }
      .mobile-menu .nav-email-mobile { display: flex; }
      .hero-card { padding: 1.6rem 1.2rem 1.8rem; }
      .hero-stats, .field-row, .cards-grid, .steps, .testimonials, .form-trustbar, .testimonial-strip { grid-template-columns: 1fr; }
      .field-row-3 { grid-template-columns: 1fr; }
      .testimonials { justify-content: stretch; }
      .footer-grid { grid-template-columns: 1fr; }
      .capital-grid { grid-template-columns: 1fr; }
      .logo-chip { min-width: 190px; }
    }
    @media (max-width: 700px) { .team-photo { width: 220px; height: 290px; } }
    @media (max-width: 860px) {
      .btn-footer {
        width: 100%;
        min-width: 0;
      }
    }
    @media (max-width: 560px) {
      .contact-card .btn-footer { width: 100%; justify-content: center; }
      .hero { padding-top: 84px; }
      .brand {
        min-width: auto;
      }
      .brand-logo {
        height: 78px;
        max-width: 260px;
      }
      .btn { width: 100%; }
      .footer .btn-footer { flex: 1; text-align: center; }
    }/* Production accessibility and performance enhancements */
:focus-visible {
  outline: 3px solid rgba(30, 64, 175, 0.35);
  outline-offset: 3px;
}
    body.menu-open {
      overflow: hidden;
    }
    .skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.field-help {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.75rem;
}
#selectedFileName {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.78rem;
  word-break: break-word;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
