@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Source+Sans+3:wght@300;400;500;600;700&display=swap");

:root {
  --bg-body: #030513;
  --bg-gradient: radial-gradient(120% 120% at 20% -20%, rgba(102, 249, 255, 0.22), transparent 55%), radial-gradient(120% 120% at 80% 0%, rgba(142, 90, 255, 0.18), transparent 60%), linear-gradient(180deg, #05071d 0%, #01010a 100%);
  --bg-surface: rgba(12, 18, 39, 0.86);
  --bg-surface-alt: rgba(8, 12, 28, 0.82);
  --bg-section-alt: rgba(11, 16, 33, 0.75);
  --text-primary: #f6f8ff;
  --text-secondary: #94a4c7;
  --accent: #68faff;
  --accent-dark: #3d7bff;
  --accent-soft: rgba(104, 250, 255, 0.16);
  --border: rgba(133, 149, 255, 0.14);
  --border-strong: rgba(133, 149, 255, 0.36);
  --shadow-soft: 0 48px 120px rgba(3, 8, 28, 0.7);
  --shadow-card: 0 26px 80px rgba(5, 10, 34, 0.52);
  --accent-gradient: linear-gradient(120deg, #67f9ff 0%, #7e7dff 50%, #fe89ff 100%);
  --glass-gradient: linear-gradient(140deg, rgba(104, 250, 255, 0.06) 0%, rgba(126, 125, 255, 0.05) 32%, rgba(254, 137, 255, 0.06) 100%);
  --blur-strength: blur(26px);
  --radius-xs: 8px;
  --radius-sm: 14px;
  --radius-md: 20px;
  --radius-lg: 26px;
  --radius-xl: 36px;
  --max-width: 1240px;
  --transition: all 0.45s cubic-bezier(0.25, 0.1, 0.25, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg-gradient);
  color: var(--text-primary);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}

body,
body * {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
}

body::before {
  content: "";
  position: fixed;
  inset: -20% -30%;
  background: radial-gradient(ellipse at 20% 0%, rgba(111, 255, 255, 0.22), transparent 60%), radial-gradient(ellipse at 80% 20%, rgba(125, 120, 255, 0.18), transparent 65%), conic-gradient(from 120deg at 50% 50%, rgba(255, 140, 248, 0.2), transparent 35%, rgba(128, 255, 248, 0.18) 55%, transparent 75%);
  filter: blur(120px);
  opacity: 0.9;
  z-index: -2;
  animation: aurora 32s ease-in-out infinite alternate;
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 12, 32, 0.7) 0%, rgba(3, 7, 18, 0.92) 100%);
  backdrop-filter: blur(24px);
  mix-blend-mode: screen;
  opacity: 0.45;
  z-index: -1;
  pointer-events: none;
}

::selection {
  background: rgba(104, 250, 255, 0.25);
  color: var(--text-primary);
}

::-webkit-scrollbar {
  width: 10px;
  background: rgba(6, 9, 24, 0.6);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(104, 250, 255, 0.52) 0%, rgba(126, 125, 255, 0.6) 100%);
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(126, 125, 255, 0.72) 0%, rgba(254, 137, 255, 0.72) 100%);
}

input,
textarea {
  user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  -webkit-touch-callout: default;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.35s ease, opacity 0.35s ease;
}

.site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  isolation: isolate;
}

.shell {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: linear-gradient(120deg, rgba(8, 13, 32, 0.82) 0%, rgba(4, 7, 22, 0.74) 100%);
  border-bottom: 1px solid rgba(133, 149, 255, 0.18);
  box-shadow: 0 28px 60px rgba(3, 5, 18, 0.45);
  position: sticky;
  overflow: hidden;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(103, 249, 255, 0.16), transparent 45%, rgba(254, 137, 255, 0.14) 90%);
  opacity: 0.65;
  pointer-events: none;
}

.site-header::after {
  content: "";
  position: absolute;
  inset: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  mix-blend-mode: overlay;
  pointer-events: none;
}

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 20px 0;
}

.brand {
  display: grid;
  gap: 6px;
}

.brand-title {
  font-family: "Marcellus", "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 2.6rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  background: var(--accent-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 6px 18px rgba(104, 250, 255, 0.2));
  margin: 0;
}

.brand-subtitle {
  font-size: 0.92rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(148, 164, 199, 0.8);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  position: relative;
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text-primary);
  border-radius: var(--radius-xs);
  padding: 10px 16px;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--transition);
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-link {
  position: relative;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 0;
  color: rgba(245, 248, 255, 0.86);
}

.nav-link::after {
  content: "";
  position: absolute;
  inset: auto 0 -2px 0;
  height: 2px;
  background: var(--accent-gradient);
  transform: scaleX(0);
  transition: transform 0.35s ease;
  transform-origin: center;
}

.nav-link:hover::after,
.nav-link:focus-visible::after {
  transform: scaleX(1);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 34px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.94rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(14, 20, 44, 0.92) 0%, rgba(8, 12, 30, 0.88) 100%);
  box-shadow: 0 16px 45px rgba(5, 11, 32, 0.52);
  backdrop-filter: blur(8px);
}

.btn::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(150deg, rgba(16, 22, 46, 0.92) 0%, rgba(8, 12, 28, 0.78) 100%);
  transition: opacity 0.45s ease;
  z-index: 0;
}

.btn::after {
  content: "";
  position: absolute;
  inset: -160% -40%;
  background: radial-gradient(circle at 30% 30%, rgba(104, 250, 255, 0.32) 0%, transparent 58%);
  transform: rotate(18deg);
  opacity: 0;
  transition: opacity 0.45s ease, transform 0.45s ease;
  z-index: 0;
}

.btn span,
.btn strong {
  position: relative;
  z-index: 1;
}

.btn:hover::after,
.btn:focus-visible::after {
  opacity: 1;
  transform: rotate(0deg);
}

.btn-primary {
  background: var(--accent-gradient);
  color: #010409;
  box-shadow: 0 28px 68px rgba(104, 250, 255, 0.35);
}

.btn-primary::before {
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.32;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 36px 80px rgba(104, 250, 255, 0.45);
}

.btn-outline {
  background: linear-gradient(160deg, rgba(13, 18, 38, 0.74) 0%, rgba(8, 12, 32, 0.86) 100%);
  color: var(--text-primary);
  border: 1px solid rgba(104, 250, 255, 0.3);
}

.btn-outline:hover,
.btn-outline:focus-visible {
  color: var(--accent);
  border-color: rgba(104, 250, 255, 0.6);
  transform: translateY(-3px) scale(1.01);
}

.site-main {
  flex: 1 1 auto;
}

.hero {
  position: relative;
  padding: clamp(90px, 16vw, 160px) 0 clamp(80px, 12vw, 130px);
  isolation: isolate;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(133, 149, 255, 0.18);
  background: var(--glass-gradient);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(104, 250, 255, 0.18), transparent 58%), radial-gradient(ellipse at 80% 30%, rgba(254, 137, 255, 0.22), transparent 60%);
  opacity: 0.9;
  filter: blur(80px);
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  inset: -30% -10% -40% 40%;
  background: radial-gradient(circle, rgba(104, 250, 255, 0.28) 0%, transparent 60%);
  filter: blur(120px);
  opacity: 0.6;
  animation: floatHalo 18s ease-in-out infinite alternate;
  z-index: -1;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(32px, 6vw, 64px);
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-copy {
  display: grid;
  gap: 26px;
}

.hero-kicker {
  font-size: 0.88rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(104, 250, 255, 0.88);
}

.hero h1 {
  margin: 0;
  font-family: "Marcellus", "Times New Roman", serif;
  font-size: clamp(2.8rem, 5vw, 3.6rem);
  line-height: 1.12;
  background: linear-gradient(120deg, #eef3ff 0%, rgba(104, 250, 255, 0.8) 45%, rgba(255, 165, 255, 0.78) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.hero p {
  margin: 0;
  font-size: 1.08rem;
  color: rgba(148, 164, 199, 0.78);
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 26px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(133, 149, 255, 0.18);
  background: linear-gradient(140deg, rgba(19, 26, 52, 0.68) 0%, rgba(11, 16, 35, 0.78) 100%);
  box-shadow: 0 26px 60px rgba(4, 8, 26, 0.45);
}

.hero-stats dt {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.hero-stats dd {
  margin: 6px 0 0;
  color: rgba(148, 164, 199, 0.75);
  font-size: 0.96rem;
}

.hero-panel {
  display: grid;
  gap: 24px;
}

.panel-card {
  padding: clamp(28px, 4vw, 38px);
  border-radius: var(--radius-lg);
  position: relative;
  background: linear-gradient(160deg, rgba(17, 22, 46, 0.92) 0%, rgba(10, 14, 32, 0.86) 100%) padding-box, linear-gradient(140deg, rgba(104, 250, 255, 0.45), rgba(126, 125, 255, 0.36), rgba(254, 137, 255, 0.45)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 24px 70px rgba(5, 11, 30, 0.52);
  display: grid;
  gap: 20px;
  overflow: hidden;
}

.panel-card h2,
.panel-card h3 {
  margin: 0;
  font-family: "Marcellus", "Times New Roman", serif;
  font-size: 1.6rem;
  color: var(--accent);
}

.panel-card::after {
  content: "";
  position: absolute;
  inset: -40% 5% auto;
  height: 160%;
  background: radial-gradient(circle at 50% 50%, rgba(104, 250, 255, 0.2) 0%, transparent 60%);
  opacity: 0.6;
  filter: blur(120px);
  z-index: -1;
  animation: floatHalo 22s ease-in-out infinite alternate-reverse;
}

.panel-card ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
  color: var(--text-secondary);
  font-size: 1rem;
}

.panel-card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 1rem;
}

.partners {
  padding: 36px 0 80px;
}

.partners-grid {
  display: grid;
  gap: 24px;
  background: var(--bg-surface-alt);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 5vw, 40px);
  border: 1px solid var(--border);
  align-items: center;
  text-align: center;
}

.partners-label {
  font-size: 0.86rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--accent);
}

.partners-grid p {
  margin: 0 auto;
  max-width: 620px;
  color: var(--text-secondary);
  font-size: 1rem;
}

.partners-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 18px;
  color: var(--text-secondary);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section {
  position: relative;
  isolation: isolate;
  padding: clamp(80px, 12vw, 120px) 0;
}

.section::before {
  content: "";
  position: absolute;
  inset: 15% -20%;
  background: radial-gradient(ellipse at 20% 40%, rgba(104, 250, 255, 0.12), transparent 60%), radial-gradient(ellipse at 80% 60%, rgba(254, 137, 255, 0.12), transparent 65%);
  opacity: 0.6;
  filter: blur(120px);
  z-index: -1;
  pointer-events: none;
}

.section-alt {
  background: var(--bg-section-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.section-grid {
  display: grid;
  gap: clamp(40px, 5vw, 60px);
}

.section-head {
  display: grid;
  gap: 18px;
  max-width: 620px;
}

.section-kicker {
  font-size: 0.86rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--accent);
}

.section h2 {
  margin: 0;
  font-family: "Marcellus", "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 2.8rem);
  line-height: 1.18;
}

.section-head p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 1.04rem;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(24px, 4vw, 32px);
}

.card {
  background: linear-gradient(160deg, rgba(18, 24, 52, 0.92) 0%, rgba(9, 12, 28, 0.88) 100%) padding-box,
    linear-gradient(140deg, rgba(104, 250, 255, 0.42), rgba(126, 125, 255, 0.28), rgba(254, 137, 255, 0.4)) border-box;
  border-radius: var(--radius-lg);
  border: 1px solid transparent;
  padding: clamp(28px, 4vw, 36px);
  display: grid;
  gap: 20px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(5, 11, 32, 0.48);
}

.card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 36px 90px rgba(5, 11, 32, 0.55);
}

.card h3 {
  margin: 0;
  font-size: 1.4rem;
}

.card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 1rem;
}

.card-link {
  align-self: flex-start;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.92rem;
  color: var(--accent);
  display: inline-flex;
  gap: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: var(--transition);
}

.card:hover .card-link,
.card-link:focus-visible {
  border-color: var(--accent);
}

.card::after {
  content: "";
  position: absolute;
  inset: -60% -20% auto;
  height: 160%;
  background: radial-gradient(circle at 30% 30%, rgba(104, 250, 255, 0.2) 0%, transparent 60%);
  opacity: 0;
  filter: blur(100px);
  transition: opacity 0.6s ease;
}

.card:hover::after {
  opacity: 1;
}

.approach-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(32px, 5vw, 48px);
  align-items: center;
}

.approach-summary {
  display: grid;
  gap: 20px;
}

.approach-list {
  margin: 0;
  display: grid;
  gap: 22px;
}

.approach-list div {
  border-left: 2px solid var(--accent);
  padding-left: 18px;
}

.approach-list dt {
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.95rem;
  margin: 0 0 6px;
  color: var(--accent);
}

.approach-list dd {
  margin: 0;
  color: var(--text-secondary);
  font-size: 1rem;
}

.approach-panel {
  display: grid;
  gap: 24px;
}

.stories-grid {
  display: grid;
  gap: clamp(40px, 5vw, 60px);
}

.stories-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 32px);
}

.story {
  padding: clamp(26px, 4vw, 34px);
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(18, 23, 52, 0.92) 0%, rgba(10, 14, 32, 0.86) 100%) padding-box,
    linear-gradient(150deg, rgba(104, 250, 255, 0.4), rgba(126, 125, 255, 0.32), rgba(254, 137, 255, 0.36)) border-box;
  border: 1px solid transparent;
  display: grid;
  gap: 16px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(5, 11, 32, 0.42);
}

.story:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 32px 80px rgba(5, 11, 32, 0.5);
}

.story::after {
  content: "";
  position: absolute;
  inset: -80% -40% auto;
  height: 160%;
  background: radial-gradient(circle at 30% 40%, rgba(104, 250, 255, 0.22) 0%, transparent 60%);
  opacity: 0;
  filter: blur(110px);
  transition: opacity 0.6s ease;
}

.story:hover::after {
  opacity: 1;
}

.story p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 1rem;
}

.story-author {
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.86rem;
  color: var(--accent);
}

.consult-section {
  padding: clamp(80px, 12vw, 120px) 0;
}

.consult-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: clamp(28px, 4vw, 44px);
  align-items: center;
  background: linear-gradient(160deg, rgba(19, 24, 54, 0.9) 0%, rgba(11, 16, 36, 0.84) 100%);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(133, 149, 255, 0.24);
  padding: clamp(36px, 6vw, 56px);
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}

.consult-grid::after {
  content: "";
  position: absolute;
  inset: -40% 10% auto;
  height: 180%;
  background: radial-gradient(circle at 50% 50%, rgba(126, 125, 255, 0.24) 0%, transparent 60%);
  opacity: 0.6;
  filter: blur(140px);
  pointer-events: none;
}

.consult-copy {
  display: grid;
  gap: 18px;
}

.consult-copy h2 {
  margin: 0;
  font-family: "Marcellus", "Times New Roman", serif;
  font-size: clamp(2rem, 3.5vw, 2.6rem);
}

.consult-copy p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 1.02rem;
}

.consult-card {
  background: var(--bg-section-alt);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  padding: clamp(28px, 4vw, 36px);
  display: grid;
  gap: 24px;
}

.consult-card ul {
  margin: 0;
  padding-left: 20px;
  color: var(--text-secondary);
  font-size: 0.98rem;
  display: grid;
  gap: 10px;
}

.info-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--bg-gradient);
  position: relative;
  isolation: isolate;
}

.info-header {
  position: relative;
  padding: clamp(40px, 7vw, 68px) 0 0;
  isolation: isolate;
}

.info-header .shell {
  display: grid;
  gap: clamp(24px, 4vw, 40px);
  padding: clamp(28px, 5vw, 44px);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(133, 149, 255, 0.2);
  background: var(--glass-gradient);
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}

.info-header .shell::before {
  content: "";
  position: absolute;
  inset: -45% -20% auto 20%;
  height: 160%;
  background: radial-gradient(circle at 35% 35%, rgba(104, 250, 255, 0.22) 0%, transparent 60%);
  opacity: 0.8;
  filter: blur(120px);
  pointer-events: none;
}

.info-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 4vw, 32px);
  flex-wrap: wrap;
}

.info-resources {
  display: grid;
  gap: 10px;
  max-width: 320px;
}

.info-resources label {
  font-size: 0.82rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

.info-resources select {
  width: 100%;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: var(--bg-surface);
  color: var(--text-primary);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: var(--transition);
}

.info-resources select:focus-visible {
  border-color: var(--border-strong);
  outline: none;
  box-shadow: 0 0 0 3px rgba(104, 250, 255, 0.28);
}

.header-resources {
  min-width: clamp(220px, 24vw, 280px);
}

.blog-feed {
  position: relative;
  margin-top: clamp(70px, 8vw, 110px);
  padding: clamp(70px, 8vw, 110px) 0;
  background: linear-gradient(160deg, rgba(18, 24, 52, 0.6) 0%, rgba(6, 10, 24, 0.82) 100%);
  border-top: 1px solid rgba(133, 149, 255, 0.16);
  border-bottom: 1px solid rgba(133, 149, 255, 0.16);
  overflow: hidden;
}

.blog-feed .shell {
  display: grid;
  gap: clamp(32px, 5vw, 48px);
}

.blog-summary {
  display: inline-flex;
  gap: 12px;
  align-items: baseline;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(104, 250, 255, 0.28);
  background: linear-gradient(140deg, rgba(104, 250, 255, 0.14) 0%, rgba(126, 125, 255, 0.1) 45%, rgba(254, 137, 255, 0.12) 100%);
  box-shadow: 0 18px 40px rgba(5, 11, 30, 0.36);
}

.blog-summary span {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.74rem;
  color: var(--text-secondary);
}

.blog-summary strong {
  font-size: 0.94rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
}

.blog-headline {
  display: grid;
  gap: 8px;
  max-width: 720px;
}

.blog-tools {
  display: grid;
  gap: 16px;
  max-height: 320px;
  overflow: hidden;
  transform-origin: top;
  transition: opacity 0.45s ease, transform 0.45s ease, max-height 0.45s ease, margin 0.45s ease;
}

.blog-tools.is-hidden {
  opacity: 0;
  transform: translateY(-12px);
  max-height: 0;
  margin: 0;
  pointer-events: none;
}

.blog-headline span {
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
  font-size: 0.88rem;
}

.blog-headline h2 {
  margin: 0;
  font-family: "Marcellus", "Times New Roman", serif;
  font-size: clamp(2.4rem, 4vw, 3rem);
  letter-spacing: 0.06em;
}

.blog-links {
  display: grid;
  gap: 12px;
  padding: 14px 18px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(133, 149, 255, 0.22);
  background: linear-gradient(150deg, rgba(13, 18, 38, 0.78) 0%, rgba(8, 12, 28, 0.82) 100%);
  box-shadow: 0 20px 45px rgba(5, 11, 30, 0.38);
}

.blog-link-item {
  display: grid;
  gap: 4px;
}

.blog-link-item span {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--text-secondary);
}

.blog-link-item a {
  color: var(--text-primary);
  font-size: 0.92rem;
  letter-spacing: 0.1em;
  word-break: break-word;
}

.blog-link-item a:hover,
.blog-link-item a:focus-visible {
  color: var(--accent);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(28px, 4vw, 40px);
}

.blog-entry {
  position: relative;
  background: linear-gradient(160deg, rgba(18, 24, 52, 0.9) 0%, rgba(8, 12, 30, 0.88) 100%) padding-box,
    linear-gradient(150deg, rgba(104, 250, 255, 0.42), rgba(126, 125, 255, 0.36), rgba(254, 137, 255, 0.4)) border-box;
  border-radius: var(--radius-lg);
  border: 1px solid transparent;
  padding: clamp(32px, 4vw, 44px);
  display: grid;
  gap: 24px;
  box-shadow: 0 32px 80px rgba(5, 11, 32, 0.5);
  overflow: hidden;
}

.blog-entry::after {
  content: "";
  position: absolute;
  inset: -60% -30% auto;
  height: 160%;
  background: radial-gradient(circle at 40% 40%, rgba(104, 250, 255, 0.24) 0%, transparent 60%);
  opacity: 0;
  filter: blur(120px);
  transition: opacity 0.6s ease;
}

.blog-entry:hover::after {
  opacity: 1;
}

.blog-entry h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: linear-gradient(120deg, #f5f7ff 0%, rgba(104, 250, 255, 0.8) 45%, rgba(254, 137, 255, 0.78) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.82rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(148, 164, 199, 0.72);
}

.blog-entry p {
  margin: 0;
  color: rgba(148, 164, 199, 0.78);
  font-size: 1.05rem;
  line-height: 1.74;
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.blog-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(133, 149, 255, 0.32);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(148, 164, 199, 0.8);
  background: linear-gradient(150deg, rgba(19, 24, 52, 0.85) 0%, rgba(10, 14, 34, 0.8) 100%);
}

.blog-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}

.blog-actions .btn {
  min-height: 44px;
  padding-inline: 24px;
  letter-spacing: 0.16em;
}

.info-header h1 {
  margin: 0;
  font-family: "Marcellus", "Times New Roman", serif;
  font-size: clamp(2.4rem, 4vw, 3rem);
  letter-spacing: 0.12em;
  background: linear-gradient(120deg, #f5f7ff 0%, rgba(104, 250, 255, 0.82) 52%, rgba(254, 137, 255, 0.8) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.info-header p {
  margin: 0;
  max-width: 720px;
  color: rgba(148, 164, 199, 0.82);
  font-size: 1.05rem;
}

.info-main {
  flex: 1 1 auto;
  padding: clamp(40px, 8vw, 80px) 0;
}

.info-article {
  position: relative;
  background: linear-gradient(160deg, rgba(18, 24, 52, 0.92) 0%, rgba(9, 12, 28, 0.88) 100%) padding-box,
    linear-gradient(150deg, rgba(104, 250, 255, 0.4), rgba(126, 125, 255, 0.34), rgba(254, 137, 255, 0.42)) border-box;
  border-radius: var(--radius-xl);
  border: 1px solid transparent;
  padding: clamp(38px, 6vw, 60px);
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: clamp(28px, 4vw, 40px);
  overflow: hidden;
}

.info-article::after {
  content: "";
  position: absolute;
  inset: -70% -30% auto;
  height: 170%;
  background: radial-gradient(circle at 35% 35%, rgba(104, 250, 255, 0.22) 0%, transparent 60%);
  opacity: 0.65;
  filter: blur(140px);
  pointer-events: none;
}

.info-article h2 {
  margin: 0;
  font-family: "Marcellus", "Times New Roman", serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: 1.2;
  background: linear-gradient(120deg, #f7f8ff 0%, rgba(104, 250, 255, 0.82) 48%, rgba(254, 137, 255, 0.82) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.info-article h3 {
  margin: 0 0 14px;
  font-size: 1.32rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(104, 250, 255, 0.9);
}

.info-article p {
  margin: 0;
  color: rgba(148, 164, 199, 0.8);
  font-size: 1.06rem;
}

.info-article ul {
  margin: 0;
  padding-left: 22px;
  display: grid;
  gap: 12px;
  color: rgba(148, 164, 199, 0.78);
  font-size: 1.02rem;
}

.info-article ul strong {
  color: var(--accent);
}

.info-article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(24px, 4vw, 32px);
}

.info-article-card {
  position: relative;
  background: linear-gradient(150deg, rgba(18, 24, 52, 0.88) 0%, rgba(10, 14, 32, 0.86) 100%) padding-box,
    linear-gradient(140deg, rgba(104, 250, 255, 0.4), rgba(126, 125, 255, 0.32), rgba(254, 137, 255, 0.4)) border-box;
  border-radius: var(--radius-lg);
  border: 1px solid transparent;
  padding: clamp(26px, 4vw, 34px);
  display: grid;
  gap: 16px;
  overflow: hidden;
}

.info-article-card::after {
  content: "";
  position: absolute;
  inset: -80% -40% auto;
  height: 170%;
  background: radial-gradient(circle at 30% 40%, rgba(104, 250, 255, 0.18) 0%, transparent 60%);
  opacity: 0;
  filter: blur(120px);
  transition: opacity 0.6s ease;
}

.info-article-card:hover::after {
  opacity: 1;
}

.info-article-card h4 {
  margin: 0;
  font-size: 1.08rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(104, 250, 255, 0.92);
}

.info-article-card p {
  margin: 0;
  color: rgba(148, 164, 199, 0.78);
  font-size: 0.98rem;
}

.info-article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.info-cta {
  display: grid;
  gap: 20px;
  padding: clamp(30px, 5vw, 44px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(133, 149, 255, 0.26);
  background: linear-gradient(150deg, rgba(18, 24, 52, 0.86) 0%, rgba(10, 14, 32, 0.82) 100%);
  box-shadow: 0 24px 60px rgba(5, 11, 32, 0.42);
  position: relative;
  overflow: hidden;
}

.info-cta::after {
  content: "";
  position: absolute;
  inset: -80% -30% auto;
  height: 170%;
  background: radial-gradient(circle at 30% 40%, rgba(104, 250, 255, 0.18) 0%, transparent 60%);
  opacity: 0.6;
  filter: blur(120px);
  pointer-events: none;
}

.info-cta span {
  font-size: 0.94rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(104, 250, 255, 0.9);
}

.info-faq {
  display: grid;
  gap: clamp(18px, 3vw, 26px);
}

.info-faq-item {
  position: relative;
  background: linear-gradient(150deg, rgba(18, 24, 52, 0.88) 0%, rgba(8, 12, 30, 0.84) 100%) padding-box,
    linear-gradient(150deg, rgba(104, 250, 255, 0.35), rgba(126, 125, 255, 0.28), rgba(254, 137, 255, 0.36)) border-box;
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  padding: clamp(26px, 4vw, 34px);
  display: grid;
  gap: 16px;
  overflow: hidden;
}

.info-faq-item h4 {
  margin: 0;
  font-size: 1.08rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(104, 250, 255, 0.9);
}

.info-faq-item ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
  color: rgba(148, 164, 199, 0.78);
  font-size: 0.98rem;
}

.info-faq-item::after {
  content: "";
  position: absolute;
  inset: -80% -40% auto;
  height: 170%;
  background: radial-gradient(circle at 30% 40%, rgba(104, 250, 255, 0.16) 0%, transparent 60%);
  opacity: 0;
  filter: blur(110px);
  transition: opacity 0.6s ease;
}

.info-faq-item:hover::after {
  opacity: 1;
}

.info-country-list {
  display: block;
  columns: 2;
  column-gap: 26px;
  padding-left: 18px;
}

.info-country-list li {
  break-inside: avoid;
  margin: 0 0 8px;
}

.info-quote {
  border-left: 3px solid var(--accent);
  padding: 18px 24px;
  background: rgba(12, 20, 28, 0.72);
  border-radius: var(--radius-lg);
  display: grid;
  gap: 12px;
  color: var(--text-secondary);
  font-size: 1.02rem;
}

.info-quote span {
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.info-note {
  position: relative;
  padding: 20px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(133, 149, 255, 0.22);
  background: linear-gradient(150deg, rgba(18, 24, 52, 0.82) 0%, rgba(8, 12, 28, 0.78) 100%);
  color: rgba(148, 164, 199, 0.8);
  font-size: 0.96rem;
  display: grid;
  gap: 10px;
  overflow: hidden;
}

.info-note::after {
  content: "";
  position: absolute;
  inset: -100% -40% auto;
  height: 190%;
  background: radial-gradient(circle at 30% 40%, rgba(104, 250, 255, 0.18) 0%, transparent 65%);
  opacity: 0.5;
  filter: blur(120px);
  pointer-events: none;
}

.info-note strong {
  color: rgba(104, 250, 255, 0.92);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.info-note ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  color: rgba(148, 164, 199, 0.8);
  font-size: 0.95rem;
}

.site-footer {
  margin-top: clamp(60px, 8vw, 100px);
  padding: clamp(60px, 8vw, 90px) 0 40px;
  background: linear-gradient(180deg, rgba(3, 6, 20, 0.9) 0%, rgba(2, 4, 14, 0.96) 100%);
  border-top: 1px solid rgba(133, 149, 255, 0.16);
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: -40% -20% auto;
  height: 180%;
  background: radial-gradient(circle at 40% 40%, rgba(104, 250, 255, 0.18) 0%, transparent 60%);
  opacity: 0.6;
  filter: blur(140px);
  pointer-events: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(28px, 6vw, 60px);
  align-items: start;
}

.footer-brand {
  display: grid;
  gap: 16px;
}

.footer-brand p {
  margin: 0;
  color: rgba(148, 164, 199, 0.78);
  font-size: 0.96rem;
  max-width: 420px;
}

.footer-links {
  display: grid;
  gap: 12px;
}

.footer-links h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.footer-links a {
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(148, 164, 199, 0.72);
  transition: var(--transition);
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--accent);
}

.footer-meta {
  margin-top: clamp(28px, 5vw, 44px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(148, 164, 199, 0.6);
  text-align: center;
}

*:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 6px;
}

.reveal {
  opacity: 0;
  transform: translateY(48px) scale(0.98);
}

.reveal.is-visible {
  animation: revealIn 0.9s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation-delay: var(--reveal-delay, 0s);
}

@keyframes revealIn {
  0% {
    opacity: 0;
    transform: translateY(48px) scale(0.98);
  }
  60% {
    opacity: 1;
    transform: translateY(-6px) scale(1.01);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes aurora {
  0% {
    transform: translate3d(-10%, -6%, 0) scale(1);
  }
  50% {
    transform: translate3d(6%, 4%, 0) scale(1.08);
  }
  100% {
    transform: translate3d(-4%, 6%, 0) scale(1.02);
  }
}

@keyframes floatHalo {
  0% {
    transform: translate3d(-2%, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(4%, -6%, 0) scale(1.05);
  }
  100% {
    transform: translate3d(-4%, 4%, 0) scale(1.02);
  }
}

@media (max-width: 1080px) {
  .header-bar {
    gap: 24px;
    flex-wrap: wrap;
  }

  .header-cta {
    display: none;
  }

  .hero-grid,
  .approach-grid,
  .consult-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cards-grid,
  .stories-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header-resources {
    min-width: 100%;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .site-nav {
    gap: 16px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 16px);
    right: 0;
    background: rgba(9, 16, 24, 0.96);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    min-width: 220px;
    box-shadow: var(--shadow-card);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
  }

  .site-nav.is-open .nav-links {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .cards-grid,
  .stories-cards {
    grid-template-columns: 1fr;
  }

  .partners-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  .partners-logos {
    grid-template-columns: 1fr;
  }

  .consult-card {
    padding: 24px;
  }

  .info-article {
    padding: 28px;
  }

  .info-country-list {
    columns: 1;
  }
}

/* Slideshow Styles */
.slideshow-section {
  position: relative;
  padding: clamp(60px, 8vw, 100px) 0;
  isolation: isolate;
  background: var(--bg-section-alt);
  border-bottom: 1px solid var(--border);
}

.slideshow-section::before {
  content: "";
  position: absolute;
  inset: 15% -20%;
  background: radial-gradient(ellipse at 20% 40%, rgba(104, 250, 255, 0.12), transparent 60%), radial-gradient(ellipse at 80% 60%, rgba(254, 137, 255, 0.12), transparent 65%);
  opacity: 0.6;
  filter: blur(120px);
  z-index: -1;
  pointer-events: none;
}

.slideshow-wrapper {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.slide-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(133, 149, 255, 0.24);
  background: var(--bg-surface-alt);
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  width: 100%;
  height: 100%;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--bg-surface-alt);
}

.slideshow-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.btn-slide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 52px;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.94rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid rgba(104, 250, 255, 0.3);
  cursor: pointer;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(13, 18, 38, 0.74) 0%, rgba(8, 12, 32, 0.86) 100%);
  color: var(--text-primary);
  box-shadow: 0 16px 45px rgba(5, 11, 32, 0.52);
}

.btn-slide:hover,
.btn-slide:focus-visible {
  color: var(--accent);
  border-color: rgba(104, 250, 255, 0.6);
  transform: translateY(-3px) scale(1.02);
}

.btn-slide:active {
  transform: translateY(-1px) scale(0.98);
}

.btn-toggle-autoplay {
  background: var(--accent-gradient);
  color: #010409;
  border-color: transparent;
}

.btn-toggle-autoplay:hover,
.btn-toggle-autoplay:focus-visible {
  color: #010409;
  transform: translateY(-3px) scale(1.02);
}

.slideshow-indicators {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(104, 250, 255, 0.4);
  background: transparent;
  cursor: pointer;
  transition: var(--transition);
}

.indicator.active {
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 0 12px rgba(104, 250, 255, 0.6);
}

.slideshow-counter {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(140deg, rgba(104, 250, 255, 0.14) 0%, rgba(126, 125, 255, 0.1) 45%, rgba(254, 137, 255, 0.12) 100%);
  border: 1px solid rgba(104, 250, 255, 0.28);
  font-size: 0.86rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  box-shadow: 0 18px 40px rgba(5, 11, 30, 0.36);
  z-index: 10;
}

@media (max-width: 820px) {
  .slideshow-counter {
    top: 12px;
    right: 12px;
    padding: 8px 14px;
    font-size: 0.74rem;
  }

  .slideshow-controls {
    gap: 12px;
  }

  .btn-slide {
    min-width: 44px;
    min-height: 44px;
    padding: 10px 16px;
    font-size: 0.82rem;
  }
}

