/* =========================
   Arova — modern SaaS website
   ========================= */

:root {
  --bg: #f8fbff;
  --surface: #ffffff;
  --surface-soft: #f2f7ff;
  --text: #13213c;
  --muted: #68738a;
  --line: #dfe8f4;
  --primary: #4777f5;
  --primary-dark: #2f60df;
  --primary-soft: #eaf0ff;
  --mint: #34bfa6;
  --purple: #8a69e8;
  --amber: #efb44e;
  --coral: #ee7f6d;
  --shadow: 0 22px 60px rgba(42, 73, 130, 0.12);
  --shadow-soft: 0 12px 34px rgba(35, 67, 120, 0.08);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 4%, rgba(130, 172, 255, .18), transparent 30%),
    radial-gradient(circle at 8% 8%, rgba(180, 222, 255, .16), transparent 28%),
    var(--bg);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, select {
  font: inherit;
}

img, svg {
  display: block;
  max-width: 100%;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(248, 251, 255, .84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(221, 231, 244, .72);
}

.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: "Manrope", sans-serif;
  font-size: 1.34rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 5px;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(32, 50, 80, .12);
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #46536c;
  font-size: .93rem;
  font-weight: 600;
}

.desktop-nav a,
.text-link,
.footer-col a {
  transition: color .2s ease;
}

.desktop-nav a:hover,
.text-link:hover,
.footer-col a:hover {
  color: var(--primary);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.text-link {
  font-size: .92rem;
  font-weight: 600;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #5d87f7, #3f70ef);
  box-shadow: 0 10px 24px rgba(71, 119, 245, .26);
}

.btn-primary:hover {
  box-shadow: 0 13px 30px rgba(71, 119, 245, .34);
}

.btn-secondary {
  color: #293a59;
  background: #fff;
  border-color: #d9e4f2;
  box-shadow: 0 8px 22px rgba(49, 77, 125, .06);
}

.btn-secondary:hover {
  border-color: #bed0e9;
  box-shadow: 0 10px 26px rgba(49, 77, 125, .10);
}

.btn-small {
  min-height: 42px;
  padding-inline: 17px;
  border-radius: 11px;
  font-size: .9rem;
}

.btn-large {
  min-height: 54px;
  padding-inline: 24px;
  border-radius: 14px;
}

.full {
  width: 100%;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 72px;
}

.hero-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 58px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid #d9e5f6;
  border-radius: 999px;
  color: #466083;
  background: rgba(255,255,255,.78);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #58c8a5;
  box-shadow: 0 0 0 5px rgba(88, 200, 165, .12);
}

.hero h1,
.section-heading h2,
.split-copy h2,
.integration-copy h2,
.faq-intro h2,
.cta-copy h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.052em;
}

.hero h1 {
  max-width: 640px;
  font-size: clamp(3.2rem, 6vw, 5.35rem);
  line-height: .98;
}

.hero h1 span {
  color: var(--primary);
}

.hero-lead {
  max-width: 610px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.avatar-stack {
  display: flex;
  padding-left: 7px;
}

.avatar-stack span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-left: -7px;
  border: 3px solid var(--bg);
  border-radius: 50%;
  color: #35516f;
  background: #dfeaff;
  font-size: .62rem;
  font-weight: 800;
}

.avatar-stack span:nth-child(2) { background: #dff6ee; }
.avatar-stack span:nth-child(3) { background: #eee6ff; }

.hero-proof strong,
.hero-proof small {
  display: block;
}

.hero-proof strong {
  margin-bottom: 3px;
  font-size: .88rem;
}

.hero-proof small {
  color: var(--muted);
  font-size: .78rem;
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  opacity: .7;
}

.glow-one {
  width: 300px;
  height: 300px;
  top: 30px;
  right: 0;
  background: rgba(124, 170, 255, .25);
}

.glow-two {
  width: 240px;
  height: 240px;
  bottom: 20px;
  left: 30px;
  background: rgba(142, 220, 202, .18);
}

.dashboard-shell {
  position: absolute;
  inset: 38px 0 42px 20px;
  display: grid;
  grid-template-columns: 155px 1fr;
  overflow: hidden;
  border: 1px solid rgba(204, 218, 238, .84);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 36px 80px rgba(56, 86, 140, .17);
  transform: rotate(1.3deg);
}

.dashboard-sidebar {
  padding: 22px 16px;
  background: #f5f8fd;
  border-right: 1px solid #e3ebf5;
  display: flex;
  flex-direction: column;
}

.mini-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 2px 4px 22px;
  font-size: .88rem;
}

.mini-logo {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: var(--primary);
  font-weight: 800;
}

.side-nav {
  display: grid;
  gap: 7px;
}

.side-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 10px;
  border-radius: 9px;
  color: #7a879c;
  font-size: .67rem;
  font-weight: 650;
}

.side-item.active {
  color: #325ed3;
  background: #eaf0ff;
}

.icon {
  width: 14px;
  height: 14px;
  border: 1.6px solid currentColor;
  border-radius: 4px;
  opacity: .85;
}

.icon-calendar { border-radius: 3px; }
.icon-briefcase { border-radius: 3px; border-top-width: 2px; }
.icon-users { border-radius: 50%; }
.icon-receipt { border-radius: 2px; }

.profile-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #e1e9f2;
}

.profile-avatar {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #4360a0;
  background: #dbe5f8;
  font-size: .56rem;
  font-weight: 800;
}

.profile-chip strong,
.profile-chip small {
  display: block;
}

.profile-chip strong { font-size: .63rem; }
.profile-chip small { color: #8894a8; font-size: .52rem; }

.dashboard-main {
  padding: 26px 24px;
  background: #fbfdff;
}

.dash-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.dash-topbar small {
  color: #8995a8;
  font-size: .58rem;
}

.dash-topbar h3 {
  margin: 3px 0 0;
  font-size: 1rem;
  letter-spacing: -.02em;
}

.dash-topbar button {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: var(--primary);
  font-size: 1.05rem;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.metric-card {
  position: relative;
  min-height: 118px;
  padding: 14px;
  border: 1px solid #e6edf6;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(51, 79, 125, .04);
}

.metric-icon {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  border-radius: 7px;
  font-style: normal;
  font-size: .72rem;
  font-weight: 800;
}

.metric-icon.blue { color: #416be0; background: #e8efff; }
.metric-icon.green { color: #28a183; background: #e4f8f1; }
.metric-icon.purple { color: #7655d7; background: #f0eaff; }

.metric-card small,
.metric-card strong,
.metric-card em {
  display: block;
}

.metric-card small {
  color: #8995a8;
  font-size: .49rem;
}

.metric-card strong {
  margin-top: 5px;
  font-size: .8rem;
}

.metric-card em {
  margin-top: 5px;
  color: #2fad86;
  font-size: .5rem;
  font-style: normal;
  font-weight: 700;
}

.dash-lower {
  display: grid;
  grid-template-columns: 1.45fr .8fr;
  gap: 10px;
  margin-top: 10px;
}

.schedule-card,
.team-card {
  padding: 15px;
  border: 1px solid #e6edf6;
  border-radius: 14px;
  background: #fff;
}

.card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.card-heading small,
.card-heading strong {
  display: block;
}

.card-heading small {
  color: #94a0b3;
  font-size: .48rem;
}

.card-heading strong {
  margin-top: 2px;
  font-size: .61rem;
}

.card-heading a {
  color: #4a70d8;
  font-size: .48rem;
  font-weight: 700;
}

.job-row {
  display: grid;
  grid-template-columns: 34px 3px 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 9px 0;
  border-top: 1px solid #eef2f7;
}

.job-time {
  color: #66748c;
  font-size: .48rem;
}

.job-line {
  width: 3px;
  height: 30px;
  border-radius: 3px;
}

.line-blue { background: #678df3; }
.line-green { background: #55c8a7; }
.line-purple { background: #9b80eb; }

.job-row strong,
.job-row small {
  display: block;
}

.job-row strong { font-size: .51rem; }
.job-row small { margin-top: 2px; color: #93a0b2; font-size: .44rem; }

.job-status {
  padding: 4px 6px;
  border-radius: 999px;
  color: #2e9e82;
  background: #e5f8f1;
  font-size: .42rem;
  font-weight: 700;
}

.job-status.soft {
  color: #687997;
  background: #f0f3f7;
}

.online-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #55c8a7;
}

.team-person {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 7px;
  padding: 8px 0;
  border-top: 1px solid #eef2f7;
}

.team-person > span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #4d6594;
  background: #edf2fb;
  font-size: .44rem;
  font-weight: 800;
}

.team-person strong,
.team-person small {
  display: block;
}

.team-person strong { font-size: .49rem; }
.team-person small { margin-top: 2px; color: #9aa5b5; font-size: .42rem; }
.team-person b { color: #65748c; font-size: .43rem; }

.floating-card {
  position: absolute;
  right: -18px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 228px;
  padding: 13px 14px;
  border: 1px solid #e2ebf5;
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  box-shadow: var(--shadow-soft);
  transform: rotate(-1.2deg);
}

.sync-icon {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #259c7f;
  background: #e5f8f1;
  font-weight: 900;
}

.floating-card small,
.floating-card strong {
  display: block;
}

.floating-card small { color: #8592a6; font-size: .6rem; }
.floating-card strong { margin-top: 3px; font-size: .69rem; }

.logo-strip {
  padding: 24px 0 34px;
}

.logo-strip p {
  margin: 0 0 20px;
  color: #8a96a9;
  text-align: center;
  font-size: .78rem;
  font-weight: 600;
}

.integration-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 42px;
  flex-wrap: wrap;
}

.integration-logos span {
  color: #77859b;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -.02em;
}

.muted {
  opacity: .7;
}

.section {
  padding: 104px 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 48px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading.centered .eyebrow {
  margin-inline: auto;
}

.section-heading h2,
.split-copy h2,
.integration-copy h2,
.faq-intro h2,
.cta-copy h2 {
  font-size: clamp(2.25rem, 4vw, 3.7rem);
  line-height: 1.06;
}

.section-heading p,
.split-copy > p,
.integration-copy > p,
.faq-intro > p,
.cta-copy > p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card {
  padding: 27px;
  border: 1px solid #e0e9f4;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.88);
  box-shadow: 0 10px 26px rgba(47, 76, 124, .04);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: #cfddf0;
  box-shadow: 0 18px 38px rgba(47, 76, 124, .08);
}

.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 14px;
  font-size: 1.35rem;
}

.feature-icon.blue { background: #eaf0ff; }
.feature-icon.mint { background: #e8f8f3; }
.feature-icon.purple { background: #f0eaff; }
.feature-icon.amber { background: #fff4de; }
.feature-icon.sky { background: #e8f6ff; }
.feature-icon.coral { background: #fff0ed; }

.feature-card h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 1.16rem;
  letter-spacing: -.025em;
}

.feature-card p {
  min-height: 76px;
  margin: 10px 0 18px;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.65;
}

.feature-card a {
  color: #466ed8;
  font-size: .83rem;
  font-weight: 800;
}

.feature-card a span {
  display: inline-block;
  margin-left: 4px;
  transition: transform .2s ease;
}

.feature-card:hover a span {
  transform: translateX(4px);
}

.soft-section {
  background: linear-gradient(180deg, #f0f6ff 0%, #f7fbff 100%);
  border-top: 1px solid #e5edf7;
  border-bottom: 1px solid #e5edf7;
}

.split-section {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 76px;
}

.split-copy {
  max-width: 560px;
}

.check-list {
  display: grid;
  gap: 16px;
  margin: 28px 0 30px;
}

.check-list > div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.check-list > div > span {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #248e75;
  background: #dff5ee;
  font-size: .8rem;
  font-weight: 900;
}

.check-list p {
  margin: 0;
}

.check-list strong,
.check-list small {
  display: block;
}

.check-list strong {
  font-size: .92rem;
}

.check-list small {
  margin-top: 4px;
  color: var(--muted);
  font-size: .82rem;
}

.trade-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.trade-grid article {
  min-height: 210px;
  padding: 28px;
  border: 1px solid #dde8f5;
  border-radius: 24px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 12px 28px rgba(55, 83, 128, .06);
}

.trade-grid article:nth-child(2),
.trade-grid article:nth-child(4) {
  transform: translateY(24px);
}

.trade-grid span {
  font-size: 2rem;
}

.trade-grid h3 {
  margin: 22px 0 8px;
  font-family: "Manrope", sans-serif;
  font-size: 1.18rem;
}

.trade-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.6;
}

.integration-panel {
  min-height: 430px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 70px;
  padding: 62px;
  overflow: hidden;
  border: 1px solid #dce7f4;
  border-radius: 32px;
  background:
    radial-gradient(circle at 83% 50%, rgba(139, 177, 255, .22), transparent 34%),
    linear-gradient(135deg, #fbfdff, #f2f7ff);
  box-shadow: 0 18px 48px rgba(45, 78, 129, .06);
}

.integration-copy {
  max-width: 520px;
}

.integration-copy .btn {
  margin-top: 28px;
}

.orbit {
  position: relative;
  min-height: 330px;
}

.orbit-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(145deg, #6f96ff, #426fef);
  box-shadow: 0 20px 42px rgba(68, 112, 236, .27);
  font-family: "Manrope", sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.orbit-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(130, 154, 196, .28);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ring-one { width: 210px; height: 210px; }
.ring-two { width: 320px; height: 320px; }

.orbit-app {
  position: absolute;
  z-index: 4;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid #dee8f4;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(49, 77, 125, .1);
  font-family: "Manrope", sans-serif;
  font-size: .92rem;
  font-weight: 800;
}

.app-one { top: 12%; left: 25%; color: #ef4f83; }
.app-two { top: 16%; right: 17%; color: #46a2f5; }
.app-three { top: 54%; right: 6%; color: #5c70c9; font-size: .72rem; }
.app-four { bottom: 8%; left: 27%; color: #4185f4; }
.app-five { top: 49%; left: 5%; color: #2b966f; }

.pricing-section {
  background: #fff;
  border-top: 1px solid #edf2f8;
  border-bottom: 1px solid #edf2f8;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.price-card {
  position: relative;
  padding: 30px;
  border: 1px solid #dfe8f3;
  border-radius: 24px;
  background: #fff;
}

.price-card.featured {
  border-color: #7fa0fa;
  box-shadow: 0 18px 46px rgba(71, 119, 245, .12);
}

.popular {
  position: absolute;
  top: -13px;
  right: 22px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: var(--primary);
  font-size: .66rem;
  font-weight: 800;
}

.price-tag {
  display: inline-block;
  margin-bottom: 16px;
  color: #6f7d93;
  font-size: .73rem;
  font-weight: 700;
}

.price-card h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 1.5rem;
}

.price-card > p {
  min-height: 70px;
  margin: 10px 0 22px;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.6;
}

.price-value {
  padding: 18px 0;
  border-top: 1px solid #edf2f7;
  border-bottom: 1px solid #edf2f7;
  font-family: "Manrope", sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -.03em;
}

.price-value small {
  display: block;
  margin-top: 3px;
  color: #8794a7;
  font-family: "Inter", sans-serif;
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: 0;
}

.price-card ul {
  display: grid;
  gap: 11px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 24px;
  color: #56637a;
  font-size: .84rem;
}

.price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  color: #2b9f82;
  font-weight: 900;
}

.faq-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 76px;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 120px;
}

.faq-intro > a {
  display: inline-block;
  margin-top: 24px;
  color: var(--muted);
  font-size: .84rem;
}

.faq-intro > a span {
  color: var(--primary);
  font-weight: 800;
}

.accordion {
  border-top: 1px solid #dfe7f1;
}

.faq-item {
  border-bottom: 1px solid #dfe7f1;
}

.faq-item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 0;
  border: 0;
  color: var(--text);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.faq-item button span {
  font-family: "Manrope", sans-serif;
  font-size: 1.03rem;
  font-weight: 700;
  letter-spacing: -.02em;
}

.faq-item button b {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #53647d;
  background: #f1f5fa;
  font-size: 1rem;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .28s ease;
}

.faq-answer p {
  max-width: 760px;
  margin: 0;
  padding: 0 50px 24px 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.7;
}

.faq-item.open .faq-answer {
  max-height: 220px;
}

.cta-section {
  padding: 40px 0 100px;
}

.cta-card {
  display: grid;
  grid-template-columns: 1fr .88fr;
  gap: 58px;
  padding: 62px;
  border-radius: 32px;
  color: #fff;
  background:
    radial-gradient(circle at 10% 10%, rgba(255,255,255,.12), transparent 28%),
    linear-gradient(135deg, #315ed8 0%, #4e78e9 56%, #6d8ff1 100%);
  box-shadow: 0 26px 70px rgba(54, 94, 194, .24);
}

.cta-copy {
  padding-top: 18px;
}

.eyebrow.light {
  color: #eaf0ff;
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
}

.cta-copy > p {
  color: rgba(255,255,255,.8);
}

.cta-points {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 26px;
  color: rgba(255,255,255,.84);
  font-size: .78rem;
  font-weight: 700;
}

.contact-form {
  padding: 26px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 22px;
  color: var(--text);
  background: rgba(255,255,255,.97);
  box-shadow: 0 16px 38px rgba(28, 58, 134, .16);
}

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

.contact-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 12px;
  color: #43516a;
  font-size: .74rem;
  font-weight: 700;
}

.contact-form input,
.contact-form select {
  width: 100%;
  height: 47px;
  padding: 0 13px;
  border: 1px solid #dce5f0;
  border-radius: 10px;
  outline: none;
  color: var(--text);
  background: #fbfdff;
  font-size: .84rem;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-form input:focus,
.contact-form select:focus {
  border-color: #86a5fa;
  box-shadow: 0 0 0 4px rgba(71, 119, 245, .1);
}

.form-note {
  display: block;
  margin-top: 11px;
  color: #8a96a9;
  font-size: .62rem;
  line-height: 1.5;
}

.form-success {
  margin: 10px 0 0;
  color: #258a70;
  font-size: .78rem;
  font-weight: 700;
}

footer {
  padding: 56px 0 28px;
  background: #0f1a2f;
  color: #dbe4f2;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 42px;
}

.footer-brand .brand {
  color: #fff;
}

.footer-brand p {
  max-width: 310px;
  margin: 16px 0 0;
  color: #8f9bb0;
  font-size: .84rem;
  line-height: 1.6;
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-col strong {
  margin-bottom: 4px;
  color: #fff;
  font-size: .78rem;
}

.footer-col a {
  color: #94a0b3;
  font-size: .78rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #7e8aa0;
  font-size: .7rem;
}

/* Responsive */
@media (max-width: 1050px) {
  .desktop-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 600px; }
  .dashboard-shell { inset: 28px 30px 40px; }
  .floating-card { right: 10px; }
  .split-section,
  .faq-grid,
  .cta-card {
    grid-template-columns: 1fr;
  }
  .split-section { gap: 50px; }
  .integration-panel { gap: 32px; padding: 46px; }
  .faq-intro { position: static; }
  .cta-card { gap: 36px; }
}

@media (max-width: 820px) {
  .desktop-nav,
  .nav-actions {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .mobile-menu {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 86px;
    display: grid;
    gap: 4px;
    padding: 16px;
    border: 1px solid #dfe7f2;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease;
  }

  .mobile-menu.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu a:not(.btn) {
    padding: 12px 10px;
    color: #4d5c75;
    font-size: .9rem;
    font-weight: 700;
  }

  .hero {
    padding-top: 56px;
  }

  .hero h1 {
    font-size: clamp(3rem, 12vw, 4.6rem);
  }

  .feature-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .integration-panel {
    grid-template-columns: 1fr;
  }

  .orbit {
    min-height: 300px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .site-header .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .hero {
    padding: 44px 0 44px;
  }

  .hero h1 {
    font-size: 3.15rem;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-visual {
    min-height: 430px;
    margin-top: 10px;
  }

  .dashboard-shell {
    inset: 14px 0 24px;
    grid-template-columns: 90px 1fr;
    border-radius: 20px;
  }

  .dashboard-sidebar {
    padding: 14px 8px;
  }

  .mini-brand strong,
  .side-item span,
  .profile-chip div {
    display: none;
  }

  .mini-brand { justify-content: center; padding-bottom: 12px; }
  .side-item { justify-content: center; }
  .profile-chip { justify-content: center; }
  .dashboard-main { padding: 16px 12px; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric-card:nth-child(3) { display: none; }
  .dash-lower { grid-template-columns: 1fr; }
  .team-card { display: none; }
  .floating-card { display: none; }

  .integration-logos {
    gap: 24px;
  }

  .section {
    padding: 78px 0;
  }

  .feature-grid,
  .pricing-grid,
  .trade-grid {
    grid-template-columns: 1fr;
  }

  .feature-card p {
    min-height: 0;
  }

  .trade-grid article,
  .trade-grid article:nth-child(2),
  .trade-grid article:nth-child(4) {
    min-height: 0;
    transform: none;
  }

  .integration-panel {
    padding: 30px 22px;
    border-radius: 24px;
  }

  .orbit {
    min-height: 260px;
    transform: scale(.88);
  }

  .ring-two {
    width: 285px;
    height: 285px;
  }

  .cta-card {
    padding: 32px 20px;
    border-radius: 24px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 2.75rem; }
  .hero-proof { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

/* Arova Cloud v1.2 brand + launch */
.mini-logo{overflow:hidden;padding:4px;background:#fff!important}
.mini-logo img{width:100%;height:100%;object-fit:contain}
.launch-panel{align-self:stretch;display:flex;flex-direction:column;justify-content:center;gap:14px}
.launch-panel h3{margin:0;font-size:1.35rem;letter-spacing:-.025em}
.launch-panel p{margin:0 0 6px;color:#66748b;line-height:1.65}
.launch-label{width:fit-content;padding:6px 9px;border-radius:999px;background:#eef3ff;color:#3f65d7;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.legal-pending{color:#8994a7;font-size:.88rem}

.orbit-center img{width:70%;height:70%;object-fit:contain}
