/* ===== Hoşgeldin — canlı kurumsal tema (KÜ lacivert / kırmızı / altın) ===== */
:root {
  --hg-bg: #F4F7FC;
  --hg-bg2: #FFFFFF;
  --hg-panel: #FFFFFF;
  --hg-line: rgba(5, 49, 112, .11);
  --hg-cyan: #053170;
  --hg-cyan-dim: rgba(5, 49, 112, .09);
  --hg-gold: #C4A35A;
  --hg-gold-soft: rgba(196, 163, 90, .16);
  --hg-red: #C9151B;
  --hg-red-deep: #8E1014;
  --hg-navy: #04285A;
  --hg-text: #0B1F3A;
  --hg-muted: #5A6B82;
  --hg-heading: #04285A;
  --hg-max: 1160px;
  --hg-ease: cubic-bezier(.16, 1, .3, 1);
  --hg-glow: rgba(201, 21, 27, .22);
  --hg-cta: linear-gradient(125deg, #C9151B 0%, #A01016 42%, #053170 100%);
  --hg-cta-text: #fff;
  --hg-header-bg: rgba(255, 255, 255, .88);
  --hg-footer-bg: #061830;
  --hg-body-spot1: rgba(201, 21, 27, .09);
  --hg-body-spot2: rgba(5, 49, 112, .08);
  --hg-body-spot3: rgba(196, 163, 90, .1);
  --hg-grid: rgba(5, 49, 112, .035);
  --hg-card-shine: rgba(201, 21, 27, .05);
  --hg-shadow: 0 14px 40px rgba(5, 49, 112, .08);
  --hg-shadow-lg: 0 24px 56px rgba(5, 49, 112, .14);
  --hg-is-light: 1;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.hg-body {
  margin: 0;
  min-height: 100vh;
  color: var(--hg-text);
  font-family: "Space Grotesk", system-ui, sans-serif;
  background:
    radial-gradient(1000px 480px at 6% -10%, var(--hg-body-spot1), transparent 58%),
    radial-gradient(900px 460px at 96% 4%, var(--hg-body-spot2), transparent 55%),
    radial-gradient(700px 400px at 50% 100%, var(--hg-body-spot3), transparent 60%),
    linear-gradient(180deg, #EEF3FA 0%, var(--hg-bg2) 38%, #F7F9FC 100%);
  line-height: 1.55;
  overflow-x: hidden;
}
body.hg-body::before {
  content: "";
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    linear-gradient(var(--hg-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--hg-grid) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 76%);
  opacity: .45;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.hg-wrap { width: min(100% - 2rem, var(--hg-max)); margin-inline: auto; position: relative; z-index: 1; }

.hg-skip {
  position: absolute; left: -999px; top: 0; z-index: 100;
  background: var(--hg-navy); color: #fff; padding: .75rem 1rem; font-weight: 700;
}
.hg-skip:focus { left: 1rem; top: 1rem; }

/* Duyuru bandı */
.hg-banner {
  position: relative; z-index: 2;
  background: linear-gradient(95deg, #053170 0%, #0A3D7A 35%, #C9151B 78%, #B69A51 100%);
  color: #fff;
  text-align: center;
  padding: .78rem 1.1rem;
  font-size: .9rem;
  font-weight: 650;
  letter-spacing: .02em;
  box-shadow: 0 8px 28px rgba(5, 49, 112, .25);
}

/* Header */
.hg-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(20px) saturate(1.25);
  background: var(--hg-header-bg);
  border-bottom: 1px solid var(--hg-line);
  box-shadow: 0 10px 30px rgba(5, 49, 112, .05);
}
.hg-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: .85rem 0;
}
.hg-brand {
  display: flex; align-items: center; gap: .75rem; font-weight: 700;
  min-width: 0; flex: 0 1 auto; max-width: min(360px, 58vw);
}
.hg-brand__logo {
  height: 52px; width: auto; max-width: min(210px, 52vw);
  object-fit: contain; object-position: left center; display: block;
  flex: 0 1 auto;
  filter: drop-shadow(0 6px 12px rgba(5, 49, 112, .12));
}
.hg-brand__text {
  display: flex; flex-direction: column; line-height: 1.15; gap: .12rem;
  min-width: 0;
}
.hg-brand__text strong {
  font-family: "Orbitron", sans-serif;
  font-size: .92rem; color: var(--hg-navy); letter-spacing: -.01em;
}
.hg-brand__text small {
  color: var(--hg-red); font-weight: 700; font-size: .68rem;
  letter-spacing: .12em; text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .hg-brand { max-width: calc(100% - 3.5rem); gap: .55rem; }
  .hg-brand__logo { height: 44px; max-width: min(168px, 48vw); }
  .hg-brand__text small { font-size: .62rem; letter-spacing: .08em; }
}
@media (max-width: 420px) {
  .hg-brand__text { display: none; }
  .hg-brand__logo { height: 42px; max-width: 150px; }
}

.hg-nav { display: flex; flex-wrap: wrap; gap: .2rem .15rem; align-items: center; }
.hg-nav > a {
  font-size: .86rem; font-weight: 650; color: var(--hg-muted);
  padding: .45rem .72rem; border-radius: 999px;
  transition: color .25s var(--hg-ease), background .25s, box-shadow .25s;
}
.hg-nav > a:hover {
  color: var(--hg-navy);
  background: rgba(5, 49, 112, .06);
}
.hg-nav__cta {
  color: #fff !important;
  background: var(--hg-cta) !important;
  padding: .52rem 1.1rem !important;
  border-radius: 999px; font-size: .8rem !important;
  box-shadow: 0 10px 24px var(--hg-glow);
}
.hg-nav__cta:hover {
  color: #fff !important;
  background: linear-gradient(125deg, #E01B22, #053170) !important;
  box-shadow: 0 12px 28px rgba(201, 21, 27, .35);
}
.hg-nav-toggle {
  display: none; border: 1px solid var(--hg-line); background: #fff;
  color: var(--hg-navy); font-size: 1.15rem; border-radius: 12px;
  padding: .4rem .6rem; cursor: pointer;
}

/* HERO */
.hg-hero {
  position: relative;
  min-height: min(88vh, 820px);
  display: grid; align-items: end;
  overflow: hidden;
  isolation: isolate;
}
.hg-hero--welcome { min-height: min(92vh, 880px); }
.hg-hero__slides { position: absolute; inset: 0; }
.hg-hero__slide {
  position: absolute; inset: 0; opacity: 0;
  transition: opacity 1.1s var(--hg-ease);
  pointer-events: none;
}
.hg-hero__slide.is-active { opacity: 1; }
.hg-hero__media {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: 70% center;
  background-repeat: no-repeat;
  transform: scale(1.04);
  animation: hg-kenburns 18s ease-in-out infinite alternate;
  filter: saturate(1.12) contrast(1.05);
}
@keyframes hg-kenburns {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(-1.5%, -1%, 0); }
}
.hg-hero__scan {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(242,201,106,.08) 48%, transparent 52%);
  background-size: 100% 220%;
  animation: hg-scan 7s linear infinite;
  mix-blend-mode: soft-light;
}
@keyframes hg-scan {
  0% { background-position: 0 -40%; }
  100% { background-position: 0 140%; }
}
.hg-hero__hud {
  position: absolute; inset: 1.2rem; z-index: 1; pointer-events: none;
  border: 1px solid rgba(242,201,106,.18);
  border-radius: 28px;
  box-shadow: inset 0 0 60px rgba(201,21,27,.08);
}
.hg-hero__hud::before, .hg-hero__hud::after {
  content: ""; position: absolute; width: 42px; height: 42px;
  border: 2px solid rgba(242,201,106,.55);
}
.hg-hero__hud::before { top: 12px; left: 12px; border-right: 0; border-bottom: 0; }
.hg-hero__hud::after { bottom: 12px; right: 12px; border-left: 0; border-top: 0; }
.hg-hero__orb {
  position: absolute; z-index: 1; border-radius: 50%; pointer-events: none;
  filter: blur(2px);
}
.hg-hero__orb--1 {
  width: 220px; height: 220px; top: 12%; right: 8%;
  background: radial-gradient(circle, rgba(201,21,27,.45), transparent 68%);
  animation: hg-orb 9s ease-in-out infinite alternate;
}
.hg-hero__orb--2 {
  width: 280px; height: 280px; bottom: 8%; left: 4%;
  background: radial-gradient(circle, rgba(242,201,106,.28), transparent 70%);
  animation: hg-orb 11s ease-in-out infinite alternate-reverse;
}
@keyframes hg-orb {
  from { transform: translate3d(0,0,0) scale(1); opacity: .7; }
  to { transform: translate3d(18px,-22px,0) scale(1.12); opacity: 1; }
}
.hg-hero__spark {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(2px 2px at 20% 30%, rgba(255,255,255,.55), transparent),
    radial-gradient(1.5px 1.5px at 70% 45%, rgba(242,201,106,.7), transparent),
    radial-gradient(1.5px 1.5px at 40% 70%, rgba(255,255,255,.4), transparent);
  opacity: .55;
}
.hg-hero__dots {
  position: absolute; left: 50%; bottom: 1.6rem; transform: translateX(-50%);
  z-index: 3; display: flex; gap: .45rem;
}
.hg-hero__dot {
  width: 9px; height: 9px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.55);
  background: transparent; padding: 0; cursor: pointer;
}
.hg-hero__dot.is-active {
  background: #fff;
  box-shadow: 0 0 14px rgba(201,21,27,.55);
  transform: scale(1.15);
}
.hg-hero__shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(4, 20, 48, .94) 0%, rgba(4, 20, 48, .78) 36%, rgba(4, 20, 48, .28) 66%, rgba(4, 20, 48, .42) 100%),
    linear-gradient(180deg, rgba(4, 20, 48, .2) 0%, transparent 42%, rgba(4, 20, 48, .9) 100%);
}
.hg-hero__content {
  position: relative; z-index: 1;
  padding: 6.5rem 0 4.2rem;
  max-width: 740px;
}
.hg-hero__eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .76rem; letter-spacing: .18em; text-transform: uppercase;
  color: #F2C96A; font-weight: 700; margin-bottom: 1.05rem;
  padding: .4rem .85rem .4rem .65rem;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(242, 201, 106, .35);
  backdrop-filter: blur(8px);
}
.hg-hero__eyebrow::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: linear-gradient(135deg, #C9151B, #F2C96A);
  box-shadow: 0 0 12px rgba(201, 21, 27, .7);
}
.hg-hero h1 {
  font-family: "Orbitron", "Space Grotesk", sans-serif;
  font-weight: 700; font-size: clamp(2.2rem, 5.5vw, 3.85rem);
  line-height: 1.08; margin: 0 0 1rem; letter-spacing: -.03em;
  background: linear-gradient(120deg, #FFFFFF 0%, #FFE8EA 40%, #F2C96A 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 10px 28px rgba(0,0,0,.35));
}
.hg-hero p {
  font-size: 1.12rem; max-width: 38rem;
  color: rgba(235, 240, 250, .92); margin: 0 0 1.75rem;
}
.hg-hero--cinematic .hg-btn--ghost,
.hg-hero--welcome .hg-btn--ghost {
  color: #fff;
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.32);
}
.hg-hero--cinematic .hg-btn--ghost:hover,
.hg-hero--welcome .hg-btn--ghost:hover {
  border-color: #F2C96A;
  color: #F2C96A;
  box-shadow: 0 8px 24px rgba(201,21,27,.25);
}

/* Hero alt şerit */
.hg-welcome-strip {
  position: relative; z-index: 4;
  margin-top: -2.4rem;
  margin-bottom: .5rem;
}
.hg-welcome-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .85rem;
  padding: 1rem;
  border-radius: 22px;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--hg-line);
  box-shadow: var(--hg-shadow-lg);
  backdrop-filter: blur(16px);
}
.hg-welcome-pill {
  display: flex; align-items: center; gap: .85rem;
  padding: .85rem 1rem;
  border-radius: 16px;
  background: linear-gradient(160deg, #fff, #F5F8FD);
  border: 1px solid rgba(5, 49, 112, .08);
  transition: transform .3s var(--hg-ease), box-shadow .3s;
}
.hg-welcome-pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(5, 49, 112, .1);
}
.hg-welcome-pill__ico {
  flex: 0 0 44px; width: 44px; height: 44px; border-radius: 14px;
  display: grid; place-items: center;
  font-size: 1.15rem; font-weight: 700; color: #fff;
  background: linear-gradient(145deg, var(--hg-red), var(--hg-navy));
  box-shadow: 0 8px 18px rgba(201, 21, 27, .28);
}
.hg-welcome-pill--photo { text-decoration: none; color: inherit; }
.hg-welcome-pill__thumb {
  flex: 0 0 52px; width: 52px; height: 52px; border-radius: 16px;
  background-image: var(--pill-img); background-size: cover; background-position: center;
  box-shadow: 0 8px 18px rgba(5,49,112,.22);
  border: 2px solid #fff;
}
.hg-welcome-pill em {
  display: block; font-style: normal; font-size: .78rem; color: var(--hg-muted); margin-top: .15rem;
}
.hg-welcome-pill strong {
  display: block; font-size: .92rem; color: var(--hg-navy); line-height: 1.2;
}
.hg-welcome-pill span {
  display: block; font-size: .78rem; color: var(--hg-muted); margin-top: .15rem;
}

.hg-cta-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.hg-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .45rem;
  padding: .95rem 1.5rem; border-radius: 999px; font-weight: 700; font-size: .92rem;
  border: 1px solid transparent;
  transition: transform .3s var(--hg-ease), box-shadow .3s, background .3s, border-color .3s;
}
.hg-btn:hover { transform: translateY(-3px); }
.hg-btn--primary {
  color: #fff;
  background: var(--hg-cta);
  box-shadow: 0 12px 32px var(--hg-glow);
}
.hg-btn--primary:hover {
  box-shadow: 0 16px 40px rgba(201, 21, 27, .4);
}
.hg-btn--ghost {
  color: var(--hg-navy);
  background: rgba(255,255,255,.85);
  border-color: var(--hg-line);
  backdrop-filter: blur(8px);
}
.hg-btn--ghost:hover {
  border-color: var(--hg-red);
  color: var(--hg-red);
  box-shadow: 0 10px 26px var(--hg-glow);
}

/* Sections */
.hg-section { padding: 4.75rem 0; position: relative; z-index: 1; }
.hg-section--alt {
  background:
    radial-gradient(700px 280px at 10% 0%, rgba(201, 21, 27, .05), transparent 65%),
    radial-gradient(600px 260px at 90% 100%, rgba(5, 49, 112, .05), transparent 60%),
    linear-gradient(180deg, rgba(5, 49, 112, .025), transparent);
}
.hg-section__head { margin-bottom: 2.35rem; max-width: 44rem; }
.hg-section__head h2 {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  margin: 0 0 .6rem; letter-spacing: -.02em;
  color: var(--hg-heading);
  position: relative;
  display: inline-block;
}
.hg-section__head h2::after {
  content: "";
  display: block; margin-top: .55rem;
  width: 64px; height: 4px; border-radius: 999px;
  background: linear-gradient(90deg, var(--hg-red), var(--hg-gold));
}
.hg-section__head p { margin: .85rem 0 0; color: var(--hg-muted); font-size: 1.02rem; }
.hg-section__kicker {
  display: inline-flex; align-items: center; gap: .4rem;
  margin-bottom: .7rem;
  color: var(--hg-red); font-size: .74rem; letter-spacing: .16em;
  text-transform: uppercase; font-weight: 800;
  padding: .28rem .7rem;
  border-radius: 999px;
  background: rgba(201, 21, 27, .08);
  border: 1px solid rgba(201, 21, 27, .14);
}

.hg-grid { display: grid; gap: 1.15rem; }
.hg-grid--3 { grid-template-columns: repeat(3, 1fr); }
.hg-grid--2 { grid-template-columns: repeat(2, 1fr); }
.hg-grid--4 { grid-template-columns: repeat(4, 1fr); }

/* Cards */
.hg-card {
  position: relative;
  background: var(--hg-panel);
  box-shadow: var(--hg-shadow);
  border: 1px solid var(--hg-line);
  border-radius: 20px;
  padding: 1.45rem;
  transition: transform .35s var(--hg-ease), border-color .35s, box-shadow .35s;
  overflow: hidden;
}
.hg-card::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: linear-gradient(180deg, var(--hg-red), var(--hg-gold), var(--hg-navy));
  opacity: .85;
}
.hg-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(201, 21, 27, .06), transparent 42%);
  opacity: 0; transition: opacity .35s; pointer-events: none;
}
.hg-card:hover {
  transform: translateY(-7px);
  border-color: rgba(5, 49, 112, .22);
  box-shadow: var(--hg-shadow-lg);
}
.hg-card:hover::after { opacity: 1; }
.hg-card__icon {
  width: 50px; height: 50px; border-radius: 15px; margin-bottom: 1rem;
  display: grid; place-items: center; font-size: 1.2rem;
  background: linear-gradient(145deg, rgba(201, 21, 27, .12), rgba(5, 49, 112, .1));
  color: var(--hg-navy);
  border: 1px solid rgba(5, 49, 112, .12);
  position: relative; z-index: 1;
  font-weight: 700;
}
.hg-card h3 {
  margin: 0 0 .45rem; font-size: 1.08rem; color: var(--hg-heading);
  position: relative; z-index: 1;
}
.hg-card p {
  margin: 0; color: var(--hg-muted); font-size: .93rem;
  position: relative; z-index: 1;
}
.hg-card__go {
  display: inline-flex; align-items: center; gap: .35rem;
  margin-top: 1.05rem;
  color: var(--hg-red); font-weight: 750; font-size: .85rem;
  position: relative; z-index: 1;
}
.hg-card__go::after { content: "→"; transition: transform .25s var(--hg-ease); }
.hg-card:hover .hg-card__go::after { transform: translateX(4px); }

.hg-quick a.hg-card {
  display: flex; flex-direction: column; min-height: 168px; justify-content: space-between;
}
.hg-quick .hg-card__icon {
  background: linear-gradient(145deg, #C9151B, #053170);
  color: #fff;
  border: none;
  box-shadow: 0 10px 22px rgba(201, 21, 27, .28);
}

.hg-date-card {
  border-left: none;
}
.hg-date-card strong {
  display: inline-block;
  margin: .15rem 0 .45rem;
  padding: .28rem .65rem;
  border-radius: 999px;
  background: var(--hg-gold-soft);
  color: #7A6230;
  font-size: .82rem;
}

/* Checklist */
.hg-checklist { counter-reset: hgstep; display: grid; gap: 1rem; }
.hg-checklist__item {
  position: relative;
  padding: 1.35rem 1.35rem 1.35rem 4.35rem;
  border: 1px solid var(--hg-line);
  border-radius: 18px;
  background:
    linear-gradient(120deg, rgba(255,255,255,.98), #F7FAFE);
  box-shadow: var(--hg-shadow);
  transition: transform .3s var(--hg-ease), box-shadow .3s, border-color .3s;
}
.hg-checklist__item:hover {
  transform: translateX(4px);
  border-color: rgba(201, 21, 27, .28);
  box-shadow: var(--hg-shadow-lg);
}
.hg-checklist__item::before {
  counter-increment: hgstep;
  content: counter(hgstep);
  position: absolute; left: 1.1rem; top: 1.25rem;
  width: 2.25rem; height: 2.25rem; border-radius: 50%;
  display: grid; place-items: center;
  font-weight: 800; color: #fff; font-size: .9rem;
  background: linear-gradient(145deg, #C9151B, #053170);
  box-shadow: 0 8px 18px rgba(201, 21, 27, .3);
}
.hg-checklist__item h3 {
  margin: 0 0 .4rem; color: var(--hg-navy); font-size: 1.08rem;
}
.hg-checklist__item p { margin: 0; color: var(--hg-muted); font-size: .94rem; }

/* Accordion */
.hg-accordion details {
  background: #fff;
  border: 1px solid var(--hg-line);
  border-radius: 16px; margin-bottom: .75rem;
  padding: .1rem 1.2rem;
  box-shadow: 0 8px 22px rgba(5, 49, 112, .04);
  transition: border-color .25s, box-shadow .25s;
}
.hg-accordion details:hover {
  border-color: rgba(5, 49, 112, .2);
}
.hg-accordion details[open] {
  border-color: rgba(201, 21, 27, .28);
  box-shadow: 0 12px 30px rgba(201, 21, 27, .08);
}
.hg-accordion summary {
  cursor: pointer; list-style: none; font-weight: 750; color: var(--hg-heading);
  padding: 1.1rem 1.6rem 1.1rem 0; position: relative;
}
.hg-accordion summary::-webkit-details-marker { display: none; }
.hg-accordion summary::after {
  content: "+";
  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 28px; height: 28px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(5, 49, 112, .07); color: var(--hg-navy);
  font-weight: 700; font-size: 1.1rem;
}
.hg-accordion details[open] summary { color: var(--hg-red); }
.hg-accordion details[open] summary::after {
  content: "−";
  background: rgba(201, 21, 27, .1); color: var(--hg-red);
}
.hg-accordion .hg-acc-body { padding: 0 0 1.15rem; color: var(--hg-muted); line-height: 1.65; }

/* Page hero */
.hg-page-hero {
  padding: 4.2rem 0 2.6rem;
  border-bottom: 1px solid var(--hg-line);
  background:
    radial-gradient(640px 260px at 12% 0%, rgba(201, 21, 27, .1), transparent 62%),
    radial-gradient(520px 220px at 92% 30%, rgba(5, 49, 112, .08), transparent 58%),
    linear-gradient(180deg, #fff, #F5F8FC);
}
.hg-page-hero h1 {
  font-family: "Orbitron", sans-serif;
  margin: 0; font-size: clamp(1.85rem, 3.5vw, 2.65rem);
  background: linear-gradient(120deg, var(--hg-navy) 8%, var(--hg-red) 55%, var(--hg-gold));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hg-page-hero p {
  margin: .9rem 0 0; max-width: 38rem; color: var(--hg-muted); font-size: 1.05rem;
}

.hg-empty { color: var(--hg-muted); padding: 1rem 0; }

/* CTA band */
.hg-cta-band {
  position: relative;
  border: 1px solid rgba(5, 49, 112, .12);
  border-radius: 28px;
  padding: 2.6rem 1.85rem;
  text-align: center;
  background:
    radial-gradient(520px 200px at 50% 0%, rgba(201, 21, 27, .12), transparent 70%),
    radial-gradient(480px 180px at 80% 100%, rgba(196, 163, 90, .12), transparent 65%),
    linear-gradient(160deg, #fff, #F0F5FC);
  box-shadow: var(--hg-shadow-lg);
  overflow: hidden;
}
.hg-cta-band::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(120deg, transparent 40%, rgba(255,255,255,.5), transparent 60%);
  transform: translateX(-100%);
  animation: hg-shine 7s ease-in-out infinite;
  pointer-events: none;
}
@keyframes hg-shine {
  0%, 70% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
.hg-cta-band h2 {
  font-family: "Orbitron", sans-serif; margin: 0 0 .65rem; color: var(--hg-heading);
  font-size: clamp(1.35rem, 3vw, 1.95rem);
}
.hg-cta-band p { margin: 0; color: var(--hg-muted); }

/* Footer — canlı lacivert */
.hg-footer {
  position: relative;
  margin-top: 2rem;
  color: #E8EEF8;
  background:
    radial-gradient(700px 280px at 12% 0%, rgba(201, 21, 27, .28), transparent 60%),
    radial-gradient(600px 240px at 88% 20%, rgba(196, 163, 90, .16), transparent 55%),
    linear-gradient(165deg, #061830 0%, #0A2548 48%, #071C36 100%);
  padding: 0 0 2rem;
  overflow: hidden;
}
.hg-footer__glow {
  position: absolute; inset: -20% 20% auto;
  height: 220px;
  background: radial-gradient(circle, rgba(201, 21, 27, .35), transparent 70%);
  filter: blur(40px); pointer-events: none;
}
.hg-footer .hg-wrap { position: relative; z-index: 1; padding-top: 2.5rem; }
.hg-footer a { color: rgba(232, 238, 248, .9); transition: color .2s, transform .2s; }
.hg-footer a:hover { color: #F2C96A; }

.hg-footer__cta {
  display: flex; flex-wrap: wrap; gap: 1.25rem 2rem;
  align-items: center; justify-content: space-between;
  padding: 1.5rem 1.6rem;
  margin-bottom: 2.2rem;
  border-radius: 22px;
  background: linear-gradient(120deg, rgba(201, 21, 27, .28), rgba(5, 49, 112, .35));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 16px 40px rgba(0,0,0,.2);
}
.hg-footer__kicker {
  display: inline-block; margin-bottom: .4rem;
  font-size: .72rem; letter-spacing: .16em; text-transform: uppercase;
  color: #F2C96A; font-weight: 800;
}
.hg-footer__cta h3 {
  margin: 0 0 .35rem; font-family: "Orbitron", sans-serif;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem); color: #fff;
}
.hg-footer__cta p { margin: 0; color: rgba(232, 238, 248, .78); max-width: 36rem; }
.hg-footer__cta-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.hg-footer__ghost {
  color: #fff !important;
  background: rgba(255,255,255,.1) !important;
  border-color: rgba(255,255,255,.3) !important;
}
.hg-footer__ghost:hover {
  border-color: #F2C96A !important;
  color: #F2C96A !important;
}

.hg-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 1.75rem 1.5rem;
  margin-bottom: 2rem;
}
.hg-footer h4 {
  margin: 0 0 1rem; font-size: .78rem; letter-spacing: .14em;
  text-transform: uppercase; color: #F2C96A; font-weight: 800;
}
.hg-footer__brand {
  display: flex; align-items: center; gap: .9rem; margin-bottom: 1rem;
}
.hg-footer__brand img {
  height: 52px; width: auto; max-width: 200px; object-fit: contain;
  background: rgba(255,255,255,.96); border-radius: 12px; padding: .45rem .7rem;
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
}
.hg-footer__brand span { display: flex; flex-direction: column; gap: .2rem; }
.hg-footer__brand strong { color: #fff; font-size: 1.02rem; }
.hg-footer__brand small { color: rgba(232, 238, 248, .65); font-size: .8rem; }
.hg-footer__lead {
  margin: 0 0 1.1rem; color: rgba(232, 238, 248, .72); font-size: .92rem;
}
.hg-footer__contacts { display: grid; gap: .55rem; margin-bottom: .9rem; }
.hg-footer__chip {
  display: flex; flex-direction: column; gap: .15rem;
  padding: .7rem .9rem; border-radius: 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  transition: background .25s, border-color .25s, transform .25s;
}
.hg-footer__chip span {
  font-size: .68rem; letter-spacing: .1em; text-transform: uppercase;
  color: rgba(242, 201, 106, .85); font-weight: 700;
}
.hg-footer__chip strong { color: #fff; font-size: .92rem; font-weight: 650; }
.hg-footer__chip:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(242, 201, 106, .4);
  transform: translateY(-2px);
}
.hg-footer__addr {
  margin: 0; font-size: .84rem; color: rgba(232, 238, 248, .58); line-height: 1.5;
}
.hg-footer ul { list-style: none; margin: 0; padding: 0; }
.hg-footer li { margin-bottom: .55rem; }
.hg-footer li a {
  display: inline-block; position: relative;
  padding-left: .7rem; font-size: .9rem;
  transition: color .2s, padding-left .25s;
}
.hg-footer li a::before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: 5px; height: 5px; border-radius: 50%;
  background: #C9151B;
}
.hg-footer li a:hover { color: #F2C96A; padding-left: 1rem; }

.hg-footer__bottom {
  display: flex; flex-wrap: wrap; gap: .75rem 1.25rem;
  align-items: center; justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 1.15rem;
}
.hg-footer__copy { font-size: .84rem; color: rgba(232, 238, 248, .65); }
.hg-footer__meta {
  display: flex; flex-wrap: wrap; gap: .45rem .65rem;
  font-size: .82rem; color: rgba(242, 201, 106, .85); font-weight: 600;
}

/* Reveal */
.hg-reveal {
  opacity: 0; transform: translateY(22px) scale(.985);
  transition: opacity .75s var(--hg-ease), transform .75s var(--hg-ease);
}
.hg-reveal.is-in { opacity: 1; transform: none; }

/* Legacy unused Aday leftovers kept harmless */
.hg-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.hg-stat {
  background: #fff; border: 1px solid var(--hg-line); border-radius: 18px;
  padding: 1.2rem; text-align: center; box-shadow: var(--hg-shadow);
}
.hg-stat strong {
  display: block; font-family: "Orbitron", sans-serif;
  font-size: 1.6rem; color: var(--hg-navy);
}
.hg-stat span { font-size: .75rem; color: var(--hg-muted); font-weight: 650; text-transform: uppercase; }

@media (max-width: 900px) {
  .hg-grid--3, .hg-grid--4, .hg-grid--2 { grid-template-columns: 1fr 1fr; }
  .hg-welcome-strip__inner { grid-template-columns: 1fr 1fr; }
  .hg-footer__grid { grid-template-columns: 1fr 1fr; }
  .hg-footer__brand-col { grid-column: 1 / -1; }
  .hg-footer__cta { align-items: flex-start; }
  .hg-nav-toggle { display: block; }
  .hg-nav {
    display: none; width: 100%; flex-direction: column; align-items: flex-start;
    padding: .5rem 0 1rem; gap: .35rem;
  }
  .hg-nav.is-open { display: flex; }
  .hg-header__inner { flex-wrap: wrap; }
}
@media (max-width: 620px) {
  .hg-footer__grid,
  .hg-welcome-strip__inner,
  .hg-grid--3, .hg-grid--4, .hg-grid--2, .hg-stats { grid-template-columns: 1fr; }
  .hg-hero { min-height: min(72vh, 640px); }
  .hg-welcome-strip { margin-top: -1.5rem; }
  .hg-mosaic__grid { grid-template-columns: 1fr; }
  .hg-gallery { grid-template-columns: 1fr 1fr; }
  .hg-gallery__item--wide { grid-column: 1 / -1; }
  .hg-split { grid-template-columns: 1fr; }
  .hg-journey__item { grid-template-columns: 1fr; }
}

/* ===== Gösterişli görsel katman ===== */
body.hg-body { font-family: "Manrope", "Space Grotesk", system-ui, sans-serif; }

.hg-hero { min-height: min(92vh, 860px); }
.hg-hero__spark {
  position: absolute; inset: auto 8% 18% auto; width: 180px; height: 180px; z-index: 1;
  background: radial-gradient(circle, rgba(242,201,106,.45), transparent 68%);
  filter: blur(8px); pointer-events: none;
  animation: hg-float 5.5s ease-in-out infinite;
}
.hg-hero__chips {
  display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.35rem;
}
.hg-hero__chips span {
  padding: .35rem .75rem; border-radius: 999px; font-size: .75rem; font-weight: 750;
  letter-spacing: .06em; text-transform: uppercase;
  color: #fff; background: rgba(255,255,255,.12);
  border: 1px solid rgba(242,201,106,.35);
}

.hg-filmstrip {
  position: relative; z-index: 3;
  margin-top: -1.1rem;
  overflow: hidden;
  border-block: 1px solid rgba(255,255,255,.15);
  background: #061830;
  box-shadow: 0 18px 40px rgba(4,20,48,.35);
}
.hg-filmstrip__track {
  display: flex; gap: .55rem; width: max-content;
  padding: .65rem .75rem;
  animation: hg-film 38s linear infinite;
}
.hg-filmstrip__item {
  width: 170px; height: 96px; border-radius: 12px; flex: 0 0 auto;
  background-size: cover; background-position: center;
  box-shadow: 0 8px 20px rgba(0,0,0,.35);
  border: 1px solid rgba(242,201,106,.28);
}
@keyframes hg-film {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.hg-spotlight { padding: .5rem 0 1.5rem; }
.hg-spotlight__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
}
.hg-spotlight__card {
  position: relative; min-height: 280px; border-radius: 26px; overflow: hidden;
  background-size: cover; background-position: center; color: #fff;
  box-shadow: var(--hg-shadow-lg);
  transition: transform .4s var(--hg-ease), box-shadow .4s;
}
.hg-spotlight__card::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(4,20,48,.15) 0%, rgba(4,20,48,.82) 70%, rgba(201,21,27,.55) 100%);
}
.hg-spotlight__card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 28px 56px rgba(201,21,27,.28);
}
.hg-spotlight__body {
  position: absolute; inset: auto 0 0 0; z-index: 1;
  padding: 1.6rem 1.5rem 1.7rem;
}
.hg-spotlight__body span {
  display: inline-block; margin-bottom: .45rem;
  font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 800;
  color: #F2C96A;
}
.hg-spotlight__body strong {
  display: block; font-family: "Orbitron", sans-serif;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem); line-height: 1.2; margin-bottom: .45rem;
}
.hg-spotlight__body em { font-style: normal; opacity: .9; font-weight: 600; }

.hg-mosaic { margin-top: 1.2rem; position: relative; z-index: 5; padding-bottom: 1rem; }
.hg-mosaic__grid {
  display: grid; grid-template-columns: 1.45fr 1fr 1fr;
  grid-auto-rows: 170px; gap: .85rem;
}
.hg-mosaic__card {
  position: relative; border-radius: 22px; overflow: hidden;
  background-size: cover; background-position: center;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 1.15rem 1.2rem; color: #fff; min-height: 160px;
  box-shadow: 0 18px 40px rgba(5, 49, 112, .18);
  transition: transform .35s var(--hg-ease), box-shadow .35s;
}
.hg-mosaic__card::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(4,20,48,.1) 10%, rgba(4,20,48,.82) 100%);
}
.hg-mosaic__card--lg { grid-row: 1 / span 2; min-height: 100%; }
.hg-mosaic__card:hover { transform: translateY(-6px) scale(1.01); box-shadow: 0 26px 50px rgba(201,21,27,.22); }
.hg-mosaic__tag, .hg-mosaic__card strong, .hg-mosaic__card em { position: relative; z-index: 1; }
.hg-mosaic__tag {
  font-size: .72rem; letter-spacing: .16em; font-weight: 800; color: #F2C96A; margin-bottom: .35rem;
}
.hg-mosaic__card strong { font-size: 1.2rem; font-family: "Orbitron", sans-serif; }
.hg-mosaic__card em { font-style: normal; opacity: .88; font-size: .9rem; margin-top: .2rem; }

.hg-card--photo { padding: 0; display: flex; flex-direction: column; }
.hg-card--photo::before { display: none; }
.hg-card__photo {
  height: 150px; background-size: cover; background-position: center;
  position: relative;
}
.hg-card__photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(4,20,48,.35));
}
.hg-card__body { padding: 1.15rem 1.25rem 1.35rem; position: relative; z-index: 1; }
.hg-card__body h3 { margin: 0 0 .4rem; }
.hg-card__body p { margin: 0; }

.hg-journey { display: grid; gap: 1.15rem; }
.hg-journey__item {
  display: grid; grid-template-columns: 220px 1fr; gap: 0;
  border-radius: 22px; overflow: hidden;
  border: 1px solid var(--hg-line); background: #fff;
  box-shadow: var(--hg-shadow);
  transition: transform .35s var(--hg-ease), box-shadow .35s;
}
.hg-journey__item:hover { transform: translateY(-4px); box-shadow: var(--hg-shadow-lg); }
.hg-journey__media {
  min-height: 170px; background-size: cover; background-position: center;
}
.hg-journey__body { padding: 1.35rem 1.45rem; }
.hg-journey__num {
  display: inline-block; margin-bottom: .45rem;
  font-family: "Orbitron", sans-serif; font-size: .85rem; font-weight: 700;
  color: #fff; background: linear-gradient(135deg, #C9151B, #053170);
  padding: .28rem .7rem; border-radius: 999px;
}
.hg-journey__body h3 { margin: 0 0 .4rem; color: var(--hg-navy); }
.hg-journey__body p { margin: 0; color: var(--hg-muted); }

.hg-gallery {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-auto-rows: 180px; gap: .8rem;
}
.hg-gallery--dense { grid-auto-rows: 200px; }
.hg-gallery__item {
  position: relative; border-radius: 20px; overflow: hidden;
  background-size: cover; background-position: center;
  box-shadow: var(--hg-shadow);
}
.hg-gallery__item--wide { grid-row: span 2; min-height: 100%; }
.hg-gallery__item::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(4,20,48,.78));
}
.hg-gallery__item span {
  position: absolute; left: 1rem; bottom: 1rem; z-index: 1;
  color: #fff; font-weight: 750; font-size: .95rem;
  text-shadow: 0 6px 18px rgba(0,0,0,.35);
}

.hg-timeline { display: grid; gap: 1rem; position: relative; padding-left: 1.2rem; }
.hg-timeline::before {
  content: ""; position: absolute; left: .55rem; top: .4rem; bottom: .4rem; width: 3px;
  border-radius: 999px; background: linear-gradient(180deg, #C9151B, #B69A51, #053170);
}
.hg-timeline__item { position: relative; padding-left: 1.4rem; }
.hg-timeline__dot {
  position: absolute; left: -.95rem; top: 1.15rem;
  width: 14px; height: 14px; border-radius: 50%;
  background: #fff; border: 3px solid #C9151B;
  box-shadow: 0 0 0 4px rgba(201,21,27,.12);
}
.hg-timeline__card {
  background: #fff; border: 1px solid var(--hg-line); border-radius: 18px;
  padding: 1.15rem 1.3rem; box-shadow: var(--hg-shadow);
}
.hg-timeline__card strong {
  display: inline-block; margin-bottom: .35rem;
  color: #7A6230; background: var(--hg-gold-soft);
  padding: .25rem .65rem; border-radius: 999px; font-size: .8rem;
}
.hg-timeline__card h3 { margin: 0 0 .35rem; color: var(--hg-navy); }
.hg-timeline__card p { margin: 0; color: var(--hg-muted); }

.hg-split {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 1.75rem; align-items: stretch;
}
.hg-split__visual {
  border-radius: 24px; min-height: 360px;
  background-size: cover; background-position: center;
  position: relative; overflow: hidden;
  box-shadow: var(--hg-shadow-lg);
}
.hg-split__visual::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(4,20,48,.2), rgba(201,21,27,.45));
}
.hg-split__caption {
  position: absolute; left: 1.3rem; bottom: 1.3rem; z-index: 1; color: #fff;
}
.hg-split__caption span {
  display: block; font-size: .75rem; letter-spacing: .16em; text-transform: uppercase;
  color: #F2C96A; font-weight: 800; margin-bottom: .35rem;
}
.hg-split__caption strong { font-family: "Orbitron", sans-serif; font-size: 1.4rem; }

.hg-cta-band--photo {
  background-size: cover; background-position: center;
  border: none; color: #fff; padding: 0;
}
.hg-cta-band--photo::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(4,20,48,.88), rgba(201,21,27,.55), rgba(4,20,48,.78));
  animation: none;
}
.hg-cta-band__inner { position: relative; z-index: 1; padding: 3rem 1.75rem; }
.hg-cta-band--photo h2 { color: #fff; }
.hg-cta-band--photo p { color: rgba(255,255,255,.88); }
.hg-cta-band--photo .hg-btn--ghost {
  color: #fff; border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.1);
}

.hg-page-hero--photo {
  position: relative; color: #fff;
  background-size: cover; background-position: center;
  border-bottom: none; padding: 5.5rem 0 3.2rem;
}
.hg-page-hero--photo::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(4,20,48,.9), rgba(4,20,48,.55));
}
.hg-page-hero--photo .hg-wrap { position: relative; z-index: 1; }
.hg-page-hero--photo h1 {
  background: linear-gradient(120deg, #fff, #F2C96A);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hg-page-hero--photo p { color: rgba(235,240,250,.9); }

@media (max-width: 900px) {
  .hg-mosaic__grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .hg-mosaic__card--lg { grid-row: auto; grid-column: 1 / -1; min-height: 220px; }
  .hg-gallery { grid-template-columns: 1fr 1fr; }
  .hg-gallery__item--wide { grid-row: auto; grid-column: 1 / -1; min-height: 220px; }
  .hg-split { grid-template-columns: 1fr; }
  .hg-journey__item { grid-template-columns: 160px 1fr; }
  .hg-spotlight__grid { grid-template-columns: 1fr; }
  .hg-welcome-strip__inner { grid-template-columns: 1fr 1fr; }
  .hg-filmstrip__item { width: 130px; height: 78px; }
}
@media (max-width: 560px) {
  .hg-welcome-strip__inner { grid-template-columns: 1fr; }
  .hg-hero--welcome { min-height: 78vh; }
}

/* 360 sanal tur */
.hg-btn--tour {
  color: #04285A !important;
  background: linear-gradient(125deg, #F2C96A, #E0B84A) !important;
  border: none !important;
  box-shadow: 0 10px 24px rgba(242,201,106,.35);
}
.hg-btn--tour:hover { filter: brightness(1.05); }
.hg-tour {
  position: relative; border-radius: 28px; overflow: hidden;
  background-size: cover; background-position: center; color: #fff; text-align: center;
  box-shadow: var(--hg-shadow-lg);
}
.hg-tour::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(4,20,48,.88), rgba(201,21,27,.55), rgba(4,20,48,.78));
}
.hg-tour__inner { position: relative; z-index: 1; padding: 3rem 1.75rem; }
.hg-tour__badge {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 64px; padding: .4rem .85rem; margin-bottom: .85rem;
  border-radius: 999px; font-weight: 800; letter-spacing: .08em;
  background: linear-gradient(125deg, #F2C96A, #E0B84A); color: #04285A;
  box-shadow: 0 10px 24px rgba(242,201,106,.35);
}
.hg-tour h2 { color: #fff; margin: 0 0 .6rem; font-family: "Orbitron", sans-serif; }
.hg-tour p { color: rgba(255,255,255,.88); margin: 0 auto; max-width: 40rem; }

/* Kayıt yolları / checklist / video / acil */
.hg-path-card {
  background: #fff; border: 1px solid var(--hg-line); border-radius: 22px;
  padding: 1.4rem 1.35rem; box-shadow: var(--hg-shadow);
  display: flex; flex-direction: column; gap: .65rem;
}
.hg-path-card__num {
  display: inline-flex; width: fit-content;
  font-family: "Orbitron", sans-serif; font-weight: 700; font-size: .85rem;
  color: #fff; background: linear-gradient(135deg, #C9151B, #053170);
  padding: .28rem .7rem; border-radius: 999px;
}
.hg-path-card h3 { margin: 0; color: var(--hg-navy); }
.hg-path-card p { margin: 0; color: var(--hg-muted); flex: 1; }
.hg-checklist {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: .75rem; max-width: 42rem;
}
.hg-checklist li {
  display: flex; align-items: flex-start; gap: .85rem;
  background: #fff; border: 1px solid var(--hg-line); border-radius: 16px;
  padding: .95rem 1.1rem; color: var(--hg-navy); font-weight: 650;
  box-shadow: var(--hg-shadow);
}
.hg-checklist li span {
  flex: 0 0 1.15rem; height: 1.15rem; margin-top: .15rem;
  border-radius: 6px; border: 2px solid #C9151B;
  background: rgba(201,21,27,.08);
}
.hg-video-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem;
}
.hg-video-card {
  background: #fff; border: 1px solid var(--hg-line); border-radius: 20px;
  overflow: hidden; box-shadow: var(--hg-shadow);
}
.hg-video-card__frame {
  position: relative; aspect-ratio: 16 / 9; background: #0a1a33;
}
.hg-video-card__frame iframe {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
}
.hg-video-card h3 {
  margin: 0; padding: 1rem 1.1rem 1.15rem; color: var(--hg-navy); font-size: 1rem;
}
.hg-video-placeholder {
  text-align: center; background: #fff; border: 1px dashed var(--hg-line);
  border-radius: 24px; padding: 2.4rem 1.5rem; box-shadow: var(--hg-shadow);
}
.hg-video-placeholder h2 { margin: .6rem 0 .5rem; color: var(--hg-navy); }
.hg-video-placeholder p { margin: 0 auto; max-width: 36rem; color: var(--hg-muted); }
.hg-emergency {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 1.25rem; padding: 1.6rem 1.7rem; border-radius: 24px;
  background: linear-gradient(115deg, #04285A 0%, #0A3D7A 45%, #7A1014 100%);
  color: #fff; box-shadow: var(--hg-shadow-lg);
}
.hg-emergency__kicker {
  display: inline-block; margin-bottom: .4rem;
  font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  color: #F2C96A; font-weight: 800;
}
.hg-emergency h2 { margin: 0 0 .4rem; font-family: "Orbitron", sans-serif; font-size: 1.25rem; }
.hg-emergency p { margin: 0; color: rgba(255,255,255,.85); max-width: 34rem; }
.hg-emergency__nums { display: flex; flex-wrap: wrap; gap: .65rem; }
.hg-emergency__chip {
  display: flex; flex-direction: column; gap: .15rem;
  min-width: 140px; padding: .75rem 1rem; border-radius: 16px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
  color: #fff;
}
.hg-emergency__chip span { font-size: .72rem; opacity: .85; text-transform: uppercase; letter-spacing: .06em; }
.hg-emergency__chip strong { font-size: 1.05rem; }
@media (max-width: 900px) {
  .hg-video-grid { grid-template-columns: 1fr; }
}

