:root {
  --bg: #fff5df;
  --surface: #fffdf7;
  --ink: #201515;
  --muted: #5c4343;
  --line: #e3c6a1;
  --red: #d81f1f;
  --red-deep: #ac1414;
  --yellow: #f6c61d;
  --yellow-soft: #ffe079;
  --shadow: 0 18px 40px rgba(44, 20, 20, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Sora", sans-serif;
  color: var(--ink);
  line-height: 1.55;
  background: linear-gradient(180deg, #fff8ec 0%, var(--bg) 100%);
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  letter-spacing: -0.01em;
}

p {
  margin: 0;
}

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

.aura {
  position: fixed;
  pointer-events: none;
  z-index: -1;
  border-radius: 999px;
  filter: blur(58px);
  opacity: 0.24;
}

.aura-red {
  width: 30rem;
  height: 30rem;
  background: var(--red);
  top: -10rem;
  right: -6rem;
}

.aura-yellow {
  width: 34rem;
  height: 34rem;
  background: var(--yellow);
  left: -12rem;
  bottom: -15rem;
}

.site-header,
main,
.site-footer {
  width: min(1160px, 93vw);
  margin: 0 auto;
}

.site-header {
  padding: 1.1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 245, 223, 0.9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid transparent;
}

.site-header.scrolled {
  border-bottom-color: rgba(92, 67, 67, 0.25);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 700;
}

.brand-mark {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  background: linear-gradient(145deg, var(--red), #f53b2e);
  color: #fff;
  display: inline-grid;
  place-items: center;
  font-weight: 700;
}

.site-nav {
  display: inline-flex;
  gap: 1.2rem;
  color: var(--muted);
}

.site-nav a {
  font-size: 0.92rem;
  font-weight: 500;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.72rem 1.2rem;
  font-weight: 600;
  transition: transform 170ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-solid {
  background: linear-gradient(145deg, var(--red), #f23f2c);
  color: #fff;
}

.btn-outline,
.btn-ghost {
  border-color: rgba(92, 67, 67, 0.35);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.45);
}

.hero {
  padding: 5.8rem 0 2.6rem;
  max-width: 68ch;
}

.hero h1 {
  font-size: clamp(2.4rem, 7vw, 4.9rem);
  line-height: 0.98;
}

.hero p {
  margin-top: 1.15rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.22rem);
}

.hero-actions {
  margin-top: 1.8rem;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.trust {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1.2rem;
  padding: 2.4rem 0 3.6rem;
}

.trust-text h2 {
  font-size: clamp(1.7rem, 4vw, 2.7rem);
  max-width: 20ch;
}

.trust-text p {
  margin-top: 0.9rem;
  color: var(--muted);
  max-width: 56ch;
}

.logo-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  align-content: center;
}

.logo-row span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  padding: 0.95rem;
  font-weight: 700;
  color: #7a2020;
  text-align: center;
  box-shadow: var(--shadow);
}

.industries {
  padding: 0.4rem 0 3rem;
}

.tab-row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.tab {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  border-radius: 999px;
  font-size: 0.83rem;
  padding: 0.52rem 0.9rem;
  font-weight: 600;
}

.tab.active {
  background: linear-gradient(145deg, var(--red), #e44336);
  border-color: transparent;
  color: #fff;
}

.industry-card {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.industry-copy {
  padding: 1.6rem;
}

.eyebrow {
  color: #9a1f1f;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
  font-weight: 700;
}

.industry-copy h3 {
  margin-top: 0.8rem;
  font-size: clamp(1.45rem, 3.2vw, 2.4rem);
  max-width: 17ch;
}

.industry-copy p {
  margin-top: 0.8rem;
  color: var(--muted);
}

.industry-copy a {
  margin-top: 1.05rem;
  display: inline-flex;
  color: #8f1212;
  font-weight: 700;
}

.industry-visual {
  background: linear-gradient(145deg, #3e1313, #641d1d);
  padding: 1.1rem;
  display: grid;
  gap: 0.8rem;
}

.industry-visual div {
  border-radius: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(130deg, rgba(246, 198, 29, 0.92), rgba(216, 31, 31, 0.92));
}

.split {
  margin: 0.6rem 0 3rem;
  border-radius: 1.1rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.split-image {
  min-height: 340px;
  background:
    linear-gradient(125deg, rgba(246, 198, 29, 0.9), rgba(216, 31, 31, 0.92)),
    linear-gradient(35deg, #211111, #702424);
}

.split-content {
  background: #fff;
  padding: 1.7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.9rem;
}

.split-content h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.7rem);
  max-width: 16ch;
}

.split-content p {
  color: var(--muted);
}

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

.feature-grid article {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

.feature-grid h3 {
  margin-top: 0.8rem;
  font-size: 1.7rem;
}

.feature-grid p {
  margin-top: 0.72rem;
  color: var(--muted);
}

.feature-grid a {
  margin-top: 1.05rem;
  display: inline-flex;
  font-weight: 700;
  color: #8f1212;
}

.updates {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  padding: 1.5rem;
  margin-bottom: 3rem;
  box-shadow: var(--shadow);
}

.updates-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.updates-head h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.updates-head label {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  color: var(--muted);
  font-size: 0.9rem;
}

.update-cards {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.update-cards article {
  border: 1px solid #efd5b8;
  border-radius: 0.9rem;
  background: linear-gradient(145deg, #fffdf7, #fff5e2);
  padding: 1rem;
}

.update-cards h4 {
  font-size: 1.03rem;
}

.update-cards p {
  margin-top: 0.55rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.cta {
  background: linear-gradient(125deg, #3a1212, #611f1f);
  color: #fff;
  border-radius: 1rem;
  padding: clamp(1.5rem, 5vw, 2.4rem);
  margin-bottom: 2.8rem;
  border: 1px solid rgba(246, 198, 29, 0.36);
}

.cta h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  max-width: 17ch;
}

.cta p {
  margin-top: 0.8rem;
  color: rgba(255, 245, 223, 0.88);
  max-width: 60ch;
}

.cta .btn {
  margin-top: 1.2rem;
  background: linear-gradient(145deg, var(--yellow), #f9d74c);
  color: #4a2424;
}

.site-footer {
  border-top: 1px solid rgba(92, 67, 67, 0.22);
  padding: 1.8rem 0 2.4rem;
  display: grid;
  gap: 0.85rem;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 700;
}

.footer-links {
  display: inline-flex;
  gap: 1rem;
  flex-wrap: wrap;
  color: var(--muted);
}

.site-footer p {
  color: var(--muted);
  font-size: 0.9rem;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .site-nav {
    display: none;
  }

  .trust,
  .industry-card,
  .split,
  .feature-grid,
  .update-cards {
    grid-template-columns: 1fr;
  }

  .industry-visual {
    min-height: 230px;
  }
}

@media (max-width: 700px) {
  .site-header {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero {
    padding-top: 3rem;
  }

  .tab-row {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.4rem;
  }

  .tab {
    white-space: nowrap;
  }

  .cta h2 {
    line-height: 1.02;
  }
}
