:root {
  color-scheme: dark;
  --ink: #06101a;
  --ink-2: #091827;
  --ink-3: #102231;
  --paper: #f4f1ea;
  --paper-2: #ebe6dc;
  --text: #ffffff;
  --muted: #c9d0d7;
  --gold: #eda93a;
  --gold-2: #c27a12;
  --gold-3: #ffe08a;
  --bronze: #824715;
  --silver: #aeb3ba;
  --line: rgba(237, 169, 58, 0.48);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  background: var(--paper);
  color: #211a15;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 42rem;
  z-index: -2;
  background:
    radial-gradient(circle at 74% 3%, rgba(237, 169, 58, 0.18), transparent 26rem),
    linear-gradient(180deg, #030910 0 32rem, var(--paper) 32rem 100%);
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.5rem;
  align-items: center;
  padding: 0.55rem clamp(1rem, 4vw, 2.4rem);
  background: rgba(3, 10, 17, 0.88);
  border-bottom: 1px solid rgba(237, 169, 58, 0.28);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand-logo-frame,
.panel-logo-frame {
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: #020507;
  box-shadow: 0 0 30px rgba(237, 169, 58, 0.2);
  flex: 0 0 auto;
}

.brand-logo-frame {
  width: 4.9rem;
  height: 4.9rem;
}

.brand-logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: translate(3.8%, -0.45%) scale(1.18);
}

.brand-logo[src=""],
.brand-logo:not([src]) {
  display: none;
}

.brand-fallback {
  display: none;
  align-items: center;
  gap: 0.75rem;
}

.brand-service {
  display: grid;
  color: var(--gold);
  line-height: 1.04;
  text-transform: uppercase;
}

.brand-service strong {
  color: #ffffff;
  font-size: clamp(1.05rem, 1.45vw, 1.45rem);
  font-weight: 800;
}

.brand-service span {
  color: var(--gold);
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(0.92rem, 1.1vw, 1.1rem);
  font-weight: 700;
}

.brand-mark {
  width: 4rem;
  height: 4rem;
  display: grid;
  place-items: center;
  border: 3px solid var(--gold);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 25%, #ffd27b, #7b430f 72%);
  box-shadow: 0 0 30px rgba(237, 169, 58, 0.24);
}

.brand-lion {
  width: 2.7rem;
  height: 2.7rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #08111a;
  font-family: "Cinzel", Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
}

.brand-text {
  display: grid;
  color: var(--gold);
  font-family: "Cinzel", Georgia, serif;
  line-height: 1;
  text-transform: uppercase;
}

.brand-text strong {
  font-size: clamp(1.25rem, 2vw, 2.2rem);
  letter-spacing: 0.03em;
}

.brand-text span {
  font-size: clamp(0.9rem, 1.35vw, 1.35rem);
  letter-spacing: 0.02em;
}

.main-nav {
  justify-self: center;
  display: flex;
  gap: 0.35rem;
  padding: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.main-nav a,
.nav-call,
.button {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.main-nav a {
  position: relative;
  padding: 0 1rem;
  color: #eef3f8;
  font-size: 0.92rem;
  transition: color 0.2s ease, background 0.2s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--gold);
}

.main-nav a.active {
  background: rgba(237, 169, 58, 0.1);
}

.main-nav a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.35rem;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: #8cff93;
  box-shadow: 0 0 14px rgba(140, 255, 147, 0.65);
  transform: translateX(-50%);
}

.nav-call {
  gap: 0.55rem;
  padding: 0 1.15rem;
  color: #071019;
  background: linear-gradient(135deg, var(--gold-3), var(--gold));
  box-shadow: 0 8px 24px rgba(237, 169, 58, 0.22);
}

.call-status {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: #2fdb65;
  box-shadow: 0 0 0 4px rgba(47, 219, 101, 0.12), 0 0 16px rgba(47, 219, 101, 0.55);
}

.hero {
  min-height: 39rem;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(25rem, 0.92fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  padding: clamp(3rem, 7vw, 6.5rem) clamp(1rem, 6vw, 4.5rem) 5rem;
  overflow: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 28%, rgba(237, 169, 58, 0.18), transparent 16rem),
    radial-gradient(circle at 78% 58%, rgba(97, 126, 144, 0.24), transparent 23rem),
    linear-gradient(90deg, rgba(2, 8, 14, 0.99) 0 45%, rgba(5, 14, 23, 0.91) 64%, rgba(7, 15, 23, 0.62));
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 7rem;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.28));
  z-index: -1;
}

.hero-glow {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(116deg, transparent 0 47%, rgba(255, 255, 255, 0.08) 48%, transparent 59%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.022) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.014) 0 1px, transparent 1px 96px);
  opacity: 0.82;
}

.hero-content {
  max-width: 47rem;
  position: relative;
  z-index: 2;
}

.kicker {
  margin: 0 0 0.8rem;
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(3.15rem, 5.2vw, 5rem);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 7px 22px rgba(0, 0, 0, 0.48);
}

.hero-lead {
  max-width: 43rem;
  margin: 1.4rem 0 0;
  color: #eff4f7;
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  padding: 0 1.35rem;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.button.primary {
  color: #08111a;
  background: linear-gradient(135deg, var(--gold-3), var(--gold));
  box-shadow: 0 14px 36px rgba(237, 169, 58, 0.25);
}

.button.secondary {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.hero-visual {
  min-height: 27rem;
  position: relative;
  align-self: stretch;
  z-index: 1;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 4% -6% 3% 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(237, 169, 58, 0.2), transparent 58%);
  filter: blur(8px);
}

.service-panel {
  position: absolute;
  top: 1rem;
  right: 0;
  width: min(100%, 34rem);
  min-height: 22.5rem;
  overflow: hidden;
  padding: 1.55rem;
  border: 1px solid rgba(255, 222, 156, 0.22);
  border-radius: 1rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(10, 26, 39, 0.92), rgba(3, 9, 16, 0.96));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.service-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent),
    radial-gradient(circle at 85% 18%, rgba(237, 169, 58, 0.18), transparent 9rem);
  opacity: 0.9;
  pointer-events: none;
}

.panel-brand,
.panel-status,
.panel-metric,
.panel-footer {
  position: relative;
  z-index: 1;
}

.panel-brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  color: var(--gold);
  text-transform: uppercase;
}

.panel-logo-frame {
  width: 5.7rem;
  height: 5.7rem;
}

.panel-logo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(3.8%, -0.45%) scale(1.18);
}

.panel-brand strong,
.panel-brand small {
  display: block;
  line-height: 1.08;
}

.panel-brand strong {
  color: #ffffff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  font-weight: 800;
  letter-spacing: 0;
}

.panel-brand small {
  margin-top: 0.32rem;
  color: var(--gold);
  font-family: "Cinzel", Georgia, serif;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}

.panel-status {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 2.35rem;
  padding: 0.58rem 0.82rem;
  border: 1px solid rgba(237, 169, 58, 0.32);
  border-radius: 999px;
  color: #f8f0df;
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.86rem;
  font-weight: 800;
}

.panel-status span {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  background: #8cff93;
  box-shadow: 0 0 18px rgba(140, 255, 147, 0.62);
}

.panel-metric {
  margin-top: 1.4rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.panel-metric span,
.panel-metric small {
  display: block;
  color: #becbd3;
}

.panel-metric strong {
  display: block;
  margin: 0.2rem 0;
  color: #ffffff;
  font-size: clamp(2.2rem, 3.7vw, 3.15rem);
  line-height: 1;
}

.panel-footer {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.45rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.panel-footer .clock-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-width: 2px;
}

.panel-footer p {
  margin: 0;
  color: #e8eef2;
  font-size: 0.95rem;
  line-height: 1.35;
}

.panel-footer strong {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
}

.panel-lines {
  position: absolute;
  right: -3rem;
  bottom: -4.5rem;
  width: 16rem;
  height: 16rem;
  border: 1px solid rgba(237, 169, 58, 0.28);
  border-radius: 50%;
}

.panel-lines::before,
.panel-lines::after {
  content: "";
  position: absolute;
  inset: 2.2rem;
  border: 1px solid rgba(237, 169, 58, 0.2);
  border-radius: 50%;
}

.panel-lines::after {
  inset: 4.4rem;
}

.clock-icon,
.line-icon {
  display: inline-block;
  width: 3.1rem;
  height: 3.1rem;
  border: 2px solid var(--gold);
  border-radius: 50%;
  position: relative;
  flex: 0 0 auto;
}

.clock-icon::before,
.line-icon.clock::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 22%;
  width: 3px;
  height: 34%;
  background: var(--gold);
  transform: translateX(-50%);
  transform-origin: bottom;
}

.clock-icon::after,
.line-icon.clock::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28%;
  height: 3px;
  background: var(--gold);
  transform-origin: left center;
  transform: rotate(35deg);
}

.strip {
  width: min(1160px, calc(100% - 2rem));
  margin: -2.6rem auto 0;
  position: relative;
  z-index: 5;
  border: 1px solid rgba(237, 169, 58, 0.24);
  border-radius: 0.9rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(135deg, rgba(7, 20, 34, 0.98), rgba(10, 29, 46, 0.98));
  color: #ffffff;
  box-shadow: var(--shadow);
}

.coverage {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1.15fr;
  overflow: hidden;
  backdrop-filter: blur(14px);
}

.coverage-item {
  min-height: 6.7rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem clamp(1rem, 2vw, 2rem);
}

.coverage-item + .coverage-item {
  border-left: 1px solid rgba(237, 169, 58, 0.28);
}

.coverage h2,
.coverage h3,
.notice h2 {
  margin: 0 0 0.3rem;
  font-size: 1.35rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: #ffffff;
}

.coverage p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.35;
}

.coverage .coverage-note {
  max-width: 28rem;
  margin-top: 0.35rem;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.68);
}

.calendar {
  border-radius: 0.45rem;
}

.calendar::before {
  content: "";
  position: absolute;
  inset: 28% 18% auto;
  height: 3px;
  background: var(--gold);
  box-shadow: 0 0.72rem 0 var(--gold), 0 1.44rem 0 var(--gold);
}

.calendar::after {
  content: "";
  position: absolute;
  inset: 12% 22% auto;
  height: 0.55rem;
  border-left: 3px solid var(--gold);
  border-right: 3px solid var(--gold);
}

.about-intro {
  width: min(1160px, calc(100% - 2rem));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.38fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: stretch;
  margin: clamp(3.2rem, 6vw, 5rem) auto 0;
  padding: clamp(1.4rem, 4vw, 2.2rem);
  border: 1px solid rgba(117, 92, 55, 0.16);
  border-radius: 1rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.42)),
    rgba(235, 230, 220, 0.62);
  box-shadow: 0 22px 56px rgba(11, 13, 16, 0.1);
}

.about-copy {
  max-width: 48rem;
}

.about-copy h2 {
  margin: 0 0 1rem;
  color: #111820;
  font-size: clamp(1.8rem, 3.6vw, 3rem);
  line-height: 1.05;
}

.about-copy p:not(.kicker) {
  margin: 0 0 14px;
  color: #37414a;
  font-size: 1.02rem;
  line-height: 1.75;
}

.about-copy p:not(.kicker):last-child {
  margin-bottom: 0;
}

.about-trust {
  position: relative;
  overflow: hidden;
  min-height: 19rem;
  margin: 0;
  border: 1px solid rgba(237, 169, 58, 0.24);
  border-radius: 0.9rem;
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 10%, rgba(237, 169, 58, 0.16), transparent 9rem),
    linear-gradient(180deg, #071422, #0b1b2a);
  box-shadow: 0 22px 46px rgba(11, 13, 16, 0.14);
}

.about-trust::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 28%, rgba(2, 8, 14, 0.86)),
    radial-gradient(circle at 85% 10%, rgba(237, 169, 58, 0.18), transparent 9rem);
  pointer-events: none;
}

.about-trust img {
  width: 100%;
  height: 100%;
  min-height: 19rem;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.94) contrast(1.04);
}

.about-trust figcaption {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.2rem;
  z-index: 1;
}

.about-trust span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
}

.about-trust strong {
  display: block;
  max-width: 18rem;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.2;
}

.agreement-section {
  width: min(1160px, calc(100% - 2rem));
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  margin: clamp(3.2rem, 6vw, 5rem) auto;
  padding: clamp(1.5rem, 4vw, 2.4rem);
  border: 1px solid rgba(237, 169, 58, 0.22);
  border-radius: 1rem;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 18%, rgba(237, 169, 58, 0.16), transparent 16rem),
    linear-gradient(135deg, #071422, #0b1b2a);
  box-shadow: var(--shadow);
}

.agreement-copy h2 {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(2rem, 4.5vw, 3.55rem);
  line-height: 1.02;
}

.agreement-copy p:not(.kicker) {
  max-width: 42rem;
  margin: 1rem 0 1.5rem;
  color: #dce3e8;
  font-size: 1.03rem;
  line-height: 1.75;
}

.agreement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(237, 169, 58, 0.2);
  border-radius: 0.9rem;
  background: rgba(237, 169, 58, 0.24);
}

.agreement-grid article {
  min-height: 15rem;
  padding: 1.25rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 38%),
    #081827;
}

.agreement-grid .line-icon {
  width: 3.7rem;
  height: 3.7rem;
}

.agreement-check {
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 1.45rem;
  font-weight: 900;
}

.agreement-grid h3 {
  margin: 1.2rem 0 0.45rem;
  font-size: 1rem;
  text-transform: uppercase;
}

.agreement-grid p {
  margin: 0;
  color: #dce3e8;
  line-height: 1.55;
}

.section {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5.5rem) 0;
}

.section-heading {
  max-width: 43rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  color: #111820;
  font-size: clamp(2rem, 4.5vw, 3.45rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-heading > p:not(.kicker) {
  max-width: 45rem;
  margin: 0.85rem auto 0;
  color: #5e6871;
  font-size: 1.04rem;
  line-height: 1.65;
}

.work-showcase {
  padding-top: 0;
}

.work-showcase .section-heading {
  margin-bottom: 1.45rem;
}

.work-showcase .section-heading h2 {
  font-size: clamp(1.9rem, 3.8vw, 3rem);
}

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

.work-card {
  position: relative;
  min-height: 13.5rem;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(117, 92, 55, 0.16);
  border-radius: 0.9rem;
  background: #0b1b2a;
  box-shadow: 0 22px 46px rgba(11, 13, 16, 0.12);
}

.work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(3, 9, 16, 0.82)),
    radial-gradient(circle at 82% 10%, rgba(237, 169, 58, 0.13), transparent 9rem);
  pointer-events: none;
}

.work-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.work-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.05) contrast(1.03);
}

.work-card figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.55rem;
}

.package-card {
  overflow: hidden;
  border: 1px solid rgba(117, 92, 55, 0.18);
  border-radius: 0.9rem;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.62)),
    var(--paper-2);
  box-shadow: 0 22px 48px rgba(11, 13, 16, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.package-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 56px rgba(11, 13, 16, 0.18);
}

.package-top {
  min-height: 12rem;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 1.6rem;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.bronze .package-top {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 229, 173, 0.2), transparent 44%),
    linear-gradient(135deg, #4a2309, #9c5b1a 52%, #3d1a07);
}

.silver .package-top {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.42), transparent 42%),
    linear-gradient(135deg, #4b4f55, #c8ccd0 52%, #393c40);
}

.gold .package-top {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 241, 173, 0.38), transparent 42%),
    linear-gradient(135deg, #90620d, #e9b538 52%, #7d5106);
}

.shield {
  width: 4.5rem;
  height: 5rem;
  display: block;
  margin-bottom: 0.5rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.08));
  clip-path: polygon(50% 0, 88% 16%, 82% 72%, 50% 100%, 18% 72%, 12% 16%);
  position: relative;
}

.shield::after {
  content: "★";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff4c2;
  font-size: 2rem;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.45);
}

.package-top h3 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 3.25rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-shadow: 0 5px 9px rgba(0, 0, 0, 0.38);
}

.package-top p {
  margin: 0.35rem 0 0;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.price {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: baseline;
  column-gap: 0.55rem;
  padding: 1.3rem 1rem 1.1rem;
  text-align: center;
}

.price strong {
  font-size: clamp(3rem, 5vw, 4.2rem);
  line-height: 0.9;
}

.price span {
  color: #4c3421;
  font-size: 1.45rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gold .price strong,
.gold .price span {
  color: #b17408;
}

.price small {
  grid-column: 1 / -1;
  margin-top: 0.25rem;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.check-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0 1.35rem;
  list-style: none;
  border-top: 1px solid rgba(35, 27, 21, 0.22);
}

.check-list li {
  min-height: 4.2rem;
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  align-items: center;
  gap: 0.6rem;
  border-bottom: 1px solid rgba(35, 27, 21, 0.12);
  font-size: 0.95rem;
  line-height: 1.3;
}

.ok,
.no {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 1.35rem;
  font-weight: 900;
}

.ok {
  color: #9f680f;
}

.no {
  color: #4b2313;
}

.callout {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.85rem;
  align-items: center;
  margin: 1rem 1.35rem 0;
  padding: 0.7rem 0 0.8rem;
  border-bottom: 1px solid rgba(35, 27, 21, 0.22);
  text-transform: uppercase;
}

.callout span {
  grid-column: 1 / -1;
  color: #6b3d20;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.callout strong {
  color: #6b2f13;
  font-size: 3.4rem;
  line-height: 1;
}

.gold .callout strong,
.gold .callout span {
  color: #b17408;
}

.callout p {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.2;
}

.after {
  margin: 0;
  padding: 1rem 1.35rem 1.25rem;
  text-align: center;
  font-size: 0.95rem;
}

.after strong {
  display: inline-block;
  font-size: 1.3rem;
}

.notice {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.3rem;
  align-items: center;
  margin-top: 0;
  padding: 1rem 1.5rem;
}

.notice-icon {
  width: 4.1rem;
  height: 4.1rem;
  display: grid;
  place-items: center;
  border: 3px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: 2.4rem;
  font-family: Georgia, serif;
  font-weight: 700;
}

.notice ul {
  margin: 0;
  padding-left: 1.1rem;
  color: #f3f5f7;
  line-height: 1.5;
}

.tax-box {
  min-width: 12rem;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  padding-left: 1.4rem;
  border-left: 1px solid rgba(255, 255, 255, 0.34);
  color: var(--gold);
  text-transform: uppercase;
}

.receipt-icon {
  width: 2.4rem;
  height: 3rem;
  display: inline-block;
  position: relative;
  border: 2px solid var(--gold);
  border-radius: 0.15rem;
}

.receipt-icon::before {
  content: "";
  position: absolute;
  left: 0.45rem;
  right: 0.45rem;
  top: 0.75rem;
  height: 2px;
  background: var(--gold);
  box-shadow: 0 0.55rem 0 var(--gold), 0 1.1rem 0 var(--gold);
}

.receipt-icon::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -2px;
  border-style: solid;
  border-width: 0 0.68rem 0.68rem 0;
  border-color: transparent #0a1d2e transparent transparent;
}

.tax-box strong {
  max-width: 10rem;
  line-height: 1.2;
}

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

.why-card {
  min-height: 14rem;
  position: relative;
  overflow: hidden;
  padding: 1.45rem;
  border: 1px solid rgba(237, 169, 58, 0.22);
  border-radius: 0.9rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 35%),
    linear-gradient(180deg, #071422, #0b1b2a);
  color: #ffffff;
  box-shadow: 0 22px 46px rgba(13, 15, 19, 0.12);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.why-card::after {
  content: "";
  position: absolute;
  right: -3.4rem;
  top: -3.4rem;
  width: 8rem;
  height: 8rem;
  border: 1px solid rgba(237, 169, 58, 0.16);
  border-radius: 50%;
}

.why-card:hover {
  transform: translateY(-5px);
  border-color: rgba(237, 169, 58, 0.42);
}

.why-card h3 {
  margin: 1.25rem 0 0.35rem;
  font-size: 1rem;
  text-transform: uppercase;
}

.why-card p {
  margin: 0;
  color: #dce3e8;
  line-height: 1.55;
}

.why-card .line-icon {
  width: 3.15rem;
  height: 3.15rem;
  border-width: 2px;
}

.certificate::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.58rem;
  width: 1.25rem;
  height: 1.55rem;
  border: 2px solid var(--gold);
  border-radius: 0.18rem;
  transform: translateX(-50%);
}

.certificate::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 2rem;
  width: 0.52rem;
  height: 0.72rem;
  border-left: 2px solid var(--gold);
  border-right: 2px solid var(--gold);
  transform: translateX(-50%) skewX(-12deg);
}

.response::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.28rem;
  height: 1.85rem;
  background: var(--gold);
  clip-path: polygon(56% 0, 18% 52%, 48% 52%, 34% 100%, 84% 38%, 54% 38%);
  transform: translate(-50%, -50%);
}

.document {
  border-radius: 0.25rem;
}

.document::before {
  content: "";
  position: absolute;
  inset: 0.78rem 0.62rem;
  border-top: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
}

.document::after {
  content: "";
  position: absolute;
  left: 0.65rem;
  right: 0.65rem;
  top: 50%;
  border-top: 2px solid var(--gold);
}

.contact {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto clamp(2rem, 5vw, 4rem);
}

.contact-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: clamp(1.4rem, 4vw, 2rem);
  border-radius: var(--radius);
  color: #ffffff;
  background:
    linear-gradient(90deg, #071422, #0c1d2d),
    linear-gradient(135deg, rgba(237, 169, 58, 0.12), transparent);
  box-shadow: var(--shadow);
}

.contact-panel h2 {
  margin: 0;
  color: var(--gold);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  text-transform: uppercase;
}

.contact-panel p:last-child {
  margin: 0.45rem 0 0;
  color: #dbe4ea;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
}

.contact-actions a {
  min-height: 4.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0 1.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
  text-decoration: none;
}

.contact-icon {
  width: 3.1rem;
  height: 3.1rem;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid var(--gold);
  background: rgba(237, 169, 58, 0.08);
  color: var(--gold);
  flex: 0 0 auto;
  position: relative;
}

.contact-icon-square {
  border-radius: 0.45rem;
}

.contact-icon svg {
  width: 1.55rem;
  height: 1.55rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer {
  padding: 0 1rem 2.2rem;
  color: #51606d;
}

.footer-inner {
  width: min(1160px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.8fr);
  gap: 1.35rem 2rem;
  align-items: start;
  margin: 0 auto;
  padding: 1.5rem;
  border: 1px solid rgba(117, 92, 55, 0.16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 48px rgba(11, 13, 16, 0.08);
}

.footer-title {
  margin: 0 0 1rem;
  color: #111820;
  font-size: clamp(1.55rem, 3vw, 2rem);
  font-weight: 800;
}

.footer-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  color: #37414a;
}

.footer-details span,
.footer-details a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-details strong {
  color: #111820;
}

.footer-details a strong {
  color: inherit;
}

.footer-details a:hover,
.footer-details a:hover strong {
  color: var(--gold);
}

.footer-legal {
  display: grid;
  justify-items: start;
  gap: 0.4rem;
  padding-top: 0.2rem;
}

.footer-legal p {
  margin: 0;
  color: #6b747c;
}

.footer-meta {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1.15rem;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid rgba(117, 92, 55, 0.14);
  color: #77818a;
  font-size: 0.88rem;
  line-height: 1.5;
}

.footer-meta a {
  color: #5f6870;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-meta a:hover {
  color: var(--gold-2);
}

.footer-description {
  max-width: 23rem;
}

.footer-description strong {
  display: block;
  color: #111820;
}

.privacy-main {
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
  background: linear-gradient(180deg, #030910 0 25.5rem, transparent 25.5rem);
}

.privacy-hero {
  width: min(880px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(2.4rem, 5vw, 3.4rem) 0 clamp(2rem, 4vw, 2.7rem);
  color: var(--text);
}

.privacy-back {
  width: fit-content;
  min-height: 2.55rem;
  margin-bottom: clamp(1.25rem, 2.5vw, 1.65rem);
  padding-inline: 1.1rem;
}

.privacy-hero h1 {
  max-width: 16ch;
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}

.privacy-hero .hero-lead {
  max-width: 43rem;
  margin-top: 1.15rem;
  font-size: clamp(1.02rem, 1.7vw, 1.18rem);
}

.privacy-content {
  width: min(880px, calc(100% - 2rem));
  display: grid;
  gap: 0.85rem;
  margin: 0 auto;
  padding: clamp(0.8rem, 2vw, 1rem);
  border: 1px solid rgba(117, 92, 55, 0.16);
  border-radius: 1rem;
  background: #f6f2eb;
  box-shadow: 0 22px 56px rgba(11, 13, 16, 0.1);
}

.privacy-content article {
  padding: clamp(1rem, 2.4vw, 1.25rem);
  border: 1px solid rgba(117, 92, 55, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
}

.privacy-content h2 {
  margin: 0 0 0.45rem;
  color: #111820;
  font-size: clamp(1.16rem, 2.2vw, 1.42rem);
  line-height: 1.15;
  letter-spacing: 0;
}

.privacy-content p {
  margin: 0;
  color: #4f5b65;
  font-size: 0.98rem;
  line-height: 1.68;
}

.privacy-content p + p {
  margin-top: 0.75rem;
}

.privacy-updated {
  padding: 0.35rem clamp(0.25rem, 2vw, 0.75rem) 0;
  color: #7a838b;
  font-size: 0.88rem;
}

.admin-body {
  min-height: 100vh;
  background:
    linear-gradient(180deg, #030910 0 14.75rem, var(--paper) 14.75rem 100%);
}

.admin-body::before {
  content: none;
}

.admin-login-body {
  background:
    linear-gradient(180deg, #030910 0 24rem, var(--paper) 24rem 100%);
}

.admin-page {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(2.2rem, 5vw, 3.5rem) 0 3rem;
}

.admin-hero {
  max-width: 48rem;
  margin-bottom: clamp(1.15rem, 3vw, 1.55rem);
  color: var(--text);
}

.admin-hero-with-action {
  max-width: none;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: flex-start;
}

.admin-hero-with-action > div {
  max-width: 48rem;
}

.admin-hero h1 {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

.admin-hero p:not(.kicker) {
  max-width: 43rem;
  margin: 1rem 0 0;
  color: #dce4ec;
  font-size: 1.05rem;
  line-height: 1.65;
}

.admin-alert,
.admin-card,
.admin-login-card,
.admin-stats article {
  border: 1px solid rgba(117, 92, 55, 0.16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(11, 13, 16, 0.08);
}

.admin-login-page {
  min-height: 100vh;
  display: grid;
  align-content: start;
}

.admin-alert {
  margin-bottom: 1rem;
  padding: 1rem 1.2rem;
  color: #7a2a14;
  font-weight: 800;
}

.admin-login-card {
  width: min(28rem, 100%);
  display: grid;
  gap: 1rem;
  padding: clamp(1.15rem, 3vw, 1.5rem);
}

.admin-login-card label {
  display: grid;
  gap: 0.4rem;
}

.admin-login-card label span {
  color: #111820;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-login-card input {
  width: 100%;
  min-height: 2.8rem;
  padding: 0 0.9rem;
  border: 1px solid rgba(117, 92, 55, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  color: #111820;
  font: inherit;
  outline: none;
}

.admin-login-card input:focus {
  border-color: rgba(237, 169, 58, 0.68);
  box-shadow: 0 0 0 3px rgba(237, 169, 58, 0.16);
}

.admin-login-card .button {
  width: fit-content;
  border: 0;
  cursor: pointer;
}

.admin-logout {
  min-height: 2.55rem;
  padding: 0 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #eef3f8;
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.admin-logout:hover {
  border-color: rgba(237, 169, 58, 0.5);
  color: var(--gold);
  background: rgba(237, 169, 58, 0.08);
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.admin-stats article {
  padding: 1.1rem;
}

.admin-stats span {
  display: block;
  color: #68727c;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-stats strong {
  display: block;
  margin-top: 0.45rem;
  color: #111820;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.admin-card {
  padding: clamp(1rem, 2vw, 1.25rem);
}

.admin-card h2 {
  margin: 0 0 0.9rem;
  color: #111820;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.15;
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-card table {
  width: 100%;
  border-collapse: collapse;
  min-width: 100%;
}

.admin-card th,
.admin-card td {
  padding: 0.7rem 0.65rem;
  border-bottom: 1px solid rgba(117, 92, 55, 0.14);
  color: #3f4b55;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.admin-card th {
  color: #111820;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-card tbody tr:last-child td {
  border-bottom: 0;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

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

  .main-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 5.5rem;
  }

  .hero-visual {
    min-height: 22rem;
  }

  .coverage,
  .package-grid,
  .why-grid,
  .about-intro,
  .agreement-section,
  .agreement-grid,
  .notice,
  .contact-panel,
  .admin-hero-with-action,
  .admin-stats,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .admin-hero-with-action {
    display: grid;
  }

  .coverage-item + .coverage-item,
  .tax-box {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
  }

  .tax-box {
    padding: 1rem 0 0;
  }

  .contact-actions {
    justify-content: flex-start;
  }

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

@media (min-width: 641px) and (max-width: 980px) {
  .site-header {
    gap: clamp(1rem, 3vw, 1.75rem);
  }

  .brand-logo-frame {
    width: clamp(4rem, 7vw, 4.6rem);
    height: clamp(4rem, 7vw, 4.6rem);
  }

  .brand-service strong {
    font-size: clamp(1rem, 2.3vw, 1.25rem);
  }

  .brand-service span {
    font-size: clamp(0.82rem, 1.8vw, 1rem);
  }

  .hero {
    gap: 2rem;
    padding: clamp(3.7rem, 7vw, 5rem) clamp(2rem, 6vw, 3.5rem) 5.5rem;
  }

  .hero-content {
    max-width: 48rem;
  }

  .hero h1 {
    max-width: 13ch;
    font-size: clamp(2.85rem, 7vw, 4.35rem);
  }

  .hero-lead {
    max-width: 39rem;
  }

  .hero-visual {
    min-height: auto;
    align-self: auto;
  }

  .hero-visual::before {
    inset: -18% 6% -20%;
  }

  .service-panel {
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 42rem);
    min-height: auto;
  }

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

  .coverage-item:first-child {
    grid-column: 1 / -1;
  }

  .coverage-item:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, 0.24);
  }

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

  .why-card {
    min-height: 12.5rem;
  }

  .agreement-grid article {
    min-height: auto;
  }

  .contact-actions a {
    border-left-color: rgba(255, 255, 255, 0.18);
  }
}

@media (min-width: 780px) and (max-width: 980px) {
  .about-intro {
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.7fr);
  }

  .about-trust,
  .about-trust img {
    min-height: 100%;
  }

  .agreement-section {
    align-items: stretch;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 0.75rem;
    padding: 0.7rem 1rem;
  }

  .brand-mark {
    width: 3rem;
    height: 3rem;
    border-width: 2px;
  }

  .brand-logo-frame {
    width: 3.75rem;
    height: 3.75rem;
  }

  .brand-logo {
    width: 100%;
    height: 100%;
    transform: translate(3.8%, -0.45%) scale(1.18);
  }

  .brand-service strong {
    font-size: 0.92rem;
  }

  .brand-service span {
    font-size: 0.78rem;
  }

  .brand-lion {
    font-size: 1.35rem;
  }

  .brand-text strong {
    font-size: 1.2rem;
  }

  .brand-text span {
    font-size: 0.88rem;
  }

  .nav-call {
    min-height: 2.35rem;
    padding: 0 0.75rem;
    font-size: 0.9rem;
  }

  .hero {
    padding-inline: 1rem;
    padding-top: 3.2rem;
    gap: 1.2rem;
  }

  .hero h1 {
    font-size: clamp(2.05rem, 9.7vw, 2.55rem);
  }

  .hero-actions,
  .contact-actions {
    display: grid;
  }

  .button,
  .contact-actions a {
    width: 100%;
  }

  .hero-visual {
    display: none;
  }

  .strip {
    margin-top: -1.6rem;
  }

  .coverage-item {
    min-height: auto;
  }

  .about-intro {
    margin-top: 2.6rem;
  }

  .about-trust,
  .about-trust img {
    min-height: 12rem;
  }

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

  .agreement-section {
    margin: 2.6rem auto;
  }

  .agreement-copy h2 {
    max-width: none;
  }

  .agreement-grid article {
    min-height: auto;
  }

  .package-top {
    min-height: 10.5rem;
  }

  .contact-panel {
    margin-bottom: 1rem;
  }

  .contact-actions a {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding: 1rem 0 0;
  }

  .footer-inner {
    gap: 1.25rem;
    padding: 1.25rem;
  }

  .footer-details {
    display: grid;
    gap: 0.65rem;
  }

  .footer-inner,
  .footer-meta {
    grid-template-columns: 1fr;
  }

  .footer-meta {
    display: grid;
    gap: 0.35rem;
  }
}
