:root {
  --navy: #0d1f3c;
  --navy-mid: #1a3560;
  --ink: #263247;
  --muted: #647086;
  --soft: #f5f7fa;
  --paper: #ffffff;
  --line: #e8ecf2;
  --card-line: rgba(13, 31, 60, 0.14);
  --card-line-strong: rgba(13, 31, 60, 0.22);
  --accent: #e8600a;
  --accent-hover: #f47c35;
  --accent-soft: #fff1e8;
  --blue-soft: #e9f2f7;
  --shadow: 0 22px 60px rgba(13, 31, 60, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--soft);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 100;
  padding: 10px 14px;
  color: #fff;
  background: var(--navy);
}

.skip-link:focus {
  top: 16px;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(232, 236, 242, 0.92);
  background: rgba(245, 247, 250, 0.94);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  gap: 8px;
  color: var(--navy);
  text-decoration: none;
}

.brand-logo {
  width: clamp(210px, 24vw, 330px);
  height: auto;
  max-height: 58px;
  object-fit: contain;
}

.brand-logo-icon {
  display: none;
}

.brand-mobile-copy {
  display: none;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 14px;
  color: var(--navy);
  background: #fff;
  font-weight: 850;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 0.92rem;
  font-weight: 800;
}

.site-nav a {
  color: var(--muted);
  text-decoration: none;
}

.nav-dropdown {
  position: relative;
  color: var(--muted);
}

.nav-dropdown summary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  list-style: none;
}

.nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown summary::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.nav-dropdown[open] summary,
.nav-dropdown summary:hover,
.nav-dropdown summary:focus {
  color: var(--accent);
}

.nav-dropdown-panel {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  z-index: 60;
  min-width: 220px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  transform: translateX(-50%);
}

.nav-dropdown-panel a {
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--navy);
}

.nav-dropdown-panel a:hover,
.nav-dropdown-panel a:focus {
  background: var(--accent-soft);
  color: var(--accent);
}

.site-nav a:hover,
.site-nav a:focus {
  color: var(--accent);
}

.nav-linkedin {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #0a66c2 !important;
}

.nav-linkedin svg,
.button.linkedin svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.subpage-nav {
  justify-content: flex-end;
}

.nav-cta {
  padding: 10px 14px;
  border-radius: 6px;
  color: #fff !important;
  background: var(--navy);
}

.hero {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(13, 31, 60, 0.06), rgba(232, 96, 10, 0.06)),
    var(--soft);
}

.hero-grid {
  min-height: 660px;
  padding: 68px 0 64px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 64px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.1;
}

h1 {
  max-width: 710px;
  font-size: clamp(2.65rem, 4.35vw, 4.35rem);
  letter-spacing: 0;
}

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

h3 {
  font-size: 1.25rem;
}

.hero-subline {
  max-width: 700px;
  margin: 26px 0 0;
  color: var(--navy);
  font-weight: 850;
  font-size: 1.05rem;
}

.regional-claim {
  display: inline-flex;
  max-width: 700px;
  margin: 22px 0 0;
  padding: 10px 14px;
  border: 1px solid rgba(232, 96, 10, 0.22);
  border-radius: 6px;
  color: var(--accent);
  background: rgba(232, 96, 10, 0.08);
  font-weight: 900;
}

.hero-text {
  max-width: 660px;
  margin: 18px 0 0;
  color: #39475c;
  font-size: 1.17rem;
}

.hero-actions,
.contact-actions,
.section-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin-top: 34px;
  justify-content: center;
}

.section-cta {
  margin-top: 34px;
  justify-content: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 900;
}

.button.compact {
  min-height: 42px;
  margin-top: 10px;
  padding: 10px 16px;
  font-size: 0.95rem;
}

.button.primary {
  color: #fff;
  background: var(--accent);
}

.button.primary:hover,
.button.primary:focus {
  background: var(--accent-hover);
}

.button.secondary {
  color: var(--navy);
  border: 1px solid var(--card-line-strong);
  background: rgba(255, 255, 255, 0.72);
}

.button.whatsapp {
  color: #fff;
  background: #128c7e;
}

.button.linkedin {
  gap: 9px;
  color: #fff;
  background: #0a66c2;
}

.text-link {
  color: var(--accent);
  font-weight: 900;
  text-decoration: none;
}

.text-link:hover,
.text-link:focus {
  text-decoration: underline;
}

.hero-portrait {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--card-line);
  border-radius: 10px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.trust-band {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-grid div {
  min-height: 102px;
  padding: 22px 16px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.trust-grid div:last-child {
  border-right: 0;
}

.trust-grid strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.02rem, 1.25vw, 1.28rem);
  line-height: 1.18;
}

.trust-grid span {
  color: var(--muted);
  margin-top: 4px;
  font-size: 0.95rem;
  line-height: 1.45;
}

.trust-qualifications {
  min-height: 58px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  text-align: center;
}

.trust-qualifications span {
  color: var(--navy);
  font-size: 0.96rem;
  font-weight: 850;
}

.trust-qualifications span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 18px;
  vertical-align: middle;
  border-radius: 999px;
  background: var(--accent);
}

.section {
  padding: 92px 0;
}

.section.muted {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section.compact-section {
  padding: 62px 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: 64px;
  align-items: center;
}

.text-block p,
.section-head p,
.future-list p,
.process-step p,
.competence-card p,
.contact-card p,
.product-panel p,
.pricing-card p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.text-block p:first-child {
  margin-top: 0;
}

.section-head {
  max-width: 960px;
  margin-bottom: 34px;
}

.section-head.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-head.centered h2,
.section-head.centered p {
  margin-right: auto;
  margin-left: auto;
}

.section-head.centered p:not(.eyebrow) {
  max-width: 760px;
}

.competence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.competence-card,
.process-step,
.product-panel,
.pricing-card {
  border: 1px solid var(--card-line);
  border-radius: 8px;
  padding: 30px 28px;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.competence-card {
  min-height: 250px;
}

.competence-card.featured,
.product-panel.featured,
.pricing-card.featured {
  border-color: rgba(232, 96, 10, 0.34);
  box-shadow: 0 16px 38px rgba(13, 31, 60, 0.08);
}

.competence-card span,
.product-panel span,
.pricing-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(232, 96, 10, 0.28);
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 950;
}

.process-grid,
.product-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

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

.process-step strong {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 26px;
  color: #fff;
  background: var(--navy);
  border-radius: 999px;
}

.process-step h3,
.competence-card h3,
.product-panel h3,
.pricing-card h3 {
  min-height: 2.7em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-step p,
.competence-card p,
.product-panel p,
.pricing-card p {
  margin-bottom: 0;
}

.pricing-card {
  min-height: 270px;
  justify-content: flex-start;
}

.pricing-card strong {
  display: block;
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 1.32rem;
}

.pricing-note {
  max-width: 860px;
  margin: 28px auto 0;
  color: var(--muted);
  text-align: center;
}

.saas-pricing-block,
.value-block {
  margin-top: 62px;
  padding-top: 56px;
  border-top: 1px solid var(--line);
}

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

.usage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.usage-card {
  padding: 22px;
  border: 1px solid var(--card-line);
  border-radius: 8px;
  background: #fff;
}

.usage-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.usage-card strong {
  display: block;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  line-height: 1.22;
}

.usage-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

.podcast-hero {
  padding: 72px 0 60px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(13, 31, 60, 0.08), rgba(232, 96, 10, 0.08)),
    var(--soft);
}

.podcast-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 42px;
  align-items: center;
}

.podcast-frame {
  padding: 24px;
  border: 1px solid var(--card-line);
  border-radius: 10px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.podcast-frame.compact-frame {
  margin-top: 22px;
  padding: 14px;
  box-shadow: none;
}

.spotify-placeholder {
  display: grid;
  min-height: 352px;
  place-items: center;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #111827;
  color: #fff;
  text-align: center;
}

.spotify-placeholder p {
  max-width: 360px;
  margin: 12px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.96rem;
}

.spotify-placeholder iframe {
  width: 100%;
  min-height: 352px;
  border: 0;
}

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

.episode-card {
  padding: 28px;
  border: 1px solid var(--card-line);
  border-radius: 8px;
  background: var(--paper);
}

.episode-card h2 {
  font-size: 1.65rem;
}

.episode-card ul {
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.episode-card li + li {
  margin-top: 8px;
}

.podcast-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.listening-paths {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(320px, 0.76fr);
  gap: 24px;
  align-items: start;
}

.listening-path {
  padding: 30px;
  border: 1px solid var(--card-line);
  border-radius: 8px;
  background: var(--paper);
}

.listening-path.featured {
  border-color: rgba(232, 96, 10, 0.34);
  box-shadow: 0 16px 38px rgba(13, 31, 60, 0.08);
}

.listening-path h2 {
  font-size: clamp(1.75rem, 2.3vw, 2.5rem);
}

.listening-path > p:not(.eyebrow) {
  color: var(--muted);
}

.episode-order {
  margin: 24px 0 0;
  padding-left: 0;
  display: grid;
  gap: 10px;
  counter-reset: episode;
  list-style: none;
}

.episode-order li {
  counter-increment: episode;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.episode-order li::before {
  content: counter(episode);
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: #fff;
  background: var(--navy);
  font-size: 0.82rem;
  font-weight: 950;
}

.episode-order a {
  color: var(--navy);
  font-weight: 850;
  line-height: 1.45;
  text-decoration: none;
}

.episode-order a:hover,
.episode-order a:focus {
  color: var(--accent);
  text-decoration: underline;
}

.roi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.roi-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 26px;
  border: 1px solid var(--card-line);
  border-radius: 8px;
  background: #fff;
}

.roi-card.featured {
  border-color: rgba(232, 96, 10, 0.34);
  box-shadow: 0 16px 38px rgba(13, 31, 60, 0.08);
}

.roi-card span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.roi-card h3 {
  margin-top: 18px;
  font-size: 1.45rem;
}

.roi-card p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.roi-card strong {
  display: block;
  margin-top: auto;
  padding-top: 18px;
  color: var(--navy);
  font-size: 0.96rem;
  line-height: 1.45;
}

.roi-formula {
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1fr);
  gap: 18px;
  margin-top: 22px;
  padding: 22px 24px;
  border: 1px solid rgba(232, 96, 10, 0.26);
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--navy);
}

.roi-formula strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  line-height: 1.25;
}

.roi-formula span {
  color: #39475c;
  line-height: 1.55;
}

.project-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
}

.project-card {
  padding: 30px;
  border: 1px solid var(--card-line);
  border-radius: 8px;
  background: var(--paper);
}

.project-card.featured {
  border-color: rgba(232, 96, 10, 0.34);
  box-shadow: 0 16px 38px rgba(13, 31, 60, 0.08);
}

.project-card span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 16px;
  padding: 0 14px;
  border: 1px solid rgba(232, 96, 10, 0.28);
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 950;
}

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

.project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.insight-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.insight-focus,
.insight-card {
  border: 1px solid var(--card-line);
  border-radius: 8px;
  background: var(--paper);
}

.insight-focus {
  padding: 28px;
}

.insight-focus.featured,
.insight-card.featured {
  border-color: rgba(232, 96, 10, 0.34);
  box-shadow: 0 16px 38px rgba(13, 31, 60, 0.08);
}

.insight-focus span,
.insight-card span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 16px;
  padding: 0 12px;
  border: 1px solid rgba(232, 96, 10, 0.28);
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.insight-focus h2 {
  font-size: clamp(1.5rem, 2.2vw, 2rem);
}

.insight-focus p,
.insight-card p {
  color: var(--muted);
  line-height: 1.7;
}

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

.insight-card {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 28px;
}

.insight-card h3 {
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
}

.insight-card .text-link {
  margin-top: auto;
  padding-top: 18px;
}

.text-link {
  color: var(--accent);
  font-weight: 900;
  text-decoration: none;
}

.text-link:hover,
.text-link:focus {
  color: var(--navy);
  text-decoration: underline;
}

.product-strip {
  background:
    linear-gradient(135deg, rgba(13, 31, 60, 0.96), rgba(26, 53, 96, 0.96)),
    var(--navy);
}

.product-strip h2,
.product-strip .section-head p:not(.eyebrow) {
  color: #fff;
}

.product-strip .section-head p:not(.eyebrow) {
  opacity: 0.84;
}

.future-list {
  display: grid;
  gap: 18px;
}

.future-list div {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.future-list div:last-child {
  border-bottom: 0;
}

.subpage-main {
  padding: 78px 0 104px;
}

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

.subpage-title {
  max-width: 920px;
}

.subpage-title h1 {
  max-width: 920px;
  font-size: clamp(2.25rem, 4vw, 3.8rem);
}

.about-page-grid {
  gap: 42px;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 42px;
  align-items: end;
}

.about-hero .subpage-title {
  max-width: none;
}

.about-hero .subpage-title h1 {
  max-width: 820px;
}

.about-profile-card {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 360px;
  padding: 32px;
  border: 1px solid var(--card-line);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(13, 31, 60, 0.96), rgba(26, 53, 96, 0.94)),
    var(--navy);
  box-shadow: var(--shadow);
}

.about-profile-card h2 {
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(1.55rem, 2vw, 2.1rem);
}

.about-profile-card .eyebrow {
  color: #ffb27f;
}

.about-profile-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-profile-card li {
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 760;
  line-height: 1.45;
  position: relative;
}

.about-profile-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.about-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.about-profile-card .button.secondary {
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.about-content {
  max-width: none;
}

.subpage-content {
  max-width: 920px;
  padding: 38px;
  border: 1px solid var(--card-line);
  border-radius: 10px;
  background: var(--paper);
  box-shadow: 0 14px 42px rgba(13, 31, 60, 0.07);
}

.subpage-content.about-content {
  max-width: none;
}

.subpage-content h2 {
  margin-top: 34px;
  font-size: 1.55rem;
}

.subpage-content h2:first-of-type {
  margin-top: 0;
}

.subpage-content p,
.subpage-content li {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.subpage-content a {
  color: var(--navy);
  font-weight: 800;
}

.about-lead {
  color: var(--navy) !important;
  font-size: 1.16rem !important;
  font-weight: 760;
  max-width: 760px;
  margin-top: 24px;
}

.about-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.about-facts li {
  padding: 16px;
  border: 1px solid var(--card-line);
  border-radius: 8px;
  background: #fff;
}

.about-facts strong {
  display: block;
  color: var(--navy);
  font-size: 1.02rem;
}

.about-facts span {
  display: block;
  margin-top: 4px;
}

.about-final-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.contact-section {
  background:
    linear-gradient(135deg, rgba(13, 31, 60, 0.94), rgba(26, 53, 96, 0.94)),
    var(--navy);
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr);
  gap: 42px;
  align-items: start;
  padding: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
}

.contact-card h2,
.contact-card p {
  color: #fff;
}

.contact-card p {
  opacity: 0.86;
}

.contact-card > div:first-child {
  align-self: start;
}

.contact-card .contact-actions {
  margin-top: 28px;
}

.contact-note {
  width: 100%;
  margin: 0;
  font-size: 0.95rem;
}

.contact-form {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.form-row {
  display: grid;
  gap: 7px;
}

.form-row.full,
.contact-form .full {
  grid-column: 1 / -1;
}

.form-row label,
.consent {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
}

.form-row input,
.form-row textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  padding: 12px 13px;
  color: #0d1f3c;
  background: #fff;
  font: inherit;
}

.form-row textarea {
  resize: vertical;
}

.form-row input:focus,
.form-row textarea:focus {
  outline: 3px solid rgba(232, 96, 10, 0.36);
  border-color: var(--accent);
}

.trap {
  position: absolute;
  left: -9999px;
}

.consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  line-height: 1.45;
}

.consent input {
  margin-top: 4px;
}

.site-footer {
  color: rgba(255, 255, 255, 0.76);
  background: #081827;
}

.footer-grid {
  min-height: 150px;
  padding: 36px 0;
  display: grid;
  grid-template-columns: minmax(280px, 1.15fr) minmax(260px, 0.85fr) minmax(220px, 0.7fr);
  gap: 28px;
  align-items: center;
}

.footer-brand {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.site-footer p {
  margin: 8px 0 0;
}

.site-footer nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(110px, auto));
  justify-content: center;
  gap: 10px 22px;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.footer-meta {
  text-align: right;
  justify-self: end;
  max-width: 260px;
}

@media (min-width: 641px) {
  .brand {
    margin-left: -80px;
  }
}

@media (max-width: 960px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 78px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
  box-shadow: var(--shadow);
}

.subpage-content.about-content {
  max-width: none;
}

  .site-nav.open {
    display: flex;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown summary {
    width: 100%;
    justify-content: space-between;
    color: var(--muted);
  }

  .nav-dropdown-panel {
    position: static;
    min-width: 0;
    margin-top: 8px;
    padding: 8px;
    box-shadow: none;
    transform: none;
  }

  .subpage-nav {
    position: static;
    display: flex;
    flex-direction: row;
    width: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .hero-grid,
  .about-hero,
  .split,
  .contact-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    padding-top: 50px;
  }

  .about-hero {
    gap: 28px;
  }

  .about-profile-card {
    min-height: 0;
  }

  .hero-portrait img {
    height: 100%;
  }

  .trust-grid,
  .competence-grid,
  .process-grid,
  .product-grid,
  .pricing-grid,
  .saas-pricing-grid,
  .usage-grid,
  .roi-grid,
  .episode-grid,
  .listening-paths,
  .podcast-hero-grid,
  .project-list,
  .insight-overview,
  .insight-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-meta {
    text-align: left;
  }
}

@media (max-width: 640px) {
  body {
    overflow-x: hidden;
  }

  .container {
    width: min(100% - 28px, 1160px);
  }

  .header-inner {
    min-height: 70px;
    gap: 8px;
  }

  .brand-logo {
    max-height: 46px;
  }

  .brand-logo-full {
    display: none;
  }

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

  .brand-mobile-copy {
    display: block;
    color: var(--navy);
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1.05;
    white-space: nowrap;
  }

  .nav-toggle {
    padding: 9px 12px;
    font-size: 0.92rem;
  }

  .site-nav {
    top: 70px;
    left: 14px;
    right: 14px;
  }

  .nav-linkedin {
    width: 100%;
    justify-content: start;
    place-items: center start;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(1.78rem, 7.8vw, 2.35rem);
    overflow-wrap: break-word;
  }

  .hero-subline,
  .regional-claim,
  .hero-text {
    max-width: 100%;
    font-size: 1rem;
  }

  .hero-grid {
    gap: 34px;
    padding-bottom: 42px;
  }

  .trust-grid,
  .competence-grid,
  .process-grid,
  .product-grid,
  .pricing-grid,
  .saas-pricing-grid,
  .usage-grid,
  .roi-grid,
  .roi-formula,
  .episode-grid,
  .listening-paths,
  .podcast-hero-grid,
  .project-list,
  .insight-overview,
  .insight-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-grid div:last-child {
    border-bottom: 0;
  }

  .trust-qualifications {
    padding: 16px 0;
    gap: 10px;
    flex-direction: column;
  }

  .trust-qualifications span:not(:last-child)::after {
    display: none;
  }

  .section {
    padding: 64px 0;
  }

  .contact-card,
  .subpage-content,
  .about-profile-card {
    padding: 26px;
  }

  .contact-form {
    grid-column: 1;
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .subpage-main {
    padding: 56px 0 72px;
  }

  .button {
    width: 100%;
  }

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