@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #102331;
  --ink-soft: #244050;
  --panel: #132331;
  --panel-2: #1d3444;
  --paper: #f8fbfc;
  --paper-2: #eef4f6;
  --mist: #dbe7eb;
  --mist-deep: #c7d7de;
  --white: #ffffff;
  --text: #233744;
  --muted: #5b6b76;
  --muted-dark: #d6e4ea;
  --line: rgba(16, 35, 49, 0.12);
  --line-strong: rgba(16, 35, 49, 0.18);
  --line-light: rgba(255, 255, 255, 0.16);
  --accent: #ff7a1a;
  --accent-deep: #c84d00;
  --signal: #ffb44d;
  --info: #77a6b0;
  --info-soft: #a8c8d0;
  --shadow-sm: 0 14px 32px rgba(11, 27, 40, 0.08);
  --shadow-md: 0 28px 64px rgba(6, 18, 28, 0.24);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --font-head: 'Oswald', Impact, sans-serif;
  --font-body: 'Manrope', Arial, sans-serif;
}

.hv3-wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 88px 28px;
  box-sizing: border-box;
  position: relative;
  overflow: clip;
  font-family: var(--font-body);
  color: var(--text);
}

.hv3-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  pointer-events: none;
}

.hv3-inner {
  position: relative;
  z-index: 1;
  max-width: 1260px;
  margin: 0 auto;
}

.hv3-wrap--hero {
  background:
    radial-gradient(circle at top left, rgba(255, 180, 77, 0.14), transparent 30%),
    radial-gradient(circle at 85% 15%, rgba(119, 166, 176, 0.18), transparent 24%),
    linear-gradient(180deg, #09131c 0%, #10202e 54%, #163040 100%);
  padding-top: 34px;
  padding-bottom: 34px;
}

.hv3-wrap--hero::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.85), transparent 85%);
}

.hv3-wrap--categories {
  background:
    radial-gradient(circle at 15% 12%, rgba(255, 122, 26, 0.08), transparent 18%),
    linear-gradient(180deg, #f4f8fa 0%, #e8eff2 100%);
}

.hv3-wrap--process {
  background:
    radial-gradient(circle at 88% 14%, rgba(119, 166, 176, 0.16), transparent 20%),
    linear-gradient(180deg, #dbe5ea 0%, #cedbe1 100%);
}

.hv3-wrap--cta {
  background:
    radial-gradient(circle at 82% 18%, rgba(119, 166, 176, 0.18), transparent 20%),
    linear-gradient(180deg, #0c1721 0%, #142838 100%);
}

.hv3-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: var(--info);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hv3-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--info) 0%, rgba(119, 166, 176, 0.16) 100%);
  flex-shrink: 0;
}

.hv3-hero .hv3-kicker,
.hv3-card-side .hv3-kicker,
.hv3-form-content .hv3-kicker {
  color: var(--info-soft);
}

.hv3-hero .hv3-kicker::before,
.hv3-card-side .hv3-kicker::before,
.hv3-form-content .hv3-kicker::before {
  background: linear-gradient(90deg, var(--info-soft) 0%, rgba(168, 200, 208, 0.16) 100%);
}

.hv3-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(320px, 0.68fr);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(135deg, rgba(23, 41, 55, 0.97) 0%, rgba(10, 18, 27, 0.99) 100%);
  box-shadow: var(--shadow-md);
}

.hv3-hero-left,
.hv3-hero-right,
.hv3-card-main,
.hv3-card-side,
.hv3-form-card,
.hv3-form-content,
.hv3-story-card,
.hv3-cats a {
  position: relative;
}

.hv3-hero-left {
  padding: 58px 56px;
  background:
    radial-gradient(circle at top left, rgba(255, 122, 26, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
}

.hv3-hero-right {
  padding: 42px 38px;
  border-left: 1px solid rgba(255,255,255,0.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0)),
    linear-gradient(180deg, #162634 0%, #0d1823 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hv3-hero h1,
.hv3-section-head h2,
.hv3-card-main h2,
.hv3-card-side h2,
.hv3-form-card h2,
.hv3-form-content h2,
.hv3-story-body h3,
.hv3-hero-cta-head {
  margin: 0;
  font-family: var(--font-head);
  letter-spacing: 0.01em;
  line-height: 0.98;
  text-transform: uppercase;
  text-wrap: balance;
}

.hv3-hero h1 {
  max-width: 10.6ch;
  margin-bottom: 22px;
  color: #f7fbfd;
  font-size: clamp(3.8rem, 7vw, 6.8rem);
  line-height: 0.94;
}

.hv3-hero h1 em {
  font-style: normal;
  color: var(--accent);
}

.hv3-hero p,
.hv3-card-main p,
.hv3-card-side p,
.hv3-form-card p,
.hv3-form-content p,
.hv3-story-body p,
.hv3-section-head p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.82;
}

.hv3-hero p,
.hv3-card-side p,
.hv3-form-content p,
.hv3-hero-cta-sub {
  color: var(--muted-dark);
}

.hv3-card-main p,
.hv3-form-card p,
.hv3-story-body p,
.hv3-section-head p {
  color: var(--muted);
}

.hv3-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hv3-pills span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.05);
  color: #edf5f8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hv3-hero-cta-head {
  color: #f5fbfd;
  font-size: 34px;
}

.hv3-hero-cta-sub {
  margin: 10px 0 24px;
  font-size: 16px;
  line-height: 1.75;
}

.hv3-btn-primary,
.hv3-btn-outline {
  display: block;
  width: 100%;
  padding: 16px 18px;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  font-family: var(--font-head);
  font-size: 19px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.hv3-btn-primary {
  background: linear-gradient(180deg, var(--signal) 0%, var(--accent-deep) 100%);
  color: #fff9f4 !important;
  box-shadow: 0 16px 30px rgba(200, 77, 0, 0.26);
}

.hv3-btn-outline {
  margin-top: 10px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.03);
  color: #e7f1f5 !important;
}

.hv3-btn-primary:hover,
.hv3-btn-outline:hover,
.hv3-cats a:hover,
.hv3-story-card:hover,
.hv3-link-stack a:hover,
.hv3-feat-links a:hover {
  transform: translateY(-2px);
}

.hv3-hero-rule {
  height: 1px;
  margin: 28px 0;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.18), rgba(255,255,255,0));
}

.hv3-contact-item {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  color: #94afba;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hv3-contact-item a {
  display: block;
  margin-top: 6px;
  color: #f4fbfd;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
}

.hv3-contact-item:last-child {
  border-bottom: none;
}

.hv3-section-head {
  margin: 0 0 34px;
}

.hv3-section-head h2,
.hv3-card-main h2,
.hv3-form-card h2,
.hv3-story-body h3 {
  color: var(--ink);
}

.hv3-card-side h2,
.hv3-form-content h2,
.hv3-hero-cta-head {
  color: #f5fbfd;
}

.hv3-section-head h2,
.hv3-card-main h2,
.hv3-card-side h2,
.hv3-form-card h2,
.hv3-form-content h2 {
  margin-bottom: 14px;
  font-size: clamp(2.3rem, 4vw, 4.2rem);
}

.hv3-section-head p {
  max-width: 920px;
}

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

.hv3-cats a,
.hv3-story-card,
.hv3-card-main,
.hv3-card-side,
.hv3-form-card,
.hv3-form-content {
  border-radius: var(--radius-md);
}

.hv3-cats a {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 24px 22px;
  overflow: hidden;
  background: linear-gradient(180deg, var(--paper) 0%, #edf4f6 100%);
  border: 1px solid rgba(16, 35, 49, 0.09);
  box-shadow: var(--shadow-sm);
  color: var(--text);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.hv3-cats a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--signal) 100%);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.hv3-cats a:hover {
  border-color: rgba(255, 122, 26, 0.34);
  box-shadow: 0 24px 40px rgba(13, 28, 40, 0.1);
}

.hv3-cats a:hover::before {
  opacity: 1;
}

.hv3-cats strong {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-family: var(--font-head);
  font-size: 28px;
  line-height: 1.02;
  text-transform: uppercase;
}

.hv3-cats span {
  display: block;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

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

.hv3-story-card {
  overflow: hidden;
  background: linear-gradient(180deg, var(--paper) 0%, #eef4f6 100%);
  border: 1px solid rgba(16, 35, 49, 0.1);
  box-shadow: var(--shadow-sm);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.hv3-story-card:hover {
  border-color: rgba(255, 122, 26, 0.24);
  box-shadow: 0 24px 44px rgba(13, 28, 40, 0.12);
}

.hv3-story-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.hv3-story-body {
  padding: 24px 22px;
}

.hv3-story-body h3 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1;
}

.hv3-story-tag {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  color: var(--info);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hv3-two-col,
.hv3-form-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 18px;
  align-items: start;
}

.hv3-card-main,
.hv3-form-card {
  padding: 38px 34px;
  background: linear-gradient(180deg, var(--paper) 0%, #eef4f6 100%);
  border: 1px solid rgba(16, 35, 49, 0.12);
  box-shadow: var(--shadow-sm);
}

.hv3-card-side,
.hv3-form-content {
  padding: 38px 34px;
  background:
    radial-gradient(circle at top right, rgba(119, 166, 176, 0.22), transparent 24%),
    linear-gradient(180deg, #182836 0%, #0f1c29 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow-md);
}

.hv3-card-main h3,
.hv3-card-side h3,
.hv3-form-content h3 {
  margin: 28px 0 14px;
  font-family: var(--font-head);
  font-size: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hv3-card-main h3 {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--accent);
  color: var(--ink);
}

.hv3-card-side h3,
.hv3-form-content h3 {
  color: var(--info-soft);
}

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

.hv3-checklist div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(16, 35, 49, 0.1);
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hv3-checklist div::before {
  content: "";
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--signal) 100%);
  box-shadow: 0 0 0 6px rgba(255, 122, 26, 0.08);
}

.hv3-link-stack,
.hv3-feat-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}

.hv3-link-stack a,
.hv3-feat-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  color: #e6f1f5;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.hv3-link-stack a::after,
.hv3-feat-links a::after {
  content: "→";
  color: var(--signal);
}

.hv3-link-stack a:hover,
.hv3-feat-links a:hover {
  border-color: rgba(255, 122, 26, 0.34);
}

.hv3-form-card p {
  margin-bottom: 18px;
}

.hv3-form {
  display: grid;
  gap: 10px;
}

.hv3-form input,
.hv3-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 16px;
  border-radius: 14px;
  border: 1px solid rgba(16, 35, 49, 0.12);
  outline: none;
  background: #fbfeff;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.hv3-form input:focus,
.hv3-form textarea:focus {
  border-color: rgba(255, 122, 26, 0.56);
  box-shadow: 0 0 0 4px rgba(255, 122, 26, 0.12);
  background: var(--white);
}

.hv3-form textarea {
  min-height: 160px;
  resize: vertical;
}

.hv3-form button {
  padding: 16px 18px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--signal) 0%, var(--accent-deep) 100%);
  color: #fff9f4;
  cursor: pointer;
  font-family: var(--font-head);
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 16px 30px rgba(200, 77, 0, 0.24);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.hv3-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(200, 77, 0, 0.28);
}

.hv3-form-small {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.hv3-form-small strong {
  color: var(--ink);
}

.hv3-form-content h2 {
  margin-bottom: 18px;
}

.hv3-form-content p {
  color: #d6e4ea;
}

@media (max-width: 1200px) {
  .hv3-wrap {
    padding: 72px 24px;
  }

  .hv3-hero {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  .hv3-hero-left {
    padding: 48px 42px;
  }

  .hv3-hero-right {
    padding: 42px 30px;
  }

  .hv3-card-main,
  .hv3-card-side,
  .hv3-form-card,
  .hv3-form-content {
    padding: 32px 28px;
  }
}

@media (max-width: 1080px) {
  .hv3-cats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .hv3-hero h1 {
    font-size: clamp(3.4rem, 5vw, 5.4rem);
  }

  .hv3-card-main h2,
  .hv3-card-side h2,
  .hv3-form-card h2,
  .hv3-form-content h2,
  .hv3-section-head h2 {
    font-size: 32px;
  }
}

@media (max-width: 960px) {
  .hv3-wrap {
    padding: 58px 20px;
  }

  .hv3-hero,
  .hv3-two-col,
  .hv3-form-wrap {
    grid-template-columns: 1fr;
  }

  .hv3-hero-left {
    padding: 36px 28px;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .hv3-hero-right {
    padding: 30px 28px;
    border-left: none;
  }

  .hv3-checklist {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hv3-wrap {
    padding: 48px 16px;
  }

  .hv3-wrap--hero {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .hv3-hero-left,
  .hv3-hero-right,
  .hv3-card-main,
  .hv3-card-side,
  .hv3-form-card,
  .hv3-form-content {
    padding: 28px 22px;
  }

  .hv3-hero h1 {
    max-width: none;
    font-size: clamp(3rem, 9vw, 4.2rem);
    line-height: 0.98;
  }

  .hv3-section-head h2,
  .hv3-card-main h2,
  .hv3-card-side h2,
  .hv3-form-card h2,
  .hv3-form-content h2 {
    font-size: 30px;
  }

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

  .hv3-story-grid {
    grid-template-columns: 1fr;
  }

  .hv3-cats a {
    min-height: 0;
    padding: 20px 18px;
  }

  .hv3-story-body {
    padding: 20px 18px;
  }

  .hv3-story-body h3 {
    font-size: 24px;
  }

  .hv3-link-stack a,
  .hv3-feat-links a {
    padding: 15px 16px;
  }
}

@media (max-width: 600px) {
  .hv3-wrap {
    padding: 40px 14px;
  }

  .hv3-hero-left,
  .hv3-hero-right,
  .hv3-card-main,
  .hv3-card-side,
  .hv3-form-card,
  .hv3-form-content {
    padding: 24px 18px;
  }

  .hv3-kicker {
    font-size: 11px;
    letter-spacing: 0.18em;
  }

  .hv3-kicker::before {
    width: 16px;
  }

  .hv3-hero h1 {
    font-size: 42px;
  }

  .hv3-hero p,
  .hv3-section-head p,
  .hv3-card-main p,
  .hv3-card-side p,
  .hv3-form-card p,
  .hv3-form-content p,
  .hv3-story-body p {
    font-size: 16px;
  }

  .hv3-pills {
    flex-direction: column;
    align-items: stretch;
  }

  .hv3-pills span {
    text-align: center;
  }

  .hv3-cats {
    grid-template-columns: 1fr;
  }

  .hv3-btn-primary,
  .hv3-btn-outline,
  .hv3-form button {
    width: 100%;
  }

  .hv3-contact-item a {
    font-size: 16px;
  }

  .hv3-link-stack a,
  .hv3-feat-links a {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}

@media (max-width: 480px) {
  .hv3-wrap {
    padding: 32px 12px;
  }

  .hv3-hero h1 {
    font-size: 36px;
  }

  .hv3-section-head h2,
  .hv3-card-main h2,
  .hv3-card-side h2,
  .hv3-form-card h2,
  .hv3-form-content h2 {
    font-size: 26px;
  }

  .hv3-hero-cta-head {
    font-size: 24px;
  }

  .hv3-btn-primary {
    font-size: 18px;
  }

  .hv3-btn-outline {
    font-size: 16px;
  }

  .hv3-cats strong {
    font-size: 22px;
  }

  .hv3-cats span,
  .hv3-story-body p,
  .hv3-checklist div,
  .hv3-link-stack a,
  .hv3-feat-links a,
  .hv3-form-small {
    font-size: 14px;
  }
}
