:root {
  --ink: #031614;
  --ink-deep: #00120f;
  --cream: #fffef0;
  --lime: #8dff14;
  --lavender: #d5b4fb;
  --glass: rgba(255, 254, 236, 0.2);
  --glass-dark: rgba(178, 197, 188, 0.28);
  --line: rgba(255, 254, 236, 0.32);
  --page: min(1120px, calc(100vw - 48px));
  --radius: 16px;
  color-scheme: dark;
  font-family: "Avenir Next", Avenir, "Century Gothic", "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: rgba(141, 255, 20, 0.6) var(--ink);
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--cream);
  background:
    radial-gradient(circle at 50% 35%, rgba(16, 71, 53, 0.2), transparent 35%),
    var(--ink);
  overflow-x: clip;
}

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

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

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 15px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 10px;
  transform: translateY(-150%);
}

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

.site-header {
  position: absolute;
  z-index: 20;
  top: 62px;
  left: 50%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 109px;
  gap: 34px;
  width: min(1190px, calc(100vw - 90px));
  transform: translateX(-50%);
}

.header-shell,
.account-button {
  height: 71px;
  border: 1px solid rgba(255, 254, 236, 0.08);
  background: rgba(255, 254, 236, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 12px 40px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.header-shell {
  display: flex;
  align-items: center;
  padding: 0 38px;
  border-radius: 999px;
}

.brand {
  display: flex;
  width: 150px;
}

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

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(22px, 3vw, 43px);
  width: 100%;
  margin-left: 38px;
}

.main-nav a {
  position: relative;
  padding: 8px 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: color 180ms ease;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: var(--lime);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.main-nav a:hover,
.main-nav a.is-active {
  color: var(--lime);
}

.main-nav a:hover::after,
.main-nav a.is-active::after {
  transform: scaleX(1);
}

.account-button {
  display: grid;
  place-items: center;
  color: var(--cream);
  border-radius: 999px;
  transition: color 180ms ease, background-color 180ms ease;
}

.account-button svg {
  width: 27px;
  height: 27px;
}

.account-button:hover {
  color: var(--lime);
  background: rgba(255, 254, 236, 0.27);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: 1060px;
  place-items: start center;
  padding-top: 310px;
  overflow: hidden;
}

.hero::after {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  height: 340px;
  background: linear-gradient(transparent, var(--ink));
  content: "";
  pointer-events: none;
}

.hero-atmosphere,
.footer-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.halo {
  position: absolute;
  opacity: 0.92;
  filter: saturate(1.15);
}

.halo-left {
  top: 340px;
  left: -500px;
  width: 1180px;
}

.halo-right {
  top: 335px;
  right: -430px;
  width: 1000px;
}

.glass-curtain {
  position: absolute;
  top: 315px;
  right: -4%;
  left: -4%;
  height: 1040px;
  background: url("./public/assets/glass-a.png") repeat-x center top / 59px 1040px;
  filter: contrast(1.15) saturate(1.25);
  opacity: 0.72;
  -webkit-mask-image: linear-gradient(transparent 0, #000 15%, #000 72%, transparent 100%);
  mask-image: linear-gradient(transparent 0, #000 15%, #000 72%, transparent 100%);
}

.hero-content {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: var(--page);
  text-align: center;
}

.hero h1 {
  max-width: 1100px;
  margin: 0;
  font-size: clamp(54px, 6.6vw, 84px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.046em;
}

.ringed,
.underlined {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.ringed::after {
  position: absolute;
  z-index: -1;
  inset: -10% -5% -2% -6%;
  border: clamp(2px, 0.24vw, 4px) solid var(--lime);
  border-radius: 50%;
  content: "";
  transform: rotate(-2deg) skewX(-10deg);
  box-shadow: 0 0 12px rgba(141, 255, 20, 0.12);
}

.ringed::before {
  position: absolute;
  z-index: -1;
  inset: 8% -5% -12% 1%;
  border-bottom: 2px solid var(--lime);
  border-radius: 50%;
  content: "";
  transform: rotate(-5deg);
}

.underlined::after,
.price-underline::after {
  position: absolute;
  right: 3%;
  bottom: -10px;
  left: 2%;
  height: 8px;
  border-top: 3px solid var(--lime);
  border-bottom: 2px solid var(--lime);
  content: "";
  transform: rotate(-0.5deg) skewX(-15deg);
}

.glass-button {
  display: grid;
  width: 335px;
  height: 57px;
  margin-top: 105px;
  place-items: center;
  border: 1px solid rgba(255, 254, 236, 0.12);
  border-radius: 999px;
  background: rgba(255, 254, 236, 0.21);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(13px);
  font-size: 13px;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.glass-button:hover {
  color: var(--ink);
  background: var(--lime);
  transform: translateY(-2px);
}

.section {
  position: relative;
  padding-right: 24px;
  padding-left: 24px;
}

.section-heading {
  width: var(--page);
  margin: 0 auto;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(28px, 3.3vw, 42px);
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: -0.032em;
}

.section-heading em {
  color: var(--lime);
  font-style: normal;
}

.features {
  z-index: 5;
  min-height: 790px;
  margin-top: -40px;
  padding-top: 80px;
}

.features .section-heading h2 {
  font-size: clamp(27px, 3vw, 38px);
}

.feature-arc {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  width: min(1135px, calc(100vw - 80px));
  margin: 112px auto 0;
}

.feature-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 292px;
  padding: 32px 23px;
  border: 1px solid rgba(255, 254, 236, 0.17);
  border-radius: 13px;
  background: rgba(255, 254, 236, 0.21);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 20px 70px rgba(0, 0, 0, 0.14);
  text-align: center;
  backdrop-filter: blur(14px);
}

.feature-card--outer {
  transform: translateY(115px);
}

.feature-card--mid {
  transform: translateY(55px);
}

.feature-card h3 {
  margin: 0 0 24px;
  color: var(--lime);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.feature-card p {
  margin: 0;
  color: rgba(255, 254, 240, 0.94);
  font-size: 11px;
  line-height: 1.45;
}

.solution {
  padding-top: 70px;
}

.solution-heading h2 {
  font-size: clamp(32px, 3.6vw, 46px);
}

.laptop-stage {
  position: relative;
  width: min(1280px, 112vw);
  margin: 90px auto 0;
}

.laptop-stage img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
}

.laptop-glow {
  position: absolute;
  z-index: 1;
  right: 2%;
  bottom: 1%;
  left: 2%;
  height: 26%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(216, 255, 242, 0.62), rgba(82, 139, 119, 0.14) 38%, transparent 70%);
  filter: blur(40px);
}

.solution-copy {
  width: min(980px, calc(100vw - 48px));
  margin: -25px auto 0;
  font-size: 14px;
  line-height: 1.58;
  letter-spacing: -0.012em;
}

.solution-copy p {
  margin: 0 0 20px;
}

.pricing {
  padding-top: 210px;
  padding-bottom: 165px;
}

.pricing::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -400px;
  left: 0;
  height: 950px;
  background:
    radial-gradient(circle at 50% 78%, rgba(141, 255, 20, 0.35), transparent 18%),
    linear-gradient(transparent, rgba(0, 12, 10, 0.15));
  content: "";
  pointer-events: none;
}

.pricing-heading h2 {
  font-size: clamp(28px, 3.2vw, 40px);
}

.price-underline {
  position: relative;
  display: inline-block;
}

.billing-toggle {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
  width: min(720px, calc(100vw - 48px));
  margin: 105px auto 66px;
}

.billing-toggle button {
  height: 50px;
  color: var(--cream);
  border: 1px solid rgba(255, 254, 236, 0.22);
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}

.billing-toggle button span {
  color: var(--lime);
  font-size: 11px;
}

.billing-toggle button.is-active {
  color: var(--lime);
  background: rgba(255, 254, 236, 0.22);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: min(1160px, calc(100vw - 48px));
  margin: 0 auto;
}

.price-card {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 690px;
  padding: 40px 24px 34px;
  border: 1px solid rgba(255, 254, 236, 0.28);
  border-radius: 16px;
  background: rgba(255, 254, 236, 0.21);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 24px 80px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(15px);
}

.price-card h3 {
  margin: 0 0 5px;
  font-size: 22px;
  font-weight: 600;
}

.plan-intro {
  min-height: 52px;
  margin: 0;
  color: var(--lavender);
  font-size: 12px;
  line-height: 1.5;
}

.price {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin: 42px 0 42px;
}

.price strong {
  font-size: clamp(46px, 4.7vw, 64px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.price span {
  color: var(--lavender);
  font-size: 18px;
  line-height: 1;
}

.price-card ul {
  display: grid;
  gap: 17px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.price-card li {
  position: relative;
  padding-left: 32px;
}

.price-card li::before {
  position: absolute;
  top: -1px;
  left: 2px;
  color: var(--lavender);
  content: "✓";
  font-size: 21px;
  line-height: 1;
}

.subscribe-button {
  display: grid;
  height: 48px;
  margin-top: 48px;
  place-items: center;
  color: var(--lavender);
  border: 2px solid rgba(213, 180, 251, 0.55);
  border-radius: 12px;
  transition: color 180ms ease, background 180ms ease;
}

.subscribe-button:hover {
  color: var(--ink);
  background: var(--lavender);
}

.popular-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  padding: 8px 24px;
  color: white;
  border-radius: 999px;
  background: linear-gradient(105deg, #d5b4fb, #cd75ef);
  font-size: 11px;
  font-weight: 600;
  transform: translateX(-50%);
  white-space: nowrap;
}

.demo-link {
  display: inline-block;
  margin: 30px 0 0 max(24px, calc((100vw - 1160px) / 2));
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.faq {
  padding-top: 120px;
  padding-bottom: 210px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--lime);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.faq-list {
  width: min(850px, calc(100vw - 48px));
  margin: 65px auto 0;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 25px 46px 25px 0;
  cursor: pointer;
  font-size: 18px;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 22px;
  right: 5px;
  color: var(--lime);
  content: "+";
  font-size: 26px;
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list details p {
  max-width: 700px;
  margin: -5px 0 24px;
  color: rgba(255, 254, 240, 0.72);
  font-size: 14px;
  line-height: 1.6;
}

.site-footer {
  position: relative;
  min-height: 740px;
  padding: 220px 64px 70px;
  overflow: hidden;
}

.footer-atmosphere img {
  position: absolute;
  right: 5%;
  bottom: -80px;
  left: 5%;
  width: 90%;
  opacity: 0.9;
}

.footer-curtain {
  position: absolute;
  right: -2%;
  bottom: -100px;
  left: -2%;
  height: 760px;
  background: url("./public/assets/glass-b.png") repeat-x center bottom / 58px 760px;
  opacity: 0.82;
  -webkit-mask-image: linear-gradient(transparent, #000 32%, #000 100%);
  mask-image: linear-gradient(transparent, #000 32%, #000 100%);
}

.site-footer::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(var(--ink), transparent 36%, rgba(0, 18, 15, 0.12));
  content: "";
  pointer-events: none;
}

.footer-grid,
.brevo-newsletter {
  position: relative;
  z-index: 3;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.65fr repeat(3, 0.8fr);
  gap: 50px;
  width: min(1160px, calc(100vw - 128px));
  margin: 0 auto;
}

.footer-brand > img {
  display: block;
  width: 145px;
}

.footer-brand p {
  margin: 10px 0 48px;
  font-size: 13px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.social-links a {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
}

.social-links img {
  display: block;
  width: 24px;
  height: 24px;
}

.footer-grid nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 11px;
}

.footer-grid nav h3 {
  margin: 0 0 13px;
  font-size: 15px;
}

.footer-grid nav a {
  font-size: 13px;
  line-height: 1.35;
  transition: color 160ms ease;
}

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

.brevo-newsletter {
  width: min(1160px, calc(100vw - 128px));
  margin: 65px auto 0;
  padding: 0 !important;
  color: var(--cream);
  background: transparent !important;
  text-align: left !important;
}

.brevo-newsletter .sib-form-container,
.brevo-newsletter #sib-container {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-align: left !important;
}

.brevo-form {
  display: grid;
  grid-template-columns: minmax(240px, 360px) 145px;
  gap: 16px 20px;
  align-items: start;
}

.brevo-newsletter-copy {
  grid-column: 1 / -1;
  max-width: 620px;
  margin-bottom: 8px;
}

.brevo-eyebrow {
  margin: 0 0 7px;
  color: var(--lime);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brevo-newsletter-copy h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.brevo-newsletter-copy > p:last-child {
  margin: 10px 0 0;
  color: rgba(255, 254, 240, 0.7);
  font-size: 13px;
  line-height: 1.55;
}

.brevo-email-block,
.brevo-submit-block,
.brevo-optin-block {
  padding: 0 !important;
}

.brevo-email-block {
  grid-column: 1;
}

.brevo-submit-block {
  grid-column: 2;
}

.brevo-newsletter .entry__field {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
}

.brevo-newsletter #EMAIL,
.brevo-newsletter .sib-form-block__button {
  width: 100%;
  height: 49px;
  border: 1px solid rgba(255, 254, 236, 0.12) !important;
  border-radius: 999px !important;
  font-family: inherit !important;
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}

.brevo-newsletter #EMAIL {
  padding: 0 24px !important;
  color: var(--cream) !important;
  background: rgba(255, 254, 236, 0.18) !important;
  outline: none;
}

.brevo-newsletter #EMAIL:focus {
  border-color: var(--lime) !important;
  box-shadow: 0 0 0 3px rgba(141, 255, 20, 0.1);
}

.brevo-newsletter #EMAIL::placeholder {
  color: var(--lavender) !important;
  opacity: 1;
}

.brevo-newsletter .sib-form-block__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px !important;
  color: var(--ink) !important;
  background: var(--lime) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.brevo-newsletter .sib-form-block__button:hover {
  color: var(--cream) !important;
  background: rgba(255, 254, 236, 0.2) !important;
  transform: translateY(-1px);
}

.brevo-optin-block,
.brevo-declaration {
  grid-column: 1 / -1;
  max-width: 720px;
}

.brevo-newsletter .entry__choice label,
.brevo-optin-label {
  display: flex !important;
  align-items: flex-start;
  gap: 11px;
  color: rgba(255, 254, 240, 0.78) !important;
  font-family: inherit !important;
  font-size: 12px !important;
  line-height: 1.55;
}

.brevo-newsletter .entry__choice p {
  margin: 0;
}

.brevo-newsletter .checkbox {
  flex: 0 0 auto;
  width: 16px !important;
  height: 16px !important;
  margin-top: 1px !important;
  border-radius: 3px !important;
  border-color: rgba(255, 254, 240, 0.45) !important;
  background: rgba(255, 254, 240, 0.08) !important;
}

.brevo-newsletter .input_replaced:checked + .checkbox {
  border-color: var(--lime) !important;
  background: var(--lime) !important;
}

.brevo-newsletter .input_replaced:not(:checked) + .checkbox::before {
  opacity: 0 !important;
}

.brevo-newsletter .input_replaced:checked + .checkbox::before {
  opacity: 1 !important;
}

.brevo-newsletter a {
  color: var(--lime) !important;
  text-decoration-color: rgba(141, 255, 20, 0.5) !important;
  text-underline-offset: 3px;
}

.brevo-newsletter .entry__specification,
.brevo-declaration p {
  margin: 6px 0 0 !important;
  color: rgba(255, 254, 240, 0.52) !important;
  font-family: inherit !important;
  font-size: 11px !important;
  line-height: 1.5;
}

.brevo-newsletter .entry__error {
  margin: 7px 0 0 !important;
  padding: 8px 11px !important;
  border-radius: 10px !important;
  font-family: inherit !important;
  font-size: 11px !important;
}

.brevo-message {
  max-width: 720px !important;
  margin: 0 0 18px !important;
  padding: 12px 15px !important;
  border: 1px solid !important;
  border-radius: 14px !important;
  font-family: inherit !important;
  font-size: 12px !important;
}

.brevo-message--error {
  color: #ffd8d8 !important;
  border-color: rgba(255, 117, 117, 0.42) !important;
  background: rgba(91, 17, 17, 0.72) !important;
}

.brevo-message--success {
  color: var(--cream) !important;
  border-color: rgba(141, 255, 20, 0.35) !important;
  background: rgba(30, 81, 39, 0.72) !important;
}

.brevo-message .sib-notification__icon {
  fill: currentColor;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

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

.feature-card--outer.reveal {
  transform: translateY(139px);
}

.feature-card--mid.reveal {
  transform: translateY(79px);
}

.feature-card--outer.reveal.is-visible {
  transform: translateY(115px);
}

.feature-card--mid.reveal.is-visible {
  transform: translateY(55px);
}

@media (max-width: 980px) {
  .site-header {
    top: 26px;
    grid-template-columns: minmax(0, 1fr) 64px;
    gap: 12px;
    width: calc(100vw - 32px);
  }

  .header-shell,
  .account-button {
    height: 60px;
  }

  .header-shell {
    padding: 0 22px;
  }

  .account-button svg {
    width: 24px;
  }

  .brand {
    width: 130px;
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 6px;
    width: 38px;
    height: 38px;
    margin-left: auto;
    padding: 12px 8px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    height: 1px;
    background: var(--cream);
    transition: transform 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .main-nav {
    position: absolute;
    top: 70px;
    right: 0;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 2px;
    width: min(310px, calc(100vw - 32px));
    margin: 0;
    padding: 18px;
    border: 1px solid rgba(255, 254, 236, 0.12);
    border-radius: 18px;
    background: rgba(15, 39, 34, 0.95);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    padding: 13px 14px;
    font-size: 14px;
  }

  .main-nav a::after {
    display: none;
  }

  .hero {
    min-height: 870px;
    padding-top: 245px;
  }

  .hero h1 {
    font-size: clamp(40px, 7.8vw, 64px);
  }

  .glass-curtain {
    top: 270px;
    height: 800px;
  }

  .halo-left {
    left: -680px;
  }

  .halo-right {
    right: -620px;
  }

  .features {
    min-height: unset;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .feature-arc {
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
    width: min(760px, calc(100vw - 48px));
    margin-top: 75px;
  }

  .feature-card {
    grid-column: span 2;
    min-height: 250px;
  }

  .feature-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .feature-card--outer,
  .feature-card--mid,
  .feature-card--outer.reveal,
  .feature-card--mid.reveal,
  .feature-card--outer.reveal.is-visible,
  .feature-card--mid.reveal.is-visible {
    transform: none;
  }

  .solution {
    padding-top: 40px;
  }

  .laptop-stage {
    width: 118vw;
    margin-left: -11vw;
  }

  .solution-copy {
    margin-top: 5px;
  }

  .pricing {
    padding-top: 150px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    width: min(540px, calc(100vw - 48px));
  }

  .price-card {
    min-height: 570px;
  }

  .footer-grid {
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 28px;
  }
}

@media (max-width: 680px) {
  :root {
    --page: calc(100vw - 36px);
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) 58px;
  }

  .header-shell,
  .account-button {
    height: 56px;
  }

  .brand {
    width: 118px;
  }

  .hero {
    min-height: 780px;
    padding-top: 205px;
  }

  .hero h1 {
    font-size: clamp(34px, 10.6vw, 52px);
    line-height: 1.25;
  }

  .hero h1 br {
    display: none;
  }

  .ringed::after {
    inset: -6% -3%;
  }

  .glass-button {
    width: min(300px, 82vw);
    margin-top: 78px;
  }

  .glass-curtain {
    top: 265px;
    height: 640px;
    background-size: 46px 760px;
  }

  .halo-left,
  .halo-right {
    top: 340px;
    width: 800px;
  }

  .halo-left {
    left: -570px;
  }

  .halo-right {
    right: -580px;
  }

  .section-heading h2,
  .features .section-heading h2,
  .solution-heading h2,
  .pricing-heading h2 {
    font-size: 28px;
  }

  .feature-arc {
    display: flex;
    width: auto;
    margin: 60px -24px 0;
    padding: 0 24px 30px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .feature-card {
    flex: 0 0 240px;
    min-height: 285px;
    scroll-snap-align: center;
  }

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

  .feature-card p {
    font-size: 12px;
  }

  .solution-heading h2 br,
  .pricing-heading h2 br {
    display: none;
  }

  .laptop-stage {
    width: 132vw;
    margin-top: 55px;
    margin-left: -18vw;
  }

  .solution-copy {
    font-size: 13px;
  }

  .pricing {
    padding-top: 125px;
  }

  .billing-toggle {
    gap: 12px;
    margin-top: 70px;
  }

  .billing-toggle button {
    font-size: 13px;
  }

  .price-card {
    min-height: 590px;
    padding: 34px 22px 28px;
  }

  .price {
    gap: 14px;
  }

  .price strong {
    font-size: 48px;
  }

  .price span {
    font-size: 16px;
  }

  .demo-link {
    margin-left: 0;
  }

  .faq {
    padding-bottom: 120px;
  }

  .site-footer {
    min-height: 980px;
    padding: 150px 22px 45px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 24px;
    width: 100%;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-brand p {
    margin-bottom: 28px;
  }

  .footer-grid nav:last-child {
    grid-column: 1 / -1;
  }

  .brevo-newsletter {
    width: 100%;
    margin-top: 48px;
  }

  .brevo-form {
    grid-template-columns: 1fr;
  }

  .brevo-email-block,
  .brevo-submit-block {
    grid-column: 1;
  }

  .brevo-submit-block {
    width: 145px;
  }

  .footer-curtain {
    height: 780px;
    background-size: 49px 780px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

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

  .reveal {
    opacity: 1;
  }
}

/* Pages légales */
.legal-page {
  background:
    radial-gradient(circle at 50% 2%, rgba(141, 255, 20, 0.13), transparent 28%),
    radial-gradient(circle at 12% 38%, rgba(213, 180, 251, 0.08), transparent 24%),
    var(--ink);
}

.legal-page .site-header {
  top: 34px;
}

.legal-page .main-nav a.is-active {
  color: inherit;
}

.legal-page .main-nav a.is-active::after {
  transform: scaleX(0);
}

.legal-main {
  position: relative;
  min-height: 100vh;
  padding: 210px 24px 120px;
  overflow: hidden;
}

.legal-main::before {
  position: absolute;
  z-index: -1;
  top: 70px;
  right: -5%;
  left: -5%;
  height: 660px;
  background: url("./public/assets/glass-a.png") repeat-x center top / 59px 660px;
  content: "";
  opacity: 0.22;
  -webkit-mask-image: linear-gradient(#000, transparent 92%);
  mask-image: linear-gradient(#000, transparent 92%);
}

.legal-shell {
  width: min(940px, calc(100vw - 48px));
  margin: 0 auto;
}

.legal-hero {
  margin-bottom: 52px;
  text-align: center;
}

.legal-eyebrow {
  margin: 0 0 18px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.legal-hero h1 {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(46px, 8vw, 92px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.legal-intro {
  max-width: 680px;
  margin: 26px auto 0;
  color: rgba(255, 254, 240, 0.74);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.65;
}

.legal-updated {
  display: inline-flex;
  margin: 24px 0 0;
  padding: 9px 15px;
  color: rgba(255, 254, 240, 0.72);
  border: 1px solid rgba(255, 254, 240, 0.16);
  border-radius: 999px;
  background: rgba(255, 254, 240, 0.07);
  font-size: 12px;
}

.legal-document {
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid rgba(255, 254, 240, 0.12);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 254, 240, 0.12), rgba(255, 254, 240, 0.045));
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.legal-document section + section {
  margin-top: 42px;
  padding-top: 42px;
  border-top: 1px solid rgba(255, 254, 240, 0.12);
}

.legal-document h2 {
  margin: 0 0 18px;
  color: var(--lime);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 500;
  letter-spacing: -0.025em;
}

.legal-document h3 {
  margin: 28px 0 10px;
  font-size: 18px;
  font-weight: 600;
}

.legal-document p,
.legal-document li,
.legal-document td,
.legal-document th,
.legal-document address {
  color: rgba(255, 254, 240, 0.82);
  font-size: 15px;
  line-height: 1.75;
}

.legal-document p {
  margin: 0 0 16px;
}

.legal-document p:last-child {
  margin-bottom: 0;
}

.legal-document ul {
  margin: 14px 0 0;
  padding-left: 22px;
}

.legal-document li + li {
  margin-top: 7px;
}

.legal-document address {
  font-style: normal;
}

.legal-document strong {
  color: var(--cream);
  font-weight: 600;
}

.legal-document a {
  color: var(--lime);
  text-decoration: underline;
  text-decoration-color: rgba(141, 255, 20, 0.45);
  text-underline-offset: 4px;
}

.legal-document a:hover {
  text-decoration-color: var(--lime);
}

.legal-table-wrap {
  margin-top: 22px;
  overflow-x: auto;
  border: 1px solid rgba(255, 254, 240, 0.12);
  border-radius: 18px;
}

.legal-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.legal-table th,
.legal-table td {
  padding: 17px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(255, 254, 240, 0.1);
}

.legal-table th {
  color: var(--cream);
  background: rgba(255, 254, 240, 0.08);
  font-size: 13px;
  font-weight: 600;
}

.legal-table tr:last-child td {
  border-bottom: 0;
}

.legal-callout {
  margin: 24px 0 0;
  padding: 20px 22px;
  border: 1px solid rgba(141, 255, 20, 0.25);
  border-radius: 18px;
  background: rgba(141, 255, 20, 0.07);
}

.legal-callout p {
  color: rgba(255, 254, 240, 0.9);
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 34px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 254, 240, 0.15);
  border-radius: 999px;
  background: rgba(255, 254, 240, 0.07);
  transition: color 180ms ease, background-color 180ms ease;
}

.legal-back:hover {
  color: var(--lime);
  background: rgba(255, 254, 240, 0.12);
}

.legal-footer {
  position: relative;
  padding: 58px 24px 64px;
  border-top: 1px solid rgba(255, 254, 240, 0.1);
  background:
    linear-gradient(rgba(3, 22, 20, 0.6), rgba(3, 22, 20, 0.96)),
    url("./public/assets/glass-b.png") repeat-x center bottom / 58px 520px;
}

.legal-footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 50px;
  width: min(940px, calc(100vw - 48px));
  margin: 0 auto;
}

.legal-footer-brand > img {
  display: block;
  width: 145px;
}

.legal-footer-brand p {
  margin: 10px 0 28px;
  color: rgba(255, 254, 240, 0.72);
  font-size: 13px;
}

.legal-footer-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
  align-content: start;
}

.legal-footer-nav a {
  color: rgba(255, 254, 240, 0.74);
  font-size: 13px;
  transition: color 180ms ease;
}

.legal-footer-nav a:hover,
.legal-footer-nav a[aria-current="page"] {
  color: var(--lime);
}

@media (max-width: 760px) {
  .legal-main {
    padding: 160px 18px 80px;
  }

  .legal-shell {
    width: 100%;
  }

  .legal-hero {
    margin-bottom: 34px;
    text-align: left;
  }

  .legal-intro {
    margin-left: 0;
  }

  .legal-document {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .legal-document section + section {
    margin-top: 32px;
    padding-top: 32px;
  }

  .legal-footer-inner {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .legal-hero h1 {
    font-size: 44px;
  }

  .legal-footer-nav {
    grid-template-columns: 1fr;
  }
}
