:root {
  --principal: #0c4651;
  --petroleo: #0d2b33;
  --petroleo-2: #104a4c;
  --lime: #e6ff2a;
  --lime-2: #d9f600;
  --green: #008a5c;
  --teal-support: #2a6b73;
  --white: #ffffff;
  --off-white: #f6f7f8;
  --graphite: #0f1419;
  --muted: #c4d8dc;
  --line: rgba(255, 255, 255, 0.24);
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
  --radius: 14px;
  --container-pad: clamp(18px, 3vw, 44px);
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  scrollbar-color: var(--teal-support) var(--petroleo);
  scrollbar-width: thin;
}

*::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}

*::-webkit-scrollbar-track {
  background: var(--petroleo);
}

*::-webkit-scrollbar-thumb {
  border: 3px solid var(--petroleo);
  border-radius: 999px;
  background: var(--teal-support);
}

::selection {
  color: var(--principal);
  background: var(--lime);
}

body {
  margin: 0;
  font-family: "Montserrat", "Roboto", Arial, sans-serif;
  color: var(--white);
  background: var(--petroleo);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

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

a {
  color: inherit;
}

input,
select,
textarea {
  caret-color: var(--green);
}

:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 2000;
  transform: translateY(-140%);
  background: var(--lime);
  color: var(--principal);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container-xxl {
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}

.public-header {
  z-index: 1100;
  color: var(--white);
  background: rgba(12, 70, 81, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  transition: background 200ms ease, box-shadow 200ms ease;
}

.public-header.is-scrolled {
  background: rgba(5, 38, 45, 0.97);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.public-header .navbar {
  width: 100%;
  min-height: 76px;
  padding-block: 0.45rem;
  background: transparent !important;
}

.public-header__inner {
  display: flex;
  align-items: center;
}

.public-header .navbar-brand {
  flex: 0 0 auto;
  margin-right: clamp(1rem, 3vw, 3rem);
}

.public-header .navbar-brand img {
  display: block;
  width: 134px;
}

.public-header .navbar-collapse {
  align-items: center;
}

.public-header .navbar-nav {
  gap: clamp(0.05rem, 0.5vw, 0.42rem);
}

.public-header .navbar-nav .nav-item {
  padding: 0 15px;
}

.public-header .navbar-dark .navbar-nav .nav-link {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0.62rem clamp(0.5rem, 0.8vw, 0.82rem);
  color: var(--white);
  font-size: clamp(0.76rem, 0.8vw, 0.86rem);
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  text-decoration: none;
  transition: color 160ms ease;
}

.public-header .navbar-dark .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  right: 0.65rem;
  bottom: 0.28rem;
  left: 0.65rem;
  height: 2px;
  border-radius: 999px;
  background: var(--lime);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms var(--ease-out-quart);
}

.public-header .navbar-dark .navbar-nav .nav-link:hover,
.public-header .navbar-dark .navbar-nav .nav-link:focus,
.public-header .navbar-dark .navbar-nav .nav-link.active {
  color: var(--lime);
}

.public-header .navbar-dark .navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

.public-header .navbar-collapse > .navbar-nav:last-child {
  margin: 0 0 0 clamp(0.55rem, 1vw, 1.1rem);
}

.public-header .navbar-toggler {
  width: 48px;
  height: 48px;
  padding: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 9px;
  box-shadow: none;
}

.btn {
  border-radius: 11px;
  font-weight: 800;
  border-width: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 46px;
  padding: 0.75rem 1.08rem;
  transition:
    transform 180ms var(--ease-out-quart),
    box-shadow 180ms var(--ease-out-quart),
    background-color 180ms var(--ease-out-quart),
    border-color 180ms var(--ease-out-quart),
    color 180ms var(--ease-out-quart);
}

.btn-lg {
  min-height: 58px;
  padding-inline: 1.35rem;
}

.btn-lime,
.btn-register {
  background: var(--lime);
  color: var(--principal) !important;
  border-color: var(--lime);
}

.public-header .btn-register {
  min-height: 46px;
  padding: 0.72rem 1.08rem;
  border-radius: 11px;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}

.btn-lime:hover,
.btn-lime:focus,
.btn-register:hover,
.btn-register:focus {
  background: var(--lime-2);
  border-color: var(--lime-2);
  color: var(--principal) !important;
  transform: translateY(-2px) scale(1.015);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.btn-outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.03);
}

.btn-outline-light:hover,
.btn-outline-light:focus {
  background: #fff;
  color: var(--principal);
  border-color: #fff;
  transform: translateY(-2px);
}

.hero-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(3, 35, 43, 0.96), rgba(6, 57, 69, 0.83) 44%, rgba(5, 38, 46, 0.64)),
    url("site-assets/banner-image.webp") center top / cover no-repeat;
  min-height: calc(100svh - 76px);
  padding: clamp(28px, 4vw, 48px) 0 clamp(18px, 3vw, 34px);
}

.hero-section__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 48% 22%, rgba(230, 255, 42, 0.2), transparent 16%),
    linear-gradient(180deg, rgba(4, 42, 49, 0.12), rgba(4, 35, 43, 0.95));
  pointer-events: none;
}

.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.68;
  mix-blend-mode: screen;
}

.hero-section__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(380px, 1.02fr);
  gap: clamp(22px, 3.5vw, 42px);
  align-items: center;
}

.section-pill {
  width: max-content;
  max-width: 100%;
  color: var(--lime);
  border: 1px solid var(--lime);
  border-radius: 9px;
  padding: 0.48rem 0.9rem;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.2;
  background: rgba(4, 57, 65, 0.66);
  box-shadow: 0 0 0 rgba(230, 255, 42, 0);
  transition: box-shadow 240ms var(--ease-out-quart), transform 240ms var(--ease-out-quart);
}

.section-pill:hover {
  box-shadow: 0 0 22px rgba(230, 255, 42, 0.14);
  transform: translateY(-1px);
}

.hero-copy h1,
.section-heading h2,
.pricing-heading h2,
.demo-copy h2,
.final-cta h2 {
  text-wrap: balance;
  letter-spacing: 0;
}

.hero-copy h1 {
  margin: 1.1rem 0 0.9rem;
  font-size: clamp(2.35rem, 3.75vw, 3.45rem);
  line-height: 1.03;
  font-weight: 900;
  max-width: 760px;
}

.hero-title-line {
  display: block;
}

.hero-title-line--accent {
  color: var(--lime);
}

.section-heading h2 span,
.pricing-heading h2 span,
.demo-copy h2 span,
.final-cta h2 span,
.control-panel h3 span {
  color: var(--lime);
}

.hero-copy p {
  max-width: 62ch;
  color: #f1fbfd;
  font-size: clamp(0.96rem, 1.15vw, 1.06rem);
  margin-bottom: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.85rem;
  margin-top: 1.35rem;
}

.hero-actions .btn {
  white-space: nowrap;
}

.hero-actions .btn-lg {
  min-height: 52px;
  padding-inline: 1.05rem;
}

.organizer-note {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.2rem;
  max-width: 480px;
}

.organizer-note p {
  margin: 0;
  font-size: 0.86rem;
  color: #e8f6f8;
}

.avatar-stack {
  display: flex;
  isolation: isolate;
}

.avatar-stack span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
  background:
    radial-gradient(circle at 55% 35%, #fff 0 12%, transparent 13%),
    linear-gradient(135deg, #146d6b, #e6ff2a);
}

.avatar-stack span:first-child {
  margin-left: 0;
}

.hero-visual {
  position: relative;
  min-height: 450px;
}

.hero-visual__dashboard {
  position: absolute;
  right: 0;
  top: 36px;
  width: min(640px, 91%);
  filter: drop-shadow(0 26px 55px rgba(0, 0, 0, 0.34));
  transform: rotate(-2deg);
  will-change: transform;
}

.hero-visual__badge {
  position: absolute;
  right: 2%;
  top: 0;
  width: min(190px, 30%);
  transform: rotate(8deg);
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.35));
  will-change: transform;
}

.hero-visual__participant {
  position: absolute;
  left: 0;
  bottom: 24px;
  width: min(330px, 44%);
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.28));
  will-change: transform;
}

.credential-card {
  position: absolute;
  right: 2%;
  bottom: 18px;
  width: min(260px, 41%);
  padding: 0.88rem;
  border: 1px solid rgba(230, 255, 42, 0.78);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(5, 48, 57, 0.94), rgba(13, 85, 81, 0.92));
  box-shadow: 0 10px 8px rgba(0, 0, 0, 0.18);
  will-change: transform;
}

.credential-card i {
  color: var(--lime);
  font-size: 1.45rem;
}

.credential-card strong,
.credential-card span {
  display: block;
}

.credential-card strong {
  color: var(--lime);
  margin-top: 0.35rem;
}

.credential-card span {
  color: #e9f5f6;
  font-size: 0.9rem;
}

.feature-rail {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  margin-top: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(5, 48, 57, 0.66);
  backdrop-filter: blur(8px);
}

.feature-rail div {
  min-height: 116px;
  padding: 1rem 0.8rem;
  display: grid;
  align-content: center;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  transition: background-color 220ms var(--ease-out-quart), transform 220ms var(--ease-out-quart);
}

.feature-rail div:hover {
  background: rgba(230, 255, 42, 0.055);
  transform: translateY(-2px);
}

.feature-rail div:last-child {
  border-right: 0;
}

.feature-rail i {
  color: var(--lime);
  font-size: 1.7rem;
  margin-bottom: 0.42rem;
}

.feature-rail strong {
  font-size: 1rem;
}

.feature-rail span {
  color: #d9ebef;
  font-size: 0.82rem;
}

.cta-strip,
.final-cta {
  background: linear-gradient(90deg, #07333b, #0d4a51 52%, #07323b);
  border-top: 1px solid rgba(230, 255, 42, 0.18);
  border-bottom: 1px solid rgba(230, 255, 42, 0.18);
}

.cta-strip__inner,
.final-cta__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.target-mark {
  width: 74px;
  height: 74px;
  position: relative;
  display: inline-block;
  border: 6px solid var(--lime);
  border-radius: 50%;
  flex: 0 0 auto;
}

.target-mark::before,
.target-mark::after,
.target-mark i {
  content: "";
  position: absolute;
  display: block;
}

.target-mark::before {
  inset: 12px;
  border: 5px solid var(--lime);
  border-radius: 50%;
}

.target-mark::after {
  width: 32px;
  height: 6px;
  right: -12px;
  top: 9px;
  border-radius: 999px;
  background: var(--lime);
  transform: rotate(-45deg);
}

.target-mark i {
  width: 14px;
  height: 14px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background: var(--lime);
  transform: translate(-50%, -50%);
}

.cta-strip p {
  margin: 0;
  font-size: clamp(1.05rem, 1.7vw, 1.45rem);
  color: #f7fbfc;
}

.cta-strip p span {
  display: block;
  color: #d9edf0;
}

.section-block {
  padding: clamp(58px, 7vw, 108px) 0;
}

.resources-section {
  background:
    linear-gradient(rgba(4, 40, 48, 0.92), rgba(6, 55, 62, 0.96)),
    url("site-assets/banner-image.webp") center / cover no-repeat;
}

.section-heading {
  max-width: 850px;
  margin-bottom: clamp(28px, 4vw, 46px);
}

.section-heading--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.48fr);
  gap: clamp(24px, 4vw, 70px);
  align-items: end;
}

.section-heading h2,
.pricing-heading h2,
.demo-copy h2,
.final-cta h2 {
  margin: 1rem 0 0;
  font-size: clamp(2rem, 4vw, 4.25rem);
  line-height: 1.08;
  font-weight: 900;
}

.section-heading p,
.pricing-heading p,
.demo-copy p,
.faq-intro p,
.final-cta p {
  color: #d8eaed;
  margin-top: 1rem;
  max-width: 66ch;
}

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

.resource-card {
  min-height: 355px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  padding: clamp(1rem, 2vw, 1.45rem);
  background: linear-gradient(145deg, rgba(4, 55, 64, 0.84), rgba(10, 77, 78, 0.58));
  overflow: hidden;
  transition: transform 240ms var(--ease-out-quart), border-color 240ms var(--ease-out-quart), background-color 240ms var(--ease-out-quart);
}

.resource-card:hover {
  transform: translateY(-3px);
  border-color: rgba(230, 255, 42, 0.48);
}

.resource-card > i {
  color: var(--lime);
  font-size: 2.45rem;
}

.resource-card h3 {
  margin: 0.8rem 0 0.35rem;
  font-size: 1.35rem;
  font-weight: 900;
}

.resource-card p {
  color: #d7ebee;
  min-height: 3.1rem;
}

.resource-card img {
  display: block;
  margin-top: auto;
  padding-top: 1rem;
  width: 100%;
  height: 170px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.2));
}

.resource-card__illustration--generated {
  height: 195px !important;
}

.capabilities-panel {
  margin-top: clamp(26px, 4vw, 46px);
  border: 1px solid rgba(230, 255, 42, 0.32);
  border-radius: 16px;
  padding: clamp(1.1rem, 3vw, 1.8rem);
  background: linear-gradient(135deg, rgba(4, 48, 58, 0.88), rgba(6, 77, 73, 0.64));
}

.capabilities-panel__intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 44px);
  align-items: end;
  margin-bottom: 1.4rem;
}

.capabilities-panel__intro h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.6vw, 2.55rem);
  line-height: 1.12;
  font-weight: 900;
  text-wrap: balance;
}

.capabilities-panel__intro p {
  margin: 0;
  color: #d8eaed;
}

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

.capabilities-list div {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  color: #edf7f8;
  font-size: 0.94rem;
  line-height: 1.35;
}

.capabilities-list i {
  color: var(--lime);
  flex: 0 0 auto;
  margin-top: 0.1rem;
}

.capabilities-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.3rem;
}

.capabilities-notes span {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  border-radius: 10px;
  padding: 0.78rem 0.85rem;
  background: rgba(255, 255, 255, 0.08);
  color: #e6f4f6;
  font-size: 0.86rem;
}

.capabilities-notes i {
  color: var(--lime);
  flex: 0 0 auto;
}

.compare-section {
  padding: clamp(50px, 7vw, 94px) 0;
  background: radial-gradient(circle at 50% 0%, rgba(230, 255, 42, 0.1), transparent 28%), #07323b;
}

.compare-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.compare-card {
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: clamp(1.3rem, 3vw, 2rem);
  overflow: hidden;
  position: relative;
}

.compare-card--danger {
  border-radius: 16px 0 0 16px;
  background: linear-gradient(135deg, rgba(47, 54, 61, 0.78), rgba(8, 38, 46, 0.86));
}

.compare-card--success {
  border-radius: 0 16px 16px 0;
  background: linear-gradient(135deg, rgba(7, 74, 51, 0.82), rgba(10, 70, 73, 0.86));
}

.compare-card h2 {
  font-weight: 900;
  font-size: clamp(1.8rem, 2.8vw, 2.7rem);
}

.compare-card--danger h2 {
  color: #ff786f;
}

.compare-card--success h2 {
  color: var(--lime);
}

.compare-card p {
  color: #dcebed;
}

.compare-card ul,
.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 0;
}

.compare-card li,
.pricing-card li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin-bottom: 0.72rem;
  color: #edf7f8;
}

.compare-card--danger li i {
  color: #ff786f;
}

.compare-card--success li i,
.pricing-card li::before {
  color: var(--lime);
}

.compare-card img {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: min(48%, 330px);
  opacity: 0.92;
  filter: drop-shadow(0 16px 22px rgba(0, 0, 0, 0.24));
}

.versus-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #0c4651;
  border: 2px solid var(--lime);
  color: var(--lime);
  font-weight: 900;
  font-size: 1.3rem;
}

.mini-dashboard {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}

.mini-dashboard div {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  padding: 1rem;
  background: rgba(6, 55, 63, 0.88);
}

.mini-dashboard span,
.mini-dashboard strong {
  display: block;
}

.mini-dashboard span {
  color: var(--lime);
  font-weight: 900;
}

.mini-dashboard strong {
  margin-bottom: 0.85rem;
}

.mini-dashboard img {
  width: 100%;
  height: 95px;
  object-fit: contain;
}

.flow-section {
  background:
    linear-gradient(rgba(4, 34, 42, 0.86), rgba(4, 41, 48, 0.98)),
    url("site-assets/banner-image.webp") center / cover no-repeat;
}

.flow-line {
  display: grid;
  grid-template-columns: repeat(6, minmax(170px, 1fr));
  gap: 1rem;
  overflow-x: auto;
  padding: 1.6rem 0 0.4rem;
  scrollbar-color: var(--lime) rgba(255, 255, 255, 0.18);
}

.flow-step {
  position: relative;
  min-height: 310px;
  border-radius: var(--radius);
  background: var(--off-white);
  color: var(--graphite);
  padding: 1.35rem 1rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.flow-step span {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
  color: var(--principal);
  font-weight: 900;
  border: 2px solid #0c4651;
}

.flow-step h3 {
  margin: 1rem 0;
  font-size: 1.12rem;
  font-weight: 900;
}

.flow-step i {
  color: var(--green);
  font-size: 2.1rem;
}

.flow-step p {
  color: #33444a;
  font-size: 0.92rem;
}

.control-panel {
  margin-top: clamp(32px, 5vw, 64px);
  display: grid;
  grid-template-columns: minmax(220px, 0.46fr) minmax(0, 1fr) minmax(140px, 0.24fr);
  gap: clamp(18px, 4vw, 42px);
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  padding: clamp(1rem, 3vw, 2rem);
  background: linear-gradient(135deg, rgba(3, 42, 50, 0.9), rgba(12, 74, 77, 0.88));
}

.control-panel__event,
.control-panel__badge {
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.25));
}

.control-panel__event {
  width: min(100%, 300px);
  justify-self: start;
}

.control-panel__badge {
  width: min(100%, 170px);
  justify-self: end;
  transform: rotate(3deg);
}

.control-panel h3 {
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 900;
  line-height: 1.12;
}

.control-panel p {
  color: #d9edef;
  max-width: 58ch;
}

.faq-pricing-section {
  background: radial-gradient(circle at 70% 20%, rgba(230, 255, 42, 0.1), transparent 24%), #07323b;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 74px);
  align-items: start;
}

.faq-intro h2 {
  margin-top: 1.2rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 900;
}

.event-accordion {
  display: grid;
  gap: 0.7rem;
}

.event-accordion .accordion-item {
  color: #fff;
  background: rgba(5, 54, 64, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 10px;
  overflow: hidden;
}

.event-accordion .accordion-button {
  background: transparent;
  color: #fff;
  font-weight: 800;
  box-shadow: none;
}

.event-accordion .accordion-button::after {
  filter: invert(1);
}

.event-accordion .accordion-body {
  color: #dceef0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.pricing-heading {
  text-align: center;
  margin: clamp(52px, 6vw, 86px) auto 2rem;
  max-width: 820px;
}

.pricing-heading p {
  color: var(--lime);
  margin-inline: auto;
  font-weight: 900;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 980px;
  margin: 0 auto;
}

.pricing-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: var(--radius);
  padding: 1.5rem;
  background: linear-gradient(145deg, rgba(6, 55, 63, 0.94), rgba(9, 70, 72, 0.74));
}

.pricing-card--featured {
  border-color: var(--lime);
}

.choice-badge {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--lime);
  color: var(--principal);
  border-radius: 999px;
  padding: 0.42rem 1.15rem;
  font-size: 0.76rem;
  font-weight: 900;
  white-space: nowrap;
}

.pricing-card > i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #008a5c;
  color: #fff;
  font-size: 1.65rem;
}

.pricing-card h3 {
  margin: 1rem 0 0.25rem;
  font-size: 1.65rem;
  font-weight: 900;
}

.pricing-card p {
  color: #d8eaed;
}

.pricing-card strong {
  display: block;
  color: var(--lime);
  font-size: 1.35rem;
  margin-top: 1.1rem;
}

.pricing-card li::before {
  content: "\F26A";
  font-family: "bootstrap-icons";
  font-weight: 400;
}

.pricing-card .btn {
  width: 100%;
  margin-top: 0.7rem;
}

.demo-section {
  padding: clamp(58px, 7vw, 100px) 0;
  background:
    linear-gradient(90deg, rgba(4, 38, 47, 0.94), rgba(4, 46, 56, 0.62)),
    url("site-assets/banner-image.webp") center / cover no-repeat;
}

.demo-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 0.95fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
}

.demo-copy {
  min-height: 440px;
  display: grid;
  align-content: center;
}

.demo-benefits {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.demo-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #f2fafb;
  font-weight: 700;
}

.demo-benefits i {
  color: var(--lime);
  font-size: 1.45rem;
}

.demo-form {
  background: #fff;
  color: var(--graphite);
  border: 1px solid rgba(12, 70, 81, 0.16);
  border-radius: 16px;
  padding: clamp(1rem, 3vw, 1.6rem);
  box-shadow: var(--shadow);
}

.demo-form h3 {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 900;
  color: var(--graphite);
  margin-bottom: 1.2rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.form-grid label {
  display: grid;
  gap: 0.38rem;
  font-weight: 800;
  color: #43515a;
  font-size: 0.82rem;
}

.form-grid .full {
  grid-column: 1 / -1;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  border: 1px solid #d7dfe2;
  border-radius: 9px;
  min-height: 46px;
  padding: 0.78rem 0.9rem;
  font: inherit;
  color: #142129;
  background: #fff;
}

.form-grid textarea {
  resize: vertical;
  min-height: 108px;
}

.form-grid input::placeholder,
.form-grid textarea::placeholder {
  color: #59666d;
}

.demo-form button {
  margin-top: 1rem;
}

.form-note {
  margin: 0.8rem 0 0;
  text-align: center;
  color: #607078;
  font-size: 0.86rem;
}

.form-feedback {
  min-height: 1.4rem;
  margin-top: 0.75rem;
  color: #006b49;
  font-weight: 800;
  text-align: center;
}

.final-cta__inner {
  grid-template-columns: auto 1fr minmax(190px, auto) minmax(180px, auto);
}

.final-cta h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 3.2rem);
}

.final-cta p {
  margin: 0;
}

.site-footer {
  background: #05262d;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.2fr) repeat(3, minmax(160px, 0.6fr));
  gap: clamp(24px, 5vw, 70px);
  padding-top: 3.2rem;
  padding-bottom: 2.4rem;
}

.footer-grid h2 {
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.footer-grid p,
.footer-grid a {
  color: #d4e7ea;
}

.footer-grid p {
  max-width: 330px;
  margin-top: 1rem;
}

.footer-grid nav,
.footer-grid address {
  display: grid;
  align-content: start;
  gap: 0.55rem;
  font-style: normal;
}

.footer-grid a {
  text-decoration: none;
}

.footer-grid a:hover,
.footer-grid a:focus {
  color: var(--lime);
}

.footer-social {
  display: flex;
  gap: 0.65rem;
}

.footer-social a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--principal);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  color: #c3d9dd;
  padding: 1.25rem;
  font-size: 0.88rem;
}

.theme-toggle {
  position: fixed;
  right: clamp(16px, 2.5vw, 28px);
  bottom: clamp(16px, 2.5vw, 28px);
  z-index: 1080;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(12, 70, 81, 0.48);
  border-radius: 50%;
  background: var(--lime);
  color: var(--principal);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.18);
  transition:
    transform 180ms var(--ease-out-quart),
    box-shadow 180ms var(--ease-out-quart),
    background-color 180ms var(--ease-out-quart),
    color 180ms var(--ease-out-quart),
    border-color 180ms var(--ease-out-quart);
}

.theme-toggle:hover,
.theme-toggle:focus {
  background: var(--lime-2);
  transform: translateY(-2px);
  box-shadow: 0 10px 8px rgba(0, 0, 0, 0.22);
}

.theme-toggle__icon {
  font-size: 1.35rem;
  line-height: 1;
}

.theme-toggle__icon--dark {
  display: none;
}

::view-transition-group(root) {
  animation-duration: 760ms;
  animation-timing-function: var(--ease-out-quint);
}

::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 760ms;
  animation-fill-mode: both;
  animation-timing-function: var(--ease-out-quint);
  mix-blend-mode: normal;
}

::view-transition-old(root) {
  animation-name: themeWipeOld;
  z-index: 1;
}

::view-transition-new(root) {
  animation-name: themeWipeNew;
  z-index: 2;
}

html[data-site-theme="light"] {
  --shadow: 0 18px 48px rgba(12, 70, 81, 0.16);
}

html[data-site-theme="light"] body {
  color: #0f252a;
  background: #f4fbfa;
}

html[data-site-theme="light"] .hero-section,
html[data-site-theme="light"] .resources-section,
html[data-site-theme="light"] .compare-section,
html[data-site-theme="light"] .flow-section,
html[data-site-theme="light"] .faq-pricing-section,
html[data-site-theme="light"] .demo-section {
  color: #0f252a;
}

html[data-site-theme="light"] .hero-section {
  background:
    linear-gradient(90deg, rgba(247, 253, 252, 0.97), rgba(232, 247, 244, 0.91) 48%, rgba(213, 238, 235, 0.78)),
    url("site-assets/banner-image.webp") center top / cover no-repeat;
}

html[data-site-theme="light"] .hero-section__overlay {
  background:
    radial-gradient(circle at 48% 22%, rgba(230, 255, 42, 0.22), transparent 16%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(244, 251, 250, 0.84));
}

html[data-site-theme="light"] .hero-particles {
  opacity: 0.35;
  mix-blend-mode: multiply;
}

html[data-site-theme="light"] .hero-copy h1,
html[data-site-theme="light"] .section-heading h2,
html[data-site-theme="light"] .pricing-heading h2,
html[data-site-theme="light"] .demo-copy h2,
html[data-site-theme="light"] .final-cta h2,
html[data-site-theme="light"] .control-panel h3,
html[data-site-theme="light"] .faq-intro h2 {
  color: #0d2b33;
}

html[data-site-theme="light"] .hero-title-line--accent,
html[data-site-theme="light"] .section-heading h2 span,
html[data-site-theme="light"] .pricing-heading h2 span,
html[data-site-theme="light"] .demo-copy h2 span,
html[data-site-theme="light"] .final-cta h2 span,
html[data-site-theme="light"] .control-panel h3 span {
  color: #00684b;
}

html[data-site-theme="light"] .hero-copy p,
html[data-site-theme="light"] .organizer-note p,
html[data-site-theme="light"] .section-heading p,
html[data-site-theme="light"] .pricing-heading p,
html[data-site-theme="light"] .demo-copy p,
html[data-site-theme="light"] .faq-intro p,
html[data-site-theme="light"] .final-cta p,
html[data-site-theme="light"] .control-panel p,
html[data-site-theme="light"] .compare-card p,
html[data-site-theme="light"] .pricing-card p {
  color: #31545a;
}

html[data-site-theme="light"] .section-pill {
  color: #0c4651;
  border-color: rgba(12, 70, 81, 0.42);
  background: rgba(255, 255, 255, 0.78);
}

html[data-site-theme="light"] .section-pill:hover {
  box-shadow: 0 0 18px rgba(0, 138, 92, 0.14);
}

html[data-site-theme="light"] .btn-outline-light {
  color: #0c4651;
  border-color: rgba(12, 70, 81, 0.42);
  background: rgba(255, 255, 255, 0.62);
}

html[data-site-theme="light"] .btn-outline-light:hover,
html[data-site-theme="light"] .btn-outline-light:focus {
  background: #0c4651;
  color: #fff;
  border-color: #0c4651;
}

html[data-site-theme="light"] .feature-rail {
  border-color: rgba(12, 70, 81, 0.2);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(6px);
}

html[data-site-theme="light"] .feature-rail div {
  border-right-color: rgba(12, 70, 81, 0.12);
}

html[data-site-theme="light"] .feature-rail div:hover {
  background: rgba(230, 255, 42, 0.26);
}

html[data-site-theme="light"] .feature-rail i,
html[data-site-theme="light"] .demo-benefits i {
  color: #008a5c;
}

html[data-site-theme="light"] .feature-rail strong,
html[data-site-theme="light"] .mini-dashboard strong {
  color: #0d2b33;
}

html[data-site-theme="light"] .feature-rail span,
html[data-site-theme="light"] .demo-benefits span {
  color: #31545a;
}

html[data-site-theme="light"] .cta-strip,
html[data-site-theme="light"] .final-cta {
  background: linear-gradient(90deg, #e6f6f3, #d5eee9 52%, #eaf8f5);
  border-top-color: rgba(12, 70, 81, 0.13);
  border-bottom-color: rgba(12, 70, 81, 0.13);
}

html[data-site-theme="light"] .cta-strip p,
html[data-site-theme="light"] .cta-strip p span {
  color: #12383e;
}

html[data-site-theme="light"] .target-mark {
  border-color: #0c4651;
}

html[data-site-theme="light"] .target-mark::before {
  border-color: #0c4651;
}

html[data-site-theme="light"] .target-mark::after,
html[data-site-theme="light"] .target-mark i {
  background: #0c4651;
}

html[data-site-theme="light"] .resources-section {
  background:
    linear-gradient(180deg, rgba(244, 251, 250, 0.96), rgba(229, 246, 242, 0.98)),
    url("site-assets/banner-image.webp") center / cover no-repeat;
}

html[data-site-theme="light"] .resource-card,
html[data-site-theme="light"] .capabilities-panel,
html[data-site-theme="light"] .mini-dashboard div,
html[data-site-theme="light"] .control-panel,
html[data-site-theme="light"] .event-accordion .accordion-item,
html[data-site-theme="light"] .pricing-card {
  border-color: rgba(12, 70, 81, 0.16);
  background: rgba(255, 255, 255, 0.84);
  color: #0f252a;
}

html[data-site-theme="light"] .resource-card:hover {
  border-color: rgba(0, 138, 92, 0.42);
  background: #ffffff;
}

html[data-site-theme="light"] .resource-card > i,
html[data-site-theme="light"] .capabilities-list i,
html[data-site-theme="light"] .capabilities-notes i,
html[data-site-theme="light"] .pricing-card li::before,
html[data-site-theme="light"] .compare-card--success li i {
  color: #008a5c;
}

html[data-site-theme="light"] .resource-card h3,
html[data-site-theme="light"] .capabilities-panel__intro h3,
html[data-site-theme="light"] .resource-card p,
html[data-site-theme="light"] .capabilities-panel__intro p,
html[data-site-theme="light"] .capabilities-list div,
html[data-site-theme="light"] .pricing-card li,
html[data-site-theme="light"] .compare-card li,
html[data-site-theme="light"] .event-accordion .accordion-button,
html[data-site-theme="light"] .event-accordion .accordion-body {
  color: #173a40;
}

html[data-site-theme="light"] .capabilities-notes span {
  background: rgba(12, 70, 81, 0.07);
  color: #25494f;
}

html[data-site-theme="light"] .compare-section,
html[data-site-theme="light"] .faq-pricing-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(230, 255, 42, 0.25), transparent 30%),
    #f4fbfa;
}

html[data-site-theme="light"] .compare-card {
  border-color: rgba(12, 70, 81, 0.14);
}

html[data-site-theme="light"] .compare-card--danger {
  background: linear-gradient(135deg, rgba(255, 241, 239, 0.96), rgba(237, 248, 246, 0.92));
}

html[data-site-theme="light"] .compare-card--success {
  background: linear-gradient(135deg, rgba(230, 255, 242, 0.94), rgba(225, 245, 241, 0.96));
}

html[data-site-theme="light"] .compare-card--danger h2,
html[data-site-theme="light"] .compare-card--danger li i {
  color: #b93631;
}

html[data-site-theme="light"] .compare-card--success h2,
html[data-site-theme="light"] .mini-dashboard span,
html[data-site-theme="light"] .pricing-card strong,
html[data-site-theme="light"] .pricing-heading p {
  color: #00684b;
}

html[data-site-theme="light"] .versus-badge {
  background: #ffffff;
  color: #0c4651;
  border-color: rgba(12, 70, 81, 0.28);
}

html[data-site-theme="light"] .flow-section,
html[data-site-theme="light"] .demo-section {
  background:
    linear-gradient(180deg, rgba(246, 252, 251, 0.97), rgba(223, 242, 238, 0.95)),
    url("site-assets/banner-image.webp") center / cover no-repeat;
}

html[data-site-theme="light"] .flow-line {
  scrollbar-color: #008a5c rgba(12, 70, 81, 0.15);
}

html[data-site-theme="light"] .flow-step {
  border-color: rgba(12, 70, 81, 0.15);
  box-shadow: 0 8px 8px rgba(12, 70, 81, 0.06);
}

html[data-site-theme="light"] .control-panel {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(224, 244, 239, 0.88));
}

html[data-site-theme="light"] .event-accordion .accordion-button {
  background: transparent;
}

html[data-site-theme="light"] .event-accordion .accordion-button::after {
  filter: none;
}

html[data-site-theme="light"] .event-accordion .accordion-body {
  border-top-color: rgba(12, 70, 81, 0.12);
}

html[data-site-theme="light"] .pricing-card--featured {
  border-color: rgba(0, 138, 92, 0.5);
}

html[data-site-theme="light"] .pricing-card > i {
  background: #008a5c;
}

html[data-site-theme="light"] .demo-form {
  border-color: rgba(12, 70, 81, 0.14);
}

html[data-site-theme="light"] .theme-toggle {
  background: #0c4651;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
}

html[data-site-theme="light"] .theme-toggle:hover,
html[data-site-theme="light"] .theme-toggle:focus {
  background: #0d2b33;
}

html[data-site-theme="light"] .theme-toggle__icon--light {
  display: none;
}

html[data-site-theme="light"] .theme-toggle__icon--dark {
  display: inline-block;
}

@keyframes fadeLift {
  from {
    opacity: 0.01;
    transform: translate3d(0, 12px, 0);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@keyframes dashboardDrift {
  from {
    transform: rotate(-2deg) translate3d(0, 0, 0);
  }
  to {
    transform: rotate(-2deg) translate3d(0, -8px, 0);
  }
}

@keyframes badgeDrift {
  from {
    transform: rotate(8deg) translate3d(0, 0, 0);
  }
  to {
    transform: rotate(8deg) translate3d(4px, -10px, 0);
  }
}

@keyframes softDrift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -7px, 0);
  }
}

@keyframes themeWipeNew {
  from {
    clip-path: inset(0 100% 0 0);
    filter: saturate(0.88) brightness(0.98);
  }
  to {
    clip-path: inset(0 0 0 0);
    filter: saturate(1) brightness(1);
  }
}

@keyframes themeWipeOld {
  from {
    clip-path: inset(0 0 0 0);
  }
  to {
    clip-path: inset(0 0 0 100%);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .public-header {
    animation: fadeLift 560ms var(--ease-out-quint) both;
  }

  .hero-copy .section-pill {
    animation: fadeLift 620ms var(--ease-out-quint) 80ms both;
  }

  .hero-copy h1 {
    animation: fadeLift 720ms var(--ease-out-quint) 150ms both;
  }

  .hero-copy p {
    animation: fadeLift 680ms var(--ease-out-quint) 240ms both;
  }

  .hero-actions {
    animation: fadeLift 660ms var(--ease-out-quint) 330ms both;
  }

  .organizer-note {
    animation: fadeLift 640ms var(--ease-out-quint) 420ms both;
  }

  .hero-visual {
    animation: fadeLift 760ms var(--ease-out-quint) 220ms both;
  }

  .hero-visual__dashboard {
    animation: dashboardDrift 7.5s ease-in-out 900ms infinite alternate;
  }

  .hero-visual__badge {
    animation: badgeDrift 8.5s ease-in-out 1100ms infinite alternate;
  }

  .hero-visual__participant,
  .credential-card {
    animation: softDrift 7s ease-in-out 1300ms infinite alternate;
  }

  .avatar-stack span {
    animation: softDrift 5.8s ease-in-out calc(var(--avatar-i, 0) * 160ms) infinite alternate;
  }

  .avatar-stack span:nth-child(1) {
    --avatar-i: 1;
  }

  .avatar-stack span:nth-child(2) {
    --avatar-i: 2;
  }

  .avatar-stack span:nth-child(3) {
    --avatar-i: 3;
  }

  .avatar-stack span:nth-child(4) {
    --avatar-i: 4;
  }
}

@media (max-width: 1199px) {
  .hero-section__grid {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: 760px;
  }

  .hero-visual {
    min-height: 430px;
  }

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

  .feature-rail div:nth-child(3n) {
    border-right: 0;
  }

  .resource-grid,
  .pricing-grid,
  .capabilities-list,
  .capabilities-notes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .final-cta__inner {
    grid-template-columns: auto 1fr;
  }

  .final-cta__inner .btn {
    justify-self: start;
  }
}

@media (max-width: 991px) {
  .public-header .navbar {
    min-height: 68px;
  }

  .public-header .navbar-collapse {
    margin-top: 0.55rem;
    padding: 0.7rem 0 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .public-header .navbar-dark .navbar-nav .nav-link {
    width: 100%;
    padding: 0.78rem 0.4rem;
  }

  .public-header .navbar-dark .navbar-nav .nav-link::after {
    right: auto;
    bottom: 0.35rem;
    left: 0.4rem;
    width: 44px;
  }

  .public-header .navbar-collapse > .navbar-nav:last-child {
    margin: 0.65rem 0 0;
  }

  .public-header .navbar-collapse > .navbar-nav:last-child .nav-item,
  .public-header .navbar-collapse > .navbar-nav:last-child .btn-register {
    width: 100%;
  }

  .section-heading--split,
  .capabilities-panel__intro,
  .faq-grid,
  .demo-grid,
  .control-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .control-panel__event,
  .control-panel__badge {
    width: 100%;
    max-width: 360px;
  }

  .control-panel__event {
    width: min(100%, 420px);
    max-width: none;
    justify-self: center;
  }

  .control-panel__badge {
    width: min(190px, 50vw);
    max-width: none;
    justify-self: center;
  }

  .compare-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .compare-card--danger,
  .compare-card--success {
    border-radius: var(--radius);
  }

  .versus-badge {
    position: relative;
    left: auto;
    top: auto;
    margin: -0.5rem auto;
    transform: none;
  }

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

  .cta-strip__inner,
  .final-cta__inner {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .cta-strip__inner {
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 0.9rem 1rem;
  }

  .cta-strip__inner .btn {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .cta-strip .target-mark {
    width: 62px;
    height: 62px;
    border-width: 5px;
  }

  .cta-strip .target-mark::before {
    inset: 10px;
    border-width: 4px;
  }

  .cta-strip .target-mark::after {
    width: 27px;
    height: 5px;
    right: -10px;
    top: 8px;
  }

  .cta-strip .target-mark i {
    width: 12px;
    height: 12px;
  }

  .cta-strip p {
    font-size: clamp(0.98rem, 4.5vw, 1.18rem);
    line-height: 1.45;
  }
}

@media (max-width: 767px) {
  .hero-section {
    min-height: calc(100svh - 68px);
    padding-top: 28px;
  }

  .hero-copy h1 {
    font-size: clamp(1.9rem, 8.2vw, 2.5rem);
    line-height: 1.09;
    max-width: 100%;
  }

  .hero-actions {
    flex-wrap: wrap;
    margin-top: 1.1rem;
  }

  .organizer-note {
    margin-top: 1rem;
  }

  .hero-actions .btn,
  .cta-strip .btn,
  .final-cta .btn {
    width: 100%;
  }

  .hero-visual {
    min-height: 315px;
  }

  .hero-visual__dashboard {
    width: 100%;
    top: 34px;
  }

  .hero-visual__badge {
    width: 128px;
  }

  .hero-visual__participant {
    width: 52%;
    bottom: 16px;
  }

  .credential-card {
    display: none;
  }

  .resource-grid,
  .pricing-grid,
  .capabilities-list,
  .capabilities-notes,
  .mini-dashboard,
  .form-grid {
    grid-template-columns: 1fr;
  }

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

  .footer-grid {
    gap: 2rem;
    padding-top: 2.4rem;
  }

  .footer-link-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem 1rem;
  }

  .footer-link-group h2 {
    grid-column: 1 / -1;
    margin-bottom: 0.2rem;
  }

  .footer-link-group a {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 0.58rem 0.72rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.045);
  }

  .footer-link-group a:hover,
  .footer-link-group a:focus {
    border-color: rgba(230, 255, 42, 0.5);
    background: rgba(230, 255, 42, 0.08);
  }

  .feature-rail div,
  .feature-rail div:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    min-height: 116px;
    padding: 0.9rem 0.45rem;
  }

  .feature-rail div:nth-child(even) {
    border-right: 0;
  }

  .feature-rail div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .feature-rail strong {
    font-size: clamp(0.86rem, 3.8vw, 0.98rem);
    line-height: 1.18;
  }

  .feature-rail span {
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .resource-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 0.85rem;
    align-items: start;
    min-height: auto;
  }

  .resource-card > i {
    grid-row: 1 / span 2;
    font-size: 2rem;
    line-height: 1;
    margin-top: 0.08rem;
  }

  .resource-card h3 {
    margin: 0 0 0.32rem;
    font-size: clamp(1.08rem, 5vw, 1.28rem);
    line-height: 1.16;
  }

  .resource-card p {
    min-height: 0;
    margin: 0;
    line-height: 1.45;
  }

  .resource-card img {
    grid-column: 1 / -1;
    height: min(52vw, 190px);
    margin-top: 1rem;
    padding-top: 0;
  }

  .resource-card__illustration--generated {
    height: min(52vw, 190px) !important;
  }

  .compare-card {
    min-height: auto;
    padding-bottom: 11rem;
  }

  .compare-card img {
    width: 58%;
  }

  .flow-line {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 100%;
    gap: 1.1rem 0.9rem;
    overflow-x: visible;
    padding-top: 1.8rem;
  }

  .flow-step {
    min-height: 245px;
    padding: 1.3rem 0.78rem 1rem;
  }

  .flow-step h3 {
    font-size: 0.98rem;
    line-height: 1.18;
    margin: 0.8rem 0 0.65rem;
  }

  .flow-step i {
    font-size: 1.85rem;
  }

  .flow-step p {
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .demo-copy {
    min-height: auto;
  }
}

@media (max-width: 430px) {
  .public-header .navbar-brand img {
    width: 112px;
    height: auto;
  }

  .section-pill {
    font-size: 0.76rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.72rem, 7.75vw, 2.1rem);
    max-width: 100%;
  }

  .hero-visual {
    min-height: 275px;
  }

  .hero-visual__badge {
    width: 104px;
  }

  .hero-visual__participant {
    width: 58%;
    bottom: 18px;
  }

  .compare-card {
    padding-bottom: 9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-particles {
    display: none;
  }

  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation-duration: 0.01ms !important;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
