/* BGN DS v1.3.12 tokens. Source: design-tokens/bgn.tokens.json via generated tokens.css. */
:root {
  --color-primary-100: #E6F5EE;
  --color-primary-200: #D4F6E9;
  --color-primary-300: #B5FFE5;
  --color-primary-400: #78FFCF;
  --color-primary-500: #46E1B4;
  --color-primary-600: #29AE87;
  --color-primary-700: #118D62;
  --color-primary-800: #0B714D;
  --color-primary-900: #06583A;
  --color-primary-50: #E6F5EE;
  --color-neutral-0: #FFFFFF;
  --color-neutral-100: #F9FBFD;
  --color-neutral-200: #ECF1F6;
  --color-neutral-300: #DCE3EA;
  --color-neutral-400: #B9C4CE;
  --color-neutral-500: #939EAB;
  --color-neutral-600: #7F8B96;
  --color-neutral-700: #55636B;
  --color-neutral-800: #2F3E43;
  --color-neutral-900: #101211;
  --color-neutral-50: #F9FBFD;
  --color-neutral-150: #ECF1F6;
  --color-text-primary: #101211;
  --color-text-body: #55636B;
  --color-text-secondary: #7F8B96;
  --color-text-muted: #939EAB;
  --color-text-disabled: #B9C4CE;
  --color-warning: #FDB72A;
  --color-warning-bg: #FFF9E7;
  --color-warning-text: #8A5A00;
  --color-error: #C61A0B;
  --color-error-bg: #FEECEC;
  --color-error-text: #C62828;
  --color-info: #42A5F5;
  --color-info-bg: #EAF4FF;
  --color-info-text: #1565C0;
  --font-ui: "Geist", "Inter", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", monospace;
  --text-xs: 12px;
  --text-sm: 14px;
  --text-base: 16px;
  --text-lg: 18px;
  --text-xl: 20px;
  --text-2xl: 24px;
  --text-3xl: 24px;
  --text-4xl: 32px;
  --text-5xl: 40px;
  --text-6xl: 48px;
  --text-button: 16px;
  --text-button-small: 14px;
  --text-caption: 12px;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --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-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-card: 12px;
  --radius-pill: 999px;
  --shadow-flat: none;
  --shadow-sm: 0 8px 24px rgba(16, 18, 17, 0.04);
  --shadow-md: 0 8px 24px rgba(16, 18, 17, 0.08);
  --shadow-card-hover: 0 4px 20px rgba(0, 168, 89, 0.10);
  --border-default: #DCE3EA;
  --border-subtle: #ECF1F6;
  --border-divider: #F9FBFD;
  --border-interactive: #118D62;
  --border-featured: #29AE87;
  --icon-xs: 12px;
  --icon-sm: 16px;
  --icon-md: 20px;
  --icon-lg: 24px;
  --icon-xl: 40px;
  --icon-stroke: 1.5px;
  --surface-border-color: #DCE3EA;
  --surface-divider-color: #F9FBFD;
  --surface-subtle-separator-color: #ECF1F6;
  --shell-border-color: #DCE3EA;
  --table-border-color: #DCE3EA;
  --table-row-divider-color: #F9FBFD;
  --control-border-color: #DCE3EA;
  --control-subtle-border-color: #ECF1F6;
  --product-card-min-height: 230px;
  --product-card-padding: 24px;
  --product-card-radius: 12px;
  --product-card-border-color: #DCE3EA;
  --product-card-hover-border-color: #118D62;
  --product-card-hover-transform: translateY(-2px);
  --product-card-display: flex;
  --product-card-flex-direction: column;
  --product-card-cta-margin-top: auto;
  --pricing-card-padding: 24px;
  --pricing-card-radius: 12px;
  --pricing-card-featured-border-color: #29AE87;
  --pricing-card-price-font-size: 24px;
  --pricing-card-cta-margin-top: auto;
  --pricing-table-radius: 12px;
  --pricing-table-header-font-size: 13px;
  --pricing-table-header-font-weight: 600;
  --pricing-table-body-font-size: 13px;
  --pricing-table-cell-padding-x: 24px;
  --pricing-table-cell-padding-y: 16px;
  --pricing-table-price-font-size: 16px;
  --pricing-table-original-price-font-size: 12px;
  --pricing-table-cta-height: 24px;
  --domain-search-input-height: 48px;
  --domain-search-container-radius: 12px;
  --domain-search-container-border-color: #DCE3EA;
  --domain-search-focus-changes-wrapper-border: 0;
  --domain-search-input-focus-indicator: cursor-only;
  --domain-search-extension-width: 220px;
  --domain-search-dropdown-offset: 24px;
  --domain-search-close-on-outside-click: 1;
  --domain-search-result-price-width: 120px;
  --domain-search-result-min-action-width: 240px;
  --domain-search-unavailable-color: #939EAB;
  --button-height-default: 32px;
  --button-height-small: 24px;
  --button-height-large: 40px;
  --button-padding-x-default: 20px;
  --button-padding-x-small: 14px;
  --button-padding-x-large: 28px;
  --button-font-size-default: 14px;
  --button-font-size-large: 14px;
  --button-font-weight: 600;
  --button-radius: 8px;
  --button-border-width: 1.5px;
  --button-icon-gap: 7px;
  --button-icon-stroke: 2.2px;
  --navbar-height: 72px;
  --navbar-item-font-size: 14px;
  --navbar-item-font-weight: 600;
  --navbar-item-color: #55636B;
  --navbar-item-active-color: #118D62;
  --hero-align: center;
  --hero-padding-y: 56px;
  --hero-heading-size: 42px;
  --hero-heading-line-height: 1.12;
  --badge-radius: 8px;
  --badge-promotion-background: #E6F5EE;
  --badge-promotion-text: #118D62;
  --badge-max-distinct-colors-per-page: 3;
  --badge-code-tracking: 0.12em;
  --form-field-radius: 8px;
  --form-label-font-size: 14px;
  --form-label-font-weight: 600;
  --form-field-border-color: #DCE3EA;
  --form-field-focus-border-color: #118D62;
  --form-field-error-border-color: #C61A0B;
  --footer-radius: 12px;
  --footer-column-count-desktop: 5;
  --footer-column-count-tablet: 2;
  --footer-column-count-mobile: 1;
  --sidebar-section-label-color: #7F8B96;
  --sidebar-item-color: #55636B;
  --sidebar-child-item-color: #55636B;
  --sidebar-icon-color: #7F8B96;
  --sidebar-footer-color: #7F8B96;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-ui);
  font-size: var(--text-base);
  font-weight: var(--font-weight-regular);
  color: var(--color-text-body);
  background: var(--color-neutral-50);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
}

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

p,
h1,
h2,
h3 {
  margin: 0;
}

button,
a {
  font: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--color-primary-700);
  outline-offset: 2px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: var(--navbar-height);
  background: var(--color-neutral-0);
  border-bottom: 1px solid var(--shell-border-color);
}

.nav-shell {
  max-width: 1280px;
  min-height: var(--navbar-height);
  margin: 0 auto;
  padding: 0 var(--space-20);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  color: var(--color-neutral-900);
  font-size: var(--text-sm);
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
}

.brand img {
  width: 16px;
  height: 20px;
  flex: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-link {
  min-height: var(--button-height-small);
  display: inline-flex;
  align-items: center;
  border-radius: var(--button-radius);
  padding: 0 var(--button-padding-x-small);
  color: var(--navbar-item-color);
  font-size: var(--navbar-item-font-size);
  font-weight: var(--navbar-item-font-weight);
  line-height: 1.6;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.nav-link:hover {
  color: var(--color-neutral-900);
  background: var(--color-neutral-100);
}

.nav-link[aria-current="page"] {
  color: var(--navbar-item-active-color);
  background: var(--color-primary-50);
}

.page-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: var(--space-20);
}

.hero {
  padding: var(--hero-padding-y) 0 var(--space-16);
  text-align: var(--hero-align);
}

.kicker {
  display: inline-flex;
  align-items: center;
  min-height: var(--button-height-small);
  border-radius: var(--badge-radius);
  background: var(--badge-promotion-background);
  color: var(--badge-promotion-text);
  padding: 0 var(--space-3);
  font-size: var(--text-caption);
  font-weight: var(--font-weight-semibold);
  line-height: 1.5;
  letter-spacing: var(--badge-code-tracking);
  text-transform: uppercase;
}

.hero h1 {
  margin-top: var(--space-5);
  color: var(--color-text-primary);
  font-size: var(--hero-heading-size);
  line-height: var(--hero-heading-line-height);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0;
}

.lead {
  max-width: 720px;
  margin: var(--space-5) auto 0;
  color: var(--color-text-body);
  font-size: var(--text-lg);
  line-height: 1.55;
}

.hero-actions {
  margin-top: var(--space-8);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  flex-wrap: wrap;
}

.btn {
  min-height: var(--button-height-default);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--button-icon-gap);
  padding: 0 var(--button-padding-x-default);
  border: var(--button-border-width) solid transparent;
  border-radius: var(--button-radius);
  font-size: var(--button-font-size-default);
  font-weight: var(--button-font-weight);
  line-height: 1.6;
  white-space: nowrap;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.btn-lg {
  min-height: var(--button-height-large);
  padding: 0 var(--button-padding-x-large);
  font-size: var(--button-font-size-large);
  line-height: 1.5;
}

.btn-primary {
  background: var(--color-primary-700);
  border-color: var(--color-primary-700);
  color: var(--color-neutral-0);
}

.btn-primary:hover {
  background: var(--color-primary-600);
  border-color: var(--color-primary-600);
}

.btn-outline {
  background: var(--color-neutral-0);
  border-color: var(--color-primary-700);
  color: var(--color-primary-700);
}

.btn-outline:hover {
  border-color: var(--color-primary-600);
  color: var(--color-primary-600);
}

.section {
  padding: var(--space-20) 0;
  border-top: 1px solid var(--surface-border-color);
}

.section-header {
  max-width: 720px;
  margin-bottom: var(--space-8);
}

.section-title {
  color: var(--color-text-primary);
  font-size: var(--text-4xl);
  line-height: 1.25;
  font-weight: var(--font-weight-semibold);
}

.section-copy {
  margin-top: var(--space-3);
  color: var(--color-text-body);
  font-size: var(--text-base);
  line-height: 1.5;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-6);
}

.page-card {
  min-height: var(--product-card-min-height);
  display: var(--product-card-display);
  flex-direction: var(--product-card-flex-direction);
  padding: var(--product-card-padding);
  border: 1px solid var(--product-card-border-color);
  border-radius: var(--product-card-radius);
  background: var(--color-neutral-0);
  box-shadow: var(--shadow-flat);
  transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.page-card:hover {
  border-color: var(--product-card-hover-border-color);
  transform: var(--product-card-hover-transform);
  box-shadow: var(--shadow-card-hover);
}

.page-card h3 {
  color: var(--color-text-primary);
  font-size: var(--text-xl);
  line-height: 1.4;
  font-weight: var(--font-weight-semibold);
}

.page-card p {
  margin-top: var(--space-3);
  color: var(--color-text-body);
  font-size: var(--text-sm);
  line-height: 1.6;
}

.card-action {
  margin-top: var(--product-card-cta-margin-top);
  color: var(--color-primary-700);
  font-size: var(--text-button-small);
  font-weight: var(--button-font-weight);
  line-height: 1.6;
}

.tree-panel {
  padding: var(--space-6);
  border: 1px solid var(--surface-border-color);
  border-radius: var(--radius-card);
  background: var(--color-neutral-0);
}

.tree {
  margin: 0;
  padding-left: 0;
  list-style: none;
  color: var(--color-text-body);
  font-size: var(--text-sm);
  line-height: 1.6;
}

.tree ul {
  margin: var(--space-2) 0 0 var(--space-5);
  padding-left: var(--space-5);
  border-left: 1px solid var(--surface-border-color);
  list-style: none;
}

.tree li {
  margin-top: var(--space-2);
}

.tree a {
  color: var(--color-text-body);
  font-weight: var(--font-weight-medium);
}

.tree a:hover,
.tree a[aria-current="page"] {
  color: var(--color-primary-700);
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-wrap: wrap;
  color: var(--color-text-secondary);
  font-size: var(--text-caption);
  line-height: 1.5;
  margin-bottom: var(--space-6);
}

.breadcrumb a {
  color: var(--color-text-body);
  font-weight: var(--font-weight-medium);
}

.breadcrumb a:hover {
  color: var(--color-primary-700);
}

.breadcrumb span[aria-current="page"] {
  color: var(--color-primary-700);
  font-weight: var(--font-weight-semibold);
}

.content-band {
  padding: var(--space-20) 0;
  border-top: 1px solid var(--surface-border-color);
  border-bottom: 1px solid var(--surface-border-color);
  background: var(--color-neutral-0);
}

.content-column {
  max-width: 720px;
}

.content-column p {
  color: var(--color-text-body);
  font-size: var(--text-base);
  line-height: 1.5;
}

.content-column p + p {
  margin-top: var(--space-5);
}

.footer {
  border-top: 1px solid var(--surface-border-color);
  background: var(--color-neutral-0);
}

.footer-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: var(--space-8) var(--space-20);
  color: var(--color-text-secondary);
  font-size: var(--text-caption);
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .nav-shell,
  .page-shell,
  .footer-shell {
    padding-left: var(--space-10);
    padding-right: var(--space-10);
  }
}

@media (max-width: 640px) {
  .nav-shell {
    align-items: flex-start;
    flex-direction: column;
    padding: var(--space-4) var(--space-5);
  }

  .site-nav {
    justify-content: flex-start;
  }

  .page-shell {
    padding: var(--space-10) var(--space-5);
  }

  .hero {
    padding-top: var(--space-10);
    padding-bottom: var(--space-10);
    text-align: left;
  }

  .hero h1 {
    font-size: var(--text-4xl);
    line-height: 1.25;
  }

  .lead {
    margin-left: 0;
    margin-right: 0;
    font-size: var(--text-base);
    line-height: 1.5;
  }

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

  .section,
  .content-band {
    padding: var(--space-10) 0;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .footer-shell {
    padding: var(--space-6) var(--space-5);
  }
}

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

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