:root {
  --navy: #3a2742;
  --navy-deep: #a61d67;
  --blue: #a61d67;
  --accent: #6288a9;
  --gold: #a61d67;
  --rose-dark: #8f1858;
  --rose-soft: #c44383;
  --text: #25313d;
  --muted: #6c7b88;
  --line: #d9e0e6;
  --bg: #ffffff;
  --panel: #ffffff;
  --panel-alt: #f3f5f7;
  --wrapper: min(1160px, calc(100vw - 2rem));
  --shadow: 0 10px 24px rgba(16, 27, 38, 0.05);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}

a {
  color: var(--blue);
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.wrapper {
  width: var(--wrapper);
  margin: 0 auto;
}

.site-shell {
  min-height: 100vh;
}

.utility-bar {
  background: var(--navy-deep);
  color: #fff3fb;
  font-size: 0.82rem;
}

.utility-bar a {
  color: #fff3fb;
  text-decoration: none;
}

.utility-spacer {
  width: 1px;
  height: 1px;
}

.utility-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.35rem 0.8rem;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.utility-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0;
}

.utility-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0;
}

.utility-item,
.utility-contact > span.utility-item,
.utility-contact > a.utility-item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0 0.9rem;
  min-height: 2rem;
  color: #fff3fb;
}

.utility-icon {
  width: 1.28rem;
  height: 1.28rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex: 0 0 auto;
}

.utility-icon svg,
.utility-social svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.utility-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  min-height: 2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.utility-social:last-of-type {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 10px rgba(16, 27, 38, 0.06);
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 4.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--blue);
  text-decoration: none;
}

.brand-logo {
  width: 270px;
  max-width: 100%;
  height: auto;
}

.brand-title,
h1,
h2,
h3,
blockquote {
  font-family: Georgia, "Times New Roman", serif;
}

.site-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-nav a {
  color: var(--blue);
  text-decoration: none;
  font-size: 0.95rem;
  padding-bottom: 0.45rem;
  border-bottom: 2px solid transparent;
}

.site-nav a.is-active,
.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--blue);
  border-bottom-color: var(--blue);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--navy);
  border-radius: 999px;
  padding: 0.7rem 1rem;
  font: inherit;
}

.hero-banner {
  background:
    linear-gradient(rgba(16, 27, 38, 0.45), rgba(16, 27, 38, 0.45)),
    url("assets/asta-homepage.jpg") center top/cover no-repeat;
  color: #ffffff;
  border-bottom: 1px solid #cfd7de;
}

.hero-banner .button-outline,
.hero-secondary-button {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  border-color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.hero-secondary-button::after {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.hero-banner .button-outline:hover,
.hero-banner .button-outline:focus-visible,
.hero-secondary-button:hover,
.hero-secondary-button:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
}

.hero-grid {
  min-height: 31rem;
  display: grid;
  align-items: center;
  padding: 4.5rem 0;
}

.hero-copy {
  max-width: 48rem;
  padding: 1rem 0 1.75rem;
}

.hero-kicker {
  margin: 0 0 0.75rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.9);
}

.hero-title {
  margin: 0 0 1rem;
  max-width: 16ch;
  color: #ffffff;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  line-height: 1.02;
}

.hero-support {
  margin: 0;
  max-width: 36rem;
  font-size: 1.03rem;
  color: rgba(255, 255, 255, 0.92);
}

.page-intro {
  padding: 2.25rem 0 1rem;
}

h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.12;
}

h2 {
  margin: 0 0 1rem;
  color: var(--navy);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.18;
}

h3 {
  margin-top: 0;
  color: var(--navy);
  font-size: 1.15rem;
}

.lead-copy {
  margin: 0.75rem 0 0;
  max-width: 44rem;
  color: var(--muted);
}

.content-section {
  padding: 2.5rem 0 3rem;
}

.about-page .page-intro {
  padding-bottom: 0.75rem;
}

.about-page .content-section {
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
}

.about-page .content-section + .content-section {
  padding-top: 0.75rem;
}

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

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 2rem;
  align-items: start;
}

.split-section-reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
}

.media-frame,
.service-card,
.resource-card,
.longform-card,
.team-card,
.feature-card,
.contact-form-panel,
.contact-sidebar,
.team-bio-card {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: none;
}

.media-frame {
  overflow: hidden;
}

.media-frame img {
  object-fit: cover;
  aspect-ratio: 3 / 2;
}

.media-frame-soft {
  padding: 0.5rem;
}

.section-heading {
  max-width: 56rem;
  margin-bottom: 1.4rem;
}

.service-grid,
.resource-list,
.feature-grid {
  display: grid;
  gap: 1.5rem;
}

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

.service-card,
.resource-card,
.feature-card {
  padding: 1.25rem 1.25rem 1.1rem;
}

.service-grid-plain .service-card,
.resource-list-plain .resource-card {
  border-top: 3px solid var(--gold);
}

.resource-band {
  width: var(--wrapper);
  margin: 0 auto;
  background: #ffffff;
}

.resource-band img {
  display: block;
  width: 100%;
  height: auto;
}

.resource-section {
  padding-top: 2rem;
}

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

.resource-list-home {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.text-link {
  display: inline-flex;
  margin-top: 0.5rem;
  text-decoration: none;
  font-weight: 700;
}

.contact-card-link {
  display: inline;
  overflow-wrap: anywhere;
  word-break: normal;
}

.contact-email-link {
  white-space: nowrap;
  font-size: 0.97rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid var(--blue);
  background: var(--blue);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}

.button:hover,
.button:focus-visible {
  background: var(--rose-dark);
}

.button-secondary {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.button-outline {
  background: transparent;
  color: var(--blue);
}

.process-section .section-heading {
  margin-bottom: 0;
}

.contact-strip {
  padding: 3rem 0;
  background: #dcebd2;
}

.contact-shell {
  display: block;
}

.contact-form-panel,
.contact-sidebar {
  padding: 1.5rem;
}

.contact-form-panel {
  max-width: 780px;
  margin: 0 auto;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.contact-form-panel h2 {
  margin-bottom: 1.2rem;
}

.contact-form label {
  color: #1f2f1a;
}

.text-panel-wide {
  max-width: 100%;
}

.info-panel {
  border-top: 3px solid var(--gold);
  background: #fafbfc;
  padding: 1.25rem 1.35rem;
}

.media-frame-plain {
  background: transparent;
  border: 0;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

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

.contact-form label {
  display: grid;
  gap: 0.45rem;
  font-size: 0.95rem;
  color: var(--navy);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #c7d1d8;
  background: #ffffff;
  padding: 0.8rem 0.9rem;
  font: inherit;
  color: var(--text);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(98, 136, 169, 0.2);
  border-color: var(--accent);
}

.contact-form button[disabled] {
  opacity: 0.72;
  cursor: wait;
}

.contact-form-tools {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

.turnstile-shell {
  overflow-x: auto;
}

.contact-form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.form-response {
  display: none;
  margin: 0.95rem 0 0;
  padding: 0.85rem 0.95rem;
  border: 1px solid var(--line);
  font-size: 0.94rem;
}

.form-response.is-pending,
.form-response.is-error,
.form-response.is-success {
  display: block;
}

.form-response.is-pending {
  background: #fff8e8;
  border-color: #e6d7ab;
  color: #5d4b17;
}

.form-response.is-error {
  background: #fff1f2;
  border-color: #efc2c8;
  color: #7f1d1d;
}

.form-response.is-success {
  background: #eefaf2;
  border-color: #c8e2ce;
  color: #215b2d;
}

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

.link-list {
  margin: 0;
  padding-left: 1.2rem;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.link-list li + li {
  margin-top: 0.35rem;
}

.longform-stack {
  display: grid;
  gap: 1.5rem;
}

.longform-card {
  padding: 1.75rem;
}

blockquote {
  margin: 1.25rem 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid var(--gold);
  background: #f8fafc;
  color: var(--navy);
  font-size: 1.05rem;
}

.about-hero {
  display: block;
}

.team-bio-card {
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
}

.team-bio-media {
  align-self: start;
}

.team-bio-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid var(--line);
}

.certificate-panel {
  align-self: start;
  padding: 1.15rem;
  background: #ffffff;
  border: 1px solid var(--line);
}

.credentials-section {
  padding-top: 0;
}

.certificate-panel h3 {
  margin-bottom: 0.45rem;
}

.certificate-panel p {
  margin: 0 0 0.95rem;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.certificate-panel-wide {
  padding: 1.35rem 1.5rem 1.5rem;
}

.certificate-panel-wide p {
  max-width: 62rem;
}

.certificate-preview-grid {
  display: grid;
  gap: 0.85rem;
}

.certificate-panel-wide .certificate-preview-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.certificate-preview-grid img {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 1px solid var(--line);
}

.values-panel {
  padding: 1.55rem;
  background: #ffffff;
  border: 1px solid var(--line);
}

.values-panel .section-heading {
  margin-bottom: 1.2rem;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.value-card {
  padding: 1.15rem 1.2rem;
  background: #ffffff;
  border: 1px solid var(--line);
}

.value-card h3 {
  margin-bottom: 0.45rem;
}

.value-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 290px));
  gap: 1.5rem;
  justify-content: start;
}

.team-card {
  justify-self: start;
}

.team-card img {
  width: 100%;
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
}

.team-card-body {
  padding: 1rem 1.15rem 1.2rem;
}

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

.site-footer {
  background: var(--navy-deep);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr) minmax(0, 0.9fr);
  gap: 1.5rem;
  padding: 1.15rem 0 0.8rem;
  align-items: start;
}

.footer-panel {
  position: relative;
  padding: 0;
  background: none;
  border: 0;
}

.footer-panel:not(:first-child) {
  padding-left: 1.45rem;
}

.footer-panel:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  bottom: 0.2rem;
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.footer-panel h3 {
  margin: 0 0 0.45rem;
  color: #ffffff;
  font-size: 0.98rem;
  letter-spacing: 0.02em;
}

.footer-panel p {
  margin: 0 0 0.4rem;
  color: #fff3fb;
  font-size: 0.88rem;
  line-height: 1.45;
}

.footer-panel p:last-child {
  margin-bottom: 0;
}

.footer-link-list {
  margin: 0;
  padding-left: 1.1rem;
  color: #fff3fb;
  font-size: 0.88rem;
}

.footer-link-list li + li {
  margin-top: 0.16rem;
}

.footer-link-list a,
.footer-panel a {
  color: #ffffff;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 3px;
  background: var(--blue);
  color: #ffffff;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.footer-social-link svg {
  display: block;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.footer-social-link[aria-label="Facebook"] {
  background: #1877f2;
}

.footer-social-link[aria-label="Facebook"] svg {
  width: 1.28rem;
  height: 1.28rem;
}

.footer-social-link[aria-label="LinkedIn"] {
  background: #0a66c2;
}

.footer-social-link[aria-label="LinkedIn"] svg {
  width: 1.28rem;
  height: 1.28rem;
}

.footer-social-link[aria-label="YouTube"] {
  background: #ff0000;
}

.footer-social-link[aria-label="YouTube"] svg {
  width: 1.04rem;
  height: 1.04rem;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  box-shadow: 0 3px 10px rgba(16, 27, 38, 0.16);
  transform: translateY(-1px);
  filter: brightness(0.96);
}

.homepage-v2 .hero-banner-v2 {
  background:
    linear-gradient(90deg, rgba(24, 32, 42, 0.82) 0%, rgba(24, 32, 42, 0.74) 42%, rgba(24, 32, 42, 0.4) 72%, rgba(24, 32, 42, 0.16) 100%),
    url("assets/asta-homepage.jpg") center center/cover no-repeat;
}

.homepage-v2 .hero-grid-v2 {
  min-height: 36rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
  padding: 4.4rem 0 4.6rem;
}

.homepage-v2 .hero-copy-v2 {
  max-width: 42rem;
}

.homepage-v2 .hero-kicker-v2 {
  margin: 0 0 1rem;
  color: #f8dbe9;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.homepage-v2 .hero-title-v2 {
  margin: 0;
  max-width: 11ch;
  color: #ffffff;
  font-size: clamp(2.8rem, 6vw, 4.9rem);
  line-height: 0.97;
}

.homepage-v2 .hero-support-v2 {
  margin: 1.25rem 0 0;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.13rem;
}

.homepage-v2 .hero-note-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem 1.1rem;
  margin: 1.55rem 0 0;
  padding: 0;
  list-style: none;
}

.homepage-v2 .hero-note-list li {
  position: relative;
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.97rem;
}

.homepage-v2 .hero-note-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: #d78cb2;
}

.homepage-v2 .button-row-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.homepage-v2 .trust-strip-v2 {
  border-top: 1px solid #ead8e2;
  border-bottom: 1px solid #ead8e2;
  background: #fffafd;
}

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

.homepage-v2 .trust-item {
  padding: 1.15rem 1rem;
  text-align: center;
  border-right: 1px solid #ead8e2;
}

.homepage-v2 .trust-item:last-child {
  border-right: 0;
}

.homepage-v2 .trust-value {
  display: block;
  color: var(--navy-deep);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.1;
}

.homepage-v2 .trust-label {
  display: block;
  margin-top: 0.28rem;
  color: #556575;
  font-size: 0.89rem;
}

.homepage-v2 .section-intro-v2 {
  max-width: 48rem;
  margin-bottom: 1.4rem;
}

.homepage-v2 .section-intro-v2 h2 {
  margin-bottom: 0.65rem;
}

.homepage-v2 .fit-grid-v2,
.homepage-v2 .proof-grid-v2,
.homepage-v2 .steps-grid-v2 {
  display: grid;
  gap: 1.35rem;
}

.homepage-v2 .fit-grid-v2,
.homepage-v2 .proof-grid-v2 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.homepage-v2 .who-help-layout-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.84fr);
  gap: 1.6rem;
  align-items: start;
}

.homepage-v2 .steps-grid-v2 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.homepage-v2 .process-graphic-v2 {
  margin-top: 1.5rem;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #e8dbe2;
}

.homepage-v2 .process-graphic-v2 img {
  display: block;
  width: 100%;
  height: auto;
}

.homepage-v2 .fit-card-v2,
.homepage-v2 .proof-card-v2,
.homepage-v2 .step-card-v2 {
  padding: 1.5rem 1.45rem;
  background: #ffffff;
  border: 1px solid #e8dbe2;
}

.homepage-v2 .fit-card-v2 h3,
.homepage-v2 .proof-card-v2 h3,
.homepage-v2 .step-card-v2 h3 {
  margin: 0 0 0.45rem;
  color: var(--navy);
}

.homepage-v2 .fit-card-v2 p,
.homepage-v2 .proof-card-v2 p,
.homepage-v2 .step-card-v2 p {
  margin: 0;
  color: #5a6978;
}

.homepage-v2 .step-number-v2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  background: #f4dbe8;
  color: var(--navy-deep);
  font-weight: 700;
}

.homepage-v2 .faq-list-v2 {
  display: grid;
  gap: 0.95rem;
}

.homepage-v2 .faq-item-v2 {
  background: #ffffff;
  border: 1px solid #e8dbe2;
}

.homepage-v2 .faq-item-v2 summary {
  position: relative;
  padding: 1.1rem 3.1rem 1.1rem 1.35rem;
  color: var(--navy);
  font-size: 1.03rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.homepage-v2 .faq-item-v2 summary::-webkit-details-marker {
  display: none;
}

.homepage-v2 .faq-item-v2 summary::after {
  content: "+";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  color: var(--blue);
  font-size: 1.4rem;
  font-weight: 400;
  transform: translateY(-52%);
}

.homepage-v2 .faq-item-v2[open] summary::after {
  content: "\2212";
}

.homepage-v2 .faq-item-v2 p {
  margin: 0;
  padding: 0 1.35rem 1.2rem;
  color: #556575;
}

.homepage-v2 .support-visual-v2 {
  overflow: hidden;
  border: 1px solid #e8dbe2;
  background: #ffffff;
}

.homepage-v2 .support-visual-v2 img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 4.5;
  object-fit: cover;
}

.homepage-v2 .support-visual-copy-v2 {
  padding: 1.15rem 1.2rem 1.25rem;
}

.homepage-v2 .support-visual-copy-v2 p:last-child {
  margin: 0;
  color: #556575;
}

.homepage-v2 .advisor-split-v2 {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.6rem;
  align-items: center;
}

.homepage-v2 .advisor-photo-v2 {
  overflow: hidden;
  border: 1px solid #e8dbe2;
}

.homepage-v2 .advisor-photo-v2 img {
  aspect-ratio: 4 / 4.4;
  object-fit: cover;
}

.homepage-v2 .advisor-copy-v2 {
  max-width: 38rem;
}

.homepage-v2 .advisor-copy-v2 h2 {
  margin-bottom: 0.65rem;
}

.homepage-v2 .advisor-copy-v2 p {
  color: #556575;
}

.homepage-v2 .lead-magnet-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(16rem, 0.75fr);
  gap: 1.6rem;
  align-items: center;
  padding: 1.85rem 1.8rem;
  border: 1px solid #e8dbe2;
  background: linear-gradient(135deg, #fffafd 0%, #f8fbf4 100%);
}

.homepage-v2 .lead-magnet-copy-v2 h2 {
  margin-bottom: 0.7rem;
}

.homepage-v2 .lead-magnet-copy-v2 > p:last-of-type {
  margin-bottom: 0.9rem;
  color: #556575;
}

.homepage-v2 .lead-magnet-list-v2 {
  margin: 0;
  padding-left: 1.2rem;
  color: #556575;
}

.homepage-v2 .lead-magnet-list-v2 li + li {
  margin-top: 0.32rem;
}

.homepage-v2 .lead-magnet-actions-v2 {
  display: grid;
  gap: 0.8rem;
  justify-items: start;
}

.homepage-v2 .lead-magnet-secondary-v2 {
  border-color: rgba(166, 29, 103, 0.34);
  color: var(--blue);
}

.homepage-v2 .lead-magnet-secondary-v2:hover,
.homepage-v2 .lead-magnet-secondary-v2:focus-visible {
  background: rgba(166, 29, 103, 0.08);
}

.homepage-v2 .cta-band-v2 {
  background: linear-gradient(135deg, #fdf5f9 0%, #fffafb 100%);
  border-top: 1px solid #ead8e2;
  border-bottom: 1px solid #ead8e2;
}

.homepage-v2 .cta-band-inner-v2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem 0;
}

.homepage-v2 .cta-band-copy-v2 h2 {
  margin: 0 0 0.35rem;
}

.homepage-v2 .cta-band-copy-v2 p {
  margin: 0;
  color: #5a6978;
}

.floating-broker-check {
  position: fixed;
  right: 4.35rem;
  bottom: 4.55rem;
  z-index: 39;
  display: inline-block;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  line-height: 0;
  text-decoration: none;
}

.floating-broker-check-logo {
  display: block;
  min-width: 126px;
  max-width: 252px;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 12px rgba(15, 23, 32, 0.14);
  border-radius: 4px;
}

.scroll-top {
  position: fixed;
  right: 0.95rem;
  bottom: 4.55rem;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.9rem;
  height: 2.9rem;
  border: 0;
  border-radius: 3px;
  background: #a61d67;
  color: #ffffff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  box-shadow: 0 4px 12px rgba(15, 23, 32, 0.16);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
}

.scroll-top-icon {
  display: inline-block;
  width: 0.82rem;
  height: 0.82rem;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
  transform: rotate(45deg) translate(2px, 2px);
}

.scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-top:hover,
.scroll-top:focus-visible {
  background: #8f1858;
}

.footer-copy {
  padding: 0.75rem 0 2.45rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff3fb;
  font-size: 0.8rem;
}

.footer-copy p {
  margin: 0 0 0.55rem;
  max-width: 76rem;
  line-height: 1.4;
}

.footer-copy a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.blog-shell {
  display: grid;
  gap: 2rem;
}

.blog-simple-shell {
  display: grid;
  gap: 1.5rem;
}

.blog-section {
  padding: 1.5rem;
  background: #ffffff;
  border: 1px solid var(--line);
}

.blog-section h2 {
  margin-bottom: 0.85rem;
}

.section-heading {
  margin-bottom: 1.2rem;
}

.section-heading p:last-child,
.simple-post p:last-child,
.archive-entry p:last-child {
  margin-bottom: 0;
}

.simple-post-list {
  display: grid;
  gap: 1rem;
}

.simple-post + .simple-post,
.archive-entry + .archive-entry {
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.simple-post h3,
.archive-entry h3 {
  margin-bottom: 0.45rem;
}

.archive-actions {
  margin: 1.2rem 0 0;
}

.archive-entry {
  scroll-margin-top: 10rem;
}

.featured-article {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 1.5rem;
  align-items: stretch;
}

.featured-article-card,
.blog-card,
.blog-sidebar-panel,
.article-body,
.article-sidebar-panel,
.article-cta {
  background: #ffffff;
  border: 1px solid var(--line);
}

.featured-article-copy,
.article-body,
.blog-sidebar-panel,
.article-sidebar-panel,
.article-cta,
.blog-card-body {
  padding: 1.5rem;
}

.featured-article-copy {
  display: grid;
  align-content: center;
}

.featured-article-media img {
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.8rem;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.blog-title-link {
  color: var(--navy);
  text-decoration: none;
}

.blog-title-link:hover,
.blog-title-link:focus-visible {
  color: var(--blue);
}

.post-meta {
  margin: 0 0 0.8rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 0;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.2rem 0.7rem;
  background: #f7edf4;
  border: 1px solid #ead4df;
  color: var(--blue);
  font-size: 0.84rem;
  text-decoration: none;
}

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

.blog-list {
  display: grid;
  gap: 1.25rem;
}

.blog-card {
  overflow: hidden;
}

.blog-card-grid {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
}

.blog-card-media img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.blog-card-body h2,
.blog-card-body h3 {
  margin-bottom: 0.6rem;
}

.blog-card-body p:last-child,
.blog-sidebar-panel p:last-child,
.article-sidebar-panel p:last-child,
.article-cta p:last-child {
  margin-bottom: 0;
}

.blog-sidebar-panel h3,
.article-sidebar-panel h3,
.article-cta h3 {
  margin-bottom: 0.8rem;
}

.sidebar-list {
  margin: 0;
  padding-left: 1.1rem;
}

.sidebar-list li + li {
  margin-top: 0.45rem;
}

.article-header {
  padding: 2.25rem 0 1rem;
}

.article-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  margin: 0 0 1rem;
}

.article-meta-row .post-meta {
  margin: 0;
}

.article-read-time {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1.5rem;
  align-items: start;
}

.article-body h2 {
  margin-top: 2rem;
}

.article-body h3 {
  margin-top: 1.4rem;
}

.article-body p,
.article-body ul,
.article-body ol {
  margin: 0 0 1rem;
}

.article-body ul,
.article-body ol {
  padding-left: 1.25rem;
}

.article-body blockquote {
  margin: 1.4rem 0;
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--blue);
  background: #faf5f8;
  color: var(--navy);
}

.article-title {
  margin-bottom: 0.7rem;
  max-width: 22ch;
}

.article-intro {
  max-width: 48rem;
  color: var(--muted);
  font-size: 1.02rem;
}

.article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.25rem;
}

.article-cta {
  margin-top: 1.5rem;
}

.article-back {
  display: inline-flex;
  margin-bottom: 1rem;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .utility-bar-inner,
  .split-section,
  .split-section-reverse,
  .about-hero,
  .team-bio-card,
  .featured-article,
  .blog-layout,
  .article-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .header-main {
    display: grid;
    padding: 1rem 0;
  }

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

  .homepage-v2 .hero-grid-v2,
  .homepage-v2 .advisor-split-v2,
  .homepage-v2 .who-help-layout-v2,
  .homepage-v2 .fit-grid-v2,
  .homepage-v2 .proof-grid-v2,
  .homepage-v2 .steps-grid-v2,
  .homepage-v2 .lead-magnet-v2,
  .homepage-v2 .trust-strip-grid {
    grid-template-columns: 1fr;
  }

  .homepage-v2 .trust-item {
    border-right: 0;
    border-bottom: 1px solid #ead8e2;
  }

  .homepage-v2 .trust-item:last-child {
    border-bottom: 0;
  }

  .certificate-panel-wide .certificate-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .homepage-v2 .cta-band-inner-v2 {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .footer-panel:not(:first-child) {
    padding-left: 0;
    padding-top: 0.7rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .footer-panel:not(:first-child)::before {
    display: none;
  }
}

@media (max-width: 760px) {
  .utility-bar {
    display: none;
  }

  .site-header {
    box-shadow: 0 1px 6px rgba(16, 27, 38, 0.08);
  }

  .header-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    min-height: 0;
    padding: 0.65rem 0;
  }

  .utility-contact {
    justify-content: flex-start;
    gap: 0.35rem 0;
  }

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

  .homepage-v2 .hero-banner-v2 {
    background:
      linear-gradient(90deg, rgba(24, 32, 42, 0.84) 0%, rgba(24, 32, 42, 0.72) 46%, rgba(24, 32, 42, 0.34) 72%, rgba(24, 32, 42, 0.08) 100%),
      url("assets/asta-homepage.jpg") 76% center/cover no-repeat;
  }

  .homepage-v2 .hero-grid-v2 {
    min-height: 0;
    padding: 2.7rem 0;
  }

  .homepage-v2 .hero-title-v2 {
    max-width: 10.5ch;
    font-size: clamp(2.35rem, 9.2vw, 3.6rem);
    line-height: 0.98;
  }

  .homepage-v2 .hero-support-v2 {
    margin-top: 1rem;
    font-size: 1rem;
  }

  .homepage-v2 .hero-note-list {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    margin-top: 1.15rem;
  }

  .homepage-v2 .hero-note-list li {
    font-size: 0.93rem;
  }

  .utility-item,
  .utility-contact > span.utility-item,
  .utility-contact > a.utility-item {
    padding-left: 0;
  }

  .floating-broker-check {
    right: 3.85rem;
    bottom: 1rem;
  }

  .floating-broker-check-logo {
    min-width: 104px;
    max-width: 172px;
  }

  .scroll-top {
    right: 0.75rem;
    bottom: 1rem;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-self: end;
    padding: 0.52rem 0.85rem;
    font-size: 0.92rem;
  }

  .site-nav {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 0.25rem;
    padding: 0.9rem 0 0.35rem;
    border-top: 1px solid var(--line);
    max-height: calc(100vh - 5.5rem);
    overflow-y: auto;
    background: #ffffff;
  }

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

  .nav-parent {
    width: 100%;
    display: grid;
    gap: 0.35rem;
  }

  .nav-dropdown {
    position: static;
    display: block;
    min-width: 0;
    padding: 0.2rem 0 0 0.8rem;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .nav-dropdown a {
    padding: 0.2rem 0;
  }

  .site-nav a {
    padding-bottom: 0.2rem;
  }

  .hero-grid {
    min-height: 19rem;
    padding: 2.85rem 0;
  }

  .service-grid,
  .team-grid,
  .feature-grid,
  .form-grid,
  .values-grid,
  .certificate-panel-wide .certificate-preview-grid {
    grid-template-columns: 1fr;
  }

  .contact-email-link {
    white-space: normal;
    font-size: 1rem;
  }

  .team-bio-card {
    padding: 1rem;
  }

  .team-bio-media {
    max-width: 340px;
  }

  .brand-logo {
    width: 188px;
  }
}
