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

:root {
  --ink: #0f1724;
  --muted: #5f6875;
  --line: #e3e7eb;
  --paper: #ffffff;
  --soft: #f5f7f8;
  --blue: #168fc2;
  --blue-dark: #0f5fa8;
  --navy: #18222b;
  --max: 1120px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Lexend", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.58;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.nav {
  width: min(var(--max), calc(100% - 48px));
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--blue);
  font-weight: 600;
  font-size: 25px;
}

.brand-logo {
  width: 230px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 17px;
  font-weight: 500;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--blue);
}

.nav-links .btn,
.nav-links .btn[aria-current="page"],
.nav-links .btn:hover {
  color: #fff;
}

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 6px;
  border: 0;
  background: var(--blue);
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease;
}

.btn:hover {
  background: var(--blue-dark);
  transform: translateY(-1px);
}

.btn.secondary {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
}

.hero {
  background: #f7f8f9;
  overflow: hidden;
}

.hero-grid {
  width: min(var(--max), calc(100% - 48px));
  min-height: 560px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(330px, .86fr);
  align-items: center;
  gap: 46px;
  padding: 42px 0 0;
}

.hero-grid > div:first-child {
  max-width: 660px;
  padding-bottom: 42px;
}

.hero h1,
.page-hero h1 {
  margin: 0 0 18px;
  max-width: 640px;
  font-size: clamp(30px, 2.7vw, 36px);
  line-height: 1.16;
  letter-spacing: 0;
  font-weight: 500;
}

.hero p,
.page-hero p {
  max-width: 560px;
  margin: 0 0 26px;
  color: #303846;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.62;
}

.hero-art {
  position: relative;
  align-self: end;
  min-height: 500px;
  display: grid;
  align-items: end;
  justify-items: center;
}

.hero-art::before {
  display: none;
}

.hero-art img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 510px;
  object-fit: contain;
}

.portrait-photo {
  width: min(100%, 470px);
  margin-left: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 24px rgba(15,23,36,.14));
}

.about-photo {
  width: min(100%, 520px);
  justify-self: end;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--soft);
}

.about-event-photo {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.insight-photo {
  width: min(100%, 520px);
  height: 100%;
  min-height: 420px;
  justify-self: end;
  border-radius: 8px;
  border: 1px solid var(--line);
  object-fit: cover;
  object-position: center;
}

.page-hero {
  background: var(--navy);
  color: #fff;
  text-align: center;
  padding: 72px 24px;
}

.page-hero p {
  margin-left: auto;
  margin-right: auto;
  color: rgba(255,255,255,.86);
}

.section {
  padding: 72px 0;
}

.section-soft {
  background: var(--soft);
}

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

.narrow {
  max-width: 880px;
}

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

h2 {
  margin: 0 0 18px;
  font-size: clamp(24px, 2.15vw, 31px);
  line-height: 1.18;
  letter-spacing: 0;
  font-weight: 500;
}

h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 500;
}

.lead {
  color: #394250;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 0;
}

.logo-strip {
  padding: 38px 0 46px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.logo-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

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

.logo-pill {
  min-height: 72px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #687280;
  font-weight: 600;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15,23,36,.035);
}

.client-logo {
  min-height: 106px;
  padding: 20px;
}

.client-logo img {
  max-width: 100%;
  max-height: 74px;
  object-fit: contain;
}

.client-logo.wide img {
  max-height: 62px;
}

.split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 58px;
  align-items: center;
}

.check-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: #303846;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .46em;
  width: 10px;
  height: 10px;
  background: var(--blue);
  border-radius: 50%;
}

.service-grid,
.article-grid,
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 26px;
  box-shadow: 0 8px 20px rgba(15,23,36,.025);
}

.service-grid .card {
  min-height: auto;
}

.how-help-section h2 {
  max-width: 560px;
  font-size: clamp(24px, 2.15vw, 31px);
}

.how-help-section .lead {
  max-width: 540px;
  font-size: 16px;
  line-height: 1.7;
}

.video-feature {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 42px;
  align-items: center;
  margin-top: 58px;
}

.video-feature h2 {
  max-width: 420px;
  margin-bottom: 0;
}

.video-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15,23,36,.045);
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.video-card iframe,
.video-cover {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.video-cover {
  position: relative;
  padding: 0;
  background: linear-gradient(0deg, rgba(15,23,36,.42), rgba(15,23,36,.08)), url("https://img.youtube.com/vi/WkX7NkwQ-bk/maxresdefault.jpg") center / cover;
  cursor: pointer;
}

.video-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.12);
  pointer-events: none;
}

.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--blue);
  transform: translate(-50%, -50%);
  box-shadow: 0 16px 34px rgba(27,143,199,.34);
}

.video-play::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 22px;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.video-cover-text {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  display: grid;
  gap: 4px;
  color: #fff;
  text-align: left;
}

.video-cover-text strong {
  font-size: 18px;
  font-weight: 500;
}

.video-cover-text span {
  color: rgba(255,255,255,.78);
  font-size: 14px;
}

.advisor-layout {
  display: grid;
  gap: 38px;
}

.advisor-band {
  display: grid;
  grid-template-columns: minmax(280px, .42fr) minmax(0, .58fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f5f9fc;
  box-shadow: 0 12px 28px rgba(15,23,36,.035);
}

.advisor-gradient-panel {
  min-height: 330px;
  background: #eef3f6;
  position: relative;
}

.advisor-gradient-panel img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}

.advisor-band-copy,
.advisor-card {
  display: grid;
  align-content: center;
}

.advisor-band-copy {
  padding: 46px 54px;
}

.advisor-band-copy h2,
.advisor-card h2 {
  max-width: 720px;
  margin-bottom: 20px;
  font-size: clamp(26px, 2.35vw, 34px);
  line-height: 1.15;
}

.tick-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tick-list li {
  position: relative;
  padding-left: 30px;
  color: #303846;
  font-size: 15px;
  line-height: 1.58;
}

.tick-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .46em;
  width: 14px;
  height: 8px;
  border-left: 4px solid var(--blue);
  border-bottom: 4px solid var(--blue);
  transform: rotate(-45deg);
}

.advisor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px;
  align-items: stretch;
}

.advisor-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15,23,36,.03);
}

.advisor-card {
  padding: 46px 50px;
  background: #fff;
}

.advisor-context-card {
  background: linear-gradient(180deg, #f7fbfd, #fff);
  border-color: rgba(22,143,194,.24);
}

.advisor-card .eyebrow {
  margin-bottom: 14px;
}

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

.strategy-list {
  columns: 2;
  gap: 52px;
  padding-left: 20px;
  color: #303846;
  font-weight: 400;
}

.strategy-list li {
  margin-bottom: 12px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-top: 44px;
}

.price-card {
  padding: 36px;
  background: #f1f2f3;
  border: 1px solid #d9dde2;
  border-radius: 8px;
}

.pricing-page .page-hero {
  padding: 62px 24px;
}

.pricing-page .page-hero h1 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(32px, 3.8vw, 50px);
}

.pricing-page .page-hero p {
  font-size: 17px;
  font-weight: 500;
}

.pricing-intro .lead {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  text-align: center;
}

.pricing-page .pricing-grid {
  align-items: start;
  gap: 28px;
  margin-top: 34px;
}

.pricing-page .price-card h2 {
  font-size: clamp(24px, 2.25vw, 31px);
  line-height: 1.18;
  text-align: center;
}

.pricing-page .price-card h3 {
  margin-top: 28px;
  font-size: 18px;
}

.pricing-page .price-card p {
  font-size: 15px;
  line-height: 1.65;
}

.pricing-page .price-card .check-list {
  gap: 11px;
  margin-top: 18px;
}

.pricing-page .price-card .check-list li {
  font-size: 14px;
  line-height: 1.55;
}

.price {
  margin: 16px 0 20px;
  color: var(--blue);
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
}

.price small {
  display: block;
  color: var(--ink);
  font-size: 13px;
  margin-bottom: 6px;
  font-weight: 500;
}

.article-card {
  overflow: hidden;
  padding: 0;
}

.article-card a {
  display: block;
  height: 100%;
}

.article-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--blue);
}

.article-card div {
  padding: 24px;
}

.article-meta {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 550;
}

.article-card h3 {
  font-size: 20px;
  line-height: 1.32;
}

.home-articles-section .article-grid {
  margin-top: 30px;
}

.home-articles-section .article-card {
  min-height: 224px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.home-articles-section .article-card:hover {
  transform: translateY(-3px);
  border-color: rgba(22,143,194,.46);
  box-shadow: 0 18px 42px rgba(15,23,36,.08);
}

.home-articles-section .article-card img {
  display: none;
}

.home-articles-section .article-card div {
  padding: 24px;
}

.home-articles-section .article-card h3 {
  max-width: 96%;
  font-size: 16px;
  line-height: 1.48;
  font-weight: 400;
}

.section-action {
  margin-top: 26px;
}

.article-hero {
  background: #06101e;
  color: #fff;
  border-bottom: 0;
  padding: 58px 0 42px;
}

.article-hero h1 {
  max-width: 960px;
  margin: 0 0 14px;
  font-size: clamp(30px, 3.6vw, 42px);
  line-height: 1.08;
  font-weight: 450;
}

.article-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 15.5px;
  line-height: 1.65;
}

.topic-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.topic-row span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(22,143,194,.34);
  border-radius: 999px;
  padding: 0 16px;
  background: #fff;
  color: #21647b;
  font-size: 13px;
  font-weight: 550;
}

.article-library {
  background: #fff;
  padding: 34px 0 82px;
}

.article-list-simple {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 24px;
}

.article-tile a {
  display: block;
  transition: opacity .35s ease;
}

.article-tile a:hover {
  opacity: .86;
}

.article-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  margin-bottom: 12px;
  border-radius: 3px;
  overflow: hidden;
  background: #dff5fb;
}

.article-thumb::before,
.article-thumb::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.article-thumb::before {
  width: 70%;
  height: 76%;
  left: -18%;
  bottom: -20%;
  background: rgba(255,255,255,.56);
}

.article-thumb::after {
  width: 42%;
  height: 42%;
  right: -10%;
  top: -8%;
  background: rgba(15,23,36,.12);
}

.article-thumb span {
  position: absolute;
  left: 14px;
  top: 13px;
  z-index: 1;
  max-width: 72%;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.18;
  font-weight: 400;
}

.thumb-strategy { background: linear-gradient(135deg, #dff6fb, #f4fbfd); }
.thumb-advertising { background: linear-gradient(135deg, #e8f2ff, #d7ebff); }
.thumb-growth { background: linear-gradient(135deg, #e7fbf4, #f2fff9); }
.thumb-metrics { background: linear-gradient(135deg, #edf3f8, #dbe7f1); }
.thumb-psychology { background: linear-gradient(135deg, #e8f7ff, #f5fcff); }
.thumb-neuro { background: linear-gradient(135deg, #e9f6ee, #f7fbf4); }
.thumb-social { background: linear-gradient(135deg, #eaf1ff, #f7f9ff); }
.thumb-ux { background: linear-gradient(135deg, #f0fbff, #e0f4fb); }
.thumb-realestate { background: linear-gradient(135deg, #edf7f2, #e5f1ff); }

.article-tile h3 {
  margin: 0 0 16px;
  color: #202632;
  font-size: 15px;
  line-height: 1.46;
  font-weight: 450;
}

.article-tile a:hover h3 {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.article-date {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.featured-article {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 44px;
  align-items: end;
  margin-bottom: 70px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #07111f;
  color: #fff;
}

.featured-article h2 {
  max-width: 760px;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 400;
  line-height: 1.3;
}

.featured-article p {
  max-width: 720px;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.75;
}

.featured-article a {
  display: inline-flex;
  margin-top: 18px;
  color: #fff;
  font-weight: 600;
  border-bottom: 2px solid var(--blue);
}

.featured-article aside {
  border-left: 3px solid var(--blue);
  padding-left: 22px;
}

.featured-article aside strong,
.featured-article aside span {
  display: block;
}

.featured-article aside strong {
  margin-bottom: 8px;
  color: var(--blue);
}

.featured-article aside span {
  color: rgba(255,255,255,.75);
  line-height: 1.65;
}

.article-list-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}

.article-list-header h2 {
  margin-bottom: 0;
  font-size: clamp(23px, 2.2vw, 31px);
  font-weight: 400;
}

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

.editorial-grid .article-card {
  min-height: 280px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.editorial-grid .article-card:hover {
  transform: translateY(-3px);
  border-color: rgba(22,143,194,.48);
  box-shadow: 0 18px 40px rgba(15,23,36,.08);
}

.editorial-grid .article-card a {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 26px;
}

.editorial-grid .article-card h3 {
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 400;
}

.editorial-grid .article-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.read-link {
  margin-top: auto;
  padding-top: 22px;
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 600;
}

.load-more-row {
  margin-top: 28px;
  text-align: center;
}

.proof-card {
  background: #fff;
  border-left: 4px solid var(--blue);
}

.proof-card strong {
  display: block;
  margin-top: 18px;
}

.faq {
  max-width: 840px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-button {
  width: 100%;
  padding: 24px 0;
  border: 0;
  background: transparent;
  color: #7b838d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font: inherit;
  font-weight: 550;
  text-align: left;
  cursor: pointer;
}

.faq-button[aria-expanded="true"] {
  color: var(--blue);
}

.faq-panel {
  display: none;
  padding: 0 0 28px;
  color: #303846;
}

.faq-panel.open {
  display: block;
}

.cta-band {
  background: #06101e;
  color: #fff;
  border-radius: 8px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}

.cta-band p {
  color: rgba(255,255,255,.78);
  margin: 0;
}

.footer {
  background: var(--navy);
  color: #fff;
  padding: 58px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr .75fr 1fr .75fr;
  gap: 34px;
}

.footer-grid.footer-grid-compact {
  grid-template-columns: 1.15fr .9fr .9fr;
}

.footer-simple {
  display: flex;
  justify-content: center;
}

.footer-logo {
  width: min(280px, 100%);
  height: auto;
}

.footer-brand {
  color: #fff;
}

.footer h3 {
  font-size: 17px;
}

.footer a,
.footer p {
  color: rgba(255,255,255,.78);
}

.footer a:hover {
  color: #fff;
}

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

.footer .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer .social-links li {
  line-height: 0;
}

.social-link {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.social-link:hover {
  background: var(--blue);
  border-color: var(--blue);
  transform: translateY(-1px);
}

.social-link img {
  width: 18px;
  height: 18px;
  display: block;
}

.contact-details-card {
  margin-top: 30px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.contact-details-card h2 {
  margin-bottom: 16px;
  font-size: 22px;
}

.contact-details {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-details li {
  display: grid;
  gap: 3px;
  color: #303846;
}

.contact-details span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.contact-details a {
  color: var(--blue-dark);
  font-weight: 500;
}

.copyright {
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.18);
  text-align: center;
  font-size: 14px;
}

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 56px;
  align-items: start;
}

.support-widget {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
}

.support-panel {
  position: absolute;
  right: 0;
  bottom: 62px;
  width: min(360px, calc(100vw - 48px));
  max-height: calc(100vh - 120px);
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15,23,36,.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .18s ease, transform .18s ease;
  overflow: auto;
}

.support-widget.open .support-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.support-panel strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
}

.support-panel p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.support-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.support-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.support-header strong {
  margin: 0;
}

.bot-log {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.bot-message {
  max-width: 92%;
  padding: 10px 12px;
  border-radius: 8px;
  background: #eef6fb;
  color: #303846;
  font-size: 14px;
  line-height: 1.45;
}

.bot-message.user {
  justify-self: end;
  background: var(--blue);
  color: #fff;
}

.bot-options {
  display: grid;
  gap: 8px;
}

.bot-option {
  width: 100%;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}

.bot-option:hover {
  border-color: var(--blue);
  color: var(--blue-dark);
}

.bot-summary {
  margin: 0 0 14px;
  padding: 12px;
  border-radius: 8px;
  background: #f7f8f9;
  color: #303846;
  font-size: 14px;
  line-height: 1.55;
}

.bot-summary span {
  display: block;
}

.support-whatsapp-link,
.support-toggle,
.support-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
}

.support-whatsapp-link {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 6px;
  background: #25d366;
  color: #fff;
  font-weight: 500;
}

.support-whatsapp-link:hover {
  color: #fff;
}

.support-close {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #eef2f5;
  color: var(--ink);
  font-size: 22px;
  line-height: 1;
}

.support-toggle {
  width: 56px;
  height: 56px;
  margin-left: auto;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 12px 28px rgba(37,211,102,.35);
  transition: transform .18s ease, box-shadow .18s ease;
}

.support-toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(37,211,102,.42);
}

.support-toggle img {
  width: 28px;
  height: 28px;
}

.contact-title {
  max-width: 620px;
  margin: 0 0 20px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
}

.calendar {
  min-height: 620px;
  border: 1px solid var(--line);
  background: #fff;
}

.calendar iframe {
  width: 100%;
  height: 720px;
  border: 0;
}

.contact-form,
.admin-card {
  display: grid;
  gap: 18px;
}

.contact-form {
  align-self: start;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15,23,36,.06);
}

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

.form-row label {
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
}

.form-row input,
.form-row textarea {
  display: block;
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  line-height: 1.4;
  outline: 0;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.form-row textarea {
  min-height: 170px;
  resize: vertical;
}

.form-row input:focus,
.form-row textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(22,143,194,.12);
}

.contact-form label,
.admin-form label,
.admin-card label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 600;
}

.contact-form input,
.contact-form textarea,
.admin-form input[type="text"],
.admin-form input[type="password"],
.admin-form textarea,
.admin-card input,
.admin-card textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.notice {
  padding: 14px 16px;
  border-radius: 8px;
  font-weight: 600;
}

.notice.success {
  color: #0f5132;
  background: #d1e7dd;
}

.notice.error {
  color: #842029;
  background: #f8d7da;
}

.article-content {
  max-width: 920px;
  color: var(--ink);
  line-height: 1.8;
}

.article-content img {
  max-width: 100%;
  height: auto;
}

.article-content h1,
.article-content h2,
.article-content h3 {
  margin-top: 1.4em;
}

.admin-shell {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 70px;
}

.admin-shell.wide {
  width: min(1240px, calc(100% - 32px));
}

.admin-page {
  min-height: 100vh;
  background: #f5f7f8;
}

.admin-card {
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15,23,36,.08);
}

.admin-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15,23,36,.06);
}

.admin-toolbar h1 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
}

.admin-toolbar .eyebrow {
  margin-bottom: 6px;
}

.admin-toolbar > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.admin-table th,
.admin-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
}

.admin-table th {
  color: var(--muted);
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: #fafbfc;
}

.admin-table th:nth-child(1) {
  width: 52%;
}

.admin-table th:nth-child(2) {
  width: 14%;
}

.admin-table th:nth-child(3) {
  width: 18%;
}

.admin-table th:nth-child(4) {
  width: 16%;
}

.admin-table td:last-child {
  white-space: nowrap;
}

.admin-title-cell {
  font-weight: 500;
  line-height: 1.45;
}

.admin-date-cell {
  color: var(--muted);
}

.status-pill {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  padding: 0 11px;
  font-size: 12px;
  font-weight: 700;
}

.status-pill.published {
  color: #0f5132;
  background: #d1e7dd;
}

.status-pill.hidden {
  color: #842029;
  background: #f8d7da;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-actions a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 10px;
  color: var(--blue-dark);
  background: #fff;
  font-size: 13px;
  font-weight: 700;
}

.admin-actions a:hover {
  border-color: rgba(22,143,194,.44);
  background: #f3fbff;
}

.admin-actions a.danger {
  color: #842029;
}

.admin-form {
  padding: 28px;
}

.admin-empty {
  padding: 34px;
  color: var(--muted);
  font-weight: 600;
}

.admin-message-list {
  display: grid;
}

.admin-message {
  padding: 24px 28px;
  border-bottom: 1px solid var(--line);
}

.admin-message:last-child {
  border-bottom: 0;
}

.admin-message-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 16px;
}

.admin-message h2 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.25;
}

.admin-message p {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.admin-message p a {
  color: var(--blue-dark);
  font-weight: 700;
}

.admin-message-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
}

.admin-message-meta .danger {
  color: #842029;
  font-weight: 700;
}

.admin-message-body {
  max-width: 860px;
  color: #303846;
  line-height: 1.7;
}

.admin-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.admin-checks label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hidden {
  display: none;
}

@media (max-width: 900px) {
  .nav {
    min-height: auto;
    flex-wrap: wrap;
    gap: 14px;
    padding: 14px 0;
  }

  .brand-logo {
    width: 174px;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
  }

  .nav .btn {
    min-height: 44px;
    padding: 0 15px;
  }

  .hero-grid,
  .split,
  .contact-grid,
  .pricing-grid,
  .cta-band,
  .featured-article {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    justify-items: center;
    padding-top: 58px;
    text-align: center;
    gap: 34px;
  }

  .hero-art {
    min-height: 340px;
  }

  .hero-art img {
    max-height: 370px;
  }

  .hero-grid > div:first-child {
    max-width: none;
    padding-bottom: 0;
  }

  .hero h1,
  .hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero .btn {
    margin-left: auto;
    margin-right: auto;
  }

  .portrait-photo,
  .about-photo,
  .insight-photo {
    margin: 0 auto;
    justify-self: center;
  }

  .portrait-photo {
    width: min(100%, 360px);
  }

  .service-grid,
  .article-grid,
  .proof-grid,
  .video-feature,
  .footer-grid,
  .logo-row {
    grid-template-columns: 1fr;
  }

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

  .client-logo {
    min-height: 88px;
    padding: 16px;
  }

  .client-logo img {
    max-height: 58px;
  }

  .client-logo.wide img {
    max-height: 48px;
  }

  .video-feature {
    gap: 22px;
    margin-top: 44px;
  }

  .video-feature h2 {
    max-width: none;
  }

  .article-list-simple {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 22px;
  }

  .advisor-band,
  .advisor-grid {
    grid-template-columns: 1fr;
  }

  .advisor-band-copy,
  .advisor-card {
    padding: 32px;
  }

  .advisor-gradient-panel {
    height: 260px;
    min-height: 260px;
  }

  .advisor-band-copy h2,
  .advisor-card h2 {
    font-size: 28px;
  }

  .strategy-list {
    columns: 1;
  }

  .article-hero {
    padding: 44px 0 34px;
  }

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

  .featured-article {
    gap: 28px;
    padding: 30px;
  }

  .featured-article aside {
    border-left: 0;
    border-top: 3px solid var(--blue);
    padding-top: 18px;
    padding-left: 0;
  }

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

  .cta-band {
    padding: 34px;
  }
}

@media (max-width: 560px) {
  .nav,
  .container,
  .hero-grid {
    width: min(100% - 28px, var(--max));
  }

  .brand {
    font-size: 22px;
  }

  .brand-logo {
    width: 160px;
  }

  .nav-links {
    align-items: stretch;
    flex-wrap: wrap;
  }

  .nav-links a:not(.btn) {
    padding: 8px 0;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 30px;
  }

  .article-hero h1 {
    font-size: 28px;
  }

  .article-list-simple {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

  .advisor-band-copy,
  .advisor-card {
    padding: 24px;
  }

  .advisor-gradient-panel {
    height: 190px;
    min-height: 190px;
  }

  .tick-list li {
    padding-left: 28px;
    font-size: 14px;
  }

  .section {
    padding: 58px 0;
  }

  .hero-art {
    min-height: 300px;
  }

  .hero-art img {
    max-height: 330px;
  }

  .price-card,
  .card {
    padding: 24px;
  }
}
