:root {
  --nav-bg: #0d1b2a;
  --nav-border: rgba(255, 255, 255, 0.04);
  --hero-start: #0d1b2a;
  --hero-mid: #114483;
  --hero-end: #1565c0;
  --section-text: #0d1b2a;
  --muted: #90a4ae;
  --line: #1565c0;
  --primary: #1565c0;
  --primary-dark: #0f4e96;
  --accent: #00bcd4;
  --whatsapp: #25d366;
  --whatsapp-dark: #1fb55a;
  --surface-muted: #f4f8fb;
  --dark-card: #0d1b2a;
  --portfolio-bg-top: #0d1b2a;
  --portfolio-bg-bottom: #1565c0;
  --portfolio-card: rgba(21, 101, 192, 0.28);
  --portfolio-border: rgba(255, 255, 255, 0.22);
  --contact-top: #0d1b2a;
  --contact-bottom: #1565c0;
  --shadow-soft: 0 18px 42px rgba(13, 27, 42, 0.12);
  --shadow-card: 0 16px 28px rgba(13, 27, 42, 0.12);
  --max-width: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  background: #ffffff;
  color: var(--section-text);
  line-height: 1.6;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.brand,
.site-nav,
.button {
  font-family: "Montserrat", "Inter", sans-serif;
}

.container {
  width: min(calc(100% - 64px), var(--max-width));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(13, 27, 42, 0.98);
  border-bottom: 1px solid var(--nav-border);
  backdrop-filter: blur(12px);
}

.nav-shell {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin-left: auto;
  flex-wrap: wrap;
}

.brand {
  font-size: 2.15rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.04em;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 18px 42px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 1rem;
  font-weight: 500;
}

.site-nav a {
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--accent);
  transform: translateY(-1px);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(125, 227, 243, 0.26);
  border-radius: 999px;
  background: rgba(10, 20, 34, 0.78);
  box-shadow: 0 14px 28px rgba(2, 10, 20, 0.24);
}

.language-switch-option {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.74);
  font-family: "Montserrat", "Inter", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  min-width: 52px;
  min-height: 38px;
  padding: 0 16px;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.language-switch-option:hover,
.language-switch-option:focus-visible {
  color: #ffffff;
  transform: translateY(-1px);
}

.language-switch-option.is-active {
  background: linear-gradient(135deg, rgba(59, 121, 219, 0.94), rgba(71, 194, 219, 0.96));
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(47, 155, 223, 0.28);
}

.hero-section {
  position: relative;
  min-height: calc(100vh - 84px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 88%, rgba(0, 188, 212, 0.14), transparent 24%),
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.05), transparent 36%),
    linear-gradient(135deg, var(--hero-start) 0%, var(--hero-mid) 62%, var(--hero-end) 100%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 17, 28, 0.16) 0%, rgba(7, 17, 28, 0) 24%),
    radial-gradient(circle at 82% 92%, rgba(80, 214, 236, 0.1), transparent 24%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 120px 0 152px;
  color: #ffffff;
}

.hero-kicker {
  position: absolute;
  left: -9999px;
}

.hero-content h1 {
  margin: 0;
  font-size: clamp(4.1rem, 8vw, 6.25rem);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.hero-subtitle {
  max-width: 980px;
  margin: 34px auto 0;
  font-size: clamp(1.55rem, 2.2vw, 2.1rem);
  line-height: 1.28;
  color: rgba(255, 255, 255, 0.92);
}

.hero-support {
  margin: 26px 0 0;
  font-size: clamp(1.12rem, 1.5vw, 1.36rem);
  color: rgba(255, 255, 255, 0.84);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  margin-top: 62px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 72px;
  padding: 0 38px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-size: 1.04rem;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(14, 30, 55, 0.18);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent) 0%, #22c7dc 100%);
  color: #ffffff;
}

.button-whatsapp {
  background: linear-gradient(135deg, var(--whatsapp) 0%, var(--whatsapp-dark) 100%);
  color: #ffffff;
}

.button-light {
  background: #ffffff;
  color: var(--section-text);
}

.button-secondary {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 12px;
  background: var(--primary-dark);
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(21, 101, 192, 0.18);
}

.icon-button .icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
}

.icon-button svg,
.service-icon svg,
.chip-icon svg,
.footer-icons svg,
.scroll-indicator svg {
  width: 100%;
  height: 100%;
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.72);
  width: 30px;
  height: 30px;
  animation: float 2.2s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(6px);
  }
}

.section {
  padding: 88px 0;
}

.light-section {
  background: #ffffff;
}

.services-section {
  background:
    radial-gradient(circle at 50% -20%, rgba(21, 101, 192, 0.08), transparent 46%),
    var(--surface-muted);
}

.portfolio-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, #1d365f 0%, #264f8d 100%);
  color: #ffffff;
}

.portfolio-section .section-heading {
  margin-bottom: 60px;
}

.portfolio-section .section-heading h2 {
  font-size: clamp(3rem, 5vw, 4.4rem);
}

.portfolio-section .heading-rule {
  width: 92px;
  background: #35c7e7;
}

.portfolio-section .section-heading p {
  margin-top: 22px;
  font-size: 1.18rem;
  color: rgba(255, 255, 255, 0.92);
}

.contact-section {
  background:
    linear-gradient(180deg, rgba(13, 27, 42, 0.18), rgba(13, 27, 42, 0)),
    linear-gradient(180deg, var(--contact-top) 0%, var(--contact-bottom) 100%);
  color: #ffffff;
}

.section-heading {
  display: grid;
  justify-items: center;
  text-align: center;
  margin-bottom: 48px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.35rem, 4vw, 3.6rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.heading-rule {
  width: 82px;
  height: 3px;
  margin-top: 14px;
  background: var(--line);
}

.section-heading p {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading-inverse p {
  color: rgba(255, 255, 255, 0.88);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 46px 56px;
  align-items: start;
}

.about-left {
  align-self: start;
}

.portrait-wrap {
  position: relative;
  width: max-content;
  margin: 0 auto;
}

.about-info-row {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.92fr);
  gap: 22px;
  align-items: stretch;
}

.portrait-ring {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 7px solid #ffffff;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(13, 27, 42, 0.1),
    0 0 34px rgba(21, 101, 192, 0.22),
    0 0 72px rgba(0, 188, 212, 0.28);
  background: linear-gradient(180deg, #12488d 0%, #0d1b2a 100%);
}

.portrait-ring img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience-pill {
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  padding: 10px 22px;
  border-radius: 999px;
  background: var(--accent);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(48, 86, 140, 0.22);
}

.info-card {
  border-radius: 16px;
  padding: 26px 28px;
  box-shadow: var(--shadow-soft);
}

.about-info-row .info-card {
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  min-height: 100%;
}

.info-card h3 {
  margin: 0 0 14px;
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 700;
}

.about-info-row .info-card h3 {
  margin: 0;
}

.dark-card {
  background: var(--dark-card);
  color: #ffffff;
}

.gradient-card {
  color: #ffffff;
  background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
}

.about-info-row .gradient-card {
  align-items: center;
}

.about-info-row .gradient-card p {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.65;
}

.approach-list,
.service-card ul,
.coaching-benefits ul,
.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.approach-list li,
.service-card ul li,
.coaching-benefits li {
  position: relative;
  padding-left: 18px;
}

.approach-list li::before,
.service-card ul li::before,
.coaching-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  background: var(--accent);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.approach-list li + li,
.service-card ul li + li,
.coaching-benefits li + li {
  margin-top: 10px;
}

.about-copy {
  padding-top: 2px;
  color: #273750;
  font-size: 1.12rem;
}

.about-copy p {
  margin: 0 0 24px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.coaching-grid,
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-card,
.coaching-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px 22px 22px;
  box-shadow: var(--shadow-card);
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  color: var(--primary);
  background: linear-gradient(135deg, rgba(21, 101, 192, 0.1), rgba(0, 188, 212, 0.12));
  border: 1px solid rgba(21, 101, 192, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.service-card {
  border: 1px solid rgba(13, 27, 42, 0.04);
}

.service-card .service-icon {
  width: 52px;
  height: 52px;
  margin-left: 2px;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #2f69cf;
}

.service-card .service-icon svg {
  width: 100%;
  height: 100%;
}

.featured-service {
  border: 2px solid rgba(0, 188, 212, 0.85);
}

.small-icon {
  width: 34px;
  height: 34px;
}

.service-card h3,
.coaching-card h3,
.wide-cta h3,
.coaching-benefits h3,
.coaching-offer h3,
.contact-info h3,
.contact-form h3 {
  margin: 20px 0 10px;
  font-size: 1.9rem;
  line-height: 1.12;
  font-weight: 700;
}

.service-card p,
.coaching-card p {
  margin: 0 0 18px;
  color: #43536c;
  font-size: 1.04rem;
  line-height: 1.6;
}

.service-card ul {
  min-height: 168px;
  color: #55657e;
  margin-bottom: 18px;
}

.service-card ul li {
  font-size: 1rem;
  line-height: 1.5;
}

.wide-cta {
  margin-top: 30px;
  border-radius: 16px;
  padding: 34px 28px;
  background: var(--nav-bg);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 18px 34px rgba(18, 34, 54, 0.2);
}

.wide-cta h3 {
  margin-top: 0;
}

.wide-cta p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.82);
}

.hero-actions .button {
  min-width: 310px;
}

.hero-actions .button-whatsapp {
  min-width: 420px;
}

.portfolio-grid {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.portfolio-carousel-shell {
  display: grid;
  gap: 28px;
  margin-bottom: 40px;
}

.portfolio-sector-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.portfolio-sector {
  --sector-progress: 0%;
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 92px;
  padding: 0;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.76);
  cursor: pointer;
}

.portfolio-sector:hover,
.portfolio-sector:focus-visible {
  color: #ffffff;
}

.portfolio-sector-ring {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  padding: 2px;
  border-radius: 50%;
  background: conic-gradient(#35c7e7 var(--sector-progress), rgba(255, 255, 255, 0.14) 0);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.1s linear;
}

.portfolio-sector-ring::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: rgba(17, 37, 70, 0.96);
}

.portfolio-sector-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #8ebfe4;
}

.portfolio-sector-icon svg {
  width: 28px;
  height: 28px;
}

.portfolio-sector-label {
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.portfolio-sector.is-active {
  color: #ffffff;
}

.portfolio-sector.is-active .portfolio-sector-ring {
  transform: translateY(-2px);
  box-shadow: 0 0 24px rgba(53, 199, 231, 0.24);
}

.portfolio-sector.is-active .portfolio-sector-icon {
  color: #35c7e7;
}

.portfolio-carousel-stage {
  display: grid;
}

.portfolio-carousel-card {
  display: grid;
  gap: 22px;
  min-height: 0;
  padding: 34px 36px 32px;
}

.portfolio-carousel-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.portfolio-carousel-counter {
  margin: 0 0 8px;
  color: #35c7e7;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.portfolio-carousel-card h3 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.7rem);
  line-height: 1.05;
}

.portfolio-sector-badge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(53, 199, 231, 0.12);
  border: 1px solid rgba(53, 199, 231, 0.42);
  color: #35c7e7;
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
}

.portfolio-carousel-card .portfolio-meta-display {
  margin: 0;
}

.portfolio-carousel-card .portfolio-body {
  margin: 0;
  font-size: 1.14rem;
  line-height: 1.72;
}

.portfolio-related-shell {
  display: grid;
  gap: 14px;
  padding: 18px 18px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 22, 40, 0.24);
}

.portfolio-related-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.portfolio-related-label,
.portfolio-related-caption {
  margin: 0;
}

.portfolio-related-label {
  color: #35c7e7;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.portfolio-related-caption {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
}

.portfolio-related-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.portfolio-related-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  text-align: left;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.portfolio-related-item:hover,
.portfolio-related-item:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(53, 199, 231, 0.38);
  color: #ffffff;
  outline: none;
}

.portfolio-related-item.is-active {
  border-color: rgba(53, 199, 231, 0.52);
  background: rgba(53, 199, 231, 0.12);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(53, 199, 231, 0.12);
}

.portfolio-related-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: #8ce7f4;
  font-size: 0.86rem;
  font-weight: 700;
}

.portfolio-related-item.is-active .portfolio-related-step {
  background: rgba(53, 199, 231, 0.18);
  color: #d7fbff;
}

.portfolio-related-copy strong,
.portfolio-related-copy small {
  display: block;
}

.portfolio-related-copy strong {
  font-size: 1rem;
  font-weight: 700;
}

.portfolio-related-copy small {
  margin-top: 4px;
  color: inherit;
  font-size: 0.86rem;
  opacity: 0.74;
}

.portfolio-carousel-footer {
  display: grid;
  gap: 12px;
}

.portfolio-timer-track {
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  overflow: hidden;
}

.portfolio-timer-bar {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #35c7e7 0%, #8ce7f4 100%);
  transition: width 0.08s linear;
}

.portfolio-carousel-note {
  margin: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.96rem;
}

.portfolio-card {
  min-height: 100%;
  border-radius: 18px;
  border: 1px solid rgba(150, 181, 223, 0.28);
  background: rgba(83, 109, 153, 0.64);
  padding: 30px 30px 26px;
  box-shadow: none;
}

.portfolio-card h3 {
  margin: 0;
  font-size: 1.95rem;
  line-height: 1.14;
  font-weight: 800;
}

.portfolio-meta {
  display: none;
}

.portfolio-meta-display {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 18px;
  color: #35c7e7;
  font-size: 0.98rem;
  font-weight: 500;
}

.portfolio-meta-icon {
  font-size: 1rem;
  line-height: 1;
}

.portfolio-card > p:not(.portfolio-meta):not(.portfolio-meta-display) {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  line-height: 1.65;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-row span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(53, 199, 231, 0.9);
  color: #35c7e7;
  font-size: 0.92rem;
  line-height: 1;
  white-space: nowrap;
}

.portfolio-footer {
  display: grid;
  justify-items: center;
  gap: 20px;
  margin-top: 34px;
  text-align: center;
}

.portfolio-footer p {
  margin: 0;
  font-size: 1.04rem;
}

.timeline {
  display: grid;
  gap: 42px;
}

.experience-card {
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  padding: 34px 46px 32px;
  box-shadow: 0 14px 34px rgba(13, 27, 42, 0.12);
  overflow: hidden;
}

.experience-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--primary);
  border-radius: 10px;
}

.experience-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
  margin-bottom: 28px;
}

.experience-head h3 {
  margin: 0 0 12px;
  font-size: 1.95rem;
  line-height: 1.08;
  font-weight: 800;
}

.role {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--primary);
  font-size: 0.98rem;
  font-weight: 500;
}

.role-icon,
.meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #27bfe2;
  flex: 0 0 24px;
}

.role-icon svg,
.meta-icon svg {
  width: 100%;
  height: 100%;
}

.experience-meta {
  display: grid;
  min-width: 220px;
  color: #4f6281;
  font-size: 1rem;
}

.experience-meta p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
}

.experience-meta p:last-child {
  margin-bottom: 0;
}

.experience-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 42px;
}

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

.experience-list p {
  position: relative;
  margin: 0;
  padding-left: 24px;
  color: #2f4464;
  font-size: 1rem;
  line-height: 1.55;
}

.experience-list p::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05em;
  color: #2fc4e6;
  font-size: 1.25rem;
  font-weight: 400;
}

.experience-journey-card {
  padding: 34px 38px 36px;
}

.experience-journey-card::before {
  width: 6px;
  background: linear-gradient(180deg, var(--primary) 0%, var(--accent) 100%);
}

.experience-track {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.experience-track-step {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(21, 101, 192, 0.12);
  background: #f4f8fc;
  color: #4b6181;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
}

.experience-track-step.is-current {
  border-color: transparent;
  background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(37, 86, 147, 0.18);
}

.experience-track-arrow {
  position: relative;
  width: 22px;
  height: 2px;
  background: linear-gradient(90deg, rgba(21, 101, 192, 0.18), rgba(0, 188, 212, 0.82));
}

.experience-track-arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(0, 188, 212, 0.9);
  border-right: 2px solid rgba(0, 188, 212, 0.9);
  transform: translateY(-50%) rotate(45deg);
}

.experience-role-stack {
  display: grid;
  gap: 18px;
}

.experience-role-panel {
  position: relative;
  padding: 22px 24px 20px;
  border-radius: 18px;
  border: 1px solid rgba(21, 101, 192, 0.08);
  background: #f8fbff;
}

.experience-role-panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: rgba(21, 101, 192, 0.18);
}

.experience-role-panel.is-current {
  border-color: rgba(21, 101, 192, 0.16);
  background:
    linear-gradient(180deg, rgba(21, 101, 192, 0.08), rgba(255, 255, 255, 0) 44%),
    #ffffff;
  box-shadow: 0 18px 30px rgba(13, 27, 42, 0.08);
}

.experience-role-panel.is-current::before {
  background: linear-gradient(180deg, var(--primary) 0%, var(--accent) 100%);
}

.experience-role-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 18px;
}

.experience-role-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(21, 101, 192, 0.12);
  color: var(--primary);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.experience-role-kicker-muted {
  background: #eef4fb;
  color: #60738e;
}

.experience-role-panel .role {
  margin-top: 12px;
  font-size: 1.02rem;
  font-weight: 700;
}

.experience-role-period {
  margin: 0;
  color: #60738e;
  font-size: 0.94rem;
  font-weight: 600;
  white-space: nowrap;
}

.experience-role-panel .experience-list {
  gap: 16px 34px;
}

.stats-grid {
  margin-top: 30px;
}

.stat-card {
  padding: 24px 18px;
  border-radius: 14px;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
  box-shadow: var(--shadow-card);
}

.stat-card strong {
  display: block;
  font-size: 3.1rem;
  line-height: 1;
  font-weight: 800;
}

.stat-card span {
  display: block;
  margin-top: 8px;
  font-size: 1.08rem;
  font-weight: 600;
}

.stat-card-dark {
  background: linear-gradient(135deg, var(--nav-bg) 0%, var(--primary) 100%);
}

.education-section {
  background:
    radial-gradient(circle at 8% 10%, rgba(21, 101, 192, 0.08), transparent 30%),
    linear-gradient(180deg, #f6fbff 0%, #ffffff 100%);
}

.education-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 28px;
  align-items: start;
}

.education-map-card {
  border-radius: 28px;
  padding: 28px;
  background: linear-gradient(155deg, #0d1b2a 0%, #16345f 56%, #1d5ca7 100%);
  color: #ffffff;
  box-shadow: 0 24px 48px rgba(13, 27, 42, 0.18);
}

.education-map-copy {
  max-width: 560px;
}

.education-eyebrow {
  margin: 0 0 10px;
  color: #8ce7f4;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.education-map-card h3 {
  margin: 0;
  font-size: clamp(1.85rem, 3.2vw, 2.6rem);
  line-height: 1.12;
  font-weight: 800;
}

.education-map-summary {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.02rem;
  line-height: 1.65;
}

.education-active-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-top: 18px;
}

.education-active-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  font-weight: 600;
}

.education-active-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.education-active-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(53, 199, 231, 0.14);
  border: 1px solid rgba(53, 199, 231, 0.34);
  color: #c9f7ff;
  font-size: 0.88rem;
  font-weight: 700;
}

.education-map-visual {
  position: relative;
  isolation: isolate;
  min-height: 500px;
  margin-top: 24px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(111, 228, 247, 0.18);
  background:
    radial-gradient(circle at 12% 18%, rgba(53, 199, 231, 0.18), transparent 30%),
    radial-gradient(circle at 84% 78%, rgba(51, 116, 232, 0.16), transparent 24%),
    linear-gradient(160deg, rgba(4, 14, 29, 0.98), rgba(7, 24, 47, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(201, 247, 255, 0.05),
    0 26px 56px rgba(4, 10, 22, 0.26);
}

.education-map-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 9, 20, 0.08), rgba(2, 9, 20, 0.02) 26%, transparent 48%, rgba(2, 9, 20, 0.22) 100%),
    radial-gradient(circle at 50% 50%, transparent 45%, rgba(3, 10, 20, 0.22) 100%);
  z-index: 1;
  pointer-events: none;
}

.education-map-visual::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 22px;
  border: 1px solid rgba(102, 228, 247, 0.1);
  background:
    linear-gradient(90deg, rgba(125, 227, 243, 0.78), rgba(125, 227, 243, 0)) left 18px top 18px / 64px 2px no-repeat,
    linear-gradient(180deg, rgba(125, 227, 243, 0.78), rgba(125, 227, 243, 0)) left 18px top 18px / 2px 64px no-repeat,
    linear-gradient(270deg, rgba(125, 227, 243, 0.78), rgba(125, 227, 243, 0)) right 18px top 18px / 64px 2px no-repeat,
    linear-gradient(180deg, rgba(125, 227, 243, 0.78), rgba(125, 227, 243, 0)) right 18px top 18px / 2px 64px no-repeat,
    linear-gradient(90deg, rgba(125, 227, 243, 0.78), rgba(125, 227, 243, 0)) left 18px bottom 18px / 64px 2px no-repeat,
    linear-gradient(0deg, rgba(125, 227, 243, 0.78), rgba(125, 227, 243, 0)) left 18px bottom 18px / 2px 64px no-repeat,
    linear-gradient(270deg, rgba(125, 227, 243, 0.78), rgba(125, 227, 243, 0)) right 18px bottom 18px / 64px 2px no-repeat,
    linear-gradient(0deg, rgba(125, 227, 243, 0.78), rgba(125, 227, 243, 0)) right 18px bottom 18px / 2px 64px no-repeat;
  box-shadow: inset 0 0 0 1px rgba(12, 48, 76, 0.28);
  z-index: 1;
  pointer-events: none;
}

.education-map-hint {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 3;
  padding: 10px 14px;
  max-width: min(460px, calc(100% - 36px));
  border-radius: 999px;
  background: rgba(4, 13, 24, 0.74);
  border: 1px solid rgba(102, 228, 247, 0.14);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
  backdrop-filter: blur(8px);
  box-shadow:
    0 14px 26px rgba(2, 10, 20, 0.28),
    inset 0 1px 0 rgba(125, 227, 243, 0.08);
}

.education-map-status {
  position: absolute;
  left: 18px;
  top: 88px;
  z-index: 3;
  display: grid;
  gap: 4px;
  max-width: min(300px, calc(100% - 36px));
  padding: 14px 16px;
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(4, 13, 24, 0.86), rgba(8, 28, 49, 0.74));
  border: 1px solid rgba(102, 228, 247, 0.16);
  box-shadow:
    0 18px 36px rgba(2, 10, 20, 0.28),
    inset 0 1px 0 rgba(125, 227, 243, 0.08);
  backdrop-filter: blur(12px);
}

.education-map-status::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 0;
  width: 78px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(53, 199, 231, 0.96), rgba(53, 199, 231, 0));
}

.education-map-status-kicker {
  color: rgba(140, 231, 244, 0.84);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.education-map-status strong {
  font-size: 1.14rem;
  line-height: 1.15;
  font-weight: 800;
  text-shadow: 0 0 22px rgba(125, 227, 243, 0.12);
}

#education-map-focus-region {
  color: rgba(210, 245, 252, 0.72);
  font-size: 0.82rem;
  font-weight: 600;
}

.education-map-timer {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.education-map-timer-label {
  color: rgba(201, 247, 255, 0.82);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.education-map-timer-track {
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(125, 227, 243, 0.08);
  overflow: hidden;
}

.education-map-timer-fill {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #35c7e7 0%, #74e8ff 45%, #3f84ff 100%);
  box-shadow:
    0 0 14px rgba(53, 199, 231, 0.3),
    0 0 28px rgba(63, 132, 255, 0.16);
  transition: width 0.1s linear;
}

.education-map-canvas-shell {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.education-map-canvas-shell::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(2, 8, 18, 0.04), rgba(2, 8, 18, 0.28) 54%, rgba(2, 8, 18, 0.46) 100%),
    repeating-linear-gradient(90deg, transparent 0, transparent 72px, rgba(125, 227, 243, 0.06) 72px, rgba(125, 227, 243, 0.06) 73px),
    repeating-linear-gradient(180deg, transparent 0, transparent 72px, rgba(125, 227, 243, 0.06) 72px, rgba(125, 227, 243, 0.06) 73px);
  opacity: 0.5;
  mix-blend-mode: screen;
  z-index: 1;
  pointer-events: none;
}

.education-map-canvas-shell::after {
  content: "";
  position: absolute;
  top: -18%;
  bottom: -18%;
  left: -34%;
  width: 24%;
  background: linear-gradient(90deg, rgba(125, 227, 243, 0), rgba(125, 227, 243, 0.18) 50%, rgba(125, 227, 243, 0));
  opacity: 0.48;
  transform: skewX(-18deg);
  animation: education-map-scan-sweep 8.4s linear infinite;
  z-index: 1;
  pointer-events: none;
}

.education-map-canvas {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 24% 24%, rgba(53, 199, 231, 0.14), transparent 26%),
    radial-gradient(circle at 78% 76%, rgba(63, 132, 255, 0.12), transparent 24%),
    linear-gradient(155deg, rgba(17, 39, 70, 0.92), rgba(5, 14, 28, 0.98));
}

.education-map-canvas.is-fallback {
  display: grid;
  place-items: center;
}

.education-map-fallback {
  max-width: 320px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(102, 228, 247, 0.12);
  background: rgba(4, 13, 24, 0.72);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  line-height: 1.45;
  text-align: center;
  box-shadow: 0 16px 32px rgba(2, 10, 20, 0.24);
}

.education-map-canvas .leaflet-tile {
  filter: grayscale(0.28) saturate(0.52) brightness(0.78) contrast(1.08) sepia(0.18) hue-rotate(165deg);
}

.education-map-canvas .leaflet-control-attribution {
  background: rgba(4, 13, 24, 0.8);
  color: rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  border: 1px solid rgba(102, 228, 247, 0.12);
  padding: 4px 8px;
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 20px rgba(2, 10, 20, 0.22);
}

.education-map-canvas .leaflet-control-attribution a {
  color: #c9f7ff;
}

.education-map-canvas .leaflet-top .leaflet-control,
.education-map-canvas .leaflet-right .leaflet-control {
  margin-top: 18px;
  margin-right: 18px;
}

.education-map-canvas .leaflet-control-attribution .leaflet-control-attribution-separator {
  color: rgba(255, 255, 255, 0.36);
}

.education-map-tooltip {
  background: rgba(8, 17, 30, 0.9);
  border: 1px solid rgba(140, 231, 244, 0.28);
  border-radius: 999px;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(7, 15, 28, 0.26);
}

.education-map-tooltip::before {
  border-top-color: rgba(8, 17, 30, 0.9) !important;
}

.education-map-tooltip .leaflet-tooltip-content {
  margin: 8px 12px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.education-map-label-marker {
  background: transparent;
  border: 0;
}

.education-map-label-chip {
  position: relative;
  display: inline-grid;
  gap: 2px;
  min-width: 112px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(125, 227, 243, 0.14);
  background: linear-gradient(160deg, rgba(4, 13, 24, 0.88), rgba(8, 28, 49, 0.74));
  box-shadow:
    0 16px 28px rgba(2, 10, 20, 0.4),
    inset 0 1px 0 rgba(125, 227, 243, 0.08);
  backdrop-filter: blur(10px);
  transform: translate(12px, -50%);
  white-space: nowrap;
}

.education-map-label-chip::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 24px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(125, 227, 243, 0.42), rgba(125, 227, 243, 0));
}

.education-map-label-chip.is-active {
  border-color: rgba(125, 227, 243, 0.34);
  background: linear-gradient(160deg, rgba(5, 16, 30, 0.94), rgba(8, 34, 60, 0.82));
  box-shadow:
    0 18px 32px rgba(2, 10, 20, 0.48),
    0 0 0 1px rgba(53, 199, 231, 0.18),
    0 0 24px rgba(53, 199, 231, 0.14);
}

.education-map-label-country {
  color: rgba(140, 231, 244, 0.74);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.education-map-label-city {
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.1;
  text-shadow: 0 0 14px rgba(125, 227, 243, 0.1);
}

.education-map-territory-zone {
  animation: education-map-zone-pulse 3.6s ease-in-out infinite;
  filter:
    drop-shadow(0 0 16px rgba(53, 199, 231, 0.22))
    drop-shadow(0 0 32px rgba(53, 199, 231, 0.1));
}

.education-map-active-leg {
  animation: education-map-leg-flow 1.65s linear infinite;
  filter:
    drop-shadow(0 0 10px rgba(53, 199, 231, 0.36))
    drop-shadow(0 0 24px rgba(53, 199, 231, 0.14));
}

@keyframes education-map-leg-flow {
  from {
    stroke-dashoffset: 34;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes education-map-zone-pulse {
  0%,
  100% {
    stroke-opacity: 0.95;
    fill-opacity: 0.18;
  }

  50% {
    stroke-opacity: 1;
    fill-opacity: 0.28;
  }
}

@keyframes education-map-scan-sweep {
  from {
    transform: translateX(0) skewX(-18deg);
  }

  to {
    transform: translateX(540%) skewX(-18deg);
  }
}

.education-map-jump-list {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.education-map-jump-list::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: -10px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(125, 227, 243, 0.46), transparent);
  box-shadow: 0 0 18px rgba(53, 199, 231, 0.12);
  pointer-events: none;
}

.education-marker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(102, 228, 247, 0.12);
  background: linear-gradient(160deg, rgba(4, 13, 24, 0.82), rgba(8, 28, 49, 0.72));
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition:
    transform 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
  backdrop-filter: blur(10px);
  box-shadow:
    0 16px 32px rgba(2, 10, 20, 0.28),
    inset 0 1px 0 rgba(125, 227, 243, 0.06);
}

.education-marker::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  border: 1px solid rgba(140, 231, 244, 0.24);
  opacity: 0;
  pointer-events: none;
}

.education-marker::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 24px;
  top: 9px;
  height: 1px;
  background: linear-gradient(90deg, rgba(125, 227, 243, 0.42), rgba(125, 227, 243, 0));
  opacity: 0.36;
  pointer-events: none;
}

.education-marker:hover,
.education-marker:focus-visible {
  transform: translateY(-2px);
  color: #ffffff;
  outline: none;
  border-color: rgba(125, 227, 243, 0.24);
  box-shadow:
    0 18px 34px rgba(2, 10, 20, 0.32),
    0 0 0 1px rgba(53, 199, 231, 0.08);
}

.education-marker-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #8ce7f4;
  border: 2px solid #0f223b;
  box-shadow:
    0 0 0 5px rgba(53, 199, 231, 0.12),
    0 0 16px rgba(53, 199, 231, 0.12);
  flex: 0 0 auto;
}

.education-marker.is-active .education-marker-dot {
  background: #35c7e7;
  box-shadow:
    0 0 0 7px rgba(53, 199, 231, 0.18),
    0 0 22px rgba(53, 199, 231, 0.3);
}

.education-marker.is-active::before {
  opacity: 1;
}

.education-marker.is-active {
  border-color: rgba(53, 199, 231, 0.34);
  background: linear-gradient(160deg, rgba(5, 16, 30, 0.94), rgba(8, 34, 60, 0.82));
  box-shadow:
    0 18px 34px rgba(2, 10, 20, 0.34),
    0 0 0 1px rgba(53, 199, 231, 0.14),
    0 0 24px rgba(53, 199, 231, 0.12);
}

.education-marker-meta {
  display: grid;
  gap: 2px;
}

.education-marker-label {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
}

.education-marker-subtitle {
  color: rgba(201, 247, 255, 0.68);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.education-map-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.education-map-stats div {
  padding: 16px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

.education-map-stats strong {
  display: block;
  font-size: 1.18rem;
  line-height: 1.1;
  font-weight: 800;
}

.education-map-stats span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
}

.education-list {
  display: grid;
  gap: 16px;
}

.education-entry {
  padding: 22px 24px 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(13, 27, 42, 0.08);
  box-shadow: var(--shadow-card);
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.education-entry:hover,
.education-entry:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(21, 101, 192, 0.2);
  outline: none;
}

.education-entry.is-active {
  border-color: rgba(0, 188, 212, 0.72);
  box-shadow: 0 20px 36px rgba(21, 101, 192, 0.12);
}

.education-entry-kicker {
  margin: 0 0 10px;
  color: var(--primary);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.education-entry h3 {
  margin: 0;
  font-size: 1.52rem;
  line-height: 1.2;
  font-weight: 800;
}

.education-entry-degree {
  margin: 10px 0 0;
  color: #2d3f5d;
  font-size: 1.08rem;
  line-height: 1.5;
}

.education-entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 14px;
  color: #5d7191;
  font-size: 0.95rem;
}

.education-entry-meta span,
.education-entry-notes span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
}

.education-entry-meta span {
  background: #f4f8fc;
}

.education-entry-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 12px;
  color: #516179;
  font-size: 0.95rem;
}

.education-entry-notes span {
  border: 1px solid rgba(13, 27, 42, 0.06);
  background: #f7fbff;
}

.education-entry-notes strong {
  color: var(--nav-bg);
}

.coaching-section {
  padding-top: 70px;
}

.coaching-grid {
  margin-bottom: 30px;
}

.coaching-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: start;
  margin-top: 34px;
}

.coaching-benefits h3 {
  margin-top: 0;
  font-size: 2.1rem;
}

.coaching-benefits li {
  color: #33435b;
}

.coaching-offer {
  border-radius: 18px;
  padding: 28px 26px 24px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  color: #ffffff;
  box-shadow: 0 22px 36px rgba(37, 86, 147, 0.24);
}

.coaching-offer h3 {
  margin-top: 0;
}

.coaching-offer p {
  margin: 0 0 18px;
}

.offer-inner {
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
  margin-bottom: 18px;
}

.offer-inner p:last-child {
  margin-bottom: 0;
}

.full-width {
  width: 100%;
}

.quote-card {
  margin: 42px 0 0;
  border-radius: 16px;
  padding: 36px 26px;
  background: #f2f5fb;
  text-align: center;
  color: #2d3d56;
}

.quote-card p {
  max-width: 820px;
  margin: 0 auto;
  font-size: 1.18rem;
}

.quote-card footer {
  margin-top: 12px;
  color: var(--primary);
  font-size: 1.02rem;
  font-weight: 500;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.contact-info {
  max-width: 760px;
}

.contact-chip {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 84px;
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(92, 124, 170, 0.36);
}

.chip-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 10px;
  background: var(--accent);
  color: #ffffff;
}

.contact-chip span small,
.contact-chip span strong {
  display: block;
}

.contact-chip span small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
}

.contact-chip span strong {
  color: #ffffff;
  font-size: 1.05rem;
}

.contact-form {
  background: #ffffff;
  color: var(--section-text);
  border-radius: 16px;
  padding: 22px 22px 20px;
  box-shadow: 0 18px 38px rgba(13, 27, 42, 0.12);
}

.contact-form-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(37, 211, 102, 0.12);
  color: #169b54;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form h3 {
  margin: 12px 0 0;
}

.contact-form-intro {
  margin: 14px 0 0;
  color: #5a6d89;
  font-size: 1rem;
  line-height: 1.6;
}

.contact-form-action-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 20px 0 18px;
}

.contact-primary-action {
  min-height: 56px;
  padding: 0 24px;
  box-shadow: 0 14px 28px rgba(37, 211, 102, 0.18);
}

.contact-form-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--primary);
  font-size: 0.96rem;
  font-weight: 700;
}

.contact-form-link-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
}

.contact-form-link:hover,
.contact-form-link:focus-visible {
  color: var(--primary-dark);
}

.contact-submit-button {
  margin-top: 12px;
}

.contact-form label {
  display: block;
  margin-bottom: 12px;
  font-size: 0.95rem;
  font-weight: 500;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid #cdd6e4;
  border-radius: 9px;
  padding: 13px 14px;
  background: #f7f9fc;
  color: var(--section-text);
}

.contact-form textarea {
  resize: vertical;
}

.contact-note {
  margin: 38px auto 0;
  max-width: 620px;
  text-align: center;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.06rem;
}

.site-footer {
  background: var(--nav-bg);
  color: rgba(255, 255, 255, 0.85);
  padding: 36px 0 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 0.9fr;
  gap: 44px;
}

.footer-brand {
  display: inline-block;
  margin-bottom: 12px;
}

.site-footer h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 1.15rem;
}

.footer-links li + li {
  margin-top: 8px;
}

.footer-icons {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.footer-icons a {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 10px;
  background: var(--primary);
  color: #ffffff;
}

.footer-bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.footer-bottom p {
  margin: 6px 0;
}

@media (max-width: 1120px) {
  .about-grid,
  .contact-grid,
  .coaching-detail-grid,
  .education-showcase,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

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

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

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

  .about-info-row .info-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 900px) {
  .container {
    width: min(calc(100% - 36px), var(--max-width));
  }

  .nav-shell {
    min-height: auto;
    padding: 18px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-actions {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .site-nav {
    gap: 14px 20px;
    justify-content: flex-start;
  }

  .language-switch {
    align-self: flex-end;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-content {
    padding: 110px 0 132px;
  }

  .education-map-visual {
    min-height: 460px;
  }

  .education-map-stats {
    grid-template-columns: 1fr;
  }

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

  .portfolio-sector-row {
    gap: 12px;
  }

  .portfolio-carousel-top {
    flex-direction: column;
  }

  .portfolio-carousel-card {
    padding: 28px 24px 26px;
  }

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

  .services-grid,
  .coaching-grid,
  .stats-grid,
  .experience-list,
  .experience-list.two-column {
    grid-template-columns: 1fr;
  }

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

  .experience-head {
    flex-direction: column;
  }

  .experience-meta {
    min-width: 0;
  }

  .experience-journey-card {
    padding: 28px 24px 26px;
  }

  .experience-role-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .experience-role-period {
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 68px 0;
  }

  .button {
    width: 100%;
    min-height: 62px;
  }

  .hero-actions {
    width: 100%;
  }

  .contact-form-action-row {
    align-items: stretch;
  }

  .contact-primary-action {
    width: 100%;
  }

  .experience-track {
    gap: 8px;
  }

  .experience-track-step {
    min-height: 32px;
    font-size: 0.82rem;
  }

  .experience-role-panel {
    padding: 20px 18px 18px;
  }

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

  .education-map-card {
    padding: 22px;
  }

  .education-map-visual {
    min-height: 420px;
  }

  .education-map-hint {
    font-size: 0.78rem;
    max-width: calc(100% - 28px);
    left: 14px;
    top: 14px;
  }

  .education-map-status {
    left: 14px;
    top: 86px;
    max-width: calc(100% - 28px);
    padding: 12px 14px;
  }

  .education-map-status strong {
    font-size: 1rem;
  }

  .education-map-timer-label {
    font-size: 0.68rem;
  }

  .education-marker-label {
    font-size: 0.8rem;
  }

  .education-map-jump-list {
    left: 14px;
    right: 14px;
    bottom: 14px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .education-map-jump-list::-webkit-scrollbar {
    display: none;
  }

  .education-map-jump-list::before {
    left: 0;
    right: 0;
  }

  .education-marker {
    min-width: 188px;
    padding: 11px 12px;
  }

  .education-marker-subtitle {
    font-size: 0.62rem;
  }

  .education-entry {
    padding: 20px 18px 18px;
  }

  .education-entry h3 {
    font-size: 1.3rem;
  }

  .portfolio-sector-row {
    justify-content: flex-start;
  }

  .portfolio-sector {
    min-width: 78px;
  }

  .portfolio-sector-ring {
    width: 58px;
    height: 58px;
  }

  .portfolio-sector-icon {
    width: 48px;
    height: 48px;
  }

  .portfolio-sector-label {
    font-size: 0.78rem;
  }

  .portrait-ring {
    width: 220px;
    height: 220px;
  }

  .service-card h3,
  .coaching-card h3,
  .wide-cta h3,
  .coaching-benefits h3,
  .coaching-offer h3,
  .contact-info h3,
  .contact-form h3,
  .info-card h3,
  .portfolio-card h3,
  .experience-head h3 {
    font-size: 1.55rem;
  }
}
