:root {
  --navy-950: #061425;
  --navy-900: #081a2f;
  --navy-800: #0d2743;
  --navy-700: #123756;
  --ink: #0b2138;
  --muted: #607286;
  --muted-light: #a9bac8;
  --paper: #f7f9fb;
  --white: #ffffff;
  --gold: #e5b04d;
  --gold-soft: #fff2cf;
  --mint: #49c7b2;
  --blue: #5fa8ff;
  --line: #dbe4eb;
  --shadow: 0 18px 50px rgba(8, 26, 47, 0.09);
  --shadow-strong: 0 26px 70px rgba(4, 18, 34, 0.26);
  --radius: 24px;
  --radius-small: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Cairo", "IBM Plex Sans Arabic", Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  overflow-x: hidden;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.announcement {
  position: relative;
  z-index: 20;
  color: #f7fbff;
  background: #0b2138;
  font-size: 13px;
}

.announcement-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}

.announcement strong {
  color: var(--gold);
  font-weight: 800;
}

.announcement a {
  color: #dceaf5;
  margin-right: 11px;
  transition: color 180ms ease;
}

.announcement a:hover {
  color: var(--gold);
}

.announcement-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(229, 176, 77, 0.12);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 15;
  background: rgba(247, 249, 251, 0.88);
  border-bottom: 1px solid rgba(219, 228, 235, 0.8);
  backdrop-filter: blur(16px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy-900);
  flex-shrink: 0;
}

.brand-mark,
.final-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--navy-900);
  background: linear-gradient(145deg, #f7cd75, var(--gold));
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 12px 12px 12px 4px;
  box-shadow: 0 8px 18px rgba(229, 176, 77, 0.2);
  font-size: 22px;
  font-weight: 900;
}

.brand-name {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-name strong {
  font-size: 15px;
  font-weight: 900;
}

.brand-name small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.16em;
  font-weight: 700;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 31px;
  color: #617386;
  font-size: 14px;
  font-weight: 600;
}

.desktop-nav a,
.nav-link,
.footer-links a {
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.nav-link:hover,
.footer-links a:hover {
  color: var(--gold);
}

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

.nav-link {
  color: var(--navy-800);
  font-size: 13px;
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
  cursor: pointer;
}

.button:hover {
  transform: translateY(-2px);
}

.button-gold {
  color: var(--navy-950);
  background: var(--gold);
  box-shadow: 0 12px 24px rgba(229, 176, 77, 0.22);
}

.button-gold:hover {
  background: #f3c76a;
  box-shadow: 0 16px 28px rgba(229, 176, 77, 0.3);
}

.button-small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 12px;
}

.button-large {
  min-height: 56px;
  padding: 0 27px;
  font-size: 15px;
}

.button-outline-light {
  color: #f0f6fa;
  border-color: rgba(229, 240, 247, 0.3);
  background: rgba(255, 255, 255, 0.035);
}

.button-outline-light:hover {
  border-color: rgba(229, 176, 77, 0.8);
  background: rgba(229, 176, 77, 0.1);
}

.button-full {
  width: 100%;
}

.menu-toggle,
.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 670px;
  overflow: hidden;
  color: #f7fbff;
  background:
    radial-gradient(circle at 74% 40%, rgba(38, 91, 126, 0.27), transparent 24%),
    linear-gradient(126deg, var(--navy-950), var(--navy-900) 54%, #0e2a45);
}

.hero-grid-lines {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.25;
  background-image:
    linear-gradient(rgba(151, 196, 222, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(151, 196, 222, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.hero-orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}

.hero-orb-one {
  width: 400px;
  height: 400px;
  top: -210px;
  left: 8%;
  border: 1px solid rgba(229, 176, 77, 0.2);
  box-shadow: 0 0 0 32px rgba(229, 176, 77, 0.025), 0 0 0 64px rgba(229, 176, 77, 0.025);
}

.hero-orb-two {
  width: 210px;
  height: 210px;
  right: -80px;
  bottom: -90px;
  background: rgba(73, 199, 178, 0.11);
  filter: blur(28px);
}

.hero-inner {
  position: relative;
  min-height: 670px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 54px;
  padding-top: 48px;
  padding-bottom: 58px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #567087;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.eyebrow-light {
  color: #b1c6d5;
}

.eyebrow-mark {
  display: inline-grid;
  place-items: center;
  min-width: 31px;
  height: 23px;
  padding: 0 6px;
  color: var(--gold);
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgba(73, 199, 178, 0.13);
}

.hero h1 {
  max-width: 650px;
  margin: 20px 0 18px;
  color: #fff;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.2;
}

.hero h1 em,
.dark-heading h2 em,
.journey-copy h2 em,
.final-cta h2 em {
  color: var(--gold);
  font-style: normal;
}

.hero-lead {
  max-width: 540px;
  margin: 0;
  color: #b7c8d5;
  font-size: 17px;
  line-height: 2;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 17px 0 0;
  color: #8fa9bb;
  font-size: 12px;
}

.hero-note span {
  color: var(--gold);
}

.hero-stats {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-top: 38px;
}

.hero-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-stat strong {
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.1;
}

.hero-stat span {
  color: #8ea8b9;
  font-size: 11px;
}

.hero-stat-divider {
  width: 1px;
  background: rgba(207, 226, 238, 0.18);
}

.hero-visual {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.visual-halo {
  position: absolute;
  width: 490px;
  height: 490px;
  border: 1px solid rgba(123, 201, 212, 0.15);
  border-radius: 50%;
  box-shadow: 0 0 0 30px rgba(123, 201, 212, 0.025), 0 0 0 60px rgba(123, 201, 212, 0.02);
}

.app-window {
  position: relative;
  z-index: 2;
  width: min(600px, 100%);
  overflow: hidden;
  border: 1px solid rgba(195, 223, 237, 0.2);
  border-radius: 19px;
  background: #f2f6f8;
  box-shadow: var(--shadow-strong), 0 0 0 8px rgba(16, 56, 82, 0.32);
  transform: rotateY(-7deg) rotateX(3deg) rotateZ(-1deg);
}

.app-window-bar {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  color: #71889a;
  background: #e5edf1;
  border-bottom: 1px solid #d6e0e6;
  font-size: 9px;
  font-weight: 800;
}

.window-dots {
  display: flex;
  gap: 5px;
  direction: ltr;
}

.window-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9ab0be;
}

.window-dots i:first-child {
  background: #e7b45d;
}

.window-lock {
  color: #91a8b6;
  font-size: 14px;
}

.app-window-body {
  display: grid;
  grid-template-columns: 126px 1fr;
  min-height: 370px;
  direction: ltr;
}

.app-sidebar {
  padding: 16px 10px 12px;
  color: #9db1bd;
  background: #0e2a43;
  direction: rtl;
}

.mini-brand {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 5px 18px;
  color: #f5fbff;
  font-size: 10px;
}

.mini-brand span {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  color: var(--navy-900);
  background: var(--gold);
  border-radius: 7px 7px 7px 2px;
  font-size: 13px;
  font-weight: 900;
}

.sidebar-label {
  padding: 0 5px 8px;
  color: #678398;
  font-size: 8px;
}

.sidebar-item,
.sidebar-bottom {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  margin: 2px 0;
  padding: 0 7px;
  border-radius: 7px;
  font-size: 9px;
  font-weight: 600;
}

.sidebar-item span,
.sidebar-bottom span {
  width: 15px;
  color: #7da0b6;
  font-size: 12px;
  text-align: center;
}

.sidebar-item.active {
  color: #f6fbfe;
  background: rgba(229, 176, 77, 0.16);
}

.sidebar-item.active span {
  color: var(--gold);
}

.sidebar-bottom {
  margin-top: 74px;
  color: #c8dce7;
  background: rgba(255, 255, 255, 0.07);
}

.app-main {
  padding: 19px 19px 17px;
  direction: rtl;
  background: #f6f9fa;
}

.app-main-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.app-kicker {
  color: #8097a5;
  font-size: 8px;
  font-weight: 700;
}

.app-main h3 {
  margin: 2px 0 0;
  color: var(--navy-800);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.4;
}

.app-avatar {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  color: #174062;
  background: #d1e8ef;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 17px;
}

.mini-metrics > div {
  display: flex;
  flex-direction: column;
  padding: 9px 9px 8px;
  border: 1px solid #e2eaee;
  border-radius: 9px;
  background: #fff;
}

.mini-metrics span,
.mini-metrics small {
  color: #8298a6;
  font-size: 7px;
}

.mini-metrics strong {
  margin: 1px 0;
  color: var(--navy-800);
  font-size: 16px;
  line-height: 1.2;
}

.wisdom-card {
  position: relative;
  min-height: 112px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 10px;
  padding: 15px 17px;
  color: #fff;
  border-radius: 11px;
  background: linear-gradient(119deg, #143c5c, #102b48);
}

.wisdom-card::after {
  position: absolute;
  content: "";
  width: 170px;
  height: 170px;
  left: -48px;
  bottom: -94px;
  border: 1px solid rgba(229, 176, 77, 0.32);
  border-radius: 50%;
}

.gold-kicker {
  color: #f0c96e;
}

.wisdom-card h4 {
  margin: 2px 0 1px;
  font-size: 13px;
  line-height: 1.5;
}

.wisdom-card p {
  margin: 0;
  color: #a8c3d1;
  font-size: 8px;
}

.mini-link {
  display: inline-flex;
  gap: 5px;
  margin-top: 8px;
  color: var(--gold);
  font-size: 8px;
  font-weight: 800;
}

.mini-link b {
  font-size: 11px;
}

.wisdom-seal {
  position: relative;
  z-index: 1;
  width: 63px;
  height: 63px;
  align-self: center;
  display: grid;
  place-items: center;
  border: 1px solid rgba(229, 176, 77, 0.55);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(229, 176, 77, 0.08);
  font-size: 28px;
}

.wisdom-seal::after {
  position: absolute;
  inset: 6px;
  content: "";
  border: 1px dashed rgba(229, 176, 77, 0.4);
  border-radius: 50%;
}

.app-bottom-row {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 9px;
  margin-top: 10px;
}

.mini-list-card,
.mini-calendar {
  min-height: 92px;
  padding: 10px;
  border: 1px solid #e2eaee;
  border-radius: 9px;
  background: #fff;
}

.mini-card-head,
.office-mini-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--navy-800);
  font-size: 8px;
}

.mini-card-head span {
  color: #a4b3bc;
  direction: ltr;
}

.quick-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  color: #536d7d;
  font-size: 7px;
}

.quick-row b {
  margin-right: auto;
  color: #91a4af;
  font-size: 10px;
}

.quick-icon {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 6px;
  font-size: 11px;
}

.quick-icon.blue {
  color: #4c97e7;
  background: #e8f3ff;
}

.quick-icon.mint {
  color: #2baf99;
  background: #e2f7f3;
}

.mini-calendar {
  color: #607787;
}

.mini-calendar strong {
  display: block;
  margin-top: 5px;
  color: var(--navy-800);
  font-size: 26px;
  line-height: 1;
}

.mini-calendar small {
  font-size: 7px;
}

.calendar-line {
  display: flex;
  gap: 3px;
  margin-top: 7px;
}

.calendar-line i {
  flex: 1;
  height: 3px;
  border-radius: 99px;
  background: #e7edf0;
}

.calendar-line i:first-child,
.calendar-line i:nth-child(3) {
  background: var(--gold);
}

.floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 170px;
  padding: 11px 13px;
  color: var(--navy-800);
  border: 1px solid rgba(211, 226, 235, 0.8);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 35px rgba(2, 19, 36, 0.23);
  font-size: 9px;
}

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

.floating-card b {
  font-size: 9px;
}

.floating-card small {
  margin-top: 1px;
  color: #7890a0;
  font-size: 8px;
}

.floating-card-one {
  right: -16px;
  top: 77px;
}

.floating-card-two {
  left: -17px;
  bottom: 67px;
}

.floating-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #1b9985;
  background: #e1f7f1;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 900;
}

.gold-icon {
  color: #bd8520;
  background: var(--gold-soft);
}

.audience-strip {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.audience-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.audience-title {
  color: #8b9cac;
  font-size: 11px;
  font-weight: 800;
}

.audience-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  color: #52687a;
  font-size: 12px;
  font-weight: 700;
}

.audience-items span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.audience-items b {
  color: var(--gold);
  font-size: 15px;
}

.section {
  position: relative;
  padding: 112px 0;
  content-visibility: auto;
  contain-intrinsic-size: 720px;
}

.section-intro {
  background: var(--paper);
}

.section-heading {
  max-width: 690px;
}

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

.section-heading h2,
.library-intro h2,
.tools-head h2,
.pricing-copy h2,
.faq-intro h2 {
  margin: 16px 0 14px;
  color: var(--navy-900);
  font-size: clamp(33px, 4vw, 52px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.32;
}

.section-heading h2 span,
.library-intro h2 span,
.tools-head h2 span,
.pricing-copy h2 span,
.faq-intro h2 span {
  color: var(--gold);
}

.section-heading p,
.library-intro > p,
.tools-head > p,
.pricing-copy > p,
.faq-intro > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.section-heading.centered p {
  max-width: 590px;
  margin-right: auto;
  margin-left: auto;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 54px;
}

.pillar-card {
  position: relative;
  min-height: 292px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 27px 24px 23px;
  border-radius: var(--radius);
}

.pillar-card::after {
  position: absolute;
  width: 150px;
  height: 150px;
  left: -70px;
  bottom: -70px;
  content: "";
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.15;
}

.pillar-dark {
  color: #eff7fb;
  background: var(--navy-800);
}

.pillar-gold {
  color: var(--navy-900);
  background: var(--gold);
}

.pillar-paper {
  color: var(--navy-900);
  border: 1px solid #e0e8ed;
  background: #fff;
}

.pillar-mint {
  color: var(--navy-900);
  background: #ccefe9;
}

.card-number {
  position: absolute;
  top: 22px;
  left: 22px;
  color: inherit;
  opacity: 0.42;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.pillar-icon {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  margin-bottom: 29px;
  color: var(--gold);
  border: 1px solid currentColor;
  border-radius: 13px 13px 13px 4px;
  font-size: 20px;
}

.pillar-gold .pillar-icon {
  color: var(--navy-900);
  background: rgba(255, 255, 255, 0.2);
}

.pillar-paper .pillar-icon {
  color: var(--gold);
  background: var(--gold-soft);
}

.pillar-mint .pillar-icon {
  color: #198b7b;
  background: rgba(255, 255, 255, 0.45);
}

.pillar-card h3 {
  margin: 0 0 10px;
  color: inherit;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
}

.pillar-card p {
  min-height: 77px;
  margin: 0;
  color: inherit;
  opacity: 0.72;
  font-size: 13px;
  line-height: 1.9;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-top: auto;
  color: inherit;
  font-size: 12px;
  font-weight: 800;
}

.text-link span {
  font-size: 17px;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(-4px);
}

.dark-section {
  overflow: hidden;
  color: #f4fbff;
  background: var(--navy-900);
}

.dark-section-glow {
  position: absolute;
  width: 550px;
  height: 550px;
  top: -250px;
  left: -160px;
  border: 1px solid rgba(229, 176, 77, 0.15);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(229, 176, 77, 0.03), 0 0 0 68px rgba(229, 176, 77, 0.025);
}

.dark-heading {
  position: relative;
  z-index: 1;
}

.dark-heading h2 {
  max-width: 530px;
  margin: 16px 0 12px;
  color: #fff;
  font-size: clamp(35px, 4vw, 54px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.3;
}

.dark-heading p {
  max-width: 520px;
  margin: 0;
  color: #a9c0ce;
  font-size: 16px;
}

.wisdom-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
  margin-top: 48px;
}

.wisdom-feature {
  position: relative;
  min-height: 395px;
  overflow: hidden;
  padding: 31px 31px 27px;
  border: 1px solid rgba(188, 217, 230, 0.13);
  border-radius: var(--radius);
  background: linear-gradient(140deg, #143857, #0c253e);
}

.wisdom-feature-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feature-chip,
.card-tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  color: #ebc979;
  border: 1px solid rgba(229, 176, 77, 0.4);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
}

.feature-symbol {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--gold);
  border: 1px solid rgba(229, 176, 77, 0.47);
  border-radius: 50%;
  font-size: 23px;
}

.wisdom-feature h3 {
  position: relative;
  z-index: 1;
  max-width: 360px;
  margin: 21px 0 8px;
  color: #fff;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.4;
}

.wisdom-feature > p {
  position: relative;
  z-index: 1;
  max-width: 400px;
  margin: 0;
  color: #adc4d1;
  font-size: 14px;
}

.action-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 10px 23px;
  margin-top: 25px;
  color: #dcebf1;
  font-size: 12px;
}

.action-list span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.action-list i {
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  color: var(--navy-900);
  background: var(--gold);
  border-radius: 50%;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

.abstract-document {
  position: absolute;
  left: 21px;
  bottom: -68px;
  width: 215px;
  height: 190px;
  padding: 23px 22px;
  border: 1px solid rgba(229, 176, 77, 0.3);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(225, 187, 100, 0.17), rgba(255, 255, 255, 0.04));
  transform: rotate(-12deg);
}

.abstract-document::before,
.abstract-document::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(229, 176, 77, 0.16);
  border-radius: 15px;
}

.abstract-document::before {
  inset: -13px 12px 13px -12px;
}

.abstract-document::after {
  inset: 10px -13px -12px 14px;
}

.doc-top {
  display: flex;
  gap: 7px;
  direction: ltr;
}

.doc-top span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(229, 176, 77, 0.68);
}

.doc-lines {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 18px;
}

.doc-lines i {
  display: block;
  height: 4px;
  border-radius: 99px;
  background: rgba(229, 240, 247, 0.22);
}

.doc-lines i:nth-child(2) {
  width: 80%;
}

.doc-lines i:nth-child(3) {
  width: 92%;
}

.doc-lines i:nth-child(4) {
  width: 66%;
}

.doc-lines i:nth-child(5) {
  width: 85%;
}

.doc-seal {
  position: absolute;
  left: 26px;
  bottom: 24px;
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  color: var(--gold);
  border: 1px solid var(--gold);
  border-radius: 50%;
  font-size: 19px;
  font-weight: 900;
}

.wisdom-side {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.small-feature-card {
  flex: 1;
  display: grid;
  grid-template-columns: 43px 1fr;
  gap: 15px;
  align-items: start;
  padding: 22px 23px;
  border: 1px solid rgba(188, 217, 230, 0.13);
  border-radius: var(--radius-small);
  background: rgba(255, 255, 255, 0.045);
}

.small-feature-icon {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  color: #87bcff;
  border-radius: 12px;
  background: rgba(95, 168, 255, 0.12);
  font-size: 20px;
}

.mint-small {
  color: var(--mint);
  background: rgba(73, 199, 178, 0.11);
}

.gold-small {
  color: var(--gold);
  background: rgba(229, 176, 77, 0.11);
}

.small-feature-card h3 {
  margin: 0 0 4px;
  color: #f3fafc;
  font-size: 16px;
  font-weight: 800;
}

.small-feature-card p {
  margin: 0;
  color: #9eb7c6;
  font-size: 12px;
  line-height: 1.85;
}

.contracts-section {
  background: #fff;
}

.split-heading {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  align-items: end;
  gap: 50px;
  max-width: none;
}

.split-heading > p {
  max-width: 310px;
  padding-bottom: 6px;
}

.contracts-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 75px;
  align-items: start;
  margin-top: 56px;
}

.contract-copy {
  padding-top: 8px;
}

.big-count {
  display: flex;
  align-items: center;
  gap: 18px;
}

.big-count strong {
  color: var(--gold);
  font-size: 76px;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 1;
}

.big-count span {
  color: var(--navy-800);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
}

.contract-copy > p {
  max-width: 360px;
  margin: 22px 0 25px;
  color: var(--muted);
  font-size: 14px;
}

.check-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #4f687a;
  font-size: 13px;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.check-list span {
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  color: #248d7d;
  background: #dcf4ef;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.category-panel {
  padding: 27px 27px 17px;
  border: 1px solid #e0e8ed;
  border-radius: var(--radius);
  background: #f7fafb;
  box-shadow: 0 16px 45px rgba(8, 26, 47, 0.06);
}

.category-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 19px;
  border-bottom: 1px solid #e1e9ed;
}

.panel-kicker {
  display: block;
  margin-bottom: 3px;
  color: #8ba0ae;
  font-size: 10px;
  font-weight: 800;
}

.category-panel h3 {
  margin: 0;
  color: var(--navy-800);
  font-size: 20px;
  font-weight: 900;
}

.panel-count {
  padding: 5px 10px;
  color: #ba8121;
  background: var(--gold-soft);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 28px;
}

.category-item {
  display: grid;
  grid-template-columns: 25px 1fr auto;
  gap: 8px;
  align-items: center;
  min-height: 54px;
  border-bottom: 1px solid #e6edf0;
}

.category-item > span {
  color: #a5b5bf;
  font-size: 10px;
  font-weight: 700;
}

.category-item b {
  color: #4f6878;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.55;
}

.category-item strong {
  min-width: 24px;
  color: var(--navy-800);
  font-size: 14px;
  font-weight: 900;
  text-align: left;
}

.library-section {
  background: var(--paper);
}

.library-intro,
.tools-head {
  display: grid;
  grid-template-columns: 1fr 0.62fr;
  align-items: end;
  gap: 60px;
}

.library-intro > p,
.tools-head > p {
  max-width: 320px;
  padding-bottom: 7px;
}

.library-grid {
  display: grid;
  grid-template-columns: 1fr 1.16fr 1fr;
  gap: 14px;
  margin-top: 53px;
}

.library-card {
  position: relative;
  min-height: 350px;
  overflow: hidden;
  padding: 25px 24px;
  border: 1px solid #dfe8ed;
  border-radius: var(--radius);
  background: #fff;
}

.library-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.library-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #2e9a8a;
  background: #e3f7f2;
  border-radius: 13px 13px 13px 4px;
  font-size: 21px;
}

.library-card .card-tag {
  color: #7c91a0;
  border-color: #dbe5eb;
  background: #f7fafb;
  font-size: 9px;
}

.library-card h3 {
  margin: 22px 0 9px;
  color: var(--navy-800);
  font-size: 22px;
  font-weight: 900;
}

.library-card > p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.95;
}

.rulings-card {
  background: linear-gradient(150deg, #e4f6f3, #fff);
}

.rulings-card .library-icon {
  color: var(--navy-900);
  background: var(--gold);
}

.ruling-tags {
  position: absolute;
  right: 24px;
  bottom: 27px;
  left: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ruling-tags span {
  padding: 4px 8px;
  color: #527787;
  border: 1px solid #cfe6e1;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
}

.encyclopedia-card {
  color: #f3fbff;
  border-color: #163f60;
  background: var(--navy-800);
}

.encyclopedia-card .library-icon {
  color: var(--gold);
  background: rgba(229, 176, 77, 0.16);
}

.encyclopedia-card .card-tag {
  color: #aec6d3;
  border-color: rgba(174, 198, 211, 0.25);
  background: rgba(255, 255, 255, 0.04);
}

.encyclopedia-card h3 {
  color: #fff;
}

.encyclopedia-list {
  display: grid;
  gap: 7px;
  margin-top: 14px;
}

.encyclopedia-list span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #c1d5df;
  font-size: 11px;
}

.encyclopedia-list i {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: var(--gold);
  border: 1px solid rgba(229, 176, 77, 0.35);
  border-radius: 6px;
  font-size: 8px;
  font-style: normal;
}

.documents-card {
  background: linear-gradient(155deg, #fff, #fff8e9);
}

.documents-card .library-icon {
  color: #bd8524;
  background: var(--gold-soft);
}

.document-stack {
  position: absolute;
  left: 27px;
  bottom: -11px;
  width: 145px;
  height: 109px;
  transform: rotate(-7deg);
}

.document-stack div {
  position: absolute;
  width: 110px;
  height: 78px;
  border: 1px solid #e9d7ae;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(101, 75, 26, 0.08);
}

.document-stack div:nth-child(1) {
  right: 4px;
  top: 22px;
  transform: rotate(11deg);
}

.document-stack div:nth-child(2) {
  right: 21px;
  top: 9px;
  transform: rotate(5deg);
}

.document-stack div:nth-child(3) {
  right: 35px;
  top: 0;
  padding-top: 27px;
  transform: rotate(-2deg);
}

.document-stack div:nth-child(3)::after {
  display: block;
  width: 53px;
  height: 4px;
  margin: 0 auto;
  content: "";
  border-radius: 99px;
  background: var(--gold);
  box-shadow: 0 10px 0 #edf1f2, 0 20px 0 #edf1f2;
}

.office-section {
  background: #fff;
}

.office-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 66px;
  align-items: center;
  margin-top: 55px;
}

.office-visual {
  padding: 23px;
  border: 1px solid #dfe8ed;
  border-radius: var(--radius);
  background: #f6f9fa;
  box-shadow: var(--shadow);
}

.office-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--navy-800);
  font-size: 12px;
  font-weight: 900;
}

.office-date {
  color: #8497a5;
  font-size: 10px;
  font-weight: 600;
}

.office-overview {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  min-height: 132px;
  margin-top: 17px;
  padding: 21px;
  overflow: hidden;
  color: #fff;
  border-radius: 15px;
  background: linear-gradient(120deg, #133957, #0c263f);
}

.overview-main > span {
  color: #9ab3c2;
  font-size: 9px;
}

.overview-main strong {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
}

.progress-track {
  width: 190px;
  height: 5px;
  margin-top: 17px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.14);
}

.progress-track i {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: 99px;
  background: var(--gold);
}

.overview-main small {
  display: block;
  margin-top: 6px;
  color: #9ab4c4;
  font-size: 8px;
}

.overview-ring {
  width: 88px;
  height: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
  border: 5px solid rgba(229, 176, 77, 0.86);
  border-left-color: rgba(229, 176, 77, 0.18);
  border-radius: 50%;
  transform: rotate(-26deg);
}

.overview-ring span,
.overview-ring small {
  transform: rotate(26deg);
}

.overview-ring span {
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
}

.overview-ring small {
  color: #9fb8c6;
  font-size: 8px;
}

.office-columns {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 12px;
  margin-top: 13px;
}

.office-mini-panel {
  min-height: 188px;
  padding: 15px;
  border: 1px solid #e2eaee;
  border-radius: 13px;
  background: #fff;
}

.office-mini-head span {
  color: #80a2ae;
  font-size: 8px;
  font-weight: 700;
}

.session-row {
  display: grid;
  grid-template-columns: 8px 1fr auto;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
}

.session-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.session-dot.red {
  background: #ef8d80;
}

.session-dot.blue {
  background: #75b3f1;
}

.session-dot.gold {
  background: var(--gold);
}

.session-row b,
.session-row small {
  display: block;
}

.session-row b {
  color: #4c697b;
  font-size: 9px;
  font-weight: 800;
}

.session-row small {
  color: #93a5af;
  font-size: 8px;
}

.session-row > strong {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: #547182;
  background: #eef4f6;
  border-radius: 7px;
  font-size: 10px;
}

.bar-chart {
  height: 113px;
  display: flex;
  align-items: end;
  justify-content: space-around;
  gap: 7px;
  padding: 12px 4px 3px;
  border-bottom: 1px solid #e5edf0;
  background-image: linear-gradient(to bottom, transparent 49%, #eef3f5 50%, transparent 51%);
  background-size: 100% 33%;
}

.bar-chart i {
  width: 12px;
  border-radius: 4px 4px 1px 1px;
  background: linear-gradient(to top, #2fa895, #8ddcd0);
}

.bar-chart i:nth-child(2n) {
  background: linear-gradient(to top, var(--gold), #f6d88f);
}

.chart-legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  color: #91a4ae;
  font-size: 8px;
}

.chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.chart-legend span i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
}

.chart-legend b {
  color: #2c9c8a;
  font-size: 10px;
}

.office-features {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.office-feature-group {
  display: grid;
  grid-template-columns: 43px 1fr;
  gap: 16px;
  align-items: start;
}

.office-group-icon {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  color: #bd882d;
  background: var(--gold-soft);
  border-radius: 13px 13px 13px 4px;
  font-size: 19px;
}

.blue-group {
  color: #438fd7;
  background: #e8f3ff;
}

.gold-group {
  color: #bb8222;
  background: var(--gold-soft);
}

.mint-group {
  color: #279b89;
  background: #e3f7f2;
}

.office-feature-group h3 {
  margin: 0 0 4px;
  color: var(--navy-800);
  font-size: 17px;
  font-weight: 900;
}

.office-feature-group p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
}

.tools-section {
  background: #f2f7f8;
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  margin-top: 48px;
}

.tool-card {
  min-height: 171px;
  padding: 20px 20px 18px;
  border: 1px solid #dae6eb;
  border-radius: 18px;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tool-card:hover {
  border-color: rgba(229, 176, 77, 0.55);
  box-shadow: 0 14px 27px rgba(8, 26, 47, 0.08);
  transform: translateY(-3px);
}

.tool-card > span {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  margin-bottom: 13px;
  color: #2a9d8b;
  background: #e3f7f2;
  border-radius: 10px;
  font-size: 18px;
}

.tool-card:nth-child(2n) > span {
  color: #bd882d;
  background: var(--gold-soft);
}

.tool-card:nth-child(3n) > span {
  color: #478ed4;
  background: #e9f4ff;
}

.tool-card h3 {
  margin: 0 0 5px;
  color: var(--navy-800);
  font-size: 14px;
  font-weight: 900;
}

.tool-card p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.75;
}

.journey-section {
  padding-top: 94px;
  padding-bottom: 94px;
  background: var(--paper);
}

.journey-panel {
  position: relative;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 75px;
  overflow: hidden;
  padding: 55px 62px;
  color: #fff;
  border-radius: 28px;
  background:
    radial-gradient(circle at 15% 18%, rgba(229, 176, 77, 0.18), transparent 25%),
    linear-gradient(125deg, #0e2d4b, #081b30);
  box-shadow: var(--shadow-strong);
}

.journey-panel::after {
  position: absolute;
  width: 390px;
  height: 390px;
  right: -180px;
  bottom: -270px;
  content: "";
  border: 1px solid rgba(229, 176, 77, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 25px rgba(229, 176, 77, 0.035), 0 0 0 50px rgba(229, 176, 77, 0.025);
}

.journey-copy {
  position: relative;
  z-index: 1;
}

.journey-copy h2 {
  margin: 17px 0 12px;
  color: #fff;
  font-size: clamp(33px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.35;
}

.journey-copy p {
  max-width: 360px;
  margin: 0 0 25px;
  color: #a9c1cf;
  font-size: 14px;
}

.journey-steps {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.journey-step {
  display: grid;
  grid-template-columns: 47px 1fr;
  gap: 18px;
  min-height: 105px;
  padding: 0 0 23px;
}

.journey-step:not(:last-child) {
  border-bottom: 1px solid rgba(171, 205, 220, 0.15);
}

.journey-step + .journey-step {
  padding-top: 22px;
}

.journey-step > span {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  color: var(--gold);
  border: 1px solid rgba(229, 176, 77, 0.45);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.journey-step h3 {
  margin: 2px 0 3px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.journey-step p {
  margin: 0;
  color: #9db8c6;
  font-size: 12px;
}

.pricing-section {
  background: #fff;
}

.pricing-wrap {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 88px;
  align-items: center;
}

.price-line {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.old-price {
  align-self: flex-start;
  margin-top: 12px;
  color: #a7b4bd;
  font-size: 14px;
  text-decoration: line-through;
}

.price-line strong {
  color: var(--gold);
  font-size: 82px;
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 0.95;
}

.currency {
  color: var(--navy-800);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
}

.currency small {
  display: block;
  color: #8c9da8;
  font-size: 10px;
  font-weight: 700;
}

.price-perks {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 21px;
  color: #597183;
  font-size: 12px;
  font-weight: 700;
}

.price-perks span::first-letter {
  color: #2a9c8a;
}

.pricing-card {
  position: relative;
  overflow: hidden;
  padding: 37px 39px 32px;
  border: 1px solid #e4e2d8;
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(229, 176, 77, 0.17), transparent 32%),
    linear-gradient(145deg, #fffdf8, #f8f5eb);
  box-shadow: 0 18px 50px rgba(119, 90, 29, 0.09);
}

.pricing-card::after {
  position: absolute;
  width: 230px;
  height: 230px;
  right: -100px;
  bottom: -152px;
  content: "";
  border: 1px solid rgba(229, 176, 77, 0.3);
  border-radius: 50%;
}

.pricing-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pricing-badge {
  padding: 5px 10px;
  color: #a8721f;
  background: #ffefc8;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
}

.sparkle {
  color: var(--gold);
  font-size: 21px;
}

.pricing-card h3 {
  margin: 28px 0 7px;
  color: var(--navy-800);
  font-size: 23px;
  font-weight: 900;
}

.pricing-card > p {
  max-width: 390px;
  margin: 0 0 23px;
  color: #6d7c85;
  font-size: 13px;
}

.pricing-secondary-link {
  display: block;
  width: fit-content;
  margin: 16px auto 0;
  color: #6f8290;
  font-size: 12px;
  font-weight: 800;
}

.pricing-secondary-link span {
  margin-right: 5px;
  font-size: 16px;
  transition: margin 180ms ease;
}

.pricing-secondary-link:hover {
  color: var(--navy-800);
}

.pricing-secondary-link:hover span {
  margin-right: 9px;
}

.pricing-note {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 17px 1fr;
  gap: 7px;
  margin-top: 25px;
  padding-top: 15px;
  color: #8b9697;
  border-top: 1px solid #e9e0c8;
  font-size: 10px;
  line-height: 1.75;
}

.pricing-note > span:first-child {
  color: #b57b22;
  font-size: 13px;
}

.faq-section {
  background: #f2f7f8;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.58fr 1.42fr;
  gap: 106px;
  align-items: start;
}

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

.faq-intro h2 {
  font-size: clamp(37px, 4vw, 55px);
}

.faq-intro > p {
  max-width: 250px;
  font-size: 13px;
}

.faq-list {
  border-top: 1px solid #d5e1e7;
}

.faq-list details {
  border-bottom: 1px solid #d5e1e7;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 0;
  color: var(--navy-800);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  color: var(--gold);
  border: 1px solid rgba(229, 176, 77, 0.5);
  border-radius: 50%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease;
}

.faq-list details[open] summary span {
  color: var(--navy-900);
  background: var(--gold);
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 690px;
  margin: -7px 46px 21px 0;
  color: #69808f;
  font-size: 13px;
  line-height: 1.95;
}

.final-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--navy-900);
}

.final-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(229, 176, 77, 0.09) 49% 50%, transparent 51%),
    linear-gradient(45deg, transparent 0 48%, rgba(146, 194, 217, 0.06) 49% 50%, transparent 51%);
  background-size: 64px 64px;
}

.final-cta-inner {
  position: relative;
  display: grid;
  grid-template-columns: 65px 1fr auto;
  align-items: center;
  gap: 25px;
  min-height: 250px;
}

.final-mark {
  width: 59px;
  height: 59px;
  font-size: 29px;
}

.final-cta h2 {
  margin: 11px 0 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 41px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.35;
}

.final-action {
  display: flex;
  align-items: center;
  gap: 26px;
}

.final-action p {
  max-width: 215px;
  margin: 0;
  color: #a6bfce;
  font-size: 12px;
  line-height: 1.8;
}

.site-footer {
  color: #9ab0bf;
  background: #061526;
}

.footer-inner {
  min-height: 105px;
  display: flex;
  align-items: center;
  gap: 27px;
}

.footer-brand {
  color: #f3f9fb;
}

.footer-brand .brand-mark {
  width: 35px;
  height: 35px;
  font-size: 19px;
}

.footer-brand .brand-name strong {
  font-size: 13px;
}

.footer-brand .brand-name small {
  color: #7e9aab;
  font-size: 9px;
}

.footer-inner > p {
  margin: 0;
  color: #7992a2;
  font-size: 11px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-right: auto;
  font-size: 11px;
}

.copyright {
  color: #607b8d;
  font-size: 10px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

.reveal-delay-short {
  transition-delay: 90ms;
}

.reveal-delay {
  transition-delay: 160ms;
}

.reveal-delay-long {
  transition-delay: 230ms;
}

@media (max-width: 1080px) {
  .hero-inner {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 28px;
  }

  .app-window {
    transform: rotateY(-4deg) rotateX(2deg) rotateZ(-1deg) scale(0.95);
  }

  .floating-card-one {
    right: -5px;
  }

  .floating-card-two {
    left: -4px;
  }

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

  .pillar-card {
    min-height: 258px;
  }

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

  .encyclopedia-card {
    grid-row: span 2;
  }

  .documents-card {
    min-height: 235px;
  }

  .final-action {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(100% - 34px, 650px);
  }

  .desktop-nav,
  .nav-actions .nav-link,
  .nav-actions .button-small {
    display: none;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    color: var(--navy-800);
    border: 1px solid #d7e2e8;
    border-radius: 10px;
    background: transparent;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
  }

  .mobile-nav {
    display: none;
    flex-direction: column;
    gap: 3px;
    padding: 9px 17px 17px;
    border-top: 1px solid #e4ebef;
    background: rgba(247, 249, 251, 0.98);
  }

  .mobile-nav.is-open {
    display: flex;
  }

  .mobile-nav a:not(.button) {
    padding: 11px 4px;
    color: #546c7e;
    font-size: 14px;
    font-weight: 700;
  }

  .mobile-nav .button {
    width: 100%;
    margin-top: 7px;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 45px;
    padding-top: 73px;
    padding-bottom: 75px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero h1,
  .hero-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-buttons,
  .hero-note,
  .hero-stats {
    justify-content: center;
  }

  .hero-visual {
    min-height: 445px;
  }

  .app-window {
    transform: none;
  }

  .audience-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .audience-items {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 9px 22px;
  }

  .section {
    padding: 82px 0;
  }

  .split-heading,
  .library-intro,
  .tools-head,
  .pricing-wrap,
  .faq-layout,
  .office-layout,
  .journey-panel {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .split-heading > p,
  .library-intro > p,
  .tools-head > p {
    max-width: 500px;
    padding-bottom: 0;
  }

  .contracts-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .contract-copy > p {
    max-width: 530px;
  }

  .office-layout {
    gap: 42px;
  }

  .office-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 22px;
  }

  .pricing-wrap {
    gap: 40px;
  }

  .faq-intro {
    position: static;
  }

  .faq-intro > p {
    max-width: 450px;
  }

  .final-cta-inner {
    grid-template-columns: 55px 1fr;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .final-action {
    grid-column: 2;
  }

  .footer-inner {
    flex-wrap: wrap;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .footer-inner > p {
    margin-right: auto;
  }

  .footer-links {
    order: 3;
    width: 100%;
    justify-content: center;
    margin: 0;
    padding-top: 15px;
    border-top: 1px solid rgba(171, 201, 215, 0.12);
  }

  .copyright {
    margin-right: auto;
  }
}

@media (max-width: 570px) {
  .container {
    width: min(100% - 28px, 450px);
  }

  .announcement {
    font-size: 11px;
  }

  .announcement-inner {
    min-height: 44px;
    gap: 7px;
  }

  .announcement a {
    display: none;
  }

  .nav-wrap {
    min-height: 68px;
  }

  .brand-mark {
    width: 37px;
    height: 37px;
    font-size: 19px;
  }

  .brand-name strong {
    font-size: 13px;
  }

  .brand-name small {
    font-size: 9px;
  }

  .hero-inner {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .hero h1 {
    margin-top: 15px;
    font-size: 39px;
  }

  .hero-lead {
    font-size: 15px;
    line-height: 1.95;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
    margin-top: 23px;
  }

  .hero-buttons .button {
    width: 100%;
  }

  .hero-stats {
    gap: 10px;
    margin-top: 32px;
  }

  .hero-trust-strip {
    grid-template-columns: 1fr;
    max-width: 310px;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
  }

  .hero-trust-strip span { padding: 8px 10px; }
  .pricing-options { grid-template-columns: 1fr; }
  .gallery-more-button { width: 100%; max-width: 320px; }

  .hero-stat strong {
    font-size: 18px;
  }

  .hero-stat span {
    max-width: 75px;
    font-size: 9px;
    line-height: 1.5;
  }

  .hero-visual {
    min-height: 318px;
  }

  .visual-halo {
    width: 270px;
    height: 270px;
  }

  .app-window {
    width: 100%;
    border-radius: 13px;
    box-shadow: 0 18px 35px rgba(2, 19, 36, 0.25), 0 0 0 5px rgba(16, 56, 82, 0.32);
  }

  .app-window-bar {
    height: 26px;
    padding: 0 9px;
    font-size: 7px;
  }

  .app-window-body {
    grid-template-columns: 78px 1fr;
    min-height: 257px;
  }

  .app-sidebar {
    padding: 10px 6px 7px;
  }

  .mini-brand {
    gap: 4px;
    padding-bottom: 9px;
    font-size: 7px;
  }

  .mini-brand span {
    width: 17px;
    height: 17px;
    font-size: 9px;
  }

  .sidebar-label {
    padding-bottom: 3px;
    font-size: 6px;
  }

  .sidebar-item,
  .sidebar-bottom {
    min-height: 22px;
    gap: 4px;
    margin: 1px 0;
    padding: 0 3px;
    font-size: 6px;
  }

  .sidebar-item span,
  .sidebar-bottom span {
    width: 10px;
    font-size: 8px;
  }

  .sidebar-bottom {
    margin-top: 37px;
  }

  .app-main {
    padding: 11px 10px 9px;
  }

  .app-kicker {
    font-size: 6px;
  }

  .app-main h3 {
    font-size: 11px;
  }

  .app-avatar {
    width: 19px;
    height: 19px;
    font-size: 8px;
  }

  .mini-metrics {
    gap: 4px;
    margin-top: 9px;
  }

  .mini-metrics > div {
    padding: 5px;
    border-radius: 6px;
  }

  .mini-metrics span,
  .mini-metrics small {
    font-size: 5px;
  }

  .mini-metrics strong {
    font-size: 10px;
  }

  .wisdom-card {
    min-height: 79px;
    margin-top: 6px;
    padding: 8px 9px;
    border-radius: 7px;
  }

  .wisdom-card h4 {
    font-size: 8px;
  }

  .wisdom-card p,
  .mini-link {
    font-size: 5px;
  }

  .mini-link {
    margin-top: 4px;
  }

  .wisdom-seal {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .wisdom-seal::after {
    inset: 4px;
  }

  .app-bottom-row {
    gap: 5px;
    margin-top: 6px;
  }

  .mini-list-card,
  .mini-calendar {
    min-height: 62px;
    padding: 6px;
    border-radius: 6px;
  }

  .mini-card-head,
  .office-mini-head {
    font-size: 5px;
  }

  .quick-row {
    gap: 3px;
    margin-top: 4px;
    font-size: 5px;
  }

  .quick-icon {
    width: 14px;
    height: 14px;
    border-radius: 4px;
    font-size: 7px;
  }

  .mini-calendar strong {
    margin-top: 3px;
    font-size: 17px;
  }

  .mini-calendar small {
    font-size: 5px;
  }

  .calendar-line {
    gap: 1px;
    margin-top: 4px;
  }

  .calendar-line i {
    height: 2px;
  }

  .floating-card {
    min-width: 117px;
    gap: 5px;
    padding: 7px;
    border-radius: 8px;
  }

  .floating-card-one {
    right: -4px;
    top: 30px;
  }

  .floating-card-two {
    left: -4px;
    bottom: 19px;
  }

  .floating-card b {
    font-size: 6px;
  }

  .floating-card small {
    font-size: 5px;
  }

  .floating-icon {
    width: 19px;
    height: 19px;
    border-radius: 5px;
    font-size: 10px;
  }

  .audience-items {
    gap: 7px 13px;
  }

  .audience-items span {
    gap: 4px;
    font-size: 9px;
  }

  .audience-items b {
    font-size: 12px;
  }

  .section {
    padding: 66px 0;
  }

  .section-heading h2,
  .library-intro h2,
  .tools-head h2,
  .pricing-copy h2,
  .faq-intro h2 {
    font-size: 34px;
  }

  .section-heading p,
  .library-intro > p,
  .tools-head > p,
  .pricing-copy > p {
    font-size: 14px;
  }

  .pillars-grid,
  .library-grid,
  .tools-grid,
  .office-features {
    grid-template-columns: 1fr;
  }

  .pillars-grid {
    gap: 10px;
    margin-top: 35px;
  }

  .pillar-card {
    min-height: 231px;
  }

  .pillar-icon {
    margin-bottom: 18px;
  }

  .pillar-card p {
    min-height: auto;
    margin-bottom: 21px;
  }

  .wisdom-grid {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .wisdom-feature {
    min-height: 363px;
    padding: 23px 20px;
  }

  .wisdom-feature h3 {
    font-size: 23px;
  }

  .action-list {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    font-size: 10px;
  }

  .small-feature-card {
    padding: 17px;
  }

  .split-heading {
    gap: 18px;
  }

  .contracts-layout {
    margin-top: 37px;
  }

  .big-count strong {
    font-size: 63px;
  }

  .category-panel {
    padding: 20px 15px 11px;
  }

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

  .category-item {
    min-height: 48px;
  }

  .category-item b {
    font-size: 10px;
  }

  .library-grid {
    margin-top: 35px;
  }

  .library-card {
    min-height: 313px;
  }

  .encyclopedia-card {
    grid-row: auto;
  }

  .documents-card {
    min-height: 290px;
  }

  .office-layout {
    margin-top: 36px;
  }

  .office-visual {
    padding: 13px;
  }

  .office-overview {
    min-height: 111px;
    padding: 14px;
  }

  .overview-main strong {
    font-size: 13px;
  }

  .progress-track {
    width: 130px;
    margin-top: 12px;
  }

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

  .office-mini-panel {
    min-height: 159px;
  }

  .tools-grid {
    gap: 9px;
    margin-top: 34px;
  }

  .tool-card {
    min-height: 142px;
  }

  .journey-section {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .journey-panel {
    gap: 34px;
    padding: 34px 22px;
    border-radius: 22px;
  }

  .journey-copy h2 {
    font-size: 33px;
  }

  .journey-step {
    grid-template-columns: 39px 1fr;
    gap: 12px;
    min-height: 95px;
  }

  .journey-step > span {
    width: 36px;
    height: 36px;
    font-size: 9px;
  }

  .journey-step h3 {
    font-size: 14px;
  }

  .journey-step p {
    font-size: 11px;
  }

  .price-line {
    margin-top: 24px;
  }

  .price-line strong {
    font-size: 70px;
  }

  .pricing-card {
    padding: 26px 21px 23px;
    border-radius: 20px;
  }

  .pricing-card h3 {
    font-size: 20px;
  }

  .faq-layout {
    gap: 28px;
  }

  .faq-list summary {
    padding: 17px 0;
    font-size: 13px;
  }

  .faq-list details p {
    margin-right: 0;
    font-size: 12px;
  }

  .final-cta-inner {
    grid-template-columns: 43px 1fr;
    gap: 14px;
    min-height: 300px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .final-mark {
    width: 43px;
    height: 43px;
    border-radius: 11px 11px 11px 3px;
    font-size: 22px;
  }

  .final-cta h2 {
    font-size: 26px;
  }

  .final-action {
    grid-column: 2;
    gap: 12px;
  }

  .final-action p {
    font-size: 11px;
  }

  .final-action .button {
    width: 100%;
  }

  .footer-inner {
    gap: 13px;
  }

  .footer-inner > p {
    width: 100%;
    order: 2;
    margin: 0;
    font-size: 10px;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 8px 15px;
    justify-content: flex-start;
    padding-top: 12px;
  }

  .copyright {
    margin-right: auto;
  }
}

/* Conversion, payment and social-proof additions. */
.payment-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  max-width: 380px;
  margin: 17px 0 20px;
}

.payment-methods span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 12px;
  border: 1px solid rgba(229, 176, 77, 0.26);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
}

.payment-methods b {
  color: #f4d687;
  font-size: 12px;
  font-weight: 900;
}

.payment-methods small {
  color: #9eb8c7;
  font-size: 9px;
  line-height: 1.55;
}

.journey-support-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: #d2e5ed;
  font-size: 11px;
  font-weight: 800;
}

.journey-support-link:hover {
  color: var(--gold);
}

.journey-support-link span {
  color: var(--gold);
  font-size: 14px;
}

.pricing-payment-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 14px auto 0;
  color: #a56f1e;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

.pricing-payment-link:hover {
  color: var(--navy-800);
}

.pricing-payment-link span {
  font-size: 14px;
}

.reviews-section {
  background:
    radial-gradient(circle at 10% 15%, rgba(229, 176, 77, 0.08), transparent 25%),
    #f1f7f8;
}

.reviews-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 24px;
  align-items: stretch;
  margin-top: 44px;
}

.reviews-proof-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 32px;
  color: #fff;
  border: 1px solid rgba(229, 176, 77, 0.25);
  border-radius: 22px;
  background: linear-gradient(145deg, #0b2945, #081a2f);
  box-shadow: var(--shadow-strong);
}

.reviews-score {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.reviews-score strong {
  color: var(--gold);
  font-size: 58px;
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 1;
}

.reviews-score span {
  color: #b7cad6;
  font-size: 16px;
  font-weight: 700;
}

.reviews-stars {
  margin-top: 9px;
  color: #f4c866;
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 1;
}

.reviews-count {
  margin: 8px 0 16px;
  color: #d8e6ed;
  font-size: 12px;
  font-weight: 800;
}

.reviews-proof-card > p:not(.reviews-count) {
  margin: 0 0 22px;
  color: #a6bfcc;
  font-size: 12px;
  line-height: 1.9;
}

.reviews-proof-card .button {
  margin-top: auto;
  font-size: 11px;
}

.review-shot-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid #d9e5e8;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}

.review-shot-card picture {
  display: block;
  overflow: hidden;
  background: #fff;
}

.review-shot-link {
  display: block;
}

.review-shot-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: transform 180ms ease;
}

.review-shot-link:hover img {
  transform: scale(1.012);
}

.review-shot-card figcaption {
  padding: 12px 15px 14px;
  color: #71828c;
  font-size: 10px;
  line-height: 1.7;
}

.review-shot-card figcaption a {
  color: #258d80;
  font-weight: 900;
}

.review-shot-card figcaption a:hover {
  color: #aa741f;
}

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

.review-quote {
  position: relative;
  margin: 0;
  padding: 20px 22px 17px;
  border: 1px solid #d9e5e8;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.82);
}

.review-quote::before {
  position: absolute;
  top: 10px;
  right: 15px;
  color: rgba(229, 176, 77, 0.42);
  content: "“";
  font-family: Georgia, serif;
  font-size: 48px;
  line-height: 1;
}

.review-quote p {
  min-height: 50px;
  margin: 8px 0 10px;
  color: var(--navy-800);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.85;
}

.review-quote cite {
  color: #7c909a;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 820px) {
  .reviews-layout {
    grid-template-columns: 1fr;
  }

  .reviews-proof-card {
    min-height: 0;
  }

  .reviews-proof-card .button {
    margin-top: 0;
  }
}

@media (max-width: 570px) {
  .payment-methods {
    gap: 6px;
    margin-top: 14px;
  }

  .payment-methods span {
    padding: 8px 9px;
  }

  .payment-methods b {
    font-size: 10px;
  }

  .payment-methods small {
    font-size: 8px;
  }

  .journey-support-link {
    font-size: 10px;
  }

  .pricing-payment-link {
    font-size: 10px;
    line-height: 1.6;
  }

  .reviews-proof-card {
    padding: 24px 20px;
  }

  .reviews-score strong {
    font-size: 50px;
  }

  .review-shot-card img {
    min-height: 0;
  }

  .review-quotes {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Real product imagery, audience personalization, trust and conversion */
body.modal-open {
  overflow: hidden;
}

.hero-visual .app-window,
.hero-visual > .floating-card,
.hero-visual > .visual-halo {
  display: none;
}

.real-app-gallery {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 13px;
  width: 100%;
  min-height: 520px;
  direction: ltr;
}

.real-shot {
  position: relative;
  overflow: hidden;
  border: 5px solid #132d45;
  border-radius: 24px;
  background: #0b1322;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(229, 176, 77, 0.25);
}

.real-shot::before {
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 50%;
  width: 33%;
  height: 7px;
  content: "";
  border-radius: 999px;
  background: rgba(4, 13, 26, 0.86);
  transform: translateX(-50%);
}

.real-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.real-shot span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 3;
  padding: 5px 8px;
  color: #f8f1dc;
  border: 1px solid rgba(229, 176, 77, 0.34);
  border-radius: 8px;
  background: rgba(5, 17, 31, 0.76);
  font-size: 9px;
  font-weight: 800;
  text-align: center;
  backdrop-filter: blur(7px);
}

.real-shot-main {
  width: 222px;
  height: 520px;
  border-color: #203e55;
  transform: translateY(-7px);
}

.real-shot-side {
  width: 154px;
  height: 390px;
  opacity: 0.83;
  filter: saturate(0.88);
}

.real-shot-contracts {
  transform: translateY(35px) rotate(-7deg);
}

.real-shot-office {
  transform: translateY(34px) rotate(7deg);
}

.audience-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 1;
  visibility: visible;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.audience-modal.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.audience-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 14, 27, 0.78);
  backdrop-filter: blur(9px);
}

.audience-modal-card {
  position: relative;
  z-index: 1;
  width: min(570px, 100%);
  padding: 38px 38px 29px;
  border: 1px solid rgba(229, 176, 77, 0.32);
  border-radius: 27px;
  color: #eff8fb;
  background:
    radial-gradient(circle at 100% 0, rgba(229, 176, 77, 0.16), transparent 32%),
    linear-gradient(145deg, #123451, #081b30);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.audience-modal-close {
  position: absolute;
  top: 17px;
  left: 19px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #a9c0cd;
  border: 1px solid rgba(190, 220, 231, 0.25);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}

.audience-modal-close:hover {
  color: var(--gold);
  border-color: rgba(229, 176, 77, 0.55);
}

.modal-kicker {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
}

.audience-modal-card h2 {
  margin: 9px 0 4px;
  color: #fff;
  font-size: 29px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.audience-modal-card > p {
  margin: 0 0 22px;
  color: #abc2ce;
  font-size: 13px;
}

.audience-choices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.audience-choice {
  display: grid;
  grid-template-columns: 35px 1fr;
  grid-template-rows: auto auto;
  gap: 0 10px;
  align-items: center;
  min-height: 68px;
  padding: 9px 11px;
  color: #edf7fa;
  border: 1px solid rgba(184, 215, 226, 0.15);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.045);
  text-align: right;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.audience-choice:hover {
  border-color: rgba(229, 176, 77, 0.62);
  background: rgba(229, 176, 77, 0.1);
  transform: translateY(-2px);
}

.audience-choice > span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  color: var(--gold);
  border-radius: 10px;
  background: rgba(229, 176, 77, 0.13);
  font-size: 17px;
}

.audience-choice b {
  align-self: end;
  font-size: 11px;
  font-weight: 800;
}

.audience-choice small {
  align-self: start;
  margin-top: 2px;
  color: #9bb6c4;
  font-size: 9px;
}

.audience-skip {
  display: block;
  margin: 19px auto 0;
  padding: 5px 10px;
  color: #99b5c2;
  border: 0;
  background: transparent;
  font-size: 11px;
  cursor: pointer;
}

.audience-skip:hover {
  color: var(--gold);
}

.audience-focus {
  color: #fff;
  background: #0b2239;
  border-bottom: 1px solid rgba(183, 215, 228, 0.12);
}

.audience-focus-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 190px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.audience-focus-copy {
  min-width: 0;
}

.audience-focus h2 {
  margin: 8px 0 4px;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.audience-focus-copy > p {
  max-width: 650px;
  margin: 0;
  color: #a9c1ce;
  font-size: 13px;
}

.focus-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 13px;
}

.focus-chips span {
  padding: 4px 9px;
  color: #dbeaf0;
  border: 1px solid rgba(179, 212, 225, 0.22);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
}

.focus-reset {
  margin-top: 13px;
  padding: 0;
  color: #88a8b8;
  border: 0;
  background: transparent;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.focus-reset:hover {
  color: var(--gold);
}

.audience-focus-action {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 15px;
}

.focus-mini-card {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 205px;
  padding: 11px 13px;
  border: 1px solid rgba(184, 215, 226, 0.16);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.05);
}

.focus-mini-icon {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  color: var(--gold);
  border-radius: 8px;
  background: rgba(229, 176, 77, 0.14);
  font-size: 15px;
}

.focus-mini-card b,
.focus-mini-card small {
  display: block;
}

.focus-mini-card b {
  color: #f2fafc;
  font-size: 10px;
  font-weight: 800;
}

.focus-mini-card small {
  margin-top: 2px;
  color: #93afbd;
  font-size: 9px;
}

.button-dark {
  color: var(--navy-950);
  background: var(--gold);
  box-shadow: 0 10px 22px rgba(229, 176, 77, 0.18);
}

.button-dark:hover {
  background: #f3c76a;
}

.screen-section {
  background: #f2f7f8;
}

.screen-heading {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  gap: 58px;
  align-items: end;
}

.screen-heading h2 {
  margin: 15px 0 0;
  color: var(--navy-900);
  font-size: clamp(32px, 4vw, 49px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.35;
}

.screen-heading h2 span {
  color: var(--gold);
}

.screen-heading p {
  max-width: 330px;
  margin: 0 0 3px;
  color: var(--muted);
  font-size: 14px;
}

.screen-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  margin-top: 50px;
}

.screen-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  margin: 0;
  padding: 10px 10px 14px;
  border: 1px solid #dbe6eb;
  border-radius: 18px;
  background: #fff;
  cursor: zoom-in;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.screen-card:hover {
  border-color: rgba(229, 176, 77, 0.55);
  box-shadow: 0 16px 32px rgba(8, 26, 47, 0.1);
  transform: translateY(-4px);
}

.screen-card img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: top center;
  border-radius: 12px;
  background: #0c1422;
}

.screen-card figcaption {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 10px 3px 0;
}

.screen-card figcaption b {
  color: var(--navy-800);
  font-size: 12px;
  font-weight: 900;
}

.screen-card figcaption span {
  color: #81929e;
  font-size: 10px;
}

.screen-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 25px 0 0;
  color: #8196a2;
  font-size: 11px;
}

.screen-hint span {
  color: var(--gold);
  font-size: 17px;
}

.gallery-extra { display: none; }
.screen-grid.is-expanded .gallery-extra { display: block; }

.gallery-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 220px;
  margin: 24px auto 0;
  padding: 12px 18px;
  color: var(--navy-800);
  border: 1px solid rgba(229, 176, 77, 0.65);
  border-radius: 999px;
  background: #fffaf0;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.gallery-more-button:hover {
  color: var(--navy-950);
  background: var(--gold-soft);
  transform: translateY(-2px);
}

.gallery-more-button span { color: #ad7722; font-size: 19px; line-height: 1; }

.hero-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  max-width: 600px;
  margin-top: 27px;
}

.hero-trust-strip span {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 10px 11px;
  border: 1px solid rgba(170, 208, 225, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
}

.hero-trust-strip b { color: #f1d07e; font-size: 11px; font-weight: 900; }
.hero-trust-strip small { color: #91adbd; font-size: 9px; line-height: 1.5; }

.pricing-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 20px;
}

.pricing-option {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 13px 14px;
  color: var(--navy-800);
  border: 1px solid #e0e0d8;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.pricing-option:hover,
.pricing-option.is-featured {
  border-color: rgba(193, 137, 37, 0.7);
  box-shadow: 0 9px 18px rgba(119, 90, 29, 0.08);
  transform: translateY(-2px);
}

.pricing-option span { color: #7d8a8c; font-size: 10px; font-weight: 800; }
.pricing-option strong { color: #a56f1e; font-size: 20px; font-weight: 900; line-height: 1.25; }
.pricing-option small { color: #7d898d; font-size: 9px; line-height: 1.55; }

.real-product-shot {
  padding: 16px;
  border-color: #cbdde4;
  background: #f5f9fa;
}

.real-product-shot img {
  display: block;
  width: 100%;
  height: 515px;
  object-fit: cover;
  object-position: top center;
  border: 1px solid #183c59;
  border-radius: 16px;
  background: #0b1424;
  box-shadow: 0 15px 32px rgba(8, 26, 47, 0.16);
}

.shot-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 2px 12px;
}

.shot-label span {
  color: #8197a2;
  font-size: 10px;
  font-weight: 700;
}

.shot-label b {
  color: var(--navy-800);
  font-size: 12px;
  font-weight: 900;
}

.shot-footnote {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.shot-footnote span {
  padding: 4px 8px;
  color: #587384;
  border: 1px solid #d3e3e8;
  border-radius: 999px;
  background: #fff;
  font-size: 9px;
  font-weight: 700;
}

.trust-section {
  background: #f8fafb;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px;
  margin-top: 48px;
}

.trust-card {
  min-height: 223px;
  padding: 21px 20px 18px;
  border: 1px solid #dce7eb;
  border-radius: 18px;
  background: #fff;
}

.trust-icon {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  color: #249683;
  background: #e3f7f2;
  border-radius: 11px 11px 11px 3px;
  font-size: 18px;
  font-weight: 900;
}

.mint-trust {
  color: #2e9a8a;
  background: #e2f7f2;
}

.blue-trust {
  color: #468fd5;
  background: #e8f3ff;
  font-size: 10px;
}

.gold-trust {
  width: auto;
  min-width: 39px;
  color: #b67c20;
  background: var(--gold-soft);
  font-size: 10px;
}

.content-trust {
  color: #9d6dca;
  background: #f4eaff;
}

.trust-card h3 {
  margin: 17px 0 6px;
  color: var(--navy-800);
  font-size: 15px;
  font-weight: 900;
}

.trust-card p {
  min-height: 68px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.85;
}

.trust-card a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  color: #298f80;
  font-size: 10px;
  font-weight: 900;
}

.trust-card a:hover {
  color: #b17c25;
}

.trust-card a span {
  font-size: 14px;
}

.privacy-panel {
  display: grid;
  grid-template-columns: 1.05fr 1.8fr auto;
  gap: 20px;
  align-items: center;
  margin: 22px auto 0;
  padding: 17px 20px;
  border: 1px solid #dce7eb;
  border-radius: 16px;
  background: linear-gradient(105deg, #eef8f7, #fff);
}

.privacy-panel-heading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.privacy-panel-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  color: #278e80;
  border-radius: 11px 11px 11px 3px;
  background: #dff4ef;
  font-size: 21px;
}

.privacy-panel-heading b {
  display: block;
  color: var(--navy-800);
  font-size: 13px;
  font-weight: 900;
}

.privacy-panel-heading p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 10px;
}

.privacy-points {
  display: grid;
  gap: 5px;
}

.privacy-points span {
  color: #5f7480;
  font-size: 10px;
  line-height: 1.55;
}

.privacy-points b {
  margin-left: 5px;
  color: #299686;
  font-size: 9px;
}

.privacy-panel-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 10px;
  color: #278e80;
  border: 1px solid #cbe3df;
  border-radius: 9px;
  background: #fff;
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.privacy-panel-link:hover {
  color: #b17c25;
  border-color: #e5b04d;
}

.trust-disclaimer {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 11px;
  align-items: start;
  max-width: 900px;
  margin: 27px auto 0;
  padding: 15px 17px;
  color: #6e808c;
  border: 1px solid #e3e9e9;
  border-radius: 13px;
  background: #fff;
  font-size: 11px;
}

.trust-disclaimer > span {
  color: #bb8427;
  font-size: 16px;
}

.trust-disclaimer p {
  margin: 0;
}

.trust-disclaimer b {
  color: var(--navy-800);
}

.whatsapp-float {
  position: fixed;
  right: 23px;
  bottom: 23px;
  z-index: 80;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 184px;
  padding: 10px 13px 10px 15px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 15px;
  background: #159b68;
  box-shadow: 0 15px 32px rgba(12, 120, 78, 0.29);
  transition: transform 180ms ease, background 180ms ease;
}

.whatsapp-float:hover {
  color: #fff;
  background: #13ae70;
  transform: translateY(-3px);
}

.whatsapp-symbol {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  color: #13925f;
  border-radius: 50%;
  background: #eafff5;
  font-size: 21px;
  font-weight: 900;
}

.whatsapp-float b,
.whatsapp-float small {
  display: block;
}

.whatsapp-float b {
  font-size: 11px;
  font-weight: 900;
}

.whatsapp-float small {
  margin-top: 1px;
  color: #cbf7e5;
  font-size: 9px;
}

.mobile-sticky-cta {
  display: none;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  visibility: hidden;
  background: rgba(2, 10, 20, 0.9);
  backdrop-filter: blur(10px);
  transition: opacity 180ms ease, visibility 180ms ease;
}

.image-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.lightbox-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: calc(100vh - 44px);
}

.lightbox-inner img {
  display: block;
  width: auto;
  max-width: min(90vw, 450px);
  max-height: calc(100vh - 98px);
  border: 2px solid rgba(229, 176, 77, 0.48);
  border-radius: 18px;
  background: #0b1424;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.lightbox-inner p {
  margin: 10px 0 0;
  color: #e5f0f4;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.lightbox-close {
  position: absolute;
  top: 19px;
  left: 23px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.lightbox-close:hover {
  color: var(--gold);
  border-color: var(--gold);
}

@media (max-width: 1080px) {
  .screen-grid,
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .screen-card img {
    height: 310px;
  }
}

@media (max-width: 820px) {
  .real-app-gallery {
    min-height: 470px;
  }

  .real-shot-main {
    width: 206px;
    height: 480px;
  }

  .real-shot-side {
    width: 137px;
    height: 355px;
  }

  .audience-focus-inner {
    display: block;
  }

  .audience-focus-action {
    margin-top: 18px;
  }

  .screen-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .screen-heading p {
    max-width: 520px;
  }

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

  .privacy-panel {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .office-visual.real-product-shot img {
    height: 550px;
  }
}

@media (max-width: 570px) {
  body {
    padding-bottom: 71px;
  }

  .audience-modal {
    padding: 13px;
  }

  .audience-modal-card {
    padding: 31px 17px 22px;
    border-radius: 20px;
  }

  .audience-modal-card h2 {
    font-size: 25px;
  }

  .audience-modal-card > p {
    margin-bottom: 16px;
    font-size: 11px;
  }

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

  .audience-choice {
    min-height: 56px;
    padding: 7px 9px;
  }

  .audience-choice > span {
    width: 31px;
    height: 31px;
    font-size: 15px;
  }

  .audience-choice b {
    font-size: 10px;
  }

  .audience-choice small {
    font-size: 8px;
  }

  .real-app-gallery {
    min-height: 330px;
    gap: 6px;
  }

  .real-shot {
    border-width: 3px;
    border-radius: 15px;
  }

  .real-shot::before {
    top: 4px;
    height: 4px;
  }

  .real-shot-main {
    width: 151px;
    height: 328px;
    transform: translateY(-3px);
  }

  .real-shot-side {
    width: 94px;
    height: 246px;
  }

  .real-shot-contracts {
    transform: translateY(17px) rotate(-6deg);
  }

  .real-shot-office {
    transform: translateY(17px) rotate(6deg);
  }

  .real-shot span {
    right: 4px;
    bottom: 4px;
    left: 4px;
    padding: 3px 3px;
    border-radius: 5px;
    font-size: 6px;
  }

  .audience-focus-inner {
    min-height: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .audience-focus h2 {
    font-size: 21px;
  }

  .audience-focus-copy > p {
    font-size: 11px;
    line-height: 1.8;
  }

  .focus-chips {
    gap: 5px;
    margin-top: 10px;
  }

  .focus-chips span {
    font-size: 8px;
  }

  .audience-focus-action {
    display: block;
  }

  .focus-mini-card {
    min-width: 0;
    margin-bottom: 10px;
  }

  .audience-focus-action .button {
    width: 100%;
  }

  .screen-heading h2 {
    font-size: 32px;
  }

  .screen-heading p {
    font-size: 12px;
  }

  .screen-grid,
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    margin-top: 31px;
  }

  .screen-card {
    padding: 6px 6px 10px;
    border-radius: 12px;
  }

  .screen-card img {
    height: 205px;
    border-radius: 8px;
  }

  .screen-card figcaption {
    padding: 7px 1px 0;
  }

  .screen-card figcaption b {
    font-size: 9px;
  }

  .screen-card figcaption span {
    font-size: 7px;
    line-height: 1.45;
  }

  .screen-hint {
    margin-top: 17px;
    font-size: 9px;
  }

  .office-visual.real-product-shot {
    padding: 10px;
  }

  .office-visual.real-product-shot img {
    height: 480px;
    border-radius: 11px;
  }

  .shot-label {
    padding-bottom: 8px;
  }

  .shot-label span,
  .shot-label b {
    font-size: 8px;
  }

  .shot-footnote {
    gap: 3px;
    margin-top: 8px;
  }

  .shot-footnote span {
    padding: 3px 5px;
    font-size: 7px;
  }

  .trust-card {
    min-height: 214px;
    padding: 14px 12px 13px;
    border-radius: 13px;
  }

  .trust-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px 8px 8px 2px;
    font-size: 14px;
  }

  .trust-card h3 {
    margin-top: 12px;
    font-size: 11px;
  }

  .trust-card p {
    min-height: 94px;
    font-size: 9px;
    line-height: 1.7;
  }

  .trust-card a {
    margin-top: 6px;
    font-size: 8px;
  }

  .privacy-panel {
    gap: 10px;
    margin-top: 16px;
    padding: 12px;
    border-radius: 12px;
  }

  .privacy-panel-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px 8px 8px 2px;
    font-size: 15px;
  }

  .privacy-panel-heading b {
    font-size: 10px;
  }

  .privacy-panel-heading p,
  .privacy-points span {
    font-size: 8px;
  }

  .privacy-panel-link {
    justify-content: center;
    padding: 7px;
    font-size: 8px;
  }

  .trust-disclaimer {
    grid-template-columns: 18px 1fr;
    gap: 6px;
    margin-top: 16px;
    padding: 10px;
    font-size: 9px;
  }

  .trust-disclaimer > span {
    font-size: 12px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 83px;
    min-width: 46px;
    width: 46px;
    height: 46px;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
  }

  .whatsapp-float > span:last-child {
    display: none;
  }

  .whatsapp-symbol {
    width: 29px;
    height: 29px;
    background: transparent;
    color: #eafff5;
  }

  .mobile-sticky-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 65px;
    padding: 8px 12px;
    border-top: 1px solid rgba(229, 176, 77, 0.32);
    background: rgba(6, 20, 37, 0.97);
    box-shadow: 0 -10px 25px rgba(2, 13, 25, 0.2);
    backdrop-filter: blur(10px);
  }

  .mobile-sticky-cta > div {
    display: flex;
    flex-direction: column;
    min-width: 82px;
    color: #fff;
    line-height: 1.2;
  }

  .mobile-sticky-cta b {
    color: var(--gold);
    font-size: 13px;
  }

  .mobile-sticky-cta small {
    margin-top: 3px;
    color: #9fb8c6;
    font-size: 8px;
  }

  .mobile-sticky-cta a {
    display: grid;
    place-items: center;
    flex: 1;
    min-height: 40px;
    border-radius: 9px;
    font-size: 11px;
    font-weight: 900;
  }

  .mobile-whatsapp {
    color: #dffbed;
    border: 1px solid rgba(62, 207, 139, 0.48);
    background: rgba(21, 155, 104, 0.18);
  }

  .mobile-download {
    color: var(--navy-950);
    background: var(--gold);
  }

  .lightbox-inner img {
    max-width: 85vw;
    max-height: calc(100vh - 94px);
    border-radius: 13px;
  }

  .lightbox-close {
    top: 13px;
    left: 14px;
    width: 35px;
    height: 35px;
    border-radius: 9px;
    font-size: 23px;
  }
}

/* Keep the very tall office screenshot sharp by showing two native-size crops. */
.office-slider-shell {
  padding: 16px;
}

.office-slider-shell .shot-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.office-slider-shell .shot-label span {
  line-height: 1.45;
}

.office-crop-slider {
  display: flex;
  align-items: center;
  gap: 8px;
}

.office-crop-viewport {
  min-width: 0;
  flex: 1;
  overflow: hidden;
}

.office-crop-track {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.office-crop {
  min-width: 0;
  overflow: hidden;
  margin: 0;
  border: 1px solid #cbdde4;
  border-radius: 13px;
  background: #0b1424;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.office-crop.is-active {
  border-color: rgba(229, 176, 77, 0.82);
  box-shadow: 0 12px 24px rgba(8, 26, 47, 0.17);
  transform: translateY(-2px);
}

.office-crop img {
  display: block;
  width: 100%;
  height: auto !important;
  object-fit: contain !important;
  object-position: top center;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.office-crop figcaption {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 8px 9px;
  background: #0b1424;
}

.office-crop figcaption b {
  color: #f5cf7a;
  font-size: 10px;
  font-weight: 900;
}

.office-crop figcaption span {
  color: #a2bac7;
  font-size: 9px;
  line-height: 1.45;
}

.office-slider-arrow {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  color: var(--gold);
  border: 1px solid rgba(229, 176, 77, 0.42);
  border-radius: 9px;
  background: #0b2239;
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.office-slider-arrow:hover {
  background: #123b5e;
  transform: translateY(-2px);
}

.office-slider-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 11px;
}

.office-slider-meta > span {
  color: #6f8794;
  font-size: 10px;
  font-weight: 800;
}

.office-slider-dots {
  display: flex;
  align-items: center;
  gap: 5px;
}

.office-slider-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #bbd1d8;
  cursor: pointer;
  transition: width 180ms ease, border-radius 180ms ease, background 180ms ease;
}

.office-slider-dot.is-active {
  width: 21px;
  border-radius: 999px;
  background: var(--gold);
}

.office-slider-shell .shot-footnote {
  justify-content: center;
}

/* Performance: keep responsive image wrappers from adding layout gaps. */
.real-shot picture {
  display: block;
  width: 100%;
  height: 100%;
}

.screen-card picture,
.office-crop picture {
  display: block;
}

@media (max-width: 820px) {
  .office-crop-track {
    display: block;
  }

  .office-crop {
    width: min(270px, 100%);
    margin: 0 auto;
  }

  .office-crop:not(.is-active) {
    display: none;
  }

  .office-slider-arrow {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 570px) {
  .office-slider-shell {
    padding: 10px;
  }

  .office-slider-shell .shot-label {
    padding-bottom: 9px;
  }

  .office-slider-shell .shot-label span,
  .office-slider-shell .shot-label b {
    font-size: 9px;
  }

  .office-crop-slider {
    gap: 5px;
  }

  .office-crop figcaption {
    padding: 7px 6px 8px;
  }

  .office-crop figcaption b {
    font-size: 9px;
  }

  .office-crop figcaption span {
    font-size: 8px;
  }

  .office-slider-meta {
    margin-top: 8px;
  }

  .office-slider-meta > span {
    font-size: 8px;
  }

  .office-slider-shell .shot-footnote {
    gap: 4px;
  }

  .office-slider-shell .shot-footnote span {
    padding: 3px 5px;
    font-size: 7px;
  }
}

/* V4 conversion pass: make the first decision easier without hiding the full content. */
.hero {
  min-height: 610px;
}

.hero-inner {
  min-height: 610px;
  padding-top: 34px;
  padding-bottom: 42px;
}

.hero h1 {
  margin-top: 14px;
  font-size: clamp(39px, 4.4vw, 62px);
}

.hero-stats { margin-top: 27px; }
.hero-trust-strip { margin-top: 19px; }

@media (max-width: 570px) {
  .hero,
  .hero-inner {
    min-height: 0;
  }

  .hero-inner {
    padding-top: 46px;
    padding-bottom: 50px;
  }
}

/* Keep the audience selector useful while taking less vertical space. */
.audience-focus-inner {
  min-height: 145px;
  padding-top: 22px;
  padding-bottom: 22px;
  gap: 24px;
}

.audience-focus-copy > p {
  font-size: 12px;
}

.hero-note i {
  margin: 0 4px;
  color: var(--gold);
  font-style: normal;
}

.pricing-option {
  cursor: default;
}

@media (max-width: 570px) {
  .audience-focus-inner {
    min-height: 0;
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
