@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap");
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-red-50: oklch(.971 .013 17.38);
    --color-red-200: oklch(.885 .062 18.334);
    --color-green-50: oklch(.982 .018 155.826);
    --color-green-200: oklch(.925 .084 155.995);
    --color-violet-50: oklch(.969 .016 293.756);
    --color-purple-50: oklch(.977 .014 308.299);
    --color-purple-300: oklch(.827 .119 306.383);
    --color-purple-500: oklch(.627 .265 303.9);
    --color-purple-600: oklch(.558 .288 302.321);
    --color-purple-700: oklch(.496 .265 301.924);
    --color-gray-50: oklch(.985 .002 247.839);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-200: oklch(.928 .006 264.531);
    --color-gray-300: oklch(.872 .01 258.338);
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --text-xl: 1.25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --radius-sm: var(--radius-sm);
    --radius-md: var(--radius-md);
    --radius-lg: var(--radius-lg);
    --radius-xl: var(--radius-xl);
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
    --color-foreground: var(--foreground);
    --color-primary: var(--primary);
    --color-destructive: var(--destructive);
    --color-border: var(--border);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  body {
    line-height: inherit;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
    -webkit-hyphens: none;
    hyphens: none;
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
    font-family: var(--font-body);
    -webkit-hyphens: none;
    hyphens: none;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-family: var(--font-heading);
    font-size: var(--text-h1);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-h1);
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-family: var(--font-heading);
    font-size: var(--text-h2);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-h2);
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-family: var(--font-heading);
    font-size: var(--text-h3);
    font-weight: var(--font-weight-medium);
    line-height: 1.2;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-family: var(--font-heading);
    font-size: var(--text-h4);
    font-weight: var(--font-weight-medium);
    line-height: 1.2;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-family: var(--font-body);
    font-size: var(--text-body);
    font-weight: var(--font-weight-normal);
    line-height: var(--line-height-body);
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label {
    font-family: var(--font-body);
    font-size: var(--text-label);
    font-weight: var(--font-weight-normal);
    line-height: 1.2;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-family: var(--font-body);
    font-size: var(--text-body);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-body);
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-family: var(--font-body);
    font-size: var(--text-body);
    font-weight: var(--font-weight-normal);
    line-height: var(--line-height-body);
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) .body-highlight {
    font-family: var(--font-body);
    font-size: var(--text-body-highlight);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-body-highlight);
  }
}

@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }

  .pointer-events-none {
    pointer-events: none;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-\[280px\] {
    top: 280px;
  }

  .top-\[350px\] {
    top: 350px;
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .right-\[-32px\] {
    right: -32px;
  }

  .right-\[-60px\] {
    right: -60px;
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-1\/2 {
    left: 50%;
  }

  .left-\[-32px\] {
    left: -32px;
  }

  .left-\[-60px\] {
    left: -60px;
  }

  .z-10 {
    z-index: 10;
  }

  .z-20 {
    z-index: 20;
  }

  .z-25 {
    z-index: 25;
  }

  .z-30 {
    z-index: 30;
  }

  .z-40 {
    z-index: 40;
  }

  .z-50 {
    z-index: 50;
  }

  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }

  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-\[24px\] {
    margin-top: 24px;
  }

  .mt-\[200px\] {
    margin-top: 200px;
  }

  .mt-auto {
    margin-top: auto;
  }

  .mr-\[0px\] {
    margin-right: 0;
  }

  .-mb-6 {
    margin-bottom: calc(var(--spacing) * -6);
  }

  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }

  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }

  .mb-\[0px\] {
    margin-bottom: 0;
  }

  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }

  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }

  .ml-8 {
    margin-left: calc(var(--spacing) * 8);
  }

  .ml-\[-32px\] {
    margin-left: -32px;
  }

  .ml-\[0px\] {
    margin-left: 0;
  }

  .ml-auto {
    margin-left: auto;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .size-\[120px\] {
    width: 120px;
    height: 120px;
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

  .h-4 {
    height: calc(var(--spacing) * 4);
  }

  .h-5 {
    height: calc(var(--spacing) * 5);
  }

  .h-7 {
    height: calc(var(--spacing) * 7);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-\[350px\] {
    height: 350px;
  }

  .h-\[475px\] {
    height: 475px;
  }

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-4 {
    width: calc(var(--spacing) * 4);
  }

  .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .w-10 {
    width: calc(var(--spacing) * 10);
  }

  .w-14 {
    width: calc(var(--spacing) * 14);
  }

  .w-16 {
    width: calc(var(--spacing) * 16);
  }

  .w-full {
    width: 100%;
  }

  .max-w-md {
    max-width: var(--container-md);
  }

  .max-w-none {
    max-width: none;
  }

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

  .flex-1 {
    flex: 1;
  }

  .flex-shrink {
    flex-shrink: 1;
  }

  .flex-shrink-0, .shrink-0 {
    flex-shrink: 0;
  }

  .flex-grow {
    flex-grow: 1;
  }

  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .scale-\[0\.7\] {
    scale: .7;
  }

  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .list-disc {
    list-style-type: disc;
  }

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

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .content-stretch {
    align-content: stretch;
  }

  .items-baseline {
    align-items: baseline;
  }

  .items-center {
    align-items: center;
  }

  .items-end {
    align-items: flex-end;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

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

  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }

  .gap-0\.5 {
    gap: calc(var(--spacing) * .5);
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-\[10px\] {
    gap: 10px;
  }

  .gap-\[20px\] {
    gap: 20px;
  }

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }

  .rounded-\[16px\] {
    border-radius: 16px;
  }

  .rounded-\[25px\] {
    border-radius: 25px;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-t-\[30px\] {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .rounded-br-\[30px\] {
    border-bottom-right-radius: 30px;
  }

  .rounded-bl-\[30px\] {
    border-bottom-left-radius: 30px;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .border-gray-300 {
    border-color: var(--color-gray-300);
  }

  .border-green-200 {
    border-color: var(--color-green-200);
  }

  .border-purple-300 {
    border-color: var(--color-purple-300);
  }

  .border-red-200 {
    border-color: var(--color-red-200);
  }

  .border-transparent {
    border-color: #0000;
  }

  .border-t-primary {
    border-top-color: var(--primary);
  }

  .bg-\[\#FFFFFF\] {
    background-color: #fff;
  }

  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }

  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }

  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }

  .bg-green-50 {
    background-color: var(--color-green-50);
  }

  .bg-purple-600 {
    background-color: var(--color-purple-600);
  }

  .bg-red-50 {
    background-color: var(--color-red-50);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-violet-50 {
    --tw-gradient-from: var(--color-violet-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-purple-50 {
    --tw-gradient-to: var(--color-purple-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .object-contain {
    object-fit: contain;
  }

  .object-cover {
    object-fit: cover;
  }

  .p-1 {
    padding: calc(var(--spacing) * 1);
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .p-\[5px\] {
    padding: 5px;
  }

  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .px-\[10px\] {
    padding-inline: 10px;
  }

  .px-\[32px\] {
    padding-inline: 32px;
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .py-\[20px\] {
    padding-block: 20px;
  }

  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }

  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }

  .pt-\[32px\] {
    padding-top: 32px;
  }

  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }

  .pb-\[32px\] {
    padding-bottom: 32px;
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .text-right {
    text-align: right;
  }

  .align-middle {
    vertical-align: middle;
  }

  .font-\[\'DM_Sans\:Bold\'\,sans-serif\] {
    font-family: DM Sans\:Bold, sans-serif;
  }

  .font-\[\'DM_Sans\:Regular\'\,sans-serif\] {
    font-family: DM Sans\:Regular, sans-serif;
  }

  .font-\[\'Nunito\:Bold\'\,sans-serif\] {
    font-family: Nunito\:Bold, sans-serif;
  }

  .text-\[0px\] {
    font-size: 0;
  }

  .text-\[18px\] {
    font-size: 18px;
  }

  .text-\[19px\] {
    font-size: 19px;
  }

  .text-\[30px\] {
    font-size: 30px;
  }

  .text-\[38px\] {
    font-size: 38px;
  }

  .text-\[48px\] {
    font-size: 48px;
  }

  .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }

  .leading-\[28\.5px\] {
    --tw-leading: 28.5px;
    line-height: 28.5px;
  }

  .leading-\[57\.6px\] {
    --tw-leading: 57.6px;
    line-height: 57.6px;
  }

  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .text-\[\#11192d\] {
    color: #11192d;
  }

  .text-\[blue\] {
    color: #00f;
  }

  .text-foreground {
    color: var(--foreground);
  }

  .text-primary {
    color: var(--primary);
  }

  .text-white {
    color: var(--color-white);
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .underline {
    text-decoration-line: underline;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-\[0\.90\] {
    opacity: .9;
  }

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  @media (hover: hover) {
    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-100:hover {
      background-color: var(--color-gray-100);
    }
  }

  @media (hover: hover) {
    .hover\:bg-green-50:hover {
      background-color: var(--color-green-50);
    }
  }

  @media (hover: hover) {
    .hover\:bg-purple-50:hover {
      background-color: var(--color-purple-50);
    }
  }

  @media (hover: hover) {
    .hover\:bg-purple-700:hover {
      background-color: var(--color-purple-700);
    }
  }

  @media (hover: hover) {
    .hover\:bg-red-50:hover {
      background-color: var(--color-red-50);
    }
  }

  @media (hover: hover) {
    .hover\:opacity-70:hover {
      opacity: .7;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-90:hover {
      opacity: .9;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-95:hover {
      opacity: .95;
    }
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-purple-500:focus {
    --tw-ring-color: var(--color-purple-500);
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  @media (width >= 360px) {
    .min-\[360px\]\:hidden {
      display: none;
    }
  }

  @media (width >= 360px) {
    .min-\[360px\]\:inline {
      display: inline;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[250px\] {
      top: 250px;
    }
  }

  @media (width >= 48rem) {
    .md\:right-\[-28px\] {
      right: -28px;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[-28px\] {
      left: -28px;
    }
  }

  @media (width >= 48rem) {
    .md\:mx-auto {
      margin-inline: auto;
    }
  }

  @media (width >= 48rem) {
    .md\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 48rem) {
    .md\:mt-\[256px\] {
      margin-top: 256px;
    }
  }

  @media (width >= 48rem) {
    .md\:mt-\[480px\] {
      margin-top: 480px;
    }
  }

  @media (width >= 48rem) {
    .md\:mt-auto {
      margin-top: auto;
    }
  }

  @media (width >= 48rem) {
    .md\:mb-0 {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 48rem) {
    .md\:ml-\[-28px\] {
      margin-left: -28px;
    }
  }

  @media (width >= 48rem) {
    .md\:ml-\[50\%\] {
      margin-left: 50%;
    }
  }

  @media (width >= 48rem) {
    .md\:block {
      display: block;
    }
  }

  @media (width >= 48rem) {
    .md\:flex {
      display: flex;
    }
  }

  @media (width >= 48rem) {
    .md\:hidden {
      display: none;
    }
  }

  @media (width >= 48rem) {
    .md\:inline {
      display: inline;
    }
  }

  @media (width >= 48rem) {
    .md\:size-\[200px\] {
      width: 200px;
      height: 200px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-1\/2 {
      width: 50%;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[416px\] {
      width: 416px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[524px\] {
      width: 524px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[calc\(100\%\+56px\)\] {
      width: calc(100% + 56px);
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 48rem) {
    .md\:items-end {
      align-items: flex-end;
    }
  }

  @media (width >= 48rem) {
    .md\:justify-between {
      justify-content: space-between;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-2 {
      gap: calc(var(--spacing) * 2);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-3 {
      gap: calc(var(--spacing) * 3);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 48rem) {
    .md\:overflow-x-auto {
      overflow-x: auto;
    }
  }

  @media (width >= 48rem) {
    .md\:rounded-lg {
      border-radius: var(--radius-lg);
    }
  }

  @media (width >= 48rem) {
    .md\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 48rem) {
    .md\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 48rem) {
    .md\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .md\:px-\[24px\] {
      padding-inline: 24px;
    }
  }

  @media (width >= 48rem) {
    .md\:py-3 {
      padding-block: calc(var(--spacing) * 3);
    }
  }

  @media (width >= 48rem) {
    .md\:pt-\[24px\] {
      padding-top: 24px;
    }
  }

  @media (width >= 48rem) {
    .md\:pb-\[24px\] {
      padding-bottom: 24px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[58px\] {
      font-size: 58px;
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}



:root {
  --font-size: 16px;
  --text-title-large: clamp(32px, 4vw + 20px, 48px);
  --text-h1: clamp(24px, 3vw + 18px, 36px);
  --text-h2: clamp(16px, 1.5vw + 12px, 21px);
  --text-subtitle: clamp(20px, 2.5vw + 14px, 30px);
  --text-h3: clamp(20px, 2.5vw + 14px, 30px);
  --text-h4: clamp(16px, 1.5vw + 12px, 21px);
  --text-body-large: clamp(16px, 1vw + 14px, 19px);
  --text-body: clamp(14px, .5vw + 13px, 16px);
  --text-label: clamp(13px, .5vw + 12px, 14px);
  --text-body-highlight: clamp(14px, .5vw + 13px, 16px);
  --text-hero: clamp(28px, 4vw + 20px, 44px);
  --text-product-title: clamp(22px, 2vw + 16px, 28px);
  --text-price: clamp(16px, 1vw + 14px, 19px);
  --text-zwischensumme-label: clamp(11px, .5vw + 10px, 12px);
  --text-zwischensumme-value: clamp(18px, 1vw + 16px, 20px);
  --icon-circle-size: clamp(80px, 10vw, 100px);
  --card-padding: clamp(16px, 2vw + 8px, 24px);
  --counter-height: clamp(44px, 5vw, 50px);
  --button-size: clamp(32px, 4vw, 34px);
  --button-height: clamp(38px, 4.5vw, 42px);
  --line-height-title-large: 1.2;
  --line-height-subtitle: 1.2;
  --line-height-body-large: 1.5;
  --line-height-h1: 1.2;
  --line-height-h2: 1.3;
  --line-height-body: 1.5;
  --line-height-body-highlight: 1.5;
  --line-height-hero: 1.1;
  --font-heading: "Nunito", sans-serif;
  --font-body: "Nunito", sans-serif;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --spacing-2xl: 48px;
  --spacing-3xl: 64px;
  --navbar-height: 72px;
  --background: #fff;
  --foreground: #11192d;
  --card: #0000;
  --card-foreground: #11192d;
  --popover: #0000;
  --popover-foreground: #11192d;
  --primary: #00f;
  --primary-foreground: #fff;
  --secondary: #9abaff;
  --secondary-foreground: #11192d;
  --muted: #0000;
  --muted-foreground: #11192d;
  --accent: gold;
  --accent-foreground: #11192d;
  --destructive: #ec0c00;
  --destructive-foreground: #fff;
  --border: #9abaff;
  --input: #0000;
  --input-background: #9abaff;
  --font-weight-medium: 600;
  --font-weight-normal: 400;
  --ring: #9abaff;
  --elevation-sm: 0 1px 3px 0 #0000001a, 0 1px 2px 0 #0000000f;
  --chart-1: gold;
  --chart-2: #ffae00;
  --chart-3: #9abaff;
  --chart-4: #ff574f;
  --chart-5: #d175f9;
  --radius: 16px;
  --radius-large: 24px;
  --sidebar: #0000;
  --sidebar-foreground: #11192d;
  --sidebar-primary: #00f;
  --sidebar-primary-foreground: #fff;
  --sidebar-accent: gold;
  --sidebar-accent-foreground: #11192d;
  --sidebar-border: #9abaff;
  --sidebar-ring: #00f;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-500: #6b7280;
  --gray-600: #757575;
  --gray-700: #374151;
  --gray-900: #1a1a1a;
  --success: #16a34a;
  --success-light: #16a34a0d;
  --success-border: #bbf7d0;
  --success-bg: #f0fdf4;
  --success-bg-light: #d1fae5;
  --warning: #f59e0b;
  --warning-light: #f59e0b1a;
  --primary-light: #4318ff0d;
  --primary-lighter: #4318ff05;
  --primary-badge: #4318ff1a;
}

.dark {
  --background: #11192d;
  --foreground: #fff;
  --card: #1e293b;
  --card-foreground: #fff;
  --popover: #1e293b;
  --popover-foreground: #fff;
  --primary: #9abaff;
  --primary-foreground: #11192d;
  --secondary: #334155;
  --secondary-foreground: #fff;
  --muted: #334155;
  --muted-foreground: #94a3b8;
  --accent: gold;
  --accent-foreground: #11192d;
  --destructive: #ec0c00;
  --destructive-foreground: #fff;
  --border: #334155;
  --input: #334155;
  --input-background: #334155;
  --ring: #9abaff;
  --font-weight-medium: 600;
  --font-weight-normal: 400;
  --chart-1: gold;
  --chart-2: #ffae00;
  --chart-3: #9abaff;
  --chart-4: #ff574f;
  --chart-5: #d175f9;
  --sidebar: #1e293b;
  --sidebar-foreground: #fff;
  --sidebar-primary: #9abaff;
  --sidebar-primary-foreground: #11192d;
  --sidebar-accent: gold;
  --sidebar-accent-foreground: #11192d;
  --sidebar-border: #334155;
  --sidebar-ring: #9abaff;
}

html {
  font-size: var(--font-size);
}

body.print-mode {
  width: 1200px !important;
  min-width: 1200px !important;
  max-width: 1200px !important;
}

body.print-mode .navbar, body.print-mode .table-of-contents, body.print-mode button:not(.read-only), body.print-mode input:not([readonly]), body.print-mode .whatsapp-button, body.print-mode .edit-prompt-tooltip {
  display: none !important;
}

body.print-mode .grid-4col, body.print-mode .responsive-2col-grid, body.print-mode .was-dich-erwartet-layout {
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 40px !important;
}

@media (width <= 768px) {
  body.print-mode {
    min-width: 1200px !important;
  }
}

.container-custom {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.grid-container {
  flex-direction: column;
  gap: 48px;
  width: 100%;
  display: flex;
}

.grid-4col {
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  width: 100%;
  display: grid;
}

.grid-title {
  flex-direction: column;
  grid-column: 1 / 2;
  gap: 10px;
  display: flex;
}

.grid-content {
  grid-column: 2 / 5;
}

.grid-full {
  grid-column: 1 / 5;
  width: 100%;
}

.responsive-2col-grid {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  display: grid;
}

.was-dich-erwartet-layout {
  grid-template-rows: auto auto;
  grid-template-columns: 40% 60%;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  display: grid;
}

.was-dich-erwartet-header {
  grid-area: 1 / 2;
}

.was-dich-erwartet-left {
  grid-area: 1 / 1 / 3;
}

.was-dich-erwartet-body {
  grid-area: 2 / 2;
}

.table-of-contents {
  border-radius: var(--radius-md);
  z-index: 100;
  background: #fff;
  width: 220px;
  max-height: calc(100vh - 160px);
  padding: 20px;
  transition: opacity .3s, visibility .3s;
  position: fixed;
  top: 120px;
  left: 40px;
  overflow-y: auto;
  box-shadow: 0 2px 8px #00000014;
}

.table-of-contents.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.toc-header {
  font-family: var(--font-heading);
  color: #11192d;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
}

.toc-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.toc-list li {
  margin-bottom: 4px;
}

.toc-item {
  text-align: left;
  width: 100%;
  font-family: var(--font-body);
  color: #6b7280;
  cursor: pointer;
  border-radius: var(--radius-sm);
  background: none;
  border: none;
  padding: 8px 12px;
  font-size: 14px;
  transition: all .2s;
  display: block;
  position: relative;
}

.toc-item:hover {
  color: #11192d;
  background: #f3f4f6;
}

.toc-item-active {
  color: #00f;
  background: #f3f4f6;
  font-weight: 600;
}

.toc-item-active:before {
  content: "";
  background: #00f;
  border-radius: 2px;
  width: 3px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.preferences-container {
  position: relative;
}

.preferences-button {
  color: #6b7280;
  cursor: pointer;
  border-radius: var(--radius-sm);
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: all .2s;
  display: flex;
}

.preferences-button:hover {
  color: #11192d;
  background: #0000000d;
}

.preferences-dropdown {
  border-radius: var(--radius-md);
  z-index: 1000;
  background: #fff;
  width: 320px;
  animation: .2s slideDown;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  box-shadow: 0 4px 24px #0000001f, 0 0 0 1px #0000000d;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.preferences-header {
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  display: flex;
}

.preferences-header h3 {
  font-family: var(--font-heading);
  color: #11192d;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.preferences-close {
  color: #6b7280;
  cursor: pointer;
  border-radius: var(--radius-sm);
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: all .2s;
  display: flex;
}

.preferences-close:hover {
  color: #11192d;
  background: #0000000d;
}

.preferences-divider {
  background: #e5e7eb;
  height: 1px;
  margin: 0;
}

.preferences-options {
  padding: 12px;
}

.preference-item {
  border-radius: var(--radius-sm);
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  transition: background .2s;
  display: flex;
}

.preference-item:hover {
  background: #f9fafb;
}

.preference-info {
  flex-direction: column;
  flex: 1;
  gap: 4px;
  display: flex;
}

.preference-label {
  font-family: var(--font-body);
  color: #11192d;
  cursor: default;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.preference-description {
  font-family: var(--font-body);
  color: #6b7280;
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}

.toggle-switch {
  cursor: pointer;
  border: none;
  border-radius: 12px;
  flex-shrink: 0;
  width: 44px;
  height: 24px;
  transition: background-color .2s;
  position: relative;
}

.toggle-slider {
  background: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: transform .2s;
  position: absolute;
  top: 2px;
  left: 2px;
  box-shadow: 0 1px 3px #0003;
}

@media (width <= 767px) {
  .container-custom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-container {
    gap: 32px;
  }

  .responsive-3col-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .grid-4col {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }

  .grid-title {
    grid-column: 1 / 4;
  }

  .grid-content, .grid-full {
    grid-column: 1 / 6;
  }

  .quote-cards-grid {
    grid-template-columns: 1fr !important;
  }

  .responsive-image {
    height: auto !important;
    min-height: 300px !important;
  }

  body {
    overflow-x: hidden;
  }

  .mx-auto {
    border-radius: 0 !important;
    max-width: 100% !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  h1, h2, h3, h4, h5, h6, p, div {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: none;
    hyphens: none;
  }

  .grid-4col > * {
    min-width: 0;
    max-width: 100%;
  }

  body > div:first-child > div[style*="zoom"] {
    zoom: 1 !important;
  }

  .grid-full[style*="gridTemplateColumns: '1fr 1fr'"], .grid-full[style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }

  .responsive-2col-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    display: grid !important;
  }

  .summary-half-width, .summary-container {
    width: 100% !important;
  }

  .was-dich-erwartet-layout {
    gap: 20px;
    grid-template-columns: unset !important;
    grid-template-rows: unset !important;
    flex-direction: column !important;
    display: flex !important;
  }

  .button-responsive-text {
    font-size: 16px;
  }

  @media (width <= 359px) {
    .button-responsive-text {
      padding-left: 12px;
      padding-right: 12px;
      font-size: 13px;
    }
  }

  .was-dich-erwartet-header {
    grid-column: unset !important;
    grid-row: unset !important;
    order: 1 !important;
    width: 100% !important;
  }

  .was-dich-erwartet-left {
    grid-column: unset !important;
    grid-row: unset !important;
    order: 2 !important;
    width: 100% !important;
  }

  .was-dich-erwartet-body {
    grid-column: unset !important;
    grid-row: unset !important;
    order: 3 !important;
    width: 100% !important;
  }

  .mobile-title-lineheight {
    line-height: 1.2 !important;
  }

  .logo-desktop {
    display: none !important;
  }

  .logo-mobile {
    display: block !important;
  }

  .logo-section-spacing {
    gap: 24px !important;
  }

  .logo-image-wrapper {
    margin-bottom: -80px !important;
  }

  .delivery-zone-main {
    grid-template-rows: auto auto !important;
    grid-template-columns: auto 1fr !important;
    align-items: start !important;
    gap: 8px 12px !important;
    padding: 16px !important;
    display: grid !important;
  }

  .delivery-zone-icon {
    grid-area: 1 / 1;
    align-self: center;
  }

  .delivery-zone-wrapper {
    grid-area: 1 / 2;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;
  }

  .delivery-zone-left-content {
    width: 100%;
  }

  .delivery-zone-title-wrapper {
    flex-wrap: wrap;
  }

  .delivery-zone-title {
    white-space: normal !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
  }

  .delivery-zone-badge {
    display: none !important;
  }

  .delivery-zone-price {
    margin-top: 2px;
    font-size: 15px !important;
  }

  .delivery-zone-right-content {
    border-top: 1px solid #e5e7eb;
    grid-area: 2 / 1 / auto / -1;
    margin-top: 4px;
    padding-top: 8px;
    justify-content: space-between !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .delivery-zone-summary {
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    display: flex;
  }

  .delivery-zone-address-count {
    line-height: 1.2;
    font-size: 11px !important;
  }

  .delivery-zone-subtotal {
    line-height: 1.2;
    font-size: 17px !important;
  }

  .delivery-zone-chevron {
    padding: 6px !important;
  }

  .table-of-contents {
    display: none;
  }
}

.no-wrap {
  white-space: nowrap;
  -webkit-hyphens: none;
  hyphens: none;
}

.prevent-orphans {
  text-wrap: balance;
}

@media print {
  @page {
    size: A4;
    margin: 15mm 15mm 20mm;
  }

  body {
    color: #000 !important;
    background: #fff !important;
    font-size: 11pt !important;
    line-height: 1.4 !important;
  }

  * {
    box-shadow: none !important;
    background-image: none !important;
  }

  nav, .navbar, button, .edit-prompt-tooltip, .whatsapp-button, .table-of-contents, [data-name="navbar"], [role="navigation"], .preferences-button, .preferences-dropdown, input[type="number"], input[type="text"], select, textarea, .counter-button, .delivery-zone-chevron {
    display: none !important;
  }

  [data-name="Section Header"] {
    page-break-after: avoid;
    margin-bottom: 20pt !important;
    padding-top: 0 !important;
  }

  [data-name="Section Header"] img {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
    object-fit: cover !important;
    max-height: 180pt !important;
  }

  [data-name="Logo"] {
    width: 60pt !important;
    height: 60pt !important;
  }

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
    orphans: 3;
    widows: 3;
    color: #000 !important;
  }

  h1 {
    margin-top: 0 !important;
    margin-bottom: 12pt !important;
    font-size: 24pt !important;
  }

  h2 {
    margin-top: 16pt !important;
    margin-bottom: 10pt !important;
    font-size: 18pt !important;
  }

  h3 {
    margin-top: 12pt !important;
    margin-bottom: 8pt !important;
    font-size: 14pt !important;
  }

  p {
    orphans: 3;
    widows: 3;
    margin-bottom: 8pt !important;
    font-size: 11pt !important;
    line-height: 1.5 !important;
  }

  .quote-card, .extra-card, .delivery-zone-card, [data-name*="Card"] {
    page-break-inside: avoid;
    background: #fff !important;
    border: 1pt solid #ddd !important;
    margin-bottom: 12pt !important;
    padding: 12pt !important;
  }

  section, [data-name*="Section"] {
    margin-bottom: 20pt !important;
  }

  .grid-4col {
    columns: 1 !important;
    display: block !important;
  }

  .grid-title, .grid-body, .grid-full {
    page-break-inside: avoid;
    column-span: all !important;
    width: 100% !important;
  }

  .responsive-2col-grid {
    display: block !important;
  }

  img {
    page-break-inside: avoid;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
    max-width: 100% !important;
    height: auto !important;
  }

  .price, .total, .subtotal, [data-name*="Price"], [data-name*="Total"] {
    color: #000 !important;
    font-size: 12pt !important;
    font-weight: bold !important;
  }

  table {
    page-break-inside: avoid;
    border-collapse: collapse !important;
    width: 100% !important;
    margin-bottom: 12pt !important;
  }

  th, td {
    text-align: left !important;
    border: 1pt solid #ddd !important;
    padding: 6pt !important;
  }

  th {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
    background: #f5f5f5 !important;
    font-weight: bold !important;
  }

  a {
    color: #00f !important;
    text-decoration: underline !important;
  }

  a[href^="http"]:after {
    content: " (" attr(href) ")";
    color: #666;
    font-size: 9pt;
  }

  a[href^="mailto:"]:after, a[href^="tel:"]:after {
    content: "";
  }

  .primary-color, .brand-color {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .page-break-before {
    page-break-before: always;
  }

  .page-break-after {
    page-break-after: always;
  }

  .page-break-avoid, #anschreiben, #produkte, #extras, #lieferung, #zusammenfassung, #bonus, #spielregeln, #signatur {
    page-break-inside: avoid;
  }

  h2 + *, h3 + * {
    page-break-before: avoid;
  }

  [data-name*="Summary"], [data-name*="Total"], .summary-container {
    page-break-inside: avoid;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
    background: #f9f9f9 !important;
    border: 2pt solid #000 !important;
    margin-top: 16pt !important;
    margin-bottom: 16pt !important;
    padding: 16pt !important;
  }

  .delivery-address-item {
    page-break-inside: avoid;
    border-left: 3pt solid #000 !important;
    margin-bottom: 8pt !important;
    padding: 8pt !important;
  }

  #signatur {
    page-break-before: always;
  }

  .quote-metadata {
    color: #666 !important;
    margin-bottom: 12pt !important;
    font-size: 10pt !important;
  }

  #logofriedhof img {
    -webkit-filter: grayscale() !important;
  }

  #bonus {
    display: block !important;
  }

  .print-hidden, .screen-only {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  * {
    border-radius: 4pt !important;
  }

  .grid-4col, .container, main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
