:root {
  --bg: #0d141d;
  --bg-soft: #111d28;
  --panel: rgba(24, 37, 50, 0.86);
  --panel-strong: #182432;
  --card: #f6f7fb;
  --text: #edf3fb;
  --muted: #a9b5c4;
  --line: rgba(156, 182, 209, 0.18);
  --accent: #f4a436;
  --accent-strong: #ffba58;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(59, 88, 117, 0.32), transparent 28%),
    radial-gradient(circle at bottom right, rgba(244, 164, 54, 0.12), transparent 22%),
    linear-gradient(180deg, #121c27 0%, #091018 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  opacity: 0.28;
  z-index: 0;
}

body::before {
  width: 280px;
  height: 280px;
  top: 80px;
  left: -40px;
  border: 1px solid rgba(131, 159, 190, 0.14);
  clip-path: polygon(0 30%, 35% 0, 100% 0, 100% 70%, 65% 100%, 0 100%);
}

body::after {
  width: 340px;
  height: 340px;
  right: -90px;
  bottom: 120px;
  background-image:
    linear-gradient(rgba(151, 177, 201, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(151, 177, 201, 0.12) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: radial-gradient(circle at center, black 40%, transparent 75%);
}

.page-shell {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px 24px 48px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(18, 28, 39, 0.82);
  backdrop-filter: blur(16px);
  position: sticky;
  top: 16px;
  z-index: 10;
}

.brand {
  display: flex;
  align-items: center;
  font-family: "Oswald", sans-serif;
}

.brand-line {
  display: inline-block;
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  letter-spacing: 0.09em;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav a,
.company-meta a {
  color: var(--text);
  text-decoration: none;
}

.main-nav a {
  font-size: 0.95rem;
  color: var(--muted);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.header-cta,
.button-primary {
  background: linear-gradient(135deg, var(--accent-strong), #ee971d);
  color: #10161f;
  box-shadow: 0 14px 30px rgba(244, 164, 54, 0.22);
}

.header-cta {
  padding: 13px 20px;
  font-weight: 800;
}

.button {
  padding: 15px 22px;
  font-weight: 800;
  border: 0;
  cursor: pointer;
}

.button-secondary {
  color: var(--text);
  border: 1px solid rgba(162, 185, 205, 0.28);
  background: rgba(18, 28, 39, 0.52);
}

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

.hero,
.final-section {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
}

.hero {
  align-items: stretch;
  min-height: 700px;
  padding: 42px 0 24px;
}

.hero-copy,
.hero-visual,
.contact-card,
.why-us,
.process-card,
.offer-step,
.story-copy,
.story-media,
.text-panel,
.showcase-media,
.showcase-copy {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 72px 48px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(18, 28, 39, 0.92), rgba(11, 18, 26, 0.96)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='rgba(159,181,203,0.12)'%3E%3Cpath d='M30 30h20v20H30zM70 30h20v20H70zM110 30h20v20h-20zM150 30h20v20h-20zM30 70h20v20H30zM70 70h20v20H70zM110 70h20v20h-20zM150 70h20v20h-20z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 28px top 36px;
  position: relative;
  overflow: hidden;
}

.hero-copy::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -70px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(147, 176, 204, 0.18);
  border-radius: 44% 56% 63% 37% / 42% 44% 56% 58%;
}

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

h1,
h2,
h3 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1.02;
}

h1 {
  max-width: 640px;
  font-size: clamp(3.5rem, 6vw, 5.8rem);
  text-transform: uppercase;
}

h1 span {
  display: block;
  color: #c7d2df;
}

.hero-text,
.section-heading p,
.info-card p,
.process-card p,
.offer-step p,
.why-us p,
.check-list li,
.company-meta p,
input,
textarea {
  color: var(--muted);
}

.hero-text {
  max-width: 580px;
  margin: 22px 0 0;
  font-size: 1.08rem;
  line-height: 1.75;
}

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

.hero-points,
.check-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  display: grid;
  gap: 14px;
}

.hero-points li,
.check-list li {
  position: relative;
  padding-left: 30px;
}

.hero-points li::before,
.check-list li::before {
  content: "•";
  position: absolute;
  left: 8px;
  top: -2px;
  color: var(--accent-strong);
  font-size: 1.2rem;
}

.hero-visual {
  padding: 26px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(79, 118, 154, 0.3), transparent 28%),
    radial-gradient(circle at bottom right, rgba(244, 164, 54, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(24, 37, 50, 0.82), rgba(10, 18, 27, 0.96));
  position: relative;
  overflow: hidden;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 28px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 36%),
    radial-gradient(circle at top right, rgba(244, 164, 54, 0.14), transparent 24%),
    linear-gradient(160deg, #243b4f 0%, #192a3a 44%, #101924 100%);
}

.hero-visual::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -40px;
  top: -50px;
  background: radial-gradient(circle, rgba(244, 164, 54, 0.18), transparent 68%);
  pointer-events: none;
}

.glass-card {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 24px;
  padding: 28px;
}

.hero-visual-intro {
  max-width: 500px;
}

.hero-visual-intro h3 {
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  line-height: 1.1;
}

.hero-visual-intro p:last-child {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.hero-image-frame,
.story-media,
.showcase-media {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
}

.hero-image-frame {
  min-height: 300px;
  border: 1px solid rgba(157, 183, 206, 0.18);
  position: relative;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.hero-image-frame img,
.story-media img,
.showcase-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 14, 20, 0.02), rgba(8, 14, 20, 0.6));
}

.hero-image-caption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 1;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(11, 20, 29, 0.68);
  border: 1px solid rgba(157, 183, 206, 0.16);
  backdrop-filter: blur(10px);
}

.hero-image-caption span,
.visual-panel small {
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  color: #c7d4e2;
}

.hero-image-caption strong {
  font-size: 1rem;
  line-height: 1.45;
}

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

.stats-row div,
.visual-panel {
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(17, 28, 39, 0.92), rgba(10, 18, 27, 0.95));
  border: 1px solid rgba(157, 183, 206, 0.16);
  backdrop-filter: blur(12px);
}

.stats-row div {
  padding: 22px;
  position: relative;
  overflow: hidden;
}

.stats-row div::after {
  content: "";
  position: absolute;
  inset: auto -30px -40px auto;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(244, 164, 54, 0.12), transparent 70%);
}

.stats-row strong {
  display: block;
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
}

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

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

.large-panel {
  min-height: 210px;
  grid-column: span 2;
}

.visual-panel {
  min-height: 136px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  font-family: "Oswald", sans-serif;
  font-size: 1.45rem;
}

.visual-panel span {
  display: block;
  margin-top: auto;
}

.single-line-title {
  padding-bottom: 14px;
}

.visual-panel p {
  margin: 10px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--muted);
}

.section {
  padding: 34px 0;
}

.story-section,
.showcase-section {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: stretch;
}

.story-copy,
.showcase-copy {
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(24, 36, 50, 0.96), rgba(14, 21, 30, 0.96));
}

.story-media,
.showcase-media {
  min-height: 100%;
  border-radius: 28px;
}

.story-metrics,
.content-columns,
.mini-points {
  display: grid;
  gap: 18px;
}

.story-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.story-metrics article,
.mini-points div {
  padding: 20px;
  border-radius: 20px;
  background: rgba(8, 15, 22, 0.4);
  border: 1px solid rgba(156, 182, 209, 0.12);
}

.story-metrics strong,
.mini-points strong {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 1.35rem;
}

.story-metrics p,
.mini-points span,
.contact-intro,
.contact-direct span {
  color: var(--muted);
  line-height: 1.7;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

h2 {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
}

.section-heading p:last-child {
  line-height: 1.75;
  margin-top: 14px;
}

.cards-grid {
  display: grid;
  gap: 18px;
}

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

.info-card {
  min-height: 280px;
  padding: 30px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(247, 248, 252, 0.98), rgba(232, 237, 244, 0.98));
  color: #17222e;
}

.icon-circle {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(244, 164, 54, 0.16);
  color: #db840a;
  font-weight: 800;
}

.info-card h3 {
  margin-top: 22px;
  font-size: 1.75rem;
}

.info-card p {
  margin-top: 14px;
  color: #4d5c6d;
  line-height: 1.65;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.process-card,
.offer-step,
.why-us,
.contact-card {
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(24, 36, 50, 0.96), rgba(14, 21, 30, 0.96));
}

.process-card {
  padding: 28px 24px;
}

.process-card h3,
.offer-step h3 {
  font-size: 1.7rem;
}

.process-card p,
.offer-step p {
  margin-top: 12px;
  line-height: 1.72;
}

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

.text-panel {
  padding: 28px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(24, 36, 50, 0.96), rgba(14, 21, 30, 0.96));
}

.text-panel h3 {
  font-size: 1.8rem;
}

.text-panel p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.76;
}

.offer-rail {
  display: grid;
  grid-template-columns: repeat(7, auto);
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.offer-step {
  width: min(100%, 260px);
  min-height: 210px;
  padding: 28px 22px;
}

.offer-arrow {
  font-size: 2rem;
  color: var(--accent-strong);
}

.final-section {
  align-items: start;
}

.why-us,
.contact-card {
  padding: 34px;
}

.why-us p {
  margin-top: 16px;
  line-height: 1.75;
}

.company-meta {
  display: grid;
  gap: 18px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.company-meta span,
.contact-form span {
  display: block;
  margin-bottom: 8px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ced8e4;
}

.company-meta a {
  font-size: 1.2rem;
  font-weight: 700;
}

.company-meta p {
  margin: 0;
  max-width: 440px;
}

.contact-form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.contact-intro {
  margin-top: 14px;
}

.contact-direct {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.contact-direct a {
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
}

.contact-form label {
  display: block;
}

input,
textarea {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(160, 183, 204, 0.18);
  border-radius: 16px;
  background: rgba(244, 247, 251, 0.96);
  font: inherit;
  color: #15212d;
  outline: none;
}

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

input:focus,
textarea:focus {
  border-color: rgba(244, 164, 54, 0.78);
  box-shadow: 0 0 0 4px rgba(244, 164, 54, 0.14);
}

@media (max-width: 1180px) {
  .hero,
  .final-section,
  .services-grid,
  .process-grid,
  .content-columns,
  .story-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-section,
  .showcase-section {
    grid-template-columns: 1fr;
  }

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

  .offer-arrow {
    display: none;
  }

  .offer-step {
    width: 100%;
  }
}

@media (max-width: 860px) {
  .page-shell {
    padding-inline: 16px;
  }

  .site-header {
    flex-wrap: wrap;
    justify-content: center;
  }

  .brand-line {
    white-space: normal;
    text-align: center;
  }

  .main-nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }

  .hero,
  .final-section,
  .services-grid,
  .process-grid,
  .offer-rail,
  .content-columns,
  .story-metrics {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy,
  .why-us,
  .contact-card {
    padding: 30px 22px;
  }

  .hero-copy {
    background-position: left 18px top 26px;
  }

  h1 {
    font-size: clamp(2.8rem, 11vw, 4rem);
  }

  .visual-grid,
  .stats-row {
    grid-template-columns: 1fr;
  }

  .large-panel {
    grid-column: span 1;
    min-height: 160px;
  }
}
