
:root {
  color-scheme: light;
}

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 8% 4%, rgba(255, 217, 80, 0.08), transparent 24rem),
    radial-gradient(circle at 94% 12%, rgba(6, 30, 73, 0.06), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #ffffff 46%, #fafbf7 100%);
}

h1,
h2,
h3,
.balanced-heading {
  text-wrap: balance;
}

p,
li,
summary {
  text-wrap: pretty;
}

html.dark {
  color-scheme: dark;
}

html.dark body {
  background:
    radial-gradient(circle at 10% 4%, rgba(255, 217, 80, 0.06), transparent 24rem),
    radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.05), transparent 24rem),
    linear-gradient(180deg, #061326 0%, #08182d 48%, #06101f 100%);
}

.site-container {
  width: calc(100% - 2rem);
  max-width: 1280px;
  margin-inline: auto;
}

@media (min-width: 640px) {
  .site-container {
    width: calc(100% - 3rem);
  }
}

@media (min-width: 1024px) {
  .site-container {
    width: calc(100% - 4rem);
  }
}

.glass {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72));
  backdrop-filter: blur(18px);
}

.section-heading-row {
  display: grid;
  gap: 1rem;
  align-items: end;
}

.section-heading-row > div {
  min-width: 0;
}

.section-heading-row > p {
  max-width: 42rem;
}

.page-hero-shell,
.page-hero-grid,
.page-hero-grid > * {
  min-width: 0;
}

.heading-keep {
  white-space: normal;
}

@media (min-width: 900px) {
  .section-heading-row {
    grid-template-columns: minmax(0, 1.12fr) minmax(20rem, 0.82fr);
    gap: 2rem;
  }

  .heading-keep {
    white-space: nowrap;
  }
}

.site-header {
  background: rgba(255, 255, 255, 0.88);
}

.header-cta {
  border: 1px solid #ffd950;
  background: #ffd950;
  color: #061e49 !important;
  box-shadow: 0 14px 34px rgba(255, 217, 80, 0.18);
}

.primary-action {
  border: 1px solid #ffd950;
  background: #ffd950;
  color: #061e49 !important;
  box-shadow: 0 14px 34px rgba(255, 217, 80, 0.18);
}

.primary-action:hover {
  background: #e7c335;
  border-color: #e7c335;
  box-shadow: 0 18px 42px rgba(255, 217, 80, 0.26);
}

.home-page #newsletter button[type="submit"] {
  border: 1px solid #ffd950 !important;
  background: #ffd950 !important;
  color: #061e49 !important;
  box-shadow: 0 16px 38px rgba(255, 217, 80, 0.24);
}

.home-page #newsletter button[type="submit"]:hover {
  background: #e7c335 !important;
  border-color: #e7c335 !important;
  color: #061e49 !important;
}

.header-cta:hover {
  background: #e7c335;
  border-color: #e7c335;
  box-shadow: 0 18px 42px rgba(255, 217, 80, 0.26);
}

.brand-logo-light,
.theme-icon-sun {
  display: none;
}

.brand-title {
  color: #061e49;
}

.brand-tagline {
  color: #75839a;
  letter-spacing: 0.18em;
}

@media (max-width: 640px) {
  .site-header > .site-container > div:first-child {
    justify-content: space-between;
    gap: 0.5rem;
  }

  .site-header > .site-container > div:first-child > a {
    max-width: 6rem;
  }

  .site-header > .site-container > div:first-child > a .brand-logo-mark {
    width: 5.5rem !important;
    height: 2.4rem !important;
  }

  .site-header > .site-container > div:first-child > a .brand-copy {
    display: none;
  }

  .site-header > .site-container > div:first-child > div:last-child {
    margin-left: auto;
  }

  .site-header > .site-container > div:first-child .theme-toggle,
  .site-header > .site-container > div:first-child #menuButton {
    width: 2.5rem;
    height: 2.5rem;
  }
}

@media (max-width: 380px) {
  .site-header > .site-container > div:first-child > a .brand-logo-mark {
    width: 4.85rem !important;
  }

}

html.dark .site-header {
  background: rgba(6, 19, 38, 0.88);
}

html.dark .header-cta {
  border-color: #ffd950;
  background: #ffd950;
  color: #061e49 !important;
  box-shadow: 0 14px 34px rgba(255, 217, 80, 0.12);
}

html.dark .primary-action {
  border-color: #ffd950;
  background: #ffd950;
  color: #061e49 !important;
  box-shadow: 0 14px 34px rgba(255, 217, 80, 0.12);
}

html.dark .primary-action:hover {
  background: #e7c335;
}

html.dark .header-cta:hover {
  background: #e7c335;
}

html.dark .brand-logo-dark,
html.dark .theme-icon-moon {
  display: none;
}

html.dark .brand-logo-light,
html.dark .theme-icon-sun {
  display: block;
}

html.dark .brand-title,
html.dark .text-ink {
  color: #f8fafc !important;
}

html.dark .bg-primary.text-ink {
  color: #000000 !important;
}

html.dark .brand-tagline,
html.dark .text-muted {
  color: #98a7bd !important;
}

html.dark .text-body {
  color: #d5deec !important;
}

html.dark .text-darkgold {
  color: #ffd950 !important;
}

html.dark .bg-white,
html.dark .bg-white\/95,
html.dark .bg-white\/90,
html.dark .bg-white\/85,
html.dark .bg-white\/80,
html.dark .bg-white\/70,
html.dark .bg-white\/65 {
  background-color: rgba(12, 27, 50, 0.92) !important;
}

html.dark .from-white {
  --tw-gradient-from: rgba(12, 27, 50, 0.96) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgba(12, 27, 50, 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

html.dark .to-soft {
  --tw-gradient-to: rgba(20, 37, 64, 0.92) var(--tw-gradient-to-position) !important;
}

html.dark .bg-soft,
html.dark .hover\:bg-soft:hover {
  background-color: rgba(255, 255, 255, 0.06) !important;
}

html.dark .bg-primary\/25,
html.dark .bg-primary\/20,
html.dark .bg-primary\/15 {
  background-color: rgba(255, 217, 80, 0.1) !important;
}

html.dark .bg-primary\/10,
html.dark .bg-primary\/5 {
  background-color: rgba(255, 217, 80, 0.07) !important;
}

html.dark .border-line,
html.dark .border-line\/80,
html.dark .border-line\/70 {
  border-color: rgba(226, 232, 240, 0.16) !important;
}

html.dark .border-primary\/60,
html.dark .border-primary\/50,
html.dark .border-primary\/40,
html.dark .border-primary\/20,
html.dark .border-primary\/10 {
  border-color: rgba(255, 217, 80, 0.28) !important;
}

html.dark .shadow-soft,
html.dark .shadow-card,
html.dark .shadow-glow {
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.26) !important;
}

.grid-fade {
  background-image:
    linear-gradient(rgba(6, 30, 73, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 30, 73, 0.045) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 84%);
}

html.dark .grid-fade {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
}

.dashboard-perspective {
  perspective: 1400px;
}

.dashboard-tilt {
  transform: none;
  transform-style: preserve-3d;
}

.system-health-ring {
  background: conic-gradient(#0ea37f 0 92%, #e7eef8 92% 100%);
}

.site-footer {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 217, 80, 0.1), transparent 26rem),
    linear-gradient(180deg, #061e49 0%, #04152f 100%);
  color: #ffffff;
}

html.dark .site-footer {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 217, 80, 0.08), transparent 24rem),
    linear-gradient(180deg, #020b18 0%, #061326 100%);
}

.site-cta {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 8% 20%, rgba(255, 217, 80, 0.24), transparent 16rem),
    radial-gradient(circle at 88% 70%, rgba(255, 255, 255, 0.12), transparent 18rem),
    linear-gradient(135deg, #061e49 0%, #102646 48%, #26364f 100%);
}

.site-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 90%);
  pointer-events: none;
}

.site-cta > div {
  position: relative;
  z-index: 1;
}

.home-page main article,
.home-page main aside,
.home-page main details {
  border-radius: 2rem;
}

.home-page main article,
.home-page main details {
  position: relative;
  overflow: hidden;
}

.home-page #execution article {
  overflow: visible;
}

.home-page #execution article > span.absolute {
  z-index: 5;
}

.home-page main article:hover,
.home-page main details:hover,
.home-page main aside:hover {
  border-color: rgba(255, 217, 80, 0.72) !important;
  box-shadow: 0 22px 58px rgba(6, 30, 73, 0.13);
}

.home-page main article [class*="place-items-center"][class*="rounded-2xl"],
.home-page main article [class*="place-items-center"][class*="rounded-full"],
.home-page main aside [class*="place-items-center"][class*="rounded-full"] {
  background: linear-gradient(135deg, #ffd950 0%, #fff4b5 100%) !important;
  border: 1px solid rgba(111, 82, 0, 0.14);
  /* color: #061e49 !important; */
  box-shadow: 0 12px 28px rgba(255, 217, 80, 0.2);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.home-page main article:hover [class*="place-items-center"][class*="rounded-2xl"],
.home-page main article:hover [class*="place-items-center"][class*="rounded-full"],
.home-page main aside:hover [class*="place-items-center"][class*="rounded-full"] {
  transform: translateY(-2px) rotate(-2deg);
  box-shadow: 0 16px 34px rgba(255, 217, 80, 0.28);
}

.home-page main article > svg[class*="h-11"][class*="w-11"] {
  box-sizing: content-box;
  padding: 0.7rem;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, #ffd950 0%, #fff4b5 100%);
  /* color: #061e49 !important; */
  box-shadow: 0 14px 30px rgba(255, 217, 80, 0.2);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.home-page main article:nth-child(3n+2) [class*="place-items-center"][class*="rounded-2xl"],
.home-page main article:nth-child(3n+2) [class*="place-items-center"][class*="rounded-full"],
.home-page main article:nth-child(3n+2) > svg[class*="h-11"][class*="w-11"] {
  background: linear-gradient(135deg, #e9fbf5 0%, #ffffff 100%) !important;
  color: #0a7a61 !important;
  box-shadow: 0 12px 28px rgba(14, 163, 127, 0.12);
}

.home-page main article:nth-child(3n) [class*="place-items-center"][class*="rounded-2xl"],
.home-page main article:nth-child(3n) [class*="place-items-center"][class*="rounded-full"],
.home-page main article:nth-child(3n) > svg[class*="h-11"][class*="w-11"] {
  background: linear-gradient(135deg, #eef3ff 0%, #ffffff 100%) !important;
  color: #51668c !important;
  box-shadow: 0 12px 28px rgba(6, 30, 73, 0.12);
}

.home-page main article:nth-child(4n) [class*="place-items-center"][class*="rounded-2xl"],
.home-page main article:nth-child(4n) [class*="place-items-center"][class*="rounded-full"],
.home-page main article:nth-child(4n) > svg[class*="h-11"][class*="w-11"] {
  background: linear-gradient(135deg, #fff3df 0%, #ffffff 100%) !important;
  color: #a35f00 !important;
  box-shadow: 0 12px 28px rgba(201, 154, 0, 0.14);
}

.home-page main article:hover > svg[class*="h-11"][class*="w-11"] {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 38px rgba(255, 217, 80, 0.28);
}

.home-page [aria-label="Platform trust indicators"] > div {
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 18% 0%, rgba(6, 30, 73, 0.055), transparent 8rem),
    rgba(255, 255, 255, 0.82);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.home-page [aria-label="Platform trust indicators"] > div:hover {
  border-color: rgba(255, 217, 80, 0.72);
  box-shadow: 0 16px 38px rgba(6, 30, 73, 0.1);
  transform: translateY(-3px);
}

.home-page [aria-label="Platform trust indicators"] svg {
  box-sizing: content-box;
  padding: 0.45rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(6, 30, 73, 0.08), rgba(6, 30, 73, 0.025));
  border: 1px solid rgba(6, 30, 73, 0.08);
  box-shadow: 0 10px 24px rgba(6, 30, 73, 0.08);
}

.home-page [aria-label="Platform trust indicators"] > div:nth-child(2) svg {
  background: linear-gradient(135deg, rgba(14, 163, 127, 0.12), rgba(14, 163, 127, 0.035));
  border-color: rgba(14, 163, 127, 0.16);
}

.home-page [aria-label="Platform trust indicators"] > div:nth-child(3) svg {
  background: linear-gradient(135deg, rgba(111, 82, 0, 0.1), rgba(111, 82, 0, 0.025));
  border-color: rgba(111, 82, 0, 0.12);
}

.home-page [aria-label="Platform trust indicators"] > div:nth-child(4) svg {
  background: linear-gradient(135deg, rgba(6, 30, 73, 0.09), rgba(6, 30, 73, 0.025));
  border-color: rgba(6, 30, 73, 0.1);
}

.home-page [aria-label="Platform trust indicators"] strong {
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.home-page [aria-label="Platform trust indicators"] > div > span.text-xs {
  display: block;
  margin-top: 0.42rem;
  line-height: 1.35;
}

.home-page .dashboard-perspective [class*="-left-7"][class*="top-24"] svg {
  color: #ffd950;
}

.home-page .dashboard-perspective [class*="-left-7"][class*="top-24"] svg:nth-child(2n) {
  color: #9ee6d4;
}

.home-page main a.inline-flex:not(.primary-action),
.home-page main article > a:not(.block),
.home-page main details a {
  color: #6f5200 !important;
  text-decoration-color: rgba(255, 217, 80, 0.72);
  text-decoration-thickness: 0.18em;
  text-underline-offset: 0.18em;
}

.home-page main a.inline-flex:not(.primary-action):hover,
.home-page main article > a:not(.block):hover,
.home-page main details a:hover {
  color: #061e49 !important;
  text-decoration-color: #ffd950;
}

.home-page #home-faq > .site-container > div {
  border-radius: 2.25rem;
}

.proof-icon,
.icon-tile {
  position: relative;
  isolation: isolate;
  color: #061e49 !important;
}

.proof-icon {
  display: inline-grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border-radius: 1rem;
  background: linear-gradient(135deg, #ffd950 0%, #fff4b5 100%);
  box-shadow: 0 12px 28px rgba(255, 217, 80, 0.18);
}

.icon-tile {
  background: linear-gradient(135deg, #ffd950 0%, #fff4b5 100%) !important;
  border: 1px solid rgba(111, 82, 0, 0.12);
  box-shadow: 0 12px 28px rgba(255, 217, 80, 0.18);
}

article:nth-child(3n+2) .icon-tile {
  background: linear-gradient(135deg, #e9fbf5 0%, #ffffff 100%) !important;
  color: #0a7a61 !important;
  box-shadow: 0 12px 28px rgba(14, 163, 127, 0.12);
}

article:nth-child(3n) .icon-tile {
  background: linear-gradient(135deg, #eef3ff 0%, #ffffff 100%) !important;
  color: #061e49 !important;
  box-shadow: 0 12px 28px rgba(6, 30, 73, 0.12);
}

article:nth-child(4n) .icon-tile {
  background: linear-gradient(135deg, #fff3df 0%, #ffffff 100%) !important;
  color: #a35f00 !important;
  box-shadow: 0 12px 28px rgba(201, 154, 0, 0.14);
}

html.dark .home-page [aria-label="Platform trust indicators"] > div {
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.045), transparent 8rem),
    rgba(12, 27, 50, 0.92);
}

html.dark .home-page main article [class*="place-items-center"][class*="rounded-2xl"],
html.dark .home-page main article [class*="place-items-center"][class*="rounded-full"],
html.dark .home-page main aside [class*="place-items-center"][class*="rounded-full"],
html.dark .home-page main article > svg[class*="h-11"][class*="w-11"],
html.dark .home-page [aria-label="Platform trust indicators"] svg {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)) !important;
  /* color: #061e49 !important; */
}
html.dark .text-violet{
  color: #8f9db7 !important; 
}

html.dark .home-page [aria-label="Platform trust indicators"] svg {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
  color: #ffd950 !important;
}

html.dark .home-page [aria-label="Platform trust indicators"] > div:nth-child(2) svg {
  color: #8fe8d1 !important;
}

html.dark .home-page [aria-label="Platform trust indicators"] > div:nth-child(3) svg {
  color: #d6ddff !important;
}

html.dark .home-page [aria-label="Platform trust indicators"] > div:nth-child(4) svg {
  color: #b9c7de !important;
}

html.dark .proof-icon,
html.dark .icon-tile,
html.dark article:nth-child(3n+2) .icon-tile,
html.dark article:nth-child(3n) .icon-tile,
html.dark article:nth-child(4n) .icon-tile {
  background: linear-gradient(135deg, #ffd950 0%, #e7c335 100%) !important;
  color: #061e49 !important;
  border-color: rgba(255, 217, 80, 0.28);
  box-shadow: 0 14px 30px rgba(255, 217, 80, 0.14);
}

html.dark .home-page main a.inline-flex:not(.primary-action),
html.dark .home-page main article > a:not(.block),
html.dark .home-page main details a {
  color: #ffd950 !important;
}

html.dark .home-page main a.inline-flex:not(.primary-action):hover,
html.dark .home-page main article > a:not(.block):hover,
html.dark .home-page main details a:hover {
  color: #fff4b5 !important;
}

.hero-visual {
  position: relative;
  min-height: 31rem;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid rgba(6, 30, 73, 0.12);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 217, 80, 0.16), transparent 12rem),
    radial-gradient(circle at 82% 18%, rgba(6, 30, 73, 0.12), transparent 14rem),
    linear-gradient(135deg, #ffffff 0%, #f7f9fc 48%, #eef3f8 100%);
  box-shadow: 0 22px 60px rgba(6, 30, 73, 0.1);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(6, 30, 73, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 30, 73, 0.055) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), transparent 88%);
  pointer-events: none;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: auto -12% -28% 18%;
  height: 18rem;
  border-radius: 999px;
  background: rgba(6, 30, 73, 0.08);
  filter: blur(46px);
  pointer-events: none;
}

.visual-content {
  position: relative;
  z-index: 1;
  min-height: 31rem;
  min-width: 0;
  padding: 1.25rem;
}

.visual-panel,
.visual-panel-dark,
.visual-node {
  min-width: 0;
}

.visual-panel {
  border: 1px solid rgba(6, 30, 73, 0.12);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 38px rgba(6, 30, 73, 0.09);
  backdrop-filter: blur(14px);
}

.visual-panel-dark {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(145deg, #061e49 0%, #102646 100%);
  color: #ffffff;
  box-shadow: 0 18px 44px rgba(6, 30, 73, 0.18);
}

.visual-node {
  border: 1px solid rgba(6, 30, 73, 0.12);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 28px rgba(6, 30, 73, 0.08);
}

.visual-node strong {
  overflow-wrap: break-word;
}

.visual-line {
  stroke-dasharray: 10 10;
  animation: marqueeLine 4s linear infinite;
}

html.dark .hero-visual {
  border-color: rgba(226, 232, 240, 0.16);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 217, 80, 0.09), transparent 12rem),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.08), transparent 14rem),
    linear-gradient(135deg, #071326 0%, #0b1d37 50%, #06101f 100%);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.3);
}

html.dark .hero-visual::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
}

html.dark .hero-visual::after {
  background: rgba(255, 217, 80, 0.08);
}

html.dark .visual-panel,
html.dark .visual-node {
  border-color: rgba(226, 232, 240, 0.16);
  background: rgba(12, 27, 50, 0.78);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
}

.line-animate {
  stroke-dasharray: 9 9;
  animation: marqueeLine 3.6s linear infinite;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.focus-ring:focus-visible {
  outline: 3px solid rgba(122, 90, 0, 0.45);
  outline-offset: 3px;
}

html.dark .focus-ring:focus-visible {
  outline-color: rgba(255, 217, 80, 0.62);
}

@keyframes marqueeLine {
  0% {
    stroke-dashoffset: 120;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
