﻿:root {
  --bg-light: #f4f8f7;
  --bg-white: #ffffff;
  --bg-panel: #ebf1ef;
  --text: #112d35;
  --text-soft: #4b656b;
  --line: rgba(73, 101, 108, 0.2);
  --blue-900: #041e27;
  --blue-850: #0a3340;
  --blue-800: #124d5f;
  --blue-700: #1f7088;
  --blue-500: #2f98b0;
  --violet-500: #ff6d4d;
  --violet-400: #ff8f6f;
  --cyan-400: #67d0c3;
  --pink-300: #ffc99f;
  --white-08: rgba(255, 255, 255, 0.08);
  --white-12: rgba(255, 255, 255, 0.12);
  --white-18: rgba(255, 255, 255, 0.18);
  --white-82: rgba(255, 255, 255, 0.82);
  --white-92: rgba(255, 255, 255, 0.92);
  --shadow-soft: 0 24px 60px rgba(17, 24, 39, 0.08);
  --shadow-card: 0 18px 44px rgba(13, 57, 70, 0.16);
  --shadow-dark: 0 26px 80px rgba(4, 20, 28, 0.35);
  --radius-xl: 28px;
  --radius-lg: 21px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --section-padding: 80px;
  --section-padding-small: 56px;
  --section-padding-large: 120px;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 17px;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  font-family: Manrope, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f8fbfa 0%, #eaf2f0 100%);
}

h1 {
  font-size: clamp(2.6rem, 5vw, 3.5rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(2rem, 3.2vw, 2.4rem);
  line-height: 1.2;
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  line-height: 1.3;
}

p {
  font-size: 1.05rem;
  line-height: 1.6;
}

.small {
  font-size: 0.875rem;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

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

.site-shell {
  overflow: clip;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 140;
  padding: 0.8rem 1rem;
  border-radius: 12px;
  background: #ffffff;
  color: #0b2731;
  font-weight: 800;
  box-shadow: 0 18px 36px rgba(7, 31, 42, 0.22);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: var(--section-padding) 0;
}

.section + .section {
  margin-top: 0;
}

#formati {
  padding-bottom: 2rem;
}

#rezultati {
  padding-top: var(--section-padding-small);
}

#primeri-uporabe {
  padding-top: 2.25rem;
}

#kontakt {
  scroll-margin-top: 104px;
}

.light-section {
  background:
    radial-gradient(
      circle at top left,
      rgba(58, 164, 175, 0.14),
      transparent 34%
    ),
    radial-gradient(
      circle at 82% 24%,
      rgba(255, 157, 116, 0.14),
      transparent 28%
    ),
    linear-gradient(180deg, #f8fbfa 0%, #f1f6f4 100%);
}

.dark-band,
.hero-band,
.faq-contact-band {
  position: relative;
  color: #eef3ff;
  background:
    radial-gradient(
      circle at 16% 18%,
      rgba(82, 212, 197, 0.3),
      transparent 30%
    ),
    radial-gradient(
      circle at 84% 16%,
      rgba(255, 135, 97, 0.28),
      transparent 24%
    ),
    radial-gradient(
      circle at 76% 84%,
      rgba(76, 173, 191, 0.22),
      transparent 26%
    ),
    linear-gradient(135deg, #041018 0%, #082331 44%, #0e3b4e 72%, #12566d 100%);
}

.hero-band {
  padding: 120px 0 80px;
}

.hero-noise,
.wave-band,
.sparkle-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-noise {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 92%);
}

.wave-band::before,
.wave-band::after,
.curve-top::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.wave-band::before {
  right: -8%;
  top: -16%;
  width: 62%;
  height: 72%;
  border-radius: 48% 52% 0 100%;
  background: linear-gradient(
    135deg,
    rgba(255, 165, 128, 0.24),
    rgba(101, 194, 202, 0.1)
  );
  filter: blur(8px);
}

.wave-band::after {
  left: -12%;
  bottom: -28%;
  width: 82%;
  height: 58%;
  border-radius: 55% 45% 0 0;
  background: linear-gradient(
    135deg,
    rgba(82, 212, 197, 0.18),
    rgba(255, 255, 255, 0)
  );
}

.wave-band-soft::before {
  width: 54%;
  height: 64%;
}

.curve-top {
  position: absolute;
  inset: 0 0 auto 0;
  height: 84px;
  overflow: hidden;
}

.curve-top-light::before {
  left: -8%;
  top: -62px;
  width: 116%;
  height: 160px;
  border-radius: 0 0 50% 50%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.92),
    rgba(236, 245, 242, 0.92)
  );
}

.eyebrow {
  margin: 0 0 1rem;
  font-size: 0.84rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
}

.eyebrow-light {
  color: rgba(226, 236, 255, 0.86);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 3.2rem;
}

.section-heading h2,
.hero-copy h1,
.contact-card h2 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: -0.018em;
}

.section-heading h2,
.contact-card h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.1;
}

.section-heading p,
.about-copy p,
.faq-item p,
.benefit-card p,
.format-card p,
.contact-card p {
  color: var(--text-soft);
  line-height: 1.72;
}

.section-heading-light h2,
.section-heading-light p,
.dark-band .about-copy p,
.faq-contact-band .contact-card p {
  color: #eef3ff;
}

.section-heading-light p,
.dark-band .about-copy p {
  color: rgba(226, 236, 255, 0.82);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(20px);
  background: rgba(4, 24, 33, 0.66);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #fff;
}

.brand-logo {
  display: block;
  width: auto;
  height: 36px;
  object-fit: contain;
}

.brand-mark {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  padding: 0.28rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 12px 30px rgba(46, 145, 161, 0.34);
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 0;
}

.brand-copy strong {
  font-family: "Plus Jakarta Sans", "Manrope", sans-serif;
  font-size: 1.24rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.brand-copy span:last-child {
  font-size: 0.8rem;
  color: rgba(225, 235, 255, 0.7);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.24rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.lang-switch-btn {
  border: 0;
  min-width: 40px;
  padding: 0.34rem 0.58rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: rgba(236, 244, 255, 0.84);
  background: transparent;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease;
}

.lang-switch-btn:hover,
.lang-switch-btn:focus-visible {
  color: #fff;
}

.lang-switch-btn.is-active {
  background: linear-gradient(135deg, #2a9cb3 0%, #1f7e95 56%, #1c6c81 100%);
  color: #fff;
  box-shadow: 0 10px 20px rgba(18, 88, 107, 0.32);
}

.nav-menu a {
  position: relative;
  font-size: 0.94rem;
  font-weight: 600;
  white-space: nowrap;
  color: rgba(238, 243, 255, 0.9);
  transition: color 180ms ease;
}

.nav-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.45rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #9be3f0 0%, #5fd0de 100%);
  opacity: 0;
  transform: scaleX(0.25);
  transform-origin: center;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.nav-menu a:hover,
.nav-menu a:focus-visible,
.nav-menu a.is-active {
  color: #fff;
}

.nav-menu a:hover::after,
.nav-menu a:focus-visible::after,
.nav-menu a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-menu .nav-link-home {
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(151, 226, 240, 0.42);
  background: rgba(85, 184, 203, 0.16);
  color: #eefcff;
  font-weight: 700;
}

.nav-menu .nav-link-home::after {
  display: none;
}

.nav-menu .nav-link-home:hover,
.nav-menu .nav-link-home:focus-visible {
  background: rgba(85, 184, 203, 0.24);
  border-color: rgba(181, 241, 251, 0.65);
}

.nav-call-link {
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(226, 236, 255, 0.86);
  text-decoration: underline;
  text-decoration-color: rgba(195, 214, 255, 0.62);
  text-underline-offset: 0.2rem;
  text-decoration-thickness: 1px;
  transition:
    color 160ms ease,
    text-decoration-color 160ms ease;
}

.nav-call-link:hover,
.nav-call-link:focus-visible {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.92);
}

.nav-toggle {
  display: none;
  padding: 0;
  border: 0;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 6px 0;
  border-radius: 999px;
  background: #fff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.95rem 1.45rem;
  border-radius: 11px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, #2a9cb3 0%, #1f7e95 56%, #1c6c81 100%);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 18px 36px rgba(22, 98, 116, 0.3);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px) scale(1.012);
  box-shadow: 0 22px 42px rgba(19, 88, 105, 0.35);
}

.button:focus-visible,
.nav-toggle:focus-visible,
.sticky-cta:focus-visible,
.legal-modal-close:focus-visible,
.cookie-switch input:focus-visible + span,
summary:focus-visible {
  outline: 3px solid rgba(157, 237, 231, 0.95);
  outline-offset: 3px;
}

.button-small {
  min-height: 44px;
  padding: 0.7rem 1.05rem;
  border-radius: 10px;
}

.button-ghost {
  background: transparent;
  border-color: rgba(43, 102, 126, 0.4);
  color: #335570;
  box-shadow: none;
}

.button-ghost:hover,
.button-ghost:focus-visible {
  background: rgba(43, 102, 126, 0.05);
  border-color: rgba(43, 102, 126, 0.8);
  color: #27455d;
  box-shadow: none;
  transform: translateY(-1px);
}

.button-ghost-light {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
  box-shadow: none;
}

.button-ghost-subtle {
  min-height: 46px;
  padding: 0.7rem 1rem;
  background: transparent;
  border-color: rgba(214, 231, 255, 0.5);
  color: rgba(231, 240, 255, 0.94);
  box-shadow: none;
  font-weight: 700;
}

.button-ghost-subtle:hover,
.button-ghost-subtle:focus-visible {
  border-color: rgba(255, 255, 255, 0.86);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.button-full {
  width: 100%;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.98fr);
  gap: 2.8rem;
  align-items: center;
}

.hero-copy h1 {
  max-width: 10ch;
  font-size: clamp(2.7rem, 5.2vw, 4rem);
  line-height: 1.05;
  color: #fff;
}

.hero-lead {
  max-width: 620px;
  margin: 1.4rem 0 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(230, 238, 255, 0.84);
}

.hero-trust {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.trust-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.28rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(236, 244, 255, 0.92);
  font-size: 0.88rem;
  font-weight: 700;
}

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

.hero-cta-meta {
  margin: 0.72rem 0 0;
  font-size: 0.84rem;
  color: rgba(223, 235, 255, 0.84);
  font-weight: 700;
}

.hero-deliverables {
  max-width: 980px;
  padding: 1.1rem 1.2rem;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(244, 248, 255, 0.95)
  );
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: var(--shadow-soft);
}

.hero-outcomes-strip {
  position: relative;
  margin-top: -0.85rem;
  padding: 0 0 0.9rem;
  background: linear-gradient(180deg, #f1f6f5 0%, #f8fbfa 100%);
}

.deliverables-title {
  margin: 0 0 0.6rem;
  color: #1f3e56;
  font-size: 0.95rem;
  font-weight: 800;
}

.deliverables-list {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem 1.2rem;
  color: #48637b;
  font-size: 0.93rem;
  line-height: 1.5;
}

.hero-visual {
  position: relative;
  min-height: 520px;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
}

.hero-glow-a {
  width: 220px;
  height: 220px;
  right: 10%;
  top: 2%;
  background: radial-gradient(
    circle,
    rgba(183, 124, 255, 0.44),
    transparent 66%
  );
}

.hero-glow-b {
  width: 260px;
  height: 260px;
  left: 4%;
  bottom: 0;
  background: radial-gradient(
    circle,
    rgba(95, 215, 255, 0.24),
    transparent 68%
  );
}

.hero-brain-card {
  position: relative;
  height: 100%;
  min-height: 520px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.02)
    ),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-dark);
}

.hero-brain-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.94;
}

.hero-brain-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 50% 46%,
      rgba(255, 255, 255, 0.12),
      transparent 18%
    ),
    linear-gradient(
      180deg,
      rgba(8, 14, 48, 0.06) 28%,
      rgba(8, 14, 48, 0.62) 100%
    );
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  z-index: 1;
  display: grid;
  gap: 0.3rem;
  padding: 1rem 1.15rem;
  border-radius: 18px;
  background: rgba(12, 20, 64, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  color: #fff;
}

.hero-overlay strong {
  font-size: 1.05rem;
}

.hero-overlay span {
  font-size: 0.97rem;
  color: rgba(228, 236, 255, 0.82);
}

.hero-overlay-top {
  top: 1.2rem;
  left: 1.2rem;
  max-width: 250px;
}

.hero-overlay-bottom {
  right: 1.2rem;
  bottom: 1.2rem;
  grid-auto-flow: column;
  gap: 0.6rem;
}

.hero-badges {
  position: absolute;
  left: 1.2rem;
  bottom: 1.2rem;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-start;
  max-width: calc(100% - 2.4rem);
}

.hero-mini-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.36rem 0.74rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: rgba(9, 24, 38, 0.52);
  backdrop-filter: blur(2px);
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(246, 251, 255, 0.96);
}

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

.benefit-kicker {
  margin: -1.2rem 0 1.3rem;
  color: #4b6670;
  font-size: 0.95rem;
  font-weight: 700;
}

.benefit-card,
.audience-card {
  padding: 1.2rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(149, 163, 191, 0.16);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
}

.benefit-card-featured {
  transform: translateY(-4px);
  background:
    radial-gradient(
      circle at 12% 14%,
      rgba(74, 192, 190, 0.16),
      transparent 42%
    ),
    linear-gradient(
      180deg,
      rgba(234, 246, 255, 0.98),
      rgba(240, 247, 255, 0.96)
    );
  border-color: rgba(60, 142, 201, 0.45);
  box-shadow:
    0 22px 44px rgba(20, 72, 95, 0.16),
    0 0 0 1px rgba(82, 170, 230, 0.2),
    0 0 32px rgba(68, 151, 209, 0.22);
}

.benefit-icon {
  width: 68px;
  height: 68px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 18px;
  background:
    radial-gradient(
      circle at 28% 24%,
      rgba(255, 255, 255, 0.58),
      transparent 46%
    ),
    linear-gradient(145deg, rgba(41, 154, 189, 0.28), rgba(255, 161, 124, 0.32));
  border: 1px solid rgba(40, 130, 165, 0.28);
  color: #106982;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 12px 24px rgba(31, 102, 127, 0.16),
    0 0 18px rgba(62, 178, 183, 0.2);
}

.benefit-icon svg,
.format-icon svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 3px 6px rgba(17, 92, 120, 0.22));
}

.benefit-card-featured .benefit-icon {
  background:
    radial-gradient(
      circle at 26% 22%,
      rgba(255, 255, 255, 0.7),
      transparent 44%
    ),
    linear-gradient(145deg, rgba(40, 153, 191, 0.34), rgba(96, 215, 198, 0.3));
  border-color: rgba(43, 138, 178, 0.42);
  color: #0d5f76;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 16px 30px rgba(21, 83, 113, 0.2),
    0 0 24px rgba(58, 173, 176, 0.3);
}

.benefit-card h3,
.audience-card h3,
.format-card h3 {
  margin: 0 0 0.7rem;
  font-size: 1.08rem;
  color: var(--text);
}

.benefit-card p {
  margin: 0;
  font-size: 1rem;
}

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

.process-step {
  position: relative;
  overflow: visible;
  padding: 0.9rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: var(--shadow-soft);
}

.process-step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.02rem;
  width: 0.9rem;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(
    90deg,
    rgba(58, 139, 186, 0.75),
    rgba(72, 181, 170, 0.85)
  );
  box-shadow: 0 0 10px rgba(62, 165, 179, 0.28);
}

.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.36rem;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid rgba(66, 165, 175, 0.92);
  filter: drop-shadow(0 0 5px rgba(58, 163, 176, 0.35));
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: rgba(43, 156, 174, 0.14);
  color: #0e748a;
  font-weight: 800;
  font-size: 0.84rem;
  margin-bottom: 0.6rem;
}

.process-step h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}

.process-step p {
  margin: 0;
  color: #576a84;
  font-size: 0.92rem;
  line-height: 1.5;
}

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

.takeaway-group {
  padding: 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(140, 160, 187, 0.2);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-soft);
}

.takeaway-group-title {
  margin: 0;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.22rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(73, 154, 187, 0.26);
  background: rgba(70, 156, 186, 0.11);
  color: #1a5e78;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.takeaway-list {
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.takeaway-list li {
  position: relative;
  padding-left: 1.35rem;
  color: #334f68;
  font-weight: 700;
  line-height: 1.45;
}

.takeaway-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.38rem;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(43, 161, 184, 0.95),
    rgba(85, 195, 170, 0.9)
  );
  box-shadow: 0 0 0 3px rgba(86, 183, 189, 0.14);
}

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

.reference-micro {
  margin: -1.6rem 0 1rem;
  color: #3f607c;
  font-size: 0.94rem;
  font-weight: 700;
}

.reference-box {
  padding: 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(255, 255, 255, 0.95);
}

.reference-box-strong {
  border-color: rgba(63, 136, 189, 0.42);
  background: rgba(239, 247, 255, 0.95);
  box-shadow: 0 20px 40px rgba(22, 76, 104, 0.12);
}

.reference-box-outline {
  border: 1px solid rgba(108, 133, 164, 0.36);
  background: rgba(255, 255, 255, 0.86);
}

.reference-box h3 {
  margin: 0 0 0.7rem;
  font-size: 1rem;
}

.reference-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.reference-chips span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0.2rem 0.58rem;
  border-radius: 999px;
  border: 1px solid rgba(126, 148, 178, 0.28);
  background: rgba(240, 247, 255, 0.9);
  color: #355273;
  font-size: 0.84rem;
  font-weight: 700;
}

.reference-proof {
  margin: 1rem 0 0;
  color: #2f4f6d;
  font-size: 0.95rem;
  font-weight: 700;
}

.not-for-box,
.case-box {
  padding: 1.2rem;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-soft);
}

.not-for-box h2,
.case-box h2 {
  margin: 0 0 0.7rem;
}

.not-for-box p,
.case-box p,
.case-box li {
  color: #516881;
  line-height: 1.6;
}

.case-box ul {
  margin: 0.45rem 0 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.3rem;
}

.mini-case-grid {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.mini-case-block {
  padding: 0.9rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.82);
}

.mini-case-label {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1f5f79;
}

.mini-case-text {
  margin: 0.4rem 0 0;
  color: #425f77;
  line-height: 1.55;
}

.mini-case-block ul {
  margin-top: 0.55rem;
}

.mini-case-result {
  border-color: rgba(58, 153, 164, 0.38);
  background:
    radial-gradient(
      circle at 8% 10%,
      rgba(93, 198, 186, 0.16),
      transparent 38%
    ),
    rgba(244, 253, 251, 0.92);
}

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

.format-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.3rem 1.35rem;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.09),
    rgba(255, 255, 255, 0.06)
  );
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 34px rgba(3, 8, 32, 0.22);
}

.format-card-wide {
  grid-column: span 2;
}

.format-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    rgba(92, 207, 196, 0.24),
    rgba(255, 149, 112, 0.24)
  );
  color: #edf3ff;
}

.format-card h3,
.format-card p,
.faq-contact-band .contact-card h2 {
  color: #fff;
}

.format-card p {
  margin: 0;
  color: rgba(226, 236, 255, 0.76);
}

.section-heading-light h2 span {
  color: rgba(196, 210, 255, 0.82);
  font-weight: 600;
}

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

.audience-card {
  padding: 1.2rem;
}

.audience-card h3 {
  margin-bottom: 0;
}

.audience-card p {
  margin: 0.7rem 0 0;
  color: #4f647d;
  font-size: 0.94rem;
  line-height: 1.55;
}

.audience-visual {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
  border-radius: 18px;
  background:
    radial-gradient(
      circle at 70% 20%,
      rgba(92, 207, 196, 0.24),
      transparent 28%
    ),
    linear-gradient(180deg, #f8fbfa 0%, #e9f2ef 100%);
  overflow: hidden;
}

.audience-visual-photo {
  background: linear-gradient(180deg, #f8fbfa 0%, #e9f2ef 100%);
}

.audience-visual-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-head,
.avatar-body,
.avatar-screen {
  position: absolute;
  display: block;
}

.avatar-head {
  left: 26px;
  bottom: 82px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f1c9b8, #dba18e);
  box-shadow: inset 0 -6px 0 rgba(0, 0, 0, 0.05);
}

.avatar-body {
  left: 16px;
  bottom: 18px;
  width: 76px;
  height: 74px;
  border-radius: 26px 26px 18px 18px;
  background: linear-gradient(180deg, #4157d6, #283989);
}

.avatar-screen {
  right: 18px;
  bottom: 30px;
  width: 120px;
  height: 72px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(49, 86, 211, 0.18), rgba(95, 215, 255, 0.12)),
    #fff;
  border: 1px solid rgba(99, 115, 154, 0.16);
}

.avatar-screen::before,
.avatar-screen::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  height: 10px;
  border-radius: 999px;
}

.avatar-screen::before {
  top: 18px;
  background: linear-gradient(
    90deg,
    rgba(46, 162, 187, 0.86),
    rgba(255, 130, 93, 0.52)
  );
}

.avatar-screen::after {
  top: 38px;
  right: 40px;
  background: rgba(177, 190, 225, 0.56);
}

.audience-visual-female .avatar-head {
  background: linear-gradient(180deg, #efc8ba, #dfaf97);
}

.audience-visual-female .avatar-body {
  background: linear-gradient(180deg, #2f4fd5, #1e2f7d);
}

.audience-visual-lead .avatar-body {
  background: linear-gradient(180deg, #4c7cff, #2341a4);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.8fr);
  gap: 2.2rem;
  align-items: center;
}

.about-copy p {
  max-width: 640px;
  margin: 0 0 1.1rem;
}

.about-human-kicker {
  margin: 0 0 0.9rem;
  font-size: 0.96rem;
  font-weight: 700;
  color: rgba(213, 231, 255, 0.95);
}

.about-role {
  color: rgba(220, 234, 255, 0.9);
  font-weight: 600;
}

.about-experience {
  display: inline-flex;
  margin: 0.24rem 0 0.2rem;
  padding: 0.14rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(138, 230, 215, 0.38);
  background: rgba(108, 218, 204, 0.14);
  color: #d7fbf3;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.about-links {
  margin: 0 0 1rem;
}

.about-linkedin {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.46rem;
  min-height: 34px;
  padding: 0.28rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(147, 187, 255, 0.42);
  background: rgba(116, 164, 255, 0.12);
  color: #e4efff;
  font-size: 0.88rem;
  font-weight: 700;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.about-linkedin:hover,
.about-linkedin:focus-visible {
  transform: translateY(-1px) scale(1.02);
  border-color: rgba(171, 206, 255, 0.72);
  background: rgba(132, 177, 255, 0.18);
}

.about-linkedin svg {
  width: 16px;
  height: 16px;
}

.about-proof-list {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.38rem;
  color: rgba(226, 236, 255, 0.9);
}

.about-secondary-line {
  margin: 0 0 1rem;
  color: rgba(198, 220, 252, 0.84);
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

.about-trust-box {
  max-width: 640px;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.about-trust-box strong {
  color: #fff;
}

.about-trust-box p {
  margin: 0.55rem 0 0;
  color: rgba(226, 236, 255, 0.88);
}

.about-trust-box ul {
  margin: 0.55rem 0 0;
  padding-left: 1.05rem;
  display: grid;
  gap: 0.32rem;
  color: rgba(226, 236, 255, 0.88);
}

.about-mini-cta {
  margin-bottom: 0.9rem;
  color: rgba(226, 238, 255, 0.95);
  font-weight: 600;
}

.tool-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 2rem;
}

.tool-row img {
  width: 100%;
  height: 58px;
  padding: 1rem;
  object-fit: contain;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

.portrait-card {
  padding: 0.9rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-dark);
}

.portrait-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center 15%; /* Usually centers a face better */
  border-radius: 14px;
}

.portrait-caption {
  margin-top: 0.72rem;
  padding: 0.52rem 0.64rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.portrait-name {
  margin: 0;
  color: #fff;
  font-weight: 800;
}

.portrait-role {
  margin: 0.18rem 0 0;
  color: rgba(226, 236, 255, 0.82);
  font-size: 0.88rem;
}

.faq-contact-band {
  padding: 108px 0 120px;
}

.sparkle-layer {
  background:
    radial-gradient(
      circle at 84% 20%,
      rgba(255, 193, 154, 0.3) 0 2px,
      transparent 3px
    ),
    radial-gradient(
      circle at 88% 24%,
      rgba(250, 255, 255, 0.72) 0 2px,
      transparent 3px
    ),
    radial-gradient(
      circle at 91% 18%,
      rgba(132, 225, 218, 0.58) 0 2px,
      transparent 3px
    ),
    radial-gradient(
      circle at 86% 29%,
      rgba(255, 240, 223, 0.52) 0 2px,
      transparent 3px
    );
}

.faq-contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.8fr);
  gap: 2rem;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 0.9rem;
}

.faq-item {
  padding: 1.15rem 1.2rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 1.5rem;
  font-weight: 700;
  color: #fff;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -0.05rem;
  font-size: 1.2rem;
  color: rgba(232, 241, 255, 0.86);
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0.85rem 0 0;
  color: rgba(226, 236, 255, 0.76);
}

.contact-card {
  padding: 1.2rem;
  border-radius: 24px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.08)
  );
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow-dark);
  backdrop-filter: blur(10px);
}

.contact-card-media {
  margin-bottom: 1rem;
  border-radius: 18px;
  overflow: hidden;
}

.contact-card-media img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.contact-card h2 {
  font-size: clamp(1.9rem, 2.8vw, 2.5rem);
}

.contact-card p {
  margin: 0.75rem 0 1.2rem;
  color: rgba(226, 236, 255, 0.76);
}

.contact-form {
  display: grid;
  gap: 0.95rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  outline: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

#main-content:focus {
  outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(228, 236, 255, 0.58);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(112, 216, 205, 0.75);
  box-shadow: 0 0 0 4px rgba(58, 174, 164, 0.22);
  background: rgba(255, 255, 255, 0.14);
}

.contact-form select option {
  color: var(--text);
}

.contact-card .form-note {
  margin: 0;
  font-size: 0.96rem;
  color: rgba(226, 236, 255, 0.72);
}

.contact-card .form-note.is-info {
  color: rgba(226, 236, 255, 0.88);
}

.contact-card .form-note.is-progress,
.contact-card .form-note.is-success,
.contact-card .form-note.is-error {
  padding: 0.72rem 0.86rem;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 700;
}

.contact-card .form-note.is-progress {
  color: #c9f3ff;
  background: rgba(37, 148, 180, 0.22);
  border-color: rgba(115, 214, 236, 0.4);
}

.contact-card .form-note.is-success {
  color: #dcffe6;
  background: rgba(39, 175, 122, 0.28);
  border-color: rgba(140, 247, 184, 0.52);
}

.contact-card .form-note.is-error {
  color: #ffe2e2;
  background: rgba(188, 62, 62, 0.3);
  border-color: rgba(255, 166, 166, 0.5);
}

.contact-form .recaptcha-slot {
  margin-top: 0.25rem;
  overflow-x: auto;
}

.form-assurance-stack {
  display: grid;
  gap: 0.15rem;
}

.contact-card .form-assurance-stack .form-note {
  margin-top: 0.5rem;
}

.contact-card .form-assurance {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.4;
  color: rgba(223, 236, 255, 0.72);
}

.site-footer {
  padding: 3.75rem 0 1.35rem;
  background: #081c26;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sticky-cta {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 55;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.62rem 0.95rem;
  border-radius: 11px;
  border: 1px solid rgba(76, 167, 184, 0.48);
  background: linear-gradient(135deg, #2a9cb3 0%, #1f7e95 56%, #1c6c81 100%);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 18px 34px rgba(12, 75, 94, 0.34);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.sticky-cta:hover,
.sticky-cta:focus-visible {
  transform: translateY(-2px) scale(1.015);
  box-shadow: 0 22px 40px rgba(10, 66, 84, 0.4);
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.8rem 1rem;
  align-items: center;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: linear-gradient(
    140deg,
    rgba(10, 36, 52, 0.96) 0%,
    rgba(8, 25, 38, 0.96) 100%
  );
  box-shadow: 0 22px 42px rgba(2, 12, 22, 0.38);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner p {
  margin: 0;
  color: rgba(230, 240, 255, 0.9);
  font-size: 0.9rem;
  line-height: 1.5;
}

.cookie-banner-actions {
  display: inline-flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cookie-preferences {
  margin: 0.55rem 0 0.85rem;
  display: grid;
  gap: 0.55rem;
}

.cookie-toggle-row {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: center;
  padding: 0.72rem 0.82rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.cookie-toggle-row strong {
  display: block;
  color: #f3f8ff;
  font-size: 0.95rem;
}

.cookie-toggle-row p {
  margin: 0.2rem 0 0;
  color: rgba(224, 235, 250, 0.82);
  font-size: 0.86rem;
  line-height: 1.42;
}

.cookie-toggle-row.is-locked {
  background: rgba(119, 198, 219, 0.08);
}

.cookie-state {
  white-space: nowrap;
  font-size: 0.78rem;
  font-weight: 700;
  color: #b6f3ff;
  border: 1px solid rgba(147, 224, 242, 0.46);
  border-radius: 999px;
  padding: 0.32rem 0.55rem;
}

.cookie-switch {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 28px;
}

.cookie-switch input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.cookie-switch span {
  width: 46px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition:
    background 180ms ease,
    border-color 180ms ease;
}

.cookie-switch span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: transform 180ms ease;
}

.cookie-switch input:checked + span {
  background: rgba(82, 204, 219, 0.72);
  border-color: rgba(107, 225, 239, 0.9);
}

.cookie-switch input:checked + span::after {
  transform: translateX(18px);
}

.cookie-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.8rem;
}

.cookie-status {
  margin: 0.65rem 0 0;
  color: rgba(218, 234, 255, 0.84);
  font-size: 0.84rem;
}

.footer-row {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
  gap: 2.6rem 3rem;
  color: rgba(230, 238, 255, 0.7);
}

.footer-col,
.footer-brand {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.footer-contact,
.footer-legal {
  gap: 0.5rem;
}

.footer-brand-name {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.2;
}

.footer-brand-name strong {
  font-weight: 650;
  letter-spacing: 0.01em;
  color: rgba(244, 248, 255, 0.95);
}

.footer-brand-tagline {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(230, 238, 255, 0.7);
}

.footer-brand-copy {
  margin-top: 0.2rem;
  font-size: 0.84rem;
  color: rgba(230, 238, 255, 0.72);
}

.footer-heading {
  margin: 0 0 0.28rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(230, 238, 255, 0.56);
}

.footer-row a {
  color: rgba(230, 238, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.45;
  transition: color 160ms ease;
}

.footer-row a:hover,
.footer-row a:focus-visible {
  color: #9de4ef;
  text-decoration: underline;
  text-underline-offset: 0.16rem;
}

.footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

body.legal-modal-open {
  overflow: hidden;
}

.legal-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.1rem;
  background: rgba(3, 10, 18, 0.7);
  backdrop-filter: blur(4px);
  z-index: 120;
}

.legal-modal.is-open {
  display: flex;
}

.legal-modal-panel {
  position: relative;
  width: min(720px, 100%);
  max-height: min(84vh, 720px);
  overflow-y: auto;
  padding: 1.2rem 1.25rem 1.15rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(160deg, #11273a 0%, #0a1c2c 100%);
  box-shadow: 0 24px 60px rgba(2, 10, 20, 0.45);
}

.legal-modal-panel h3 {
  margin: 0 0 0.7rem;
  color: #f4f8ff;
}

.legal-modal-panel p {
  margin: 0 0 0.62rem;
  color: rgba(227, 236, 251, 0.9);
  line-height: 1.58;
}

.legal-modal-panel a {
  color: #9ee2ef;
}

.legal-modal-close {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #f6f9ff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.legal-modal-close:hover,
.legal-modal-close:focus-visible {
  background: rgba(255, 255, 255, 0.2);
}

.footer-row p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
}

.company-details {
  margin-top: 0.15rem;
}

.company-details summary {
  cursor: pointer;
  list-style: none;
  font-size: 0.84rem;
  font-weight: 700;
  color: rgba(230, 238, 255, 0.76);
}

.company-details summary::after {
  content: " ▼";
  font-size: 0.7rem;
}

.company-details[open] summary::after {
  content: " ▲";
}

.provider-info-block {
  margin-top: 0.48rem;
  display: grid;
  gap: 0.16rem;
  padding: 0.62rem 0.72rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.provider-info-block p {
  font-size: 0.8rem;
  line-height: 1.35;
  color: rgba(230, 238, 255, 0.78);
}

.footer-cta {
  margin-top: 0.45rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.25rem;
  border-radius: 12px;
  border: 1px solid rgba(90, 212, 225, 0.58);
  background: linear-gradient(135deg, #2fa2b9 0%, #217f96 60%, #17687e 100%);
  color: #f7fcff;
  font-weight: 800;
  box-shadow: 0 14px 26px rgba(9, 70, 86, 0.34);
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.footer-cta:hover,
.footer-cta:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(142, 241, 242, 0.84);
  box-shadow:
    0 16px 30px rgba(9, 70, 86, 0.4),
    0 0 18px rgba(113, 225, 240, 0.22);
  text-decoration: none;
}

.footer-bottom {
  margin-top: 1.8rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  align-items: center;
  justify-content: center;
  color: rgba(230, 238, 255, 0.66);
  font-size: 0.82rem;
}

.program-legend {
  margin: 0.2rem 0 0.9rem;
  font-size: 0.88rem;
  color: #5b6787;
  font-weight: 700;
}

.module-meta {
  margin-top: 0.45rem;
  display: grid;
  gap: 0.33rem;
}

.module-meta p {
  margin: 0;
  color: #5b6787;
  font-size: 0.9rem;
  line-height: 1.5;
}

.module-meta strong {
  color: #27415f;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 560ms ease,
    transform 560ms ease;
}

.reveal-delay {
  transition-delay: 120ms;
}

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (width <= 1100px) {
  .hero-grid,
  .about-grid,
  .faq-contact-grid {
    grid-template-columns: 1fr;
  }

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

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

  .process-step::before,
  .process-step::after {
    display: none;
  }

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

  .format-card-wide {
    grid-column: span 2;
  }

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

  .cookie-banner {
    grid-template-columns: 1fr;
    bottom: 4.6rem;
  }

  .cookie-banner-actions {
    justify-content: flex-start;
  }

  .legal-modal-panel {
    width: min(660px, 100%);
    padding: 1.1rem 1.05rem 1rem;
  }

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

  .footer-row {
    grid-template-columns: 1fr 1fr;
  }

  .hero-copy h1 {
    max-width: none;
  }
}

@media (width <= 820px) {
  .section {
    padding: 4.5rem 0;
  }

  .nav-toggle {
    display: inline-block;
  }

  .nav-menu {
    position: absolute;
    top: calc(100% + 0.8rem);
    right: 1rem;
    left: 1rem;
    display: grid;
    gap: 0.9rem;
    padding: 1rem;
    border-radius: 22px;
    background: rgba(10, 16, 47, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    opacity: 0;
    pointer-events: none;
    transform: scale(0.98) translateY(-8px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .lang-switch {
    margin-left: auto;
    margin-right: 0.35rem;
  }

  .nav-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
  }

  .hero-band {
    padding-top: 96px;
    padding-bottom: 64px;
  }

  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .button,
  .button-small {
    width: 100%;
  }

  .hero-copy h1 {
    font-size: clamp(2.7rem, 12vw, 4.2rem);
  }

  .hero-visual,
  .hero-brain-card {
    min-height: 420px;
  }

  .benefit-grid,
  .audience-grid,
  .format-grid,
  .tool-row {
    grid-template-columns: 1fr;
  }

  .process-grid,
  .takeaways-grid {
    grid-template-columns: 1fr;
  }

  .deliverables-list {
    grid-template-columns: 1fr;
  }

  .format-card-wide {
    grid-column: span 1;
  }

  .hero-overlay-bottom,
  .hero-badges {
    left: 1.2rem;
    right: 1.2rem;
    justify-content: flex-start;
  }

  .hero-badges {
    gap: 0.45rem;
  }
}

@media (width <= 540px) {
  html {
    font-size: 16px;
  }

  .container {
    width: min(calc(100% - 1.2rem), var(--container));
  }

  .hero-brain-card,
  .benefit-card,
  .format-card,
  .audience-card,
  .portrait-card,
  .contact-card,
  .faq-item {
    border-radius: 18px;
  }

  .footer-row {
    grid-template-columns: 1fr;
  }
}

/* Program section styles moved from index.html */
.program-section {
  --program-glow-1: 56, 122, 230;
  --program-glow-2: 93, 150, 246;
  --program-glow-3: 73, 194, 171;
  --program-accent-rgb: 56, 122, 230;
  position: relative;
  overflow: hidden;
  padding-top: 5.4rem;
  padding-bottom: 5.4rem;
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(78, 193, 188, 0.16),
      transparent 22%
    ),
    radial-gradient(
      circle at 88% 18%,
      rgba(255, 148, 109, 0.16),
      transparent 24%
    ),
    radial-gradient(
      circle at 50% 100%,
      rgba(62, 161, 176, 0.12),
      transparent 30%
    ),
    linear-gradient(180deg, #f4f9f8 0%, #edf5f3 46%, #f8fbfb 100%);
  color: #12313a;
}

.program-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.45), transparent 40%),
    radial-gradient(
      circle at 20% 20%,
      rgba(255, 255, 255, 0.55),
      transparent 18%
    );
  pointer-events: none;
}

.program-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(var(--program-glow-1), 0.16),
      transparent 34%
    ),
    radial-gradient(
      circle at 86% 12%,
      rgba(var(--program-glow-2), 0.14),
      transparent 32%
    ),
    radial-gradient(
      circle at 60% 94%,
      rgba(var(--program-glow-3), 0.12),
      transparent 36%
    );
  transition: background 320ms ease;
}

.program-section[data-active-package="hours4"] {
  --program-glow-1: 56, 122, 230;
  --program-glow-2: 107, 157, 255;
  --program-glow-3: 76, 173, 222;
  --program-accent-rgb: 56, 122, 230;
}

.program-section[data-active-package="hours12"] {
  --program-glow-1: 91, 105, 246;
  --program-glow-2: 128, 111, 255;
  --program-glow-3: 86, 165, 242;
  --program-accent-rgb: 91, 105, 246;
}

.program-section[data-active-package="hours24"] {
  --program-glow-1: 42, 168, 138;
  --program-glow-2: 64, 195, 158;
  --program-glow-3: 77, 156, 239;
  --program-accent-rgb: 42, 168, 138;
}

.program-section[data-active-package="expert"] {
  --program-glow-1: 220, 133, 60;
  --program-glow-2: 242, 167, 86;
  --program-glow-3: 205, 129, 88;
  --program-accent-rgb: 220, 133, 60;
}

.program-shell {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-top: 1rem;
}

.program-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 2rem;
  align-items: stretch;
}

.hero-main h2 {
  margin-top: 0.7rem;
  margin-bottom: 0;
  font-size: clamp(2.3rem, 3vw, 3.3rem);
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: #0f172a;
}

.hero-text {
  margin: 1.1rem 0 0;
  color: #4b587c;
  line-height: 1.75;
  font-size: 1.08rem;
  max-width: 760px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.48rem 0.95rem;
  border-radius: 999px;
  background: rgba(34, 155, 176, 0.1);
  border: 1px solid rgba(34, 155, 176, 0.22);
  color: #0f7288;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 22px rgba(47, 143, 159, 0.12);
}

.hero-points {
  margin-top: 1.7rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.08rem;
}

.hero-point {
  padding: 1.15rem 1.1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(151, 166, 205, 0.18);
  box-shadow: 0 16px 30px rgba(31, 41, 55, 0.05);
  font-size: 1rem;
  line-height: 1.6;
  color: #334155;
  backdrop-filter: blur(10px);
}

.hero-side {
  background: rgba(255, 255, 255, 0.78);
  border-radius: 28px;
  padding: 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 30px 60px rgba(31, 41, 55, 0.08);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  backdrop-filter: blur(14px);
}

.side-title {
  font-size: 1.35rem;
  margin: 0;
  color: #0f172a;
}

.side-subtitle {
  margin: 0.45rem 0 0;
  color: #5b6787;
  font-size: 1rem;
  line-height: 1.6;
}

.tools-intro {
  display: grid;
  gap: 0.35rem;
}

.tools-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 0.22rem 0.62rem;
  border-radius: 999px;
  background: rgba(43, 156, 174, 0.12);
  border: 1px solid rgba(43, 156, 174, 0.2);
  color: #166d81;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.tool-chip {
  min-height: 46px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.52rem 0.62rem;
  box-shadow: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.tool-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(43, 156, 174, 0.28);
  box-shadow: 0 8px 15px rgba(25, 92, 108, 0.08);
}

.tool-chip img {
  width: 100%;
  max-width: 104px;
  max-height: 22px;
  object-fit: contain;
  opacity: 0.78;
  filter: saturate(0.86) contrast(0.95);
  transition: transform 220ms ease;
}

.tool-chip:hover img {
  opacity: 0.94;
  filter: none;
  transform: scale(1.03);
}

.program-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 32px;
  padding: clamp(1rem, 2.2vw, 1.65rem);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(14px);
}

.package-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.package-summary-card {
  --card-glow-rgb: 62, 123, 232;
  position: relative;
  min-width: 0;
  padding: 1rem;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.86),
    rgba(250, 252, 255, 0.8)
  );
  color: #203247;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  transition:
    border-color 170ms ease,
    transform 170ms ease,
    box-shadow 170ms ease,
    background 170ms ease;
  box-shadow: 0 10px 18px rgba(17, 37, 84, 0.07);
  cursor: pointer;
}

.package-summary-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  box-shadow:
    0 0 0 1px rgba(var(--card-glow-rgb), 0.42),
    0 12px 26px rgba(var(--card-glow-rgb), 0.24),
    0 0 26px rgba(var(--card-glow-rgb), 0.22);
  transition: opacity 180ms ease;
}

.plan-popular {
  position: absolute;
  top: 0.45rem;
  right: 0.7rem;
  z-index: 1;
  padding: 0.14rem 0.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #5f92ff, #7ea7ff);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 8px 14px rgba(90, 130, 230, 0.26);
}

.plan-name {
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.2;
  color: #172b45;
}

.plan-audience,
.plan-result,
.plan-format {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: #52657f;
}

.plan-audience strong,
.plan-result strong,
.plan-format strong {
  color: #20344f;
}

.plan-block {
  display: grid;
  gap: 0.22rem;
}

.plan-block-title {
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #506887;
}

.plan-list {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.22rem;
  color: #5a6f8e;
  font-size: 0.82rem;
}

.plan-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: auto;
  padding: 0.48rem 0.78rem;
  border-radius: 10px;
  border: 1px solid rgba(var(--card-glow-rgb), 0.58);
  background: linear-gradient(
    135deg,
    rgba(var(--card-glow-rgb), 0.2),
    rgba(var(--card-glow-rgb), 0.12)
  );
  color: rgba(19, 43, 72, 0.98);
  font-size: 0.81rem;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 8px 16px rgba(var(--card-glow-rgb), 0.2);
  transition:
    transform 170ms ease,
    box-shadow 170ms ease,
    border-color 170ms ease;
}

.plan-action:hover,
.plan-action:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(var(--card-glow-rgb), 0.78);
  box-shadow: 0 12px 20px rgba(var(--card-glow-rgb), 0.26);
}

.plan-caption {
  font-size: 0.86rem;
  color: #6a7d93;
}

.plan-note {
  font-size: 0.82rem;
  line-height: 1.35;
  color: #5d738e;
}

.plan-price {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.26rem;
  line-height: 1;
  font-weight: 800;
  color: #143459;
}

.package-summary-card.active {
  border-color: rgba(var(--card-glow-rgb), 0.56);
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(var(--card-glow-rgb), 0.2);
  background: linear-gradient(
    180deg,
    rgba(var(--card-glow-rgb), 0.16),
    rgba(245, 250, 255, 0.94)
  );
}

.package-summary-card.active::before {
  opacity: 1;
}

.package-summary-card.pkg-4 {
  --card-glow-rgb: 56, 122, 230;
  border-left: 3px solid rgba(51, 122, 230, 0.65);
}

.package-summary-card.pkg-12 {
  --card-glow-rgb: 91, 105, 246;
  border-left: 3px solid rgba(94, 108, 246, 0.6);
  transform: translateY(-8px) scale(1.04);
  padding: 1.12rem;
  padding-top: 2.05rem;
  border-color: rgba(96, 116, 247, 0.4);
  background: linear-gradient(
    180deg,
    rgba(109, 124, 252, 0.16),
    rgba(248, 250, 255, 0.92)
  );
  box-shadow:
    0 24px 42px rgba(96, 116, 247, 0.28),
    0 0 34px rgba(96, 116, 247, 0.22);
}

.package-summary-card .plan-popular + .plan-name {
  margin-top: 0.2rem;
}

.package-summary-card.pkg-24 {
  --card-glow-rgb: 42, 168, 138;
  border-left: 3px solid rgba(47, 174, 147, 0.68);
}

.package-summary-card.pkg-expert {
  --card-glow-rgb: 220, 133, 60;
  border-left: 3px solid rgba(233, 142, 64, 0.68);
}

.package-summary-card.pkg-12.active {
  transform: translateY(-10px) scale(1.055);
  box-shadow:
    0 28px 46px rgba(var(--card-glow-rgb), 0.34),
    0 0 40px rgba(var(--card-glow-rgb), 0.3);
}

.package-summary-card.pkg-12 .plan-action {
  background: linear-gradient(
    135deg,
    rgba(91, 105, 246, 0.24),
    rgba(118, 137, 255, 0.18)
  );
  border-color: rgba(100, 116, 255, 0.72);
  box-shadow: 0 10px 20px rgba(95, 112, 247, 0.28);
}

.package-compare {
  margin: 0 0 1.4rem;
  padding: 1rem 1.05rem;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(255, 255, 255, 0.62);
}

.pricing-helper {
  margin: 0 0 1.4rem;
  display: grid;
  gap: 0.72rem;
}

.pricing-helper-note {
  margin: 0;
  font-size: 0.94rem;
  color: #355777;
  font-weight: 700;
}

.pricing-cta-box {
  padding: 1rem 1.05rem;
  border-radius: 14px;
  border: 1px solid rgba(84, 136, 219, 0.26);
  background: rgba(240, 248, 255, 0.9);
  box-shadow: 0 14px 26px rgba(34, 75, 128, 0.08);
}

.pricing-cta-box h3 {
  margin: 0 0 0.45rem;
  font-size: 1.1rem;
  color: #183755;
}

.pricing-cta-box p {
  margin: 0;
  color: #3e5f80;
}

.cta-assurance-list {
  margin-top: 0.75rem;
  display: grid;
  gap: 0.22rem;
}

.cta-assurance-list span {
  font-size: 0.83rem;
  color: #527092;
  font-weight: 700;
}

.pricing-cta-box ul {
  margin: 0.6rem 0 0.95rem;
  padding-left: 1rem;
  display: grid;
  gap: 0.3rem;
  color: #486887;
}

.program-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.column-box {
  padding: 1rem 1.05rem;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.84);
}

.column-box h3 {
  margin: 0 0 0.8rem;
  font-size: 1.15rem;
  color: #143452;
}

.package-compare h3 {
  margin: 0 0 0.7rem;
  font-size: 1.05rem;
  color: #18324d;
}

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

.compare-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 0.86rem;
  color: #3a516e;
}

.compare-table th,
.compare-table td {
  padding: 0.55rem 0.65rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  text-align: left;
}

.compare-table th {
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4f6786;
}

.compare-table td:first-child {
  font-weight: 700;
  color: #243e5c;
}

.topic-list {
  max-height: 520px;
  overflow-y: auto;
  padding-right: 0.45rem;
  display: grid;
  gap: 0.95rem;
}

.topic-list-coverage {
  max-height: none;
  overflow: visible;
  padding-right: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.program-grid .column-box:first-child {
  border-color: rgba(var(--program-accent-rgb), 0.22);
  background: linear-gradient(
    180deg,
    rgba(var(--program-accent-rgb), 0.09),
    rgba(255, 255, 255, 0.66)
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 14px 30px rgba(var(--program-accent-rgb), 0.14);
  transition:
    border-color 260ms ease,
    background 260ms ease,
    box-shadow 260ms ease;
}

.program-grid .column-box:first-child h3 {
  color: rgba(var(--program-accent-rgb), 0.92);
  transition: color 240ms ease;
}

.program-grid .column-box:first-child .topic-item {
  border-color: rgba(var(--program-accent-rgb), 0.2);
  background: linear-gradient(
    135deg,
    rgba(var(--program-accent-rgb), 0.11),
    rgba(255, 255, 255, 0.92)
  );
  box-shadow: 0 8px 16px rgba(var(--program-accent-rgb), 0.1);
  transition:
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.topic-list::-webkit-scrollbar {
  width: 8px;
}

.topic-list::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, 0.28);
  border-radius: 999px;
}

.topic-item,
.result-item,
.stack-item {
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.04);
}

.topic-item.hidden-by-filter,
.result-item.hidden-by-filter {
  display: none;
}

.topic-item strong,
.result-item strong {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1rem;
  color: #0f172a;
}

.topic-item span,
.result-item span,
.stack-item span {
  display: block;
  margin-top: 0.48rem;
  color: #5b6787;
  font-size: 0.98rem;
  line-height: 1.62;
}

.program-proof {
  margin: 0.95rem 0 0;
  font-size: 0.95rem;
  color: #395a79;
  font-weight: 700;
}

.result-item.pkg-4 {
  border-color: rgba(59, 130, 246, 0.18);
  background: linear-gradient(
    135deg,
    rgba(239, 246, 255, 0.96),
    rgba(255, 255, 255, 0.9)
  );
}

.result-item.pkg-12 {
  border-color: rgba(255, 135, 100, 0.22);
  background: linear-gradient(
    135deg,
    rgba(255, 243, 235, 0.96),
    rgba(255, 255, 255, 0.9)
  );
}

.result-item.pkg-24 {
  border-color: rgba(16, 185, 129, 0.18);
  background: linear-gradient(
    135deg,
    rgba(236, 253, 245, 0.96),
    rgba(255, 255, 255, 0.9)
  );
}

.result-item.pkg-expert {
  border-color: rgba(245, 158, 11, 0.18);
  background: linear-gradient(
    135deg,
    rgba(255, 251, 235, 0.96),
    rgba(255, 255, 255, 0.9)
  );
}

.topic-label {
  padding: 0.16rem 0.72rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.topic-label-core {
  background: rgba(59, 130, 246, 0.12);
  color: #2563eb;
}

.topic-label-team {
  background: rgba(255, 136, 97, 0.14);
  color: #d65d3c;
}

.topic-label-pro {
  background: rgba(16, 185, 129, 0.12);
  color: #059669;
}

.topic-label-enterprise,
.topic-label-expert {
  background: rgba(245, 158, 11, 0.14);
  color: #d97706;
}

.topic-duration {
  margin-left: auto;
  font-size: 0.9rem;
  font-weight: 800;
  color: #7c879d;
}

.stack-list,
.result-list {
  display: grid;
  gap: 1rem;
}

.stack-item strong {
  font-size: 1.03rem;
  color: #0f172a;
}

.outcomes {
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.outcome-card {
  padding: 2rem;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
}

.result-kicker {
  margin: 0.5rem 0 0.35rem;
  color: #2f526f;
  font-size: 0.95rem;
  font-weight: 800;
}

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

.outcome-item {
  padding: 1.2rem;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.04);
}

.benefit-card,
.audience-card,
.process-step,
.takeaway-group,
.reference-box,
.outcome-item,
.package-summary-card,
.topic-item,
.result-item,
.stack-item {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.benefit-card:hover,
.audience-card:hover,
.process-step:hover,
.takeaway-group:hover,
.reference-box:hover,
.outcome-item:hover,
.package-summary-card:hover,
.topic-item:hover,
.result-item:hover,
.stack-item:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.1);
}

.outcome-number {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(43, 156, 174, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #0e748a;
  margin-bottom: 0.9rem;
}

.outcome-item strong {
  font-size: 1rem;
  color: #0f172a;
  margin-bottom: 0.35rem;
  display: block;
}

.outcome-item p {
  margin: 0;
  color: #5b6787;
  font-size: 0.98rem;
  line-height: 1.62;
}

.program-section .section-title {
  color: #0f172a;
}

.program-section .section-desc {
  color: #5b6787;
  line-height: 1.7;
  font-size: 1.03rem;
}

.program-card .section-desc {
  margin: 0.6rem 0 1.35rem;
}

@media (max-width: 1100px) {
  .package-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .package-summary-card.pkg-12,
  .package-summary-card.pkg-12.active {
    transform: none;
  }

  .program-hero {
    grid-template-columns: 1fr;
  }

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

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

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

@media (max-width: 760px) {
  .program-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero-main h2 {
    font-size: 2rem;
  }

  .hero-points,
  .package-summary,
  .outcome-grid {
    grid-template-columns: 1fr;
  }

  .topic-list-coverage {
    grid-template-columns: 1fr;
  }

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

  .plan-action {
    min-height: 34px;
  }

  .column-box,
  .outcome-card,
  .hero-side {
    padding: 1.2rem;
  }

  .program-card {
    padding: 0.85rem;
  }
}
