/* Static rendering fix for exported Framer pages without runtime hydration.
   Keep this narrow so nav/tab states are not broken. */
[data-framer-root] [style*="will-change:transform"][style*="opacity:0;"],
[data-framer-root] [style*="will-change: transform"][style*="opacity:0;"],
[data-framer-root] [style*="will-change:transform"][style*="opacity: 0;"],
[data-framer-root] [style*="will-change: transform"][style*="opacity: 0;"],
[data-framer-root] [style*="will-change:transform"][style*="opacity:0.001"],
[data-framer-root] [style*="will-change: transform"][style*="opacity:0.001"],
[data-framer-root] [style*="will-change:transform"][style*="opacity: 0.001"],
[data-framer-root] [style*="will-change: transform"][style*="opacity: 0.001"] {
  opacity: 1 !important;
  transform: none !important;
}

/* Force-reveal Framer appear blocks and their animated descendants in static exports */
[data-framer-root] [data-framer-appear-id] {
  opacity: 1 !important;
  transform: none !important;
}

[data-framer-root] [data-framer-appear-id] [style*="opacity:0;"],
[data-framer-root] [data-framer-appear-id] [style*="opacity: 0;"],
[data-framer-root] [data-framer-appear-id] [style*="opacity:0.001"],
[data-framer-root] [data-framer-appear-id] [style*="opacity: 0.001"] {
  opacity: 1 !important;
  transform: none !important;
}

/* Keep centered nav container alignment intact */
[data-framer-root] [style*="transform:translateX(-50%)"] {
  transform: translateX(-50%) !important;
}

/* Rebuild top nav bar for static mode (runtime removed) */
[data-framer-root] nav.framer-dogx3.framer-1b50eh0 {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  width: auto !important;
  max-width: calc(100vw - 24px) !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 8px 10px !important;
  position: relative !important;
  z-index: 20 !important;
  pointer-events: auto !important;
}

[data-framer-root] nav.framer-dogx3.framer-1b50eh0 > [class*="-container"] {
  flex: 0 0 auto !important;
  width: auto !important;
  height: auto !important;
  position: relative !important;
  z-index: 21 !important;
  pointer-events: auto !important;
}

[data-framer-root] nav.framer-dogx3.framer-1b50eh0 a.framer-eWhJF {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  min-width: auto !important;
  padding: 7px 10px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  overflow: visible !important;
  background: transparent !important;
  position: relative !important;
  z-index: 22 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

[data-framer-root] nav.framer-dogx3.framer-1b50eh0 a.framer-eWhJF > * {
  pointer-events: none !important;
}

[data-framer-root] nav.framer-dogx3.framer-1b50eh0 a [data-framer-name="Icon"],
[data-framer-root] nav.framer-dogx3.framer-1b50eh0 a [data-framer-name="Purple BG"],
[data-framer-root] nav.framer-dogx3.framer-1b50eh0 a .framer-1de4haz,
[data-framer-root] nav.framer-dogx3.framer-1b50eh0 a .framer-i0yfoh {
  display: none !important;
}

[data-framer-root] nav.framer-dogx3.framer-1b50eh0 a [data-framer-name="Label"],
[data-framer-root] nav.framer-dogx3.framer-1b50eh0 a .framer-1drsfbq {
  z-index: 1 !important;
  position: static !important;
  left: auto !important;
  bottom: auto !important;
  opacity: 1 !important;
  transform: none !important;
  background: transparent !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  display: block !important;
}

[data-framer-root] nav.framer-dogx3.framer-1b50eh0 a .framer-maovdk,
[data-framer-root] nav.framer-dogx3.framer-1b50eh0 a .framer-maovdk p,
[data-framer-root] nav.framer-dogx3.framer-1b50eh0 a [data-framer-name="Label"] p {
  color: #f3f5ff !important;
  font-size: 12px !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

[data-framer-root] nav.framer-dogx3.framer-1b50eh0 a[data-framer-page-link-current="true"] {
  background: #7b45f5 !important;
}

/* Nav icons */
[data-framer-root] nav.framer-dogx3.framer-1b50eh0 a.orro-nav-link {
  gap: 8px !important;
  padding: 6px 10px !important;
}

[data-framer-root] nav.framer-dogx3.framer-1b50eh0 .orro-nav-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f3f5ff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

[data-framer-root] nav.framer-dogx3.framer-1b50eh0 .orro-nav-icon svg {
  width: 15px;
  height: 15px;
  display: block;
}

[data-framer-root] nav.framer-dogx3.framer-1b50eh0 .orro-nav-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

[data-framer-root] nav.framer-dogx3.framer-1b50eh0 a.orro-nav-link:hover .orro-nav-icon {
  transform: translateY(-1px);
  border-color: rgba(195, 165, 255, 0.4);
  background: rgba(145, 75, 241, 0.22);
}

[data-framer-root] nav.framer-dogx3.framer-1b50eh0 a[data-framer-page-link-current="true"] .orro-nav-icon {
  background: #7b45f5;
  border-color: rgba(218, 197, 255, 0.5);
}

/* Home-only icon nav with hover tooltips */
body.orro-home-icons-only [data-framer-root] nav.framer-dogx3.framer-1b50eh0 a.orro-nav-link {
  min-width: 42px !important;
  width: 42px !important;
  height: 40px !important;
  padding: 5px !important;
  gap: 0 !important;
  justify-content: center !important;
}

body.orro-home-icons-only [data-framer-root] nav.framer-dogx3.framer-1b50eh0 a.orro-nav-link .framer-1drsfbq,
body.orro-home-icons-only [data-framer-root] nav.framer-dogx3.framer-1b50eh0 a.orro-nav-link [data-framer-name="Label"] {
  display: none !important;
}

body.orro-home-icons-only [data-framer-root] nav.framer-dogx3.framer-1b50eh0 a.orro-nav-link::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translate(-50%, 4px);
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  color: #f3f5ff;
  background: rgba(16, 18, 22, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 5px 9px;
  font: 500 11px/1 Outfit, sans-serif;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 40;
}

body.orro-home-icons-only [data-framer-root] nav.framer-dogx3.framer-1b50eh0 a.orro-nav-link:hover::after,
body.orro-home-icons-only [data-framer-root] nav.framer-dogx3.framer-1b50eh0 a.orro-nav-link:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

body.orro-home-icons-only [data-framer-root] nav.framer-dogx3.framer-1b50eh0 a[data-framer-page-link-current="true"] {
  background: rgba(145, 75, 241, 0.24) !important;
}

/* Replace profile photo area with ORRO logo lockup */
[data-framer-root] [data-framer-background-image-wrapper]:has(> img[src*="assets/logo/ORRO-Logo-Dark-2.svg"]) {
  background: #ffffff url("assets/logo/ORRO-Logo-Dark-2.svg") center / 74% no-repeat !important;
}

[data-framer-root] [data-framer-background-image-wrapper]:has(> img[src*="assets/logo/ORRO-Logo-Dark-2.svg"]) > img {
  opacity: 0 !important;
}

/* Partner strip */
[data-framer-root] .orro-partner-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 1140px;
  margin: 14px auto 16px;
  padding: 0 30px;
}

[data-framer-root] .orro-partner-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #f5f7ff;
  font-family: Outfit, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .01em;
}

[data-framer-root] .orro-partner-pill img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 18px;
}

/* Home injected sections */
[data-framer-root] .orro-home-showcase {
  width: 100%;
  max-width: 1140px;
  margin: 28px auto 0;
  padding: 0 30px;
  display: grid;
  gap: 28px;
}

[data-framer-root] .orro-home-block {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

[data-framer-root] .orro-home-hero h1,
[data-framer-root] .orro-home-tools h2,
[data-framer-root] .orro-home-clients h2 {
  margin: 0;
  color: #f4f6ff;
  font: 700 clamp(28px, 5vw, 62px) / 1.05 Outfit, sans-serif;
  letter-spacing: -0.02em;
}

[data-framer-root] .orro-home-tools h2,
[data-framer-root] .orro-home-clients h2 {
  font-size: clamp(30px, 4vw, 58px);
}

[data-framer-root] .orro-home-hero h1 span,
[data-framer-root] .orro-home-tools h2 span,
[data-framer-root] .orro-home-clients h2 span {
  color: #914bf1;
}

[data-framer-root] .orro-home-hero > p {
  margin: 14px 0 0;
  color: #d0d6e8;
  max-width: 860px;
  font: 400 clamp(15px, 2vw, 18px) / 1.45 Outfit, sans-serif;
}

[data-framer-root] .orro-home-stats {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

[data-framer-root] .orro-home-stats div {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 13px 14px;
}

[data-framer-root] .orro-home-stats strong {
  display: block;
  color: #fff;
  font: 700 clamp(30px, 4vw, 56px) / 1 Outfit, sans-serif;
}

[data-framer-root] .orro-home-stats small {
  display: block;
  margin-top: 6px;
  color: #c8d0e7;
  font: 600 12px/1.2 Outfit, sans-serif;
  letter-spacing: 0.02em;
}

[data-framer-root] .orro-home-actions {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}

[data-framer-root] .orro-btn-primary,
[data-framer-root] .orro-btn-link {
  text-decoration: none;
  font-family: Outfit, sans-serif;
  border-radius: 11px;
}

[data-framer-root] .orro-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #7b45f5, #a36dff);
  border: 1px solid rgba(212, 186, 255, 0.35);
  padding: 12px 26px;
  font-size: 16px;
  font-weight: 600;
}

[data-framer-root] .orro-btn-link {
  color: #ecefff;
  font-size: 20px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

[data-framer-root] .orro-home-seo-routes {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

[data-framer-root] .orro-home-seo-link {
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: #eff3ff;
  font: 500 13px/1 Outfit, sans-serif;
  padding: 8px 12px;
  transition: border-color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

[data-framer-root] .orro-home-seo-link:hover {
  border-color: rgba(203, 177, 255, 0.54);
  background: rgba(145, 75, 241, 0.2);
  transform: translateY(-1px);
}

[data-framer-root] .orro-home-muted {
  margin: 24px 0 10px;
  color: #c4cbdd;
  font: 500 14px/1.3 Outfit, sans-serif;
}

[data-framer-root] .orro-home-partners {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

[data-framer-root] .orro-home-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  color: #f5f7ff;
  font: 500 13px/1 Outfit, sans-serif;
}

[data-framer-root] .orro-home-pill img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

[data-framer-root] .orro-home-tools-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

[data-framer-root] .orro-tool-card {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  padding: 12px 14px;
  transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

[data-framer-root] .orro-tool-card:hover {
  transform: translateY(-2px);
  border-color: rgba(192, 160, 255, 0.38);
  background: rgba(145, 75, 241, 0.15);
}

[data-framer-root] .orro-tool-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(16, 18, 22, 0.92);
}

[data-framer-root] .orro-tool-icon img {
  width: 22px;
  height: 22px;
}

[data-framer-root] .orro-tool-copy {
  display: block;
}

[data-framer-root] .orro-tool-copy strong {
  display: block;
  color: #fff;
  font: 700 22px/1.1 Outfit, sans-serif;
}

[data-framer-root] .orro-tool-copy small {
  display: block;
  margin-top: 3px;
  color: #c8d0e7;
  font: 500 14px/1.2 Outfit, sans-serif;
}

[data-framer-root] .orro-home-clients-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
}

[data-framer-root] .orro-home-arrows {
  display: flex;
  gap: 8px;
}

[data-framer-root] .orro-home-arrows button {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #914bf1;
  color: #fff;
  font: 600 16px/1 Outfit, sans-serif;
}

[data-framer-root] .orro-home-testimonial {
  margin-top: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 16px 18px;
}

[data-framer-root] .orro-home-client {
  display: flex;
  align-items: center;
  gap: 10px;
}

[data-framer-root] .orro-avatar {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #7b45f5, #a36dff);
  font: 600 13px/1 Outfit, sans-serif;
}

[data-framer-root] .orro-home-client strong {
  color: #fff;
  font: 600 34px/1.05 Outfit, sans-serif;
}

[data-framer-root] .orro-home-testimonial p {
  margin-top: 12px;
  color: #d2d8ea;
  font: 400 18px/1.45 Outfit, sans-serif;
}

@media (max-width: 809px) {
  [data-framer-root] .orro-partner-strip {
    padding: 0 20px;
    margin-top: 8px;
  }

  [data-framer-root] .orro-partner-pill {
    font-size: 12px;
  }
}

/* Shared enhancements: consultation widget, socials, FAQ */
body.orro-consult-ready [data-framer-root] .orro-hide-cta {
  display: none !important;
}

.orro-consult-widget {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.orro-consult-main {
  border: 0;
  border-radius: 12px;
  padding: 11px 14px;
  font: 600 14px/1.1 Outfit, sans-serif;
  color: #fff;
  background: linear-gradient(135deg, #7b45f5, #a36dff);
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(123, 69, 245, 0.35);
}

.orro-consult-menu {
  min-width: 170px;
  border-radius: 12px;
  padding: 8px;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
  background: rgba(18, 20, 24, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
}

.orro-consult-widget.open .orro-consult-menu,
.orro-consult-widget:hover .orro-consult-menu {
  display: flex;
}

.orro-consult-action {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.orro-consult-action img {
  width: 18px;
  height: 18px;
  display: block;
}

.orro-consult-action:hover {
  transform: translateY(-1px);
  border-color: rgba(205, 182, 255, 0.46);
  background: rgba(123, 69, 245, 0.35);
}

.orro-consult-action::after {
  content: attr(aria-label);
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translate(-50%, 4px);
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(10, 12, 16, 0.95);
  color: #f2f5ff;
  padding: 3px 6px;
  font: 500 10px/1 Outfit, sans-serif;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.orro-consult-action:hover::after,
.orro-consult-action:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.orro-social-row {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.orro-social-link {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.orro-social-link img {
  width: 14px;
  height: 14px;
  display: block;
}

[data-framer-root] [data-framer-name="Social Media"] .orro-profile-social-link .framer-17kc002-container,
[data-framer-root] [data-framer-name="Social Media"] .orro-profile-social-link .framer-1nnads7-container,
[data-framer-root] [data-framer-name="Social Media"] .orro-profile-social-link [data-framer-component-type="SVG"],
[data-framer-root] [data-framer-name="Social Media"] .orro-profile-social-link svg {
  opacity: 0 !important;
}

[data-framer-root] .orro-profile-social-link {
  position: relative !important;
}

[data-framer-root] .orro-profile-social-icon {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

[data-framer-root] .orro-profile-social-icon img {
  width: 14px;
  height: 14px;
  display: block;
}

.orro-contact-form-wrap {
  width: 100%;
  max-width: 1140px;
  margin: 26px auto 0;
  padding: 0 30px;
}

.orro-contact-form-card {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(145deg, rgba(35, 37, 44, 0.92), rgba(16, 18, 22, 0.9));
  padding: 24px 24px 22px;
}

.orro-contact-form-card h2 {
  color: #f4f6ff;
  font: 700 clamp(26px, 4vw, 44px) / 1.06 Outfit, sans-serif;
  margin: 0;
}

.orro-contact-form-card > p {
  margin: 10px 0 0;
  color: #d1d8eb;
  font: 400 16px/1.4 Outfit, sans-serif;
  max-width: 760px;
}

.orro-lead-form {
  margin-top: 18px;
}

.orro-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}


.orro-form-grid label {
  display: block;
}

.orro-form-grid .full {
  grid-column: 1 / -1;
}

.orro-form-grid label span {
  display: block;
  margin-bottom: 6px;
  color: #f1f4ff;
  font: 500 13px/1.2 Outfit, sans-serif;
}

.orro-form-grid input,
.orro-form-grid select,
.orro-form-grid textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  color: #f2f5ff;
  background: rgba(255, 255, 255, 0.04);
  padding: 10px 11px;
  font: 400 14px/1.2 Outfit, sans-serif;
  outline: none;
}

.orro-form-grid input:focus,
.orro-form-grid select:focus,
.orro-form-grid textarea:focus {
  border-color: rgba(180, 140, 255, 0.7);
  box-shadow: 0 0 0 2px rgba(145, 75, 241, 0.22);
}

.orro-form-submit {
  margin-top: 14px;
  border: 0;
  border-radius: 10px;
  padding: 11px 20px;
  color: #fff;
  background: linear-gradient(135deg, #7b45f5, #a36dff);
  font: 600 15px/1 Outfit, sans-serif;
  cursor: pointer;
}

.orro-form-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.orro-form-status {
  min-height: 18px;
  margin: 9px 0 0;
  font: 500 13px/1.3 Outfit, sans-serif;
  color: #d3d8ea;
}

.orro-form-status.success {
  color: #8de39c;
}

.orro-form-status.error {
  color: #ffb0b9;
}

.orro-submit-success {
  display: none;
  align-items: center;
  gap: 10px;
  margin: 10px 4px 0;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(126, 241, 173, 0.34);
  background: rgba(26, 55, 38, 0.5);
}

.orro-submit-success.show {
  display: flex;
  animation: orroSubmitIn 0.35s ease;
}

.orro-submit-success img {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #fff;
  padding: 5px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  animation: orroLogoPulse 1.6s ease-in-out infinite;
}

.orro-submit-success p {
  margin: 0;
  color: #baf7d0;
  font: 600 13px/1.35 Outfit, sans-serif;
}

.orro-submit-popup {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(8, 10, 13, 0.62);
  backdrop-filter: blur(3px);
  padding: 18px;
}

.orro-submit-popup.show {
  display: flex;
  animation: orroSubmitIn 0.28s ease;
}

.orro-submit-popup-card {
  width: min(94vw, 420px);
  border-radius: 16px;
  border: 1px solid rgba(154, 255, 198, 0.35);
  background: linear-gradient(145deg, rgba(24, 56, 40, 0.96), rgba(16, 33, 24, 0.96));
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.35);
  padding: 18px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.orro-submit-popup-card img {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: #fff;
  padding: 7px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  animation: orroLogoPulse 1.45s ease-in-out infinite;
}

.orro-submit-popup-card p {
  margin: 0;
  color: #c8f8da;
  font: 600 14px/1.4 Outfit, sans-serif;
}

.orro-appointment-page {
  min-height: 100vh;
  margin: 0;
  background: #101112;
}

.orro-appointment-main {
  max-width: 920px;
  margin: 0 auto;
  padding: 36px 20px 28px;
}

.orro-appointment-nav {
  margin: 0 auto 22px;
  width: max-content;
  display: flex;
  gap: 8px;
  padding: 8px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.orro-appointment-nav a {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #f3f6ff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font: 600 16px/1 Outfit, sans-serif;
}

.orro-appointment-nav a:hover {
  border-color: rgba(194, 165, 255, 0.45);
  background: rgba(145, 75, 241, 0.22);
}

.orro-appointment-card {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(145deg, rgba(35, 37, 44, 0.93), rgba(17, 19, 24, 0.92));
  padding: 24px;
}

.orro-appointment-card h1 {
  margin: 0;
  color: #f4f6ff;
  font: 700 clamp(26px, 4vw, 46px) / 1.05 Outfit, sans-serif;
}

.orro-appointment-card > p {
  margin: 10px 0 0;
  color: #d2d9ec;
  font: 400 16px/1.45 Outfit, sans-serif;
  max-width: 740px;
}

.orro-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .24s ease;
  margin: 0 14px 0 14px;
  padding: 0;
  color: #d3d7e6;
  font: 400 14px/1.45 Outfit, sans-serif;
}

.orro-faq-open .orro-faq-answer {
  margin-bottom: 12px;
  padding-top: 6px;
}

@media (max-width: 809px) {
  .orro-consult-widget {
    right: 12px;
    bottom: 16px;
  }

  .orro-consult-main {
    padding: 10px 12px;
    font-size: 13px;
  }

  .orro-consult-action::after {
    display: none;
  }

  .orro-contact-form-wrap {
    padding: 0 20px;
    margin-top: 20px;
  }

  .orro-contact-form-card {
    padding: 18px 14px 16px;
    border-radius: 16px;
  }

  .orro-contact-form-card > p {
    font-size: 14px;
  }

  .orro-form-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .orro-appointment-main {
    padding-top: 22px;
  }

  .orro-appointment-nav {
    gap: 6px;
    padding: 7px;
  }

  .orro-appointment-nav a {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .orro-appointment-card {
    padding: 17px 14px;
    border-radius: 16px;
  }

  .orro-appointment-card > p {
    font-size: 14px;
  }

  .orro-submit-success {
    padding: 9px 10px;
  }

  .orro-submit-success img {
    width: 30px;
    height: 30px;
  }

  .orro-submit-popup-card {
    padding: 16px 14px;
    gap: 10px;
  }

  .orro-submit-popup-card img {
    width: 46px;
    height: 46px;
  }

  .orro-submit-popup-card p {
    font-size: 13px;
  }
}

/* Make static pages feel alive without changing layout structure */
body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body::before,
body::after {
  content: "";
  position: fixed;
  width: 42vw;
  height: 42vw;
  min-width: 320px;
  min-height: 320px;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
  filter: blur(82px);
  opacity: 0.24;
  will-change: transform, opacity;
  animation: orroAmbientFloat 14s ease-in-out infinite;
}

body::before {
  top: -12vw;
  left: -10vw;
  background: radial-gradient(circle, rgba(145, 75, 241, 0.9), rgba(145, 75, 241, 0));
}

body::after {
  right: -12vw;
  bottom: -16vw;
  opacity: 0.18;
  animation-delay: -7s;
  background: radial-gradient(circle, rgba(67, 125, 255, 0.85), rgba(67, 125, 255, 0));
}

#main,
[data-framer-root] {
  position: relative;
  z-index: 1;
}

[data-framer-root] [data-framer-name="Primary"],
[data-framer-root] [data-framer-name="Left"],
[data-framer-root] [data-framer-name="Right"] {
  animation: orroRiseIn 0.72s ease both;
}

/* Scroll reveal */
[data-framer-root] .orro-reveal-target {
  opacity: 0 !important;
  transform: translate3d(0, 22px, 0) !important;
  filter: blur(2px);
  transition: opacity 0.72s cubic-bezier(.2, .7, .2, 1), transform 0.72s cubic-bezier(.2, .7, .2, 1), filter 0.72s cubic-bezier(.2, .7, .2, 1);
  transition-delay: var(--orro-reveal-delay, 0s);
  will-change: opacity, transform, filter;
}

[data-framer-root] .orro-reveal-target.orro-in-view {
  opacity: 1 !important;
  transform: none !important;
  filter: none;
}

[data-framer-root] a[data-highlight="true"] {
  transition: transform 0.24s ease, filter 0.24s ease, box-shadow 0.24s ease;
}

[data-framer-root] a[data-highlight="true"]:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

[data-framer-root] nav.framer-dogx3.framer-1b50eh0 a[data-highlight="true"]:hover {
  transform: none;
  filter: none;
  background: rgba(145, 75, 241, 0.22) !important;
  box-shadow: inset 0 0 0 1px rgba(205, 182, 255, 0.22);
}

[data-framer-root] .orro-partner-pill {
  transition: transform 0.24s ease, background-color 0.24s ease, border-color 0.24s ease;
  animation: orroPillPulse 6s ease-in-out infinite;
}

[data-framer-root] .orro-partner-pill:nth-child(2n) {
  animation-delay: 0.7s;
}

[data-framer-root] .orro-partner-pill:nth-child(3n) {
  animation-delay: 1.1s;
}

[data-framer-root] .orro-partner-pill:hover {
  transform: translateY(-2px);
  background: rgba(145, 75, 241, 0.18);
  border-color: rgba(192, 160, 255, 0.36);
}

/* Prevent profile card text clipping on rotated language names */
[data-framer-root] [data-framer-name="Bio"],
[data-framer-root] [data-framer-name="Bio"] > div,
[data-framer-root] [data-framer-name="Bio"] [data-framer-component-type="RichTextContainer"] {
  overflow: visible !important;
}

[data-framer-root] [data-framer-name="Bio"] h1,
[data-framer-root] [data-framer-name="Bio"] h2,
[data-framer-root] [data-framer-name="Bio"] h3,
[data-framer-root] [data-framer-name="Bio"] p {
  line-height: 1.12 !important;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

[data-framer-root] [data-framer-name="Bio"] [lang] {
  padding-bottom: 3px;
}

@media (max-width: 809px) {
  body.orro-home-icons-only [data-framer-root] nav.framer-dogx3.framer-1b50eh0 a.orro-nav-link::after {
    display: none;
  }

  [data-framer-root] .orro-home-showcase {
    padding: 0 20px;
    margin-top: 20px;
    gap: 20px;
  }

  [data-framer-root] .orro-home-block {
    padding: 0;
    border-radius: 0;
  }

  [data-framer-root] .orro-home-stats {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  [data-framer-root] .orro-home-actions {
    flex-wrap: wrap;
  }

  [data-framer-root] .orro-btn-link {
    font-size: 17px;
  }

  [data-framer-root] .orro-home-seo-link {
    font-size: 12px;
    padding: 7px 10px;
  }

  [data-framer-root] .orro-home-tools-grid {
    grid-template-columns: 1fr;
  }

  [data-framer-root] .orro-tool-copy strong {
    font-size: 20px;
  }

  [data-framer-root] .orro-home-client strong {
    font-size: 26px;
  }

  [data-framer-root] .orro-home-testimonial p {
    font-size: 16px;
  }


  [data-framer-root] nav.framer-dogx3.framer-1b50eh0 a.orro-nav-link {
    padding: 6px !important;
    min-width: 40px !important;
  }

  [data-framer-root] nav.framer-dogx3.framer-1b50eh0 a.orro-nav-link .framer-1drsfbq,
  [data-framer-root] nav.framer-dogx3.framer-1b50eh0 a.orro-nav-link [data-framer-name="Label"] {
    display: none !important;
  }

  [data-framer-root] nav.framer-dogx3.framer-1b50eh0 .orro-nav-icon {
    width: 30px;
    height: 30px;
  }

  body::before,
  body::after {
    opacity: 0.2;
  }

  [data-framer-root] [data-framer-name="Bio"] h1,
  [data-framer-root] [data-framer-name="Bio"] h2,
  [data-framer-root] [data-framer-name="Bio"] h3,
  [data-framer-root] [data-framer-name="Bio"] p {
    line-height: 1.08 !important;
  }
}

@keyframes orroRiseIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes orroAmbientFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(3vw, -2vw, 0) scale(1.08);
  }
}

@keyframes orroPillPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(145, 75, 241, 0);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(145, 75, 241, 0.08);
  }
}

@keyframes orroSubmitIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes orroLogoPulse {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }

  50% {
    transform: scale(1.08) rotate(5deg);
  }
}
