@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Source+Sans+3:wght@400;600;700;800&display=swap");

:root {
  --navy: #0a2463;
  --navy-2: #12317a;
  --ink: #f5f7f2;
  --muted: rgba(245, 247, 242, 0.66);
  --line: rgba(255, 255, 255, 0.15);
  --mist: rgba(255, 255, 255, 0.08);
  --paper: #070a0d;
  --white: #ffffff;
  --panel: #10151d;
  --accent: #f7b32b;
  --teal: #1f7a76;
  --danger: #b54747;
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

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

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

p {
  margin: 0;
}

p + p {
  margin-top: 1rem;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.site-shell {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 4;
  background: rgba(7, 10, 13, 0.76);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.nav-wrap {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
}

.brand-mark {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  color: #080b0f;
  background: var(--accent);
  border: 1px solid rgba(247, 179, 43, 0.45);
  border-radius: 8px;
}

.nav-menu {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.nav-menu a {
  padding: 9px 12px;
  border-radius: 8px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.94rem;
}

.nav-menu a:hover,
.nav-menu a.is-active {
  color: var(--accent);
  background: rgba(255, 255, 255, 0.07);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--accent);
}

.btn,
button.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid var(--navy);
  border-radius: 8px;
  color: var(--white);
  background: var(--navy);
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.btn:hover {
  background: var(--navy-2);
}

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

.btn.secondary {
  color: var(--ink);
  background: transparent;
  border-color: var(--line);
}

.btn.secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

.btn.accent {
  color: #080b0f;
  background: var(--accent);
  border-color: var(--accent);
}

.btn.accent:hover {
  background: #eaa51e;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 66px;
  background: radial-gradient(circle at 78% 12%, rgba(247, 179, 43, 0.18), transparent 28%),
    radial-gradient(circle at 18% 75%, rgba(10, 36, 99, 0.42), transparent 32%),
    var(--paper);
}

.hero.dark {
  color: var(--white);
  background: #070a0d;
}

.template-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.template-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  filter: grayscale(1) contrast(1.15);
}

.hero.dark::before,
.dark-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: linear-gradient(90deg, rgba(7, 10, 13, 0.98), rgba(7, 10, 13, 0.74)), url("../images/section/bg-about.jpg");
  background-size: cover;
  background-position: center;
  opacity: 1;
}

.hero.has-video::before {
  background-image: linear-gradient(90deg, rgba(7, 10, 13, 0.96), rgba(7, 10, 13, 0.42) 52%, rgba(7, 10, 13, 0.88));
}

.template-float {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0.46;
  filter: grayscale(1) contrast(1.1);
  transform: translateZ(0);
  will-change: transform;
}

.template-float img {
  width: 100%;
  height: auto;
}

.template-float-one {
  width: clamp(138px, 18vw, 258px);
  right: 7vw;
  top: 126px;
  animation: floatSpin 16s ease-in-out infinite;
}

.template-float-two {
  width: clamp(180px, 24vw, 360px);
  right: -92px;
  bottom: -78px;
  opacity: 0.22;
  animation: slowDrift 20s ease-in-out infinite;
}

.hero > .container,
.dark-band > .container {
  position: relative;
  z-index: 2;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(330px, 0.64fr);
  gap: 56px;
  align-items: center;
}

.hero-copy {
  max-width: 780px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero.dark .eyebrow,
.dark-band .eyebrow {
  color: var(--accent);
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Oswald", Arial, sans-serif;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  font-size: 5.7rem;
  max-width: 960px;
  text-transform: uppercase;
}

h2 {
  font-size: 3.65rem;
  text-transform: uppercase;
}

h3 {
  font-size: 1.7rem;
}

h4 {
  font-size: 1.2rem;
}

.lead {
  max-width: 760px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 1.22rem;
}

.hero.dark .lead,
.dark-band .lead {
  color: rgba(255, 255, 255, 0.78);
}

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

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.trust-stat {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.trust-stat strong {
  display: block;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1.7rem;
}

.trust-stat span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.hero-form {
  position: relative;
  padding: 26px;
  color: var(--ink);
  background: rgba(16, 21, 29, 0.86);
  backdrop-filter: blur(18px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), var(--shadow);
}

.hero-form::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background-image: linear-gradient(135deg, rgba(247, 179, 43, 0.16), transparent 42%);
  opacity: 1;
  pointer-events: none;
}

.hero-form > * {
  position: relative;
}

.form-title {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 8px;
  color: #080b0f;
  background: var(--accent);
  font-size: 0.84rem;
  font-weight: 800;
  white-space: nowrap;
}

.field {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
}

label {
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  font: inherit;
}

input::placeholder,
textarea::placeholder {
  color: rgba(245, 247, 242, 0.46);
}

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

.helper,
.error-text {
  color: var(--muted);
  font-size: 0.9rem;
}

.error-text {
  display: none;
  color: var(--danger);
}

.field.has-error input,
.field.has-error select,
.field.has-error textarea {
  border-color: var(--danger);
}

.field.has-error .error-text {
  display: block;
}

.section {
  padding: 92px 0;
  background: var(--paper);
}

.kinetic-band {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0d1118;
}

.kinetic-track {
  display: flex;
  width: max-content;
  gap: 34px;
  padding: 18px 0;
  color: rgba(245, 247, 242, 0.58);
  font-family: "Oswald", Arial, sans-serif;
  font-size: 2.45rem;
  line-height: 1;
  white-space: nowrap;
  animation: marqueeSlide 34s linear infinite;
}

.kinetic-track span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 34px;
}

.kinetic-track span::after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: var(--accent);
}

.section.tight {
  padding: 58px 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.65fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 38px;
}

.section-head p {
  color: var(--muted);
  font-size: 1.08rem;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: 28px;
  align-items: stretch;
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-row {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(10px);
}

.feature-index {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #080b0f;
  background: var(--accent);
  border-radius: 8px;
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 700;
}

.feature-row p,
.card p,
.plan p {
  color: var(--muted);
}

.visual-panel {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  padding: 24px;
  color: var(--white);
  background: #0b1017;
  border-radius: 8px;
}

.visual-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(180deg, rgba(7, 10, 13, 0.18), rgba(7, 10, 13, 0.88)), url("../images/item/bg-1.jpg");
  background-size: cover;
  background-position: center;
}

.visual-panel > * {
  position: relative;
}

.metric-stack {
  display: grid;
  gap: 12px;
  margin-top: auto;
}

.metric {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.metric span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.metric strong {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.grid-asym {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
}

.card {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(10px);
}

.card.highlight {
  color: var(--ink);
  background: linear-gradient(135deg, rgba(10, 36, 99, 0.95), rgba(13, 17, 25, 0.95));
  border-color: rgba(247, 179, 43, 0.35);
}

.card.highlight p {
  color: rgba(255, 255, 255, 0.78);
}

.card.wide {
  grid-column: span 2;
}

.card img {
  width: 100%;
  height: 210px;
  margin: 18px 0 0;
  object-fit: cover;
  border-radius: 8px;
}

.process {
  counter-reset: process;
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 18px;
}

.process-step {
  counter-increment: process;
  position: relative;
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(10px);
}

.process-step::before {
  content: counter(process, decimal-leading-zero);
  display: block;
  margin-bottom: 18px;
  color: var(--accent);
  font-family: "Oswald", Arial, sans-serif;
  font-size: 2rem;
}

.dark-band {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: #070a0d;
}

.dark-band .card {
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.16);
}

.dark-band .card p,
.dark-band .feature-row p {
  color: rgba(255, 255, 255, 0.72);
}

.dark-band .feature-row {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.16);
}

.quote {
  padding: 30px;
  border-left: 6px solid var(--accent);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.quote p {
  font-size: 1.2rem;
  color: var(--ink);
}

.quote cite {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.video-shell {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  display: grid;
  place-items: center;
  padding: 30px;
  color: var(--white);
  background: #0b1017;
  border-radius: 8px;
}

.video-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(7, 10, 13, 0.9), rgba(7, 10, 13, 0.45)), url("../images/section/bg-about.jpg");
  background-size: cover;
  background-position: center;
}

.showreel-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.36;
  filter: grayscale(1) contrast(1.08);
}

.video-shell > * {
  position: relative;
}

.play-panel {
  width: min(540px, 100%);
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

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

.magnetic {
  transform: translate3d(var(--magnetic-x, 0), var(--magnetic-y, 0), 0);
  will-change: transform;
}

@keyframes marqueeSlide {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes floatSpin {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(-18px, 26px, 0) rotate(14deg);
  }
}

@keyframes slowDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-34px, -18px, 0) scale(1.06);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .template-video-bg video,
  .showreel-video {
    display: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

.timeline {
  display: grid;
  gap: 18px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(10px);
}

.timeline-kicker {
  color: var(--accent);
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1.45rem;
}

.plans-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 18px;
}

.plan {
  display: grid;
  gap: 18px;
  min-height: 300px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(10px);
}

.plan.featured {
  color: var(--ink);
  background: linear-gradient(135deg, rgba(10, 36, 99, 0.95), rgba(13, 17, 25, 0.96));
  border-color: rgba(247, 179, 43, 0.35);
}

.plan.featured p,
.plan.featured li {
  color: rgba(255, 255, 255, 0.76);
}

.plan-price {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 2.1rem;
  line-height: 1;
}

.plan ul,
.check-list {
  display: grid;
  gap: 10px;
}

.plan li,
.check-list li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
}

.plan li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--accent);
  border-radius: 50%;
}

.faq {
  display: grid;
  gap: 12px;
}

.faq details {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(10px);
}

.faq summary {
  cursor: pointer;
  font-weight: 800;
}

.faq p {
  margin-top: 12px;
  color: var(--muted);
}

.cta-strip {
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  border-radius: 8px;
  background: var(--accent);
}

.cta-strip p {
  color: rgba(21, 25, 35, 0.75);
}

.site-footer {
  margin-top: auto;
  padding: 42px 0;
  color: rgba(255, 255, 255, 0.76);
  background: #06080b;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: start;
}

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

.footer-links a {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.mini-note {
  color: var(--muted);
  font-size: 0.92rem;
}

.admin-status {
  margin-top: 16px;
  font-size: 0.95rem;
}

.admin-status[data-tone="error"] {
  color: #ff9e9e;
}

.admin-status[data-tone="success"] {
  color: #bfe9c1;
}

.admin-dashboard {
  display: grid;
  gap: 24px;
}

.admin-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: end;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

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

.admin-stat {
  padding: 22px;
}

.admin-stat span {
  display: block;
  color: var(--muted);
  text-transform: uppercase;
  font-size: 0.86rem;
  font-weight: 700;
}

.admin-stat strong {
  display: block;
  margin-top: 10px;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}

.submission-list {
  display: grid;
  gap: 18px;
}

.submission-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.submission-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  margin-bottom: 18px;
}

.submission-top h3 {
  margin-top: 10px;
}

.submission-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 8px;
  color: #080b0f;
  background: var(--accent);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.submission-meta {
  display: grid;
  gap: 6px;
  justify-items: end;
  color: var(--muted);
  font-size: 0.92rem;
}

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

.submission-field {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.submission-field span {
  display: block;
  color: var(--muted);
  font-size: 0.83rem;
  text-transform: uppercase;
}

.submission-field strong {
  display: block;
  margin-top: 7px;
  font-size: 1rem;
  word-break: break-word;
}

.admin-empty {
  padding: 32px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 980px) {
  .nav-wrap {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-menu,
  .nav-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .site-header.is-open .nav-menu {
    display: grid;
    grid-column: 1 / -1;
    justify-content: stretch;
    padding-bottom: 18px;
  }

  .site-header.is-open .nav-menu a {
    padding: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--line);
  }

  .hero-grid,
  .section-head,
  .two-col,
  .process,
  .plans-grid,
  .grid-asym,
  .footer-grid,
  .admin-toolbar,
  .submission-top {
    grid-template-columns: 1fr;
  }

  .card.wide {
    grid-column: auto;
  }

  h1 {
    font-size: 3.45rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  .trust-row,
  .cta-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(100% - 28px, 1180px);
  }

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

  .section {
    padding: 58px 0;
  }

  .hero-form,
  .card,
  .plan,
  .process-step,
  .timeline-item,
  .quote,
  .cta-strip {
    padding: 20px;
  }

  h1 {
    font-size: 2.7rem;
  }

  h2 {
    font-size: 2.05rem;
  }

  .lead {
    font-size: 1.08rem;
  }

  .hero-actions {
    display: grid;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .visual-panel,
  .video-shell {
    min-height: 340px;
  }

  .template-float {
    display: none;
  }

  .kinetic-track {
    animation-duration: 24s;
    font-size: 1.65rem;
  }

  .admin-stats,
  .submission-grid {
    grid-template-columns: 1fr;
  }

  .admin-actions,
  .submission-meta {
    justify-content: flex-start;
    justify-items: start;
  }
}
