:root {
  --bg: #06010c;
  --bg-soft: #0d0317;
  --panel: rgba(21, 10, 34, 0.78);
  --panel-strong: rgba(27, 12, 44, 0.94);
  --panel-elevated: rgba(39, 18, 64, 0.82);
  --line: rgba(205, 179, 255, 0.16);
  --line-strong: rgba(229, 214, 255, 0.26);
  --text: #f4eefb;
  --muted: #b7a9ca;
  --muted-strong: #c9bfdb;
  --accent: #8e4dff;
  --accent-bright: #c19fff;
  --accent-deep: #47207d;
  --gold: #f5c26b;
  --gold-soft: rgba(245, 194, 107, 0.18);
  --shadow: 0 36px 90px rgba(2, 0, 8, 0.42);
  --radius-lg: 32px;
  --radius-md: 24px;
  --radius-sm: 18px;
  --content-width: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 16% 18%, rgba(124, 66, 255, 0.22), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(245, 194, 107, 0.12), transparent 24%),
    radial-gradient(circle at 68% 76%, rgba(96, 31, 159, 0.18), transparent 24%),
    linear-gradient(160deg, #04010a 0%, #0c0315 42%, #150722 100%);
  overflow-x: hidden;
}

a,
button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.cosmic-backdrop {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.ambient-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.88;
  animation: float-orb 16s ease-in-out infinite;
}

.ambient-orb-a {
  width: 22rem;
  height: 22rem;
  top: 4rem;
  left: -5rem;
  background: radial-gradient(circle, rgba(157, 108, 255, 0.34) 0%, rgba(157, 108, 255, 0.03) 72%);
}

.ambient-orb-b {
  width: 28rem;
  height: 28rem;
  right: -9rem;
  top: 8rem;
  background: radial-gradient(circle, rgba(245, 194, 107, 0.18) 0%, rgba(245, 194, 107, 0.02) 72%);
  animation-delay: -4s;
}

.ambient-orb-c {
  width: 18rem;
  height: 18rem;
  left: 52%;
  bottom: 5rem;
  background: radial-gradient(circle, rgba(119, 52, 221, 0.3) 0%, rgba(119, 52, 221, 0.02) 75%);
  animation-delay: -9s;
}

.starfield,
.noise-layer {
  position: absolute;
  inset: 0;
}

.starfield {
  background-image:
    radial-gradient(circle at 12% 22%, rgba(255, 255, 255, 0.8) 0 1px, transparent 1.5px),
    radial-gradient(circle at 28% 72%, rgba(255, 255, 255, 0.55) 0 1px, transparent 1.5px),
    radial-gradient(circle at 64% 16%, rgba(255, 255, 255, 0.68) 0 1px, transparent 1.5px),
    radial-gradient(circle at 76% 34%, rgba(255, 255, 255, 0.45) 0 1px, transparent 1.5px),
    radial-gradient(circle at 88% 74%, rgba(255, 255, 255, 0.76) 0 1px, transparent 1.5px),
    radial-gradient(circle at 44% 46%, rgba(255, 255, 255, 0.44) 0 1px, transparent 1.5px);
  opacity: 0.58;
  animation: drift 22s linear infinite;
}

.noise-layer {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.02), transparent 38%, rgba(255, 255, 255, 0.03) 64%, transparent 100%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.01) 0,
      rgba(255, 255, 255, 0.01) 1px,
      transparent 1px,
      transparent 80px
    );
  opacity: 0.4;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 2.5rem), var(--content-width));
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-header {
  position: sticky;
  top: 1rem;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 1.25rem;
  padding: 1rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(12, 5, 20, 0.64);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  text-decoration: none;
  color: inherit;
}

.brand-sigil {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(142, 77, 255, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 0 26px rgba(193, 159, 255, 0.16);
}

.brand-sigil svg {
  width: 1.65rem;
  height: 1.65rem;
}

.brand-sigil circle {
  fill: none;
  stroke: rgba(245, 194, 107, 0.72);
  stroke-width: 2.2;
}

.brand-sigil path {
  fill: rgba(193, 159, 255, 0.92);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-copy strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.brand-copy small {
  color: var(--muted);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.68rem;
}

.hero-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.header-controls {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.38rem 0.52rem 0.38rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.language-switch span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--muted-strong);
  text-transform: uppercase;
}

.language-switch select {
  width: auto;
  min-width: 8.6rem;
  padding: 0.52rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(12, 6, 20, 0.86);
  font-size: 0.83rem;
  font-weight: 600;
  line-height: 1;
}

.language-switch select:focus {
  box-shadow: 0 0 0 3px rgba(142, 77, 255, 0.2);
}

.nav-link,
.muted-link {
  color: var(--muted-strong);
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.nav-link {
  padding: 0.68rem 0.95rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.93rem;
}

.nav-link:hover,
.nav-link:focus-visible,
.muted-link:hover,
.muted-link:focus-visible {
  color: var(--text);
}

.nav-link:hover,
.nav-link:focus-visible {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
}

.header-cta,
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  text-decoration: none;
  border-radius: 999px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.header-cta,
.cta.primary {
  padding: 0.9rem 1.35rem;
  border: 1px solid rgba(245, 194, 107, 0.3);
  color: #120718;
  background: linear-gradient(135deg, #f7d28f, #c9a05a);
  box-shadow: 0 18px 36px rgba(245, 194, 107, 0.18);
}

.cta {
  padding: 0.82rem 1.25rem;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

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

.cta:hover {
  border-color: rgba(193, 159, 255, 0.3);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 14px 32px rgba(86, 34, 161, 0.18);
}

.cta.primary:hover,
.header-cta:hover {
  box-shadow: 0 22px 42px rgba(245, 194, 107, 0.24);
}

.site-main {
  flex: 1;
  padding: 2rem 0 4rem;
}

.hero,
.service-detail,
.checkout,
.success {
  position: relative;
}

.hero-panel,
.service-highlight,
.service-form,
.summary,
.payment-card,
.success-shell,
.success-panel,
.report-preview,
.story-card,
.process-step,
.compliance-card,
.notice-panel,
.faq-item,
.detail-card,
.section-shell {
  background: linear-gradient(180deg, rgba(34, 16, 55, 0.76), rgba(15, 8, 25, 0.88));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.hero-panel,
.section-shell,
.checkout-shell,
.success-shell {
  position: relative;
  overflow: hidden;
}

.hero-panel::before,
.section-shell::before,
.checkout-shell::before,
.success-shell::before,
.story-card::before,
.compliance-card::before,
.detail-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 30%, rgba(193, 159, 255, 0.06) 72%, transparent 100%);
  opacity: 0.9;
  pointer-events: none;
}

.hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.95fr);
  gap: 2rem;
  align-items: stretch;
  padding: 3rem;
  min-height: 34rem;
}

.hero-copy,
.hero-proof,
.section-heading,
.service-highlight > div,
.success,
.checkout,
.service-detail {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 2.6rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(245, 194, 107, 0), rgba(245, 194, 107, 0.95));
}

.hero h1,
.service-card h3,
.service-highlight h1,
.checkout h1,
.success h1,
.section-heading h2,
.success-link,
.faq-item h3,
.story-card h3,
.detail-card h3,
.process-step h3,
.compliance-card h3 {
  font-family: "Cormorant Garamond", serif;
}

.hero h1 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(3.2rem, 7vw, 6rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.hero .lede,
.description,
.footer-text,
.notice-panel p,
.compliance-card p,
.story-card p,
.process-step p,
.faq-item p {
  color: var(--muted-strong);
  line-height: 1.75;
}

.hero .lede {
  max-width: 42rem;
  margin: 1.2rem 0 1.6rem;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.hero-proof {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.hero-orbit,
.proof-item,
.ritual-stat {
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.hero-orbit {
  position: relative;
  min-height: 18rem;
  overflow: hidden;
  box-shadow: inset 0 0 80px rgba(193, 159, 255, 0.12);
}

.hero-orbit::before,
.hero-orbit::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(193, 159, 255, 0.18);
}

.hero-orbit::before {
  inset: 2rem;
  animation: pulse-halo 8s linear infinite;
}

.hero-orbit::after {
  inset: 4.2rem;
  border-color: rgba(245, 194, 107, 0.22);
  animation: pulse-halo 8s linear infinite reverse;
}

.orbit-core {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 6rem;
  height: 6rem;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(245, 194, 107, 0.88), rgba(142, 77, 255, 0.08) 72%);
  box-shadow: 0 0 55px rgba(245, 194, 107, 0.28);
}

.orbit-rune {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  color: var(--text);
  background: linear-gradient(145deg, rgba(193, 159, 255, 0.14), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.orbit-rune svg {
  width: 1.2rem;
  height: 1.2rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
}

.orbit-rune-a {
  top: 12%;
  left: 20%;
}

.orbit-rune-b {
  top: 18%;
  right: 16%;
}

.orbit-rune-c {
  bottom: 14%;
  left: 24%;
}

.orbit-rune-d {
  right: 18%;
  bottom: 18%;
}

.proof-stack {
  display: grid;
  gap: 1rem;
}

.proof-item,
.ritual-stat {
  padding: 1.2rem 1.25rem;
}

.proof-item strong,
.ritual-stat strong {
  display: block;
  margin-bottom: 0.42rem;
  font-size: 1rem;
}

.proof-item span,
.ritual-stat span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.section-shell {
  margin-top: 1.8rem;
  padding: 2rem;
}

.section-heading {
  max-width: 48rem;
  margin-bottom: 1.6rem;
}

.section-heading h2 {
  margin: 0.25rem 0 0.7rem;
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.section-heading p {
  margin: 0;
  color: var(--muted-strong);
  line-height: 1.75;
}

.story-grid,
.compliance-grid,
.faq-grid,
.detail-grid,
.signal-list,
.legal-list,
.service-grid,
.process-rail {
  display: grid;
  gap: 1.2rem;
}

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

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

.detail-grid {
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}

.process-rail {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.story-card,
.process-step,
.compliance-card,
.faq-item,
.detail-card {
  position: relative;
  padding: 1.45rem;
  min-height: 100%;
}

.icon-chip {
  width: 2.9rem;
  height: 2.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(245, 194, 107, 0.22), rgba(142, 77, 255, 0.22));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.07);
}

.icon-chip svg {
  width: 1.15rem;
  height: 1.15rem;
  stroke: var(--text);
  fill: none;
  stroke-width: 1.8;
}

.story-card h3,
.compliance-card h3,
.process-step h3,
.detail-card h3,
.faq-item h3 {
  margin: 1rem 0 0.6rem;
  font-size: 1.55rem;
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  padding: 1.55rem;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(33, 15, 51, 0.88), rgba(15, 8, 25, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto -2rem -4rem auto;
  width: 8rem;
  height: 8rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(142, 77, 255, 0.16), transparent 70%);
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(193, 159, 255, 0.24);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.36);
}

.service-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.service-card h3 {
  margin: 0;
  font-size: 2rem;
  line-height: 0.95;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(245, 194, 107, 0.2);
  background: rgba(245, 194, 107, 0.08);
  color: var(--gold);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-card ul,
.legal-list,
.signal-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.notice-panel {
  position: relative;
  padding: 1.35rem 1.45rem;
}

.service-card li,
.legal-list li,
.signal-list li {
  position: relative;
  padding-left: 1.25rem;
  color: var(--muted-strong);
  line-height: 1.7;
}

.service-card li + li,
.legal-list li + li,
.signal-list li + li {
  margin-top: 0.55rem;
}

.service-card li::before,
.legal-list li::before,
.signal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--accent-bright));
  box-shadow: 0 0 12px rgba(245, 194, 107, 0.28);
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 0.5rem;
}

.price,
.price-pill,
.amount {
  font-weight: 800;
  letter-spacing: -0.03em;
}

.price {
  font-size: 1.75rem;
}

.service-detail {
  display: grid;
  gap: 1.5rem;
}

.service-highlight {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) auto;
  gap: 1.6rem;
  align-items: start;
  padding: 2rem;
}

.service-highlight h1,
.checkout h1,
.success h1 {
  margin: 0.2rem 0 0.8rem;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.95;
}

.price-pill {
  min-width: 7rem;
  padding: 1rem 1.2rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(245, 194, 107, 0.22);
  background: linear-gradient(180deg, rgba(245, 194, 107, 0.12), rgba(255, 255, 255, 0.04));
  color: var(--gold);
  text-align: center;
  font-size: 1.55rem;
}

.service-form,
.checkout form {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: 1.8rem;
}

.field-help {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.5;
}

.form-error {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 122, 163, 0.28);
  background: rgba(119, 19, 63, 0.24);
  color: #ffd7e7;
}

label {
  display: grid;
  gap: 0.45rem;
  color: var(--muted-strong);
  font-size: 0.95rem;
  font-weight: 600;
}

input,
textarea,
select {
  width: 100%;
  padding: 0.98rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 6, 18, 0.82);
  color: var(--text);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

input::placeholder,
textarea::placeholder {
  color: rgba(201, 191, 219, 0.5);
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(193, 159, 255, 0.42);
  box-shadow: 0 0 0 4px rgba(142, 77, 255, 0.12);
}

textarea {
  min-height: 8.5rem;
  resize: vertical;
}

.inline-field {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.checkout-shell {
  display: grid;
  gap: 1.5rem;
  padding: 2rem;
}

.checkout-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.9fr);
  gap: 1.3rem;
  margin: 1rem 0;
}

.summary,
.payment-card {
  position: relative;
  padding: 1.6rem;
}

.summary dl {
  display: grid;
  grid-template-columns: minmax(7rem, 10rem) minmax(0, 1fr);
  gap: 0.75rem 1rem;
  margin: 0;
}

.summary dt {
  color: var(--muted);
  font-weight: 600;
}

.summary dd {
  margin: 0;
  line-height: 1.65;
}

.mono {
  font-family: "SFMono-Regular", Consolas, monospace;
  word-break: break-word;
}

.payment-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 18rem;
  background:
    radial-gradient(circle at 20% 18%, rgba(245, 194, 107, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(86, 36, 160, 0.92), rgba(17, 8, 30, 0.96));
}

.chip {
  width: 3.1rem;
  height: 2.2rem;
  border-radius: 0.72rem;
  background: linear-gradient(135deg, rgba(245, 194, 107, 0.92), rgba(226, 173, 86, 0.48));
  box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.14);
}

.credit-card-label {
  margin: 1.2rem 0 0.75rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.amount {
  margin: 0 0 1rem;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  color: #fff8ea;
}

.card-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
}

.success {
  max-width: 58rem;
  margin: 0 auto;
}

.success-shell,
.checkout-shell {
  padding: 2.2rem;
}

.success-panel {
  margin: 1.2rem 0;
  padding: 1.5rem;
  border-style: solid;
}

.success-link {
  margin: 0.4rem 0 0.9rem;
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.15;
  word-break: break-word;
}

.report-preview {
  margin-top: 1.2rem;
  padding: 1.5rem;
}

.hint,
.muted {
  color: var(--muted);
}

.badge.success {
  background: rgba(245, 194, 107, 0.12);
  border-color: rgba(245, 194, 107, 0.24);
  color: var(--gold);
}

.site-footer {
  padding: 0 0 2.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(11, 4, 19, 0.72);
  backdrop-filter: blur(18px);
}

.footer-title {
  margin: 0 0 0.45rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.footer-text {
  margin: 0;
  font-size: 0.93rem;
}

.hero-panel,
.section-shell,
.story-card,
.service-card,
.process-step,
.compliance-card,
.faq-item,
.detail-card,
.summary,
.payment-card,
.service-form,
.service-highlight,
.success-panel,
.report-preview {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.hero-panel.is-visible,
.section-shell.is-visible,
.story-card.is-visible,
.service-card.is-visible,
.process-step.is-visible,
.compliance-card.is-visible,
.faq-item.is-visible,
.detail-card.is-visible,
.summary.is-visible,
.payment-card.is-visible,
.service-form.is-visible,
.service-highlight.is-visible,
.success-panel.is-visible,
.report-preview.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.story-card:hover,
.process-step:hover,
.compliance-card:hover,
.faq-item:hover,
.detail-card:hover,
.summary:hover,
.success-panel:hover {
  border-color: rgba(193, 159, 255, 0.24);
}

@keyframes float-orb {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -18px, 0);
  }
}

@keyframes pulse-halo {
  0% {
    transform: scale(0.98);
    opacity: 0.55;
  }
  50% {
    transform: scale(1.03);
    opacity: 1;
  }
  100% {
    transform: scale(0.98);
    opacity: 0.55;
  }
}

@keyframes drift {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .site-header {
    border-radius: 1.6rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-panel,
  .service-highlight,
  .checkout-panel,
  .story-grid,
  .service-grid,
  .process-rail,
  .compliance-grid,
  .faq-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-copy {
    grid-column: 1 / -1;
  }

  .header-controls {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(calc(100% - 1.25rem), var(--content-width));
  }

  .site-header {
    position: static;
    margin-top: 0.8rem;
    padding: 1rem;
  }

  .hero-panel,
  .service-highlight,
  .inline-field,
  .checkout-panel,
  .story-grid,
  .service-grid,
  .process-rail,
  .compliance-grid,
  .faq-grid,
  .detail-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel,
  .section-shell,
  .checkout-shell,
  .success-shell,
  .service-form,
  .service-highlight {
    padding: 1.4rem;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(2.8rem, 17vw, 4.2rem);
  }

  .summary dl {
    grid-template-columns: 1fr;
  }

  .card-footer,
  .service-header,
  .card-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-actions,
  .hero-nav,
  .header-controls {
    width: 100%;
  }

  .language-switch {
    width: 100%;
    justify-content: space-between;
  }

  .language-switch select {
    min-width: 0;
    flex: 1;
  }

  .nav-link,
  .header-cta,
  .cta {
    width: 100%;
  }
}
