:root {
  --bg: #f6f1e8;
  --bg-soft: #fffaf2;
  --panel: #fffdf8;
  --panel-strong: #fff7ec;
  --ink: #112033;
  --ink-soft: #3c4b5c;
  --line: #d8cfc0;
  --accent: #c57a1f;
  --accent-2: #17456b;
  --accent-3: #e8d3b1;
  --success: #1f6b4a;
  --shadow: 0 20px 50px rgba(17, 32, 51, 0.08);
  --radius: 22px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(197, 122, 31, 0.12), transparent 30%),
    radial-gradient(circle at top right, rgba(23, 69, 107, 0.1), transparent 28%),
    linear-gradient(180deg, #f8f3eb 0%, #f6f1e8 100%);
}

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

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(250, 247, 241, 0.9);
  border-bottom: 1px solid rgba(209, 220, 232, 0.72);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 12px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 32, 51, 0.08);
  box-shadow: 0 12px 28px rgba(17, 32, 51, 0.08);
  text-decoration: none;
  min-width: 0;
}

.brand-logo {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(23, 69, 107, 0.16);
}

.brand-lockup {
  min-width: 0;
}

.brand-kicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--accent-2);
  font-weight: 700;
}

.brand-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.05;
  margin-top: 0;
}

.brand-legal {
  color: #556577;
  font-size: 12px;
  margin-top: 4px;
}

.nav {
  display: none;
  gap: 18px;
  font-size: 14px;
  color: var(--ink-soft);
}

.nav a {
  text-decoration: none;
}

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

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--accent), #d79548);
  color: white;
}

.btn-secondary {
  background: rgba(23, 69, 107, 0.08);
  border-color: rgba(23, 69, 107, 0.18);
  color: var(--accent-2);
}

.btn-ghost {
  border-color: rgba(17, 32, 51, 0.14);
  background: rgba(255, 255, 255, 0.55);
}

.hero {
  padding: 38px 0 28px;
}

.hero.hero-background {
  position: relative;
  overflow: hidden;
  margin: 18px 14px 12px;
  padding: 52px 0 42px;
  min-height: 560px;
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(7, 16, 29, 0.22) 0%, rgba(7, 16, 29, 0.1) 24%, rgba(7, 16, 29, 0.03) 42%, rgba(7, 16, 29, 0) 58%),
    linear-gradient(180deg, rgba(6, 14, 24, 0.03) 0%, rgba(6, 14, 24, 0.08) 100%),
    url("assets/limassol-hero-bg-v3.webp") center 56% / cover no-repeat,
    #08111d;
  box-shadow: 0 34px 80px rgba(17, 32, 51, 0.16);
}

.hero.hero-background::before,
.hero.hero-background::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.hero.hero-background::before {
  background:
    radial-gradient(circle at 78% 20%, rgba(116, 242, 232, 0.08), transparent 22%),
    radial-gradient(circle at 18% 78%, rgba(235, 171, 91, 0.06), transparent 24%);
  mix-blend-mode: screen;
}

.hero.hero-background::after {
  background: none;
}

.hero-grid {
  display: grid;
  gap: 24px;
}

.hero.hero-background .hero-grid {
  position: relative;
  z-index: 1;
  gap: 28px;
}

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

.hero-simple {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.hero-copy-compact {
  max-width: 760px;
}

.hero.hero-background .hero-copy::before {
  content: "";
  position: absolute;
  inset: -26px -34px -22px -30px;
  border-radius: 34px;
  background: linear-gradient(110deg, rgba(7, 16, 29, 0.52) 0%, rgba(7, 16, 29, 0.34) 44%, rgba(7, 16, 29, 0.14) 72%, rgba(7, 16, 29, 0) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
  z-index: -1;
}

.hero.hero-background .hero-copy.hero-copy-compact::before {
  inset: -18px -18px -18px -18px;
  border-radius: 28px;
  background: linear-gradient(112deg, rgba(7, 16, 29, 0.44) 0%, rgba(7, 16, 29, 0.26) 54%, rgba(7, 16, 29, 0.08) 80%, rgba(7, 16, 29, 0) 100%);
}

.eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--accent);
  font-weight: 800;
}

.hero-copy h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(34px, 8vw, 64px);
  line-height: 0.96;
  margin: 0 0 14px;
  max-width: 12ch;
}

.hero.hero-background .eyebrow {
  color: #f2bf75;
}

.hero.hero-background .hero-copy h1 {
  color: white;
  text-shadow: 0 10px 30px rgba(4, 10, 18, 0.28);
}

.hero-copy-compact h1 {
  max-width: 13ch;
}

.hero-copy .lead {
  font-size: clamp(18px, 2.8vw, 22px);
  line-height: 1.45;
  color: var(--ink-soft);
  margin: 0 0 18px;
  max-width: 58ch;
}

.hero.hero-background .hero-copy .lead,
.hero.hero-background .hero-point {
  color: rgba(255, 255, 255, 0.82);
}

.hero-points {
  display: grid;
  gap: 10px;
  margin: 20px 0 24px;
}

.hero-point {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--ink-soft);
}

.hero-point strong {
  color: var(--ink);
}

.hero.hero-background .hero-point strong {
  color: white;
}

.hero-point-mark {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  flex: 0 0 11px;
  margin-top: 7px;
}

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

.hero.hero-background .btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: white;
}

.hero-note {
  margin-top: 14px;
  font-size: 14px;
  color: var(--ink-soft);
}

.hero-note-light {
  color: rgba(255, 255, 255, 0.78);
  max-width: 56ch;
}

.overview-section {
  padding-top: 4px;
}

.overview-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(165deg, rgba(9, 21, 33, 0.98), rgba(17, 52, 79, 0.94));
  color: white;
  box-shadow: 0 28px 70px rgba(17, 32, 51, 0.14);
}

.overview-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(116, 242, 232, 0.08), transparent 20%),
    radial-gradient(circle at 16% 84%, rgba(235, 171, 91, 0.08), transparent 24%);
  pointer-events: none;
}

.overview-head,
.video-panel {
  position: relative;
  z-index: 1;
}

.overview-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.overview-head h2 {
  margin: 0 0 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.02;
  color: white;
}

.overview-head p:not(.eyebrow) {
  margin: 0;
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.45;
}

.overview-card .eyebrow {
  color: #f2bf75;
}

.overview-actions {
  display: flex;
  flex: 0 0 auto;
}

.video-panel {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  transition: max-height 0.48s ease, opacity 0.28s ease, margin-top 0.28s ease;
}

.video-panel.is-open {
  max-height: 980px;
  opacity: 1;
  margin-top: 22px;
}

.video-frame {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #08111d;
  box-shadow: 0 22px 50px rgba(4, 10, 18, 0.24);
}

.overview-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #08111d;
}

.video-panel-actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.overview-card .btn-ghost {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  color: white;
}

.hero-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(17, 32, 51, 0.97), rgba(23, 69, 107, 0.93));
  color: white;
  border-radius: 30px;
  padding: 22px;
  box-shadow: 0 35px 70px rgba(17, 32, 51, 0.18);
}

.hero.hero-background .hero-card {
  background: linear-gradient(165deg, rgba(9, 21, 33, 0.72), rgba(16, 54, 78, 0.56));
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  box-shadow: 0 28px 60px rgba(4, 10, 18, 0.26);
  align-self: start;
}

.hero-card::before,
.hero-card::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hero-card::before {
  inset: -20% auto auto -14%;
  width: 220px;
  height: 220px;
  background: rgba(197, 122, 31, 0.24);
  filter: blur(10px);
}

.hero-card::after {
  inset: auto -8% -16% auto;
  width: 260px;
  height: 260px;
  background: rgba(255, 255, 255, 0.08);
}

.signal-grid {
  display: grid;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.signal-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signal-card,
.signal-summary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 18px;
}

.signal-card h3,
.signal-summary h3 {
  margin: 0 0 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
}

.signal-card p,
.signal-summary p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.45;
}

.signal-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.signal-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}

.signal-list span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f2bf75;
}

.section {
  padding: 24px 0;
}

.section-header {
  margin-bottom: 18px;
}

.section-header h2 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(28px, 5vw, 42px);
  line-height: 1;
}

.section-header p {
  margin: 0;
  font-size: 18px;
  color: var(--ink-soft);
  max-width: 60ch;
}

.home-seo-card,
.seo-cluster-card {
  max-width: 980px;
}

.home-seo-card p + p,
.seo-cluster-card p + ul {
  margin-top: 12px;
}

.authority-line {
  font-weight: 700;
  color: var(--ink);
}

.visual-feature {
  display: grid;
  gap: 20px;
  align-items: center;
}

.visual-feature-stacked {
  grid-template-columns: 1fr;
  gap: 16px;
}

.visual-copy h2 {
  margin: 0 0 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(30px, 5vw, 46px);
  line-height: 0.98;
}

.visual-copy p {
  margin: 0 0 14px;
  color: var(--ink-soft);
  line-height: 1.55;
  max-width: 60ch;
}

.visual-frame {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(17, 32, 51, 0.1);
  box-shadow: var(--shadow);
  background: rgba(255, 255, 255, 0.6);
}

.visual-frame img {
  width: 100%;
  height: auto;
  display: block;
}

.cra-logo-panel {
  min-height: 260px;
  display: grid;
  place-items: center;
  padding: 36px;
  background:
    radial-gradient(circle at 18% 18%, rgba(242, 191, 117, 0.14), transparent 24%),
    radial-gradient(circle at 82% 82%, rgba(82, 140, 214, 0.16), transparent 28%),
    linear-gradient(145deg, #0f1c2b, #132e46 58%, #102437);
}

.cra-logo-panel img {
  width: min(280px, 100%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(5, 11, 18, 0.32));
}

.cra-logo-panel.is-compact {
  min-height: 200px;
  padding: 24px;
}

.cra-logo-panel.is-compact img {
  width: min(200px, 78%);
}

.visual-feature-stacked .visual-frame {
  width: min(360px, 100%);
  margin: 0 auto;
}

.visual-feature-stacked .visual-copy {
  max-width: 920px;
  margin: 0 auto;
}

.about-copy-card {
  padding: 26px;
  border-radius: 28px;
  border: 1px solid rgba(17, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
}

.about-shell {
  padding: 28px;
  border-radius: 30px;
  border: 1px solid rgba(17, 32, 51, 0.08);
  background:
    radial-gradient(circle at 10% 12%, rgba(242, 191, 117, 0.12), transparent 24%),
    radial-gradient(circle at 88% 20%, rgba(82, 140, 214, 0.1), transparent 28%),
    rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.about-header {
  display: block;
}

.about-logo-panel {
  min-height: 132px;
  width: min(180px, 100%);
}

.about-intro p:last-of-type {
  margin-bottom: 0;
}

.about-intro {
  max-width: 920px;
  margin: 0 auto;
}

.about-grid {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.about-block {
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(17, 32, 51, 0.08);
  background: rgba(250, 246, 239, 0.72);
}

.about-block h3 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
}

.about-block p {
  margin: 0 0 12px;
  color: var(--ink-soft);
}

.about-footer {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 32, 51, 0.08);
}

.about-footer-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 18px 0 0;
}

.about-logo-panel-footer {
  min-height: 88px;
  width: 116px;
  padding: 14px;
  border-radius: 18px;
  flex: 0 0 auto;
}

.about-logo-panel-footer img {
  width: min(124px, 86%);
}

.about-footer p {
  margin: 0;
}

.about-footer p + p {
  margin-top: 12px;
}

.about-footer a {
  color: var(--ink);
  font-weight: 700;
}

html[lang="ru"] .about-footer-brand {
  flex-wrap: wrap;
  row-gap: 12px;
}

html[lang="ru"] .about-footer-brand .btn {
  white-space: normal;
}

.cra-strip {
  display: grid;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  border-radius: 28px;
  border: 1px solid rgba(17, 32, 51, 0.08);
  background:
    radial-gradient(circle at 12% 20%, rgba(242, 191, 117, 0.1), transparent 22%),
    radial-gradient(circle at 88% 82%, rgba(82, 140, 214, 0.12), transparent 26%),
    rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
}

.cra-strip-logo {
  width: 132px;
  min-height: 96px;
  display: grid;
  place-items: center;
  padding: 16px;
  border-radius: 20px;
  text-decoration: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(242, 191, 117, 0.14), transparent 24%),
    radial-gradient(circle at 82% 82%, rgba(82, 140, 214, 0.16), transparent 28%),
    linear-gradient(145deg, #0f1c2b, #132e46 58%, #102437);
}

.cra-strip-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(5, 11, 18, 0.28));
}

.cra-strip-copy p {
  margin: 0;
}

.cra-strip-copy p:not(.eyebrow) {
  color: var(--ink-soft);
  line-height: 1.55;
  max-width: 62ch;
}

.deliverable-feature {
  display: grid;
  gap: 20px;
  align-items: center;
}

.deliverable-copy h2 {
  margin: 0 0 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 0.98;
}

.deliverable-copy p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
  max-width: 58ch;
}

.deliverable-points {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.deliverable-point {
  background: var(--panel);
  border: 1px solid rgba(17, 32, 51, 0.09);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 14px 16px;
}

.deliverable-point strong {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
}

.deliverable-point span {
  color: var(--ink-soft);
  line-height: 1.45;
}

.deliverable-proof {
  position: relative;
}

.deliverable-proof-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(17, 32, 51, 0.08);
  background:
    radial-gradient(circle at 14% 18%, rgba(242, 191, 117, 0.16), transparent 26%),
    radial-gradient(circle at 86% 78%, rgba(116, 242, 232, 0.12), transparent 28%),
    linear-gradient(150deg, #102437, #173f61);
  box-shadow: 0 26px 60px rgba(17, 32, 51, 0.16);
  padding: 22px;
}

.deliverable-proof-window {
  position: relative;
  z-index: 1;
  min-height: 320px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(252, 248, 242, 0.96);
  border: 1px solid rgba(17, 32, 51, 0.08);
}

.deliverable-line {
  height: 10px;
  border-radius: 999px;
  background: rgba(17, 32, 51, 0.12);
}

.deliverable-line + .deliverable-line {
  margin-top: 10px;
}

.deliverable-line-lg {
  width: 62%;
}

.deliverable-line-md {
  width: 48%;
}

.deliverable-line-sm {
  width: 56%;
}

.deliverable-badge-row {
  display: flex;
  gap: 10px;
  margin: 18px 0;
}

.deliverable-badge {
  width: 82px;
  height: 28px;
  border-radius: 999px;
  background: rgba(17, 32, 51, 0.1);
}

.deliverable-badge.is-gold {
  background: rgba(197, 122, 31, 0.28);
}

.deliverable-proof-grid {
  display: grid;
  gap: 14px;
}

.deliverable-proof-panel {
  padding: 16px;
  border-radius: 18px;
  background: white;
  border: 1px solid rgba(17, 32, 51, 0.08);
}

.deliverable-stack {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.deliverable-stack span {
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(17, 32, 51, 0.18), rgba(17, 32, 51, 0.08));
}

.deliverable-heatmap {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.deliverable-heatmap span {
  height: 52px;
  border-radius: 16px;
  background: rgba(17, 32, 51, 0.08);
}

.deliverable-heatmap span:nth-child(1),
.deliverable-heatmap span:nth-child(5) {
  background: rgba(197, 122, 31, 0.28);
}

.deliverable-heatmap span:nth-child(3),
.deliverable-heatmap span:nth-child(4) {
  background: rgba(23, 69, 107, 0.14);
}

.deliverable-callout {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(16, 36, 55, 0.92);
  box-shadow: 0 18px 32px rgba(17, 32, 51, 0.2);
}

.deliverable-callout-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #efc17e);
}

.deliverable-callout-copy {
  display: grid;
  gap: 6px;
}

.deliverable-callout-copy span {
  display: block;
  width: 124px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.deliverable-callout-copy span:last-child {
  width: 92px;
}

.cra-reel-shell {
  position: relative;
  background: #0b111a;
}

.cra-reel-stage {
  position: relative;
  aspect-ratio: 1280 / 880;
  background: #0b111a;
}

.cra-reel-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #0b111a;
  opacity: 0;
  transition: opacity 0.95s ease;
}

.cra-reel-video.is-active {
  opacity: 1;
}

.cra-reel-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 5px;
  padding: 14px 16px 15px;
  border-radius: 16px;
  border: 1px solid rgba(62, 86, 118, 0.82);
  background: linear-gradient(180deg, rgba(12, 20, 30, 0.84), rgba(9, 14, 22, 0.92));
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(14px);
}

.cra-reel-title {
  color: #eef3f8;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.08;
}

.cra-reel-subtitle {
  color: rgba(210, 220, 232, 0.82);
  font-size: 15px;
  line-height: 1.55;
}

.lead-form {
  margin-top: 18px;
  display: grid;
  gap: 14px;
}

.lead-form-grid {
  display: grid;
  gap: 12px;
}

.field {
  display: grid;
  gap: 6px;
}

.field label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.84);
}

.field input,
.field textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: white;
  font: inherit;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.field textarea {
  min-height: 112px;
  resize: vertical;
}

.lead-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.form-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
}

.trust-strip {
  display: grid;
  gap: 12px;
}

.trust-item,
.offer-card,
.audience-card,
.process-card,
.language-card,
.closing-card {
  background: var(--panel);
  border: 1px solid rgba(17, 32, 51, 0.09);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.trust-item {
  padding: 18px;
}

.authority-grid {
  align-items: stretch;
}

.authority-panel {
  padding: 22px;
}

.authority-panel h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  line-height: 1;
}

.authority-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 12px;
}

.authority-list li {
  position: relative;
  padding-left: 18px;
  color: var(--ink-soft);
  line-height: 1.5;
}

.authority-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
}

.trust-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.trust-item p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.45;
}

.grid {
  display: grid;
  gap: 16px;
}

.offer-card {
  padding: 22px;
}

.offer-visual-frame {
  aspect-ratio: 16 / 9;
  margin: -4px 0 16px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(17, 32, 51, 0.08);
  background: linear-gradient(145deg, #102437, #173f61);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.offer-visual {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) brightness(0.94) contrast(0.97);
  transform: scale(1.02);
  transform-origin: center;
}

.offer-visual-frame-tight .offer-visual {
  transform: scale(1.09);
}

.offer-kicker {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--panel-strong);
  color: var(--accent-2);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 14px;
}

.offer-card h3 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 28px;
  line-height: 1;
}

.offer-card .price {
  margin: 0 0 14px;
  font-size: 26px;
  font-weight: 700;
  color: var(--accent-2);
}

.offer-card p {
  color: var(--ink-soft);
  margin: 0 0 16px;
  line-height: 1.5;
}

.offer-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}

.offer-tag-list span {
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--panel-strong);
  color: var(--accent-2);
  font-size: 13px;
  font-weight: 700;
}

.offer-card ul,
.closing-card ul,
.page-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--ink-soft);
  line-height: 1.55;
}

.offer-card li + li,
.closing-card li + li,
.page-card li + li {
  margin-top: 8px;
}

.offer-footer {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(17, 32, 51, 0.08);
}

.offer-footer strong {
  display: block;
  margin-bottom: 6px;
}

.audience-card,
.process-card,
.language-card {
  padding: 20px;
}

.partner-card {
  display: grid;
  gap: 16px;
  align-items: center;
  background: linear-gradient(135deg, rgba(197, 122, 31, 0.12), rgba(23, 69, 107, 0.08));
  border: 1px solid rgba(17, 32, 51, 0.09);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px;
}

.partner-card h2 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1;
}

.partner-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.5;
  max-width: 60ch;
}

.audience-card h3,
.process-card h3,
.language-card h3,
.page-card h3,
.closing-card h3 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
}

.audience-card p,
.process-card p,
.language-card p,
.page-card p,
.closing-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.5;
}

.page-card a,
.page-sticky a {
  color: var(--accent-2);
  font-weight: 700;
  text-decoration: none;
}

.page-card a:hover,
.page-sticky a:hover {
  color: var(--ink);
}

.process-steps {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.process-step {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: start;
}

.process-step-number {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--accent-3);
  color: var(--accent-2);
  font-weight: 800;
}

.process-step strong {
  display: block;
  margin-bottom: 4px;
}

.faq-grid {
  display: grid;
  gap: 14px;
}

.faq-item {
  background: var(--panel);
  border: 1px solid rgba(17, 32, 51, 0.09);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 18px 20px;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

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

.faq-item p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  line-height: 1.5;
}

.page-hero {
  padding: 40px 0 14px;
}

.page-hero h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(34px, 7vw, 58px);
  line-height: 0.96;
  margin: 0 0 14px;
  max-width: 12ch;
}

.page-hero p {
  margin: 0 0 18px;
  font-size: 19px;
  color: var(--ink-soft);
  max-width: 58ch;
}

.page-layout {
  display: grid;
  gap: 18px;
  padding-bottom: 50px;
}

.section-tight {
  padding-top: 6px;
}

.service-spotlight {
  --spotlight-glow: rgba(94, 160, 245, 0.18);
  --spotlight-border: rgba(111, 146, 196, 0.22);
  --spotlight-chip: rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 20px;
  padding: 22px;
  border-radius: 30px;
  border: 1px solid rgba(17, 32, 51, 0.08);
  background:
    radial-gradient(circle at 12% 18%, var(--spotlight-glow), transparent 26%),
    radial-gradient(circle at 82% 82%, rgba(242, 191, 117, 0.12), transparent 30%),
    linear-gradient(145deg, #0f1c2b, #132e46 58%, #102437);
  color: white;
  box-shadow: 0 26px 60px rgba(17, 32, 51, 0.16);
}

.service-spotlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 16, 29, 0.08), transparent 32%, transparent 68%, rgba(7, 16, 29, 0.12)),
    linear-gradient(rgba(111, 146, 196, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111, 146, 196, 0.035) 1px, transparent 1px);
  background-size:
    auto,
    28px 28px,
    28px 28px;
  pointer-events: none;
}

.service-spotlight-sanctions {
  --spotlight-glow: rgba(242, 191, 117, 0.18);
}

.service-spotlight-monitoring {
  --spotlight-glow: rgba(94, 160, 245, 0.18);
}

.service-spotlight-program {
  --spotlight-glow: rgba(86, 214, 163, 0.15);
}

.service-spotlight-readiness {
  --spotlight-glow: rgba(145, 174, 235, 0.18);
}

.service-spotlight-media,
.service-spotlight-copy {
  position: relative;
  z-index: 1;
}

.service-spotlight-media {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--spotlight-border);
  background: rgba(7, 16, 29, 0.46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.service-spotlight-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 16, 29, 0.14), rgba(7, 16, 29, 0.36)),
    linear-gradient(120deg, rgba(7, 16, 29, 0), rgba(7, 16, 29, 0.18) 56%, rgba(242, 191, 117, 0.08));
  pointer-events: none;
}

.service-spotlight-media img {
  width: 100%;
  min-height: 260px;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.94) contrast(1.02) brightness(0.88);
  transform: scale(1.03);
}

.service-spotlight-copy h2 {
  margin: 0 0 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 0.98;
}

.service-spotlight-copy p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.58;
  max-width: 56ch;
}

.service-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-pill-list span {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--spotlight-chip);
  color: #eef3f8;
  font-size: 14px;
  font-weight: 600;
}

.page-card,
.page-sticky {
  background: var(--panel);
  border: 1px solid rgba(17, 32, 51, 0.09);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.page-card {
  padding: 22px;
}

.page-sticky {
  padding: 22px;
}

.legal-page {
  max-width: 980px;
  margin: 0 auto;
}

.legal-page h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(34px, 5vw, 54px);
  margin: 8px 0 16px;
}

.legal-block {
  margin-bottom: 34px;
}

.legal-block h2 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(24px, 4vw, 32px);
}

.legal-block p,
.legal-block li {
  color: var(--ink-soft);
  line-height: 1.65;
  font-size: 17px;
}

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

.legal-note {
  background: var(--panel);
  border: 1px solid rgba(17, 32, 51, 0.09);
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: var(--shadow);
}

.legal-note p {
  margin: 0;
  color: var(--ink-soft);
}

.page-sticky .price {
  font-size: 28px;
  font-weight: 800;
  color: var(--accent-2);
  margin: 0 0 10px;
}

.page-sticky .scope-note {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 800;
  color: var(--accent-2);
  line-height: 1.1;
}

.page-sticky .mini {
  margin: 0 0 14px;
  color: var(--ink-soft);
}

.footer {
  padding: 28px 0 48px;
}

.footer-card {
  background: linear-gradient(135deg, #102437, #153d5d);
  color: white;
  border-radius: 30px;
  padding: 26px;
  box-shadow: 0 24px 60px rgba(17, 32, 51, 0.18);
}

.footer-card h2 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1;
}

.footer-card p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.76);
  max-width: 54ch;
}

.footer-meta {
  margin-top: 18px;
  display: grid;
  gap: 6px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.footer-meta a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.footer-meta a:hover {
  color: white;
}

.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--ink-soft);
  font-size: 14px;
}

.inline-links a {
  text-decoration: none;
}

.inline-links a:hover {
  color: var(--ink);
}

.footer-lower {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 4px 0;
}

.footer-x-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: var(--ink-soft);
  text-decoration: none;
  border: 1px solid rgba(17, 32, 51, 0.12);
  background: rgba(255, 255, 255, 0.55);
}

.footer-x-link:hover {
  color: var(--ink);
  border-color: rgba(17, 32, 51, 0.22);
  background: rgba(255, 255, 255, 0.8);
}

.footer-x-icon {
  width: 16px;
  height: 16px;
  display: block;
}

@media (min-width: 840px) {
  .nav {
    display: flex;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
    align-items: start;
  }

  .visual-feature {
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  }

  .visual-feature.reverse {
    grid-template-columns: minmax(320px, 1.05fr) minmax(0, 0.95fr);
  }

  .deliverable-feature {
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  }

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

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

  .trust-strip,
  .grid.two,
  .grid.three,
  .page-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .page-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    align-items: start;
  }

  .service-spotlight {
    grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
    align-items: center;
  }

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

  .partner-card {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .cra-strip {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .page-sticky {
    position: sticky;
    top: 98px;
  }
}

@media (min-width: 1100px) {
  .trust-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .header-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .header-actions {
    width: 100%;
  }

  .header-actions .btn {
    flex: 1 1 auto;
  }

  .brand-title {
    font-size: 20px;
  }

  .brand-logo {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .hero.hero-background {
    margin: 14px 10px 8px;
    border-radius: 28px;
    padding: 42px 0 34px;
    min-height: auto;
  }

  .hero.hero-background .hero-copy::before {
    inset: -18px -14px -18px -14px;
    border-radius: 26px;
  }

  .hero.hero-background .hero-copy.hero-copy-compact::before {
    inset: -16px -12px -16px -12px;
  }

  .overview-card {
    padding: 22px;
    border-radius: 24px;
  }

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

  .overview-actions {
    width: 100%;
  }

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

  .about-footer-brand {
    flex-direction: column;
    align-items: flex-start;
  }

  .cra-strip {
    padding: 20px;
  }

  .cra-strip-logo {
    width: 116px;
  }

  .video-frame {
    border-radius: 20px;
  }

  .hero-card,
  .footer-card {
    border-radius: 24px;
  }
}
