﻿@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter/Inter-VariableFont_opsz,wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lexend";
  src: url("../../fonts/Lexend/Lexend-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --green: #80cc28;
  --green-dark: #5e9e10;
  --orange: #f7951e;
  --mint: #8aec8c;
  --ink: #121414;
  --text: #383f3f;
  --muted: #687171;
  --line: #dfe7e8;
  --paper: #ffffff;
  --soft: #edf2f4;
  --charcoal: #4f4c4c;
  --deep: #102322;
  --max: 1180px;
  --shadow: 0 24px 70px rgba(15, 28, 28, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.55;
}

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

[hidden] {
  display: none !important;
}

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

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

h1,
h2,
h3,
h4,
p,
li,
dt,
dd,
blockquote,
a,
button,
label,
span,
strong {
  overflow-wrap: anywhere;
  hyphens: auto;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-weight: 670;
  letter-spacing: 0;
  line-height: 1.12;
}

h1 {
  max-width: 660px;
  margin-bottom: 22px;
  font-size: clamp(2rem, 3.45vw, 3.45rem);
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(1.5rem, 1.9vw, 2.1rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.14rem;
}

.skip-link {
  position: absolute;
  left: 18px;
  top: 12px;
  z-index: 20;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  transform: translateY(-140%);
}

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

.site-header {
  position: fixed;
  inset: 52px 0 auto;
  z-index: 10;
  pointer-events: none;
  animation: headerReveal 640ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
  transition: top 220ms ease, transform 220ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  top: 14px;
  transform: translateY(-4px);
}

.site-header.is-open:not(.is-scrolled) {
  top: 52px;
}

.utility-bar {
  position: relative;
  z-index: 11;
  min-height: 44px;
  color: rgba(255, 255, 255, 0.86);
  background: #1b1e1f;
}

.utility-bar-inner {
  width: min(calc(100% - 40px), var(--max));
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin: 0 auto;
  font-size: 0.94rem;
  font-weight: 850;
}

.utility-bar a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 8px;
  padding: 0 2px;
  letter-spacing: 0.01em;
  transition: color 160ms ease;
}

.utility-bar a::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: var(--green);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 12a8 8 0 0 1-8 8H6l-4 2 1.4-4.2A8 8 0 1 1 21 12Z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 12a8 8 0 0 1-8 8H6l-4 2 1.4-4.2A8 8 0 1 1 21 12Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.utility-bar a[href^="https://auth.smartdocu.de"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 21a8 8 0 0 0-16 0M12 13a5 5 0 1 0 0-10 5 5 0 0 0 0 10Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 21a8 8 0 0 0-16 0M12 13a5 5 0 1 0 0-10 5 5 0 0 0 0 10Z'/%3E%3C/svg%3E");
}

.utility-bar .utility-contact-link::before,
.utility-bar .utility-login-link::before {
  content: none;
}

.utility-link-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: var(--green);
}

.utility-bar a:hover {
  color: var(--green);
}

.utility-bar .utility-search-link::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m21 21-4.35-4.35M10.5 18a7.5 7.5 0 1 1 0-15 7.5 7.5 0 0 1 0 15z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m21 21-4.35-4.35M10.5 18a7.5 7.5 0 1 1 0-15 7.5 7.5 0 0 1 0 15z'/%3E%3C/svg%3E");
}

.utility-social,
.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.utility-social {
  margin-right: auto;
}

.utility-social-link,
.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-height: 32px;
  overflow: hidden;
  font-size: 0;
  text-indent: 0;
  white-space: nowrap;
}

.utility-social-link::before,
.footer-social-link::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  background: currentColor;
  mask: var(--social-icon) center / contain no-repeat;
  -webkit-mask: var(--social-icon) center / contain no-repeat;
}

.utility-bar .utility-social-link::before {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
  background: currentColor;
  mask: var(--social-icon) center / contain no-repeat;
  -webkit-mask: var(--social-icon) center / contain no-repeat;
}

.utility-social-link[data-social="linkedin"],
.footer-social-link[data-social="linkedin"] {
  --social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4.98 3.5C4.98 4.88 3.86 6 2.5 6S0 4.88 0 3.5 1.12 1 2.5 1s2.48 1.12 2.48 2.5ZM.38 8.02h4.25V23H.38V8.02ZM8.1 8.02h4.08v2.05h.06c.57-1.08 1.96-2.22 4.03-2.22 4.31 0 5.1 2.84 5.1 6.52V23h-4.25v-7.64c0-1.82-.03-4.16-2.54-4.16-2.54 0-2.93 1.98-2.93 4.03V23H8.1V8.02Z'/%3E%3C/svg%3E");
}

.utility-social-link[data-social="facebook"],
.footer-social-link[data-social="facebook"] {
  --social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M24 12.07C24 5.4 18.63 0 12 0S0 5.4 0 12.07C0 18.1 4.39 23.1 10.13 24v-8.44H7.08v-3.49h3.05V9.41c0-3.03 1.8-4.7 4.54-4.7 1.31 0 2.68.24 2.68.24v2.96h-1.51c-1.49 0-1.95.93-1.95 1.88v2.28h3.32l-.53 3.49h-2.79V24C19.61 23.1 24 18.1 24 12.07Z'/%3E%3C/svg%3E");
}

.utility-social-link[data-social="instagram"],
.footer-social-link[data-social="instagram"] {
  --social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7.75 2h8.5A5.76 5.76 0 0 1 22 7.75v8.5A5.76 5.76 0 0 1 16.25 22h-8.5A5.76 5.76 0 0 1 2 16.25v-8.5A5.76 5.76 0 0 1 7.75 2Zm0 2A3.75 3.75 0 0 0 4 7.75v8.5A3.75 3.75 0 0 0 7.75 20h8.5A3.75 3.75 0 0 0 20 16.25v-8.5A3.75 3.75 0 0 0 16.25 4h-8.5ZM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm5.25-2.25a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Z'/%3E%3C/svg%3E");
}

.utility-social-link[data-social="youtube"],
.footer-social-link[data-social="youtube"] {
  --social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M23.5 6.2a3 3 0 0 0-2.1-2.1C19.5 3.6 12 3.6 12 3.6s-7.5 0-9.4.5A3 3 0 0 0 .5 6.2 31 31 0 0 0 0 12a31 31 0 0 0 .5 5.8 3 3 0 0 0 2.1 2.1c1.9.5 9.4.5 9.4.5s7.5 0 9.4-.5a3 3 0 0 0 2.1-2.1A31 31 0 0 0 24 12a31 31 0 0 0-.5-5.8ZM9.6 15.6V8.4l6.3 3.6-6.3 3.6Z'/%3E%3C/svg%3E");
}

.nav-shell {
  position: relative;
  width: min(calc(100% - 40px), 1260px);
  height: 70px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(168px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 0 14px 0 20px;
  pointer-events: auto;
  border: 1px solid rgba(223, 231, 232, 0.94);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 38px rgba(15, 28, 28, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px) saturate(1.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  isolation: isolate;
  overflow: visible;
  transform: translateZ(0);
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.nav-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.3) 56%, rgba(128, 204, 40, 0.1)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.06));
  pointer-events: none;
}

.nav-shell::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: calc(16px - 1px);
  background: linear-gradient(90deg, rgba(128, 204, 40, 0.16), transparent 22%, transparent 78%, rgba(247, 149, 30, 0.1));
  opacity: 0.72;
  pointer-events: none;
}

.nav-shell > * {
  position: relative;
  z-index: 1;
}

.site-header.is-scrolled .nav-shell,
.site-header.is-open .nav-shell {
  border-color: rgba(214, 225, 222, 0.96);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 32px rgba(15, 28, 28, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.site-header.is-scrolled .nav-shell::before,
.site-header.is-open .nav-shell::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.28) 52%, rgba(128, 204, 40, 0.08)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04));
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .nav-shell {
    background: rgba(255, 255, 255, 0.92);
  }

  .nav-links,
  .nav-demo {
    color: var(--text);
  }

  .nav-toggle {
    border-color: var(--line);
  }

  .nav-toggle span {
    background: var(--ink);
  }
}

.brand img {
  width: 178px;
  height: auto;
}

.footer-brand img {
  width: 190px;
  height: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 178px;
  flex: 0 0 auto;
}

.brand img {
  filter: none;
}

.site-header.is-scrolled .brand,
.site-header.is-open .brand {
  box-shadow: none;
}

.nav-links {
  justify-self: center;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(18, 20, 20, 0.78);
  font-size: 0.88rem;
  font-weight: 650;
  white-space: nowrap;
}

.nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 9px 9px;
  border: 1px solid transparent;
  border-radius: 9px;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.nav-links a[aria-current="page"] {
  color: var(--ink);
  border-color: rgba(128, 204, 40, 0.22);
  background: rgba(128, 204, 40, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.52);
  font-weight: 760;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-trigger::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 0 2px 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
}

.nav-dropdown:hover > .nav-dropdown-trigger,
.nav-dropdown:focus-within > .nav-dropdown-trigger,
.nav-links > a:hover {
  color: var(--ink);
  border-color: rgba(128, 204, 40, 0.16);
  background: rgba(128, 204, 40, 0.09);
  box-shadow: 0 4px 10px rgba(15, 28, 28, 0.05);
  transform: translateY(-1px);
}

.nav-submenu {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  width: min(320px, calc(100vw - 32px));
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(18, 20, 20, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -8px);
  transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease;
}

.nav-submenu::before {
  content: "";
  position: absolute;
  inset: -12px 0 auto;
  height: 12px;
}

.nav-links .nav-submenu a {
  display: flex;
  min-width: 0;
  white-space: normal;
  padding: 11px 12px;
  border: 0;
  border-radius: 7px;
  line-height: 1.3;
}

.nav-links .nav-submenu a::before {
  content: "";
  width: 3px;
  align-self: stretch;
  margin: -1px 9px -1px 0;
  border-radius: 999px;
  background: transparent;
  transition: background 160ms ease;
}

.nav-links .nav-submenu a:hover,
.nav-links .nav-submenu a[aria-current="page"] {
  color: var(--ink);
  background: rgba(128, 204, 40, 0.13);
  box-shadow: none;
}

.nav-links .nav-submenu a:hover::before {
  background: rgba(128, 204, 40, 0.56);
}

.nav-links .nav-submenu a[aria-current="page"] {
  background: rgba(128, 204, 40, 0.17);
  font-weight: 780;
}

.nav-links .nav-submenu a[aria-current="page"]::before {
  background: var(--green-dark);
}

.nav-dropdown:hover .nav-submenu,
.nav-dropdown:focus-within .nav-submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.nav-dropdown:hover .nav-dropdown-trigger::after,
.nav-dropdown:focus-within .nav-dropdown-trigger::after {
  transform: rotate(225deg) translate(-2px, -2px);
}

.mobile-action {
  display: none !important;
}

.footer-links a:hover {
  color: var(--green-dark);
}

.nav-cta,
.nav-demo,
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 10px;
  font-weight: 750;
  line-height: 1.2;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.nav-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
}

.nav-demo {
  color: var(--text);
  padding: 10px 14px;
  border: 1px solid rgba(18, 20, 20, 0.12);
  border-radius: 10px;
  background: rgba(245, 248, 246, 0.82);
  font-size: 0.9rem;
  font-weight: 750;
}

.nav-demo:hover {
  color: var(--ink);
  border-color: rgba(94, 158, 16, 0.42);
  background: rgba(128, 204, 40, 0.1);
}

.nav-cta {
  color: #fff;
  background: var(--green-dark);
  box-shadow: 0 10px 22px rgba(94, 158, 16, 0.2);
}

.button-primary {
  color: #fff;
  background: var(--green-dark);
  box-shadow: 0 18px 38px rgba(94, 158, 16, 0.22);
}

.button-secondary {
  color: var(--ink);
  border: 1px solid rgba(94, 158, 16, 0.52);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.button-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  box-shadow: none;
}

.button-secondary:hover {
  border-color: var(--green-dark);
  background: rgba(128, 204, 40, 0.1);
}

.button-ghost:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
}

.hero .button-secondary,
.vd-hero .button-secondary,
.start-gate-hero .button-secondary,
.advisor-hero .button-secondary,
.guarantee-card .button-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.06);
}

.hero .button-secondary:hover,
.vd-hero .button-secondary:hover,
.start-gate-hero .button-secondary:hover,
.advisor-hero .button-secondary:hover,
.guarantee-card .button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.12);
}

.nav-cta.cta-start,
.button-primary.cta-start,
.mobile-action-primary.cta-start {
  color: var(--ink);
  background: var(--orange);
  box-shadow: 0 14px 30px rgba(247, 149, 30, 0.26);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(18, 20, 20, 0.16);
  border-radius: 8px;
  background: transparent;
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 900px;
  padding: 142px 0 126px;
  overflow: hidden;
  color: #fff;
  background: var(--deep);
}

.thank-you-page {
  background: #082a28;
}

.thank-you-main,
.thank-you-hero {
  min-height: calc(100svh - 44px);
}

.thank-you-hero {
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 170px 0 80px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 42%, rgba(133, 217, 48, 0.22), transparent 24%),
    linear-gradient(115deg, #062725 0%, #0c3832 53%, #1d5122 100%);
}

.thank-you-hero::before,
.thank-you-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(180, 240, 120, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.thank-you-hero::before {
  width: min(72vw, 980px);
  height: min(72vw, 980px);
  right: -28vw;
  bottom: -42vw;
  box-shadow: 0 0 0 72px rgba(147, 222, 71, 0.045), 0 0 0 144px rgba(147, 222, 71, 0.03);
}

.thank-you-hero::after {
  width: 430px;
  height: 430px;
  top: -270px;
  left: -170px;
}

.thank-you-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 40px), var(--max));
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 0.72fr);
  align-items: center;
  gap: clamp(48px, 8vw, 144px);
  margin: 0 auto;
}

.thank-you-copy {
  max-width: 620px;
}

.thank-you-copy .eyebrow {
  color: var(--green);
}

.thank-you-copy h1 {
  max-width: 600px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(2.8rem, 5vw, 4.7rem);
  line-height: 1.06;
}

.thank-you-copy > p:last-child {
  max-width: 530px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.7vw, 1.22rem);
  line-height: 1.65;
}

.thank-you-card {
  padding: clamp(28px, 4vw, 46px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(2, 19, 18, 0.34);
}

.thank-you-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 25px;
  color: #173b18;
  background: var(--green);
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(128, 204, 40, 0.26);
}

.thank-you-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.thank-you-card-kicker {
  margin: 0 0 8px;
  color: #529017;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.thank-you-card h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  line-height: 1.2;
}

.thank-you-steps {
  display: grid;
  gap: 14px;
  padding: 26px 0;
  margin: 26px 0;
  list-style: none;
  border-top: 1px solid #e0e8e4;
  border-bottom: 1px solid #e0e8e4;
}

.thank-you-steps li {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 13px;
  align-items: start;
}

.thank-you-steps span {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  color: #376e10;
  background: #eef8e7;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 850;
}

.thank-you-steps p {
  margin: 6px 0 0;
  color: #52605d;
  font-size: 0.94rem;
  line-height: 1.48;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.thank-you-actions .button {
  min-height: 50px;
}

.thank-you-secondary {
  color: #183532;
  background: #f4f7f5;
  border: 1px solid #cedbd5;
}

.thank-you-secondary:hover {
  color: #0f2a27;
  background: #e8f1ec;
  border-color: #b2c9bd;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 26, 27, 0.95) 0%, rgba(15, 40, 38, 0.82) 45%, rgba(15, 45, 40, 0.34) 100%),
    url("../img/smartdocu-Webinare-Background.png") center/cover no-repeat;
}

.hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(calc(100% - 40px), var(--max));
  grid-template-areas:
    "intro product"
    "details details";
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  column-gap: clamp(24px, 3vw, 52px);
  row-gap: 30px;
  align-items: center;
  margin: 0 auto;
}

.hero-shell,
.hero-shell :where(*) {
  min-width: 0;
}

.hero-intro {
  grid-area: intro;
  align-self: center;
}

.hero-intro h1 {
  max-width: 570px;
  color: #fff;
  font-size: clamp(1.75rem, 2.4vw, 2.65rem);
  line-height: 1.08;
}

.hero-details {
  grid-area: details;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: stretch;
  width: 100%;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 560px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.02rem, 1.55vw, 1.18rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 10px;
}

.trial-note {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.96rem;
}

.hero-proof {
  display: grid;
  max-width: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0;
}

.hero-proof div {
  display: grid;
  min-height: 108px;
  align-content: start;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.hero-proof dt {
  margin-bottom: 4px;
  color: #fff;
  font-weight: 800;
}

.hero-proof dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.hero-testimonial {
  display: grid;
  justify-self: stretch;
  width: 100%;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-testimonial img {
  width: 64px;
  height: 64px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  object-fit: cover;
}

.hero-testimonial figcaption {
  display: grid;
  gap: 3px;
}

.hero-testimonial blockquote {
  margin: 0 0 6px;
  color: #fff;
  font-size: 0.92rem;
  line-height: 1.45;
}

.hero-testimonial strong {
  color: #fff;
  font-size: 0.9rem;
}

.hero-testimonial span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.8rem;
}

.hero-product {
  grid-area: product;
  width: 130%;
  margin-inline: -15%;
}

.laptop-mockup {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
}

.laptop-frame {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 28px 38px rgba(0, 0, 0, 0.38));
}

.laptop-video {
  position: absolute;
  left: 22.75%;
  top: 21.15%;
  z-index: 3;
  width: 54.5%;
  height: 53.25%;
  object-fit: contain;
  border-radius: 5px 5px 0 0;
  background: #050505;
}

.hero-mobile-photo {
  display: none;
}

.hero-trust {
  display: grid;
  max-width: min(100%, 720px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: -26px auto 0;
  padding-inline: 0;
  position: relative;
  z-index: 4;
}

.hero-trust div {
  display: grid;
  height: 72px;
  min-width: 0;
  place-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.hero-trust img {
  width: auto;
  max-width: 100%;
  height: 48px;
}

.product-showcase {
  background:
    radial-gradient(circle at 50% 18%, rgba(128, 204, 40, 0.1), transparent 34%),
    #f2f3f8;
}

.product-showcase-inner {
  max-width: 1080px;
}

.product-showcase .section-heading {
  margin-bottom: 32px;
}

.product-showcase .section-heading p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.product-showcase-video {
  overflow: hidden;
  border: 1px solid rgba(18, 20, 20, 0.08);
  border-radius: 10px;
  background: var(--ink);
  box-shadow: 0 28px 72px rgba(18, 20, 20, 0.18);
}

.product-showcase-video video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.modules-overview {
  background: #eef1f3;
}

.modules-overview-heading {
  max-width: 860px;
  margin: 0 auto 48px;
  text-align: center;
}

.modules-overview-heading h2 {
  margin-inline: auto;
}

.modules-overview-heading > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.module-card-list {
  display: grid;
  gap: 28px;
}

.module-card {
  display: grid;
  height: 340px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(18, 20, 20, 0.08);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(18, 20, 20, 0.08);
}

.module-card-media {
  min-height: 340px;
  overflow: hidden;
  background: #dfe7e8;
}

.module-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 300ms ease;
}

.module-card:hover .module-card-media img {
  transform: scale(1.025);
}

.module-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(28px, 4vw, 52px);
}

.module-card-content h3 {
  margin-bottom: 10px;
  max-width: 100%;
  font-size: clamp(1.65rem, 1.85vw, 1.95rem);
  line-height: 1.12;
}

.module-card-content p {
  margin-bottom: 26px;
  color: var(--text);
  font-size: 1.02rem;
}

.module-card-content .module-card-subtitle {
  margin-bottom: 18px;
  color: var(--ink);
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: clamp(1.08rem, 1.35vw, 1.35rem);
  font-weight: 570;
  line-height: 1.3;
}

.module-card-content .button {
  margin-top: auto;
}

.module-detail-hero {
  padding: 150px 0 88px;
  color: #fff;
  background:
    linear-gradient(112deg, rgba(7, 26, 27, 0.98), rgba(18, 44, 39, 0.9) 58%, rgba(94, 158, 16, 0.28)),
    url("../img/smartdocu-Webinare-Background.png") center/cover no-repeat #071a1b;
}

.module-detail-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: 60px;
  align-items: center;
}

.module-detail-hero h1 {
  max-width: 650px;
  color: #fff;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
}

.module-detail-lead {
  max-width: 640px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.08rem;
}

.module-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 720px;
  margin: 28px 0 0;
}

.module-proof span {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 750;
  background: rgba(255, 255, 255, 0.06);
}

.module-detail-hero-layout > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.32);
}

.module-detail-intro {
  background: #fff;
}

.module-detail-intro > .section-inner > p {
  color: var(--muted);
  font-size: 1.08rem;
}

.module-benefits {
  padding-top: 0;
  background: #fff;
}

.module-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.module-benefit-grid article {
  min-height: 210px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f8faf9;
  box-shadow: 0 10px 32px rgba(18, 20, 20, 0.05);
}

.module-benefit-grid article::before {
  content: "";
  display: block;
  width: 42px;
  height: 5px;
  margin-bottom: 24px;
  border-radius: 99px;
  background: var(--green);
}

.module-benefit-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.module-detail-flow {
  background: var(--ink);
}

.module-detail-flow h2 {
  color: #fff;
}

.module-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  list-style: none;
  counter-reset: module-steps;
}

.module-steps li {
  min-height: 245px;
  padding: 26px;
  background: #202525;
  counter-increment: module-steps;
}

.module-steps li::before {
  content: "0" counter(module-steps);
  display: block;
  margin-bottom: 34px;
  color: var(--green);
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.module-steps strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.02rem;
}

.module-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.module-why {
  background: #f8faf9;
}

.module-split-lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.module-list-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(18, 20, 20, 0.05);
}

.module-list-card h3 {
  margin-bottom: 18px;
}

.module-list-card .check-list {
  margin-top: 0;
}

.module-pricing-note {
  display: grid;
  gap: 12px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(18, 20, 20, 0.05);
}

.module-pricing-note p {
  margin: 0;
  color: var(--muted);
}

.module-pricing-note strong {
  color: var(--ink);
}

.section {
  padding: 92px 0;
}

.section-inner {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.section-inner,
.section-inner :where(*) {
  min-width: 0;
}

.logo-band {
  padding: 28px 0 34px;
  background: var(--paper);
}

.logo-band p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  align-items: center;
}

.logo-grid img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: contain;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  filter: grayscale(1);
  opacity: 0.78;
}

.intro {
  background: var(--soft);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 72px;
  align-items: end;
}

.intro-grid p:last-child {
  margin: 0;
  color: var(--text);
  font-size: 1.12rem;
}

.feature-band {
  padding-top: 78px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.feature {
  min-height: 300px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(18, 20, 20, 0.05);
}

.feature img {
  width: 78px;
  height: 78px;
  margin-bottom: 22px;
  object-fit: contain;
}

.feature p,
.reference p,
.contact p,
.security p {
  color: var(--muted);
}

.why-smartdocu {
  background: #f2f3f8;
}

.why-smartdocu-heading {
  max-width: 780px;
  margin-bottom: 36px;
}

.why-smartdocu-heading .eyebrow {
  margin-bottom: 10px;
  color: var(--ink);
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.why-smartdocu-heading h2 {
  margin-bottom: 0;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.why-smartdocu-heading::after {
  content: "";
  display: block;
  width: min(100%, 400px);
  height: 3px;
  margin-top: 38px;
  background: var(--green);
}

.why-smartdocu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.why-smartdocu-card {
  display: grid;
  min-height: 340px;
  grid-template-rows: 150px 1fr;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(18, 20, 20, 0.09);
}

.why-smartdocu-media {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #95df35, #69b91e);
}

.why-smartdocu-media img {
  width: 112px;
  height: 112px;
  object-fit: contain;
}

.why-smartdocu-content {
  padding: 24px 26px 26px;
}

.why-smartdocu-content h3 {
  margin-bottom: 12px;
  font-size: 1.22rem;
}

.why-smartdocu-content p {
  margin-bottom: 0;
  color: var(--text);
  font-size: 1rem;
}

.product-section {
  background: #f8faf9;
}

.product-layout {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 64px;
  align-items: center;
}

.product-layout-copy-only {
  display: block;
  max-width: 900px;
}

.product-layout-copy-only .check-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 36px;
}

.media-frame {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.media-frame img,
.media-frame video {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}

.smartdocu-video,
.reference-video {
  display: block;
  width: 100%;
  background: var(--ink);
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 34px;
  color: var(--text);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28em;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: inset 0 0 0 5px #e8f8d9;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading.compact {
  max-width: 680px;
  margin-inline: auto;
  text-align: center;
}

.workflow {
  background: var(--ink);
}

.workflow h2 {
  color: #fff;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  overflow: hidden;
}

.timeline li {
  min-height: 260px;
  padding: 28px;
  background: #202525;
  counter-increment: steps;
}

.timeline li::before {
  content: "0" counter(steps);
  display: block;
  margin-bottom: 44px;
  color: var(--green);
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
}

.timeline strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.08rem;
}

.timeline p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.security-layout {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 72px;
  align-items: center;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.trust-grid div {
  min-height: 188px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.trust-grid img {
  width: 190px;
  max-width: 100%;
  height: 98px;
  object-fit: contain;
}

.trust-grid strong {
  color: var(--text);
  font-size: 0.86rem;
  line-height: 1.25;
}

.metric {
  color: var(--green-dark);
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 850;
  line-height: 1;
}

.expertise {
  color: #fff;
  background: var(--ink);
}

.expertise-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 64px;
  align-items: center;
}

.expertise h2 {
  color: #fff;
}

.expertise p:not(.eyebrow) {
  max-width: 560px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.04rem;
}

.expertise-video-frame video {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.references {
  background: var(--soft);
}

.reference-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.reference {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 38px rgba(18, 20, 20, 0.06);
}

.reference img,
.reference video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.reference div {
  padding: 24px;
}

.contact {
  padding-bottom: 104px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 72px;
  align-items: center;
}

.contact-panel {
  padding: 34px;
  border-radius: 8px;
  color: #fff;
  background: var(--deep);
  box-shadow: var(--shadow);
}

.contact-panel h3 {
  color: #fff;
}

.contact-panel p {
  color: rgba(255, 255, 255, 0.76);
}

.contact-panel .button {
  width: 100%;
}

.contact-actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.pricing-hero {
  position: relative;
  padding: 156px 0 88px;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(16, 35, 34, 0.96), rgba(18, 44, 39, 0.92) 52%, rgba(94, 158, 16, 0.44)),
    url("../img/smartdocu-Webinare-Background.png") center/cover no-repeat;
  color: #fff;
}

.pricing-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 72px;
  align-items: center;
}

.pricing-hero h1 {
  max-width: 760px;
  color: #fff;
}

.pricing-hero-copy {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.02rem, 1.55vw, 1.18rem);
}

.pricing-secondary {
  color: #fff;
}

.pricing-note {
  margin-bottom: 0;
}

.pricing-hero-panel {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
}

.pricing-hero-panel strong {
  display: block;
  color: #fff;
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}

.pricing-hero-panel span {
  display: block;
  margin: 8px 0 22px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 750;
}

.pricing-hero-panel ul,
.price-card ul,
.guarantee-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-hero-panel li,
.price-card li,
.guarantee-card li {
  position: relative;
  padding-left: 24px;
}

.pricing-hero-panel li {
  color: rgba(255, 255, 255, 0.78);
}

.pricing-hero-panel li::before,
.price-card li::before,
.guarantee-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.pricing-section {
  padding-top: 80px;
}

.billing-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: -8px 0 30px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(18, 20, 20, 0.05);
}

.billing-switch strong {
  display: block;
  color: var(--ink);
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: 1rem;
}

.billing-switch span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.9rem;
}

.billing-switch [data-billing-hint][hidden] {
  display: none;
}

.billing-toggle {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.billing-toggle button {
  display: inline-flex;
  min-width: 112px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border: 0;
  border-radius: 7px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.billing-toggle button small {
  padding: 3px 7px;
  border-radius: 999px;
  color: var(--green-dark);
  background: rgba(128, 204, 40, 0.16);
  font-size: 0.7rem;
  font-weight: 850;
  white-space: nowrap;
}

.billing-toggle button.is-active {
  color: #fff;
  background: var(--green-dark);
  box-shadow: 0 8px 20px rgba(94, 158, 16, 0.2);
}

.billing-toggle button.is-active small {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
}

.pricing-group {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 34px;
  align-items: stretch;
  margin-top: 26px;
}

.pricing-group + .pricing-group {
  margin-top: 28px;
}

.pricing-group-copy {
  padding: 30px;
  border-radius: 8px;
  background: var(--soft);
}

.pricing-group-copy span {
  display: inline-flex;
  margin-bottom: 48px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-group-copy p {
  color: var(--muted);
}

.pricing-cards {
  display: grid;
  gap: 18px;
}

.pricing-cards.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.price-card {
  position: relative;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 38px rgba(18, 20, 20, 0.06);
}

.price-card.is-featured {
  border-color: rgba(128, 204, 40, 0.54);
  box-shadow: 0 18px 52px rgba(94, 158, 16, 0.13);
}

.price-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  background: var(--green-dark);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.price-kicker {
  display: block;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.price-line {
  margin-bottom: 24px;
}

.price-line strong {
  display: block;
  color: var(--ink);
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: clamp(2.35rem, 4vw, 3.3rem);
  line-height: 1;
}

.price-line span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 750;
}

.price-card li {
  color: var(--text);
}

.module-section {
  background: #f8faf9;
}

.module-section .section-heading p:last-child {
  color: var(--muted);
}

.module-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 38px rgba(18, 20, 20, 0.05);
}

.module-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
}

.module-table th,
.module-table td {
  padding: 18px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.module-table thead th {
  color: var(--ink);
  background: var(--soft);
  font-size: 0.86rem;
  font-weight: 850;
}

.module-table th:first-child {
  width: 220px;
}

.module-table th span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 650;
}

.module-table tbody th {
  color: var(--ink);
  font-weight: 850;
}

.module-table tbody td {
  color: var(--text);
  font-weight: 750;
}

.module-table tbody tr:last-child th,
.module-table tbody tr:last-child td {
  border-bottom: 0;
}

.module-notes {
  display: grid;
  gap: 8px;
  margin: 18px 0 18px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--green-dark);
  border-radius: 8px;
  background: #fff;
}

.module-notes p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.guarantee-section {
  background: var(--paper);
}

.guarantee-layout {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 64px;
  align-items: center;
}

.guarantee-layout p {
  color: var(--muted);
}

.guarantee-card {
  padding: 34px;
  border-radius: 8px;
  color: #fff;
  background: var(--deep);
  box-shadow: var(--shadow);
}

.guarantee-card strong {
  display: block;
  margin-bottom: 22px;
  color: #fff;
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: 1.45rem;
}

.guarantee-card li {
  color: rgba(255, 255, 255, 0.76);
}

.pricing-cta {
  background: var(--ink);
}

.pricing-cta-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 54px;
  align-items: center;
}

.pricing-cta h2 {
  color: #fff;
}

.pricing-cta p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.pricing-cta-actions {
  display: grid;
  gap: 12px;
}

/* Dunkler Hero mit hellen Inhaltsflaechen fuer die Preisuebersicht */
body.pricing-page {
  --ink: #121414;
  --text: #38403d;
  --muted: #68716d;
  --line: #dfe6e2;
  --paper: #ffffff;
  --soft: #f5f8f6;
  color-scheme: light;
  color: var(--text);
  background: var(--paper);
}

.pricing-page .nav-shell,
.pricing-page .site-header.is-scrolled .nav-shell,
.pricing-page .site-header.is-open .nav-shell {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.pricing-page .nav-shell::before,
.pricing-page .site-header.is-scrolled .nav-shell::before,
.pricing-page .site-header.is-open .nav-shell::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.22) 52%, rgba(128, 204, 40, 0.08)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04));
}

.pricing-page .nav-shell::after {
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.02) 42%, rgba(255, 255, 255, 0.14));
}

.pricing-page .nav-links {
  color: rgba(18, 20, 20, 0.78);
}

.pricing-page .nav-links a[aria-current="page"] {
  color: #121414;
}

.pricing-page .nav-demo {
  color: var(--charcoal);
  border-color: rgba(18, 20, 20, 0.16);
  background: rgba(255, 255, 255, 0.38);
}

.pricing-page .nav-demo:hover {
  color: #121414;
  border-color: rgba(128, 204, 40, 0.42);
  background: rgba(128, 204, 40, 0.1);
}

.pricing-page .nav-toggle {
  border-color: rgba(18, 20, 20, 0.16);
}

.pricing-page .nav-toggle span {
  background: #121414;
}

.pricing-page .pricing-hero {
  background:
    linear-gradient(108deg, rgba(6, 24, 25, 0.98), rgba(12, 38, 33, 0.94) 52%, rgba(58, 111, 25, 0.66)),
    url("../img/smartdocu-Webinare-Background.png") center/cover no-repeat;
}

.pricing-page .pricing-hero-layout > * {
  min-width: 0;
}

.pricing-page .pricing-hero h1 {
  overflow-wrap: anywhere;
}

.pricing-page .pricing-title-term {
  display: block;
}

.pricing-page .pricing-secondary {
  color: #fff;
  border-color: rgba(128, 204, 40, 0.52);
  background: transparent;
}

.pricing-page .pricing-hero-panel {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(5, 25, 23, 0.22);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.pricing-page .pricing-section,
.pricing-page .guarantee-section {
  background: var(--paper);
}

.pricing-page .billing-switch,
.pricing-page .price-card,
.pricing-page .module-table-wrap {
  border-color: var(--line);
  background: #fff;
  box-shadow: 0 14px 38px rgba(18, 20, 20, 0.06);
}

.pricing-page .billing-toggle {
  border-color: var(--line);
  background: var(--soft);
}

.pricing-page .module-notes {
  margin-top: 20px;
  margin-bottom: 16px;
  box-shadow: 0 10px 26px rgba(18, 20, 20, 0.04);
}

.pricing-page .module-notes p {
  color: var(--text);
}

.pricing-page .module-notes p strong {
  display: inline;
  margin: 0;
  color: var(--green-dark);
}

.pricing-page .billing-toggle button {
  color: var(--muted);
}

.pricing-page .billing-toggle button.is-active {
  color: #fff;
  background: var(--green-dark);
  box-shadow: 0 8px 20px rgba(94, 158, 16, 0.2);
}

.pricing-page .pricing-group-copy {
  border: 1px solid rgba(18, 20, 20, 0.06);
  background: linear-gradient(135deg, #f5f8f6, #eef5ed);
}

.pricing-page .pricing-group-copy span {
  color: var(--green-dark);
}

.pricing-page .price-card.is-featured {
  border-color: rgba(128, 204, 40, 0.54);
  box-shadow: 0 18px 52px rgba(94, 158, 16, 0.13);
}

.pricing-page .price-badge {
  background: var(--green-dark);
}

.pricing-page .module-section {
  background: #f8faf9;
}

.pricing-page .module-table thead th {
  color: var(--ink);
  background: var(--soft);
}

.pricing-page .module-table th,
.pricing-page .module-table td {
  border-color: var(--line);
}

.pricing-page .module-table tbody tr:nth-child(even) {
  background: rgba(128, 204, 40, 0.035);
}

.pricing-page .guarantee-card {
  color: var(--ink);
  border: 1px solid rgba(128, 204, 40, 0.24);
  background:
    linear-gradient(135deg, rgba(128, 204, 40, 0.14), rgba(255, 255, 255, 0.88)),
    #f4f8f3;
  box-shadow: 0 20px 48px rgba(18, 20, 20, 0.08);
}

.pricing-page .guarantee-card strong {
  color: var(--ink);
}

.pricing-page .guarantee-card li {
  color: var(--text);
}

.pricing-page .pricing-cta {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #151a1b;
}

.pricing-page .site-footer {
  border-color: var(--line);
  background: #171c1d;
}

.pricing-page .footer-links a:hover {
  color: var(--green);
}

/* Dunkler Hero mit hellen Inhaltsflaechen fuer die Startseite */
body.home-dark {
  --ink: #121414;
  --text: #38403d;
  --muted: #68716d;
  --line: #dfe6e2;
  --paper: #ffffff;
  --soft: #f5f8f6;
  color-scheme: light;
  color: var(--text);
  background: var(--paper);
}

.home-dark .nav-shell,
.home-dark .site-header.is-scrolled .nav-shell,
.home-dark .site-header.is-open .nav-shell {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.home-dark .nav-shell::before,
.home-dark .site-header.is-scrolled .nav-shell::before,
.home-dark .site-header.is-open .nav-shell::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.22) 52%, rgba(128, 204, 40, 0.08)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04));
}

.home-dark .nav-shell::after {
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.02) 42%, rgba(255, 255, 255, 0.14));
}

.home-dark .nav-links {
  color: rgba(18, 20, 20, 0.78);
}

.home-dark .nav-links a[aria-current="page"] {
  color: #121414;
}

.home-dark .nav-demo {
  color: var(--charcoal);
  border-color: rgba(18, 20, 20, 0.16);
  background: rgba(255, 255, 255, 0.38);
}

.home-dark .nav-demo:hover {
  color: #121414;
  border-color: rgba(128, 204, 40, 0.42);
  background: rgba(128, 204, 40, 0.1);
}

.home-dark .nav-toggle {
  border-color: rgba(18, 20, 20, 0.16);
}

.home-dark .nav-toggle span {
  background: #121414;
}

.home-dark .hero-bg {
  background:
    linear-gradient(90deg, rgba(5, 23, 24, 0.98) 0%, rgba(11, 38, 34, 0.9) 48%, rgba(57, 108, 26, 0.52) 100%),
    url("../img/smartdocu-Webinare-Background.png") center/cover no-repeat;
}

.home-dark .product-showcase {
  background:
    radial-gradient(circle at 50% 18%, rgba(128, 204, 40, 0.1), transparent 34%),
    #f2f3f8;
}

.home-dark .product-showcase-video {
  border-color: rgba(18, 20, 20, 0.08);
  box-shadow: 0 28px 72px rgba(18, 20, 20, 0.18);
}

.home-dark .modules-overview,
.home-dark .product-section {
  background: #eef1f3;
}

.home-dark .module-card {
  border-color: rgba(18, 20, 20, 0.08);
  background: #fff;
  box-shadow: 0 14px 42px rgba(18, 20, 20, 0.08);
}

.home-dark .module-card-media {
  background: #dfe7e8;
}

.home-dark .logo-band {
  border-block: 1px solid var(--line);
  background: var(--paper);
}

.home-dark .logo-grid img {
  border-color: var(--line);
  background: #fff;
  opacity: 0.78;
}

.home-dark .why-smartdocu {
  background: #f2f3f8;
}

.home-dark .why-smartdocu-card {
  border: 1px solid rgba(18, 20, 20, 0.08);
  background: #fff;
  box-shadow: 0 12px 34px rgba(18, 20, 20, 0.07);
}

.home-dark .workflow,
.home-dark .expertise {
  color: var(--text);
  background: var(--paper);
}

.home-dark .workflow h2,
.home-dark .expertise h2 {
  color: var(--ink);
}

.home-dark .workflow .section-heading p:not(.eyebrow),
.home-dark .expertise p:not(.eyebrow) {
  color: var(--muted);
}

.home-dark .timeline {
  background: var(--line);
}

.home-dark .timeline li {
  background: #fff;
}

.home-dark .timeline strong {
  color: var(--ink);
}

.home-dark .timeline p {
  color: var(--muted);
}

.home-dark .trust-grid div {
  border-color: var(--line);
  background: #fff;
}

.home-dark .metric {
  color: var(--green-dark);
}

.home-dark .references {
  background: var(--soft);
}

.home-dark .reference {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 12px 38px rgba(18, 20, 20, 0.06);
}

.home-dark .contact {
  color: #fff;
  background:
    linear-gradient(108deg, rgba(12, 18, 19, 0.98), rgba(16, 31, 29, 0.96) 58%, rgba(57, 108, 26, 0.38)),
    #151a1b;
}

.home-dark .contact h2 {
  color: #fff;
}

.home-dark .contact p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

.home-dark .contact-panel {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
}

.home-dark .site-footer {
  border-color: rgba(255, 255, 255, 0.1);
  background: #171c1d;
}

.home-dark .footer-links a:hover {
  color: var(--green);
}

.vd-hero {
  position: relative;
  /* Extend the dark hero behind the breadcrumb's reserved space. */
  margin-top: -32px;
  padding: 188px 0 86px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(105deg, rgba(7, 26, 27, 0.96), rgba(16, 42, 39, 0.9) 50%, rgba(94, 158, 16, 0.34)),
    url("../img/smartdocu-Webinare-Background.png") center/cover no-repeat;
}

.vd-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(430px, 1.04fr);
  gap: clamp(36px, 4.5vw, 64px);
  align-items: center;
}

.vd-hero-layout > *,
.advisor-hero-layout > * {
  min-width: 0;
}

.vd-hero h1 {
  max-width: 780px;
  color: #fff;
  font-size: clamp(2.05rem, 2.9vw, 3.05rem);
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.vd-hero-copy {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.02rem, 1.55vw, 1.18rem);
}

.vd-note {
  margin-bottom: 30px;
}

.vd-proof {
  display: grid;
  max-width: 820px;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0;
}

.vd-proof div {
  min-height: 96px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.vd-proof dt {
  margin-bottom: 4px;
  color: #fff;
  font-weight: 800;
}

.vd-proof dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.vd-hero-visual {
  position: relative;
}

.vd-product-shot {
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.34);
  transform: rotate(0.5deg);
}

.vd-product-shot img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 7px;
  object-fit: cover;
}

.vd-badges {
  width: max-content;
  display: flex;
  gap: 16px;
  margin: 14px 0 0 auto;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.vd-badges img {
  width: clamp(108px, 12vw, 156px);
  height: clamp(56px, 6vw, 78px);
  object-fit: contain;
}

.vd-intro,
.vd-benefits,
.vd-guarantee {
  background: var(--soft);
}

.vd-target-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.vd-target {
  display: grid;
  align-content: start;
  min-height: 380px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(18, 20, 20, 0.05);
}

.vd-target img {
  width: 88px;
  height: 88px;
  margin-bottom: 22px;
  object-fit: contain;
}

.vd-target p,
.vd-guide p,
.vd-guarantee p {
  color: var(--muted);
}

.vd-target a {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  align-self: end;
  margin-top: 18px;
  padding: 10px 14px;
  border: 1px solid rgba(94, 158, 16, 0.45);
  border-radius: 8px;
  color: var(--green-dark);
  background: rgba(128, 204, 40, 0.08);
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.vd-target a::after {
  content: "→";
  font-size: 1.1em;
  line-height: 1;
}

.vd-target a:hover,
.vd-target a:focus-visible {
  transform: translateY(-1px);
  border-color: var(--green-dark);
  color: #fff;
  background: var(--green-dark);
}

.feature .feature-badge {
  width: min(100%, 156px);
  height: 78px;
  object-position: left center;
}

.feature .feature-badge-gobd {
  width: 104px;
  height: 104px;
}

.vd-guide {
  background: #f8faf9;
}

.vd-faq {
  background: #fff;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 20, 20, 0.04);
}

.faq-list summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  padding: 20px 24px;
  color: var(--ink);
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-weight: 700;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--green-dark);
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1;
}

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

.faq-list p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--muted);
}

.vd-logo-band {
  padding-top: 54px;
  padding-bottom: 58px;
  background: #fff;
}

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

.help-hero {
  position: relative;
  padding: 150px 0 82px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(112deg, rgba(7, 26, 27, 0.98), rgba(18, 44, 39, 0.9) 54%, rgba(94, 158, 16, 0.34)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 100%),
    url("../img/smartdocu-Webinare-Background.png") center/cover no-repeat;
  background-size: auto, 54px 54px, 54px 54px, cover;
}

.help-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 62px;
  align-items: end;
}

.help-hero h1 {
  max-width: 780px;
  color: #fff;
}

.help-hero-copy {
  max-width: 720px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.02rem, 1.55vw, 1.18rem);
}

.help-search {
  display: grid;
  max-width: 940px;
  grid-template-columns: minmax(240px, 1fr) 210px auto;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
}

.help-search input,
.help-search select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 7px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  font: inherit;
}

.help-search input:focus,
.help-search select:focus {
  outline: 3px solid rgba(128, 204, 40, 0.36);
  border-color: var(--green);
}

.help-search input::placeholder {
  color: var(--muted);
}

.help-search .button {
  border: 0;
  cursor: pointer;
}

.help-category-search {
  grid-template-columns: minmax(240px, 1fr) auto;
  max-width: 720px;
}

.help-contact-card {
  display: grid;
  gap: 12px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
}

.help-contact-card span {
  color: var(--green);
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.help-contact-card a:not(.button) {
  color: #fff;
  font-weight: 800;
}

.help-contact-card .button {
  margin-top: 8px;
}

.help-categories {
  padding-top: 78px;
  background:
    linear-gradient(180deg, #fff 0%, #f8faf9 48%, var(--soft) 100%);
}

.help-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.help-card {
  position: relative;
  display: grid;
  grid-template-columns: 122px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 220px;
  padding: 28px;
  border: 1px solid rgba(223, 231, 232, 0.92);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #fff 0%, #fff 58%, rgba(246, 251, 240, 0.92) 100%);
  box-shadow: 0 12px 38px rgba(18, 20, 20, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.help-card:first-child {
  grid-column: 1 / -1;
  grid-template-columns: 132px minmax(0, 1fr) 180px;
  background:
    linear-gradient(135deg, #fff 0%, #fff 52%, rgba(128, 204, 40, 0.14) 100%);
}

.help-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  border-radius: 8px 0 0 8px;
  background: linear-gradient(180deg, var(--green), var(--orange));
}

.help-card:hover {
  transform: translateY(-3px);
  border-color: rgba(128, 204, 40, 0.52);
  box-shadow: 0 18px 52px rgba(18, 20, 20, 0.09);
}

.help-card-media {
  width: 122px;
  height: 122px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(223, 231, 232, 0.92);
  border-radius: 8px;
  background:
    linear-gradient(145deg, #fff, #f0f6f1);
}

.help-card-media img {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.help-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--green-dark);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.help-card h3 {
  margin-bottom: 10px;
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
}

.help-card p {
  margin: 0;
  color: var(--muted);
}

.help-card-link {
  justify-self: end;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
  font-weight: 800;
  white-space: nowrap;
}

.help-card-link:hover {
  background: var(--green-dark);
}

.help-card-link::after {
  content: ">";
  margin-left: 9px;
  color: var(--green);
}

.help-support {
  background: var(--ink);
}

.help-support-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 54px;
  align-items: center;
}

.help-support h2 {
  color: #fff;
}

.help-support p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.help-empty {
  margin: 22px 0 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: #fff;
  text-align: center;
}

.knowledge-base {
  background: #f8faf9;
}

.category-overview {
  padding-top: 78px;
}

.help-topic-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -8px 0 26px;
}

.help-topic-tab {
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid rgba(223, 231, 232, 0.96);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.help-topic-tab:hover {
  transform: translateY(-1px);
  border-color: rgba(128, 204, 40, 0.55);
}

.help-topic-tab.is-active {
  border-color: var(--green);
  color: #fff;
  background: var(--ink);
}

.help-topic-tab:focus-visible {
  outline: 3px solid rgba(128, 204, 40, 0.42);
  outline-offset: 3px;
}

.category-overview .article-card {
  min-height: 250px;
}

.knowledge-layout {
  display: grid;
  gap: 26px;
}

.knowledge-group {
  scroll-margin-top: 110px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #fff 0%, #fff 68%, rgba(128, 204, 40, 0.09) 100%);
  box-shadow: 0 12px 38px rgba(18, 20, 20, 0.05);
}

.knowledge-group-head {
  display: grid;
  gap: 8px;
  max-width: 760px;
  margin-bottom: 22px;
}

.knowledge-group-head span,
.article-card span {
  color: var(--green-dark);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.knowledge-group-head h3 {
  margin-bottom: 0;
  font-size: clamp(1.28rem, 1.8vw, 1.7rem);
}

.knowledge-group-head p {
  margin: 0;
  color: var(--muted);
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.article-card {
  position: relative;
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid rgba(223, 231, 232, 0.94);
  border-radius: 8px;
  color: inherit;
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 20, 20, 0.04);
}

.article-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: var(--green);
}

.article-card-topic {
  display: flex;
  align-items: center;
  gap: 9px;
}

.article-card-icon {
  display: inline-grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 8px;
  color: var(--green-dark);
  background: rgba(128, 204, 40, 0.13);
}

.article-card-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.article-card h4 {
  margin: 14px 0 10px;
  color: var(--ink);
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: 1.02rem;
  line-height: 1.25;
}

.article-card p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.94rem;
}

.article-card-action {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
  transition: background 180ms ease, transform 180ms ease;
}

.article-card-action:hover {
  background: var(--green-dark);
  transform: translateY(-1px);
}

.article-card-action:focus-visible {
  outline: 3px solid rgba(128, 204, 40, 0.42);
  outline-offset: 3px;
}

.article-card-action span {
  color: var(--green);
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
}

.article-hero {
  position: relative;
  padding: 150px 0 82px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(112deg, rgba(7, 26, 27, 0.98), rgba(18, 44, 39, 0.9) 54%, rgba(94, 158, 16, 0.34)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 100%),
    url("../img/smartdocu-Webinare-Background.png") center/cover no-repeat;
  background-size: auto, 54px 54px, 54px 54px, cover;
}

.article-hero.compact {
  padding: 132px 0 58px;
}

.article-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 62px;
  align-items: end;
}

.article-hero h1 {
  max-width: 820px;
  color: #fff;
}

.article-lead {
  max-width: 760px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.02rem, 1.55vw, 1.18rem);
}

.article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.article-meta-card {
  display: grid;
  gap: 12px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
}

.article-meta-card span {
  color: var(--green);
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-meta-card strong {
  color: #fff;
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: 1.24rem;
}

.article-meta-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.article-content-section {
  background: #f8faf9;
}

.article-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 42px;
  align-items: start;
}

.article-reading-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr) 290px;
  gap: 28px;
  align-items: start;
}

.article-nav-column {
  position: sticky;
  top: 106px;
  max-height: calc(100vh - 126px);
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 38px rgba(18, 20, 20, 0.05);
}

.help-article-nav {
  padding: 16px;
}

.help-nav-overview {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
  font-weight: 850;
}

.help-nav-overview::after {
  content: ">";
  color: var(--green);
}

.help-article-nav details {
  border-top: 1px solid var(--line);
}

.help-article-nav summary {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  color: var(--ink);
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-weight: 750;
  list-style: none;
}

.help-article-nav summary::-webkit-details-marker {
  display: none;
}

.help-article-nav summary::after {
  content: "+";
  color: var(--green-dark);
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.1rem;
}

.help-article-nav details[open] summary::after {
  content: "-";
}

.help-nav-list {
  display: grid;
  gap: 2px;
  padding-bottom: 10px;
}

.help-nav-list a {
  display: block;
  padding: 8px 10px;
  border-radius: 7px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.3;
}

.help-nav-list a:hover {
  color: var(--green-dark);
  background: #f6fbf0;
}

.help-nav-list a[aria-current="page"] {
  color: var(--ink);
  background: rgba(128, 204, 40, 0.16);
  font-weight: 800;
}

.article-body {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 38px rgba(18, 20, 20, 0.05);
}

.article-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 750;
}

.article-breadcrumb a {
  color: var(--green-dark);
}

.page-breadcrumb {
  position: sticky;
  top: 132px;
  left: 50%;
  z-index: 9;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 40px);
  min-height: 38px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 -40px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0 0 12px 12px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(13, 39, 37, 0.58);
  box-shadow: 0 14px 30px rgba(7, 26, 27, 0.2);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  font-size: 0.9rem;
  transform: translateX(-50%);
  transition: top 220ms ease, box-shadow 220ms ease;
}

body:has(.site-header.is-scrolled) .page-breadcrumb {
  top: 96px;
  box-shadow: 0 12px 26px rgba(7, 26, 27, 0.24);
}

.page-breadcrumb a {
  color: #fff;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.article-body h2 {
  margin-top: 34px;
  font-size: clamp(1.28rem, 1.7vw, 1.75rem);
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body p,
.article-body li {
  color: var(--text);
}

.help-article-figure {
  margin: 28px 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 20, 20, 0.05);
}

.help-article-figure img {
  width: 100%;
  border-radius: 5px;
}

.help-image-lightbox-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: transparent;
  cursor: zoom-in;
}

.help-image-lightbox-trigger:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 4px;
}

.help-image-lightbox {
  width: min(96vw, 1440px);
  max-width: none;
  max-height: 94vh;
  margin: auto;
  padding: 52px 14px 14px;
  overflow: visible;
  border: 0;
  border-radius: 12px;
  background: #111;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

.help-image-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.82);
}

.help-image-lightbox-image {
  display: block;
  max-width: 100%;
  max-height: calc(94vh - 66px);
  margin: 0 auto;
  object-fit: contain;
}

.help-image-lightbox-close {
  position: absolute;
  top: 12px;
  right: 14px;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
}

.help-image-lightbox-close:hover,
.help-image-lightbox-close:focus-visible {
  border-color: var(--green);
  color: #111;
  background: var(--green);
}

.article-body ol {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 22px;
}

.article-highlight {
  margin-top: 26px;
  padding: 22px;
  border: 1px solid rgba(128, 204, 40, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #fff 0%, #fff 58%, rgba(246, 251, 240, 0.94) 100%);
}

.article-highlight strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-family: "Lexend", "Inter", Arial, sans-serif;
}

.article-highlight p {
  margin: 0;
  color: var(--muted);
}

.article-note {
  margin-top: 30px;
  padding: 22px;
  border-left: 4px solid var(--green);
  border-radius: 8px;
  background: #f6fbf0;
}

.article-note strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-family: "Lexend", "Inter", Arial, sans-serif;
}

.article-note p {
  margin: 0;
  color: var(--muted);
}

.article-sources {
  margin-top: 30px;
  padding: 22px;
  border: 1px solid rgba(12, 33, 23, 0.12);
  border-radius: 8px;
  background: #f7faf5;
}

.article-sources h2 {
  margin: 0 0 10px;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
}

.article-sources > p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.92rem;
}

.article-sources ul {
  margin: 0;
  padding-left: 20px;
}

.article-sources li + li {
  margin-top: 10px;
}

.external-source-link {
  color: var(--ink);
  font-weight: 650;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.external-link-marker {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(128, 204, 40, 0.16);
  color: #31590c;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.external-source-link:hover .external-link-marker,
.external-source-link:focus-visible .external-link-marker {
  background: rgba(128, 204, 40, 0.28);
}

.article-side-panel {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 14px;
  padding: 28px;
  border-radius: 8px;
  color: #fff;
  background: var(--deep);
  box-shadow: var(--shadow);
}

.article-side-panel strong {
  color: #fff;
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: 1.22rem;
}

.article-side-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.blog-hero-panel {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
}

.blog-hero-panel strong {
  color: #fff;
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: 1.28rem;
}

.blog-hero-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.blog-overview {
  background: #f8faf9;
}

.blog-page .article-hero-layout {
  grid-template-columns: minmax(0, 1fr);
}

.blog-browser {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 38px);
  align-items: start;
}

.blog-browser > * {
  min-width: 0;
}

.blog-category-panel {
  position: sticky;
  top: 112px;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 248, 0.92)),
    #fff;
  box-shadow: 0 16px 42px rgba(18, 20, 20, 0.07);
}

.blog-category-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-category-panel h2 {
  margin-bottom: 12px;
  font-size: clamp(1.24rem, 1.55vw, 1.6rem);
}

.blog-category-panel p {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 0.96rem;
}

.blog-category-switch {
  display: grid;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
}

.blog-category-button {
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: #fff;
  font: inherit;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.blog-category-button:hover {
  transform: translateY(-1px);
  border-color: rgba(128, 204, 40, 0.5);
  box-shadow: 0 10px 26px rgba(18, 20, 20, 0.07);
}

.blog-category-button.is-active {
  color: #fff;
  border-color: var(--green-dark);
  background:
    linear-gradient(135deg, var(--green-dark), #78bd26),
    var(--green-dark);
  box-shadow: 0 14px 30px rgba(94, 158, 16, 0.22);
}

.blog-category-button.is-muted {
  margin-top: 6px;
  color: var(--muted);
  background: #f8faf9;
}

.blog-category-button.is-muted.is-active {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.blog-category-button strong {
  min-width: 36px;
  min-height: 32px;
  display: inline-grid;
  place-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  color: var(--green-dark);
  background: rgba(128, 204, 40, 0.14);
  font-size: 0.84rem;
}

.blog-category-button.is-active strong {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
}

.blog-results {
  min-width: 0;
}

.blog-results-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 360px);
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(18, 20, 20, 0.05);
}

.blog-results-head > * {
  min-width: 0;
}

.blog-results-head .eyebrow {
  margin-bottom: 8px;
}

.blog-results-head h2 {
  margin-bottom: 8px;
}

.blog-results-head p:not(.eyebrow) {
  max-width: 660px;
  margin-bottom: 0;
  color: var(--muted);
}

.blog-browser:not(.is-ready) .blog-card:not([data-category="hintergrundwissen"]) {
  display: none;
}

.blog-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 30px;
}

.blog-search {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  box-shadow: 0 10px 28px rgba(18, 20, 20, 0.04);
}

.blog-search:focus {
  outline: 3px solid rgba(128, 204, 40, 0.24);
  border-color: rgba(128, 204, 40, 0.68);
}

.search-hero .info-hero-panel strong {
  font-size: 2.1rem;
}

.search-section {
  padding-top: 42px;
}

.site-search-form {
  max-width: 860px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(18, 20, 20, 0.07);
}

.site-search-form label {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-weight: 800;
}

.site-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.site-search-row input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font: inherit;
}

.site-search-row input:focus {
  outline: 3px solid rgba(128, 204, 40, 0.24);
  border-color: rgba(128, 204, 40, 0.68);
}

.site-search-summary {
  margin: 28px 0 14px;
  color: var(--muted);
  font-weight: 760;
}

.site-search-results {
  display: grid;
  gap: 12px;
  max-width: 920px;
}

.site-search-result {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.site-search-result:hover {
  border-color: rgba(94, 158, 16, 0.38);
  box-shadow: 0 14px 32px rgba(18, 20, 20, 0.08);
  transform: translateY(-1px);
}

.site-search-result span {
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-search-result strong {
  color: var(--ink);
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.25;
}

.site-search-result p {
  margin: 0;
  color: var(--muted);
}

.blog-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-filter-list a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: #fff;
  font-size: 0.9rem;
  font-weight: 800;
}

.blog-filter-list a:hover,
.blog-filter-list a[aria-current="page"] {
  color: #fff;
  border-color: var(--green-dark);
  background: var(--green-dark);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

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

.blog-card {
  display: grid;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 38px rgba(18, 20, 20, 0.06);
}

.blog-card-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--soft);
}

.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-body {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.blog-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
}

.blog-card-category {
  color: var(--green-dark);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.blog-card h2,
.blog-card h3 {
  margin: 0;
  font-size: clamp(1.12rem, 1.35vw, 1.38rem);
  line-height: 1.18;
}

.blog-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.97rem;
}

.blog-card .article-card-action {
  width: max-content;
  margin-top: 8px;
}

.blog-empty {
  display: none;
  margin-top: 20px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.blog-detail-image {
  margin: 0 0 30px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.blog-detail-image img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.article-body h3 {
  margin-top: 28px;
  font-size: clamp(1.12rem, 1.35vw, 1.38rem);
}

.article-body h4 {
  margin: 24px 0 8px;
  color: var(--ink);
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: 1.02rem;
}

.article-body ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 22px;
}

.blog-side-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-side-list a {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.35;
}

.blog-side-list a:hover {
  color: var(--green);
}

.error-hero {
  position: relative;
  min-height: calc(100vh - 132px);
  padding: 154px 0 92px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(112deg, rgba(7, 26, 27, 0.98), rgba(18, 44, 39, 0.9) 52%, rgba(94, 158, 16, 0.32)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 100%),
    url("../img/smartdocu-Webinare-Background.png") center/cover no-repeat;
  background-size: auto, 54px 54px, 54px 54px, cover;
}

.error-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 68px;
  align-items: center;
}

.error-hero h1 {
  max-width: 720px;
  color: #fff;
}

.error-copy {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.02rem, 1.55vw, 1.18rem);
}

.error-panel {
  display: grid;
  gap: 10px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
}

.error-panel strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: 1.25rem;
}

.error-panel a {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 800;
}

.error-panel a::after {
  content: ">";
  color: var(--green);
}

.start-gate-hero,
.demo-hero {
  position: relative;
  padding: 150px 0 82px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(112deg, rgba(7, 26, 27, 0.98), rgba(18, 44, 39, 0.9) 54%, rgba(94, 158, 16, 0.34)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 100%),
    url("../img/smartdocu-Webinare-Background.png") center/cover no-repeat;
  background-size: auto, 54px 54px, 54px 54px, cover;
}

.start-gate-layout,
.demo-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 68px;
  align-items: center;
}

.start-gate-layout.is-single {
  grid-template-columns: minmax(0, 820px);
}

.start-gate-hero h1,
.demo-hero h1 {
  max-width: 820px;
  color: #fff;
}

.start-gate-copy,
.demo-copy {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.02rem, 1.55vw, 1.18rem);
}

.start-gate-panel,
.demo-hero-card {
  display: grid;
  gap: 14px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
}

.start-gate-panel strong,
.demo-hero-card strong {
  color: #fff;
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: 1.35rem;
}

.start-gate-panel ul,
.demo-hero-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.start-gate-panel li,
.demo-hero-card li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.78);
}

.start-gate-panel li::before,
.demo-hero-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.demo-hero-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.demo-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.demo-proof-row span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.start-gate-section,
.demo-section {
  background: #f8faf9;
}

.start-gate-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.start-gate-grid article,
.demo-topic-grid article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(18, 20, 20, 0.05);
}

.start-gate-grid span,
.demo-topic-grid span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.start-gate-grid h2,
.demo-topic-grid h3 {
  font-size: 1.25rem;
}

.start-gate-grid p,
.demo-info p,
.demo-topic-grid p {
  color: var(--muted);
}

.demo-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 44px;
  align-items: start;
}

.demo-info {
  position: sticky;
  top: 110px;
}

.demo-topic-grid {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.demo-form {
  display: grid;
  gap: 18px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  gap: 18px;
}

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

.demo-form label {
  display: grid;
  gap: 7px;
  color: var(--text);
  font-weight: 800;
}

.demo-form input,
.demo-form select,
.demo-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  background: #f8faf9;
  font: inherit;
  font-weight: 500;
}

.demo-form textarea {
  resize: vertical;
}

.demo-form input:focus,
.demo-form select:focus,
.demo-form textarea:focus {
  outline: 3px solid rgba(128, 204, 40, 0.28);
  border-color: var(--green);
  background: #fff;
}

.privacy-check {
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 10px !important;
  font-weight: 650 !important;
}

.privacy-check input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
  accent-color: var(--green);
}

.turnstile-field {
  min-height: 68px;
  display: flex;
  align-items: center;
}

.turnstile-field.is-unconfigured {
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #d8b43f;
  border-radius: 7px;
  color: #5e4a04;
  background: #fff8df;
  font-size: 0.9rem;
  font-weight: 750;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.form-status {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 0.9rem;
  font-weight: 700;
}

.form-status.is-error {
  color: #8a1f11;
  border-color: #efb0a6;
  background: #fff1ef;
}

.form-status.is-success {
  color: #245d18;
  border-color: #b7dd9a;
  background: #f2fbe9;
}

@keyframes headerReveal {
  from {
    opacity: 0;
    transform: translateY(-16px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.site-footer {
  padding: 72px 0 54px;
  border-top: 0;
  color: #262626;
  background: #f0f0f0;
}

.footer-layout {
  display: block;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(300px, 1.3fr) minmax(290px, 0.8fr) auto;
  gap: clamp(50px, 8vw, 118px);
  align-items: start;
}

.footer-company {
  display: grid;
  justify-items: start;
}

.footer-brand img {
  width: 230px;
}

.footer-company p {
  margin: 24px 0 10px;
}

.footer-company address {
  color: #5d6060;
  font-style: normal;
  line-height: 1.45;
}

.footer-contact h2 {
  margin: 0 0 12px;
  color: #202222;
  font-size: 1rem;
}

.footer-contact > p {
  color: #5d6060;
  line-height: 1.45;
}

.footer-contact a:hover,
.footer-links a:hover {
  color: var(--green-dark);
}

.footer-rating {
  display: grid;
  gap: 4px;
  margin-top: 32px;
  font-size: 0.78rem;
}

.footer-rating-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-rating-stars {
  color: #fbbd22;
  font-size: 1.42rem;
  letter-spacing: 1px;
  line-height: 1;
}

.footer-social {
  display: grid;
  gap: 18px;
  justify-items: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 18px 24px;
  margin-top: 64px;
  color: #262626;
  font-size: 0.94rem;
  font-weight: 700;
}

.footer-cookie-link {
  flex-basis: 100%;
  margin-top: 18px;
}

.footer-social-link {
  width: 34px;
  height: 34px;
  min-height: 34px;
  color: #272929;
  border: 0;
  border-radius: 50%;
}

.footer-social-link:hover {
  color: var(--green-dark);
  background: rgba(128, 204, 40, 0.08);
}

.site-footer p {
  margin: 0;
  color: inherit;
}

.footer-copyright {
  margin-top: 44px !important;
  font-size: 0.94rem;
  font-weight: 700;
}

.footer-copyright a {
  color: var(--green-dark);
}

.home-dark .site-footer,
.pricing-page .site-footer {
  border-color: transparent;
  color: #262626;
  background: #f0f0f0;
}

/* Landingpage: Verfahrensdokumentation fuer Steuerberater */
.advisor-hero {
  position: relative;
  /* Cover the layout space reserved by the breadcrumb above the hero. */
  margin-top: -32px;
  padding: 156px 0 92px;
  color: #fff;
  background: var(--deep);
  overflow: hidden;
}

.advisor-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 48vw;
  height: 100%;
  background: radial-gradient(circle at 60% 42%, rgba(128, 204, 40, 0.2), transparent 60%);
  pointer-events: none;
}

.advisor-hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
  gap: clamp(36px, 4.5vw, 64px);
  align-items: center;
}

.advisor-hero h1 {
  max-width: 700px;
  color: #fff;
  font-size: clamp(2.05rem, 2.8vw, 3.05rem);
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.advisor-hero .eyebrow,
.advisor-final-cta .eyebrow {
  color: var(--green);
}

.advisor-hero-copy {
  max-width: 660px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.08rem;
}

.advisor-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.advisor-hero-points li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 750;
}

.advisor-hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(128, 204, 40, 0.14);
}

.advisor-demo-note {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
}

.advisor-hero-media {
  position: relative;
}

.advisor-hero-media > img {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.advisor-hero-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 14px 18px 0;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.advisor-hero-trust span {
  padding: 13px 10px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(16, 35, 34, 0.68);
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
}

.advisor-logo-band {
  border-bottom: 1px solid var(--line);
}

.advisor-problem,
.advisor-efficiency,
.advisor-pricing,
.advisor-consulting,
.advisor-faq {
  background: #f2f3f8;
}

.advisor-split,
.advisor-final-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 7vw, 94px);
  align-items: center;
}

.advisor-split > div:first-child > p:last-child,
.advisor-section-heading > p:last-child,
.advisor-final-layout > div > p:last-child {
  color: var(--muted);
  font-size: 1.05rem;
}

.advisor-solution-card {
  padding: clamp(30px, 4vw, 48px);
  border-left: 5px solid var(--green);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.74);
  background: var(--deep);
  box-shadow: var(--shadow);
}

.advisor-solution-card > span,
.advisor-model-grid article > span {
  display: block;
  margin-bottom: 16px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.advisor-solution-card h3 {
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.advisor-solution-card p {
  margin-bottom: 0;
}

.company-gobd-points {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  list-style: none;
}

.company-gobd-points li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.78);
}

.company-gobd-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
}

.advisor-process .section-heading,
.advisor-pricing .section-heading,
.advisor-testimonials .section-heading,
.advisor-faq .section-heading {
  margin-bottom: 42px;
  text-align: center;
}

.advisor-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: advisor-step;
}

.advisor-process-grid li {
  min-height: 286px;
  padding: 26px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  counter-increment: advisor-step;
}

.advisor-process-grid li::before {
  content: counter(advisor-step, decimal-leading-zero);
  display: block;
  margin-bottom: 34px;
  color: var(--green-dark);
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 760;
}

.advisor-process-grid strong {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-family: "Lexend", "Inter", Arial, sans-serif;
  line-height: 1.25;
}

.advisor-process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.91rem;
}

.advisor-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: 22px 24px;
  border-radius: 8px;
  color: #fff;
  background: var(--deep);
}

.advisor-inline-cta strong,
.advisor-inline-cta span {
  display: block;
}

.advisor-inline-cta span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.88rem;
}

.lead-funnel {
  background:
    radial-gradient(circle at 82% 18%, rgba(128, 204, 40, 0.11), transparent 32%),
    #f7faf8;
}

.lead-funnel-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(34px, 5vw, 68px);
  align-items: center;
}

.lead-funnel-layout > div:first-child > p:last-child {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.lead-funnel-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.lead-funnel-cards-single {
  grid-template-columns: minmax(0, 360px);
}

.lead-funnel-card {
  position: relative;
  display: grid;
  min-height: 292px;
  align-content: space-between;
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--text);
  background: #fff;
  box-shadow: 0 16px 42px rgba(18, 20, 20, 0.07);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.lead-funnel-card:hover {
  transform: translateY(-3px);
  border-color: rgba(128, 204, 40, 0.46);
  box-shadow: 0 20px 54px rgba(18, 20, 20, 0.1);
}

.lead-funnel-card::before {
  content: "";
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(128, 204, 40, 0.18), rgba(255, 255, 255, 0.04)),
    #eef8e9;
}

.lead-funnel-card.is-primary {
  border-color: rgba(128, 204, 40, 0.42);
  background:
    linear-gradient(135deg, rgba(128, 204, 40, 0.09), rgba(255, 255, 255, 0.94)),
    #fff;
}

.lead-funnel-card span {
  color: var(--green-dark);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead-funnel-card strong {
  display: block;
  color: var(--ink);
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.7vw, 1.58rem);
  line-height: 1.18;
}

.lead-funnel-card p {
  margin: 0;
  color: var(--muted);
}

.lead-funnel-card em {
  display: inline-flex;
  width: max-content;
  min-height: 42px;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--green-dark);
  font-style: normal;
  font-weight: 850;
}

.lead-funnel-card em::after {
  content: ">";
  font-size: 1rem;
}

.gobd-hero {
  background:
    linear-gradient(105deg, rgba(7, 26, 27, 0.96), rgba(16, 42, 39, 0.9) 47%, rgba(247, 149, 30, 0.22)),
    url("../img/smartdocu-Webinare-Background.png") center/cover no-repeat;
}

.gobd-hero .button-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.06);
}

.gobd-hero .button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.12);
}

.gobd-hero-visual {
  position: relative;
  min-height: 480px;
  display: grid;
  align-items: center;
}

.gobd-score-card {
  position: relative;
  z-index: 1;
  padding: clamp(26px, 3.4vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 12px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
    rgba(11, 24, 24, 0.84);
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.gobd-score-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(128, 204, 40, 0.2);
  border-radius: 8px;
  pointer-events: none;
}

.gobd-score-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.gobd-score-head img {
  width: 78px;
  height: 78px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  object-fit: contain;
}

.gobd-score-head span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gobd-score-head strong {
  color: #fff;
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1;
}

.gobd-score-meter {
  position: relative;
  z-index: 1;
  height: 14px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.gobd-score-meter span {
  display: block;
  width: 74%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--orange), var(--green));
}

.gobd-score-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gobd-score-card li {
  position: relative;
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.78);
}

.gobd-score-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.gobd-floating-note {
  position: relative;
  z-index: 2;
  width: min(310px, 72%);
  margin: -18px 22px 0 auto;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.gobd-floating-note strong,
.gobd-floating-note span {
  display: block;
}

.gobd-floating-note strong {
  margin-bottom: 6px;
  color: var(--ink);
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: 1.05rem;
}

.gobd-floating-note span {
  color: var(--muted);
  font-size: 0.93rem;
}

.gobd-risks,
.gobd-audience {
  background: var(--soft);
}

.gobd-risks .section-heading p:not(.eyebrow) {
  max-width: 690px;
  color: var(--muted);
}

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

.gobd-risk-card {
  min-height: 330px;
}

.gobd-steps {
  background: var(--ink);
}

.gobd-steps h2,
.gobd-steps .timeline strong {
  color: #fff;
}

.gobd-steps .timeline {
  grid-template-columns: repeat(3, 1fr);
  background: rgba(255, 255, 255, 0.14);
}

.gobd-steps .timeline li {
  background: rgba(255, 255, 255, 0.06);
}

.gobd-steps .timeline p {
  color: rgba(255, 255, 255, 0.72);
}

.gobd-report {
  background: #f8faf9;
}

.gobd-report p:not(.eyebrow),
.gobd-audience .intro-grid > p {
  color: var(--muted);
}

.gobd-audience-grid {
  margin-top: 42px;
}

.gobd-audience-grid .vd-target {
  min-height: 320px;
}

.gobd-final-cta {
  background:
    linear-gradient(108deg, rgba(12, 18, 19, 0.98), rgba(16, 31, 29, 0.96) 58%, rgba(247, 149, 30, 0.24)),
    #151a1b;
}

.assist-widget {
  position: fixed;
  right: clamp(16px, 2.4vw, 32px);
  bottom: clamp(16px, 2.4vw, 32px);
  z-index: 80;
  width: min(390px, calc(100vw - 32px));
  opacity: 0;
  transform: translateY(16px) scale(0.98);
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

.assist-widget.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.assist-widget.is-launcher {
  width: auto;
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.assist-widget.is-launcher .assist-panel {
  display: none;
}

.assist-widget.is-dismissed {
  display: none;
}

.assist-panel {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px 18px 6px 18px;
  color: #fff;
  background:
    linear-gradient(135deg, #203332, #0d1d1d 56%, #233f20),
    #0f1818;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.assist-launcher {
  display: none;
  min-height: 48px;
  align-items: center;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  background: #17311f;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.assist-widget.is-launcher .assist-launcher {
  display: inline-flex;
}

.assist-launcher:hover {
  background: #234420;
}

.assist-panel::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -10px;
  width: 22px;
  height: 22px;
  background: #17311f;
  transform: rotate(45deg);
}

.assist-panel strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: 1.14rem;
  line-height: 1.25;
}

.assist-panel p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.94rem;
}

.assist-actions {
  display: grid;
  gap: 9px;
}

.assist-action {
  position: relative;
  display: grid;
  min-height: 58px;
  align-content: center;
  justify-content: space-between;
  gap: 3px;
  padding: 11px 42px 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
  font-weight: 820;
}

.assist-action span,
.assist-action small {
  display: block;
}

.assist-action small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 680;
  line-height: 1.35;
}

.assist-action.is-primary {
  color: #fff;
  border-color: transparent;
  background: var(--green-dark);
}

.assist-action.is-support {
  border-color: rgba(247, 149, 30, 0.36);
  background: rgba(247, 149, 30, 0.14);
}

.assist-action::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  color: var(--green);
}

.assist-action.is-primary::after,
.assist-action.is-support::after {
  color: #fff;
}

.assist-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  font-size: 1.1rem;
  cursor: pointer;
}

.assist-close:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.info-page {
  background: #f6f8f7;
}

.info-hero {
  padding: 128px 0 78px;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(4, 26, 28, 0.96), rgba(19, 63, 39, 0.9)),
    radial-gradient(circle at 82% 8%, rgba(128, 204, 40, 0.25), transparent 34%),
    #102324;
}

.info-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(270px, 0.28fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: end;
}

.info-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.25rem, 4.1vw, 4.15rem);
  line-height: 1.03;
  overflow-wrap: anywhere;
}

.info-lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.04rem, 1.5vw, 1.22rem);
  line-height: 1.65;
}

.info-hero-panel {
  display: grid;
  gap: 8px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.info-hero-panel strong {
  color: #fff;
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: 1.12rem;
  line-height: 1.25;
}

.info-hero-panel span {
  font-weight: 750;
}

.info-hero-panel p {
  margin: 0;
}

.info-section {
  background: #f7faf9;
}

.info-section.alt {
  background: #edf4ef;
}

.info-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(28px, 4vw, 54px);
  align-items: start;
}

.info-main-column {
  display: grid;
  gap: 18px;
}

.info-prose,
.legal-content {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.info-prose h2,
.legal-content h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(1.65rem, 2.45vw, 2.45rem);
  line-height: 1.12;
}

.info-prose h3,
.legal-content h3 {
  margin: 28px 0 10px;
  color: var(--ink);
  font-size: 1.16rem;
}

.info-prose p,
.legal-content p {
  margin: 0 0 16px;
}

.info-prose ul,
.info-prose ol,
.legal-content ul,
.legal-content ol {
  margin: 0 0 18px;
  padding-left: 20px;
}

.info-prose a,
.legal-content a {
  color: var(--green-dark);
  font-weight: 750;
}

.info-prose-panel {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(20, 24, 25, 0.055);
}

.info-aside {
  position: sticky;
  top: 122px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 56px rgba(20, 24, 25, 0.08);
}

.info-aside strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: 1.08rem;
}

.info-aside p,
.info-aside li {
  color: var(--muted);
}

.info-aside ul {
  display: grid;
  gap: 9px;
  margin: 0 0 18px;
  padding-left: 18px;
}

.info-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.info-card-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-card {
  min-height: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(20, 24, 25, 0.06);
}

.info-card span,
.download-list a span,
.contact-direct-list span {
  display: block;
  margin-bottom: 8px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.info-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 1.18rem;
}

.info-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.info-step-list {
  counter-reset: info-step;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-step-list-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-step-list li {
  counter-increment: info-step;
  min-height: 0;
  padding: 24px;
  border: 1px solid rgba(128, 204, 40, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
}

.info-step-list li::before {
  content: counter(info-step, decimal-leading-zero);
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--orange);
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 850;
}

.info-step-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: 1.06rem;
}

.info-step-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.info-narrow {
  max-width: 940px;
}

.download-list,
.contact-direct-list {
  display: grid;
  gap: 12px;
}

.download-list-grouped {
  padding: clamp(26px, 3.2vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(20, 24, 25, 0.055);
}

.download-list-grouped h2 {
  margin: 22px 0 2px;
  color: var(--ink);
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
}

.download-list-grouped h2:first-child {
  margin-top: 0;
}

.download-list a,
.contact-direct-list a,
.contact-direct-list div {
  display: block;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: inherit;
  background: #fff;
  box-shadow: 0 14px 38px rgba(20, 24, 25, 0.05);
}

.download-list a {
  position: relative;
  padding-right: 48px;
}

.download-list a::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--green-dark);
  font-weight: 900;
  transform: translateY(-50%);
}

.download-list strong,
.contact-direct-list strong {
  display: block;
  color: var(--ink);
  font-family: "Lexend", "Inter", Arial, sans-serif;
}

.legal-content {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(20, 24, 25, 0.06);
}

.legal-content-long {
  max-width: 980px;
}

.legal-content h2:not(:first-child) {
  margin-top: 34px;
}

.legal-content h4 {
  margin: 22px 0 8px;
  color: var(--ink);
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: 1.02rem;
}

.info-faq-list {
  align-self: start;
}

.advisor-section-heading {
  max-width: 800px;
  margin: 0 auto 42px;
  text-align: center;
}

.advisor-outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.advisor-outcome-grid article {
  min-height: 158px;
  padding: 26px;
  border: 1px solid #dfe1e9;
  border-radius: 8px;
  background: #fff;
}

.advisor-outcome-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-family: "Lexend", "Inter", Arial, sans-serif;
}

.advisor-outcome-grid p {
  margin: 0;
  color: var(--muted);
}

.advisor-video-features {
  display: grid;
  gap: clamp(54px, 7vw, 88px);
}

.advisor-video-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(36px, 6vw, 78px);
  align-items: center;
}

.advisor-video-feature:nth-child(even) .advisor-video-frame {
  order: 2;
}

.advisor-video-frame {
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow);
}

.advisor-video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 7px;
  background: var(--deep);
  object-fit: cover;
}

.advisor-video-frame img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 7px;
  object-fit: cover;
}

.advisor-video-feature h3 {
  margin-bottom: 18px;
  font-size: clamp(1.4rem, 2.3vw, 2rem);
}

.advisor-video-feature p {
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.advisor-video-feature .advisor-video-lead {
  margin-bottom: 10px;
  color: var(--ink);
  font-weight: 800;
}

.advisor-pricing-grid,
.advisor-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 920px;
  margin: 0 auto;
}

.advisor-price-card {
  position: relative;
  padding: 34px;
  border: 1px solid #dfe1e9;
  border-radius: 8px;
  background: #fff;
}

.advisor-price-card.is-featured {
  border: 2px solid var(--green-dark);
  box-shadow: 0 20px 52px rgba(94, 158, 16, 0.13);
}

.advisor-price-card > span,
.advisor-price-card > small {
  display: block;
  color: var(--muted);
  font-weight: 750;
}

.advisor-price-card > strong {
  display: block;
  margin: 24px 0 3px;
  color: var(--ink);
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  line-height: 1;
}

.advisor-price-card ul {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.advisor-price-card li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
}

.advisor-price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.advisor-license-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1040px;
  margin: 24px auto 0;
}

.advisor-license-notes p {
  margin: 0;
  padding: 18px;
  border: 1px solid #dfe1e9;
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.55);
  font-size: 0.86rem;
}

.advisor-pricing-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.advisor-testimonial-grid figure {
  display: grid;
  align-content: space-between;
  min-height: 290px;
  margin: 0;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 28, 28, 0.07);
}

.advisor-testimonial-grid blockquote {
  margin: 0 0 30px;
  color: var(--ink);
  font-family: "Lexend", "Inter", Arial, sans-serif;
  font-size: 1.12rem;
  line-height: 1.5;
}

.advisor-testimonial-grid figcaption {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 0.83rem;
}

.advisor-testimonial-grid figcaption img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

.advisor-testimonial-grid figcaption span,
.advisor-testimonial-grid figcaption strong {
  display: block;
}

.advisor-testimonial-grid figcaption strong {
  color: var(--ink);
  font-size: 0.95rem;
}

.advisor-model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.advisor-model-grid article {
  min-height: 240px;
  padding: 30px;
  border: 1px solid #dfe1e9;
  border-radius: 8px;
  background: #fff;
}

.advisor-model-grid p {
  margin: 0;
  color: var(--muted);
}

.advisor-guarantee .guarantee-card p {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.7);
}

.advisor-guarantee .guarantee-card .button {
  width: 100%;
}

.advisor-final-cta {
  background: var(--ink);
}

.advisor-final-layout {
  grid-template-columns: 1fr 390px;
}

.advisor-final-cta h2 {
  color: #fff;
}

.advisor-final-layout > div > p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.66);
}

@media (max-width: 1080px) {
  .advisor-hero-layout,
  .advisor-split,
  .advisor-video-feature,
  .advisor-final-layout {
    grid-template-columns: 1fr;
  }

  .advisor-video-feature {
    gap: 28px;
  }

  .advisor-video-feature:nth-child(even) .advisor-video-frame {
    order: 0;
  }

  .advisor-hero-layout {
    gap: 52px;
  }

  .advisor-hero-media {
    max-width: 780px;
  }

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

  .advisor-process-grid li {
    min-height: 230px;
  }

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

@media (max-width: 720px) {
  .utility-bar-inner {
    width: min(calc(100% - 28px), var(--max));
    justify-content: flex-end;
    gap: 6px;
    flex-wrap: nowrap;
    padding: 6px 0;
  }

  .utility-social {
    width: auto;
    justify-content: flex-start;
    gap: 2px;
  }

  .utility-bar-inner > a {
    width: 32px;
    justify-content: center;
    overflow: hidden;
    font-size: 0;
  }

  .site-footer {
    padding: 50px 0 40px;
  }

  .footer-social {
    display: flex;
    justify-content: flex-start;
  }

  .footer-links {
    gap: 16px 20px;
    margin-top: 48px;
  }

  .footer-cookie-link {
    margin-top: 8px;
  }

  .footer-copyright {
    margin-top: 36px !important;
  }

  .site-search-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1280px) {
  .thank-you-hero {
    align-items: start;
    padding: 154px 0 72px;
  }

  .thank-you-shell {
    grid-template-columns: minmax(0, 760px);
    gap: 36px;
  }

  .thank-you-copy {
    max-width: 680px;
  }

  .thank-you-card {
    width: min(100%, 680px);
  }

  .nav-shell {
    grid-template-columns: auto auto;
  }

  .brand {
    min-width: 0;
  }

  .nav-toggle {
    display: flex;
    justify-self: end;
  }

  .nav-links {
    position: absolute;
    grid-column: 1 / -1;
    justify-self: stretch;
    left: 20px;
    right: 20px;
    top: 76px;
    max-height: calc(100dvh - 142px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    color: var(--text);
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
    overflow-y: auto;
    overscroll-behavior: contain;
    white-space: normal;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 14px 10px;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-trigger {
    display: block;
  }

  .nav-dropdown-trigger::after {
    display: none;
  }

  .nav-submenu {
    position: static;
    width: auto;
    margin: 0 0 8px 10px;
    padding: 4px 0 4px 12px;
    border: 0;
    border-left: 2px solid rgba(128, 204, 40, 0.48);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .nav-submenu::before {
    display: none;
  }

  .nav-links .nav-submenu a {
    padding: 10px;
    font-size: 0.88rem;
  }

  .mobile-action {
    display: flex !important;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    border-radius: 8px;
    font-weight: 800;
  }

  .mobile-action-secondary {
    color: var(--text);
    border: 1px solid var(--line);
  }

  .mobile-action-primary {
    color: #fff;
    background: var(--green-dark);
  }

  .nav-cta,
  .nav-actions {
    display: none;
  }
}

@media (max-width: 1080px) {
  .hero-shell {
    grid-template-areas:
      "intro"
      "product"
      "details";
    grid-template-columns: 1fr;
  }

  .hero-details {
    grid-template-columns: 1fr;
  }

  .hero-product {
    width: min(100%, 560px);
    margin: 34px 0 42px;
  }

  .hero-trust {
    margin-top: 14px;
    padding-inline: 0;
  }

  .laptop-mockup {
    display: none;
  }

  .hero-mobile-photo {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
  }

  .hero {
    min-height: auto;
    padding-bottom: 92px;
  }

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

  .module-proof,
  .module-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro-grid,
  .product-layout,
  .expertise-layout,
  .thank-you-shell,
  .module-detail-hero-layout,
  .security-layout,
  .contact-layout,
  .pricing-hero-layout,
  .pricing-group,
  .guarantee-layout,
  .pricing-cta-layout,
  .vd-hero-layout,
  .help-hero-layout,
  .article-hero-layout,
  .article-content-layout,
  .article-reading-layout,
  .start-gate-layout,
  .demo-hero-layout,
  .demo-layout,
  .help-support-layout,
  .error-layout,
  .lead-funnel-layout,
  .info-hero-layout,
  .info-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .blog-browser {
    grid-template-columns: 1fr;
  }

  .blog-category-panel {
    position: static;
  }

  .blog-category-switch {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-results-head {
    grid-template-columns: 1fr;
  }

  .pricing-cards.two,
  .module-notes,
  .vd-target-grid,
  .help-grid,
  .article-grid,
  .start-gate-grid,
  .lead-funnel-cards,
  .info-card-grid,
  .info-step-list,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .info-hero-panel {
    max-width: 520px;
  }

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

  .module-benefit-grid {
    grid-template-columns: 1fr;
  }

  .module-split-lists {
    grid-template-columns: 1fr;
  }

  .help-contact-card {
    max-width: 420px;
  }

  .article-nav-column,
  .article-meta-card,
  .article-side-panel,
  .start-gate-panel,
  .demo-hero-card {
    max-width: 520px;
  }

  .article-nav-column,
  .article-side-panel,
  .demo-info,
  .info-aside {
    position: static;
  }

  .article-nav-column {
    max-height: none;
    overflow: visible;
  }

  .help-card:first-child {
    grid-column: auto;
    grid-template-columns: 122px minmax(0, 1fr) auto;
  }

  .billing-switch {
    align-items: stretch;
    flex-direction: column;
  }

  .billing-toggle {
    width: 100%;
  }

  .billing-toggle button {
    min-width: 0;
    min-height: 56px;
    flex-direction: column;
    gap: 3px;
    white-space: nowrap;
  }

  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1081px) and (max-width: 1280px) {
  .hero-product {
    width: 107%;
    margin-inline: -3.5%;
  }
}

@media (max-width: 900px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-rating {
    margin-top: 24px;
  }

  .module-card {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .module-card-media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .module-card-content h3 {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 760px) {
  .thank-you-hero {
    min-height: calc(100svh - 44px);
    align-items: start;
    padding: 148px 0 52px;
  }

  .thank-you-shell {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .thank-you-copy h1 {
    font-size: clamp(2.25rem, 10vw, 3rem);
  }

  .thank-you-card {
    padding: 26px 22px;
    border-radius: 18px;
  }

  .thank-you-actions {
    display: grid;
  }

  .thank-you-actions .button {
    width: 100%;
  }

  h1 {
    font-size: clamp(1.8rem, 7.4vw, 2rem);
    line-height: 1.1;
  }

  h2 {
    font-size: clamp(1.4rem, 5.8vw, 1.65rem);
    line-height: 1.16;
  }

  .section {
    padding: 60px 0;
  }

  .nav-shell {
    width: min(calc(100% - 28px), var(--max));
    height: 68px;
    border-radius: 16px;
  }

  .brand img {
    width: 158px;
  }

  .nav-links {
    top: 68px;
    left: 14px;
    right: 14px;
  }

  .hero {
    min-height: auto;
    padding: 118px 0 82px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .pricing-hero,
  .vd-hero,
  .help-hero,
  .article-hero,
  .start-gate-hero,
  .demo-hero,
  .error-hero,
  .info-hero {
    padding: 126px 0 64px;
  }

  .article-hero.compact {
    padding: 118px 0 52px;
  }

  .info-hero h1 {
    font-size: clamp(1.85rem, 7.4vw, 2.05rem);
  }

  .module-detail-hero h1 {
    font-size: clamp(1.8rem, 7.4vw, 2rem);
  }

  .info-prose h2,
  .legal-content h2 {
    font-size: clamp(1.4rem, 5.8vw, 1.65rem);
  }

  .legal-content {
    padding: 24px;
  }

  .info-prose-panel,
  .download-list-grouped {
    padding: 24px;
  }

  .info-hero-panel {
    padding: 20px;
  }

  .hero-shell,
  .section-inner {
    width: min(calc(100% - 28px), var(--max));
  }

  .hero-product {
    width: min(100%, 560px);
    margin: 22px 0 28px;
  }

  .modules-overview-heading {
    margin-bottom: 32px;
    text-align: left;
  }

  .modules-overview-heading h2 {
    margin-inline: 0;
  }

  .modules-overview-heading br {
    display: none;
  }

  .module-card-list {
    grid-auto-rows: auto;
  }

  .module-card {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .module-card-media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .module-card-content {
    padding: 26px 24px;
  }

  .module-card-content .button {
    width: 100%;
  }

  .why-smartdocu-heading {
    margin-bottom: 28px;
  }

  .why-smartdocu-heading::after {
    margin-top: 26px;
  }

  .why-smartdocu-grid {
    grid-template-columns: 1fr;
  }

  .why-smartdocu-card {
    min-height: 0;
    grid-template-rows: 142px auto;
  }

  .why-smartdocu-media img {
    width: 96px;
    height: 96px;
  }

  .hero-proof,
  .vd-proof,
  .module-proof,
  .module-steps,
  .logo-grid,
  .feature-grid,
  .reference-grid,
  .trust-grid,
  .timeline,
  .footer-layout {
    grid-template-columns: 1fr;
  }

  .product-layout-copy-only .check-list {
    grid-template-columns: 1fr;
  }

  .logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .logo-grid img {
    height: 70px;
    aspect-ratio: auto;
    padding: 8px 10px;
  }

  .hero-proof div {
    min-height: auto;
  }

  .timeline li {
    min-height: auto;
  }

  .pricing-group-copy,
  .price-card,
  .guarantee-card {
    padding: 24px;
  }

  .pricing-group-copy span {
    margin-bottom: 28px;
  }

  .module-table {
    min-width: 760px;
  }

  .module-table th,
  .module-table td {
    padding: 14px 12px;
  }

  .pricing-hero-panel strong {
    font-size: 2rem;
  }

  .vd-badges {
    position: static;
    width: max-content;
    margin: 14px 0 0 auto;
  }

  .timeline li::before {
    margin-bottom: 22px;
  }

  .help-search {
    grid-template-columns: 1fr;
  }

  .help-card {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 24px;
  }

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

  .help-card-media {
    width: 96px;
    height: 96px;
  }

  .help-card-media img {
    width: 68px;
    height: 68px;
  }

  .help-card-link {
    justify-self: stretch;
  }

  .error-panel {
    padding: 24px;
  }

  .article-body {
    padding: 24px;
  }

  .help-article-nav {
    padding: 14px;
  }

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

  .demo-form {
    padding: 24px;
  }

  .footer-layout,
  .footer-links {
    justify-items: start;
    justify-content: start;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .advisor-hero {
    padding: 122px 0 68px;
  }

  .advisor-hero h1 {
    font-size: clamp(1.8rem, 7.4vw, 2rem);
  }

  .vd-hero h1 {
    font-size: clamp(1.8rem, 7.4vw, 2.25rem);
  }

  .advisor-hero-copy {
    font-size: 1rem;
  }

  .advisor-hero .hero-actions,
  .vd-hero .hero-actions,
  .advisor-pricing-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .advisor-hero .hero-actions .button,
  .vd-hero .hero-actions .button,
  .advisor-pricing-actions .button {
    width: 100%;
  }

  .advisor-hero-trust {
    grid-template-columns: 1fr;
    margin-inline: 0;
  }

  .advisor-process .section-heading,
  .advisor-pricing .section-heading,
  .advisor-testimonials .section-heading,
  .advisor-faq .section-heading,
  .advisor-section-heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .advisor-process-grid,
  .advisor-outcome-grid,
  .advisor-pricing-grid,
  .advisor-license-notes,
  .advisor-testimonial-grid,
  .advisor-model-grid {
    grid-template-columns: 1fr;
  }

  .advisor-process-grid li,
  .advisor-outcome-grid article,
  .advisor-model-grid article,
  .advisor-testimonial-grid figure {
    min-height: 0;
  }

  .advisor-process-grid li::before {
    margin-bottom: 22px;
  }

  .advisor-inline-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .advisor-inline-cta .button {
    width: 100%;
  }

  .advisor-price-card,
  .advisor-testimonial-grid figure,
  .advisor-model-grid article {
    padding: 24px;
  }

  .lead-funnel-card {
    min-height: 0;
    padding: 24px;
  }

  .lead-funnel-card em {
    width: 100%;
    justify-content: center;
  }

  .blog-tools {
    grid-template-columns: 1fr;
  }

  .blog-category-panel {
    padding: 20px;
  }

  .blog-category-switch {
    grid-template-columns: 1fr;
  }

  .blog-category-button {
    min-width: 0;
  }

  .blog-results-head {
    padding: 20px;
  }

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

  .blog-browser .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-filter-list a {
    min-height: 40px;
  }

  .blog-card-body,
  .article-body {
    padding: 24px;
  }

  .assist-widget {
    right: 14px;
    bottom: 14px;
    width: calc(100vw - 28px);
  }

  .assist-panel {
    padding: 20px;
    border-radius: 16px 16px 6px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 1080px) {
  .gobd-hero-visual {
    min-height: 0;
    max-width: 620px;
  }

  .gobd-floating-note {
    width: calc(100% - 28px);
    margin: -16px 14px 0 auto;
  }

  .gobd-risk-grid,
  .gobd-steps .timeline {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .gobd-hero .hero-actions .button,
  .gobd-final-cta .button {
    width: 100%;
  }

  .gobd-score-card {
    padding: 24px;
  }

  .gobd-score-card::before {
    inset: 10px;
  }

  .gobd-score-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .gobd-floating-note {
    width: 100%;
    margin: 12px 0 0;
  }

  .gobd-risk-card,
  .gobd-audience-grid .vd-target {
    min-height: 0;
  }
}
