:root {
  --navy: #071228;
  --navy-2: #0d1d3d;
  --navy-3: #13284f;
  --blue: #1a3a6e;
  --blue-deep: #0f274d;
  --blue-soft: rgba(212, 175, 55, 0.12);
  --gold: #d4af37;
  --gold-bright: #f0d78c;
  --gold-deep: #b8922a;
  --ink: #e8eef8;
  --muted: #9aacc8;
  --line: rgba(212, 175, 55, 0.18);
  --bg: #0a1730;
  --white: #ffffff;
  --ok: #2fbf71;
  --warn: #d4af37;
  --danger: #ef6b6b;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  --shadow-soft: 0 10px 28px rgba(0, 0, 0, 0.22);
  --header: 76px;
  --max: 1180px;
  --font: "Manrope", "Segoe UI", sans-serif;
  --display: "Sora", "Manrope", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(1000px 480px at 12% -8%, rgba(212, 175, 55, 0.1), transparent 55%),
    radial-gradient(900px 500px at 90% 20%, rgba(26, 58, 110, 0.45), transparent 50%),
    linear-gradient(180deg, #071228 0%, #0a1730 40%, #0d1d3d 100%);
  line-height: 1.65;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
strong {
  font-family: var(--display);
  letter-spacing: -0.02em;
}

.shell {
  width: min(var(--max), calc(100% - 2.5rem));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: var(--gold);
  color: #071228;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  z-index: 200;
}

.skip-link:focus {
  top: 1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.8rem 1.35rem;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 0.95rem;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

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

.btn--solid {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold) 45%, var(--gold-deep));
  color: #071228;
  box-shadow: 0 12px 28px rgba(212, 175, 55, 0.32);
}

.btn--solid:hover {
  background: linear-gradient(135deg, #ffe7a3, var(--gold-bright) 40%, var(--gold));
  color: #071228;
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(212, 175, 55, 0.45);
  color: var(--gold-bright);
}

.btn--ghost:hover {
  background: rgba(212, 175, 55, 0.12);
  color: #fff;
}

.btn--light {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold) 45%, var(--gold-deep));
  color: #071228;
  box-shadow: 0 12px 28px rgba(212, 175, 55, 0.28);
}

.btn--outline-light {
  border-color: rgba(212, 175, 55, 0.55);
  color: var(--gold-bright);
  background: transparent;
}

.btn--outline-light:hover {
  background: rgba(212, 175, 55, 0.12);
  color: #fff;
}

.btn--full {
  width: 100%;
}

.header {
  position: fixed;
  inset: 0 0 auto;
  height: var(--header);
  z-index: 90;
  background: rgba(7, 18, 40, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.header.is-scrolled {
  background: rgba(7, 18, 40, 0.96);
  border-bottom-color: rgba(212, 175, 55, 0.22);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.header__row {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: max-content;
}

.brand__logo {
  width: auto;
  height: 52px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 6px 16px rgba(11, 26, 61, 0.18);
}

.brand__logo--footer {
  height: 112px;
  border-radius: 14px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.nav a {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.92rem;
}

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

.header__cta {
  min-height: 42px;
  padding: 0.65rem 1rem;
  font-size: 0.88rem;
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: max-content;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 12px;
  background: rgba(19, 40, 79, 0.9);
  padding: 0;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--gold-bright);
  transition: 0.2s ease;
}

.nav-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: calc(var(--header) + 4.5rem) 0 5rem;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(7, 18, 40, 0.97), rgba(13, 29, 61, 0.94) 50%, rgba(10, 23, 48, 0.96)),
    url("../img/backgrounds/hero-navy.jpg") center/cover no-repeat;
  overflow: hidden;
}

.hero__glow {
  position: absolute;
  inset: auto -10% -20% 40%;
  height: 70%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.22), transparent 65%);
  pointer-events: none;
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 3rem;
  align-items: center;
}

.hero__brand {
  margin: 0 0 0.85rem;
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  letter-spacing: -0.03em;
}

.hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.05;
  max-width: 12ch;
}

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

.hero__lead {
  margin: 0 0 1.6rem;
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.4rem;
}

.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.3rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 600;
}

.hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.hero__trust li::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.2);
}

.device {
  position: relative;
}

.device::before {
  content: "";
  position: absolute;
  inset: 12% -8% -8% 8%;
  background: radial-gradient(circle at 30% 20%, rgba(212, 175, 55, 0.28), transparent 55%);
  filter: blur(18px);
  z-index: 0;
}

.device__bezel {
  position: relative;
  z-index: 1;
  border-radius: 22px;
  padding: 0.7rem;
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.16), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(212, 175, 55, 0.28);
  box-shadow: var(--shadow);
}

.device__bezel img {
  border-radius: 14px;
  width: 100%;
}

.section {
  padding: 6rem 0;
}

.section__head {
  max-width: 42rem;
  margin: 0 auto 2.8rem;
  text-align: center;
}

.section__head h2,
.dashboard__copy h2,
.feature__copy h2,
.reports__copy h2,
.contact__copy h2,
.cta__copy h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.15;
  color: #f4f7ff;
}

.section__head p,
.dashboard__copy p,
.feature__copy p,
.reports__copy p,
.contact__copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.section__head--light h2,
.section__head--light p {
  color: #fff;
}

.section__head--light p {
  color: rgba(255, 255, 255, 0.78);
}

.problem {
  background: linear-gradient(180deg, #0a1730, #0d1d3d);
}

.problem__layout {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

.problem__col {
  background: rgba(19, 40, 79, 0.65);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem;
}

.problem__col h3 {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  color: var(--gold-bright);
}

.issue-list li,
.ok-list li,
.check-list li {
  position: relative;
  padding-left: 1.45rem;
  margin-bottom: 0.7rem;
  color: var(--muted);
  font-weight: 600;
}

.issue-list li::before,
.ok-list li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
}

.issue-list li::before {
  background: #5a6f91;
}

.ok-list li::before,
.check-list li::before {
  background: var(--gold);
}

.problem__bridge {
  display: grid;
  place-items: center;
  min-width: 120px;
}

.problem__mark {
  display: grid;
  place-items: center;
  padding: 0.35rem;
  border-radius: 18px;
  background: #050d1c;
  border: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: var(--shadow-soft);
}

.problem__mark img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
}

.modules {
  background: linear-gradient(180deg, #0d1d3d, #0a1730);
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.module {
  background: rgba(19, 40, 79, 0.7);
  border: 1px solid rgba(212, 175, 55, 0.14);
  border-radius: var(--radius);
  padding: 1.35rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.module:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
  border-color: rgba(212, 175, 55, 0.4);
}

.module img,
.module__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 0.9rem;
  object-fit: contain;
}

.module__icon {
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--blue-soft);
  color: var(--gold-bright);
  font-size: 0.75rem;
  font-weight: 800;
}

.module h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  color: #f4f7ff;
}

.module p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.dashboard,
.feature--alt,
.reports,
.contact {
  background: linear-gradient(180deg, #0a1730, #071228);
}

.feature {
  background: #0d1d3d;
}

.dashboard__grid,
.feature__grid,
.reports__grid,
.contact__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2.4rem;
  align-items: center;
}

.feature__grid--reverse {
  grid-template-columns: 1.05fr 0.95fr;
}

.shot {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.22);
  box-shadow: var(--shadow-soft);
  background: #0d1d3d;
}

.shot img {
  width: 100%;
}

.check-list {
  margin: 1.3rem 0 1.6rem;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.2rem;
}

.pill-list li {
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.12);
  color: var(--gold-bright);
  border: 1px solid rgba(212, 175, 55, 0.22);
  font-size: 0.86rem;
  font-weight: 700;
}

.finance__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.finance-card {
  background: rgba(19, 40, 79, 0.75);
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.finance-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
}

.finance-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top;
  background: var(--bg);
}

.finance-card h3,
.finance-card p {
  padding: 0 1rem;
}

.finance-card h3 {
  margin: 0.9rem 0 0.25rem;
  font-size: 1.02rem;
  color: #f4f7ff;
}

.finance-card p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.finance-card__stat {
  aspect-ratio: 16 / 10;
  display: grid;
  align-content: end;
  gap: 0.35rem;
  padding: 1.2rem;
  background:
    linear-gradient(160deg, #0d1d3d, #1a2f55 55%, rgba(212, 175, 55, 0.35));
  color: #fff;
}

.finance-card__stat span {
  font-size: 0.8rem;
  opacity: 0.8;
}

.finance-card__stat strong {
  font-size: 1.15rem;
}

.role-grid,
.audience-grid,
.benefit-grid {
  display: grid;
  gap: 1rem;
}

.role-grid {
  grid-template-columns: repeat(3, 1fr);
}

.role,
.audience-item {
  background: rgba(19, 40, 79, 0.72);
  border: 1px solid rgba(212, 175, 55, 0.14);
  border-radius: var(--radius);
  padding: 1.4rem;
}

.role h3,
.audience-item h3,
.benefit h3 {
  margin: 0 0 0.4rem;
  color: #f4f7ff;
}

.role p,
.audience-item p,
.benefit p {
  margin: 0;
  color: var(--muted);
}

.audience-grid {
  grid-template-columns: repeat(3, 1fr);
}

.benefits {
  background:
    linear-gradient(145deg, #050d1c, #0d1d3d 55%, #12284f);
  color: #fff;
}

.audience,
.roles,
.finance,
.steps {
  background: #0a1730;
}

.benefit-grid {
  grid-template-columns: repeat(3, 1fr);
}

.benefit {
  padding: 1.4rem;
  border-radius: var(--radius);
  background: rgba(212, 175, 55, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.18);
}

.benefit h3 {
  color: var(--gold-bright);
}

.benefit p {
  color: rgba(255, 255, 255, 0.76);
}

.steps__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  counter-reset: none;
}

.steps__list li {
  position: relative;
  background: rgba(19, 40, 79, 0.72);
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: var(--radius);
  padding: 1.4rem;
}

.steps__list li span {
  display: inline-block;
  margin-bottom: 0.7rem;
  color: var(--gold);
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.9rem;
}

.steps__list strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #f4f7ff;
}

.steps__list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.cta {
  padding: 1.5rem 0 0;
}

.cta__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: 22px;
  background: linear-gradient(120deg, #0d1d3d, #13284f 55%, #1a2f55);
  border: 1px solid rgba(212, 175, 55, 0.28);
  color: #fff;
  box-shadow: var(--shadow);
}

.cta__copy h2 {
  color: #fff;
  max-width: 18ch;
}

.cta__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
}

.cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  min-width: max-content;
}

.contact__panel {
  background: rgba(19, 40, 79, 0.75);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 22px;
  padding: 1.5rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.field {
  display: grid;
  gap: 0.35rem;
}

.field--full {
  grid-column: 1 / -1;
}

.field label {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--gold-bright);
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid rgba(154, 172, 200, 0.25);
  border-radius: 12px;
  background: rgba(7, 18, 40, 0.85);
  padding: 0.8rem 0.9rem;
  font: inherit;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field input:focus,
.field textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.16);
}

.field__tip {
  min-height: 1em;
  font-size: 0.78rem;
  color: var(--danger);
}

.field.is-invalid input,
.field.is-invalid textarea {
  border-color: var(--danger);
}

.form-note {
  margin-bottom: 0.9rem;
  padding: 0.8rem 0.95rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.92rem;
}

.form-note--ok {
  background: rgba(47, 191, 113, 0.14);
  color: #8ef0b4;
}

.form-note--err {
  background: rgba(239, 107, 107, 0.14);
  color: #ffb0b0;
}

.footer {
  margin-top: 4rem;
  padding: 3.5rem 0 1.4rem;
  background: #050d1c;
  color: rgba(255, 255, 255, 0.78);
  border-top: 1px solid rgba(212, 175, 55, 0.16);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer h4 {
  margin: 0 0 0.8rem;
  color: #fff;
  font-size: 0.95rem;
}

.footer ul {
  display: grid;
  gap: 0.45rem;
}

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

.footer__brand p {
  margin: 0.9rem 0 0;
  max-width: 24rem;
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
  font-size: 0.88rem;
}

.footer__bottom p {
  margin: 0;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

@media (max-width: 1024px) {
  .hero__grid,
  .dashboard__grid,
  .feature__grid,
  .feature__grid--reverse,
  .reports__grid,
  .contact__grid,
  .problem__layout {
    grid-template-columns: 1fr;
  }

  .problem__bridge {
    min-height: 0;
  }

  .module-grid,
  .finance__grid,
  .audience-grid,
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps__list,
  .role-grid,
  .footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero h1 {
    max-width: none;
  }
}

@media (max-width: 820px) {
  .nav-toggle {
    display: inline-block;
    order: 3;
  }

  .header__cta {
    display: none;
  }

  .nav {
    position: fixed;
    inset: var(--header) 0 auto;
    display: grid;
    gap: 0;
    background: #0a1730;
    border-bottom: 1px solid rgba(212, 175, 55, 0.22);
    padding: 0.5rem 1.25rem 1rem;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: 0.25s ease;
  }

  .nav.is-open {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }

  .nav a {
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.12);
    color: #d7e2f4;
  }

}

@media (max-width: 640px) {
  .shell {
    width: min(var(--max), calc(100% - 1.5rem));
  }

  .section {
    padding: 4.2rem 0;
  }

  .hero {
    padding-top: calc(var(--header) + 2.5rem);
    min-height: auto;
  }

  .module-grid,
  .finance__grid,
  .audience-grid,
  .benefit-grid,
  .steps__list,
  .role-grid,
  .footer__grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .cta__actions {
    width: 100%;
  }

  .cta__actions .btn {
    width: 100%;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
