:root {
  --board: #063f3b;
  --board-deep: #032927;
  --board-mid: #07564f;
  --mint: #cfe7dc;
  --mint-soft: rgba(207, 231, 220, .22);
  --orange: #ff9a22;
  --orange-deep: #e86f19;
  --white: #ffffff;
  --text: rgba(255, 255, 255, .94);
  --muted: rgba(255, 255, 255, .78);
  --line: rgba(255, 255, 255, .18);
  --line-strong: rgba(255, 255, 255, .30);
  --glass: rgba(3, 41, 39, .56);
  --glass-soft: rgba(255, 255, 255, .075);
  --shadow: 0 26px 80px rgba(0, 0, 0, .28);
  --shadow-soft: 0 18px 48px rgba(0, 0, 0, .18);
  --radius-lg: 30px;
  --radius-md: 20px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--board-deep);
  min-height: 100vh;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(120deg, rgba(3, 41, 39, .88), rgba(6, 63, 59, .82)),
    url("../img/chalkboard.jpg?v=20260621-elegant-v5b") center/cover no-repeat;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 255, 255, .08), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(255, 154, 34, .16), transparent 28%),
    radial-gradient(circle at 76% 82%, rgba(207, 231, 220, .12), transparent 32%),
    linear-gradient(90deg, rgba(0, 0, 0, .18), transparent 38%, rgba(0, 0, 0, .16));
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: var(--container); margin-inline: auto; }

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 100;
  background: var(--white);
  color: var(--board-deep);
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 800;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled {
  background: rgba(3, 41, 39, .88);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 50px rgba(0, 0, 0, .24);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
}
.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .26);
  background: rgba(255, 255, 255, .08);
  color: var(--white);
  font-size: clamp(1.25rem, 2vw, 1.72rem);
  letter-spacing: -.04em;
  font-weight: 800;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 4vw, 58px);
  font-size: .95rem;
  color: rgba(255, 255, 255, .88);
}
.site-nav a {
  position: relative;
  padding: 8px 0;
  font-weight: 700;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), #ffd18d);
  transition: width .22s ease;
}
.site-nav a:hover::after,
.site-nav a:focus-visible::after { width: 100%; }
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 14px;
  background: rgba(255, 154, 34, .15);
  color: var(--orange);
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 3px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--orange);
  transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-active span:nth-child(2) { opacity: 0; }
.nav-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.section-panel { position: relative; }
.hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 0 58px;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  align-items: center;
  gap: clamp(34px, 6vw, 86px);
}
.eyebrow {
  margin: 0 0 16px;
  color: #ffc27a;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  font-weight: 900;
}
.hero h1,
.section h2 {
  margin: 0;
  line-height: .92;
  letter-spacing: -.06em;
  text-transform: uppercase;
  color: var(--white);
}
.hero h1 {
  font-size: clamp(4.4rem, 11vw, 9.8rem);
  font-weight: 300;
  max-width: 860px;
  text-shadow: 0 14px 44px rgba(0, 0, 0, .22);
}
.hero h1 span:first-child {
  position: relative;
  isolation: isolate;
  display: inline-block;
  padding-inline: .07em;
  font-weight: 500;
}
.hero h1 span:first-child::before {
  content: "";
  position: absolute;
  inset: 12% -8% 5% -8%;
  z-index: -1;
  background: url("../img/brush-large.svg?v=20260621-elegant-v5b") center/100% 100% no-repeat;
  opacity: .96;
}
.hero h1 span { display: block; }
.hero-lead,
.section-copy p,
.section-heading p {
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.78;
}
.hero-lead { max-width: 700px; margin: 24px 0 0; }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: -.01em;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--orange), #ffd08d);
  color: #1d1507;
  box-shadow: 0 14px 34px rgba(255, 154, 34, .25);
}
.btn-primary:hover { box-shadow: 0 18px 42px rgba(255, 154, 34, .34); }
.btn-ghost {
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .09);
  color: var(--white);
}

.hero-visual {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.paint-backdrop {
  position: absolute;
  left: 50%;
  bottom: 70px;
  width: min(500px, 92%);
  height: 210px;
  transform: translateX(-50%) rotate(-3deg);
  background: url("../img/orange-brush.png?v=20260621-elegant-v5b") center/contain no-repeat;
  filter: drop-shadow(0 24px 26px rgba(0, 0, 0, .20));
}
.person {
  position: relative;
  z-index: 2;
  width: min(360px, 78vw);
  filter: drop-shadow(0 38px 42px rgba(0, 0, 0, .34));
}
.name-tag {
  position: absolute;
  right: 2%;
  bottom: 28px;
  z-index: 3;
  color: rgba(255, 255, 255, .95);
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  line-height: 1;
  font-weight: 300;
  letter-spacing: -.06em;
  text-shadow: 0 14px 40px rgba(0, 0, 0, .34);
}

.support-strip {
  margin-top: clamp(38px, 6vw, 72px);
  padding: clamp(20px, 4vw, 34px);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, .24);
  background:
    linear-gradient(135deg, rgba(6, 63, 59, .54), rgba(8, 89, 78, .24)),
    rgba(255, 255, 255, .045);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
}
.support-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}
.support-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .24);
  color: #ffd08d;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.support-header h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1.25;
  font-weight: 900;
}
.support-logos {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: clamp(10px, 1.6vw, 16px);
  align-items: stretch;
}
.support-logo-card {
  min-height: 94px;
  padding: 16px;
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(207, 231, 220, .06)),
    rgba(6, 63, 59, .16);
  border: 1px solid rgba(255, 255, 255, .28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .16),
    0 10px 28px rgba(0, 0, 0, .10);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  backdrop-filter: blur(10px);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}
.support-logo-card:hover {
  transform: translateY(-4px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .19), rgba(207, 231, 220, .08)),
    rgba(6, 63, 59, .22);
  border-color: rgba(255, 255, 255, .44);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .20),
    0 18px 38px rgba(0, 0, 0, .16);
}
.support-logo {
  display: block;
  width: auto;
  max-width: 130px;
  max-height: 48px;
  object-fit: contain;
  object-position: center;
  background: transparent;
}
.support-logo-kts { max-width: 156px; max-height: 52px; }
.support-logo-alesha { max-width: 138px; max-height: 58px; }
.support-logo-kates { max-width: 136px; max-height: 56px; }
.support-logo-infohaji { max-width: 162px; max-height: 54px; }
.support-logo-medisafe { max-width: 132px; max-height: 50px; }
.support-logo-vistar { max-width: 145px; max-height: 54px; }
.support-logo-card-nello {
  grid-column: span 2;
  min-height: 102px;
  padding: 18px 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .22), rgba(207, 231, 220, .10)),
    rgba(6, 63, 59, .18);
}
.support-logo-nello {
  display: block;
  width: 100%;
  max-width: 235px;
  max-height: 72px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 2px 0 rgba(255, 255, 255, .02));
}

.section { padding: clamp(84px, 12vw, 132px) 0; }
.split-layout,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}
.section h2 {
  font-size: clamp(3.1rem, 8vw, 7rem);
  font-weight: 300;
}
.section-copy p,
.section-heading p { max-width: 650px; margin: 22px 0 0; }
.profile-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}
.profile-cards article,
.assessment-card,
.rules-box,
.certificate-card,
.contact-item {
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(3, 41, 39, .58);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}
.profile-cards article {
  padding: 20px;
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .035));
}
.profile-cards span,
.card-topline {
  display: block;
  color: #ffc27a;
  font-size: .77rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 900;
}
.profile-cards strong {
  display: block;
  margin-top: 8px;
  color: var(--white);
  font-size: clamp(1.25rem, 2.1vw, 2.1rem);
  letter-spacing: -.03em;
}
.certificate-card {
  margin: 0;
  border-radius: var(--radius-lg);
  padding: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, .08);
}
.certificate-card img {
  width: 100%;
  border-radius: 22px;
  background: rgba(255, 255, 255, .92);
}
.certificate-card figcaption {
  margin-top: 14px;
  color: var(--muted);
  text-align: center;
  font-weight: 700;
}
.section-heading { text-align: center; max-width: 760px; margin: 0 auto; }
.section-heading p { margin-inline: auto; }
.assessment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}
.assessment-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: 28px;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .04));
}
.assessment-card::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  right: -90px;
  top: -95px;
  background: radial-gradient(circle, rgba(255, 154, 34, .35), transparent 66%);
}
.assessment-card h3 {
  position: relative;
  margin: 10px 0 26px;
  color: var(--white);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.15;
  letter-spacing: -.04em;
}
dl { margin: 0; position: relative; }
dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .86);
}
dl div:last-child { border-bottom: 0; }
dt, dd { margin: 0; }
dd { font-weight: 900; color: var(--white); }
.rules-box {
  margin-top: 20px;
  padding: clamp(24px, 4vw, 38px);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .04));
}
.rules-box h3 { margin: 0 0 16px; color: var(--white); font-size: clamp(1.4rem, 2vw, 2rem); }
.rules-box ul { margin: 0; padding-left: 22px; color: var(--muted); font-size: 1.08rem; line-height: 1.9; }
.rules-box li::marker { color: var(--orange); }

.contact-list {
  display: grid;
  gap: 14px;
}
.contact-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 62px;
  padding: 14px 16px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .04)),
    rgba(6, 63, 59, .38);
  border-color: rgba(255, 255, 255, .24);
  box-shadow: var(--shadow-soft);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.contact-item:hover {
  transform: translateX(4px);
  border-color: rgba(255, 154, 34, .50);
  background:
    linear-gradient(135deg, rgba(255, 154, 34, .15), rgba(255, 255, 255, .05)),
    rgba(6, 63, 59, .42);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .20);
}
.contact-item img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  justify-self: center;
}
.contact-item span {
  overflow-wrap: anywhere;
  color: var(--white);
  font-size: clamp(.96rem, 1.35vw, 1.13rem);
  font-weight: 760;
  line-height: 1.35;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(3, 41, 39, .78);
  backdrop-filter: blur(14px);
}
.footer-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
}
.footer-inner a { color: var(--white); font-weight: 900; }
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 16px;
  background: linear-gradient(135deg, var(--orange), #ffd08d);
  color: #1b1305;
  font-size: 1.25rem;
  font-weight: 900;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
}
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }


/* ================================
   PREMIUM ENHANCEMENT OVERRIDES
================================= */

.site-header.is-scrolled {
  background: linear-gradient(180deg, rgba(3, 41, 39, .94), rgba(3, 41, 39, .88));
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.brand-mark {
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .16);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.brand-mark:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 208, 141, .45);
  background: rgba(255, 255, 255, .11);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .22);
}
.site-nav a {
  color: rgba(255, 255, 255, .9);
  transition: color .2s ease;
}
.site-nav a:hover,
.site-nav a:focus-visible { color: var(--white); }
.hero-copy { position: relative; }
.hero-lead {
  max-width: 690px;
  text-wrap: pretty;
}
.btn {
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .14);
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,.24), transparent 42%, transparent 58%, rgba(255,255,255,.12));
  opacity: 0;
  transition: opacity .22s ease;
}
.btn:hover::before { opacity: 1; }
.btn-ghost {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 10px 28px rgba(0, 0, 0, .14);
}
.hero-visual::before {
  content: "";
  position: absolute;
  width: min(420px, 88%);
  height: min(420px, 88vw);
  border-radius: 50%;
  bottom: 52px;
  background: radial-gradient(circle, rgba(255, 154, 34, .22), rgba(255, 154, 34, .08) 42%, transparent 72%);
  filter: blur(10px);
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 8% 11% 14% 11%;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: linear-gradient(180deg, rgba(255,255,255,.04), transparent 42%);
  z-index: 0;
}
.person,
.paint-backdrop,
.name-tag { position: relative; z-index: 2; }
.support-strip {
  position: relative;
  overflow: hidden;
}
.support-strip::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 208, 141, .16), transparent 64%);
  pointer-events: none;
}
.support-header h3,
.section h2,
.hero h1 {
  text-wrap: balance;
}
.support-logo-card {
  position: relative;
}
.support-logo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.08), transparent 45%);
  opacity: .65;
  pointer-events: none;
}
.support-logo-card:hover .support-logo {
  transform: scale(1.03);
}
.support-logo {
  transition: transform .22s ease;
}
.profile-cards article,
.assessment-card,
.rules-box,
.certificate-card,
.contact-item {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
.profile-cards article:hover,
.assessment-card:hover,
.rules-box:hover,
.certificate-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 56px rgba(0, 0, 0, .22);
}
.certificate-card img {
  box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
}
.section-heading p,
.section-copy p,
.rules-box ul,
.contact-item span {
  text-wrap: pretty;
}
.contact-item {
  grid-template-columns: 50px 1fr;
}
.contact-item img {
  width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 12px;
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.site-footer {
  background: linear-gradient(180deg, rgba(3, 41, 39, .62), rgba(3, 41, 39, .88));
}
.footer-inner {
  font-size: .96rem;
}
.footer-inner a {
  position: relative;
}
.footer-inner a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: rgba(255, 208, 141, .55);
}
.back-to-top:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(0, 0, 0, .28);
}

@media (max-width: 1180px) {
  .support-logos { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .site-nav {
    position: fixed;
    left: 20px;
    right: 20px;
    top: 86px;
    display: grid;
    gap: 4px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 22px;
    background: rgba(3, 41, 39, .94);
    box-shadow: var(--shadow);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav a { padding: 13px 12px; }
  .nav-toggle { display: block; }
  .hero-grid,
  .split-layout,
  .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 112px; }
  .hero-visual { min-height: 450px; order: -1; }
  .person { width: min(300px, 68vw); }
  .assessment-grid { grid-template-columns: 1fr; }
  .support-logos { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  :root { --container: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 74px; }
  .hero { padding: 98px 0 42px; }
  .hero h1 { font-size: clamp(3.8rem, 17vw, 6.6rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { gap: 10px; }
  .btn { width: 100%; min-height: 48px; }
  .hero-visual { min-height: 390px; }
  .name-tag { right: 3%; bottom: 18px; }
  .support-header { display: block; text-align: center; }
  .support-kicker { margin-left: auto; margin-right: auto; }
  .support-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .support-logo-card { min-height: 84px; padding: 14px; border-radius: 18px; }
  .support-logo { max-width: 120px; max-height: 42px; }
  .support-logo-kts,
  .support-logo-infohaji { max-width: 138px; max-height: 46px; }
  .support-logo-alesha { max-width: 128px; max-height: 52px; }
  .support-logo-kates { max-width: 126px; max-height: 50px; }
  .support-logo-card-nello { grid-column: span 2; }
  .support-logo-nello { width: 100%; max-width: 205px; max-height: 64px; }
  .profile-cards { grid-template-columns: 1fr; }
  .section { padding: 78px 0; }
  .section h2 { font-size: clamp(2.7rem, 14vw, 5.2rem); }
  .contact-item { grid-template-columns: 42px 1fr; min-height: 58px; padding: 13px 14px; }
  .contact-item img { width: 30px; height: 30px; }
  .footer-inner { flex-direction: column; justify-content: center; text-align: center; padding: 22px 0; }
}

@media (max-width: 420px) {
  :root { --container: min(100% - 24px, 1180px); }
  .brand-mark { min-width: 72px; min-height: 38px; font-size: 1.2rem; }
  .hero h1 { font-size: clamp(3.2rem, 18vw, 5rem); }
  .support-strip { padding: 18px 14px; border-radius: 22px; }
  .support-logos { grid-template-columns: 1fr 1fr; gap: 10px; }
  .support-logo-card { min-height: 78px; padding: 12px; }
  .support-logo { max-width: 108px; max-height: 38px; }
  .support-logo-kts,
  .support-logo-infohaji { max-width: 122px; max-height: 42px; }
  .support-logo-alesha { max-width: 116px; max-height: 46px; }
  .support-logo-kates { max-width: 114px; max-height: 44px; }
  .support-logo-card-nello { grid-column: 1 / -1; min-height: 86px; }
  .support-logo-nello { width: 100%; max-width: 190px; max-height: 58px; }
  .contact-item { gap: 12px; }
  .contact-item span { font-size: .88rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}


/* ================================
   ELEGANT LUXURY REFINEMENT V5
================================= */

:root {
  --gold: #e7c178;
  --gold-soft: rgba(231, 193, 120, .16);
  --gold-line: rgba(231, 193, 120, .28);
  --cream: rgba(255, 248, 236, .96);
}

body::before {
  background:
    linear-gradient(120deg, rgba(2, 31, 29, .92), rgba(6, 63, 59, .84)),
    radial-gradient(circle at 22% 18%, rgba(231, 193, 120, .09), transparent 30%),
    url("../img/chalkboard.jpg?v=20260621-elegant-v5b") center/cover no-repeat;
}

body::after {
  background:
    radial-gradient(circle at 14% 14%, rgba(255, 255, 255, .08), transparent 24%),
    radial-gradient(circle at 86% 14%, rgba(231, 193, 120, .14), transparent 26%),
    radial-gradient(circle at 78% 82%, rgba(207, 231, 220, .10), transparent 32%),
    linear-gradient(90deg, rgba(0, 0, 0, .18), transparent 38%, rgba(0, 0, 0, .18));
}

.site-header.is-scrolled {
  background: linear-gradient(180deg, rgba(2, 31, 29, .92), rgba(3, 41, 39, .86));
  backdrop-filter: blur(22px);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .24);
}

.brand-mark {
  border-color: rgba(231, 193, 120, .24);
  background: linear-gradient(135deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .05));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 10px 26px rgba(0,0,0,.16);
}

.site-nav a::after {
  background: linear-gradient(90deg, var(--gold), #ffdca4);
  height: 1.8px;
}

.hero-grid {
  gap: clamp(40px, 7vw, 96px);
}

.eyebrow,
.support-kicker,
.profile-cards span,
.card-topline {
  color: var(--gold);
}

.hero h1 {
  text-shadow: 0 16px 46px rgba(0, 0, 0, .26);
}

.hero-lead,
.section-copy p,
.section-heading p,
.rules-box ul {
  color: rgba(255, 255, 255, .82);
}

.btn-primary {
  background: linear-gradient(135deg, #f2cf92, #de9340);
  color: #1f1607;
  box-shadow: 0 18px 38px rgba(222, 147, 64, .26);
}

.btn-ghost {
  border-color: rgba(231, 193, 120, .20);
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
}

.hero-visual::before {
  background: radial-gradient(circle, rgba(231, 193, 120, .20), rgba(231, 193, 120, .08) 42%, transparent 72%);
}

.hero-visual::after {
  inset: 7% 10% 13% 10%;
  border-radius: 38px;
  border: 1px solid rgba(231, 193, 120, .12);
  background: linear-gradient(180deg, rgba(255,255,255,.05), transparent 45%);
}

.name-tag {
  color: rgba(255, 248, 236, .94);
  text-shadow: 0 18px 42px rgba(0, 0, 0, .36);
}

.support-strip,
.profile-cards article,
.assessment-card,
.rules-box,
.certificate-card,
.contact-item {
  border-color: rgba(231, 193, 120, .14);
}

.support-strip {
  background:
    linear-gradient(135deg, rgba(7, 55, 52, .66), rgba(7, 75, 67, .28)),
    rgba(255, 255, 255, .045);
  box-shadow: 0 24px 56px rgba(0, 0, 0, .18);
}

.support-header {
  align-items: center;
  gap: 22px;
}

.support-header::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(231, 193, 120, .34), rgba(231, 193, 120, 0));
}

.support-logo-card {
  border: 1px solid rgba(231, 193, 120, .12);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .04)),
    rgba(6, 63, 59, .18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 16px 30px rgba(0,0,0,.14);
}

.support-logo-card:hover {
  border-color: rgba(231, 193, 120, .26);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 22px 40px rgba(0,0,0,.18);
}

.support-logo-card-nello {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .05)),
    rgba(6, 63, 59, .20);
}

.section h2 {
  letter-spacing: -.07em;
}

.profile-cards article {
  background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.035));
}

.profile-cards strong,
.assessment-card h3,
.rules-box h3,
.contact-item span,
.footer-inner a {
  color: var(--cream);
}

.assessment-card,
.rules-box,
.certificate-card {
  position: relative;
}

.assessment-card::after,
.rules-box::after,
.certificate-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, .04);
  pointer-events: none;
}

.assessment-card {
  background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.03));
}

.assessment-card::before {
  background: radial-gradient(circle, rgba(231, 193, 120, .28), transparent 66%);
}

.rules-box {
  background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.03));
}

.rules-box li::marker {
  color: var(--gold);
}

.certificate-card {
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
}

.contact-item {
  background:
    linear-gradient(135deg, rgba(255,255,255,.11), rgba(255,255,255,.03)),
    rgba(6, 63, 59, .44);
}

.contact-item:hover {
  border-color: rgba(231, 193, 120, .34);
  background:
    linear-gradient(135deg, rgba(231, 193, 120, .12), rgba(255,255,255,.04)),
    rgba(6, 63, 59, .48);
}

.contact-item img {
  background: linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
  border: 1px solid rgba(231, 193, 120, .12);
}

.site-footer {
  border-top-color: rgba(231, 193, 120, .12);
  background: linear-gradient(180deg, rgba(2, 31, 29, .58), rgba(3, 41, 39, .92));
}

.footer-inner {
  color: rgba(255, 255, 255, .72);
}

.footer-inner a::after {
  background: rgba(231, 193, 120, .50);
}

.back-to-top {
  border-color: rgba(231, 193, 120, .24);
  background: linear-gradient(135deg, #f1cc8d, #de9340);
}

@media (max-width: 768px) {
  .support-header::after { display: none; }
  .hero-visual::after { inset: 9% 6% 13% 6%; }
  .contact-item { grid-template-columns: 46px 1fr; }
}
