@font-face {
      font-family: "Thmanyah Fallback";

      src: local("Tahoma"), local("Arial"), local("Segoe UI"), local("Geeza Pro"),
           local("Noto Sans Arabic"), local("Droid Arabic Naskh"),
           local("Liberation Sans"), local("DejaVu Sans"), local("Helvetica");
      size-adjust: 89.5%;
      ascent-override: 100%;
      descent-override: 25%;
      line-gap-override: 0%;
    }

    :root {
      --navy: #081837;
      --navy-2: #10264f;
      --navy-3: #173462;
      --beige: #d1c0a1;
      --beige-soft: #ede5d8;
      --ivory: #f7f3ec;
      --warm-white: #fbfaf7;
      --white: #ffffff;
      --ink: #12203a;
      --muted: #586274;
      --success: #2e7652;
      --error: #a54040;
      --line: rgba(8, 24, 55, 0.14);
      --shadow: 0 24px 70px rgba(8, 24, 55, 0.12);
      --radius-xl: 28px;
      --radius-lg: 20px;
      --radius-md: 14px;
      --container: min(1180px, calc(100vw - 48px));
      --font-ar: "Thmanyah Sans", "Thmanyah Fallback", Tahoma, Arial, sans-serif;
      --font-en: "Thmanyah Sans", "Thmanyah Fallback", Arial, sans-serif;
      --font-display: "Thmanyah Serif Display", "Thmanyah Fallback", Georgia, serif;
      --header-height: 84px;
    }

    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: 96px; }
    body {
      margin: 0;
      background: var(--warm-white);
      color: var(--ink);
      font-family: var(--font-ar);
      line-height: 1.8;
      overflow-x: hidden;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      font-synthesis: none;
    }
    body[data-lang="en"] { font-family: var(--font-en); direction: ltr; }
    body[data-lang="ar"] { direction: rtl; }
    body.menu-open { overflow: hidden; }

    a { color: inherit; text-decoration: none; }
    button, input, select, textarea { font: inherit; }
    button { cursor: pointer; }
    img, svg { display: block; }
    svg { width: 1em; height: 1em; }
    :focus-visible { outline: 3px solid rgba(209, 192, 161, 0.9); outline-offset: 3px; }
    [hidden] { display: none !important; }

    .skip-link {
      position: fixed;
      inset-inline-start: 16px;
      top: 12px;
      z-index: 5000;
      padding: 10px 14px;
      border-radius: 10px;
      background: var(--white);
      color: var(--navy);
      transform: translateY(-160%);
      transition: transform .2s ease;
      box-shadow: var(--shadow);
    }
    .skip-link:focus { transform: translateY(0); }

    .container { width: var(--container); margin-inline: auto; }
    .motion-ready .reveal {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity .62s ease, transform .62s ease;
    }
    .motion-ready .reveal.visible { opacity: 1; transform: none; }
    .section { padding: 108px 0; position: relative; }
    h1, h2, h3, h4,
    .section-title,
    .proof-card .number,
    .founder-meta strong { font-family: var(--font-display); }
    .section-title {
      margin: 0 0 14px;
      font-size: clamp(32px, 4vw, 54px);
      line-height: 1.25;

      letter-spacing: 0;
      color: var(--navy);
    }
    body[data-lang="en"] .section-title { letter-spacing: -0.03em; }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--navy-2);
      font-size: 14px;
      font-weight: 600;

      letter-spacing: 0;
      margin-bottom: 18px;
    }
    body[data-lang="en"] .eyebrow { letter-spacing: .03em; }
    .eyebrow::before { content: ""; width: 36px; height: 1px; background: var(--beige); }

    @media (max-width: 900px) {
      .footer-nav a,
      .contact-mini-link,
      .btn-secondary,
      .contact-final-cta a,
      .hero-actions a:not(.btn-primary) {
        padding-block: 11px;
        margin-block: -11px;
      }
      .lang-switcher button { min-width: 44px; min-height: 44px; }

      .hero .btn-secondary-minimal::before {
        content: ""; position: absolute; inset-inline: -8px; top: 50%;
        transform: translateY(-50%); height: 44px;
      }
      .contact-actions-row .contact-value { padding-block: 9px; margin-block: -9px; }
      .floating-actions .float-btn { width: 48px; height: 48px; }
    }
    .section-intro { max-width: 720px; margin: 0; color: var(--muted); font-size: 17px; }
    .draft-note {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 18px;
      padding: 8px 12px;
      border: 1px solid var(--line);
      border-radius: 999px;
      font-size: 12px;
      color: var(--muted);
      background: rgba(255,255,255,.55);
    }
    .draft-note::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--beige); }
    .icon { width: 22px; height: 22px; flex: 0 0 auto; }

    .site-header {
      position: fixed;
      inset: 0 0 auto;
      z-index: 1000;
      padding: 13px 0;
      color: var(--white);
      transition: transform .26s ease, background .26s ease, box-shadow .26s ease, padding .26s ease;
    }
    .site-header.scrolled {
      padding: 8px 0;
      background: rgba(8,24,55,.95);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      box-shadow: 0 10px 30px rgba(8,24,55,.16);
    }
    .site-header.hidden { transform: translateY(-115%); }
    .nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
    .brand {
      display: flex;
      align-items: center;
      min-width: max-content;
      flex: 0 0 auto;
      padding-block: 3px;
      margin-inline-end: 10px;
    }
    .brand-logo {
      display: block;
      width: auto;
      max-width: 100%;
      flex: 0 0 auto;
      overflow: visible;
      transition: height .24s ease, opacity .2s ease;
    }
    .brand-logo-full {
      height: 52px;
      width: auto;
      min-width: 190px;
      max-width: 190px;
      filter: drop-shadow(0 1px 1px rgba(0,0,0,.12));
    }
    .brand-logo-full path { vector-effect: non-scaling-stroke; shape-rendering: geometricPrecision; }
    .site-header.scrolled .brand-logo-full {
      height: 46px;
      min-width: 168px;
      max-width: 168px;
    }
    .nav-links { display: flex; align-items: center; gap: 18px; font-size: 12px; }
    .nav-links a { opacity: .82; transition: color .2s ease, opacity .2s ease; white-space: nowrap; }
    .nav-links a:hover, .nav-links a[aria-current="true"] { opacity: 1; color: var(--beige); }
    .nav-actions { display: flex; align-items: center; gap: 9px; }
    .lang-switcher {
      display: flex;
      gap: 3px;
      padding: 4px;
      border: 1px solid rgba(255,255,255,.22);
      border-radius: 999px;
      background: rgba(255,255,255,.06);
    }
    .lang-switcher button {
      min-width: 34px;
      border: 0;
      background: transparent;
      color: var(--white);
      padding: 7px 9px;
      border-radius: 999px;
      font-size: 11px;
    }
    .lang-switcher button[aria-pressed="true"] { background: var(--white); color: var(--navy); }
    .lang-switcher button:disabled { opacity: .42; cursor: not-allowed; }
    .consult-btn {
      border: 1px solid rgba(209,192,161,.85);
      background: var(--beige);
      color: var(--navy);
      padding: 10px 15px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 600;
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .consult-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(209,192,161,.18); }
    .mobile-menu-btn {
      display: none;
      width: 44px; height: 44px;
      border-radius: 12px;
      border: 1px solid rgba(255,255,255,.2);
      background: rgba(255,255,255,.08);
      color: var(--white);
      place-items: center;
    }
    .mobile-menu-btn svg { width: 23px; height: 23px; }

    .mobile-panel {
      position: fixed;
      inset: 74px 14px auto;
      z-index: 999;
      background: rgba(8,24,55,.985);
      color: var(--white);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 22px;
      padding: 16px;
      box-shadow: 0 24px 50px rgba(8,24,55,.34);
      opacity: 0;
      visibility: hidden;
      transform: translateY(-10px) scale(.98);
      transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    }
    .mobile-panel.open { opacity: 1; visibility: visible; transform: none; }
    .mobile-panel a { display: block; padding: 12px 10px; border-bottom: 1px solid rgba(255,255,255,.08); }
    .mobile-panel a:last-child { border-bottom: 0; }

    .hero {
      min-height: 100svh;
      position: relative;
      display: grid;
      align-items: end;
      overflow: hidden;
      isolation: isolate;
      color: var(--white);
      background: var(--navy);
    }
    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;

      background-image: linear-gradient(160deg, #10264f 0%, #081837 58%, #050f24 100%);
      background-size: cover;
      background-position: center 46%;
      background-repeat: no-repeat;
      transform: scale(1.012);
      filter: saturate(.92) contrast(1.04);
    }
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      background:
        linear-gradient(90deg, rgba(8,24,55,.86) 0%, rgba(8,24,55,.62) 46%, rgba(8,24,55,.88) 100%),
        linear-gradient(180deg, rgba(8,24,55,.16) 0%, rgba(8,24,55,.28) 52%, rgba(8,24,55,.74) 100%);
    }
    .hero .container { position: relative; z-index: 2; padding-top: 150px; padding-bottom: 86px; }
    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.3fr) minmax(250px, .7fr);
      grid-template-areas: "copy proof";
      gap: 62px;
      align-items: end;
    }
    .hero-copy-block { grid-area: copy; }
    .proof-card { grid-area: proof; }
    .hero-kicker { color: var(--beige); font-size: 14px; margin-bottom: 20px; }
    .hero h1 { margin: 0; max-width: 820px; font-size: clamp(42px, 5.35vw, 72px); line-height: 1.27; letter-spacing: 0; font-weight: 600; }
    body[data-lang="en"] .hero h1 { letter-spacing: -.035em; }
    .hero-copy { margin: 25px 0 0; max-width: 670px; color: rgba(255,255,255,.78); font-size: 16px; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
    .btn-primary, .btn-secondary {
      min-height: 52px;
      border-radius: 999px;
      padding: 14px 22px;
      border: 1px solid transparent;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
    }
    .btn-primary { background: var(--beige); color: var(--navy); font-weight: 600; }
    .btn-secondary { border-color: rgba(255,255,255,.3); color: var(--white); background: rgba(255,255,255,.06); }
    .btn-primary:hover, .btn-secondary:hover { transform: translateY(-3px); }
    .proof-card {
      justify-self: end;
      width: min(100%, 330px);
      padding: 28px;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.2);
      border-radius: var(--radius-xl);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      box-shadow: inset 0 1px rgba(255,255,255,.12);
    }
    .proof-prefix { display: block; margin-bottom: 8px; color: rgba(255,255,255,.76); font-size: 14px; }
    .proof-card .number { font-size: clamp(50px, 6vw, 76px); line-height: 1; font-weight: 700; color: var(--beige); letter-spacing: -.05em; font-variant-numeric: tabular-nums; }
    .proof-card p { margin: 14px 0 0; font-size: 18px; line-height: 1.55; }
    .scroll-indicator { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); font-size: 10px; opacity: .58; display: flex; flex-direction: column; align-items: center; gap: 7px; }
    .scroll-line { width: 1px; height: 30px; background: linear-gradient(var(--beige), transparent); animation: scrollLine 1.8s infinite; }
    @keyframes scrollLine { 0%,100%{transform:scaleY(.3);transform-origin:top}50%{transform:scaleY(1)} }

    .founder { background: var(--ivory); }
    .founder-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 74px; align-items: center; }
    .founder-portrait {
      min-height: 560px;
      border-radius: var(--radius-xl);
      overflow: hidden;
      position: relative;
      isolation: isolate;
      background:
        radial-gradient(circle at 24% 14%, rgba(209,192,161,.28), transparent 31%),
        linear-gradient(145deg, #10284f 0%, #081837 62%, #06122b 100%);
      box-shadow: var(--shadow);
      border: 1px solid rgba(209,192,161,.24);
    }
    .founder-portrait::before {
      content: "";
      position: absolute;
      inset: 18px;
      z-index: 0;
      border: 1px solid rgba(255,255,255,.11);
      border-radius: calc(var(--radius-xl) - 10px);
      pointer-events: none;
    }
    .founder-portrait::after {
      content: "";
      position: absolute;
      inset: auto -12% -24% 30%;
      height: 58%;
      z-index: 0;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(209,192,161,.20), transparent 68%);
      pointer-events: none;
    }
    .founder-portrait img {
      position: absolute;
      z-index: 1;
      inset: auto auto -2px 50%;
      width: min(100%, 610px);
      height: auto;
      max-height: 97%;
      object-fit: contain;
      object-position: bottom center;
      transform: translateX(-50%);
      filter: drop-shadow(0 24px 30px rgba(0,0,0,.20));
      user-select: none;
      -webkit-user-drag: none;
    }
    .quote-mark { font-family: var(--font-display); font-size: 92px; line-height: .68; color: var(--beige); opacity: .86; }
    .founder-copy { font-size: 19px; color: #3c4659; max-width: 650px; white-space: pre-line; }
    .founder-meta { margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: flex-start; gap: 20px; }
    .founder-meta strong { display: block; color: var(--navy); font-size: 20px; }
    .founder-meta span { display: block; color: var(--muted); font-size: 14px; }

    .about { background: var(--warm-white); }
    .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 66px; align-items: start; }
    .about-panel { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-xl); padding: 34px; box-shadow: 0 18px 50px rgba(8,24,55,.06); }
    .about-panel h3 { margin: 0 0 16px; color: var(--navy); font-size: 24px; }
    .about-panel > p { margin: 0; color: var(--muted); }
    .audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 26px; }
    .audience-chip { padding: 13px 15px; border: 1px solid var(--line); border-radius: 14px; background: rgba(247,243,236,.65); color: #455064; font-size: 13px; }

    .services { background: var(--navy); color: var(--white); }
    .services .section-title { color: var(--beige); }
    .services .section-intro { color: rgba(255,255,255,.72); }
    .services .eyebrow { color: var(--beige); }
    .services-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-inline-start: 1px solid rgba(255,255,255,.14); }
    .service-card {
      min-height: 218px;
      padding: 32px;
      border-inline-end: 1px solid rgba(255,255,255,.14);
      border-bottom: 1px solid rgba(255,255,255,.14);
      position: relative;
      overflow: hidden;
      transition: background .28s ease, transform .28s ease;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .service-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 15%, rgba(209,192,161,.18), transparent 34%); opacity: 0; transition: opacity .28s ease; }
    .service-card:hover { background: rgba(255,255,255,.045); transform: translateY(-3px); }
    .service-card:hover::before { opacity: 1; }

    .service-card { cursor: pointer; }
    .service-link {
      position: absolute;
      inset: 0;
      z-index: 2;
      border-radius: inherit;
    }
    .service-link:focus-visible {
      outline: 2px solid var(--beige);
      outline-offset: -4px;
    }

    .service-desc {
      position: relative;
      z-index: 1;
      margin: 12px 0 0;
      max-width: 460px;
      color: rgba(255,255,255,.66);
      font-size: 14.5px;
      line-height: 1.85;
    }

    .service-index { position: relative; z-index: 1; font-size: 13px; color: var(--beige-soft); letter-spacing: .12em; font-variant-numeric: tabular-nums; }
    .service-card h3 { position: relative; z-index: 1; margin: 26px 0 0; max-width: 460px; font-size: 23px; line-height: 1.55; font-weight: 500; }
    .service-line { position: absolute; inset-inline-end: 28px; bottom: 28px; width: 42px; height: 1px; background: rgba(209,192,161,.72); transition: width .25s ease; }
    .service-card:hover .service-line { width: 68px; }

    .partners { background: var(--ivory); overflow: hidden; }
    .marquee-shell {
      margin-top: 48px;
      padding: 28px 0;
      border-block: 1px solid var(--line);
      overflow-x: auto;
      overflow-y: hidden;
      scrollbar-width: none;
      position: relative;
      direction: ltr;
      mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
      -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
    }
    .marquee-shell::-webkit-scrollbar { display: none; }
    .marquee-ready .marquee-shell { overflow: hidden; }
    .marquee-track {
      --gap: 22px;
      display: flex;
      gap: var(--gap);
      width: max-content;
      animation: none;
    }
    .marquee-ready .marquee-track { animation: marquee 46s linear infinite; will-change: transform; }
    .marquee-group { display: flex; gap: var(--gap); flex: 0 0 auto; }
    .marquee-shell:hover .marquee-track,
    .marquee-shell:focus-within .marquee-track { animation-play-state: paused; }
    .partner-logo-card {
      width: 220px;
      height: 112px;
      flex: 0 0 auto;
      border: 0;
      border-radius: 0;
      display: grid;
      place-items: center;
      padding: 18px 20px;
      background: transparent;
      box-shadow: none;
    }
    .partner-logo-card img {
      display: block;
      width: var(--logo-w, 168px);
      height: var(--logo-h, 64px);
      object-fit: contain;
      object-position: center;
    }
    .partner-logo-card.is-wide img { width: 176px; height: 62px; }
    .partner-logo-card.is-medium img { width: 164px; height: 64px; }
    .partner-logo-card.is-square img { width: 94px; height: 94px; }
    .partner-logo-card.is-compact img { width: 136px; height: 70px; }
    .partner-logo-card.logo-lawyers { --logo-w: 184px; --logo-h: 68px; }
    .partner-logo-card.logo-justice { --logo-w: 88px; --logo-h: 88px; }
    .partner-logo-card.logo-invest { --logo-w: 176px; --logo-h: 64px; }
    .partner-logo-card.logo-etimad { --logo-w: 166px; --logo-h: 70px; }
    .partner-logo-card.logo-infath { --logo-w: 140px; --logo-h: 68px; }
    .partner-logo-card.logo-board { --logo-w: 90px; --logo-h: 90px; }
    .partner-logo-card.logo-ip { --logo-w: 184px; --logo-h: 68px; }
    .partner-logo-card.logo-hr { --logo-w: 184px; --logo-h: 68px; }
    .partner-logo-card.logo-premium { --logo-w: 176px; --logo-h: 64px; }
    @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 11px)); } }

    .consultation { background: linear-gradient(180deg, var(--warm-white), #f0eadf); }
    .consult-wrap { display: grid; grid-template-columns: .72fr 1.28fr; gap: 66px; align-items: start; }
    .consult-aside { position: sticky; top: 116px; }
    .confidentiality { margin-top: 26px; display: flex; gap: 13px; align-items: flex-start; color: var(--muted); font-size: 14px; }
    .confidentiality p { margin: 0; }
    .shield { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; flex: 0 0 auto; background: var(--navy); color: var(--beige); }
    .form-card { background: var(--white); border-radius: var(--radius-xl); padding: 36px; border: 1px solid var(--line); box-shadow: var(--shadow); }
    .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
    .field.full { grid-column: 1 / -1; }
    .field label { display: flex; align-items: center; gap: 6px; margin-bottom: 8px; font-size: 13px; color: var(--navy); font-weight: 600; }
    .required-mark { color: var(--error); }
    .optional-mark { color: var(--muted); font-weight: 400; font-size: 11px; }
    .field input, .field select, .field textarea {
      width: 100%;
      min-height: 52px;
      border: 1px solid #cfd4dd;
      background: var(--white);
      border-radius: 14px;
      padding: 13px 14px;
      color: var(--ink);
      outline: none;
      transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }
    .field textarea { min-height: 138px; resize: vertical; }
    .field input:hover, .field select:hover, .field textarea:hover { border-color: #9da6b6; }
    .field input:focus, .field select:focus, .field textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 4px rgba(8,24,55,.08); }
    .field.is-valid input, .field.is-valid select, .field.is-valid textarea { border-color: var(--success); background: #fbfefc; }
    .field.is-error input, .field.is-error select, .field.is-error textarea { border-color: var(--error); background: #fffafa; box-shadow: 0 0 0 4px rgba(165,64,64,.07); }
    .field-error { min-height: 22px; margin: 5px 2px 0; color: var(--error); font-size: 11px; line-height: 1.55; }
    .field-feedback { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
    .field-feedback .field-error { flex: 1; }
    .char-counter { flex: 0 0 auto; margin-top: 6px; color: var(--muted); font-size: 10px; direction: ltr; }
    .ltr-control { direction: ltr; text-align: left; }
    .submit-btn { margin-top: 22px; width: 100%; min-height: 54px; border: 0; border-radius: 16px; padding: 15px; background: var(--navy); color: var(--white); font-weight: 600; transition: background .22s ease, transform .22s ease, box-shadow .22s ease; display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
    .submit-btn .icon { width: 21px; height: 21px; }
    .submit-btn:hover { background: var(--navy-2); transform: translateY(-2px); box-shadow: 0 14px 28px rgba(8,24,55,.18); }
    .submit-btn:disabled { opacity: .6; cursor: wait; }
    .form-message { margin-top: 15px; border-radius: 14px; padding: 12px 14px; font-size: 13px; }
    .form-message.success { background: #eff8f3; color: #1f6845; border: 1px solid #cde8d8; }
    .form-message.error { background: #fff3f3; color: #873d3d; border: 1px solid #efcaca; }
    .form-transport-note { margin: 11px 2px 0; color: var(--muted); font-size: 11px; line-height: 1.7; text-align: center; }

    @media print {
      *, *::before, *::after { background: #fff !important; color: #12203a !important;
        box-shadow: none !important; text-shadow: none !important; }
      .site-header, .float-btn, .float-actions, .scroll-indicator, .lang-switcher,
      .menu-toggle, .mobile-menu, .hero-media, .map-placeholder, form .submit-btn { display: none !important; }
      .hero { min-height: auto !important; padding: 24px 0 !important; }
      .section { padding: 18px 0 !important; page-break-inside: avoid; }
      .reveal { opacity: 1 !important; transform: none !important; }
      a[href^="tel:"]::after, a[href^="mailto:"]::after { content: " (" attr(href) ")"; font-size: 11px; }
      a[href^="http"]::after { content: " [" attr(href) "]"; font-size: 10px; word-break: break-all; }
      h1, h2, h3 { page-break-after: avoid; }
    }

    .contact { background: var(--navy); color: var(--white); }
    .contact .section-title { color: var(--white); }

    .contact .eyebrow { color: var(--beige-soft); }
    .contact .section-intro { color: rgba(255,255,255,.72); }
    .contact-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 56px; margin-top: 46px; }
    .contact-list { display: grid; gap: 13px; }
    .contact-item { display: flex; gap: 15px; align-items: flex-start; padding: 19px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.035); }
    .contact-icon { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: rgba(209,192,161,.13); color: var(--beige); flex: 0 0 auto; }
    .contact-item small { display: block; color: rgba(255,255,255,.67); margin-bottom: 2px; }
    .contact-item strong { display: block; font-size: 15px; overflow-wrap: anywhere; }
    .contact-value { display: inline-flex; color: var(--white); font-weight: 600; font-size: 15px; }
    .contact-link { text-decoration: underline; text-decoration-color: rgba(209,192,161,.45); text-underline-offset: 4px; }
    .contact-link:hover { color: var(--beige); }
    .contact-actions-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; }
    .contact-mini-link { display: inline-flex; align-items: center; gap: 5px; color: var(--beige); font-size: 12px; font-weight: 600; }
    .contact-mini-link .icon { width: 16px; height: 16px; }
    .contact-social { margin-top: 16px; padding: 17px 18px 19px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.024); }
    .contact-social-label { display: block; color: rgba(255,255,255,.64); margin-bottom: 13px; text-align: center; }
    .contact-social-links { display: flex; flex-wrap: wrap; gap: 11px; align-items: center; justify-content: center; }
    .contact-social-link { width: 46px; height: 46px; min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; background: rgba(255,255,255,.035); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); color: rgba(255,255,255,.94); transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease; }
    .contact-social-link .icon { width: 20px; height: 20px; flex: 0 0 auto; }
    .contact-social-link:nth-child(1) .icon { width: 21px; height: 21px; }
    .contact-social-link:nth-child(2) .icon { width: 20px; height: 20px; }
    .contact-social-link:nth-child(3) .icon { width: 19px; height: 19px; }
    .contact-social-link:nth-child(4) .icon { width: 21px; height: 21px; }
    .contact-social-link:nth-child(5) .icon { width: 21px; height: 21px; }
    .contact-social-link:nth-child(6) .icon { width: 18px; height: 18px; }
    .contact-social-link:hover { transform: translateY(-2px); background: var(--beige); border-color: var(--beige); box-shadow: 0 9px 22px rgba(3,12,28,.16); color: var(--navy); }
    .contact-social-link:active { transform: translateY(0); }
    .contact-social-link:focus-visible { outline: 2px solid var(--beige); outline-offset: 3px; }
    .contact-final-cta { margin-top: 18px; padding: 22px; border-radius: 20px; background: var(--beige); color: var(--navy); }
    .contact-final-cta strong { display: block; font-size: 18px; margin-bottom: 4px; }
    .contact-final-cta p { margin: 0 0 14px; font-size: 13px; }
    .contact-final-cta a { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; border-bottom: 1px solid rgba(8,24,55,.35); }

    .footer-brand { flex-direction: column; align-items: flex-start; gap: 5px; }
    .footer-legal { display: block; color: rgba(255,255,255,.52); font-size: 11.5px; line-height: 1.7; }
    @media (max-width: 720px) { .footer-brand { align-items: center; text-align: center; } }

    .contact-map { margin: 0; position: relative; border-radius: var(--radius-xl); overflow: hidden;
      border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.03); }
    .contact-map-frame { display: block; width: 100%; min-height: 400px; border: 0; filter: grayscale(.25) contrast(1.03); }
    .map-caption-bar { position: absolute; inset-inline: 0; bottom: 0; z-index: 2;
      display: flex; align-items: center; justify-content: center; gap: 7px; padding: 11px 16px;
      background: linear-gradient(transparent, rgba(8,24,55,.86) 42%); color: rgba(255,255,255,.9); font-size: 12px; }
    .map-caption-bar a { border-bottom: 1px solid rgba(209,192,161,.5); padding-block: 6px; }
    .map-caption-bar a:hover { color: var(--beige); }
    @media (max-width: 720px) { .contact-map-frame { min-height: 300px; } }

    .map-placeholder { min-height: 400px; border-radius: var(--radius-xl); border: 1px solid rgba(255,255,255,.16); position: relative; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle at 40% 30%,rgba(209,192,161,.13),transparent 30%),rgba(255,255,255,.03); transition: border-color .22s ease, transform .22s ease, background .22s ease; }
    .map-placeholder:hover { border-color: rgba(209,192,161,.62); transform: translateY(-3px); background: radial-gradient(circle at 40% 30%,rgba(209,192,161,.18),transparent 32%),rgba(255,255,255,.045); }
    .map-placeholder:focus-visible { outline-color: var(--beige); }
    .map-lines { position: absolute; inset: 0; background-image: linear-gradient(26deg,transparent 48%,rgba(255,255,255,.05) 49%,rgba(255,255,255,.05) 51%,transparent 52%),linear-gradient(118deg,transparent 48%,rgba(255,255,255,.05) 49%,rgba(255,255,255,.05) 51%,transparent 52%); background-size: 90px 90px,110px 110px; }
    .map-pin { position: relative; z-index: 2; width: 66px; height: 66px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--beige); display: grid; place-items: center; box-shadow: 0 18px 40px rgba(0,0,0,.18); }
    .map-pin::after { content: ""; width: 18px; height: 18px; border-radius: 50%; background: var(--navy); }
    .map-caption { position: absolute; bottom: 22px; z-index: 2; color: rgba(255,255,255,.84); font-size: 12px; text-align: center; padding-inline: 16px; display: inline-flex; align-items: center; gap: 7px; }
    .map-caption .icon { width: 16px; height: 16px; color: var(--beige); }

    .footer { background: #050f24; color: rgba(255,255,255,.72); padding: 32px 0; border-top: 1px solid rgba(255,255,255,.08); }
    .footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
    .footer-brand { display: flex; align-items: center; gap: 20px; min-width: 0; }
    .footer-nav { display: flex; flex-wrap: wrap; gap: 16px; font-size: 12px; }
    .footer-nav a:hover { color: var(--beige); }
    .footer small { font-size: 11px; }

    .floating-actions {
      position: fixed;
      z-index: 900;
      right: max(16px, env(safe-area-inset-right));
      left: auto;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .float-btn {
      width: 52px; height: 52px;
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,.75);
      background: var(--navy);
      color: var(--white);
      display: grid;
      place-items: center;
      box-shadow: 0 12px 26px rgba(8,24,55,.24);
      position: relative;
    }
    .float-btn.whatsapp { background: #165a49; }
    .float-btn::after { content: ""; position: absolute; inset: -5px; border-radius: 20px; border: 1px solid currentColor; opacity: .18; animation: pulse 2.8s ease-out infinite; }
    .float-btn svg { width: 23px; height: 23px; }
    @keyframes pulse { 0%{transform:scale(.85);opacity:.35}70%{transform:scale(1.18);opacity:0}100%{opacity:0} }
    .float-tooltip { position: absolute; inset-inline-end: 62px; white-space: nowrap; background: var(--navy); color: var(--white); padding: 7px 10px; border-radius: 8px; font-size: 11px; opacity: 0; transform: translateX(8px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
    .float-btn:hover .float-tooltip, .float-btn:focus-visible .float-tooltip { opacity: 1; transform: none; }

    @media (max-width: 1080px) {
      .nav-links { display: none; }
      .mobile-menu-btn { display: grid; }
      .nav-actions { margin-inline-start: auto; }
    }

    @media (max-width: 900px) {
      .nav-links { display: none; }
      .mobile-menu-btn { display: grid; }
      .hero-grid, .founder-grid, .about-grid, .consult-wrap, .contact-grid { grid-template-columns: 1fr; }
      .hero-grid { grid-template-areas: "copy" "proof"; gap: 34px; }
      .proof-card { justify-self: start; width: min(100%, 420px); }
      .founder-grid { gap: 42px; }
      .founder-portrait { min-height: 510px; max-width: 680px; width: 100%; margin-inline: auto; }
      .consult-aside { position: static; }
      .contact-grid { gap: 32px; }
      .contact-social { padding: 16px 14px 18px; }
      .contact-social-links { gap: 9px; }
      .contact-social-link { width: 43px; height: 43px; min-height: 43px; border-radius: 12px; }
      .contact-social-link:nth-child(1) .icon { width: 20px; height: 20px; }
      .contact-social-link:nth-child(2) .icon { width: 19px; height: 19px; }
      .contact-social-link:nth-child(3) .icon { width: 18px; height: 18px; }
      .contact-social-link:nth-child(4) .icon { width: 20px; height: 20px; }
      .contact-social-link:nth-child(5) .icon { width: 20px; height: 20px; }
      .contact-social-link:nth-child(6) .icon { width: 17px; height: 17px; }
      .services-grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 720px) {
      :root { --container: min(100% - 32px, 620px); }
      html { scroll-padding-top: 78px; }
      .section { padding: 76px 0; }
      .site-header { padding: 11px 0; }
      .brand-logo-full {
        display: block;
        height: 41px;
        width: auto;
        min-width: 150px;
        max-width: 150px;
      }
      .brand { min-width: 0; margin-inline-end: 0; padding-block: 2px; }
      .consult-btn { display: none; }
      .lang-switcher button { min-width: 31px; padding: 6px 7px; }
      .hero { min-height: auto; }
      .hero::after { background-position: 58% 50%; transform: scale(1.025); }
      .hero::before {
        background:
          linear-gradient(90deg, rgba(8,24,55,.89), rgba(8,24,55,.74)),
          linear-gradient(180deg, rgba(8,24,55,.22), rgba(8,24,55,.80));
      }
      .hero .container { padding-top: 122px; padding-bottom: 78px; }
      .hero h1 { font-size: clamp(36px, 10.4vw, 48px); line-height: 1.33; }
      .hero-copy { font-size: 14px; margin-top: 20px; }
      .hero-actions { margin-top: 26px; }
      .btn-primary, .btn-secondary { width: 100%; }
      .proof-card { padding: 21px; width: 100%; }
      .proof-card .number { font-size: 54px; }
      .scroll-indicator { display: none; }
      .founder-grid > .founder-portrait { order: 2; }
      .founder-grid > .founder-content { order: 1; }
      .founder-portrait { min-height: 410px; }
      .founder-portrait img { width: min(106%, 470px); max-height: 96%; }
      .founder-meta { flex-direction: column; }
      .audience-grid { grid-template-columns: 1fr; }
      .services-grid { grid-template-columns: 1fr; }
      .service-card { min-height: 188px; padding: 27px; }
      .service-card h3 { font-size: 20px; margin-top: 28px; }
      .form-card { padding: 21px; }
      .form-grid { grid-template-columns: 1fr; }
      .field.full { grid-column: auto; }
      .map-placeholder { min-height: 320px; }
      .footer-wrap { flex-direction: column; align-items: flex-start; }
      .footer-brand { flex-direction: column; align-items: flex-start; gap: 12px; }
      .footer { padding-bottom: max(86px, calc(env(safe-area-inset-bottom) + 72px)); }
      .floating-actions {
        top: auto;
        bottom: max(22px, env(safe-area-inset-bottom));
        transform: none;
        right: max(9px, env(safe-area-inset-right));
        left: auto;
        gap: 8px;
      }
      .float-btn { width: 43px; height: 43px; border-radius: 13px; }
      .float-btn::after { inset: -3px; border-radius: 16px; }
      .float-tooltip { display: none; }
      .section-title { font-size: 34px; }
      .marquee-shell { margin-top: 36px; padding: 22px 0; mask-image: none; -webkit-mask-image: none; }
      .marquee-track { --gap: 14px; animation-duration: 40s; }
      .marquee-group { gap: var(--gap); }
      .partner-logo-card { width: 182px; height: 96px; padding: 14px 16px; border-radius: 0; }
      .partner-logo-card img { width: var(--logo-w, 140px); height: var(--logo-h, 56px); }
      .partner-logo-card.is-wide img { width: 146px; height: 54px; }
      .partner-logo-card.is-medium img { width: 138px; height: 56px; }
      .partner-logo-card.is-square img { width: 82px; height: 82px; }
      .partner-logo-card.is-compact img { width: 116px; height: 60px; }
      .partner-logo-card.logo-lawyers { --logo-w: 154px; --logo-h: 57px; }
      .partner-logo-card.logo-justice { --logo-w: 74px; --logo-h: 74px; }
      .partner-logo-card.logo-invest { --logo-w: 148px; --logo-h: 54px; }
      .partner-logo-card.logo-etimad { --logo-w: 140px; --logo-h: 59px; }
      .partner-logo-card.logo-infath { --logo-w: 118px; --logo-h: 57px; }
      .partner-logo-card.logo-board { --logo-w: 76px; --logo-h: 76px; }
      .partner-logo-card.logo-ip { --logo-w: 154px; --logo-h: 57px; }
      .partner-logo-card.logo-hr { --logo-w: 154px; --logo-h: 57px; }
      .partner-logo-card.logo-premium { --logo-w: 148px; --logo-h: 54px; }
    }

    @media (max-width: 420px) {
      :root { --container: calc(100% - 28px); }
      .nav-actions { gap: 6px; }
      .hero h1 { font-size: 36px; }
      .hero-kicker { font-size: 12px; }
      .section-intro { font-size: 15px; }
    }

    @media (max-width: 390px) {
      .brand-logo-full {
        height: 39px;
        min-width: 143px;
        max-width: 143px;
      }
      .nav-wrap { gap: 10px; }
      .nav-actions { gap: 7px; }
      .lang-switcher button { min-width: 29px; padding-inline: 6px; }
    }

    @media (hover: none) {
      .service-card:hover, .map-placeholder:hover, .submit-btn:hover, .consult-btn:hover { transform: none; }
      .service-card:hover::before { opacity: 0; }
      .service-card:hover .service-line { width: 42px; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
      .marquee-shell { overflow-x: auto; }
      .marquee-track { animation: none; width: 100%; justify-content: center; }
      .marquee-group { flex-wrap: wrap; justify-content: center; }
      .marquee-group:last-child { display: none; }
      .motion-ready .reveal { opacity: 1; transform: none; }
    }

    .hero {
      min-height: 88svh;
      align-items: center;
    }
    .hero::after {
      background-position: center 46%;
      transform: scale(1.008);
      filter: saturate(.94) contrast(1.03);
    }
    .hero::before {
      background:
        linear-gradient(180deg, rgba(8,24,55,.27) 0%, rgba(8,24,55,.36) 43%, rgba(8,24,55,.69) 100%),
        radial-gradient(ellipse 46% 48% at 50% 48%, rgba(8,24,55,.48) 0%, rgba(8,24,55,.28) 48%, rgba(8,24,55,.12) 72%, rgba(8,24,55,.24) 100%);
    }
    .hero .container {
      position: relative;
      z-index: 2;
      padding-top: calc(var(--header-height) + clamp(28px, 4.5vh, 46px));
      padding-bottom: clamp(42px, 5vh, 62px);
    }
    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      grid-template-areas: "copy";
      justify-items: center;
      align-items: center;
      gap: 0;
    }
    .hero-copy-block {
      grid-area: copy;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: min(100%, 860px);
      margin-inline: auto;
      text-align: center;
    }
    .hero-kicker { display: none; }

    .hero h1.hero-title-grid {
      display: grid;
      grid-template-columns: max-content max-content max-content;
      justify-content: center;
      align-items: baseline;
      width: max-content;
      max-width: 100%;
      margin: 0;
      column-gap: clamp(10px, 1vw, 16px);
      row-gap: .07em;
      color: var(--white);
      font-family: var(--font-display);
      font-size: clamp(40px, 3.4vw, 46px);
      font-weight: 700;
      line-height: 1.28;
      letter-spacing: 0;
      text-wrap: balance;
    }
    .hero-title-grid .hero-title-row { display: contents; }
    .hero-title-grid .hero-title-cell {
      display: block;
      min-width: 0;
      opacity: 0;
      transform: translateY(9px);
      animation: heroTitleCellReveal .52s cubic-bezier(.22,.61,.36,1) forwards;
    }
    .hero-title-grid .hero-title-row:nth-child(1) .hero-title-cell { animation-delay: .02s; }
    .hero-title-grid .hero-title-row:nth-child(2) .hero-title-cell { animation-delay: .12s; }
    .hero-title-grid .hero-title-row:nth-child(3) .hero-title-cell { animation-delay: .22s; }
    .hero-title-grid .hero-title-accent {
      justify-self: end;
      text-align: right;
      color: var(--beige);
      font-weight: 700;
    }
    .hero-title-grid .hero-title-mid {
      justify-self: center;
      text-align: center;
    }
    .hero-title-grid .hero-title-end {
      justify-self: start;
      text-align: left;
    }
    @keyframes heroTitleCellReveal {
      from { opacity: 0; transform: translateY(9px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .hero-copy {
      margin: 24px auto 0;
      max-width: 650px;
      color: rgba(255,255,255,.82);
      font-size: 16px;
      line-height: 1.82;
      text-align: center;
      opacity: 0;
      transform: translateY(8px);
      animation: heroElementReveal .5s .34s ease forwards;
    }
    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 18px;
      margin-top: 26px;
      opacity: 0;
      transform: translateY(8px);
      animation: heroElementReveal .5s .43s ease forwards;
    }
    .hero .btn-primary {
      min-height: 50px;
      padding: 13px 23px;
      border: 1px solid rgba(209,192,161,.25);
      border-radius: 15px;
      background: var(--beige);
      color: var(--navy);
      font-weight: 600;
      box-shadow: none;
    }
    .hero .btn-primary:hover {
      transform: translateY(-1px);
      background: #d8c8aa;
      box-shadow: none;
    }
    .hero .btn-primary .icon { width: 18px; height: 18px; }
    .hero .btn-secondary-minimal {
      min-height: auto;
      width: auto;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      color: rgba(255,255,255,.84);
      font-weight: 600;
      box-shadow: none;
      position: relative;
    }
    .hero .btn-secondary-minimal::after {
      content: "";
      position: absolute;
      inset-inline: 0;
      bottom: -5px;
      height: 1px;
      background: currentColor;
      opacity: .34;
      transition: opacity .2s ease;
    }
    .hero .btn-secondary-minimal:hover {
      transform: none;
      background: transparent;
      color: var(--white);
    }
    .hero .btn-secondary-minimal:hover::after { opacity: .78; }

    .hero-proof {
      display: inline-flex;
      flex-wrap: wrap;
      align-items: baseline;
      justify-content: center;
      gap: 7px;
      margin-top: 22px;
      color: rgba(255,255,255,.72);
      font-size: 14px;
      line-height: 1.6;
      opacity: 0;
      transform: translateY(7px);
      animation: heroElementReveal .48s .52s ease forwards;
    }
    .hero-proof .proof-number {
      direction: ltr;
      unicode-bidi: isolate;
      color: var(--beige);
      font-size: 24px;
      font-weight: 700;
      line-height: 1;
    }
    @keyframes heroElementReveal {
      from { opacity: 0; transform: translateY(8px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 980px) {
      .hero .container {
        padding-top: calc(var(--header-height) + 30px);
        padding-bottom: 48px;
      }
      .hero h1.hero-title-grid {
        font-size: clamp(36px, 4.3vw, 42px);
        column-gap: 11px;
      }
      .hero-copy {
        max-width: 620px;
        font-size: 15px;
      }
    }
    @media (max-width: 720px) {
      .hero { min-height: 88svh; }
      .hero .container {
        padding-top: calc(var(--header-height) + 24px);
        padding-bottom: 48px;
      }
      .hero h1.hero-title-grid {
        width: max-content;
        max-width: 100%;
        column-gap: clamp(7px, 2.3vw, 10px);
        row-gap: .05em;
        font-size: clamp(26px, 7vw, 29px);
        line-height: 1.30;
      }
      .hero-copy {
        margin-top: 20px;
        max-width: 100%;
        font-size: 14px;
        line-height: 1.82;
      }
      .hero-actions {
        width: 100%;
        margin-top: 22px;
        gap: 14px;
      }
      .hero .btn-primary { width: 100%; }
      .hero .btn-secondary-minimal { width: auto; }
      .hero-proof {
        margin-top: 19px;
        font-size: 13px;
      }
      .hero-proof .proof-number { font-size: 21px; }
    }
    @media (max-height: 820px) and (min-width: 721px) {
      .hero .container {
        padding-top: calc(var(--header-height) + 22px);
        padding-bottom: 38px;
      }
      .hero h1.hero-title-grid {
        font-size: clamp(36px, 3.15vw, 43px);
        line-height: 1.24;
      }
      .hero-copy {
        margin-top: 19px;
        line-height: 1.72;
      }
      .hero-actions { margin-top: 21px; }
      .hero-proof { margin-top: 17px; }
      .scroll-indicator { display: none; }
    }
    @media (prefers-reduced-motion: reduce) {
      .hero-title-grid .hero-title-cell,
      .hero-copy,
      .hero-actions,
      .hero-proof {
        opacity: 1;
        transform: none;
        animation: none;
      }
    }

    .hero {
      min-height: 100svh !important;
      min-height: 100dvh !important;
      position: relative;
      overflow: hidden;
      background: var(--navy);
    }

    .hero::after {
      background-size: cover;
      background-position: center 41%;
      transform: scale(1.001);
      filter: saturate(.88) contrast(1.025) brightness(.94);
    }
    .hero::before {
      background:
        linear-gradient(180deg,
          rgba(8,24,55,.48) 0%,
          rgba(8,32,70,.31) 34%,
          rgba(8,32,70,.34) 66%,
          rgba(8,24,55,.54) 100%),
        radial-gradient(ellipse 48% 48% at 50% 47%,
          rgba(7,29,65,.22) 0%,
          rgba(7,29,65,.12) 52%,
          rgba(7,29,65,0) 78%);
    }

    .site-header,
    header.site-header,
    .header {
      background: rgba(8,24,55,.82) !important;
      -webkit-backdrop-filter: blur(11px) saturate(118%);
      backdrop-filter: blur(11px) saturate(118%);
      border-bottom: 1px solid rgba(255,255,255,.10);
      box-shadow: 0 7px 24px rgba(2,9,24,.10);
    }
    .site-header nav a,
    .header nav a,
    header nav a {
      color: rgba(255,255,255,.96);
      text-shadow: 0 1px 7px rgba(2,9,24,.18);
    }
    .brand-logo-full { opacity: 1; }

    .hero .container {
      min-height: 100svh;
      min-height: 100dvh;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: calc(var(--header-height) + 22px);
      padding-bottom: 28px;
    }
    .hero-grid { width: 100%; }
    .hero-copy-block {
      width: min(100%, 760px);
      margin-inline: auto;
    }

    .hero h1.hero-title-grid {
      width: max-content;
      max-width: 100%;
      margin: 0;
      grid-template-columns: max-content max-content max-content;
      column-gap: .28em;
      row-gap: .025em;
      font-size: clamp(36px, 2.85vw, 41px);
      line-height: 1.14;
      font-weight: 700;
      letter-spacing: 0;
    }
    .hero-title-grid .hero-title-cell { line-height: 1.14; }
    .hero-title-grid .hero-title-accent { color: var(--beige); }
    .hero-title-grid .hero-title-mid {
      opacity: .92;
      font-weight: 600;
    }

    .hero-copy {
      max-width: 560px;
      margin-top: 17px;
      font-size: 13.5px;
      line-height: 1.67;
      font-weight: 400;
      color: rgba(255,255,255,.83);
      text-wrap: pretty;
    }

    .hero-actions {
      margin-top: 19px;
      gap: 20px;
    }
    .hero .btn-primary {
      min-height: 44px;
      padding: 10px 19px;
      border-radius: 13px;
      font-size: 13.5px;
      box-shadow: none;
    }
    .hero .btn-primary:hover {
      transform: translateY(-1px);
      box-shadow: none;
    }
    .hero .btn-secondary-minimal {
      font-size: 13.5px;
      color: rgba(255,255,255,.86);
    }

    .hero-proof {
      margin-top: 15px;
      gap: 5px;
      font-size: 12.5px;
      line-height: 1.35;
      color: rgba(255,255,255,.67);
    }

    @media (max-width: 720px) {
      .hero .hero-proof { margin-top: 32px; }
    }
    .hero-proof .proof-number {
      font-size: 19px;
      line-height: 1;
      color: var(--beige);
    }

    .hero .scroll-indicator { display: none; }

    @media (min-width: 721px) and (max-height: 820px) {
      .hero .container {
        padding-top: calc(var(--header-height) + 14px);
        padding-bottom: 20px;
      }
      .hero h1.hero-title-grid {
        font-size: clamp(32px, 2.55vw, 36px);
        line-height: 1.12;
        row-gap: .01em;
      }
      .hero-title-grid .hero-title-cell { line-height: 1.12; }
      .hero-copy {
        max-width: 540px;
        margin-top: 13px;
        font-size: 12.75px;
        line-height: 1.58;
      }
      .hero-actions { margin-top: 14px; }
      .hero-proof { margin-top: 11px; }
    }

    @media (max-width: 980px) {
      .hero::after { background-position: 54% 42%; }
      .hero-copy-block { width: min(100%, 700px); }
      .hero h1.hero-title-grid {
        font-size: clamp(32px, 4vw, 37px);
        column-gap: .25em;
      }
      .hero-copy { max-width: 540px; }
    }

    @media (max-width: 720px) {
      .site-header,
      header.site-header,
      .header {
        background: rgba(8,24,55,.90) !important;
        -webkit-backdrop-filter: blur(9px);
        backdrop-filter: blur(9px);
      }
      .hero::after {
        background-position: 58% 42%;
        transform: scale(1.004);
      }
      .hero::before {
        background:
          linear-gradient(180deg,
            rgba(8,24,55,.52) 0%,
            rgba(8,32,70,.35) 40%,
            rgba(8,24,55,.57) 100%),
          radial-gradient(ellipse 72% 44% at 50% 44%, rgba(7,29,65,.18), rgba(7,29,65,0) 74%);
      }
      .hero .container {
        min-height: 100svh;
        padding-top: calc(var(--header-height) + 18px);
        padding-bottom: 26px;
      }
      .hero-copy-block { width: 100%; }
      .hero h1.hero-title-grid {
        font-size: clamp(24px, 6.7vw, 28px);
        line-height: 1.20;
        column-gap: .21em;
        row-gap: .05em;
      }
      .hero-title-grid .hero-title-cell { line-height: 1.20; }
      .hero-copy {
        max-width: 92%;
        margin-top: 15px;
        font-size: 12.75px;
        line-height: 1.66;
      }
      .hero-actions {
        width: 100%;
        margin-top: 17px;
        gap: 12px;
      }
      .hero .btn-primary {
        width: 100%;
        min-height: 44px;
        font-size: 13px;
      }
      .hero .btn-secondary-minimal { font-size: 13px; }
      .hero-proof {
        margin-top: 13px;
        font-size: 11.75px;
      }
      .hero-proof .proof-number { font-size: 18px; }
    }

    .hero::before {
      background:
        linear-gradient(
          180deg,
          rgba(8,24,55,.55) 0%,
          rgba(8,24,55,.40) 34%,
          rgba(8,24,55,.46) 68%,
          rgba(8,24,55,.62) 100%
        ),
        rgba(8,24,55,.18) !important;
    }

    @media (max-width: 720px) {
      .hero::before {
        background:
          linear-gradient(
            180deg,
            rgba(8,24,55,.58) 0%,
            rgba(8,24,55,.43) 38%,
            rgba(8,24,55,.53) 100%
          ),
          rgba(8,24,55,.18) !important;
      }
    }

    .hero h1.hero-title-grid {
      width: max-content;
      max-width: min(100%, 640px);
      margin: 0 auto;
      grid-template-columns: max-content max-content max-content;
      justify-content: center;
      align-items: center;
      column-gap: clamp(8px, .75vw, 12px);
      row-gap: .10em;
      line-height: 1.20;
      text-wrap: balance;
    }

    .hero-title-grid .hero-title-cell {
      line-height: 1.20;
    }

    .hero-title-grid .hero-title-accent,
    .hero-title-grid .hero-title-mid,
    .hero-title-grid .hero-title-end {
      display: flex;
      align-items: center;
    }

    .hero-title-grid .hero-title-accent {
      justify-content: flex-end;
    }

    .hero-title-grid .hero-title-mid {
      justify-content: center;
      opacity: .92;
    }

    .hero-title-grid .hero-title-end {
      justify-content: flex-start;
    }

    @media (min-width: 721px) and (max-height: 820px) {
      .hero h1.hero-title-grid {
        row-gap: .085em;
        column-gap: clamp(7px, .65vw, 10px);
        line-height: 1.18;
      }

      .hero-title-grid .hero-title-cell {
        line-height: 1.18;
      }
    }

    @media (max-width: 720px) {
      .hero h1.hero-title-grid {
        max-width: min(100%, 330px);
        row-gap: .11em;
        column-gap: .19em;
        line-height: 1.22;
      }

      .hero-title-grid .hero-title-cell {
        line-height: 1.22;
      }
    }

    .hero .container {
      padding-top: calc(var(--header-height) + 34px);
      padding-bottom: 42px;
    }

    .hero-copy-block {
      width: min(100%, 780px);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .hero h1.hero-title-grid {
      max-width: min(100%, 650px);
      font-size: clamp(35px, 2.95vw, 42px);
      line-height: 1.18;
    }

    .hero-title-grid .hero-title-cell {
      line-height: 1.18;
    }

    .hero-copy {
      max-width: 650px;
      margin-top: 26px;
      font-size: 13.5px;
      line-height: 1.82;
      color: rgba(255,255,255,.84);
    }

    .hero-actions {
      margin-top: 28px;
      gap: 26px;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
    }

    .hero .btn-primary {
      min-height: 48px;
      padding: 11px 24px;
      font-size: 14px;
      border-radius: 15px;
    }

    .hero .btn-secondary-minimal {
      font-size: 14px;
      line-height: 1.2;
    }

    .hero-proof {
      margin-top: 24px;
      gap: 7px;
      font-size: 12.75px;
      line-height: 1.45;
      opacity: .95;
    }

    .hero-proof .proof-number {
      font-size: 22px;
      line-height: 1;
    }

    @media (min-width: 721px) and (max-height: 820px) {
      .hero .container {
        padding-top: calc(var(--header-height) + 24px);
        padding-bottom: 28px;
      }

      .hero h1.hero-title-grid {
        font-size: clamp(33px, 2.7vw, 38px);
        line-height: 1.16;
      }

      .hero-title-grid .hero-title-cell {
        line-height: 1.16;
      }

      .hero-copy {
        max-width: 610px;
        margin-top: 22px;
        font-size: 13px;
        line-height: 1.72;
      }

      .hero-actions {
        margin-top: 24px;
        gap: 22px;
      }

      .hero-proof {
        margin-top: 20px;
      }
    }

    @media (max-width: 980px) {
      .hero-copy-block {
        width: min(100%, 720px);
      }

      .hero-copy {
        max-width: 600px;
      }
    }

    @media (max-width: 720px) {
      .hero .container {
        padding-top: calc(var(--header-height) + 22px);
        padding-bottom: 34px;
      }

      .hero-copy-block {
        width: 100%;
      }

      .hero h1.hero-title-grid {
        max-width: min(100%, 340px);
      }

      .hero-copy {
        max-width: 92%;
        margin-top: 20px;
        font-size: 12.75px;
        line-height: 1.72;
      }

      .hero-actions {
        margin-top: 22px;
        gap: 14px;
      }

      .hero-proof {
        margin-top: 18px;
      }
    }

    .hero h1.hero-title-grid {
      row-gap: .16em;
      line-height: 1.34;
    }
    .hero-title-grid .hero-title-cell { line-height: 1.34; }

    .hero-title-grid .hero-title-accent,
    .hero-title-grid .hero-title-mid,
    .hero-title-grid .hero-title-end { justify-self: stretch; }

    .hero-title-grid .hero-title-accent { justify-content: flex-start; text-align: start; }
    .hero-title-grid .hero-title-mid    { justify-content: center;     text-align: center; }
    .hero-title-grid .hero-title-end    { justify-content: flex-end;   text-align: end; }

    .founder-copy {

      text-align: justify;
      text-justify: inter-word;
      text-align-last: start;
      text-wrap: pretty;
    }

    .about .section-intro {
      text-align: justify;
      text-justify: inter-word;
      text-align-last: start;
      text-wrap: pretty;
    }

    .about {
      background: var(--warm-white);
    }

    .about-stage {
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
      gap: 24px;
      align-items: stretch;
    }

    .about-copy-card,
    .about-audience-panel {
      position: relative;
      overflow: hidden;
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: var(--radius-xl);
      padding: 36px;
      box-shadow: 0 18px 50px rgba(8,24,55,.06);
      min-height: 100%;
    }

    .about-copy-card::before,
    .about-audience-panel::before {
      content: "";
      position: absolute;
      inset: 0 0 auto 0;
      height: 4px;
      background: linear-gradient(90deg, rgba(209,192,161,.95), rgba(209,192,161,.22) 55%, transparent 100%);
    }

    .about-copy-card::after,
    .about-audience-panel::after {
      content: "";
      position: absolute;
      inset: auto -10% -20% auto;
      width: 180px;
      height: 180px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(8,24,55,.035), transparent 68%);
      pointer-events: none;
    }

    .about-copy-card .section-title {
      margin: 0 0 18px;
    }

    .about-copy-card .section-intro {
      margin: 0;
      max-width: none;
      font-size: 18px;
      line-height: 2;
      color: #495367;
    }

    .about-audience-panel {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .about-panel-head {
      margin-bottom: 22px;
    }

    .about-audience-panel h3 {
      margin: 0 0 12px;
      color: var(--navy);
      font-size: 24px;
      line-height: 1.35;
    }

    .about-audience-panel > p,
    .about-panel-head p {
      margin: 0;
      color: var(--muted);
      line-height: 1.9;
      font-size: 14.5px;
    }

    .audience-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
      margin-top: 0;
    }

    .audience-chip {
      position: relative;
      display: flex;
      align-items: center;
      min-height: 58px;
      padding: 14px 16px 14px 18px;
      border: 1px solid rgba(8,24,55,.08);
      border-radius: 16px;
      background:
        linear-gradient(180deg, rgba(247,243,236,.72) 0%, rgba(255,255,255,1) 100%);
      color: #3e485b;
      font-size: 14px;
      line-height: 1.6;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
    }

    .audience-chip::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: var(--beige);
      flex: 0 0 auto;
      margin-inline-end: 10px;
      box-shadow: 0 0 0 5px rgba(209,192,161,.14);
    }

    @media (min-width: 721px) and (max-width: 1100px) {
      .about-stage {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 720px) {
      .about-stage {
        grid-template-columns: 1fr;
        gap: 18px;
      }

      .about-copy-card,
      .about-audience-panel {
        padding: 28px 22px;
      }

      .about-copy-card .section-intro {
        font-size: 16px;
        line-height: 1.95;
      }

      .about-panel-head {
        margin-bottom: 18px;
      }

      .audience-grid {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      .audience-chip {
        min-height: 54px;
        font-size: 13.5px;
      }
    }

    .about-audience-panel {
      background: var(--navy);
      border-color: rgba(255,255,255,.10);
      box-shadow: 0 20px 54px rgba(8,24,55,.16);
    }

    .about-audience-panel::before {
      background: linear-gradient(
        90deg,
        rgba(209,192,161,.95),
        rgba(209,192,161,.34) 58%,
        transparent 100%
      );
    }

    .about-audience-panel::after {
      background: radial-gradient(
        circle,
        rgba(209,192,161,.08),
        transparent 68%
      );
    }

    .about-audience-panel h3 {
      color: var(--white);
    }

    .about-audience-panel .about-panel-head p {
      color: rgba(255,255,255,.70);
    }

    .about-audience-panel .audience-chip {
      background: rgba(255,255,255,.055);
      border-color: rgba(255,255,255,.11);
      color: rgba(255,255,255,.90);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
    }

    .about-audience-panel .audience-chip::before {
      background: var(--beige);
      box-shadow: 0 0 0 5px rgba(209,192,161,.11);
    }

    .about-audience-panel .audience-chip:hover {
      background: rgba(255,255,255,.085);
      border-color: rgba(209,192,161,.24);
    }

    .about-v39 {
      background: var(--warm-white);
    }

    .about-v39 .about-editorial {
      position: relative;
      background: var(--white);
      border: 1px solid rgba(8,24,55,.09);
      border-radius: 28px;
      padding: 48px 52px 44px;
      box-shadow: 0 20px 55px rgba(8,24,55,.055);
      overflow: hidden;
    }

    .about-v39 .about-editorial::before {
      content: "";
      position: absolute;
      inset: 0 0 auto 0;
      height: 3px;
      background: linear-gradient(90deg, var(--beige), rgba(209,192,161,.28) 48%, transparent 82%);
    }

    .about-v39 .about-intro-row {
      display: grid;
      grid-template-columns: minmax(220px,.55fr) minmax(0,1.45fr);
      gap: 58px;
      align-items: start;
    }

    .about-v39 .section-title {
      margin: 0;
    }

    .about-v39 .about-main-copy {
      margin: 1px 0 0;

      max-width: 40em;
      color: #465064;
      font-size: 18px;
      line-height: 1.95;
      text-align: justify;
      text-justify: inter-word;
      text-align-last: start;
      text-wrap: pretty;
    }

    .about-v39 .about-intro-row > .about-title-wrap { align-self: center; }

    .about-v39 .about-divider {
      height: 1px;
      margin: 38px 0 30px;
      background: linear-gradient(90deg, transparent, rgba(8,24,55,.11) 10%, rgba(8,24,55,.11) 90%, transparent);
    }

    .about-v39 .audiences-heading {
      display: grid;
      grid-template-columns: minmax(220px,.55fr) minmax(0,1.45fr);
      gap: 58px;
      align-items: start;
      margin-bottom: 24px;
    }

    .about-v39 .audiences-heading h3 {
      margin: 0;
      color: var(--navy);
      font-size: 23px;
      line-height: 1.45;
      font-weight: 600;
    }

    .about-v39 .audiences-heading p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.85;
      max-width: 720px;
    }

    .about-v39 .audience-list {
      display: grid;
      grid-template-columns: repeat(4, minmax(0,1fr));
      border-top: 1px solid rgba(8,24,55,.10);
      border-inline-start: 1px solid rgba(8,24,55,.10);
    }

    .about-v39 .audience-item {
      min-height: 92px;
      padding: 20px 18px;
      border-inline-end: 1px solid rgba(8,24,55,.10);
      border-bottom: 1px solid rgba(8,24,55,.10);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 14px;
      color: #3f495b;
      font-size: 14px;
      line-height: 1.55;
      background: transparent;
      transition: background .22s ease;
    }

    .about-v39 .audience-item:hover {
      background: rgba(247,243,236,.52);
    }

    .about-v39 .audience-index {
      color: var(--beige);
      font-size: 11px;
      line-height: 1;
      letter-spacing: .08em;
      font-weight: 600;
    }

    @media (max-width: 1024px) {
      .about-v39 .about-editorial {
        padding: 42px 38px 38px;
      }

      .about-v39 .about-intro-row,
      .about-v39 .audiences-heading {
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .about-v39 .audience-list {
        grid-template-columns: repeat(2, minmax(0,1fr));
      }
    }

    @media (max-width: 720px) {
      .about-v39 .about-editorial {
        padding: 30px 22px 26px;
        border-radius: 22px;
      }

      .about-v39 .about-main-copy {
        font-size: 15.5px;
        line-height: 1.92;
      }

      .about-v39 .about-divider {
        margin: 28px 0 24px;
      }

      .about-v39 .audiences-heading {
        margin-bottom: 18px;
      }

      .about-v39 .audiences-heading h3 {
        font-size: 21px;
      }

      .about-v39 .audience-list {
        grid-template-columns: 1fr;
        border-inline-start: 0;
      }

      .about-v39 .audience-item {
        min-height: 70px;
        padding: 16px 4px;
        border-inline-end: 0;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 14px;
      }

      .about-v39 .audience-index {
        min-width: 24px;
      }
    }

    .about-v39 .audiences-heading-centered {
      display: block;
      text-align: center;
      margin-bottom: 20px;
    }

    .about-v39 .audiences-heading-centered h3 {
      margin: 0;
    }

    .about-v39 .audience-list {
      margin-top: 0;
    }

    .about-v39 .audiences-note {
      margin: 18px auto 0;
      text-align: center;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.9;
      max-width: 760px;
      text-wrap: pretty;
    }

    @media (max-width: 720px) {
      .about-v39 .audiences-heading-centered {
        margin-bottom: 16px;
      }

      .about-v39 .audiences-note {
        margin-top: 16px;
        font-size: 13.5px;
        line-height: 1.85;
      }
    }

    .about-v39 .about-editorial {
      border-radius: 24px;
      padding: 52px 56px 48px;
      border-color: rgba(8,24,55,.075);
      box-shadow: 0 16px 42px rgba(8,24,55,.045);
    }

    .about-v39 .about-editorial::before {
      height: 2px;
      background: linear-gradient(
        90deg,
        var(--beige) 0%,
        rgba(209,192,161,.48) 32%,
        rgba(209,192,161,.10) 68%,
        transparent 92%
      );
    }

    .about-v39 .about-intro-row {
      grid-template-columns: minmax(190px,.46fr) minmax(0,1.54fr);
      gap: 48px;
      align-items: start;
    }

    .about-v39 .about-main-copy {
      font-size: 16.5px;
      line-height: 2.02;
      color: #465064;
    }

    .about-v39 .about-divider {
      margin: 42px 0 32px;
      background: linear-gradient(
        90deg,
        transparent,
        rgba(8,24,55,.09) 14%,
        rgba(8,24,55,.09) 86%,
        transparent
      );
    }

    .about-v39 .audiences-heading-centered {
      position: relative;
      margin-bottom: 25px;
      padding-bottom: 13px;
    }

    .about-v39 .audiences-heading-centered::after {
      content: "";
      position: absolute;
      width: 42px;
      height: 2px;
      border-radius: 999px;
      background: var(--beige);
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      opacity: .9;
    }

    .about-v39 .audiences-heading-centered h3 {
      font-size: 23px;
      font-weight: 600;
      line-height: 1.35;
      color: var(--navy);
    }

    .about-v39 .audience-list {
      grid-template-columns: repeat(4, minmax(0,1fr));
      border-color: rgba(8,24,55,.085);
    }

    .about-v39 .audience-item {
      min-height: 80px;
      padding: 16px 18px;
      gap: 10px;
      justify-content: center;
      border-color: rgba(8,24,55,.085);
      background: transparent;
      transition: background .2s ease, color .2s ease;
    }

    .about-v39 .audience-item:hover {
      background: rgba(247,243,236,.38);
    }

    .about-v39 .audience-index {

      color: #8a7345;
      font-size: 11px;
      letter-spacing: .06em;
      opacity: 1;
      font-variant-numeric: tabular-nums;
    }

    .about-v39 .audience-item > span:last-child {
      color: #3d4759;
      font-size: 14px;
      line-height: 1.55;
      font-weight: 500;
    }

    .about-v39 .audiences-note {
      margin-top: 24px;
      max-width: 690px;
      font-size: 13.75px;
      line-height: 1.9;

      color: #626b7c;
    }

    @media (max-width: 1024px) {
      .about-v39 .about-editorial {
        padding: 44px 38px 40px;
      }

      .about-v39 .about-intro-row {
        grid-template-columns: 1fr;
        gap: 17px;
      }

      .about-v39 .audience-list {
        grid-template-columns: repeat(2, minmax(0,1fr));
      }
    }

    @media (max-width: 720px) {
      .about-v39 .about-editorial {
        padding: 30px 22px 28px;
        border-radius: 20px;
      }

      .about-v39 .about-main-copy {
        font-size: 15.25px;
        line-height: 1.92;
      }

      .about-v39 .about-divider {
        margin: 30px 0 26px;
      }

      .about-v39 .audiences-heading-centered {
        margin-bottom: 20px;
        padding-bottom: 12px;
      }

      .about-v39 .audiences-heading-centered h3 {
        font-size: 21px;
      }

      .about-v39 .audience-list {
        grid-template-columns: 1fr;
      }

      .about-v39 .audience-item {
        min-height: 60px;
        padding: 14px 4px;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
      }

      .about-v39 .audience-index {
        min-width: 24px;
      }

      .about-v39 .audiences-note {
        margin-top: 20px;
        max-width: 100%;
        font-size: 13.25px;
        line-height: 1.82;
      }
    }

    .hero-actions-single {
      width: 100%;
      justify-content: center !important;
      gap: 0 !important;
    }
    .hero-actions-single .btn-primary {
      margin-inline: auto;
      white-space: nowrap;
    }

    .site-header .consult-btn {
      display: inline-flex !important;
      flex-direction: row !important;
      align-items: center !important;
      justify-content: center !important;
      gap: 8px !important;
      white-space: nowrap;
      line-height: 1;
      flex: 0 0 auto;
    }
    .site-header .consult-btn .icon {
      display: block;
      flex: 0 0 auto;
      margin: 0 !important;
    }
    .site-header .consult-btn span {
      display: inline-block;
      white-space: nowrap;
    }

    .founder-meta-with-cta {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
    }
    .founder-identity { flex: 0 1 auto; }
    .founder-inline-cta {
      flex: 0 0 auto;
      margin-inline-start: auto;
      white-space: nowrap;
    }
    html[dir="rtl"] .founder-meta-with-cta { direction: rtl; }
    html[dir="rtl"] .founder-inline-cta { margin-right: auto; margin-left: 0; }

    .about-v39 .about-call-primary {
      padding-inline-start: 0 !important;
      justify-content: center !important;
      margin-top: 26px;
      margin-bottom: 2px;
    }

    @media (max-width: 900px) {
      .founder-meta-with-cta {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
      }
      .founder-inline-cta {
        width: 100%;
        margin-inline: 0 !important;
      }
      .about-v39 .about-call-primary { justify-content: stretch !important; }
    }

    .founder-inline-cta,
    .founder-inline-cta:link,
    .founder-inline-cta:visited,
    .founder-inline-cta:hover,
    .founder-inline-cta:active,
    .founder-inline-cta:focus-visible,
    .founder-inline-cta span {
      color: #ffffff !important;
      -webkit-text-fill-color: #ffffff !important;
      opacity: 1 !important;
    }
    .founder-inline-cta .icon {
      color: #ffffff !important;
      opacity: 1 !important;
    }

.hero::after{background-image:url("hero.webp");}

@font-face{font-family:"Thmanyah Sans";font-style:normal;font-weight:400;font-display:swap;src:url(fonts/thmanyah-sans-400.woff2) format("woff2");}
@font-face{font-family:"Thmanyah Sans";font-style:normal;font-weight:500;font-display:swap;src:url(fonts/thmanyah-sans-500.woff2) format("woff2");}
@font-face{font-family:"Thmanyah Sans";font-style:normal;font-weight:600 700;font-display:swap;src:url(fonts/thmanyah-sans-600-700.woff2) format("woff2");}
@font-face{font-family:"Thmanyah Serif Display";font-style:normal;font-weight:400;font-display:swap;src:url(fonts/thmanyah-serif-400.woff2) format("woff2");}
@font-face{font-family:"Thmanyah Serif Display";font-style:normal;font-weight:500;font-display:swap;src:url(fonts/thmanyah-serif-500.woff2) format("woff2");}
@font-face{font-family:"Thmanyah Serif Display";font-style:normal;font-weight:600 700;font-display:swap;src:url(fonts/thmanyah-serif-600-700.woff2) format("woff2");}

    .hero-copy {
      font-size: 14.75px;
      color: rgba(255,255,255,.90);
    }

    @media (min-width: 721px) and (max-height: 820px) {
      .hero-copy {
        font-size: 14.5px;
        color: rgba(255,255,255,.90);
      }
    }

    @media (max-width: 720px) {
      .hero-copy {
        font-size: 13.5px;
        color: rgba(255,255,255,.88);
      }
    }

    :root {
      --ease-lux: cubic-bezier(.22, 1, .36, 1);
      --ease-soft: cubic-bezier(.2, .75, .25, 1);
    }

    .section:not(.hero)::after {
      content: "";
      position: absolute;
      inset-inline-start: 50%;
      top: 0;
      width: min(72vw, 920px);
      height: 1px;
      transform: translateX(50%);
      background: linear-gradient(90deg, transparent, rgba(8,24,55,.10) 22%, rgba(209,192,161,.42) 50%, rgba(8,24,55,.10) 78%, transparent);
      pointer-events: none;
      opacity: .72;
    }
    html[dir="ltr"] .section:not(.hero)::after { transform: translateX(-50%); }
    .services::after, .contact::after {
      background: linear-gradient(90deg, transparent, rgba(255,255,255,.07) 22%, rgba(209,192,161,.34) 50%, rgba(255,255,255,.07) 78%, transparent) !important;
    }

    body.beauty-motion .beauty-reveal {
      opacity: 0;
      transform: translate3d(0, 24px, 0);
      filter: blur(2.5px);
      transition:
        opacity .82s var(--ease-lux) var(--beauty-delay, 0ms),
        transform .88s var(--ease-lux) var(--beauty-delay, 0ms),
        filter .72s ease var(--beauty-delay, 0ms);
      will-change: opacity, transform, filter;
    }
    body.beauty-motion .beauty-reveal.beauty-visible {
      opacity: 1;
      transform: translate3d(0,0,0);
      filter: blur(0);
    }
    body.beauty-motion .beauty-reveal[data-beauty="portrait"] {
      transform: translate3d(0, 18px, 0) scale(.985);
    }
    body.beauty-motion .beauty-reveal[data-beauty="portrait"].beauty-visible {
      transform: translate3d(0,0,0) scale(1);
    }

    .founder-portrait { transition: box-shadow .55s var(--ease-soft), border-color .55s ease; }
    .founder-portrait .founder-light-sweep {
      position: absolute;
      z-index: 2;
      inset: -30% auto -30% -48%;
      width: 34%;
      transform: skewX(-13deg) translateX(-20%);
      background: linear-gradient(90deg, transparent, rgba(255,255,255,.13), transparent);
      opacity: 0;
      pointer-events: none;
    }
    .founder-portrait.beauty-visible .founder-light-sweep {
      animation: founderSweep 1.25s .38s var(--ease-lux) both;
    }
    @keyframes founderSweep {
      0% { opacity: 0; transform: skewX(-13deg) translateX(-20%); }
      22% { opacity: .48; }
      100% { opacity: 0; transform: skewX(-13deg) translateX(520%); }
    }

    .site-header {
      border-bottom: 1px solid transparent;
      transition: transform .3s var(--ease-soft), background .3s ease, box-shadow .3s ease, padding .3s ease, border-color .3s ease;
    }
    .site-header.scrolled {
      background: rgba(8,24,55,.925) !important;
      border-bottom-color: rgba(209,192,161,.16);
      box-shadow: 0 12px 38px rgba(2,9,24,.16), inset 0 -1px 0 rgba(255,255,255,.025);
      backdrop-filter: blur(20px) saturate(120%);
      -webkit-backdrop-filter: blur(20px) saturate(120%);
    }

    .btn-primary, .btn-secondary, .consult-btn, .submit-btn {
      position: relative;
      overflow: hidden;
      isolation: isolate;
    }
    .btn-primary::before, .btn-secondary::before, .consult-btn::before, .submit-btn::before {
      content: "";
      position: absolute;
      z-index: 0;
      inset: -60% auto -60% -36%;
      width: 26%;
      transform: skewX(-16deg);
      background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent);
      transition: transform .62s var(--ease-lux);
      pointer-events: none;
    }
    .btn-primary:hover::before, .btn-secondary:hover::before, .consult-btn:hover::before, .submit-btn:hover::before {
      transform: skewX(-16deg) translateX(560%);
    }
    .btn-primary > *, .btn-secondary > *, .submit-btn > * { position: relative; z-index: 1; }
    .consult-btn { z-index: 0; }
    .btn-primary .icon, .btn-secondary .icon, .consult-btn .icon, .submit-btn .icon,
    .contact-final-cta a .icon {
      transition: transform .28s var(--ease-lux);
    }
    html[dir="rtl"] .btn-primary:hover .icon,
    html[dir="rtl"] .btn-secondary:hover .icon,
    html[dir="rtl"] .consult-btn:hover .icon,
    html[dir="rtl"] .submit-btn:hover .icon,
    html[dir="rtl"] .contact-final-cta a:hover .icon { transform: translateX(-4px); }
    html[dir="ltr"] .btn-primary:hover .icon,
    html[dir="ltr"] .btn-secondary:hover .icon,
    html[dir="ltr"] .consult-btn:hover .icon,
    html[dir="ltr"] .submit-btn:hover .icon,
    html[dir="ltr"] .contact-final-cta a:hover .icon { transform: translateX(4px); }

    .about-v39 .audience-item {
      position: relative;
      transition: transform .26s var(--ease-lux), background .26s ease, border-color .26s ease;
    }
    .about-v39 .audience-item::after {
      content: "";
      position: absolute;
      inset-inline-start: 0;
      bottom: -1px;
      width: 0;
      height: 1px;
      background: var(--beige);
      transition: width .38s var(--ease-lux);
    }
    .about-v39 .audience-item:hover { transform: translateY(-2px); }
    .about-v39 .audience-item:hover::after { width: 100%; }
    .about-v39 .audience-index { transition: color .25s ease, transform .25s var(--ease-lux); }
    .about-v39 .audience-item:hover .audience-index { color: var(--navy); transform: translateY(-1px); }

    .service-card {
      transition: background .34s ease, transform .34s var(--ease-lux), box-shadow .34s ease, border-color .34s ease;
      transform-origin: center;
    }
    .service-card::after {
      content: "";
      position: absolute;
      z-index: 1;
      inset-inline-start: 0;
      top: 0;
      width: 2px;
      height: 0;
      background: linear-gradient(180deg, var(--beige), rgba(209,192,161,.18));
      transition: height .45s var(--ease-lux);
      pointer-events: none;
    }
    .service-card:hover {
      background: rgba(255,255,255,.055);
      transform: translateY(-4px);
      box-shadow: 0 18px 34px rgba(0,0,0,.12);
    }
    .service-card:hover::after { height: 100%; }
    .service-card .service-index { transition: color .3s ease, transform .3s var(--ease-lux); }
    .service-card:hover .service-index { color: #eadfc9; transform: translateY(-2px); }
    .service-card h3 { transition: transform .34s var(--ease-lux), color .3s ease; }
    .service-card:hover h3 { transform: translateY(-2px); }
    .service-desc { transition: color .3s ease, transform .34s var(--ease-lux); }
    .service-card:hover .service-desc { color: rgba(255,255,255,.82); transform: translateY(-1px); }

    .partner-logo-card { transition: transform .32s var(--ease-lux), opacity .28s ease, filter .28s ease; }
    .partner-logo-card:hover { transform: translateY(-3px) scale(1.025); filter: saturate(1.04) contrast(1.03); }
    .marquee-shell:hover .marquee-track { animation-play-state: paused; }
    .marquee-shell:hover .partner-logo-card:not(:hover) { opacity: .72; }

    .form-card input, .form-card select, .form-card textarea {
      transition: border-color .24s ease, box-shadow .24s ease, background .24s ease, transform .24s var(--ease-lux);
    }
    .form-card input:focus, .form-card select:focus, .form-card textarea:focus {
      border-color: rgba(209,192,161,.92);
      box-shadow: 0 0 0 4px rgba(209,192,161,.13), 0 10px 24px rgba(8,24,55,.055);
      transform: translateY(-1px);
    }

    .map-placeholder {
      transition: border-color .34s ease, transform .34s var(--ease-lux), background .34s ease, box-shadow .34s ease;
    }
    .map-placeholder:hover {
      transform: translateY(-4px);
      box-shadow: 0 18px 42px rgba(2,9,24,.18);
    }
    .contact-social-link {
      transition: transform .28s var(--ease-lux), background .28s ease, color .28s ease, border-color .28s ease, box-shadow .28s ease;
    }
    .contact-social-link:hover { transform: translateY(-4px) scale(1.035); }
    .contact-final-cta {
      transition: transform .32s var(--ease-lux), box-shadow .32s ease;
    }
    .contact-final-cta:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 34px rgba(2,9,24,.14);
    }

    .section[data-beauty-active="true"] .section-title { text-shadow: 0 10px 28px rgba(8,24,55,.055); }
    .services[data-beauty-active="true"] .section-title,
    .contact[data-beauty-active="true"] .section-title { text-shadow: 0 10px 28px rgba(0,0,0,.10); }

    @media (max-width: 760px) {
      .section:not(.hero)::after { width: 82vw; }
      body.beauty-motion .beauty-reveal { transform: translate3d(0, 16px, 0); filter: blur(1.5px); }
      .service-card:hover, .map-placeholder:hover, .contact-social-link:hover, .contact-final-cta:hover,
      .partner-logo-card:hover, .about-v39 .audience-item:hover { transform: none; box-shadow: none; }
      .marquee-shell:hover .marquee-track { animation-play-state: running; }
      .marquee-shell:hover .partner-logo-card:not(:hover) { opacity: 1; }
    }

    @media (prefers-reduced-motion: reduce) {
      body.beauty-motion .beauty-reveal,
      body.beauty-motion .beauty-reveal.beauty-visible {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        transition: none !important;
      }
      .founder-portrait .founder-light-sweep { display: none !important; }
      .btn-primary::before, .btn-secondary::before, .consult-btn::before, .submit-btn::before { display: none; }
    }

    @keyframes ctaSignal {
      0%, 100% {
        box-shadow: 0 10px 28px rgba(209,192,161,.18), 0 0 0 0 rgba(209,192,161,.34);
        filter: brightness(1);
      }
      48% {
        box-shadow: 0 13px 34px rgba(209,192,161,.30), 0 0 0 8px rgba(209,192,161,0);
        filter: brightness(1.055);
      }
    }
    .cta-signal { animation: ctaSignal 2.25s ease-in-out infinite; }

    .btn-direct-call {
      min-height: 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      padding: 12px 18px;
      border: 1px solid rgba(209,192,161,.54);
      border-radius: 12px;
      background: rgba(209,192,161,.10);
      color: #f2e7d2;
      font-size: 13.5px;
      font-weight: 700;
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      transition: transform .26s var(--ease-lux), background .26s ease, color .26s ease, border-color .26s ease;
    }
    .btn-direct-call .icon { width: 18px; height: 18px; }
    .btn-direct-call:hover {
      transform: translateY(-3px);
      background: var(--beige);
      border-color: var(--beige);
      color: var(--navy);
    }

    .decision-cta {
      margin-top: 34px;
      padding: 20px 22px;
      border: 1px solid rgba(209,192,161,.28);
      border-radius: 18px;
      background: linear-gradient(120deg, rgba(255,255,255,.045), rgba(209,192,161,.065));
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }
    .decision-cta-copy { min-width: 0; }
    .decision-cta-copy small {
      display: block;
      margin-bottom: 5px;
      color: rgba(255,255,255,.58);
      font-size: 12px;
    }
    .decision-cta-copy strong {
      display: block;
      color: #fff;
      font-size: clamp(18px, 1.5vw, 22px);
      font-weight: 700;
    }
    .direct-call-button {
      flex: 0 0 auto;
      min-width: 174px;
      min-height: 52px;
      padding: 10px 17px;
      border-radius: 14px;
      background: var(--beige);
      color: var(--navy);
      display: grid;
      grid-template-columns: auto auto;
      grid-template-areas: "icon label" "icon number";
      align-items: center;
      column-gap: 9px;
      line-height: 1.05;
      font-weight: 800;
      transition: transform .26s var(--ease-lux), background .26s ease;
    }
    .direct-call-button .icon { grid-area: icon; width: 21px; height: 21px; }
    .direct-call-button > span { grid-area: label; font-size: 14px; }
    .direct-call-button > small { grid-area: number; margin-top: 4px; font-size: 10.5px; opacity: .70; font-weight: 600; }
    .direct-call-button:hover { transform: translateY(-3px) scale(1.015); background: #ddcdae; }

    .consult-call-option {
      margin-top: 20px;
      padding-top: 18px;
      border-top: 1px solid rgba(8,24,55,.10);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
    }
    .consult-call-option > span { color: var(--muted); font-size: 12.5px; }
    .consult-call-link {
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 44px;
      padding: 10px 14px;
      border-radius: 12px;
      background: var(--navy);
      color: #fff;
      border: 1px solid rgba(8,24,55,.16);
      transition: transform .24s var(--ease-lux), background .24s ease;
    }
    .consult-call-link .icon { width: 18px; height: 18px; color: var(--beige); }
    .consult-call-link strong { font-size: 13px; }
    .consult-call-link:hover { transform: translateY(-2px); background: #102852; }

    .contact-final-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 14px; }
    .contact-final-cta .contact-call-primary,
    .contact-final-cta .contact-consult-secondary {
      border-bottom: 0;
      min-height: 44px;
      border-radius: 12px;
      padding: 10px 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      font-size: 12.5px;
      font-weight: 700;
    }
    .contact-final-cta .contact-call-primary {
      background: var(--navy);
      color: #fff;
      min-width: 130px;
    }
    .contact-final-cta .contact-call-primary .icon { color: var(--beige); }
    .contact-final-cta .contact-consult-secondary {
      color: var(--navy);
      border: 1px solid rgba(8,24,55,.20);
      background: rgba(255,255,255,.20);
    }
    .contact-final-cta .contact-call-primary:hover,
    .contact-final-cta .contact-consult-secondary:hover { transform: translateY(-2px); }

    #callButton {
      background: var(--beige);
      color: var(--navy);
      border-color: rgba(255,255,255,.84);
      animation: ctaSignal 2.25s ease-in-out infinite;
    }
    #callButton::after { border-color: var(--beige); opacity: .34; animation-duration: 2.15s; }

    .mobile-call-dock { display: none; }

    @media (max-width: 900px) {
      .hero-actions .btn-direct-call { width: 100%; }
      .decision-cta { align-items: stretch; flex-direction: column; padding: 18px; }
      .direct-call-button { width: 100%; min-width: 0; display: flex; justify-content: center; }
      .direct-call-button > small { margin: 0 0 0 2px; }
      .consult-call-option { align-items: stretch; flex-direction: column; }
      .consult-call-link { justify-content: center; width: 100%; }

      .mobile-call-dock {
        position: fixed;
        z-index: 930;
        inset-inline: 12px;
        bottom: max(10px, env(safe-area-inset-bottom));
        min-height: 56px;
        padding: 8px 16px;
        border-radius: 16px;
        background: var(--beige);
        color: var(--navy);
        border: 1px solid rgba(255,255,255,.80);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 11px;
        box-shadow: 0 16px 42px rgba(2,9,24,.30);
      }
      .mobile-call-dock-icon {
        width: 35px; height: 35px;
        border-radius: 11px;
        background: var(--navy);
        color: #fff;
        display: grid;
        place-items: center;
      }
      .mobile-call-dock-icon .icon { width: 18px; height: 18px; }
      .mobile-call-dock-copy { display: flex; flex-direction: column; line-height: 1.08; }
      .mobile-call-dock-copy strong { font-size: 14px; }
      .mobile-call-dock-copy small { margin-top: 4px; font-size: 10.5px; opacity: .68; }

      .floating-actions { bottom: max(82px, calc(env(safe-area-inset-bottom) + 74px)); }
      #callButton { display: none; }
      .footer { padding-bottom: max(132px, calc(env(safe-area-inset-bottom) + 116px)); }
    }

    @media (max-width: 520px) {
      .contact-final-actions { flex-direction: column; align-items: stretch; }
      .contact-final-cta .contact-call-primary,
      .contact-final-cta .contact-consult-secondary { width: 100%; }
    }

    @media (prefers-reduced-motion: reduce) {
      .cta-signal, #callButton { animation: none !important; }
    }

    @keyframes ctaSignalV63 {
      0%, 100% {
        box-shadow: 0 10px 30px rgba(209,192,161,.20), 0 0 0 0 rgba(209,192,161,.38);
        filter: brightness(1);
      }
      42% {
        box-shadow: 0 16px 38px rgba(209,192,161,.34), 0 0 0 9px rgba(209,192,161,0);
        filter: brightness(1.07);
      }
      62% { filter: brightness(1.025); }
    }

    .cta-signal,
    .cta-signal-soft,
    .submit-btn,
    .contact-final-cta .contact-consult-secondary {
      animation: ctaSignalV63 2.05s ease-in-out infinite !important;
    }

    .section-call-wrap {
      display: flex;
      align-items: center;
      margin-top: 24px;
    }
    .founder-call-wrap { justify-content: flex-start; }
    .about-call-primary { justify-content: flex-end; margin-top: 22px; }
    .audiences-call-wrap { justify-content: center; margin-top: 24px; }

    .section-call-button {
      position: relative;
      isolation: isolate;
      overflow: hidden;
      min-height: 48px;
      padding: 12px 19px;
      border-radius: 13px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      background: var(--navy);
      color: #fff;
      border: 1px solid rgba(8,24,55,.10);
      font-size: 13.5px;
      font-weight: 800;
      letter-spacing: 0;
      transition: transform .24s var(--ease-lux), background .24s ease, box-shadow .24s ease;
    }
    .section-call-button::after {
      content: "";
      position: absolute;
      z-index: -1;
      inset: 1px;
      border-radius: inherit;
      background: linear-gradient(105deg, transparent 16%, rgba(209,192,161,.16) 46%, transparent 72%);
      transform: translateX(72%);
      transition: transform .6s var(--ease-lux);
    }
    .section-call-button .icon { width: 18px; height: 18px; color: var(--beige); }
    .section-call-button:hover { transform: translateY(-3px); background: #102852; }
    .section-call-button:hover::after { transform: translateX(-72%); }

    .about-v39 .about-call-primary { padding-inline-start: min(48%, 520px); }

    .direct-call-button {
      display: inline-flex !important;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-width: 178px;
      padding: 12px 18px;
      line-height: 1;
    }
    .direct-call-button .icon { grid-area: auto; }
    .direct-call-button > span { grid-area: auto; font-size: 13.5px; }
    .direct-call-button > small { display: none !important; }

    .hero-actions .btn-primary .icon { width: 18px; height: 18px; }
    .hero-actions .hero-consult-link { gap: 8px; }
    .hero-actions .hero-consult-link .icon { width: 16px; height: 16px; }
    .site-header .consult-btn { gap: 7px; }
    .site-header .consult-btn .icon { width: 16px; height: 16px; }

    .services .cta-signal,
    .hero .cta-signal,
    .contact .cta-signal {
      animation-duration: 1.9s !important;
    }

    @media (max-width: 900px) {
      .section-call-wrap,
      .founder-call-wrap,
      .about-call-primary,
      .audiences-call-wrap { justify-content: stretch; }
      .about-v39 .about-call-primary { padding-inline-start: 0; }
      .section-call-button { width: 100%; }
      .hero-actions .btn-primary,
      .hero-actions .hero-consult-link { width: 100%; }
      .direct-call-button { width: 100%; }
      .mobile-call-dock-copy { align-items: center; }
    }

    @media (prefers-reduced-motion: reduce) {
      .cta-signal,
      .cta-signal-soft,
      .submit-btn,
      .contact-final-cta .contact-consult-secondary { animation: none !important; }
    }

    .hero-actions-single {
      width: 100%;
      justify-content: center !important;
      gap: 0 !important;
    }
    .hero-actions-single .btn-primary {
      margin-inline: auto;
      white-space: nowrap;
    }

    .site-header .consult-btn {
      display: inline-flex !important;
      flex-direction: row !important;
      align-items: center !important;
      justify-content: center !important;
      gap: 8px !important;
      white-space: nowrap;
      line-height: 1;
      flex: 0 0 auto;
    }
    .site-header .consult-btn .icon {
      display: block;
      flex: 0 0 auto;
      margin: 0 !important;
    }
    .site-header .consult-btn span {
      display: inline-block;
      white-space: nowrap;
    }

    .founder-meta-with-cta {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
    }
    .founder-identity { flex: 0 1 auto; }
    .founder-inline-cta {
      flex: 0 0 auto;
      margin-inline-start: auto;
      white-space: nowrap;
    }
    html[dir="rtl"] .founder-meta-with-cta { direction: rtl; }
    html[dir="rtl"] .founder-inline-cta { margin-right: auto; margin-left: 0; }

    .about-v39 .about-call-primary {
      padding-inline-start: 0 !important;
      justify-content: center !important;
      margin-top: 26px;
      margin-bottom: 2px;
    }

    @media (max-width: 900px) {
      .founder-meta-with-cta {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
      }
      .founder-inline-cta {
        width: 100%;
        margin-inline: 0 !important;
      }
      .about-v39 .about-call-primary { justify-content: stretch !important; }
    }

/* =========================================================
   V74.1 — Mobile responsive hardening
   Scope: phones/tablets only. Desktop layout remains unchanged.
   ========================================================= */
@media (max-width: 900px) {
  :root { --header-height: 72px; }

  /* Header: keep only brand + language + menu on constrained widths. */
  .site-header .consult-btn { display: none !important; }
  .site-header { padding: 8px 0; }
  .site-header.scrolled { padding: 6px 0; }
  .nav-wrap {
    gap: 10px;
    min-width: 0;
  }
  .brand {
    min-width: 0;
    max-width: min(46vw, 170px);
    margin-inline-end: 0;
    flex: 0 1 auto;
  }
  .brand-logo-full,
  .site-header.scrolled .brand-logo-full {
    width: auto;
    height: 42px;
    min-width: 0;
    max-width: min(46vw, 160px);
  }
  .nav-actions {
    margin-inline-start: auto;
    gap: 7px;
    flex: 0 0 auto;
    min-width: 0;
  }
  .lang-switcher {
    flex: 0 0 auto;
    padding: 3px;
  }
  .lang-switcher button {
    min-width: 36px;
    min-height: 40px;
    padding: 6px 7px;
  }
  .mobile-menu-btn {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
  }
  .mobile-panel {
    top: calc(var(--header-height) + 8px);
    inset-inline: 12px;
    max-height: calc(100dvh - var(--header-height) - 24px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  /* Remove the full-width fixed call bar that covered page content. */
  .mobile-call-dock { display: none !important; }

  /* Keep quick actions compact and reachable without covering sections. */
  .floating-actions {
    top: auto !important;
    bottom: max(16px, calc(env(safe-area-inset-bottom) + 10px)) !important;
    right: max(10px, env(safe-area-inset-right)) !important;
    left: auto !important;
    transform: none !important;
    gap: 8px !important;
  }
  html[dir="ltr"] .floating-actions {
    right: auto !important;
    left: max(10px, env(safe-area-inset-left)) !important;
  }
  .floating-actions #callButton,
  .floating-actions .float-btn {
    display: grid !important;
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }
  .float-tooltip { display: none !important; }

  /* No artificial page gap for the removed dock. */
  .footer {
    padding-bottom: max(78px, calc(env(safe-area-inset-bottom) + 66px)) !important;
  }

  /* Defensive responsive rules: long Arabic/English content must not escape viewport. */
  .section,
  .container,
  .hero-copy-block,
  .founder-content,
  .about-content,
  .form-card,
  .contact-grid,
  .contact-list,
  .contact-item,
  .contact-final-cta,
  .footer-wrap {
    min-width: 0;
  }
  .section-title,
  .section-intro,
  .hero-copy,
  .contact-item strong,
  .contact-value,
  .footer-legal,
  .service-card h3,
  .service-card p {
    overflow-wrap: anywhere;
  }
  iframe, img, svg { max-width: 100%; }
}

@media (max-width: 720px) {
  :root {
    --container: min(100% - 28px, 620px);
    --header-height: 68px;
  }
  html { scroll-padding-top: 78px; }
  .section { padding: 68px 0; }

  .site-header { padding: 7px 0; }
  .brand { max-width: 43vw; }
  .brand-logo-full,
  .site-header.scrolled .brand-logo-full {
    height: 39px;
    max-width: min(43vw, 148px);
  }
  .nav-wrap { gap: 8px; }
  .nav-actions { gap: 6px; }
  .lang-switcher button {
    min-width: 34px;
    min-height: 40px;
    padding-inline: 6px;
    font-size: 10.5px;
  }
  .mobile-menu-btn {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    border-radius: 11px;
  }
  .mobile-menu-btn svg { width: 21px; height: 21px; }

  /* Hero: account for the shorter mobile header and avoid vertical crowding. */
  .hero .container {
    min-height: 100svh;
    padding-top: calc(var(--header-height) + 24px);
    padding-bottom: 34px;
  }
  .hero h1.hero-title-grid {
    width: 100%;
    max-width: 100%;
    font-size: clamp(24px, 7vw, 29px);
    column-gap: clamp(5px, 1.7vw, 9px);
    row-gap: .08em;
  }
  .hero-copy {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.7;
  }
  .hero-actions-single .btn-primary {
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }
  .hero .hero-proof { margin-top: 22px; }

  /* Founder/about content: preserve hierarchy without oversized mobile gaps. */
  .founder-grid { gap: 30px; }
  .founder-portrait { min-height: 360px; }
  .founder-meta-with-cta { gap: 14px; }

  /* Cards/forms/contact: consistent phone spacing and no accidental edge collisions. */
  .service-card { min-height: 0; padding: 24px 22px; }
  .service-card h3 { margin-top: 22px; }
  .form-card { padding: 19px 16px; border-radius: 20px; }
  .contact-grid { gap: 26px; }
  .contact-item { padding: 16px 14px; gap: 12px; }
  .contact-icon { width: 40px; height: 40px; border-radius: 12px; }
  .contact-social { padding: 15px 12px 17px; }
  .contact-social-links { gap: 8px; }
  .contact-final-cta { padding: 18px 16px; }
  .contact-map,
  .contact-map-frame { border-radius: 20px; }
  .contact-map-frame { min-height: 285px; }

  .footer-wrap,
  .footer-brand { align-items: center; text-align: center; }
  .footer-nav { justify-content: center; }
}

@media (max-width: 420px) {
  :root { --container: calc(100% - 24px); }
  .brand { max-width: 40vw; }
  .brand-logo-full,
  .site-header.scrolled .brand-logo-full {
    height: 37px;
    max-width: 40vw;
  }
  .nav-wrap { gap: 6px; }
  .nav-actions { gap: 5px; }
  .lang-switcher button {
    min-width: 32px;
    min-height: 38px;
    padding-inline: 5px;
  }
  .mobile-menu-btn {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }
  .hero h1.hero-title-grid { font-size: clamp(23px, 6.8vw, 27px); }
  .section-title { font-size: clamp(29px, 8.8vw, 34px); }
}

@media (max-width: 360px) {
  .brand { max-width: 38vw; }
  .brand-logo-full,
  .site-header.scrolled .brand-logo-full { max-width: 38vw; height: 35px; }
  .lang-switcher button { min-width: 30px; padding-inline: 4px; }
  .mobile-menu-btn { flex-basis: 36px; width: 36px; height: 36px; }
  .hero h1.hero-title-grid { font-size: 22px; }
}

/* =========================================================
   V74.2 — Contact CTA mobile spacing fix
   Prevent the generic mobile tap-area negative margins from
   collapsing the two stacked contact actions into each other.
   Desktop remains unchanged.
   ========================================================= */
@media (max-width: 900px) {
  .contact-final-actions {
    gap: 12px;
  }
  .contact-final-actions .contact-call-primary,
  .contact-final-actions .contact-consult-secondary {
    margin-block: 0 !important;
    padding-block: 11px;
    min-height: 46px;
  }
}
