@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800;900&display=swap");

/* ===== LeanOS Consultants brand system ===== */
:root {
  --white: #ffffff;
  --ink: #21313c;
  --muted: #5d6b76;
  --line: #dfe8ea;
  --light-bg: #f6f9fb;
  --panel: #ffffff;
  --deep-teal: #075e67;
  --deep-teal-hover: #064c54;
  --medium-teal: #2ca6a4;
  --mint: #b8ddd6;
  --orange: #f47c20;
  --orange-hover: #d96610;
  --navy: #17233a;
  --blue: #335c81;
  --gold: #f2b84b;
  --sage: #dce9df;
  --lavender: #ece9f7;
  --charcoal: #111827;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  color: var(--ink);
  font-family: "Open Sans", Calibri, Arial, sans-serif;
  line-height: 1.6;
  background:
    linear-gradient(180deg, rgba(246, 249, 251, 0.7), rgba(255, 255, 255, 0) 420px),
    var(--white);
  display: flex;
  flex-direction: column;
  padding-bottom: 66px;
}

main {
  flex: 1;
}

a {
  color: inherit;
}

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

section {
  padding: 64px 0;
}

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

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

.eyebrow {
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--deep-teal);
  font-family: "Open Sans", Calibri, Arial, sans-serif;
  line-height: 1.15;
  margin: 0 0 16px;
}

h1 {
  font-size: clamp(38px, 5.4vw, 64px);
  max-width: 840px;
}

h2 {
  font-size: clamp(30px, 4vw, 44px);
}

h3 {
  font-size: 22px;
}

p {
  margin: 0 0 18px;
}

.lead {
  color: var(--muted);
  font-size: 19px;
  max-width: 760px;
}

.muted {
  color: var(--muted);
}

/* ===== Header ===== */
header {
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 12px rgba(7, 94, 103, 0.06);
  position: sticky;
  top: 0;
  z-index: 1000;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-main {
  color: var(--deep-teal);
  font-size: 24px;
  font-weight: 800;
}

.brand-sub {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

nav a {
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

nav a:hover {
  color: var(--orange);
}

nav .nav-cta {
  background: var(--orange);
  border-radius: 6px;
  color: var(--white);
  padding: 10px 16px;
}

nav .nav-cta:hover {
  background: var(--orange-hover);
  color: var(--white);
}

/* ===== Layout primitives ===== */
.hero {
  background:
    linear-gradient(135deg, rgba(246, 249, 251, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 92% 18%, rgba(242, 184, 75, 0.22), transparent 30%),
    radial-gradient(circle at 12% 80%, rgba(44, 166, 164, 0.2), transparent 32%);
  overflow: hidden;
  padding: 56px 0 52px;
  position: relative;
}

.hero::after {
  background-image:
    linear-gradient(rgba(7, 94, 103, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 94, 103, 0.06) 1px, transparent 1px);
  background-size: 36px 36px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, transparent, #000 40%, transparent);
  opacity: 0.8;
  pointer-events: none;
  position: absolute;
}

.hero > .container {
  position: relative;
  z-index: 1;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
}

.hero-copy {
  padding-top: 6px;
}

.home-hero {
  min-height: calc(100vh - 92px);
  padding: 44px 0 46px;
}

.home-hero .hero-grid {
  align-items: start;
}

.home-hero h1 {
  font-size: clamp(42px, 5.8vw, 70px);
  max-width: 720px;
}

.home-hero .hero-visual {
  min-height: 0;
  padding: 20px;
}

.home-hero .hero-visual .visual-photo {
  height: 136px;
}

.home-hero .visual-top {
  margin-bottom: 14px;
}

.home-hero .workflow-card {
  grid-template-columns: 34px 1fr;
  padding: 8px 12px;
}

.home-hero .workflow-card span {
  height: 34px;
  width: 34px;
}

.home-hero .workflow-card p {
  font-size: 14px;
  line-height: 1.45;
}

.home-hero .visual-top h3 {
  font-size: 22px;
}

.home-hero .visual-top img {
  height: 70px;
  width: 70px;
}

.home-hero .metric-row {
  display: none;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.mini-badge {
  align-items: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(7, 94, 103, 0.16);
  border-radius: 999px;
  color: var(--deep-teal);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
  padding: 8px 12px;
}

.mini-badge::before {
  background: var(--orange);
  border-radius: 50%;
  content: "";
  height: 8px;
  width: 8px;
}

.hero-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(7, 94, 103, 0.12);
  padding: 28px;
}

.hero-visual {
  background:
    linear-gradient(145deg, rgba(23, 35, 58, 0.94), rgba(7, 94, 103, 0.92)),
    var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(23, 35, 58, 0.28);
  color: var(--white);
  min-height: 400px;
  overflow: hidden;
  padding: 24px;
  position: relative;
  transform: rotate(0.5deg);
}

.hero-visual::before {
  background: linear-gradient(90deg, var(--orange), var(--gold), var(--medium-teal));
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.hero-visual img {
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  height: 84px;
  object-fit: contain;
  padding: 8px;
  width: 84px;
}

.hero-visual .visual-photo {
  background: #f7fafb;
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
  display: block;
  height: 212px;
  margin: -4px 0 20px;
  object-fit: contain;
  padding: 10px;
  width: 100%;
}

.visual-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.visual-top p,
.visual-top h3,
.workflow-card p,
.metric-chip p {
  color: inherit;
  margin: 0;
}

.visual-top h3 {
  color: var(--white);
  font-size: 26px;
}

.workflow-map {
  display: grid;
  gap: 12px;
}

.workflow-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  display: grid;
  gap: 12px;
  grid-template-columns: 38px 1fr;
  padding: 14px;
}

.workflow-card span {
  align-items: center;
  background: var(--orange);
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.workflow-card strong {
  color: var(--white);
  display: block;
  margin-bottom: 2px;
}

.metric-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.metric-chip {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 14px;
  color: var(--ink);
  padding: 16px;
}

.metric-chip strong {
  color: var(--deep-teal);
  display: block;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 6px;
}

.hero-panel img {
  display: block;
  margin: 0 auto 20px;
  max-width: 190px;
  width: 70%;
}

.proof-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
}

.proof-list li {
  border-top: 1px solid var(--line);
  color: var(--ink);
  list-style: none;
  padding-top: 14px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.btn-primary,
.btn-secondary,
.primary-btn {
  align-items: center;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.btn-primary,
.primary-btn {
  background: var(--orange);
  color: var(--white);
}

.btn-primary:hover,
.primary-btn:hover {
  background: var(--orange-hover);
  box-shadow: 0 10px 24px rgba(244, 124, 32, 0.22);
  transform: translateY(-2px);
}

.btn-secondary {
  background: var(--deep-teal);
  color: var(--white);
}

.btn-secondary:hover {
  background: var(--deep-teal-hover);
  box-shadow: 0 10px 24px rgba(7, 94, 103, 0.18);
  transform: translateY(-2px);
}

.text-link {
  color: var(--deep-teal);
  font-weight: 800;
  text-decoration-color: var(--medium-teal);
}

.alt-bg {
  background: var(--light-bg);
}

.split {
  align-items: start;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.cards,
.offer-grid,
.case-grid,
.course-grid,
.testimonial-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.offer-card,
.case-card,
.course-card,
.testimonial-card,
.contact-card,
.brand-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(23, 35, 58, 0.06);
  padding: 26px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.card {
  border-top: 4px solid var(--medium-teal);
}

.card:hover,
.offer-card:hover,
.case-card:hover,
.course-card:hover,
.testimonial-card:hover,
.contact-card:hover,
.brand-card:hover {
  border-color: rgba(44, 166, 164, 0.45);
  box-shadow: 0 20px 44px rgba(23, 35, 58, 0.11);
  transform: translateY(-5px);
}

.card h3,
.offer-card h3,
.case-card h3,
.course-card h3,
.testimonial-card h3,
.contact-card h3 {
  margin-bottom: 10px;
}

.check-list,
.plain-list {
  margin: 0;
  padding-left: 20px;
}

.check-list li,
.plain-list li {
  margin-bottom: 10px;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.pill {
  align-items: center;
  background: linear-gradient(180deg, #ffffff, #eef7f5);
  border: 1px solid rgba(44, 166, 164, 0.28);
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(23, 35, 58, 0.05);
  color: var(--deep-teal);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
  padding: 9px 12px;
}

.pill::before {
  background: var(--medium-teal);
  border-radius: 3px;
  content: "";
  height: 10px;
  width: 10px;
}

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

.proof-band {
  background:
    linear-gradient(135deg, rgba(23, 35, 58, 0.98), rgba(7, 94, 103, 0.95));
  color: var(--white);
  padding: 34px 0;
}

.proof-stats {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 22px;
}

.proof-stats div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  padding: 18px;
}

.proof-stats strong {
  color: var(--orange);
  display: block;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 7px;
}

.proof-stats span {
  color: #e9f7f7;
  font-weight: 800;
}

.sector-strip {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.sector-strip span {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  color: var(--deep-teal);
  display: flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 58px;
  padding: 12px;
  text-align: center;
}

.stat {
  background: var(--deep-teal);
  border-radius: 8px;
  color: var(--white);
  padding: 24px;
}

.stat strong {
  color: var(--orange);
  display: block;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 8px;
}

.process {
  display: grid;
  gap: 16px;
}

.process-step {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(246, 249, 251, 0.9));
  border-left: 5px solid var(--orange);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
  padding: 22px;
}

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

.method-step {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 251, 0.94));
  border: 1px solid rgba(7, 94, 103, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(23, 35, 58, 0.08);
  min-height: 280px;
  padding: 22px;
  position: relative;
}

.method-step::before {
  background: linear-gradient(180deg, var(--orange), var(--medium-teal));
  border-radius: 8px 8px 0 0;
  content: "";
  height: 5px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
}

.method-step span {
  align-items: center;
  background: var(--navy);
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  margin-bottom: 18px;
  width: 38px;
}

.method-step h3 {
  font-size: 19px;
}

.method-step p {
  color: var(--muted);
  font-size: 15px;
}

.process-step span {
  color: var(--orange);
  display: block;
  font-weight: 900;
  margin-bottom: 6px;
}

.cta-section {
  background:
    linear-gradient(135deg, rgba(23, 35, 58, 0.98), rgba(7, 94, 103, 0.96)),
    var(--deep-teal);
  color: var(--white);
  text-align: center;
}

.cta-section h2,
.cta-section p {
  color: var(--white);
}

.cta-section .lead {
  color: #d9eeee;
  margin-left: auto;
  margin-right: auto;
}

.roi-section {
  background:
    linear-gradient(135deg, rgba(236, 233, 247, 0.55), rgba(220, 233, 223, 0.7)),
    var(--light-bg);
}

.roi-calculator {
  background: var(--white);
  border: 1px solid rgba(7, 94, 103, 0.14);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(23, 35, 58, 0.1);
  display: grid;
  gap: 18px;
  padding: 28px;
}

.roi-field > div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.roi-field output {
  color: var(--orange);
  font-weight: 900;
}

.roi-field input[type="range"] {
  accent-color: var(--deep-teal);
  background: transparent;
  border: 0;
  min-height: 32px;
  padding: 0;
}

.roi-result {
  background:
    linear-gradient(135deg, rgba(7, 94, 103, 0.96), rgba(23, 35, 58, 0.94));
  border-radius: 8px;
  color: var(--white);
  padding: 22px;
}

.roi-result p,
.roi-result span {
  color: #e9f7f7;
  margin: 0;
}

.roi-result strong {
  color: var(--white);
  display: block;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1;
  margin: 8px 0;
}

.sticky-action-bar {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(23, 35, 58, 0.98), rgba(7, 94, 103, 0.97));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px 8px 0 0;
  bottom: 0;
  box-shadow: 0 -16px 36px rgba(23, 35, 58, 0.22);
  color: var(--white);
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr auto auto auto 32px;
  left: 50%;
  max-width: 1120px;
  padding: 10px 14px;
  position: fixed;
  transform: translateX(-50%);
  width: min(100% - 32px, 1120px);
  z-index: 1200;
}

.sticky-action-bar p {
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  margin: 0;
}

.sticky-action-bar span {
  color: #d9eeee;
  display: block;
  font-size: 13px;
  font-weight: 600;
}

.sticky-action-bar a {
  border-radius: 6px;
  font-size: 14px;
  font-weight: 900;
  min-height: 38px;
  padding: 8px 12px;
  text-decoration: none;
}

.sticky-action-bar .sticky-call {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.sticky-action-bar .sticky-assessment {
  background: var(--orange);
  color: var(--white);
}

.sticky-action-bar .sticky-whatsapp {
  background: #25d366;
  color: #062d18;
}

.sticky-action-close {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.whatsapp-float {
  align-items: center;
  background: #25d366;
  border-radius: 50%;
  bottom: 86px;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.32);
  color: #062d18;
  display: inline-flex;
  font-size: 26px;
  font-weight: 900;
  height: 56px;
  justify-content: center;
  position: fixed;
  right: 22px;
  text-decoration: none;
  width: 56px;
  z-index: 1195;
}

.whatsapp-float::before {
  content: "W";
}

.whatsapp-float:hover,
.sticky-action-bar .sticky-whatsapp:hover {
  background: #1fb857;
}

body.sticky-action-hidden {
  padding-bottom: 0;
}

body.sticky-action-hidden .sticky-action-bar {
  display: none;
}

/* ===== Forms ===== */
form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(7, 94, 103, 0.1);
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0 auto;
  max-width: 720px;
  padding: 32px;
}

.modern-form {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 251, 0.92)),
    var(--white);
  border: 1px solid rgba(7, 94, 103, 0.16);
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(23, 35, 58, 0.12);
  max-width: 860px;
  padding: clamp(24px, 4vw, 42px);
  position: relative;
}

.modern-form::before {
  background: linear-gradient(90deg, var(--orange), var(--gold), var(--medium-teal));
  border-radius: 22px 22px 0 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.form-kicker {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 4px;
  text-transform: uppercase;
}

form .form-title {
  margin-bottom: 0;
  text-align: left;
}

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

label {
  color: var(--deep-teal);
  display: block;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 6px;
}

input,
select,
textarea {
  background: #f7fafb;
  border: 1px solid #d6e3e6;
  border-radius: 12px;
  color: var(--ink);
  font: inherit;
  min-height: 56px;
  padding: 14px 16px;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

input:focus,
select:focus,
textarea:focus {
  background: var(--white);
  border-color: var(--medium-teal);
  box-shadow: 0 0 0 3px rgba(44, 166, 164, 0.18);
  outline: 0;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.thank-you {
  color: var(--deep-teal);
  display: none;
  font-weight: 800;
  margin: 0;
}

.form-error {
  color: #a33a2a;
  display: none;
  font-weight: 800;
  margin: 0;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.field {
  min-width: 0;
}

.contact-layout {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1.25fr);
}

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

.contact-layout-modern {
  grid-template-columns: minmax(280px, 0.62fr) minmax(360px, 1.38fr);
}

.contact-profile-card {
  background:
    linear-gradient(145deg, rgba(23, 35, 58, 0.98), rgba(7, 94, 103, 0.95));
  border: 0;
  color: var(--white);
}

.contact-profile-card h3,
.contact-profile-card p,
.contact-profile-card a {
  color: var(--white);
}

.contact-profile-card .muted {
  color: #d9eeee;
}

.mini-logo {
  background: var(--white);
  border-radius: 16px;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px;
}

.mini-logo img {
  height: 74px;
  object-fit: contain;
  width: 74px;
}

.next-step-card {
  background: #fff8ed;
  border-color: rgba(244, 124, 32, 0.2);
}

.next-step {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: 34px 1fr;
  margin-top: 14px;
}

.next-step span {
  align-items: center;
  background: var(--orange);
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.next-step p {
  margin: 4px 0 0;
}

/* ===== Footer ===== */
footer {
  background:
    linear-gradient(135deg, var(--charcoal), #0d3338);
  color: var(--white);
  padding: 34px 0;
}

.footer-container {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.footer-links,
.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a,
.footer-socials a {
  color: #eef7f7;
  text-decoration: none;
}

.footer-links a:hover,
.footer-socials a:hover {
  color: var(--orange);
}

.footer-copy {
  color: #b8c4cc;
  font-size: 14px;
}

/* ===== Assessment page ===== */
.assessment-shell {
  background:
    linear-gradient(180deg, #eef5f7 0, #f8fbfc 520px, #ffffff 100%),
    var(--light-bg);
}

.assessment-header {
  background: var(--deep-teal);
  color: var(--white);
  padding: 48px 0 104px;
}

.modern-assessment-hero {
  background:
    linear-gradient(135deg, rgba(7, 94, 103, 0.97), rgba(23, 35, 58, 0.95)),
    var(--deep-teal);
  overflow: hidden;
  position: relative;
}

.modern-assessment-hero::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  inset: 0;
  opacity: 0.6;
  pointer-events: none;
  position: absolute;
}

.modern-assessment-hero > .container {
  position: relative;
  z-index: 1;
}

.assessment-hero-grid {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
}

.assessment-hero-copy h1 {
  max-width: 620px;
}

.assessment-stat-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.assessment-stat-row span {
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #e9f7f7;
  font-weight: 800;
  padding: 14px;
}

.assessment-stat-row strong {
  color: var(--orange);
  display: block;
  font-size: 30px;
  line-height: 1;
}

.assessment-header h1,
.assessment-header p {
  color: var(--white);
}

.assessment-summary-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  color: var(--white);
  padding: 26px;
}

.assessment-summary-card h3,
.assessment-summary-card p {
  color: var(--white);
}

.summary-image {
  border-radius: 14px;
  display: block;
  height: 160px;
  margin-bottom: 20px;
  object-fit: contain;
  background: #f7fafb;
  width: 100%;
}

.assessment-tool-section {
  margin-top: -56px;
  padding: 0 0 72px;
  position: relative;
  z-index: 2;
}

.assessment-layout {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: 280px minmax(0, 1fr);
}

.assessment-guide {
  background:
    linear-gradient(180deg, #ffffff, #f4faf9);
  border: 1px solid rgba(7, 94, 103, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(23, 35, 58, 0.08);
  padding: 24px;
  position: sticky;
  top: 104px;
}

.assessment-guide h2 {
  font-size: 25px;
}

.score-guide {
  display: grid;
  gap: 8px;
  margin: 18px 0;
}

.score-guide span {
  align-items: center;
  background: var(--white);
  border: 1px solid #dce9df;
  border-radius: 8px;
  color: var(--deep-teal);
  display: flex;
  font-weight: 800;
  justify-content: space-between;
  padding: 9px 12px;
}

.assessment-form {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin-top: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.assessment-form::before {
  display: none;
}

.assessment-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(7, 94, 103, 0.13);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(23, 35, 58, 0.07);
  margin-bottom: 18px;
  padding: clamp(20px, 2.4vw, 28px);
}

.assessment-info-card {
  border-top: 5px solid var(--orange);
}

.assessment-card-heading {
  margin-bottom: 18px;
}

.assessment-card-heading h2 {
  font-size: clamp(24px, 3vw, 34px);
  margin-bottom: 0;
}

.assessment-category-grid {
  display: grid;
  gap: 18px;
}

.assessment-category-card {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.assessment-category-card .assessment-card-heading {
  grid-column: 1 / -1;
}

.assessment-question {
  background: #f7fafb;
  border: 1px solid #e4edf0;
  border-radius: 8px;
  margin: 0;
  min-width: 0;
  padding: 13px;
}

.assessment-shell main > section:not(.assessment-header) {
  padding-top: 0;
}

.assessment-shell .reveal {
  opacity: 1;
  transform: none;
}

.assessment-question:first-of-type {
  border-top: 1px solid #e4edf0;
}

.assessment-question fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

.assessment-question legend {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 10px;
  padding: 0;
}

.score-options {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.score-options label {
  margin: 0;
}

.score-options input {
  height: 1px;
  min-height: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 1px;
}

.score-options span {
  align-items: center;
  background: var(--white);
  border: 1px solid #d6e3e6;
  border-radius: 8px;
  color: var(--deep-teal);
  cursor: pointer;
  display: flex;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.score-options input:checked + span {
  background: var(--deep-teal);
  border-color: var(--deep-teal);
  color: var(--white);
  transform: translateY(-1px);
}

.score-options input:focus + span {
  box-shadow: 0 0 0 3px rgba(44, 166, 164, 0.2);
}

.assessment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 28px 0;
}

.assessment-submit-bar {
  background: var(--white);
  border: 1px solid rgba(7, 94, 103, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(23, 35, 58, 0.08);
  margin-bottom: 18px;
  padding: 18px;
  position: sticky;
  bottom: 18px;
  z-index: 5;
}

.assessment-shell .sticky-action-bar {
  display: none;
}

.assessment-shell {
  padding-bottom: 0;
}

.result-bar {
  background: #e7f3f1;
  border-radius: 999px;
  height: 12px;
  overflow: hidden;
}

.result-bar span {
  background: var(--orange);
  display: block;
  height: 100%;
}

.calendar-shell {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(23, 35, 58, 0.1);
  overflow: hidden;
}

.calendar-header {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 24px 28px;
}

.calendar-frame {
  border: 0;
  display: block;
  height: 760px;
  width: 100%;
}

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

.payment-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(246, 249, 251, 0.95));
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 20px 48px rgba(23, 35, 58, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 28px;
}

.payment-card .btn-primary {
  margin-top: auto;
}

/* ===== Brand guide ===== */
.brand-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.swatch {
  align-items: center;
  display: flex;
  gap: 14px;
  margin: 12px 0;
}

.swatch-color {
  border: 1px solid var(--line);
  border-radius: 6px;
  height: 54px;
  width: 72px;
}

/* ===== Modern visual sections ===== */
.story-band {
  background:
    linear-gradient(135deg, rgba(236, 233, 247, 0.8), rgba(220, 233, 223, 0.65)),
    var(--light-bg);
}

.visual-card {
  background: var(--navy);
  border-radius: 18px;
  color: var(--white);
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.about-hero .split,
.services-hero .split {
  align-items: center;
}

.about-snapshot {
  background:
    linear-gradient(145deg, rgba(23, 35, 58, 0.98), rgba(7, 94, 103, 0.95));
  border-radius: 8px;
  color: var(--white);
  padding: 28px;
}

.about-snapshot h3,
.about-snapshot p {
  color: var(--white);
}

.snapshot-row {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 10px;
  grid-template-columns: 86px 1fr;
  padding: 16px 0;
}

.snapshot-row strong {
  color: var(--orange);
  font-size: 24px;
  line-height: 1;
}

.services-hero-card img {
  height: 300px;
  object-position: center;
}

.services-hero-card .image-card-content {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr auto;
}

.service-tag {
  align-self: start;
  background: #fff5e7;
  border: 1px solid rgba(244, 124, 32, 0.24);
  border-radius: 999px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  padding: 8px 12px;
}

.visual-card::after {
  background:
    radial-gradient(circle at 70% 20%, rgba(244, 124, 32, 0.4), transparent 22%),
    radial-gradient(circle at 20% 80%, rgba(44, 166, 164, 0.35), transparent 28%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.visual-card > * {
  position: relative;
  z-index: 1;
}

.visual-card h3,
.visual-card p {
  color: var(--white);
}

.image-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 24px 58px rgba(23, 35, 58, 0.1);
  overflow: hidden;
}

.image-card img {
  display: block;
  height: 320px;
  object-fit: cover;
  width: 100%;
}

.image-card-content {
  padding: 24px;
}

.image-card-content p:last-child {
  margin-bottom: 0;
}

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

.media-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(23, 35, 58, 0.08);
  overflow: hidden;
}

.media-card img {
  display: block;
  height: 210px;
  object-fit: cover;
  width: 100%;
}

.media-card div {
  padding: 22px;
}

.offer-card img,
.course-card img {
  border-radius: 14px;
  display: block;
  height: 180px;
  margin: -8px -8px 18px;
  object-fit: cover;
  width: calc(100% + 16px);
}

.offer-card {
  display: flex;
  flex-direction: column;
}

.offer-card .plain-list {
  margin-top: auto;
}

.offer-label {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.industry-strip {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.industry-tile {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--deep-teal);
  font-weight: 800;
  min-height: 120px;
  padding: 18px;
}

.industry-tile:nth-child(2n) {
  background: var(--sage);
}

.industry-tile:nth-child(3n) {
  background: var(--lavender);
}

.industry-tile:nth-child(4n) {
  background: #fff5e7;
}

.founder-card {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(246, 249, 251, 0.96));
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 22px 54px rgba(23, 35, 58, 0.1);
  display: grid;
  gap: 30px;
  grid-template-columns: 240px 1fr;
  padding: 34px;
}

.founder-photo {
  align-items: center;
  aspect-ratio: 1;
  background:
    linear-gradient(135deg, rgba(7, 94, 103, 0.95), rgba(51, 92, 129, 0.95)),
    var(--deep-teal);
  border-radius: 18px;
  color: var(--white);
  display: flex;
  font-size: 64px;
  font-weight: 900;
  justify-content: center;
  overflow: hidden;
}

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

.founder-meta {
  color: var(--orange);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ===== Case carousel ===== */
.case-section-header {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.case-section-header h2 {
  margin-bottom: 0;
}

.case-carousel {
  position: relative;
}

.case-track {
  display: grid;
  gap: 22px;
  grid-auto-columns: calc(50% - 11px);
  grid-auto-flow: column;
  overflow-x: auto;
  padding: 4px 2px 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.case-track::-webkit-scrollbar {
  display: none;
}

.case-slide {
  min-height: 430px;
  scroll-snap-align: start;
}

.case-slide h3 {
  font-size: 24px;
}

.case-meta {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.case-points {
  display: grid;
  gap: 14px;
}

.case-points p {
  background: #f7fafb;
  border: 1px solid #e4edf0;
  border-radius: 8px;
  margin: 0;
  padding: 13px 14px;
}

.case-controls {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 0;
}

.case-arrow {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 46px;
}

.case-arrow::before,
.case-arrow::after {
  border-right: 5px solid var(--deep-teal);
  border-top: 5px solid var(--deep-teal);
  content: "";
  height: 16px;
  position: absolute;
  width: 16px;
}

.case-arrow-prev::before,
.case-arrow-prev::after {
  transform: rotate(-135deg);
}

.case-arrow-next::before,
.case-arrow-next::after {
  transform: rotate(45deg);
}

.case-arrow::before {
  margin-left: -12px;
}

.case-arrow::after {
  margin-left: 10px;
}

.case-arrow-prev::before {
  margin-left: 10px;
}

.case-arrow-prev::after {
  margin-left: -12px;
}

.case-arrow:hover::before,
.case-arrow:hover::after {
  border-color: var(--orange);
}

/* ===== Motion ===== */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gentleFloat {
  0%,
  100% {
    transform: translateY(0) rotate(1deg);
  }
  50% {
    transform: translateY(-10px) rotate(0deg);
  }
}

.hero h1,
.hero .lead,
.hero .button-row {
  animation: fadeUp 0.75s ease both;
}

.hero .lead {
  animation-delay: 0.1s;
}

.hero .button-row {
  animation-delay: 0.2s;
}

.hero-visual {
  animation: gentleFloat 7s ease-in-out infinite;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  header .container,
  .hero-grid,
  .split,
  .assessment-hero-grid,
  .assessment-layout,
  .contact-layout,
  .footer-container {
    grid-template-columns: 1fr;
  }

  header .container {
    align-items: flex-start;
  }

  nav {
    gap: 12px;
  }

  .cards,
  .offer-grid,
  .case-grid,
  .course-grid,
  .testimonial-grid,
  .payment-grid,
  .media-grid,
  .stat-strip,
  .proof-stats,
  .sector-strip,
  .brand-grid,
  .industry-strip,
  .founder-card,
  .method-grid {
    grid-template-columns: 1fr;
  }

  .home-hero {
    min-height: 0;
  }

  .case-track {
    grid-auto-columns: minmax(280px, 88%);
  }

  .case-section-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .case-controls {
    align-self: flex-end;
  }

  .hero-visual {
    transform: none;
  }

  .assessment-form {
    margin-top: 0;
  }

  .assessment-guide {
    position: static;
  }

  .assessment-category-card {
    grid-template-columns: 1fr;
  }

  .calendar-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .sticky-action-bar {
    grid-template-columns: 1fr auto auto auto;
    padding-right: 56px;
  }

  .sticky-action-close {
    position: absolute;
    right: 14px;
    top: 14px;
  }
}

@media (max-width: 640px) {
  .container,
  .footer-container {
    width: min(100% - 28px, 1120px);
  }

  section {
    padding: 52px 0;
  }

  .hero,
  .home-hero {
    padding: 42px 0;
  }

  h1,
  .home-hero h1 {
    font-size: clamp(36px, 13vw, 48px);
  }

  .form-row,
  .assessment-question {
    grid-template-columns: 1fr;
  }

  form {
    padding: 24px;
  }

  .logo img {
    width: 48px;
    height: 48px;
  }

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

  .founder-card {
    padding: 22px;
  }

  .calendar-frame {
    height: 680px;
  }

  .image-card img,
  .hero-visual .visual-photo {
    height: 240px;
  }

  .assessment-summary-card {
    display: none;
  }

  .assessment-header {
    padding: 34px 0 92px;
  }

  .assessment-stat-row {
    display: none;
  }

  .assessment-tool-section,
  .assessment-shell main > section:not(.assessment-header) {
    padding-top: 0;
  }

  .assessment-tool-section {
    margin-top: -72px;
  }

  .assessment-guide {
    display: none;
  }

  .services-hero-card .image-card-content {
    grid-template-columns: 1fr;
  }

  body {
    padding-bottom: 138px;
  }

  .sticky-action-bar {
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 12px 54px 12px 12px;
  }

  .sticky-action-bar p {
    font-size: 13px;
    grid-column: 1 / -1;
  }

  .sticky-action-bar span {
    display: none;
  }

  .sticky-action-bar a {
    font-size: 12px;
    min-height: 36px;
    padding: 8px 8px;
  }

  .whatsapp-float {
    bottom: 152px;
    height: 50px;
    right: 16px;
    width: 50px;
  }
}
