/* One navigation and footer language for both the app and published CMS pages. */
.agency-icon { display: block; width: 20px; height: 20px; flex: 0 0 20px; }
.agency-chrome { box-sizing: border-box; position: sticky; top: 0; z-index: 40; display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 94px; gap: 26px; padding: 18px clamp(20px, 3vw, 56px); background: var(--brand-surface, #fff); border-bottom: 1px solid color-mix(in srgb, var(--brand-primary, #193c80) 12%, white); box-shadow: 0 3px 18px #102a4608; color: var(--brand-text, #13294b); font-family: var(--font-en, system-ui); }
[dir=rtl] .agency-chrome { font-family: var(--font-ar, Tahoma); }
.agency-chrome *, .agency-footer-pages *, .agency-social-links * { box-sizing: border-box; }
.agency-chrome a { color: inherit; text-decoration: none !important; }
.agency-brand { display: flex; align-items: center; gap: 12px; min-width: 0; flex-shrink: 0; }
.agency-brand-mark { display: grid; place-items: center; flex: 0 0 48px; width: 48px; height: 48px; border-radius: 50%; overflow: hidden; background: #091f40; color: #fff; }
.agency-brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.agency-brand strong { display: block; max-width: 250px; font-size: 14px; line-height: 1.5; color: var(--brand-primary, #193c80); }
.agency-brand small { display: block; margin-top: 3px; font-size: 11px; color: var(--brand-muted, #606c80); }
.agency-desktop-nav { display: flex; align-items: center; justify-content: center; flex: 1; gap: clamp(13px, 1.5vw, 24px); }
.agency-desktop-nav > a, .agency-dropdown > summary { display: flex; align-items: center; gap: 7px; min-height: 46px; font-size: 13px; font-weight: 650; white-space: nowrap; position: relative; color: var(--brand-muted, #606c80); }
.agency-chrome .agency-icon { color: var(--brand-primary, #193c80); }
.agency-desktop-nav > a::after { content: ""; position: absolute; inset-inline: 0; bottom: 0; height: 2px; border-radius: 3px; background: var(--brand-secondary, #c9a35e); transform: scaleX(0); transition: transform .18s; }
.agency-desktop-nav > a:hover::after, .agency-desktop-nav > a[aria-current]::after { transform: scaleX(1); }
.agency-desktop-nav > a:hover, .agency-desktop-nav > a[aria-current], .agency-dropdown > summary[aria-current] { color: var(--brand-primary, #193c80); }
.agency-dropdown { position: relative; }
.agency-dropdown > summary { cursor: pointer; list-style: none; }
.agency-dropdown > summary::-webkit-details-marker, .agency-mobile-nav > summary::-webkit-details-marker { display: none; }
.agency-chevron { font-size: 16px; }
.agency-dropdown > div { position: absolute; top: calc(100% + 12px); inset-inline-end: 0; display: grid; min-width: 275px; max-width: min(340px, calc(100vw - 36px)); padding: 10px; border: 1px solid var(--brand-border, #dfe5ed); border-radius: 18px; background: var(--brand-surface, #fff); box-shadow: 0 18px 42px #102a461c; }
.agency-dropdown > div a, .agency-mobile-nav nav > a { display: flex; align-items: center; gap: 12px; min-height: 46px; padding: 12px; font-size: 14px; border-radius: 10px; line-height: 1.6; }
.agency-dropdown > div a:hover, .agency-mobile-nav nav > a:hover, .agency-mobile-nav nav > a[aria-current] { background: color-mix(in srgb, var(--brand-primary, #193c80) 5%, white); }
.agency-header-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.agency-chrome .agency-language { display: grid; place-items: center; min-width: 44px; min-height: 44px; padding: 8px; border-radius: 12px; background: #f2f5fa; border: 1px solid #e6ebf2; font-family: inherit; font-size: 14px; font-weight: 700; line-height: 1.4; color: var(--brand-primary, #193c80); cursor: pointer; }
.agency-chrome .agency-header-cta { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 12px 16px; border-radius: 12px; background: var(--brand-primary, #193c80); color: white; font-size: 13px; font-weight: 750; white-space: nowrap; }
.agency-chrome .agency-header-cta .agency-icon { color: inherit; }
.agency-chrome .agency-header-cta:hover { background: color-mix(in srgb, var(--brand-primary, #193c80) 88%, black); }
.agency-mobile-nav { display: none; }
.agency-mobile-nav > summary { display: grid; place-items: center; min-width: 44px; min-height: 44px; list-style: none; cursor: pointer; border: 1px solid #e6ebf2; border-radius: 12px; }
.agency-mobile-nav > nav { position: absolute; inset-inline: 18px; top: calc(100% + 8px); padding: 12px; max-height: calc(100dvh - 116px); overflow-y: auto; overscroll-behavior: contain; background: var(--brand-surface, white); border: 1px solid var(--brand-border, #dfe5ed); border-radius: 18px; box-shadow: 0 18px 42px #102a461c; }
.agency-menu-label { display: block; padding: 12px 12px 4px; border-top: 1px solid #e6ebf2; color: var(--brand-muted); font-size: 12px; }
.agency-chrome :is(a, button, summary):focus-visible, .agency-footer-pages a:focus-visible, .agency-social-links a:focus-visible { outline: 3px solid var(--brand-accent, #ae8544); outline-offset: 4px; }
.agency-footer-pages { padding-block: 26px; color: var(--brand-primary, #193c80); }
.agency-footer-label { display: block; margin: 0 0 18px; font-size: 13px; font-weight: 650; color: var(--brand-muted, #606c80); line-height: 1.7; }
.agency-footer-pages > div { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 12px; }
.agency-footer-pages a { display: flex; align-items: center; gap: 12px; padding: 10px 2px; min-height: 58px; border: 0; border-bottom: 1px solid color-mix(in srgb, var(--brand-primary, #193c80) 10%, white); border-radius: 0; background: transparent; color: var(--brand-primary, #193c80); text-decoration: none !important; font-size: 13px; line-height: 1.75; transition: color .18s, padding .18s; }
.agency-page-symbol { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 38px; border-radius: 50%; background: color-mix(in srgb, var(--brand-secondary, #c9a35e) 16%, white); }
.agency-page-arrow { margin-inline-start: auto; opacity: .55; }
.agency-footer-pages a:hover { border-color: var(--brand-secondary, #c9a35e); color: var(--brand-secondary, #a57b35); padding-inline: 8px; }
.agency-social-links { padding-block: 22px 30px; }
.agency-social-links > div { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.agency-social-links a { display: inline-flex; align-items: center; gap: 10px; min-height: 50px; padding: 5px 16px 5px 6px; padding-inline: 6px 16px; border: 1px solid #e2e8f0; border-radius: 999px; text-decoration: none !important; color: var(--brand-primary, #193c80); font-size: 13px; background: var(--brand-surface, #fff); transition: background .18s, border-color .18s; }
.agency-social-symbol { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #f1f4f9; }
.agency-social-icon { width: 18px; height: 18px; display: block; }
.agency-social-links a:hover { background: #f8f5ee; border-color: var(--brand-secondary, #c9a35e); }
.home-footer .agency-footer-pages { width: min(1280px, calc(100% - 96px)); margin-inline: auto; padding-block: 4px 18px; }
.content-site-footer > .agency-footer-pages { display: block; grid-column: 1 / -1; }
.content-site-footer .agency-social-links { display: block; padding-block: 14px 0; }
.content-site-footer .agency-footer-pages > div { display: grid; }
.content-toc { top: 120px; }
.content-sections section { scroll-margin-top: 115px; }
.owner-journey { margin: 0 0 58px; padding: clamp(24px, 4vw, 44px); border-radius: 28px; background: linear-gradient(135deg, color-mix(in srgb, var(--brand-primary) 96%, black), color-mix(in srgb, var(--brand-primary) 76%, var(--brand-secondary))); color: #fff; overflow: hidden; }
.owner-journey-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, .65fr); gap: 14px 48px; align-items: end; }
.owner-journey-heading .content-kicker { color: color-mix(in srgb, var(--brand-accent) 85%, white); }
.owner-journey-heading h2 { margin: 0; max-width: 620px; font-size: clamp(25px, 3.5vw, 42px); line-height: 1.35; letter-spacing: -.03em; }
.owner-journey-heading p { margin: 0; color: #ffffffc9; font-size: 14px; line-height: 1.9; }
.owner-journey-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 38px 0 0; padding: 0; list-style: none; }
.owner-journey-steps li { position: relative; display: flex; align-items: flex-start; gap: 12px; min-width: 0; padding-top: 17px; border-top: 1px solid #ffffff42; }
.owner-step-number { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border: 1px solid #ffffff66; border-radius: 50%; color: var(--brand-accent); font-size: 11px; font-weight: 800; }
.owner-journey-steps strong, .owner-journey-steps small { display: block; }
.owner-journey-steps strong { font-size: 14px; line-height: 1.6; }
.owner-journey-steps small { margin-top: 3px; color: #ffffffa8; font-size: 11px; }
.owner-step-arrow { position: absolute; inset-inline-end: 10px; top: 23px; color: var(--brand-accent); font-size: 19px; }
.content-faq-sections section { padding-block: 20px; }
.content-faq-sections section > .content-section-number { display: inline-block; margin-bottom: 12px; }
.content-faq-sections details { border-bottom: 1px solid var(--brand-border); }
.content-faq-sections summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 4px 0 18px; color: var(--brand-primary); cursor: pointer; font-size: 23px; font-weight: 700; line-height: 1.6; list-style: none; }
.content-faq-sections summary::-webkit-details-marker { display: none; }
.content-faq-sections summary span { color: var(--brand-secondary); font-size: 22px; font-weight: 400; transition: transform .18s; }
.content-faq-sections details[open] summary span { transform: rotate(45deg); }
.content-faq-sections details p { padding: 0 0 22px; }
@media (max-width: 1370px) {
  .agency-chrome { gap: 18px; padding-inline: 24px; }
  .agency-brand strong { max-width: 195px; font-size: 13px; }
  .agency-desktop-nav { gap: 12px; }
  .agency-desktop-nav > a, .agency-dropdown > summary { gap: 5px; font-size: 12px; }
  .agency-desktop-nav .agency-icon { width: 18px; height: 18px; flex-basis: 18px; }
  .agency-chrome .agency-header-cta { padding-inline: 12px; font-size: 12px; }
}
@media (max-width: 1190px) {
  .agency-desktop-nav { display: none; }
  .agency-mobile-nav { display: block; }
  .agency-brand { margin-inline-end: auto; flex-shrink: 1; }
  .agency-brand strong { max-width: 340px; }
}
@media (max-width: 700px) {
  .agency-chrome { min-height: 80px; gap: 10px; padding: 14px 18px; }
  .agency-brand { gap: 9px; }
  .agency-brand-mark { width: 42px; height: 42px; flex-basis: 42px; }
  .agency-brand strong { font-size: 12px; max-width: 200px; }
  .agency-brand small { font-size: 10px; }
  .agency-header-actions > .agency-header-cta { display: none; }
  .home-footer .agency-footer-pages { width: calc(100% - 36px); }
  .agency-footer-pages > div { grid-template-columns: 1fr; }
  .agency-footer-pages a { min-height: 70px; }
  .agency-social-links > div { gap: 10px; }
  .agency-social-links a { font-size: 12px; padding-inline-end: 12px; }
  .owner-journey-heading { display: block; }
  .owner-journey-heading p { margin-top: 14px; }
  .owner-journey-steps { grid-template-columns: 1fr; gap: 18px; margin-top: 28px; }
  .owner-journey-steps li { padding-top: 13px; }
  .owner-step-arrow { display: none; }
  .content-faq-sections summary { font-size: 19px; }
}
@media (prefers-reduced-motion: reduce) { .agency-chrome *, .agency-chrome *::after, .agency-social-links *, .agency-footer-pages * { transition: none !important; } }
