:root {
  color-scheme: light;
  --ink: #121418;
  --muted: #5b6470;
  --soft: #eef2f4;
  --line: #d8dee5;
  --paper: #ffffff;
  --night: #10141b;
  --steel: #243242;
  --red: #a8323e;
  --green: #1b7f6d;
  --gold: #bb8138;
  --shadow: 0 16px 42px rgba(22, 29, 38, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--soft);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 72px;
  padding: 16px 56px;
  background: rgba(16, 20, 27, 0.96);
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
}

.brand-mark {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  background: #ffffff;
  color: var(--night);
  font-size: 0.78rem;
  font-weight: 900;
}

.brand-text {
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav a:hover {
  color: #ffffff;
}

.hero {
  position: relative;
  min-height: 78vh;
  overflow: hidden;
  color: var(--ink);
  display: flex;
  align-items: center;
  padding: 88px 56px;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

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

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(246, 248, 249, 0.98) 0%, rgba(246, 248, 249, 0.92) 38%, rgba(246, 248, 249, 0.46) 66%, rgba(246, 248, 249, 0.06)),
    linear-gradient(0deg, rgba(246, 248, 249, 0.2), rgba(246, 248, 249, 0.1));
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(690px, 100%);
  border-left: 5px solid var(--red);
  padding: 32px 0 32px 30px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  max-width: 780px;
  font-size: 5rem;
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  max-width: 760px;
  font-size: 3rem;
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  line-height: 1.25;
}

.hero-text {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.1rem;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(168, 50, 62, 0.22);
  border-radius: 8px;
  padding: 0 12px;
  color: var(--red);
  background: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
  font-weight: 700;
}

.record-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1.22fr);
  gap: 46px;
  align-items: start;
  padding: 56px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.record-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.record-grid div {
  min-height: 104px;
  padding: 20px;
  background: #ffffff;
}

dt {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

dd {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}

dd a {
  color: var(--red);
}

.section {
  padding: 88px 56px;
}

.section-kicker {
  margin-bottom: 36px;
}

.operations {
  background: #f7f8f9;
}

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

.process-list article {
  position: relative;
  min-height: 280px;
  border-left: 4px solid var(--steel);
  border-radius: 0 8px 8px 0;
  padding: 26px 24px 24px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(18, 20, 24, 0.04);
}

.process-list span {
  display: inline-block;
  margin-bottom: 58px;
  color: var(--red);
  font-weight: 900;
}

.process-list p,
.standard-grid p,
.desk-table span,
.contact p {
  color: var(--muted);
}

.release-desk {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(460px, 1.28fr);
  gap: 54px;
  background: #ffffff;
}

.desk-table {
  border-top: 2px solid var(--night);
}

.desk-table div {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) 1fr;
  gap: 26px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.desk-table strong {
  color: var(--night);
}

.standards {
  background: var(--night);
  color: #ffffff;
}

.standards h2 {
  color: #ffffff;
}

.standard-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
}

.standard-grid article {
  min-height: 230px;
  padding: 24px;
  background: #171d26;
}

.standard-grid p {
  color: rgba(255, 255, 255, 0.68);
}

.policy-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(420px, 1.25fr);
  gap: 46px;
  padding: 70px 56px;
  background: #f2f0eb;
  border-bottom: 1px solid #ddd6cb;
}

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

.policy-links a {
  display: grid;
  gap: 10px;
  min-height: 132px;
  border: 1px solid #d8cec1;
  border-radius: 8px;
  padding: 22px;
  background: #ffffff;
}

.policy-links span {
  color: var(--red);
  font-weight: 900;
}

.policy-links small {
  color: var(--muted);
  font-size: 0.92rem;
}

.contact {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(420px, 1.3fr);
  gap: 54px;
  background: #ffffff;
}

.contact-card {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
  font-style: normal;
}

.contact-card p {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 20px;
  margin: 0;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}

.contact-card p:last-child {
  border-bottom: 0;
}

.contact-card strong {
  color: var(--ink);
}

.contact-card a {
  color: var(--red);
  font-weight: 900;
}

.contact-card span,
.contact-card a,
.site-footer p {
  overflow-wrap: anywhere;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 56px;
  background: var(--night);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
}

.site-footer p {
  margin: 0;
}

.site-footer div {
  display: flex;
  gap: 22px;
}

.site-footer a {
  color: #ffffff;
  font-weight: 800;
}

.policy-page {
  background: #ffffff;
}

.policy-header {
  padding: 24px 56px;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.policy-header .brand {
  color: var(--ink);
}

.policy-header .brand-mark {
  background: var(--night);
  color: #ffffff;
}

.policy-content {
  max-width: 920px;
  padding: 70px 56px;
}

.policy-content h1 {
  color: var(--ink);
  font-size: 3.4rem;
  line-height: 1;
}

.policy-content h2 {
  margin: 38px 0 14px;
  font-size: 1.35rem;
  line-height: 1.22;
}

.policy-content p,
.policy-content li {
  color: var(--muted);
  font-size: 1rem;
}

.policy-content a {
  color: var(--red);
  font-weight: 800;
}

@media (max-width: 1080px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 28px;
  }

  .nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero,
  .section,
  .record-panel,
  .policy-band,
  .contact,
  .policy-content {
    padding-left: 28px;
    padding-right: 28px;
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .record-panel,
  .release-desk,
  .policy-band,
  .contact {
    grid-template-columns: 1fr;
  }

  .process-list,
  .standard-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .hero {
    min-height: 82vh;
    padding-top: 64px;
    padding-bottom: 50px;
  }

  h1 {
    font-size: 3rem;
  }

  h2,
  .policy-content h1 {
    font-size: 2.15rem;
  }

  .hero-meta,
  .site-footer,
  .site-footer div {
    align-items: flex-start;
    flex-direction: column;
  }

  .record-grid,
  .process-list,
  .standard-grid,
  .policy-links,
  .desk-table div,
  .contact-card p {
    grid-template-columns: 1fr;
  }

  .process-list article,
  .standard-grid article {
    min-height: auto;
  }

  .process-list span {
    margin-bottom: 28px;
  }
}

/* Homepage visual refresh for StarReal Drama. */
body {
  background: #111721;
  overflow-x: hidden;
}

.site-header {
  background: rgba(12, 16, 22, 0.94);
  backdrop-filter: blur(14px);
}

.nav {
  flex-wrap: wrap;
  row-gap: 10px;
}

.hero {
  display: block;
  min-height: auto;
  padding: 90px 56px 96px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(168, 50, 62, 0.24), rgba(187, 129, 56, 0.12) 34%, rgba(20, 31, 44, 0.08)),
    linear-gradient(160deg, #10141b 0%, #162033 54%, #10141b 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 82px 82px;
  opacity: 0.22;
  pointer-events: none;
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 68px;
  align-items: center;
  width: min(1220px, 100%);
  margin: 0 auto;
}

.hero-shell > *,
.service-card,
.preview-card,
.workflow-list li,
.global-copy,
.section-kicker {
  min-width: 0;
}

.hero-copy {
  border-left: 5px solid var(--red);
  padding: 28px 0 28px 30px;
}

.hero h1 {
  color: #ffffff;
  font-size: 4.6rem;
}

.hero-text {
  color: rgba(255, 255, 255, 0.78);
}

.hero-meta span {
  border-color: rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
}

.hero-visual {
  display: grid;
  justify-items: center;
}

.device-frame {
  position: relative;
  overflow: hidden;
  border: 10px solid #070a0f;
  border-radius: 34px;
  background: #0b111a;
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.1);
}

.device-frame::before {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 4;
  width: 34%;
  height: 18px;
  border-radius: 0 0 12px 12px;
  background: #070a0f;
  content: "";
  transform: translateX(-50%);
}

.hero-phone {
  width: min(390px, 100%);
  aspect-ratio: 9 / 18.5;
}

.preview-phone {
  width: min(252px, 100%);
  aspect-ratio: 9 / 18.6;
  border-width: 8px;
  border-radius: 30px;
}

.device-image,
.global-image {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.global-image {
  border-radius: 8px;
}

.optional-image.is-missing {
  display: none;
}

.device-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 34px 18px 20px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(31, 44, 61, 0.18), rgba(8, 11, 16, 0.44)),
    #121a25;
}

.phone-status,
.phone-brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone-status {
  margin-bottom: 18px;
}

.phone-status span {
  width: 40px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.phone-status span:last-child {
  width: 22px;
}

.phone-brand-row {
  margin-bottom: 18px;
}

.phone-brand-row strong {
  font-size: 1.05rem;
}

.phone-brand-row span {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 3px 8px;
  color: #f0c27a;
  font-size: 0.72rem;
  font-weight: 800;
}

.phone-feature {
  display: grid;
  align-content: end;
  min-height: 48%;
  border-radius: 8px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.58)),
    linear-gradient(145deg, #a8323e, #243242 58%, #bb8138);
}

.phone-feature small,
.phone-feature span,
.phone-caption span {
  color: rgba(255, 255, 255, 0.74);
}

.phone-feature strong {
  margin: 8px 0;
  font-size: 1.28rem;
}

.phone-shelf,
.poster-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 16px;
}

.phone-shelf span,
.poster-row span {
  min-height: 76px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02)),
    #29374a;
}

.phone-caption {
  display: grid;
  gap: 4px;
  margin-top: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.06);
}

.services {
  color: #ffffff;
  background:
    linear-gradient(180deg, #111721 0%, #151d28 100%);
}

.services h2,
.platform-preview h2,
.workflow-section h2,
.global-section h2 {
  color: inherit;
}

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

.service-card {
  display: grid;
  gap: 16px;
  min-height: 254px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    #171f2b;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.service-card p,
.platform-preview p,
.workflow-list p,
.global-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.service-icon,
.workflow-icon {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 8px;
  color: #f0c27a;
  background: rgba(187, 129, 56, 0.12);
}

.service-icon svg,
.workflow-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.platform-preview {
  color: #ffffff;
  background:
    linear-gradient(180deg, #151d28 0%, #10141b 100%);
}

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

.preview-card {
  display: grid;
  justify-items: center;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 26px;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
}

.preview-card h3,
.preview-card p {
  max-width: 320px;
}

.app-home-fallback {
  background:
    linear-gradient(180deg, rgba(168, 50, 62, 0.22), transparent 36%),
    #101722;
}

.poster-row span:first-child {
  min-height: 148px;
  background: linear-gradient(155deg, #a8323e, #26374d);
}

.poster-row span:nth-child(2) {
  min-height: 148px;
  background: linear-gradient(155deg, #bb8138, #1b7f6d);
}

.poster-row span:nth-child(3) {
  min-height: 148px;
  background: linear-gradient(155deg, #243242, #a8323e);
}

.mini-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.mini-list span,
.detail-lines span {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.mini-list span:nth-child(2),
.detail-lines span:nth-child(2) {
  width: 78%;
}

.mini-list span:nth-child(3),
.detail-lines span:nth-child(3) {
  width: 58%;
}

.app-detail-fallback {
  background: #101722;
}

.detail-cover {
  min-height: 48%;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.58)),
    linear-gradient(140deg, #bb8138, #a8323e 48%, #243242);
}

.detail-title {
  width: 74%;
  height: 20px;
  margin: 18px 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
}

.detail-lines {
  display: grid;
  gap: 8px;
}

.episode-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: auto;
}

.episode-grid span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.72rem;
  font-weight: 800;
}

.app-player-fallback {
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.72)),
    linear-gradient(155deg, #1a2636, #a8323e 58%, #bb8138);
}

.player-glow {
  position: absolute;
  inset: 18% 18% auto;
  height: 38%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.play-button {
  position: absolute;
  top: 46%;
  left: 50%;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
}

.play-button::after {
  position: absolute;
  top: 17px;
  left: 22px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #ffffff;
  content: "";
}

.player-actions {
  position: absolute;
  right: 16px;
  bottom: 96px;
  display: grid;
  gap: 12px;
}

.player-actions span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.subtitle-bar,
.player-title {
  position: relative;
  z-index: 1;
}

.subtitle-bar {
  border-radius: 8px;
  padding: 9px 10px;
  background: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
}

.player-title {
  margin-top: 12px;
  font-weight: 900;
}

.workflow-section {
  color: #ffffff;
  background:
    linear-gradient(180deg, #10141b 0%, #141d28 100%);
}

.workflow-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.workflow-list::before {
  position: absolute;
  top: 23px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
  content: "";
}

.workflow-list li {
  position: relative;
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 236px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.045);
}

.global-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(420px, 1.25fr);
  gap: 44px;
  align-items: center;
  color: #ffffff;
  background: #141d28;
}

.global-visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(168, 50, 62, 0.18), rgba(27, 127, 109, 0.14)),
    #101722;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

.global-fallback {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(135deg, rgba(187, 129, 56, 0.16), transparent 42%, rgba(27, 127, 109, 0.14));
  background-size: 66px 66px, 66px 66px, auto;
}

.orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-12deg);
}

.orbit-one {
  width: 72%;
  height: 36%;
}

.orbit-two {
  width: 48%;
  height: 64%;
  transform: translate(-50%, -50%) rotate(22deg);
}

.map-card {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(10, 14, 20, 0.72);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  font-size: 0.9rem;
  font-weight: 800;
}

.map-card-left {
  left: 9%;
  top: 30%;
}

.map-card-center {
  left: 42%;
  top: 46%;
}

.map-card-right {
  right: 8%;
  top: 26%;
}

.operations,
.release-desk,
.policy-band,
.contact {
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0)),
    #10141b;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.operations h2,
.release-desk h2,
.policy-band h2,
.contact h2 {
  color: #ffffff;
}

.process-list article,
.policy-links a,
.contact-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    #171f2b;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.process-list article {
  border-left: 4px solid var(--red);
}

.process-list p,
.desk-table span,
.policy-links small,
.contact p,
.contact-card span {
  color: rgba(255, 255, 255, 0.7);
}

.desk-table {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.desk-table div,
.contact-card p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.desk-table strong,
.contact-card strong {
  color: #ffffff;
}

.policy-links span,
.contact-card a {
  color: #f0c27a;
}

.policy-band {
  background:
    linear-gradient(135deg, rgba(168, 50, 62, 0.11), rgba(27, 127, 109, 0.07)),
    #10141b;
}

.contact {
  background:
    linear-gradient(180deg, #10141b 0%, #111721 100%);
}

.site-footer {
  align-items: flex-start;
}

.site-footer .footer-main {
  display: grid;
  gap: 7px;
}

.site-footer .footer-contact {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
}

.site-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

@media (max-width: 1080px) {
  .hero-shell,
  .global-section {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    justify-items: start;
  }

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

  .workflow-list {
    grid-template-columns: 1fr;
  }

  .workflow-list::before {
    top: 0;
    bottom: 0;
    left: 23px;
    right: auto;
    width: 1px;
    height: auto;
  }

  .workflow-list li {
    min-height: auto;
    padding-left: 72px;
  }

  .workflow-icon {
    position: absolute;
    left: 18px;
    top: 20px;
  }
}

@media (max-width: 820px) {
  .preview-grid {
    grid-template-columns: 1fr;
  }

  .preview-card {
    width: min(100%, 420px);
    margin: 0 auto;
  }
}

@media (max-width: 680px) {
  .site-header {
    gap: 18px;
    padding-left: 22px;
    padding-right: 22px;
    max-width: 100vw;
    overflow: visible;
  }

  .nav {
    width: calc(100vw - 44px);
    max-width: calc(100vw - 44px);
    overflow-x: visible;
    gap: 14px 12px;
    white-space: normal;
  }

  .hero {
    min-height: auto;
    padding: 62px 22px 68px;
  }

  .hero-copy {
    padding-left: 20px;
  }

  .hero h1 {
    width: calc(100vw - 92px);
    max-width: 100%;
    font-size: 2.35rem;
    line-height: 1.04;
    overflow-wrap: normal;
  }

  .hero-text {
    width: calc(100vw - 92px);
    max-width: 100%;
    font-size: 1rem;
  }

  .hero-meta {
    width: calc(100vw - 92px);
    max-width: 100%;
  }

  .hero-shell {
    width: calc(100vw - 44px);
    max-width: calc(100vw - 44px);
    gap: 38px;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
  }

  .hero-phone {
    width: min(310px, 100%);
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .preview-card {
    padding: 20px;
  }

  .global-visual {
    min-height: 360px;
  }

  .map-card-center {
    left: 28%;
  }

  .site-footer .footer-links {
    justify-content: flex-start;
  }
}
