:root {
  --bg: #0d1117;
  --bg-soft: #121823;
  --panel: rgba(255, 255, 255, 0.06);
  --panel-strong: rgba(255, 255, 255, 0.1);
  --text: #f7f8fb;
  --muted: #b6becb;
  --accent: #ff6a00;
  --accent-2: #ff8f33;
  --border: rgba(255, 255, 255, 0.12);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(255, 106, 0, 0.18), transparent 22%),
    radial-gradient(circle at left center, rgba(43, 88, 164, 0.18), transparent 28%),
    linear-gradient(180deg, #0a0e14 0%, #111723 45%, #0d1117 100%);
  line-height: 1.6;
}

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

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

.container {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.top-ribbon {
  position: relative;
  width: 100%;
  min-height: 88px;
  background:
    linear-gradient(90deg, rgba(7, 11, 18, 0.85), rgba(7, 11, 18, 0.35)),
    url('./images/top-ribbon.jpg') center/cover no-repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-ribbon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 11, 18, 0.55), transparent 70%);
}

.top-ribbon .container {
  position: relative;
  z-index: 1;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ribbon-copy {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.ribbon-badge {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 106, 0, 0.18);
  border: 1px solid rgba(255, 143, 51, 0.35);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ribbon-copy p {
  margin: 0;
  max-width: 680px;
  color: #edf2ff;
  font-size: 0.98rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(10, 14, 20, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
}

.brand-mark {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-mark strong {
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand-mark span {
  color: var(--muted);
  font-size: 0.85rem;
}

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

.nav-links a {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.nav-links a:hover {
  color: var(--text);
}

.button,
.button-secondary,
.inline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease, background 0.28s ease;
}

.button {
  padding: 15px 22px;
  color: white;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 14px 36px rgba(255, 106, 0, 0.28);
}

.button:hover,
.button-secondary:hover,
.inline-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.button-secondary {
  padding: 14px 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

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

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.45;
  pointer-events: none;
}

.hero::before {
  width: 260px;
  height: 260px;
  top: -40px;
  left: -90px;
  background: rgba(255, 106, 0, 0.18);
}

.hero::after {
  width: 280px;
  height: 280px;
  bottom: -90px;
  right: -120px;
  background: rgba(70, 120, 255, 0.14);
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 34px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #dfe6f3;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 18px 0 16px;
  font-size: clamp(2.8rem, 5.8vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

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

.hero-copy p {
  margin: 0;
  max-width: 640px;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.meta-card {
  padding: 16px 16px 18px;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.meta-card strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.meta-card span {
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-media {
  position: relative;
}

.hero-image-card {
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
  background: rgba(255, 255, 255, 0.05);
}

.hero-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floating-note {
  position: absolute;
  left: -14px;
  bottom: 24px;
  width: min(260px, 72%);
  padding: 18px;
  background: rgba(8, 12, 18, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.floating-note strong {
  display: block;
  margin-bottom: 6px;
}

.floating-note span {
  color: var(--muted);
  font-size: 0.95rem;
}

.section {
  padding: 36px 0;
}

.section-shell {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--border);
  border-radius: 30px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-item {
  padding: 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.02rem;
}

.trust-item p {
  margin: 0;
  color: var(--muted);
}

.section-heading {
  padding: 0 0 18px;
}

.section-heading h2 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.section-heading p {
  margin: 0;
  max-width: 740px;
  color: var(--muted);
}

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

.feature-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: var(--panel);
  border: 1px solid var(--border);
}

.feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.22), rgba(255, 143, 51, 0.08));
  border: 1px solid rgba(255, 143, 51, 0.22);
  margin-bottom: 18px;
}

.feature-card h3 {
  margin: 0 0 10px;
  font-size: 1.16rem;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
}

.story-row {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 24px;
  align-items: center;
}

.story-row.reverse {
  grid-template-columns: 1.04fr 0.96fr;
}

.story-row.reverse .story-copy {
  order: 1;
}

.story-row.reverse .story-media {
  order: 2;
}

.story-media,
.story-copy,
.editorial-card,
.mini-teaser {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.story-media {
  overflow: hidden;
}

.story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-copy {
  padding: 32px;
}

.story-copy h3 {
  margin: 0 0 14px;
  font-size: clamp(1.7rem, 2.5vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.story-copy p {
  margin: 0 0 16px;
  color: var(--muted);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
}

.check-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.check-mark {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 6px 16px rgba(255, 106, 0, 0.28);
  position: relative;
  margin-top: 2px;
}

.check-mark::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(35deg);
}

.check-item span {
  color: var(--text);
}

.editorial-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: stretch;
}

.editorial-card {
  padding: 34px;
}

.editorial-card h3 {
  margin: 0 0 14px;
  font-size: clamp(1.9rem, 2.8vw, 2.8rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.editorial-card p {
  color: var(--muted);
  margin: 0 0 16px;
}

.editorial-aside {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: end;
  margin-top: 26px;
}

.mini-teaser {
  padding: 14px;
}

.mini-teaser img {
  width: 120px;
  border-radius: 18px;
  margin: 0 auto 12px;
}

.mini-teaser strong {
  display: block;
  text-align: center;
  margin-bottom: 6px;
}

.mini-teaser span {
  display: block;
  text-align: center;
  color: var(--muted);
  font-size: 0.92rem;
}

.editorial-media {
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.editorial-media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  padding: 34px;
}

.cta-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.12), rgba(255, 255, 255, 0.03));
}

.cta-panel > * {
  position: relative;
  z-index: 1;
}

.cta-panel h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.cta-panel p {
  margin: 0;
  max-width: 700px;
  color: var(--muted);
}

.cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.disclosure {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer {
  padding: 34px 0 56px;
}

.footer-shell {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
}

.footer-brand strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.02rem;
}

.footer-brand p,
.footer-links p {
  margin: 0;
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.footer-nav {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-nav a {
  color: var(--text);
  opacity: 0.86;
}

.footer-nav a:hover {
  opacity: 1;
}

.legal-main {
  padding: 64px 0 38px;
}

.legal-shell {
  padding: 34px;
}

.legal-shell h1 {
  margin: 0 0 12px;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.legal-shell > p {
  margin: 0;
  color: var(--muted);
  max-width: 760px;
}

.legal-grid {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.legal-block {
  padding: 24px;
  border-radius: 24px;
  background: var(--panel);
  border: 1px solid var(--border);
}

.legal-block h2 {
  margin: 0 0 12px;
  font-size: 1.35rem;
}

.legal-block p,
.legal-block li {
  color: var(--muted);
}

.legal-block ul {
  margin: 0;
  padding-left: 20px;
}

.back-home {
  display: inline-flex;
  margin-top: 24px;
  padding: 14px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.back-home:hover {
  filter: brightness(1.08);
}

@media (max-width: 1024px) {
  .hero-shell,
  .story-row,
  .story-row.reverse,
  .editorial-grid,
  .footer-shell {
    grid-template-columns: 1fr;
  }

  .story-row.reverse .story-copy,
  .story-row.reverse .story-media {
    order: initial;
  }

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

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 820px) {
  .feature-grid,
  .hero-meta {
    grid-template-columns: 1fr;
  }

  .site-header .container,
  .top-ribbon .container {
    align-items: flex-start;
    flex-direction: column;
  }

  .editorial-aside {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .mini-teaser img {
    width: min(120px, 42vw);
  }
}

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

  .hero {
    padding-top: 42px;
  }

  .story-copy,
  .editorial-card,
  .cta-panel,
  .legal-shell,
  .trust-item,
  .feature-card,
  .legal-block,
  .footer-shell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button,
  .button-secondary,
  .inline-button,
  .back-home {
    width: 100%;
  }

  .floating-note {
    left: 12px;
    right: 12px;
    width: auto;
    bottom: 12px;
  }

  .top-ribbon {
    min-height: 104px;
  }

  .top-ribbon .container {
    min-height: 104px;
    justify-content: center;
  }

  .ribbon-copy {
    gap: 12px;
  }
}
