/*
 * Vamzon solid light theme
 * Final override for flowora-theme.css. The visual system deliberately uses
 * opaque surfaces, restrained accents and low-contrast shadows. No gradients,
 * glassmorphism, neon glows or backdrop filters are used here.
 */

:root {
  --navy: #1c2140;
  --navy2: #242a4d;
  --blue: #3159c7;
  --cyan: #168e91;
  --orange: #c96522;
  --purple: #5a3fc0;
  --purple-dark: #442e9d;
  --purple-soft: #eeeafd;
  --blue-soft: #e9efff;
  --teal-soft: #e5f6f3;
  --orange-soft: #fff0e4;
  --ink: #16192b;
  --text: #252a40;
  --muted: #626a80;
  --line: #dde0eb;
  --surface: #ffffff;
  --surface-alt: #f6f6fb;
  --surface-purple: #f2effd;
  --radius: 18px;
}

html {
  background: #ffffff;
  color-scheme: light;
}

body {
  background: #ffffff;
  color: var(--text);
}

body,
.section,
.section.alt,
.hero,
.home .hero,
.page-hero,
.service-hero,
.cta,
.cta .wrap,
.footer,
.service,
.step,
.outcome-card,
.quote-card,
.post,
.plan,
.plan.featured,
.case,
.case-data,
.service-scorecard,
.service-aside,
.sidecard,
.deliverable,
.ai-note,
.price-table-wrap,
.mega-menu,
.mega-intro,
.navlinks,
.faq-section details,
details,
.field input,
.field select,
.field textarea,
input,
select,
textarea {
  background-image: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.wrap {
  width: min(1180px, calc(100% - 48px));
}

/* Navigation */
.topbar {
  display: none;
}

.nav {
  height: 82px;
  background: transparent;
  border-bottom: 1px solid rgba(36, 42, 77, 0.1);
  color: var(--ink);
  position: relative;
  z-index: 50;
}

.brand {
  color: var(--ink);
  font-size: 25px;
  font-weight: 750;
  letter-spacing: -1.2px;
}

.brand::before {
  content: "V";
  display: inline-grid;
  place-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 10px;
  background: var(--purple);
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  box-shadow: none;
}

.brand b {
  color: var(--purple);
}

.navlinks {
  background: transparent;
  gap: 29px;
  color: var(--ink);
}

.navlinks > a:not(.button),
.nav-dropdown > button {
  color: #30354b;
  font-weight: 600;
}

.navlinks > a:not(.button):hover,
.nav-dropdown > button:hover,
.navlinks > a[aria-current="page"]:not(.button) {
  color: var(--purple);
}

.navlinks > a[aria-current="page"]:not(.button)::after {
  background: var(--purple);
}

.nav .button,
.button {
  background: var(--purple);
  color: #ffffff;
  border: 1px solid var(--purple);
  border-radius: 10px;
  box-shadow: none;
  font-weight: 700;
  transition: background-color 0.2s, border-color 0.2s, transform 0.2s;
}

.button:hover {
  background: var(--purple-dark);
  border-color: var(--purple-dark);
  box-shadow: none;
  transform: translateY(-1px);
}

.button.light {
  background: #ffffff;
  color: var(--purple);
  border: 1px solid #cbc4e7;
  box-shadow: none;
}

.button.light:hover {
  background: var(--purple-soft);
  border-color: #aea3db;
  box-shadow: none;
}

.button.gold {
  background: var(--orange);
  border-color: var(--orange);
  color: #ffffff;
}

.menu-toggle {
  border: 1px solid #d6d9e4;
  border-radius: 9px;
  background: #ffffff;
}

.menu-toggle i {
  background: var(--ink);
}

.mega-menu {
  background: #ffffff;
  border: 1px solid #dcdeea;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(33, 35, 62, 0.13);
}

.mega-intro {
  background: var(--purple);
  border-radius: 13px;
}

.mega-intro small,
.mega-intro strong,
.mega-intro a {
  color: #ffffff;
}

.mega-links a {
  color: #454b62;
}

.mega-links a span {
  color: var(--purple);
}

.mega-links a:hover {
  background: var(--purple-soft);
  color: var(--purple-dark);
}

/* Hero */
.home .hero,
.hero {
  min-height: 720px;
  margin-top: -82px;
  padding-top: 82px;
  background: #f1effa;
  color: var(--ink);
}

.home .hero-grid,
.hero-grid {
  min-height: 720px;
}

.hero .eyebrow {
  background: #ffffff;
  border: 1px solid #d4ccec;
  color: var(--purple-dark);
  border-radius: 12px;
  padding: 8px 13px;
  font-weight: 700;
  box-shadow: 0 5px 14px rgba(65, 51, 119, 0.06);
}

.hero h1,
.page-hero h1,
.service-hero h1 {
  color: #10121d;
  letter-spacing: -3.2px;
}

.hero h1 span {
  color: var(--purple);
}

.hero p,
.page-hero p,
.service-hero p {
  color: #50566c;
}

.hero .actions > .button:first-child,
.home .hero .actions > .button:first-child {
  background: var(--purple);
  color: #ffffff;
  border-color: var(--purple);
}

.home .hero .actions > .button:first-child b {
  background: #ffffff;
  color: var(--purple);
}

.hero .button.light {
  background: transparent;
  color: var(--ink);
  border-color: transparent;
}

.hero .button.light:hover {
  background: #ffffff;
  border-color: #d6d1e8;
}

.play {
  border-color: #9e94c7;
  color: var(--purple);
  background: #ffffff;
}

.hero-points span {
  color: #4f5569;
  font-weight: 600;
}

.hero-points b {
  background: #ffffff;
  border: 1px solid #d7d1e9;
  color: var(--purple);
  border-radius: 10px;
}

.hero-points span:nth-child(2) b {
  background: var(--teal-soft);
  border-color: #b6dfd8;
  color: #137c70;
}

.hero-points span:nth-child(3) b {
  background: var(--orange-soft);
  border-color: #f0cdb4;
  color: #be6227;
}

.hero-visual {
  align-self: center;
  background: #ffffff;
  border: 1px solid #d8d4e7;
  border-radius: 28px;
  box-shadow: 0 24px 55px rgba(45, 42, 86, 0.16);
  margin-right: 0;
  overflow: hidden;
}

.hero-visual::after {
  display: none;
}

.hero-visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  background: #ffffff;
  border-radius: inherit;
  object-fit: contain;
  filter: none;
  -webkit-mask-image: none;
  mask-image: none;
}

/* Trust row */
.trust {
  margin-top: 0;
  background: #ffffff;
  border-top: 1px solid #e1e3ec;
  border-bottom: 1px solid #e1e3ec;
}

.trust .wrap {
  padding: 23px 0;
  color: #60677a;
  gap: 34px;
}

.trust strong {
  color: var(--ink);
  font-weight: 700;
}

.trust span {
  color: #5f667a;
  opacity: 1;
}

.trust span::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 19px;
  height: 19px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--purple-soft);
  color: var(--purple);
  font-size: 11px;
  font-weight: 800;
}

/* Shared sections and typography */
.section {
  background: #ffffff;
  padding: 92px 0;
}

.section.alt {
  background: var(--surface-alt);
}

.section h2,
.service-layout h2,
.outcome-section h2,
.process-section h2,
.faq-section h2,
.content-grid h2 {
  color: var(--ink);
}

.section-intro,
.service-layout p,
.legal p {
  color: var(--muted);
}

.eyebrow {
  color: var(--purple);
  font-weight: 800;
}

.link {
  color: var(--purple);
}

.link:hover {
  color: var(--purple-dark);
}

/* Services and editorial cards */
.service-grid,
.process,
.outcome-grid,
.testimonial-grid,
.blog-grid,
.pricing {
  gap: 18px;
}

.service,
.step,
.outcome-card,
.quote-card,
.post,
.plan {
  background: #ffffff;
  border: 1px solid #dfe1e9;
  border-radius: 17px;
  box-shadow: 0 8px 22px rgba(33, 37, 63, 0.06);
}

.service::after {
  display: none;
}

.service:hover,
.post:hover,
.outcome-card:hover {
  background: #ffffff;
  border-color: #bdb5dc;
  box-shadow: 0 12px 28px rgba(39, 39, 69, 0.1);
  transform: translateY(-3px);
}

.service h3,
.step h3,
.outcome-card h3,
.post h3,
.quote-card strong,
.plan h3,
.price {
  color: var(--ink);
}

.service p,
.step p,
.outcome-card p,
.post p,
.quote-card p {
  color: var(--muted);
}

.n {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--purple) !important;
  color: #ffffff;
  box-shadow: 0 7px 14px rgba(42, 46, 80, 0.16);
}

.n svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service:nth-child(4n + 2) .n,
.home-services .service:nth-child(2) .n {
  background: var(--blue) !important;
}

.service:nth-child(4n + 3) .n,
.home-services .service:nth-child(3) .n {
  background: #178f80 !important;
}

.service:nth-child(4n) .n,
.home-services .service:nth-child(4) .n {
  background: var(--orange) !important;
}

.step {
  padding: 27px;
}

.step span {
  display: inline-grid;
  place-items: center;
  min-width: 38px;
  height: 38px;
  padding: 0 9px;
  border-radius: 10px;
  background: var(--purple-soft);
  color: var(--purple);
  font-size: 14px;
}

.step:nth-child(2) span {
  background: var(--blue-soft);
  color: var(--blue);
}

.step:nth-child(3) span {
  background: var(--teal-soft);
  color: #137c70;
}

.step:nth-child(4) span {
  background: var(--orange-soft);
  color: #9c4717;
}

/* Case study block */
.case {
  background: #ffffff;
  border: 1px solid #dedfea;
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(33, 37, 63, 0.07);
}

.case-copy h3 {
  color: var(--ink);
}

.case-copy p {
  color: var(--muted);
}

.case-data {
  background: #eeebfa;
  color: var(--ink);
}

.case-data div {
  border-color: #d4cee9;
}

.case-data strong {
  color: var(--purple-dark);
}

.case-data span {
  color: #5a6074;
}

/* AI note and service side panels */
.ai-note {
  background: var(--purple-soft);
  border: 1px solid #d7cfee;
  border-left: 4px solid var(--purple);
  border-radius: 14px;
  color: #555b70;
  box-shadow: none;
}

.ai-note > span {
  display: inline-grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--purple);
  color: #ffffff;
  font-size: 18px;
}

.ai-note strong {
  color: var(--ink);
}

.service-aside,
.sidecard {
  background: #ffffff;
  border: 1px solid #dedfea;
  border-radius: 18px;
  box-shadow: 0 9px 25px rgba(33, 37, 63, 0.07);
}

.service-aside h3,
.sidecard h3 {
  color: var(--ink);
}

.service-aside li {
  border-color: #e0e2ea;
  color: #535a70;
}

.service-aside li::before {
  color: #168577;
}

/* Calls to action */
.cta {
  background: #ffffff;
  padding: 34px 0 80px;
}

.cta .wrap {
  background: #3048a8;
  border: 0;
  border-radius: 22px;
  padding: 38px 44px;
  box-shadow: none;
}

.cta h2,
.cta .eyebrow {
  color: #ffffff;
}

.cta .eyebrow {
  opacity: 0.78;
}

.cta .button {
  background: #ffffff;
  border-color: #ffffff;
  color: #273b91;
}

.cta .button:hover {
  background: #f1f3ff;
  border-color: #f1f3ff;
}

/* Footer */
.footer {
  background: #171c3d;
  border-top: 0;
}

.footer .brand,
.footer .brand b {
  color: #ffffff;
}

.footer .brand::before {
  background: #ffffff;
  color: var(--purple-dark);
}

.footer h4 {
  color: #b9c5ff;
}

.footer a {
  color: #d5d9ea;
}

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

.footer p {
  color: #aeb4cb;
}

.footer .button {
  background: #ffffff;
  border-color: #ffffff;
  color: #252f71;
}

.copyright {
  border-color: rgba(255, 255, 255, 0.13);
  color: #8f97b5;
}

/* Inner-page and service heroes */
.page-hero,
.service-hero {
  background: #f1effa;
  border-top: 0;
  border-bottom: 1px solid #dedbea;
  color: var(--ink);
}

.service-hero::after {
  display: none;
}

.breadcrumb {
  color: #62687b;
}

.breadcrumb a {
  color: var(--purple);
}

.service-scorecard {
  background: #ffffff;
  border: 1px solid #d9dbe6;
  border-radius: 19px;
  box-shadow: 0 15px 36px rgba(40, 40, 70, 0.1);
  color: var(--text);
}

.service-scorecard h3 {
  color: var(--ink);
}

.score-row {
  border-color: #e1e3eb;
  color: #62697d;
}

.score-row strong {
  color: var(--purple-dark);
}

.deliverable {
  background: #ffffff;
  border: 1px solid #e0e1e9;
  border-radius: 13px;
}

.deliverable b {
  background: var(--purple);
  color: #ffffff;
}

.deliverable:nth-child(4n + 2) b {
  background: var(--blue);
}

.deliverable:nth-child(4n + 3) b {
  background: #178f80;
}

.deliverable:nth-child(4n) b {
  background: var(--orange);
}

.deliverable strong {
  color: var(--ink);
}

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

.outcome-card span {
  display: inline-block;
  padding: 5px 9px;
  border-radius: 8px;
  background: var(--purple-soft);
  color: var(--purple-dark);
}

.outcome-card:nth-child(2) span {
  background: var(--teal-soft);
  color: #137c70;
}

.outcome-card:nth-child(3) span {
  background: var(--orange-soft);
  color: #9c4717;
}

.related-strip a {
  background: #ffffff;
  border-color: #dfe1e9;
  color: var(--ink);
}

.related-strip a:hover {
  background: var(--purple-soft);
  border-color: #b9aedf;
  color: var(--purple-dark);
}

/* FAQ and disclosure panels */
.faq-section details,
details {
  background: #ffffff;
  border: 1px solid #dfe1e9;
  border-radius: 13px;
  box-shadow: none;
}

summary {
  color: var(--ink);
}

.faq-section details p,
details p {
  color: var(--muted);
}

details[open] {
  border-color: #bfb6df;
}

/* Pricing */
.plan {
  padding: 31px;
}

.plan.featured {
  background: var(--purple-soft);
  border: 2px solid var(--purple);
  box-shadow: 0 10px 28px rgba(65, 49, 127, 0.1);
}

.plan .for,
.plan.featured .for,
.plan small,
.pricing-note {
  color: var(--muted);
}

.plan li {
  border-color: #dfe1e9;
  color: #4f566b;
}

.plan.featured .button {
  background: var(--purple);
  border-color: var(--purple);
  color: #ffffff;
}

.price-table-wrap {
  background: #ffffff;
  border: 1px solid #dcdee8;
  box-shadow: 0 8px 24px rgba(33, 37, 63, 0.05);
}

.price-table th,
.price-table td {
  border-color: #e3e4eb;
}

.price-table th {
  background: #f4f3f9;
  color: #60677b;
}

.price-table td {
  color: #555c71;
}

.price-table tbody tr:nth-child(even) td {
  background: #fafafe;
}

.price-table td:first-child,
.price-table strong {
  color: var(--ink);
}

.price-table a {
  color: var(--purple);
}

/* Forms */
.field {
  color: #474e63;
  font-weight: 650;
}

.field input,
.field select,
.field textarea,
input,
select,
textarea {
  background: #ffffff;
  border: 1px solid #cfd3df;
  border-radius: 10px;
  color: var(--ink);
  box-shadow: none;
}

.field input:focus,
.field select:focus,
.field textarea:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 3px solid #e5dffc;
  border-color: var(--purple);
}

.field input::placeholder,
.field textarea::placeholder,
input::placeholder,
textarea::placeholder {
  color: #6b7285;
}

.field option {
  color: var(--ink);
}

.consent span {
  color: #60677a;
}

.consent a {
  color: var(--purple);
}

.notice {
  background: #e4f5ed;
  color: #236647;
  border: 1px solid #b9dfca;
}

.notice.error {
  background: #fff0f1;
  color: #9c3643;
  border-color: #efc5ca;
}

/* Blog, testimonials and general content */
.post span,
.quote-card small {
  color: var(--purple);
}

.quote-card small {
  display: inline-block;
  margin-top: 8px;
  font-weight: 700;
}

.legal,
.content-grid {
  color: var(--text);
}

/* Keep home service composition deliberate on larger screens. */
.home-services .service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1080px) {
  .home .hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  }

  .hero-visual {
    margin-right: 0;
  }
}

@media (max-width: 900px) {
  .nav {
    height: 76px;
  }

  .wrap {
    width: min(100% - 38px, 1180px);
  }

  .navlinks {
    top: 76px;
    background: #ffffff;
    border: 1px solid #dcdfea;
    box-shadow: 0 14px 34px rgba(34, 35, 61, 0.12);
  }

  .navlinks > a:not(.button),
  .nav-dropdown > button {
    color: var(--ink);
  }

  .home .hero,
  .hero {
    min-height: auto;
    margin-top: -76px;
    padding-top: 76px;
  }

  .home .hero-grid,
  .hero-grid {
    min-height: auto;
    padding-top: 68px;
    padding-bottom: 0;
    grid-template-columns: 1fr;
  }

  .hero-visual {
    width: 100%;
    margin: 42px 0 0;
    border-radius: 22px 22px 0 0;
  }

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

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

@media (max-width: 720px) {
  .home .hero,
  .hero {
    background: #f1effa;
  }

  .home .hero-grid,
  .hero-grid {
    padding-top: 52px;
  }

  .hero h1 {
    color: #10121d;
  }

  .hero-visual {
    width: 100%;
    margin: 34px 0 0;
  }

  .trust .wrap {
    justify-content: center;
  }

  .trust strong,
  .trust span {
    width: 100%;
    text-align: center;
  }

  .section,
  .section.alt {
    padding: 72px 0;
  }

  .home-services .service-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .home-services .split-title,
  .home-services .section-intro {
    text-align: left;
  }

  .cta .wrap {
    padding: 31px;
  }
}

@media (max-width: 520px) {
  .wrap {
    width: min(100% - 28px, 1180px);
  }

  .nav {
    height: 72px;
  }

  .brand {
    font-size: 23px;
  }

  .brand::before {
    width: 32px;
    height: 32px;
  }

  .navlinks {
    top: 72px;
  }

  .home .hero,
  .hero {
    margin-top: -72px;
    padding-top: 72px;
  }

  .hero h1,
  .page-hero h1,
  .service-hero h1 {
    font-size: 40px;
    letter-spacing: -2.3px;
  }

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

  .hero-points span:last-child {
    grid-column: auto;
  }

  .actions {
    display: grid;
  }

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

  .cta h2 {
    font-size: 29px;
  }
}

/* Professional homepage refinement */
.home .hero {
  min-height: 700px;
  background: #f3ecef;
}

.home .hero-grid {
  min-height: 700px;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  gap: 32px;
}

.home .hero-grid > div:first-child {
  max-width: 525px;
}

.home .hero .eyebrow {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #354273;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.35px;
  text-transform: uppercase;
}

.home .hero h1 {
  max-width: 570px;
  margin: 20px 0 21px;
  font-size: clamp(50px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -3.8px;
}

.home .hero h1 span {
  color: #304179;
}

.home .hero p {
  max-width: 525px;
  color: #4c5264;
  font-size: 17px;
  line-height: 1.65;
}

.home .hero .actions > .button:first-child {
  background: #304179;
  border-color: #304179;
}

.home .hero .actions > .button:first-child:hover {
  background: #253461;
  border-color: #253461;
}

.home .hero .actions > .button:first-child b {
  color: #304179;
}

.home .hero-points {
  max-width: 540px;
  margin-top: 35px;
  padding-top: 23px;
  border-top: 1px solid #d9d2d6;
  gap: 21px;
}

.home .hero-points span {
  color: #505668;
  font-size: 11px;
}

.home .hero-points b,
.home .hero-points span:nth-child(2) b,
.home .hero-points span:nth-child(3) b {
  width: 23px;
  height: 23px;
  margin-bottom: 8px;
  background: #e7e8ee;
  border: 0;
  border-radius: 50%;
  color: #304179;
}

.home .hero-visual {
  align-self: center;
  margin: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home .hero-visual img {
  width: 108%;
  max-width: none;
  margin-left: -4%;
  background: transparent;
  border-radius: 0;
}

.home-services .service {
  min-height: 230px;
  border-radius: 12px;
  box-shadow: none;
}

.home-services .service:hover {
  border-color: #9ca7c3;
  box-shadow: 0 9px 22px rgba(38, 48, 82, 0.08);
}

.home-services .n,
.home-services .service:nth-child(1) .n,
.home-services .service:nth-child(2) .n,
.home-services .service:nth-child(3) .n,
.home-services .service:nth-child(4) .n {
  background: #eef0f5 !important;
  border: 1px solid #d7dce8;
  border-radius: 10px;
  color: #304179;
  box-shadow: none;
}

.home-services .service h3 {
  color: #20263b;
  font-size: 18px;
  letter-spacing: -0.25px;
}

.home-process .step {
  border-radius: 12px;
  box-shadow: none;
}

.home-process .step span,
.home-process .step:nth-child(2) span,
.home-process .step:nth-child(3) span,
.home-process .step:nth-child(4) span {
  background: #eef0f5;
  color: #304179;
}

.home-case .case-data {
  background: #eef0f5;
}

.home-ai .ai-note > span {
  background: #304179;
}

@media (max-width: 1080px) {
  .home .hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
    gap: 20px;
  }

  .home .hero-visual img {
    width: 105%;
    margin-left: 0;
  }
}

@media (max-width: 900px) {
  .home .hero {
    min-height: auto;
  }

  .home .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 0;
  }

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

  .home .hero-visual img {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 720px) {
  .home .hero {
    background: #f3ecef;
  }

  .home .hero h1 {
    font-size: 45px;
    letter-spacing: -2.8px;
  }

  .home .hero-points {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 520px) {
  .home .hero h1 {
    font-size: 40px;
    letter-spacing: -2.3px;
  }

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

/* Image-led capability cards */
.home-services .service {
  display: flex;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  align-items: flex-start;
  flex-direction: column;
}

.service-thumb {
  width: 100%;
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  background: #f5f6f9;
  border-bottom: 1px solid #dfe2ea;
}

.service-thumb img,
.post-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-services .n,
.home-services .service:nth-child(1) .n,
.home-services .service:nth-child(2) .n,
.home-services .service:nth-child(3) .n,
.home-services .service:nth-child(4) .n {
  position: relative;
  z-index: 2;
  margin: -22px 0 0 24px;
  background: #ffffff !important;
  border-color: #d7dce8;
}

.home-services .service h3 {
  margin: 23px 24px 8px;
}

.home-services .service p {
  margin: 0 24px 27px;
}

/* Professional bento feature cards */
.feature-section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.feature-section-heading h2 {
  margin-bottom: 16px;
}

.feature-section-heading p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

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

.feature-card {
  min-width: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dfe2ea;
  border-radius: 16px;
}

.feature-card--catalogue {
  border-color: #ddc6c9;
}

.feature-card--advertising {
  border-color: #bdc9eb;
}

.feature-card--wide {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
  border-color: #b9d8c7;
}

.feature-copy {
  padding: 31px 33px 25px;
}

.feature-card--wide .feature-copy {
  align-self: center;
  padding: 38px;
}

.feature-label {
  display: inline-block;
  padding: 5px 8px;
  background: #f1e7e8;
  color: #7b4148;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.feature-card--advertising .feature-label {
  background: #e8ecfa;
  color: #344d93;
}

.feature-card--wide .feature-label {
  background: #e4f1e9;
  color: #2d6d4b;
}

.feature-card h3 {
  margin: 13px 0 9px;
  color: var(--ink);
  font: 700 29px/1.12 Inter, Arial, sans-serif;
  letter-spacing: -1.1px;
}

.feature-card p {
  max-width: 580px;
  margin: 0;
  color: #555c6f;
  line-height: 1.55;
}

.feature-visual {
  width: auto;
  aspect-ratio: 3 / 2;
  margin: 0 24px 24px;
  overflow: hidden;
  background: #f7f8fa;
  border: 1px solid #e1e3e9;
  border-radius: 11px;
  box-shadow: 0 9px 22px rgba(33, 40, 67, 0.1);
}

.feature-visual > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-visual--dual {
  display: grid;
  align-self: stretch;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 13px;
  height: calc(100% - 44px);
  min-height: 390px;
  margin: 22px 22px 22px 0;
  padding: 18px;
  aspect-ratio: auto;
  align-items: end;
}

.feature-visual--dual img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border: 1px solid #dfe2e8;
  border-radius: 9px;
  box-shadow: 0 10px 22px rgba(31, 38, 62, 0.11);
}

.feature-visual--dual img:last-child {
  transform: translateY(18px);
}

/* Editorial cards use the same thumbnail language where imagery adds context. */
.featured-post {
  padding: 0;
  overflow: hidden;
}

.post-thumb {
  width: 100%;
  aspect-ratio: 3 / 2;
  margin: 0 0 23px;
  overflow: hidden;
  background: #f5f6f9;
  border-bottom: 1px solid #dfe2ea;
}

.featured-post > span,
.featured-post > h3,
.featured-post > p,
.featured-post > .link {
  margin-right: 27px;
  margin-left: 27px;
}

.featured-post > .link {
  display: inline-block;
  margin-bottom: 28px;
}

@media (max-width: 900px) {
  .feature-bento {
    grid-template-columns: 1fr;
  }

  .feature-card--wide {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .feature-card--wide .feature-copy {
    padding: 31px 33px 25px;
  }

  .feature-visual--dual {
    min-height: 0;
    height: auto;
    margin: 0 24px 24px;
  }
}

@media (max-width: 620px) {
  .feature-copy,
  .feature-card--wide .feature-copy {
    padding: 26px 24px 21px;
  }

  .feature-card h3 {
    font-size: 25px;
  }

  .feature-visual {
    margin: 0 16px 16px;
  }

  .feature-visual--dual {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .feature-visual--dual img:last-child {
    display: none;
    transform: none;
  }
}

/* VAMZON identity: the supplied wordmark is used consistently in every shell. */
.logo-brand::before {
  display: none;
}

.logo-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  line-height: 0;
}

.brand-logo {
  display: block;
  width: 245px;
  height: auto;
  max-width: 100%;
}

.nav .logo-brand {
  flex: 0 0 245px;
}

/* Pricing: solid, compact cards with clear hierarchy. */
.pricing-six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.billing-switcher {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 28px 0 22px;
  padding: 14px 16px;
  border: 1px solid #dfe2ea;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(25, 35, 68, .05);
}

.billing-toggle {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(128px, 1fr));
  gap: 5px;
  flex: 0 0 auto;
  padding: 5px;
  border-radius: 10px;
  background: #edf0f7;
}

.billing-toggle button {
  min-height: 46px;
  padding: 10px 16px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #3e4863;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.billing-toggle button span {
  display: inline-block;
  margin-left: 5px;
  padding: 3px 6px;
  border-radius: 4px;
  background: #dff5ed;
  color: #14745f;
  font-size: 10px;
  letter-spacing: .02em;
}

.billing-toggle button[aria-pressed="true"] {
  background: #273a73;
  color: #fff;
  box-shadow: 0 4px 12px rgba(39, 58, 115, .2);
}

.billing-toggle button[aria-pressed="true"] span {
  background: #fff;
  color: #273a73;
}

.billing-switcher > p {
  max-width: 520px;
  margin: 0;
  color: #58637d;
  font-size: 14px;
  line-height: 1.55;
  text-align: right;
}

.selected-plan-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  padding: 14px 16px;
  border-left: 4px solid #657bea;
  border-radius: 8px;
  background: #eef1ff;
  color: #26345e;
}

.selected-plan-note strong {
  font-size: 13px;
}

.selected-plan-note span {
  color: #505d7d;
  font-size: 13px;
}

.selected-plan-note a {
  margin-left: auto;
  color: #384eb1;
  font-size: 12px;
  font-weight: 800;
}

.management-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 665px;
  padding: 30px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe2ea;
  border-top: 5px solid #273a73;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(25, 35, 68, 0.06);
}

.plan-image {
  width: calc(100% + 60px);
  height: 138px;
  min-height: 138px;
  margin: -30px -30px 22px;
  overflow: hidden;
  background: #eef0f5;
}

.plan-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.management-plan:hover .plan-image img {
  transform: scale(1.025);
}

.management-plan:nth-child(2),
.management-plan:nth-child(5) {
  border-top-color: #657bea;
}

.management-plan:nth-child(3),
.management-plan:nth-child(6) {
  border-top-color: #f07b7b;
}

.management-plan.featured {
  background: #f3f5ff;
  border-color: #657bea;
  border-top-width: 5px;
  color: #11182f;
  transform: none;
}

.plan-tier {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 6px;
  background: #eef0f5;
  color: #39476e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.management-plan.featured .plan-tier {
  background: #657bea;
  color: #fff;
}

.management-plan h3 {
  margin: 0 0 8px;
  font-size: 27px;
  color: #11182f;
}

.management-plan .price {
  margin-top: 22px;
  color: #11182f;
  font-size: 39px;
  letter-spacing: -.04em;
}

.management-plan [data-billing-label] {
  display: block;
  min-height: 38px;
  margin-top: 3px;
  color: #68728a;
  line-height: 1.45;
}

.management-plan ul {
  margin-bottom: 24px;
}

.management-plan .button {
  width: 100%;
  margin-top: auto;
  text-align: center;
}

.scale-plan {
  background: #f8f7f4;
}

.service-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.service-price-card {
  display: flex;
  flex-direction: column;
  min-height: 410px;
  padding: 25px;
  background: #fff;
  border: 1px solid #dfe2ea;
  border-top: 4px solid #273a73;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(25, 35, 68, .045);
  transition: transform .2s ease, box-shadow .2s ease;
}

.service-price-thumb {
  width: calc(100% + 50px);
  height: 112px;
  min-height: 112px;
  margin: -25px -25px 18px;
  overflow: hidden;
  background: #eef0f5;
}

.service-price-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.service-price-card:hover .service-price-thumb img {
  transform: scale(1.03);
}

.service-price-card:nth-child(3n + 2) { border-top-color: #657bea; }
.service-price-card:nth-child(3n) { border-top-color: #f07b7b; }

.service-price-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(25, 35, 68, .09);
}

.service-price-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}

.service-index {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #182446;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.service-from {
  padding: 7px 10px;
  border-radius: 6px;
  background: #f0f2f7;
  color: #273a73;
  font-size: 12px;
  font-weight: 800;
}

.service-price-card h3 {
  margin: 0 0 10px;
  color: #11182f;
  font-size: 21px;
  line-height: 1.2;
}

.service-price-card p {
  margin: 0 0 16px;
  color: #58637d;
  font-size: 14px;
  line-height: 1.65;
}

.service-price-card small {
  color: #6c7489;
  font-weight: 700;
}

.service-price-card .link {
  display: inline-block;
  margin-top: auto;
  padding-top: 22px;
  color: #384eb1;
  font-weight: 800;
}

/* The footer stays dark; the logo and CTA are explicitly corrected for contrast. */
.footer {
  background: #171c3d;
  color: #d8dceb;
}

.footer .footer-logo {
  width: 310px;
  max-width: 100%;
}

.footer .footer-logo .brand-logo {
  width: 310px;
  filter: brightness(0) invert(1);
  opacity: .96;
}

.footer a {
  color: #d8dceb;
}

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

.footer .footer-button {
  background: #657bea;
  border-color: #657bea;
  color: #fff !important;
  box-shadow: none;
}

.footer .footer-button:hover {
  background: #5269d3;
  border-color: #5269d3;
  color: #fff !important;
}

@media (max-width: 1000px) {
  .pricing-six,
  .service-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .brand-logo { width: 210px; }
  .nav .logo-brand { flex-basis: 210px; }
}

@media (max-width: 680px) {
  .pricing-six,
  .service-price-grid {
    grid-template-columns: 1fr;
  }

  .management-plan { min-height: 0; }
  .billing-switcher {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }
  .billing-toggle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
  .billing-toggle button span {
    display: block;
    margin: 3px 0 0;
  }
  .billing-switcher > p { text-align: left; }
  .selected-plan-note { align-items: flex-start; flex-direction: column; }
  .selected-plan-note a { margin-left: 0; }
  .brand-logo { width: 195px; }
  .nav .logo-brand { flex-basis: 195px; }
  .footer .footer-logo,
  .footer .footer-logo .brand-logo { width: 265px; }
}

/* Expanded services directory */
.service-catalog-section h2 {
  max-width: 820px;
}

.extended-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.extended-service-card {
  display: flex;
  flex-direction: column;
  min-height: 270px;
  padding: 26px;
  background: #fff;
  border: 1px solid #dfe2ea;
  border-top: 4px solid #273a73;
  border-radius: 14px;
  color: #11182f;
  box-shadow: 0 8px 24px rgba(25, 35, 68, .045);
  transition: transform .2s ease, box-shadow .2s ease;
}

.extended-service-card:nth-child(3n + 2) { border-top-color: #657bea; }
.extended-service-card:nth-child(3n) { border-top-color: #f07b7b; }

.extended-service-card:hover {
  color: #11182f;
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(25, 35, 68, .09);
}

.service-kicker {
  align-self: flex-start;
  margin-bottom: 24px;
  padding: 6px 9px;
  border-radius: 5px;
  background: #eef0f5;
  color: #39476e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.extended-service-card h3 {
  margin: 0 0 10px;
  color: #11182f;
  font-size: 21px;
  line-height: 1.25;
}

.extended-service-card p {
  margin: 0 0 18px;
  color: #58637d;
  font-size: 14px;
  line-height: 1.65;
}

.extended-service-card .link {
  margin-top: auto;
  color: #384eb1;
  font-weight: 800;
}

.category-chip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin-top: 30px;
}

.category-chip-grid a {
  padding: 22px 20px;
  background: #fff;
  border: 1px solid #dfe2ea;
  border-left: 4px solid #657bea;
  border-radius: 10px;
  color: #17213d;
  font-weight: 800;
}

.category-chip-grid a:hover {
  border-left-color: #f07b7b;
  color: #384eb1;
}

@media (max-width: 900px) {
  .extended-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-chip-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .extended-service-grid,
  .category-chip-grid { grid-template-columns: 1fr; }
  .extended-service-card { min-height: 0; }
}

/* Compact photography for the complete services directory. */
.service-directory-thumb {
  width: 100%;
  height: 118px;
  margin: 0 0 20px;
  overflow: hidden;
  border-radius: 10px;
  background: #eef0f5;
}

.service-directory-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}

.service:hover .service-directory-thumb img,
.extended-service-card:hover .service-directory-thumb img {
  transform: scale(1.035);
}

.service > .service-directory-thumb + h3 {
  margin-top: 0;
}

.extended-service-card .service-directory-thumb {
  height: 112px;
  margin-bottom: 16px;
}

.extended-service-card .service-directory-thumb + .service-kicker {
  margin-bottom: 14px;
}

/* Reliable inline icons and a more colorful, professional card system. */
.card-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border-radius: 12px;
  background: #e8edff;
  color: #385aca;
  box-shadow: 0 8px 18px rgba(56, 90, 202, .14);
}

.card-icon svg {
  width: 27px;
  height: 27px;
}

.service:nth-child(4n + 2) .card-icon,
.extended-service-card:nth-child(4n + 2) .card-icon { background: #e3f6f1; color: #168b78; }
.service:nth-child(4n + 3) .card-icon,
.extended-service-card:nth-child(4n + 3) .card-icon { background: #fff0e5; color: #d36a20; }
.service:nth-child(4n) .card-icon,
.extended-service-card:nth-child(4n) .card-icon { background: #f0e9ff; color: #6440c6; }

.service .n {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.service .n .card-icon {
  margin: 0 0 22px;
}

.extended-service-card {
  border-top-width: 5px;
}

.service-price-top .card-icon-small {
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 9px;
}

.service-price-top .card-icon-small svg {
  width: 21px;
  height: 21px;
}

.service-price-top .service-index {
  display: none;
}

/* Visible answer summaries support both readers and answer engines. */
.answer-summary {
  margin-top: 34px;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid #dce1ed;
  border-left: 5px solid #657bea;
  border-radius: 12px;
  color: #17213d;
  box-shadow: 0 10px 26px rgba(25, 35, 68, .06);
}

.answer-summary > div:first-child {
  display: flex;
  gap: 15px;
  align-items: center;
}

.answer-summary .answer-icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  margin: 0;
  border-radius: 9px;
}

.answer-summary small,
.answer-summary strong {
  display: block;
}

.answer-summary small {
  margin-bottom: 3px;
  color: #4c5db0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.answer-summary strong {
  max-width: 850px;
  font-size: 16px;
  line-height: 1.5;
}

.answer-summary dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid #e3e6ed;
}

.answer-summary dt {
  color: #66708a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.answer-summary dd {
  margin: 5px 0 0;
  color: #303b59;
  font-size: 13px;
  line-height: 1.55;
}

/* Complete footer service directory. */
.footer-intro {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: end;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.footer-intro p {
  max-width: 600px;
}

.footer-intro-action {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}

.footer-intro-action p {
  margin: 0;
  font-size: 13px;
}

.footer-directory {
  padding-top: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.footer-directory-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
}

.footer-directory-heading span {
  color: #fff;
  font-weight: 800;
}

.footer-directory-heading a {
  color: #aebcff;
  font-weight: 800;
}

.footer-service-groups {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px;
}

.footer-service-group h4,
.footer-company h4 {
  margin-bottom: 15px;
  color: #f2f4ff;
  font-size: 12px;
}

.footer-service-group a,
.footer-company a {
  display: block;
  margin: 0 0 9px;
  color: #bac2da;
  font-size: 12px;
  line-height: 1.35;
}

.footer-company {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (max-width: 1000px) {
  .footer-service-groups { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-intro { grid-template-columns: 1fr; gap: 25px; }
  .footer-intro-action { justify-content: flex-start; }
}

@media (max-width: 700px) {
  .answer-summary dl { grid-template-columns: 1fr; }
  .footer-service-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-company { grid-template-columns: 1fr 1fr; }
  .footer-intro-action { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .footer-service-groups,
  .footer-company { grid-template-columns: 1fr; }
  .footer-directory-heading { flex-direction: column; }
}

/* Page-specific conversion, related services, review evidence and article carousel. */
.service-offer-panel {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 55px;
  align-items: center;
  padding: 38px;
  background: #17213f;
  border: 1px solid #2e3b68;
  border-radius: 18px;
  color: #fff;
}

.service-offer-panel .card-icon { margin-bottom: 20px; }
.service-offer-panel h2 { color: #fff; margin: 8px 0 12px; }
.service-offer-panel p { color: #c7cfe5; max-width: 700px; }

.service-offer-price {
  padding: 28px;
  background: #fff;
  border-radius: 13px;
  color: #17213f;
}

.service-offer-price small,
.service-offer-price strong,
.service-offer-price span { display: block; }
.service-offer-price small { color: #65708d; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.service-offer-price strong { margin: 7px 0 2px; font-size: 38px; }
.service-offer-price span { margin-bottom: 20px; color: #66708a; font-size: 12px; }
.service-offer-price .button { width: 100%; text-align: center; }

.related-service-section,
.review-readiness { margin-top: 70px; }
.related-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 25px; }
.related-service-choice { display: flex; gap: 17px; padding: 23px; background: #fff; border: 1px solid #dfe2ea; border-radius: 13px; color: #17213d; }
.related-service-choice:hover { border-color: #657bea; color: #17213d; transform: translateY(-2px); }
.related-service-choice .card-icon { flex: 0 0 46px; width: 46px; height: 46px; margin: 0; }
.related-service-choice small,
.related-service-choice strong,
.related-service-choice em { display: block; }
.related-service-choice small { color: #65708d; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.related-service-choice strong { margin: 4px 0 8px; line-height: 1.3; }
.related-service-choice em { color: #4b5fc0; font-size: 12px; font-style: normal; font-weight: 800; }

.review-readiness-heading { display: flex; justify-content: space-between; gap: 35px; align-items: end; }
.review-readiness-heading > div { max-width: 800px; }
.review-readiness-heading > strong { padding: 10px 13px; background: #fff1e7; border-radius: 7px; color: #b85b1f; font-size: 12px; white-space: nowrap; }
.review-evidence-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; margin-top: 25px; }
.review-evidence-slot { padding: 20px; background: #f7f8fb; border: 1px dashed #c9cfdd; border-radius: 11px; }
.review-evidence-slot > span { color: #65708d; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.review-evidence-slot > div { margin: 10px 0; color: #abb1c0; letter-spacing: .12em; }
.review-evidence-slot p { margin: 0 0 11px; color: #4f5971; font-size: 12px; line-height: 1.55; }
.review-evidence-slot small { color: #8b6370; font-size: 10px; font-weight: 700; }

.blog-carousel-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 26px; }
.carousel-controls { display: flex; gap: 9px; }
.carousel-controls button { width: 42px; height: 42px; border: 1px solid #ccd2df; border-radius: 50%; background: #fff; color: #243358; cursor: pointer; font-size: 19px; }
.carousel-controls button:hover { border-color: #657bea; color: #4056bc; }
.blog-carousel-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 48px) / 4); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; padding-bottom: 8px; }
.blog-carousel-card { scroll-snap-align: start; overflow: hidden; border: 1px solid #dfe2ea; border-radius: 13px; box-shadow: 0 8px 22px rgba(25,35,68,.05); }
.blog-carousel-card img { display: block; width: 100%; height: 150px !important; min-height: 150px; max-height: 150px; flex: 0 0 150px; object-fit: cover; }
.blog-carousel-card .card-body { display: flex; flex-direction: column; padding: 20px; }
.blog-carousel-card small { color: #5368ca; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.blog-carousel-card h3 { margin: 10px 0; color: #17213d; font-size: 18px; line-height: 1.3; }
.blog-carousel-card p { color: #626c83; font-size: 12px; line-height: 1.55; }
.blog-carousel-card a { margin-top: auto; color: #4056bc; font-size: 12px; font-weight: 800; }

.case-study-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.case-study-card { padding: 26px; background: #fff; border: 1px solid #dfe2ea; border-top: 5px solid #657bea; border-radius: 14px; }
.case-study-card:nth-child(3n + 2) { border-top-color: #16917d; }
.case-study-card:nth-child(3n) { border-top-color: #d56a20; }
.case-status { display: inline-block; margin-bottom: 18px; padding: 6px 9px; background: #fff1e7; border-radius: 5px; color: #a9541d; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.case-study-card h3 { margin: 7px 0 20px; color: #17213d; font-size: 21px; line-height: 1.3; }
.case-study-card h4 { margin: 15px 0 5px; color: #37425e; font-size: 12px; text-transform: uppercase; letter-spacing: .07em; }
.case-study-card p { color: #5f6980; font-size: 13px; line-height: 1.6; }
.case-study-card small { display: block; margin-top: 18px; padding-top: 14px; border-top: 1px solid #e5e7ed; color: #8b6370; line-height: 1.5; }
.article-lead-image { margin: 0 0 38px; overflow: hidden; border-radius: 16px; }
.article-lead-image img { width: 100%; max-height: 520px; object-fit: cover; }
.article-body .wrap { max-width: 900px; }
.article-body h2 { margin: 42px 0 12px; }
.article-byline { margin-top: 18px; font-size: 12px !important; font-weight: 700; }

@media (max-width: 1050px) {
  .review-evidence-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .blog-carousel-track { grid-auto-columns: calc((100% - 32px) / 3); }
  .case-study-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 800px) {
  .service-offer-panel { grid-template-columns: 1fr; gap: 25px; padding: 28px; }
  .related-service-grid { grid-template-columns: 1fr; }
  .review-evidence-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-carousel-track { grid-auto-columns: calc((100% - 16px) / 2); }
}

@media (max-width: 560px) {
  .review-readiness-heading { display: block; }
  .review-readiness-heading > strong { display: inline-block; margin-top: 12px; }
  .review-evidence-grid,
  .case-study-grid { grid-template-columns: 1fr; }
  .blog-carousel-track { grid-auto-columns: 86%; }
  .blog-carousel-heading { align-items: flex-start; }
}
