:root {
  --sl-footer-bg: #07131f;
  --sl-footer-panel: rgba(12, 27, 40, 0.96);
  --sl-footer-line: rgba(255, 255, 255, 0.09);
  --sl-footer-text: #f3eee6;
  --sl-footer-muted: #9badc1;
  --sl-footer-gold: #d8b26a;
}

main > .hero,
main > section.hero,
.page > section.hero {
  width: 100%;
  max-width: none;
  text-align: left;
}

main > .hero .hero-copy,
main > section.hero .hero-copy,
.page > section.hero .hero-copy {
  align-items: flex-start;
  width: 100%;
  max-width: none;
  text-align: left;
}

main > .hero h1,
main > section.hero h1,
.page > section.hero h1 {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  font-size: clamp(2.2rem, 3.6vw, 3.55rem);
  line-height: 1.04;
  text-align: left;
  text-wrap: pretty;
}

main > .hero .hero-copy p,
main > section.hero .hero-copy p,
.page > section.hero .hero-copy p,
main > section.hero > p {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

main > .hero .hero-actions,
main > section.hero .hero-actions,
.page > section.hero .hero-actions {
  justify-content: flex-start;
}

.section-heading {
  display: flex !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  text-align: left !important;
}

.section-heading > div,
.section-heading h2,
.section-heading p,
.marquee-copy,
.marquee-copy h2,
.marquee-copy p,
.compliance-heading,
.compliance-heading h2,
.compliance-heading p {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.section-heading h2,
.marquee-copy h2,
.compliance-heading h2 {
  max-width: none;
  font-size: clamp(1.75rem, 2.65vw, 2.75rem);
  line-height: 1.08;
  text-wrap: pretty;
}

.section-heading p,
.marquee-copy p,
.compliance-heading p {
  max-width: none;
}

.marquee-copy,
.compliance-heading {
  margin-bottom: 1.25rem;
}

.compliance-heading .section-tag,
.section-heading .section-tag {
  margin-right: 0;
  margin-left: 0;
}

.closing-cta,
.company-profile-main {
  justify-items: start !important;
  width: 100%;
  text-align: left !important;
}

.closing-cta h2,
.closing-cta p,
.company-profile-main h3,
.company-profile-main p {
  width: 100%;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  text-align: left !important;
  text-wrap: pretty;
}

.closing-cta .hero-actions {
  justify-content: flex-start;
}

.company-profile-main a {
  justify-self: start !important;
}

.application-access-note {
  margin-top: 1rem !important;
  padding-top: 1rem;
  border-top: 1px solid rgba(216, 178, 106, 0.2);
  color: var(--muted, #9badc1);
  font-size: 0.82rem;
}

.application-access-note strong {
  color: var(--gold, #d8b26a);
}

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

.seo-faq-item {
  overflow: hidden;
  border: 1px solid var(--line, rgba(255, 255, 255, 0.08));
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.025);
}

.seo-faq-item summary {
  position: relative;
  padding: 1.15rem 3.2rem 1.15rem 1.2rem;
  color: var(--text, #f3eee6);
  font-weight: 750;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

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

.seo-faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  color: var(--gold, #d8b26a);
  font-size: 1.35rem;
  transform: translateY(-50%);
}

.seo-faq-item[open] summary::after {
  content: "-";
}

.seo-faq-item p {
  margin: 0;
  padding: 0 1.2rem 1.25rem;
  color: var(--muted, #9badc1);
  font-size: 0.93rem;
  line-height: 1.75;
}

.form-shell h2,
.section-card h2,
.policy-card h2,
.legal-card h2,
.content-card h2 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.2;
}

.sl-site-footer {
  width: 100%;
  margin-top: 3.5rem;
  padding: 0;
  color: var(--sl-footer-text);
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  text-align: left;
}

.sl-footer-panel {
  display: grid;
  grid-template-columns: minmax(17rem, 1.45fr) repeat(3, minmax(9rem, 0.75fr));
  gap: 2.25rem;
  padding: 2.15rem;
  border: 1px solid var(--sl-footer-line);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 5% 0%, rgba(216, 178, 106, 0.12), transparent 31%),
    linear-gradient(145deg, var(--sl-footer-panel), var(--sl-footer-bg));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.sl-footer-brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.sl-footer-brand img {
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 1rem;
  object-fit: cover;
}

.sl-footer-brand strong {
  display: block;
  color: var(--sl-footer-text);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.1;
}

.sl-footer-brand span {
  display: block;
  margin-top: 0.25rem;
  color: var(--sl-footer-gold);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sl-footer-intro p {
  max-width: 31rem;
  margin: 1rem 0 0;
  color: var(--sl-footer-muted);
  font-size: 0.88rem;
  line-height: 1.75;
}

.sl-footer-column {
  display: grid;
  align-content: start;
  gap: 0.66rem;
}

.sl-footer-column h2 {
  margin: 0 0 0.25rem;
  color: var(--sl-footer-gold);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.sl-footer-column a,
.sl-footer-column span {
  color: var(--sl-footer-muted);
  font-size: 0.84rem;
  line-height: 1.55;
  text-decoration: none;
}

.sl-footer-column a:hover {
  color: var(--sl-footer-text);
}

.sl-footer-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0.4rem 0;
  color: var(--sl-footer-muted);
  font-size: 0.8rem;
  line-height: 1.7;
}

.sl-footer-legal nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
}

.sl-footer-legal a {
  color: var(--sl-footer-muted);
  text-decoration: none;
}

@media (max-width: 960px) {
  .sl-footer-panel {
    grid-template-columns: 1fr 1fr;
  }

  .sl-footer-intro {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  main > .hero h1,
  main > section.hero h1,
  .page > section.hero h1 {
    max-width: 100%;
    font-size: clamp(1.9rem, 8.7vw, 2.55rem);
  }

  .seo-faq-grid {
    grid-template-columns: 1fr;
  }

  .sl-site-footer {
    margin-top: 2.5rem;
  }

  .sl-footer-panel {
    grid-template-columns: 1fr;
    gap: 1.55rem;
    padding: 1.35rem;
    border-radius: 1.45rem;
  }

  .sl-footer-intro {
    grid-column: auto;
  }

  .sl-footer-legal {
    align-items: flex-start;
    flex-direction: column;
  }

  .sl-footer-legal nav {
    justify-content: flex-start;
  }
}
