/* ==========================================================================
   Landing Layout Bundle
   Auto-generated by bin/bundle-css — do not edit manually.
   ========================================================================== */

/* --- Source: base/reset.css --- */

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

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;

  overscroll-behavior: none;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
  margin-block-start: 0;
}

ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  list-style: none;
}

/* Set core body defaults */
body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  line-height: 1.5;

  overscroll-behavior: none;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}


/* --- Source: base/tokens.css --- */

/* ==========================================================================
   Design Tokens — Rabata.io
   Single source of truth for colors, typography, spacing, and radii.
   Extracted from Figma UI Kit: https://figma.com/design/dN3AyfRTutZnijMD40HBcf
   ========================================================================== */

:root {
  /* --- Colors (primary palette) --- */
  --color-white: #ffffff;
  --color-text: #ccced0;
  --color-text-secondary: #676d72;
  --color-bg: #111a22;
  --color-bg-light: #242c33;
  --color-stroke: #1c363f;
  --color-stroke-light: rgba(255, 255, 255, 0.3);
  --color-dark: #020c14;
  --color-active: #28cdd9;
  --color-red: #ff5858;
  --color-success: #5de966;
  --color-warning: #eab41d;

  /* --- Colors (derived / alpha variants) --- */
  --color-active-10: rgba(40, 205, 217, 0.1);
  --color-active-20: rgba(40, 205, 217, 0.2);
  --color-active-30: rgba(40, 205, 217, 0.3);
  --color-active-40: rgba(40, 205, 217, 0.4);
  --color-active-70: rgba(40, 205, 217, 0.7);
  --color-active-80: rgba(40, 205, 217, 0.8);
  --color-inactive-bg: rgba(103, 109, 114, 0.12);
  --color-success-bg: rgba(93, 233, 102, 0.1);
  --color-warning-bg: rgba(234, 180, 29, 0.1);
  --color-red-bg: rgba(255, 88, 88, 0.1);
  --color-red-bg-hover: rgba(255, 88, 88, 0.25);
  --color-success-border: rgba(93, 233, 102, 0.3);
  --color-red-border: rgba(255, 88, 88, 0.3);
  --color-overlay: rgba(0, 0, 0, 0.7);
  --color-backdrop: rgba(0, 0, 0, 0.5);
  --color-scrim: rgba(0, 0, 0, 0.3);
  --color-row-hover: rgba(255, 255, 255, 0.06);
  --color-row-alt: rgba(255, 255, 255, 0.02);

  /* --- Chart colors --- */
  --color-chart-s3-storage: #28cdd9;
  --color-chart-s3-traffic: #2dd4bf;
  --color-chart-video: #eab41d;

  /* --- Fonts --- */
  --font-heading: "Tektur", sans-serif;
  --font-body: "Inter", sans-serif;

  /* --- Typography scale --- */
  --text-h1: 36px;
  --text-h2: 22px;
  --text-h3: 18px;
  --text-lg: 14px;
  --text-md: 12px;
  --text-sm: 10px;
  --line-height-xl: 28px;
  --line-height-lg: 24px;
  --line-height-md: 20px;
  --line-height-sm: 16px;

  /* --- Spacing (4px base) --- */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-15: 60px;
  --space-18: 72px;
  --space-20: 80px;
  --space-25: 100px;

  /* --- Border radius --- */
  --radius-xs: 2px;
  --radius-sm: 3px;
  --radius-md: 4px;
  --radius-lg: 8px;
  --radius-xl: 12px;

  /* --- Shadows --- */
  --shadow: 0 4px 24px var(--color-scrim);
  --shadow-glow: 0 0 8px var(--color-active-40);

  /* --- Gradients --- */
  --gradient-highlight: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );

  /* --- Z-index scale --- */
  --z-base: 1;
  --z-dropdown: 100;
  --z-header: 200;
  --z-sidebar-backdrop: 300;
  --z-sidebar: 310;
  --z-sidebar-mobile: 400;
  --z-modal: 1000;
  --z-toast: 1100;

  /* --- Transitions --- */
  --transition: 150ms ease;
}

@media (min-width: 1024px) {
  :root {
    --text-h1: 40px;
    --text-h2: 28px;
    --text-h3: 18px;
    --text-lg: 16px;
    --text-md: 14px;
    --text-sm: 12px;
    --line-height-lg: 24px;
    --line-height-md: 20px;
    --line-height-sm: 16px;
  }
}


/* --- Source: base/global.css --- */

body {
  background: var(--color-dark, #020c14);
  color: var(--color-text, #ccced0);

  font-family: var(--font-body, "Inter", sans-serif);
  font-size: var(--text-lg, 16px);
  line-height: var(--line-height-lg, 28px);
}

body.menu-open {
  overflow: hidden;
}

a {
  color: var(--color-active, #28cdd9);
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: var(--color-white, #ffffff);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: normal;
}

h1 {
  font-size: var(--text-h1);
}
h2 {
  font-size: var(--text-h2);
}
h3 {
  font-size: var(--text-h3);
}
h4 {
  font-size: var(--text-lg);
  font-weight: 400;
  line-height: 28px;
}
h5,
h6 {
  font-size: var(--text-md);
  font-weight: 400;
  line-height: 20px;
}

p {
  font-size: var(--text-lg);
  line-height: var(--line-height-lg);
}


/* --- Source: components/button.css --- */

/* ==========================================================================
   Button — BEM block
   Sizes: default (32px), --lg (38px), --sm (24px)
   Variants: primary (default), --secondary
   States: default, :hover, --inactive
   ========================================================================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);

  height: 38px;
  padding: 0 var(--space-2);

  border: 1px solid var(--color-active-80);
  border-radius: var(--radius-md);
  background: var(--color-active-10);
  color: var(--color-active);

  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--text-lg);
  line-height: 12px;
  text-decoration: none;
  white-space: nowrap;

  cursor: pointer;

  overflow: hidden;

  transition:
    background var(--transition),
    border-color var(--transition);
}

.btn:hover {
  background: var(--color-active-30);
  border-color: var(--color-active);
}

.btn--inactive,
.btn:disabled {
  background: var(--color-inactive-bg);
  border-color: var(--color-text-secondary);
  color: var(--color-text-secondary);
  pointer-events: none;
}

/* --- Size: Large (38px) --- */

.btn--lg {
  height: 38px;
  padding: 0 var(--space-2);
  font-size: var(--text-lg);
  width: 220px;
}

/* --- Size: Small (24px) --- */

.btn--sm {
  height: 24px;
  padding: 0 6px 0 var(--space-1);
  font-size: var(--text-sm);
  gap: 2px;
}

.btn--sm .btn__icon {
  width: 16px;
  height: 16px;
}

/* --- Variant: Secondary --- */

.btn--secondary {
  background: transparent;
  border-color: var(--color-stroke);
  color: var(--color-white);
}

.btn--secondary:hover {
  background: var(--color-bg);
  border-color: var(--color-stroke);
  color: var(--color-white);
}

.btn--secondary.btn--inactive,
.btn--secondary:disabled {
  background: transparent;
  border-color: var(--color-text-secondary);
  color: var(--color-text-secondary);
}

/* --- Variant: Danger --- */

.btn--danger {
  background: var(--color-red-bg);
  border-color: var(--color-red);
  color: var(--color-red);
}

.btn--danger:hover {
  background: var(--color-red-bg-hover);
}

/* --- Positioning: Copy (absolute inside input field) --- */

.btn--copy {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  padding: var(--space-1) var(--space-3);
}

/* --- Full-width --- */

.btn--full {
  width: 100%;
  justify-content: center;
}

@media (min-width: 1024px) {
  .btn {
    height: 32px;
    padding: 0 var(--space-3);
    font-size: var(--text-md);
    border-radius: var(--radius-sm);
  }
}


/* --- Source: components/input.css --- */

.input {
  width: 100%;
  height: 38px;
  padding: var(--space-2) var(--space-3);
  border: 1px solid var(--color-stroke);
  border-radius: var(--radius-md);
  background: var(--color-dark);
  color: var(--color-text);
  caret-color: var(--color-text);

  font-family: var(--font-body);
  font-size: var(--text-md);
  line-height: var(--line-height-md);

  &::placeholder {
    color: var(--color-text-secondary);
  }

  &:-webkit-autofill,
  &:-webkit-autofill:hover,
  &:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--color-text);
    transition: background-color 9999s ease-out 0s;
  }

  &:focus {
    border-color: var(--color-active);
    outline: none;
  }

  &.is-error {
    border-color: var(--color-red);
  }
}


/* --- Source: components/form-field.css --- */

.form-field {
  position: relative;
}

.form-field__label {
  position: absolute;
  top: 50%;
  left: var(--space-3);
  transform: translateY(-50%);
  margin: 0;
  color: var(--color-text-secondary);
  font-family: var(--font-body);
  font-size: var(--text-md);
  font-weight: 400;
  line-height: var(--line-height-md);
  pointer-events: none;
  transform-origin: left center;
  transition:
    top 300ms ease,
    transform 300ms ease,
    font-size var(--transition),
    line-height var(--transition),
    background var(--transition),
    padding var(--transition);
}

.form-field__required {
  color: var(--color-red);
  margin-left: var(--space-1);
}

.form-field__input::placeholder {
  color: transparent;
}

.form-field:focus-within .form-field__label,
.form-field:has(.form-field__input:not(:placeholder-shown)) .form-field__label {
  top: var(--space-1);
  transform: translateY(-12px);
  font-size: var(--text-sm);
  line-height: var(--line-height-sm);
  background: var(--color-dark);
  padding: 0 var(--space-1);
}

.form-field--textarea {
  min-height: 86px;

  .form-field__input {
    height: 86px;
    min-height: 86px;
    padding: 29px var(--space-3) 14px;
    resize: none;
    line-height: var(--line-height-md);
  }

  .form-field__label {
    top: var(--space-2);
    transform: none;
  }
}


/* --- Source: components/burger.css --- */

.burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid var(--color-stroke, #1c363f);
}

.burger__line {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color-text, #ccced0);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.burger.is-active .burger__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.burger.is-active .burger__line:nth-child(2) {
  opacity: 0;
}

.burger.is-active .burger__line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}


/* --- Source: components/logo.css --- */

.logo {
  display: block;
}

.logo__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* --- Source: components/emphasis.css --- */

.emphasis {
  display: inline-block;
  font-style: normal;
}

.emphasis--tag__angle {
  text-shadow: 0 0 10px rgba(40, 205, 217, 0.6);
  background: linear-gradient(158deg, #3cdfea 50%, #0f9099 83.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.emphasis--highlight {
  padding: 0 6px;

  border-radius: var(--radius-sm);
  border: 1px solid var(--color-stroke-light);

  background: var(--gradient-highlight);
  max-height: var(--line-height-lg);
}

.emphasis--simple {
  color: var(--color-active, #28cdd9);
}

.emphasis--selected {
  padding: 0 2px;

  border-radius: var(--radius-sm);
  background: linear-gradient(
    90deg,
    rgba(40, 205, 217, 0.2) 0%,
    rgba(40, 205, 217, 0.05) 100%
  );
  color: var(--color-active, #28cdd9);
}


/* --- Source: components/bullet-list.css --- */

.bullet-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-2, 8px);

  padding: 0;
  margin: 0;

  list-style: none;

  line-height: var(--line-height-md);
}

.bullet-list--bordered {
  border: 1px solid var(--color-stroke, #1c363f);
  border-width: 1px 0;
  padding: var(--space-5, 20px) 0;
  margin: var(--space-3, 12px) 0;
}

.bullet-list__item {
  --bullet-list-bullet-size: 9px;

  position: relative;
  padding-left: calc(var(--bullet-list-bullet-size) + var(--space-2, 8px));

  &::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(0.5lh - var(--bullet-list-bullet-size) / 2);
    width: var(--bullet-list-bullet-size);
    height: var(--bullet-list-bullet-size);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='8 8 9 9' fill='none'%3E%3Cpath fill='%2328CDD9' d='M11 11h3v3h-3zM8 8h3v3H8zM14 14h3v3h-3zM14 8h3v3h-3zM8 14h3v3H8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }
}

@media (min-width: 1024px) {
  .bullet-list--inline {
    flex-flow: row wrap;
    gap: var(--space-6);
  }

  .bullet-list--two-col {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    column-gap: var(--space-12);
    row-gap: var(--space-2);
  }
}


/* --- Source: components/square-icon.css --- */

.square-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;

  align-items: center;
  justify-content: center;

  border-radius: var(--radius-sm);
  border: 1px solid var(--color-active-30, rgba(40, 205, 217, 0.3));
  background: var(--color-active-10, rgba(40, 205, 217, 0.12));

  color: var(--color-active, #28cdd9);
}

.square-icon__img {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}


/* --- Source: components/bracket-badge.css --- */

.bracket-badge {
  display: inline-flex;

  color: var(--color-active, #28cdd9);
}

.bracket-badge__bracket {
  &:first-child {
    transform: rotate(180deg);
  }
}

.bracket-badge__label {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1, 4px);

  background: linear-gradient(
    270deg,
    rgba(40, 205, 217, 0) 0.2%,
    rgba(40, 205, 217, 0.24) 50.01%,
    rgba(40, 205, 217, 0) 99.82%
  );

  min-height: 20px;
  padding: 2px 6px;

  font-size: var(--text-md, 14px);
  line-height: 16px;
}

.bracket-badge__icon {
  width: 16px;
  height: 16px;
}


/* --- Source: components/icon-badge.css --- */

.icon-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);

  padding: var(--space-1);

  color: var(--color-white);
  font-size: var(--text-sm);
  line-height: var(--line-height-sm);
  white-space: nowrap;

  border-radius: var(--radius-md);

  border: 1px solid var(--color-stroke-light);
  background: var(--gradient-highlight);
}

.icon-badge__icon {
  flex-shrink: 0;
}


/* --- Source: components/landings/section-heading.css --- */

.section-heading {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.section-heading__title {
  margin: 0;
  color: var(--color-white);
}

.section-heading__description {
  margin: 0;
  color: var(--color-text);
}

@media (min-width: 1024px) {
  .section-heading {
    gap: var(--space-2);
  }
}


/* --- Source: components/landings/faq.css --- */

.faq__heading {
  padding: 0 var(--space-4);
  margin-bottom: var(--space-6);
}

@media (min-width: 1024px) {
  .faq__heading {
    padding: 0 var(--space-8);
    margin-bottom: var(--space-8);
  }
}


/* --- Source: components/square-badge.css --- */

.square-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: var(--space-1, 4px);

  color: var(--color-active, #28cdd9);
}

.square-badge__label {
  font-size: var(--text-sm);
  color: var(--color-text-secondary, #676d72);
}


/* --- Source: components/landings/banner.css --- */

.banner {
  display: flex;
  flex-direction: column;
  gap: var(--space-2, 8px);

  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;

  padding: var(--space-4, 16px) var(--space-4, 16px) 0;

  border-radius: var(--radius-lg);
  border: 1px solid var(--color-active-30, rgba(40, 205, 217, 0.3));
}

.banner__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-2, 8px);
}

.banner__title {
  font-size: 22px;
  font-family: var(--font-heading);
  font-weight: 600;

  color: var(--color-white);
}

.banner__actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-2, 8px);

  margin: var(--space-2, 8px) 0;

  .btn {
    height: 32px;
    font-size: var(--text-md);
  }
}

.banner__visual {
  position: relative;

  text-align: center;

  &::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 153px;
    height: 153px;
    transform: translate(-50%, -50%);
    border-radius: 100px;
    background: rgba(40, 205, 217, 0.08);
    filter: blur(100px);
  }

  &::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 87px;
    height: 87px;
    border-radius: 100px;

    background: var(--color-active-40);
    filter: blur(50px);
  }
}

.banner__illustration {
  position: relative;
  z-index: 1;
  margin: auto;
}

@media (min-width: 1024px) {
  .banner {
    position: relative;
    display: block;

    padding: var(--space-6, 24px) var(--space-8, 32px);
  }

  .banner__content {
    position: relative;
    z-index: var(--z-base, 1);
    width: 75%;
  }

  .banner__visual {
    position: absolute;
    bottom: 0;
    right: 0;

    width: 400px;

    &::before,
    &::after {
      transform: none;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
    }

    &::before {
      top: -17px;
      right: 35px;
      background: var(--color-active-80);
    }

    &::after {
      top: 16px;
      right: 68px;
      background: var(--color-active-80);
    }
  }

  .banner__illustration {
    margin: 0 0 0 auto;
    padding: 0 57px 0 0;
  }

  .banner__actions {
    flex-direction: row;
  }
}


/* --- Source: components/auth-menu.css --- */

.auth-menu {
  display: flex;
  gap: var(--space-3);
}


/* --- Source: components/snippet.css --- */

.snippet {
  --snippet-copy-size: 24px;
  --snippet-copy-icon-size: 16px;

  position: relative;
  border: 1px solid var(--color-stroke);
  border-radius: var(--radius-md);
  background: var(--color-bg);
  overflow: hidden;
  padding: var(--space-4) calc(var(--space-4) + var(--snippet-copy-size))
    var(--space-4) var(--space-4);
}

.snippet__copy {
  position: absolute;
  top: var(--space-3);
  right: var(--space-3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--snippet-copy-size);
  height: var(--snippet-copy-size);
  padding: 0;
  border: none;
  border-radius: var(--radius-md);
  background: var(--color-dark);
  color: var(--color-active);
  cursor: pointer;
  transition:
    background var(--transition),
    color var(--transition);

  .snippet__copy-icon {
    width: var(--snippet-copy-icon-size);
    height: var(--snippet-copy-icon-size);
  }

  &:hover {
    background: var(--color-bg-light);
  }
}

.snippet.is-copied .snippet__copy {
  color: var(--color-white);
}

.snippet__pre {
  margin: 0;
  overflow-x: auto;
  white-space: pre;
  scrollbar-width: thin;
  scrollbar-color: var(--color-bg-light) var(--color-bg);

  &::-webkit-scrollbar {
    height: 6px;
  }

  &::-webkit-scrollbar-track {
    background: var(--color-bg);
  }

  &::-webkit-scrollbar-thumb {
    background: var(--color-bg-light);
    border-radius: var(--radius-sm);
  }

  code {
    display: block;
    font-family: var(--font-body);
    font-size: var(--text-sm);
    line-height: var(--line-height-sm);
    color: var(--color-text);
    white-space: pre-wrap;
    word-break: break-word;
    background: none;
  }
}

.snippet--no-copy {
  padding-right: var(--space-4);
}

@media (min-width: 1024px) {
  .snippet {
    --snippet-copy-size: 32px;
    --snippet-copy-icon-size: 24px;

    padding: var(--space-5) calc(var(--space-8) + var(--snippet-copy-size))
      var(--space-5) var(--space-6);
  }

  .snippet__copy {
    top: var(--space-4);
    right: var(--space-4);
    width: var(--snippet-copy-size);
    height: var(--snippet-copy-size);

    .snippet__copy-icon {
      width: var(--snippet-copy-icon-size);
      height: var(--snippet-copy-icon-size);
    }
  }

  .snippet--no-copy {
    padding-right: var(--space-6);
  }

  .snippet__pre code {
    font-size: var(--text-md);
    line-height: var(--line-height-md);
  }
}


/* --- Source: layout/landing/layout.css --- */

.landing {
  .landing__content {
    display: flex;
    flex-direction: column;
    gap: var(--space-20, 80px);
  }
}

.landing--s3-comparison {
  .landing__content {
    gap: var(--space-15);
  }

  .s3-comparison-methodology,
  .s3-methodology-scenarios,
  .s3-methodology-configurations,
  .s3-methodology-matrix,
  .s3-methodology-analysis {
    margin-top: calc(var(--space-15) * -1);
  }

  .s3-methodology-endpoints {
    padding-bottom: 0;
  }
}

.landing--grant {
  .grant-form {
    margin-top: calc(var(--space-20) * -1);
  }
}

.landing__container {
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .landing {
    .landing__content {
      gap: 0;
    }

    .own-stack {
      margin: var(--space-20, 80px) 0;
    }

    .perfomance {
      margin-bottom: var(--space-20, 80px);
    }

    .migration {
      margin-bottom: var(--space-25, 100px);
    }

    .s3-pricing {
      margin-bottom: var(--space-25, 100px);
    }

    .calculator-section {
      margin-bottom: var(--space-25, 100px);
    }

    .s3-features {
      margin-top: var(--space-25, 100px);
    }
  }

  .landing--s3-comparison {
    .comparison-section,
    .s3-methodology-configurations,
    .s3-methodology-matrix,
    .s3-methodology-analysis,
    .s3-methodology-scenarios,
    .s3-comparison-methodology {
      margin-top: 0;
    }

    .charts-section {
      margin-top: var(--space-15);
    }
  }

  .landing--video-comparison {
    .feature-section {
      margin-top: var(--space-15);
    }

    .faq {
      margin-top: var(--space-15);
    }
  }

  .landing--migrate {
    .hero-section {
      margin-bottom: var(--space-15);
    }
  }

  .landing--grant {
    .grant-form {
      margin-top: 0;
    }
  }

  .landing__container {
    border: 1px solid var(--color-stroke, #1c363f);
    border-width: 0 1px;
  }
}


/* --- Source: layout/landing/header.css --- */

.landing-header {
  padding: var(--space-3, 12px) var(--space-4, 16px);
  border-bottom: 1px solid var(--color-stroke, #1c363f);

  .landing__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-4);
  }
}

.landing-header__logo {
  .logo__img {
    width: 126px;
    height: 28px;
  }
}

.landing-header__nav {
  display: none;
  align-items: center;
  gap: var(--space-6, 24px);
  font-size: var(--text-md, 14px);
}

.landing-header__nav-link {
  padding: var(--space-2, 8px);
  color: var(--color-text, #ccced0);
  transition: color 0.2s;

  &:hover {
    color: var(--color-active, #28cdd9);
  }
}

.landing-header__auth-menu {
  display: none;
}

@media (min-width: 1024px) {
  .landing-header {
    padding: 0;
  }

  .landing-header__logo {
    padding: var(--space-4, 16px) var(--space-8, 32px);
    border-right: 1px solid var(--color-stroke, #1c363f);

    .logo__img {
      width: 144px;
      height: 32px;
    }
  }

  .landing-header__nav {
    display: flex;
  }

  .landing-header__actions {
    display: flex;
    align-items: center;
    gap: var(--space-4, 16px);
    padding: var(--space-4, 16px) var(--space-8, 32px);
    border-left: 1px solid var(--color-stroke, #1c363f);
  }

  .landing-header__auth-menu {
    display: flex;
    gap: var(--space-3, 12px);
  }

  .landing-header__burger {
    display: none;
  }
}


/* --- Source: layout/landing/mobile-nav.css --- */

.landing-mobile-nav {
  position: fixed;
  top: 61px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: var(--z-dropdown);

  display: flex;
  flex-direction: column;
  gap: var(--space-4, 16px);
  padding: var(--space-6, 24px) var(--space-4, 16px);

  background: rgba(6, 8, 13, 0.95);
  backdrop-filter: blur(16px);

  opacity: 0;

  pointer-events: none;
  transition: opacity 0.3s ease;

  .auth-menu {
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
    gap: var(--space-4, 16px);
  }

  .landing-header__nav {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-1, 4px);

    font-family: var(--font-heading);
    font-size: var(--text-lg, 16px);
    font-weight: 600;
    line-height: normal;

    .landing-header__nav-link {
      padding: var(--space-2, 8px) 0;
    }
  }
}

.landing-mobile-nav.is-open {
  opacity: 1;
  pointer-events: auto;

  .landing-header__nav {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .landing-mobile-nav {
    display: none;
  }
}


/* --- Source: layout/landing/footer.css --- */

.landing-footer {
  border-top: 1px solid var(--color-stroke, #1c363f);

  .landing__container {
    padding: var(--space-20, 80px) 0;
  }
}

.landing-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-8, 32px);

  padding: 0 var(--space-4, 16px);
  margin-bottom: var(--space-8, 32px);
}

.landing-footer__logo {
  margin-bottom: var(--space-6, 24px);

  .logo__img {
    width: 144px;
    height: 32px;
  }
}

.landing-footer__brand {
  .landing-footer__list {
    gap: 6px;

    font-size: var(--text-sm, 12px);
    line-height: var(--line-height-sm, 20px);
  }
}

.landing-footer__description {
  margin-bottom: var(--space-2, 8px);

  font-size: var(--text-sm, 12px);
  line-height: var(--line-height-sm, 20px);
}

.landing-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;

  color: var(--color-text-secondary, #676d72);

  a {
    color: var(--color-text-secondary, #676d72);
    text-decoration: underline;

    &:hover {
      color: var(--color-active, #28cdd9);
    }
  }
}

.landing-footer__list-item {
  position: relative;
}

.landing-footer__list-item:not(:first-child) {
  padding-left: 10px;

  &::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: var(--color-active, #28cdd9);
    box-shadow: 0 0 8px 0 var(--color-active-80);
  }
}

.landing-footer__menu-title {
  margin-bottom: var(--space-3, 12px);

  color: var(--color-white, #ffffff);
  font-family: var(--font-heading);
  font-weight: 600;
}

.landing-footer__menu-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-2, 8px);

  font-size: var(--text-md, 14px);
  line-height: var(--line-height-md, 24px);
  color: var(--color-text, #ccced0);

  a {
    color: var(--color-text, #ccced0);

    &:hover {
      color: var(--color-active, #28cdd9);
    }
  }
}

.landing-footer__auth-menu {
  flex-flow: row-reverse;
  justify-content: flex-end;
}

.landing-footer__legal {
  display: flex;
  flex-direction: column;
  gap: var(--space-3, 12px);

  border-top: 1px solid var(--color-stroke, #1c363f);
  padding: var(--space-8, 32px) var(--space-4, 16px);

  font-size: var(--text-md, 14px);
  line-height: var(--line-height-md, 24px);

  color: var(--color-text-secondary, #676d72);

  .landing-footer__list {
    gap: var(--space-3, 12px);
  }

  .landing-footer__list-item:not(:first-child) {
    padding-left: var(--space-4, 16px);
  }
}

@media (min-width: 1024px) {
  .landing-footer {
    .landing__container {
      padding: var(--space-25, 100px) 0;
    }
  }

  .landing-footer__grid {
    padding: 0 var(--space-8, 32px);
    grid-template-columns: 2fr 1fr 1fr auto;
  }

  .landing-footer__description {
    font-size: var(--text-lg, 16px);
    line-height: var(--line-height-lg, 28px);
  }

  .landing-footer__brand {
    .landing-footer__list {
      gap: var(--space-3, 12px);

      font-size: var(--text-md, 14px);
      line-height: var(--line-height-md, 24px);
    }
  }

  .landing-footer__legal {
    padding: var(--space-8, 32px);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .landing-footer__list-item:not(:first-child) {
    padding-left: var(--space-4, 16px);
  }

  .landing-footer__auth-menu {
    flex-flow: row;
  }
}


/* --- Source: components/landings/section-striped.css --- */

.section-striped {
  --stripe-width: 1px;
  --stripe-height: 80px;
  --stripe-gap: 11px;
  --stripe-step: calc(var(--stripe-width) + var(--stripe-gap));

  position: relative;

  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: var(--stripe-height);
    pointer-events: none;

    background-image: linear-gradient(
      180deg,
      rgba(18, 32, 37, 0.4) 0%,
      rgba(18, 32, 37, 0) 100%
    );
    background-size: var(--stripe-width) var(--stripe-height);
    background-repeat: repeat-x;
    background-position: top left;

    mask-image: repeating-linear-gradient(
      90deg,
      #000 0,
      #000 var(--stripe-width),
      transparent var(--stripe-width),
      transparent var(--stripe-step)
    );
    mask-repeat: repeat-x;
    mask-position: top left;
  }

  &::after {
    display: none;

    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: var(--stripe-height);
    pointer-events: none;

    background-image: linear-gradient(
      0deg,
      rgba(18, 32, 37, 0.4) 0%,
      rgba(18, 32, 37, 0) 100%
    );
    background-size: var(--stripe-width) var(--stripe-height);
    background-repeat: repeat-x;
    background-position: bottom left;

    mask-image: repeating-linear-gradient(
      90deg,
      #000 0,
      #000 var(--stripe-width),
      transparent var(--stripe-width),
      transparent var(--stripe-step)
    );
    mask-repeat: repeat-x;
    mask-position: bottom left;
  }
}

@media (min-width: 1024px) {
  .section-striped {
    &::after {
      display: block;
    }
  }
}

