.qds-template, .qds-template *, .qds-template ::before, .qds-template ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.qds-template ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

.qds-template,
.qds-template *,
.qds-template ::before,
.qds-template ::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;2 */
  border-color: #e5e7eb;
  /* 2 */
}

.qds-template ::before,
.qds-template ::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

.qds-template {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: var(--font-sans), sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

.qds-template {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

.qds-template hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

.qds-template a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

.qds-template b,
.qds-template strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

.qds-template code,
.qds-template kbd,
.qds-template samp,
.qds-template pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 16px;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

.qds-template small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

.qds-template sub {
  bottom: -0.25em;
}

.qds-template sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

.qds-template table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
  margin-bottom: 0px !important;
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

.qds-template button,
.qds-template input,
.qds-template optgroup,
.qds-template select,
.qds-template textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

.qds-template button,
.qds-template select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

.qds-template button,
.qds-template input:where([type='button']),
.qds-template input:where([type='reset']),
.qds-template input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

.qds-template :-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

.qds-template :-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

.qds-template progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

.qds-template ::-webkit-inner-spin-button,
.qds-template ::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

.qds-template [type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

.qds-template ::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

.qds-template ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

.qds-template summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

.qds-template blockquote,
.qds-template dl,
.qds-template dd,
.qds-template h1,
.qds-template h2,
.qds-template h3,
.qds-template h4,
.qds-template h5,
.qds-template h6,
.qds-template hr,
.qds-template figure,
.qds-template p,
.qds-template pre {
  margin: 0;
}

.qds-template fieldset {
  margin: 0;
  padding: 0;
}

.qds-template legend {
  padding: 0;
}

.qds-template ol,
.qds-template ul,
.qds-template menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

.qds-template dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

.qds-template textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

.qds-template input::-moz-placeholder, .qds-template textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

.qds-template input::placeholder,
.qds-template textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

.qds-template button,
.qds-template [role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

.qds-template :disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

.qds-template img,
.qds-template svg,
.qds-template video,
.qds-template canvas,
.qds-template audio,
.qds-template iframe,
.qds-template embed,
.qds-template object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

.qds-template [hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  --radius: 0.875rem;
  --background: oklch(99% .008 350);
  --foreground: oklch(22% .04 285);
  --card: oklch(100% 0 0);
  --card-foreground: oklch(22% .04 285);
  --popover: oklch(100% 0 0);
  --popover-foreground: oklch(22% .04 285);
  --primary: oklch(52% .25 310);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(96% .015 340);
  --secondary-foreground: oklch(22% .04 285);
  --muted: oklch(96% .015 340);
  --muted-foreground: oklch(48% .04 285);
  --accent: oklch(62% .23 0);
  --accent-foreground: oklch(99% 0 0);
  --destructive: oklch(58% .2 27);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(92% .015 340);
  --input: oklch(94% .015 340);
  --ring: oklch(22% .04 285);
  --font-serif: "Georgia", Georgia, sans-serif;
  --font-sans: "Inter", system-ui, sans-serif;
  --gradient-brand: linear-gradient(120deg, oklch(55% .22 265) 0%, oklch(52% .25 310) 50%, oklch(62% .23 0) 100%);
  --gradient-brand-soft: linear-gradient(120deg, oklch(55% .22 265 / 0.08) 0%, oklch(52% .25 310 / 0.08) 50%, oklch(62% .23 0 / 0.08) 100%);
  --gradient-cta: linear-gradient(95deg, oklch(52% .25 310), oklch(62% .23 0));
  --gradient-page: linear-gradient(180deg, oklch(99% .008 350) 0%, oklch(98.5% .018 340) 100%);
  --shadow-soft: 0 1px 2px oklch(22% .04 285 / 0.04), 0 8px 30px oklch(52% .25 310 / 0.08);
  --shadow-glow: 0 20px 60px -10px oklch(62% .23 0 / 0.35);
}

.qds-template {
  background: var(--gradient-page);
  color: var(--foreground);
  font-family: var(--font-serif);
  -webkit-font-smoothing: antialiased;
}

.qds-hero-section {
  position: relative;
  overflow: hidden;
  background-image: var(--gradient-brand);
  color: var(--primary-foreground);
}

/* qd-box-hero and qd-box-intro removed – decorative dots deleted from HTML */

.qd-box-primary {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .qd-box-primary {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.qd-hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / 0.14);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: var(--font-sans), sans-serif;
  font-size: 12px;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.qd-hero-chip-dot {
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.qds-hero-title {
  margin-top: 2rem;
  font-family: var(--font-serif), serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

@media (min-width: 768px) {
  .qds-hero-title {
    font-size: 60px;
    line-height: 1;
  }
}
.qds-template input::-moz-placeholder, .qds-template textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

.qds-template input::placeholder,
.qds-template textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

.qds-template button,
.qds-template [role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

.qds-template :disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

.qds-template img,
.qds-template svg,
.qds-template video,
.qds-template canvas,
.qds-template audio,
.qds-template iframe,
.qds-template embed,
.qds-template object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

.qds-template [hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  --radius: 0.875rem;
  --background: oklch(99% .008 350);
  --foreground: oklch(22% .04 285);
  --card: oklch(100% 0 0);
  --card-foreground: oklch(22% .04 285);
  --popover: oklch(100% 0 0);
  --popover-foreground: oklch(22% .04 285);
  --primary: oklch(52% .25 310);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(96% .015 340);
  --secondary-foreground: oklch(22% .04 285);
  --muted: oklch(96% .015 340);
  --muted-foreground: oklch(48% .04 285);
  --accent: oklch(62% .23 0);
  --accent-foreground: oklch(99% 0 0);
  --destructive: oklch(58% .2 27);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(92% .015 340);
  --input: oklch(94% .015 340);
  --ring: oklch(22% .04 285);
  --font-serif: "Georgia", Georgia, sans-serif;
  --font-sans: "Inter", system-ui, sans-serif;
  --gradient-brand: linear-gradient(120deg, oklch(55% .22 265) 0%, oklch(52% .25 310) 50%, oklch(62% .23 0) 100%);
  --gradient-brand-soft: linear-gradient(120deg, oklch(55% .22 265 / 0.08) 0%, oklch(52% .25 310 / 0.08) 50%, oklch(62% .23 0 / 0.08) 100%);
  --gradient-cta: linear-gradient(95deg, oklch(52% .25 310), oklch(62% .23 0));
  --gradient-page: linear-gradient(180deg, oklch(99% .008 350) 0%, oklch(98.5% .018 340) 100%);
  --shadow-soft: 0 1px 2px oklch(22% .04 285 / 0.04), 0 8px 30px oklch(52% .25 310 / 0.08);
  --shadow-glow: 0 20px 60px -10px oklch(62% .23 0 / 0.35);
}

.qds-template {
  background: var(--gradient-page);
  color: var(--foreground);
  font-family: var(--font-serif);
  -webkit-font-smoothing: antialiased;
}

.qds-hero-section {
  position: relative;
  overflow: hidden;
  background-image: var(--gradient-brand);
  color: var(--primary-foreground);
}

/* qd-box-hero and qd-box-intro removed – decorative dots deleted from HTML */

.qd-box-primary {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .qd-box-primary {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.qd-hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / 0.14);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: var(--font-sans), sans-serif;
  font-size: 12px;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.qd-hero-chip-dot {
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.qds-hero-title {
  margin-top: 2rem;
  font-family: var(--font-serif), serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

@media (min-width: 768px) {
  .qds-hero-title {
    font-size: 60px;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .qds-hero-title {
    font-size: 72px;
    line-height: 1;
  }
}

.qd-br-hero {
  display: none;
}

@media (min-width: 768px) {
  .qd-br-hero {
    display: block;
  }
}


.qd-em-hero {
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.qd-label-hero {
  font-weight: 500;
  font-style: italic;
}

.qds-hero-subtitle {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  max-width: 42rem;
  font-family: var(--font-serif), serif;
  font-size: 20px;
  line-height: 1.75rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  padding-top: 25px !important;
  text-align: center !important;
}

@media (min-width: 768px) {
  .qds-hero-subtitle {
    font-size: 24px;
    line-height: 2rem;
    margin: 0 auto !important;
  }
}

.qd-flex-hero {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-family: var(--font-sans), sans-serif;
}

.qds-template .qd-btn-primary {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  color: rgb(2, 8, 23) !important;
  --tw-shadow: var(--shadow-glow);
  --tw-shadow-colored: var(--shadow-glow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.qds-template .qd-btn-primary:hover {
  background-color: oklch(97% 0.005 310);
  box-shadow: 0 20px 45px -10px oklch(52% .25 310 / 0.4);
  transform: translateY(-3px) scale(1.02);
}

.qds-template .qd-btn-secondary {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.qds-template .qd-btn-secondary:hover {
  background-color: rgb(255 255 255 / 0.18);
  border-color: rgb(255 255 255 / 1);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transform: translateY(-3px) scale(1.02);
}

.qd-flex-intro {
  margin-top: 3.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 0.75rem;
  font-family: var(--font-sans), sans-serif;
  font-size: 14px;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.qd-label-intro {
  display: none;
}

@media (min-width: 768px) {
  .qd-label-intro {
    display: inline;
  }
}

.qd-box-secondary {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 6rem;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: var(--background) var(--tw-gradient-to-position);
}

.qds-stats-wrapper {
  position: relative;
  z-index: 10;
  margin-top: -3rem;
}

.qd-box-tertiary {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .qd-box-tertiary {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.qd-grid-hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: var(--border);
  background-color: var(--card);
  --tw-shadow: var(--shadow-soft);
  --tw-shadow-colored: var(--shadow-soft);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .qd-grid-hero {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.qd-box-feature {
  padding: 2rem;
  text-align: center;
}

.qd-hero-section-hero {
  background-image: var(--gradient-brand);
  -webkit-background-clip: text;
          background-clip: text;
  font-family: var(--font-serif), serif;
  font-size: 36px;
  line-height: 2.5rem;
  font-weight: 600;
  color: transparent;
}

@media (min-width: 768px) {
  .qd-hero-section-hero {
    font-size: 48px;
    line-height: 1;
  }
}

.qds-stat-label {
  margin-top: 0.5rem;
  font-family: var(--font-sans), sans-serif;
  font-size: 14px;
  line-height: 1.25rem;
  color: var(--muted-foreground);
}

.qds-toc-nav {
  border-color: var(--border);
  padding: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .qds-toc-nav {
    border-left-width: 1px;
  }
}

.qd-toc-nav-hero {
  border-top-width: 1px;
  border-color: var(--border);
  padding: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .qd-toc-nav-hero {
    border-left-width: 1px;
    border-top-width: 0px;
  }
}

.qd-section-hero {
  margin-left: auto;
  margin-right: auto;
  max-width: 1210px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px) {
  .qd-section-hero {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.qd-grid-intro {
  display: grid;
  gap: 3rem;
}

@media (min-width: 1024px) {
  .qd-grid-intro {
    grid-template-columns: 280px 1fr;
    gap: 4rem;
    align-items: start; /* Required for sticky children to work */
  }
}

@media (max-width: 1024px) {
  .qd-grid-intro { 
    gap: 0px;
  }

  .qd-aside-hero{
    margin-bottom: 0rem !important;
  }
}

.qd-aside-hero {
  display: block;
  margin-bottom: 2.5rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .qd-aside-hero {
    margin-bottom: 0;
    width: auto;
    position: sticky !important;
    top: 7rem !important;
    align-self: start; /* Sticky positioning requires this */
    z-index: 30;
  }
}

.qds-sidebar-sticky {
  position: static;
}

.qd-toc-container {
  position: static;
}

.qd-toc-desktop-title {
  display: none;
  font-family: var(--font-serif), Georgia, serif;
  font-size: 20px !important;
  line-height: 1.5rem !important;
  font-weight: 600 !important;
  color: var(--accent) !important;
  margin-bottom: 1.5rem !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.qd-toc-mobile-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px !important;
  background-color: var(--card);
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  box-shadow: var(--shadow-soft);
  font-family: var(--font-serif), Georgia, serif;
  font-size: 18px !important;
  line-height: 1.5rem !important;
  font-weight: 600 !important;
  color: var(--accent) !important;
  cursor: pointer;
  transition: all 250ms ease;
  text-align: left;
}

.qd-toc-mobile-trigger:hover,
.qd-toc-mobile-trigger:focus{
  background-image: var(--gradient-brand-soft);
  background-color: inherit !important;
}

.qd-toc-mobile-arrow {
  color: var(--accent);
  transition: transform 250ms ease;
}

.qd-toc-container.is-open .qd-toc-mobile-trigger {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  box-shadow: none !important;
}

.qd-toc-container.is-open .qd-toc-mobile-arrow {
  transform: rotate(180deg);
}

.qd-toc-collapsible-wrapper {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  transition: max-height 300ms ease, opacity 250ms ease, padding 300ms ease;
  background-color: var(--card);
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  box-shadow: var(--shadow-soft);
  margin-top: -1px;
}

.qd-toc-list {
  border-left-width: 0px !important;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

@media (min-width: 1024px) {
  .qd-toc-desktop-title {
    display: block !important;
  }
  
  .qd-toc-mobile-trigger {
    display: none !important;
  }
  
  .qd-toc-collapsible-wrapper {
    max-height: none !important;
    opacity: 1 !important;
    overflow: visible !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
  }
  
  .qd-toc-list {
    border-left-width: 1px !important;
    border-color: var(--border);
    gap: 0;
  }
}

@media(max-width:1024px){
  .qd-toc-collapsible-wrapper{
    padding: 20px 20px 20px 0px !important;
  }
}


.qd-toc-link-default {
  margin-left: -1px;
  display: block;
  border-left-width: 2px;
  border-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  font-family: var(--font-sans), sans-serif !important;
  font-size: 14px !important;
  line-height: 1.25rem !important;
  color: var(--muted-foreground) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.qd-toc-link-default:hover {
  color: var(--foreground);
}

.qd-toc-link-num {
  margin-right: 0.5rem;
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  opacity: 0.5;
}

.qd-toc-link-active {
  margin-left: -1px;
  display: block;
  border-left-width: 2px;
  border-color: var(--accent);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  font-family: var(--font-sans), sans-serif !important;
  font-size: 14px !important;
  line-height: 1.25rem !important;
  font-weight: 500;
  color: var(--foreground) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.qd-box-detail {
  display: none;
  margin-top: 2rem;
  border-radius: 1rem;
  border-width: 1px;
  border-color: var(--border);
  background-image: var(--gradient-brand-soft);
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .qd-box-detail {
    display: block !important;
  }
}

.qd-paragraph-intro {
  font-family: var(--font-serif), serif;
  font-size: 16px;
  line-height: 1.5rem;
  line-height: 1.375;
}

.qds-cta-banner {
  margin-top: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background-image: var(--gradient-cta);
  -webkit-background-clip: text;
          background-clip: text;
  font-family: var(--font-sans), sans-serif;
  font-size: 14px;
  line-height: 1.25rem;
  font-weight: 500;
  color: transparent;
}

.qd-box-summary {
  max-width: 60rem;
  min-width: 0;
  overflow: hidden;
}

.qd-article-body {
  color: var(--tw-prose-body);
  max-width: 65ch;
  min-width: 0;
  overflow-x: hidden;
}

.qd-article-body :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.qd-article-body :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 20px;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.qd-article-body :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.qd-article-body :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.qd-article-body :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.qd-article-body :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.qd-article-body :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.qd-article-body :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.qd-article-body :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.qd-article-body :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.qd-article-body :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.qd-article-body :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.qd-article-body :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.qd-article-body :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.qd-article-body :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.qd-article-body :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.qd-article-body :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.qd-article-body :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style: none;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 0;
}

.qd-article-body :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.qd-article-body :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.qd-article-body :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.qd-article-body :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.qd-article-body :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.qd-article-body :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.qd-article-body :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.qd-article-body :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.qd-article-body :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 24px;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.qd-article-body :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.qd-article-body :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 20px;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.qd-article-body :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.qd-article-body :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.qd-article-body :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.qd-article-body :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.qd-article-body :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.qd-article-body :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.qd-article-body :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 14px;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.qd-article-body :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 14px;
}

.qd-article-body :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.qd-article-body :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.qd-article-body :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.qd-article-body :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.qd-article-body :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 14px;
}

.qd-article-body :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 14px;
}

.qd-article-body :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.qd-article-body :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.qd-article-body :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.qd-article-body :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.qd-article-body :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.qd-article-body :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.qd-article-body :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.qd-article-body :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 14px;
  line-height: 1.7142857;
}

.qd-article-body :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.qd-article-body :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.qd-article-body :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.qd-article-body :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.qd-article-body :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.qd-article-body :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.qd-article-body :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.qd-article-body :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.qd-article-body :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.qd-article-body :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 14px;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.qd-article-body {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 16px;
  line-height: 1.75;
}

.qd-article-body :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.qd-article-body :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.qd-article-body :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.qd-article-body :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  position: relative;
  padding-inline-start: 1.25em;
}

.qd-article-body :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 0.45em;
  height: 0.45em;
  border-radius: 9999px;
  background: var(--gradient-cta);
}

.qd-article-body :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.qd-article-body :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.qd-article-body :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.qd-article-body :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.qd-article-body :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.qd-article-body :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.qd-article-body :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.qd-article-body :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.qd-article-body :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.qd-article-body :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.qd-article-body :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.qd-article-body :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.qd-article-body :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.qd-article-body :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.qd-article-body :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.qd-article-body :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.qd-article-body :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.qd-article-body :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.qd-article-body :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.qd-article-body :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.qd-article-body {
  max-width: none;
  font-family: var(--font-serif), serif;
  color: var(--foreground);
}

.qd-eyebrow {
  font-family: var(--font-sans), sans-serif;
  font-size: 12px;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--accent);
}

.qd-link-enquiry {
  background-image: var(--gradient-cta);
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: 500;
  color: transparent;
  text-decoration: none;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), filter 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.qd-link-enquiry:hover {
  color: var(--accent);
  -webkit-background-clip: border-box;
          background-clip: border-box;
  background-image: none;
  text-decoration: none;
}

.qd-grid-primary {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .qd-grid-primary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.qd-box-spotlight {
  border-radius: 1rem;
  border-width: 1px;
  border-color: var(--border);
  background-color: var(--card);
  padding: 1.25rem;
  --tw-shadow: var(--shadow-soft);
  --tw-shadow-colored: var(--shadow-soft);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.qd-paragraph-secondary {
  margin-top: 0.5rem;
  font-family: var(--font-serif), serif;
  font-size: 16px;
  line-height: 1.5rem;
  line-height: 1.375;
}

.qd-service-grid,
.qd-inline-services {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .qd-service-grid,
  .qd-inline-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.qd-service-card-accent {
  position: relative;
  border-radius: 1rem;
  border-width: 1px;
  border-color: var(--border);
  background-color: var(--card);
  padding: 1.5625rem 1.5rem; /* 25px top/bottom */
  --tw-shadow: var(--shadow-soft);
  --tw-shadow-colored: var(--shadow-soft);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.qd-service-card-accent:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-color: var(--accent);
  --tw-shadow: var(--shadow-glow);
  --tw-shadow-colored: var(--shadow-glow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.qd-service-icon-accent {
  display: inline-flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: var(--accent);
  font-family: var(--font-serif), serif;
  font-size: 20px;
  line-height: 1.75rem;
  color: var(--primary-foreground);
}

.qd-heading-hero {
  margin-top: 1rem;
  font-family: var(--font-serif), serif;
  font-size: 20px;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.375;
}

.qd-paragraph-tertiary {
  margin-top: 0.5rem;
  font-family: var(--font-serif), serif;
  font-size: 16px;
  line-height: 1.5rem;
  line-height: 1.625;
  color: var(--muted-foreground);
}

.qd-feature-list ul, .qd-feature-list ol{
  margin-top: 1rem;
}

.qd-feature-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}


.qd-feature-list ul > li,
.qd-feature-list ol > li {
  position: relative;
  padding-left: 1rem;
  font-family: var(--font-sans), sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: var(--foreground);
}

.qd-feature-list ul > li::before,
.qd-feature-list ol > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 9999px;
  background: var(--gradient-cta);
}

.qd-service-card-primary {
  position: relative;
  border-radius: 1rem;
  border-width: 1px;
  border-color: var(--border);
  background-color: var(--card);
  padding: 1.5625rem 1.5rem; /* 25px top/bottom */
  --tw-shadow: var(--shadow-soft);
  --tw-shadow-colored: var(--shadow-soft);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.qd-service-card-primary:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-color: var(--primary);
  --tw-shadow: var(--shadow-glow);
  --tw-shadow-colored: var(--shadow-glow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.qd-service-icon-primary {
  display: inline-flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: var(--primary);
  font-family: var(--font-serif), serif;
  font-size: 20px;
  line-height: 1.75rem;
  color: var(--primary-foreground);
}

.qd-service-card-brand {
  position: relative;
  border-radius: 1rem;
  border-width: 1px;
  border-color: var(--border);
  background-color: var(--card);
  padding: 1.5625rem 1.5rem; /* 25px top/bottom */
  --tw-shadow: var(--shadow-soft);
  --tw-shadow-colored: var(--shadow-soft);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.qd-service-card-brand:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-color: var(--blue);
  --tw-shadow: var(--shadow-glow);
  --tw-shadow-colored: var(--shadow-glow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.qd-service-icon-brand {
  display: inline-flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: oklch(0.55 0.22 265.10);
  font-family: var(--font-serif), serif;
  font-size: 20px;
  line-height: 1.75rem;
  color: var(--primary-foreground);
}

.qd-table-card {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
  border-radius: 1rem;
  border-width: 1px;
  border-color: var(--border);
  background-color: var(--card);
  --tw-shadow: var(--shadow-soft);
  --tw-shadow-colored: var(--shadow-soft);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.qd-table-eyebrow {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
  font-family: var(--font-serif), Georgia, serif;
  font-size: 18px !important;
  line-height: 1.5rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  color: var(--accent) !important;
}

.qd-table-scroll {
  overflow-x: auto;
}

.qd-table {
  width: 100%;
  text-align: left;
  font-family: var(--font-sans), sans-serif;
  border-collapse: collapse;
}

.qd-table-card table {
  width: 100%;
  text-align: left;
  font-family: var(--font-sans), sans-serif;
  border-collapse: collapse;
}

.qd-table-card thead tr {
  border-bottom: 1px solid var(--border);
}

.qd-table-card thead th {
  padding: 1rem 1.5rem;
  font-family: var(--font-sans), sans-serif;
  font-size: 14px !important;
  line-height: 1.25rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  color: var(--foreground) !important;
}

.qd-table-card tbody tr {
  border-bottom: 1px solid var(--border);
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.qd-table-card tbody tr:last-child {
  border-bottom: 0;
}

.qd-table-card tbody tr:hover {
  background-image: var(--gradient-brand-soft);
}

.qd-table-card tbody td {
  padding: 1rem 1.5rem;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.625;
  color: var(--foreground);
}

.qd-tr-hero {
  border-bottom-width: 1px;
  border-color: var(--border);
}

.qd-th-hero {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 14px;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--foreground);
}

.qd-box-info {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-radius: 1rem;
  border-left-width: 4px;
  border-color: var(--accent);
  background-image: var(--gradient-brand-soft);
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .qd-box-info {
    padding: 2rem;
  }
}

.qd-heading-intro {
  margin-top: 0.5rem;
  font-family: var(--font-serif), serif;
  font-size: 24px;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.375;
}

.qd-box-core {
  margin-top: 0.75rem;
  font-family: var(--font-serif), serif;
  font-size: 16px;
  line-height: 1.5rem;
  line-height: 1.625;
  color: var(--foreground);
}

.qd-box-core > p {
  margin-bottom: 0.75rem;
}

.qd-list-intro > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

/* qd-cta-banner-primary — left-aligned wide banner */
.qd-cta-banner-primary {
  position: relative;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  overflow: hidden;
  border-radius: 1.5rem;
  background-image: var(--gradient-cta);
  padding: 2rem;
  color: var(--primary-foreground);
  --tw-shadow: var(--shadow-glow);
  --tw-shadow-colored: var(--shadow-glow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* qd-cta-panel — centered call-to-action panel with extra top space */
.qd-cta-panel {
  position: relative;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  overflow: hidden;
  border-radius: 1.5rem;
  background-image: var(--gradient-cta) !important;
  padding: 3.75rem 2rem 2.5rem;
  text-align: left !important;
  color: rgb(255 255 255 / 1) !important;
  --tw-shadow: var(--shadow-glow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* Inside cta-panel: make the btn-cta a white pill with black text */
.qd-cta-panel .qd-btn-cta {
  display: inline-flex;
  margin-top: 1.5rem;
  background-color: #ffffff !important;
  background-image: none !important;
  color: #020817 !important;
  border: none !important;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-family: var(--font-sans), sans-serif;
  font-size: 15px;
  font-weight: 600;
  border-radius: 9999px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
  transition: all 280ms cubic-bezier(0.16, 1, 0.3, 1);
}

.qd-cta-panel .qd-btn-cta:hover {
  background-color: oklch(97% 0.005 310) !important;
  color: #020817 !important;
  transform: translateY(-3px) scale(1.03) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25) !important;
}

/* First p in .qd-cta-banner-primary acts as eyebrow label */
.qd-cta-banner-primary > p:first-of-type {
  font-family: var(--font-sans), sans-serif;
  font-size: 12px;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgb(255 255 255 / 1);
  opacity: 0.8;
}

.qd-cta-panel > p:first-of-type {
  font-family: var(--font-sans), sans-serif;
  font-size: 12px;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgb(255 255 255 / 1) !important;
  opacity: 0.8 !important;
  margin-bottom: 0.5rem;
}

/* Second p (body copy) in .qd-cta-banner-primary */
.qd-cta-banner-primary > p:nth-of-type(2) {
  margin-top: 0.75rem;
  max-width: 42rem;
  font-family: var(--font-serif), serif;
  font-size: 18px;
  line-height: 1.75rem;
  color: rgb(255 255 255 / 1);
}

.qd-cta-panel > p:nth-of-type(2) {
  margin-top: 0.75rem;
  max-width: 42rem;
  font-family: var(--font-serif), serif;
  font-size: 16px;
  line-height: 1.625;
  color: rgb(255 255 255 / 1) !important;
}

.qd-cta-panel .qd-heading-primary {
  color: rgb(255 255 255 / 1) !important;
}

/* First p in .qd-cta-banner-feature acts as eyebrow label */
.qd-cta-banner-feature > p:first-of-type {
  font-family: var(--font-sans), sans-serif;
  font-size: 12px;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgb(255 255 255 / 1);
  opacity: 0.8;
}

/* Third p (description) in .qd-cta-banner-feature */
.qd-cta-banner-feature > p:nth-of-type(3) {
  margin-top: 0.75rem;
  font-family: var(--font-serif), serif;
  font-size: 16px;
  line-height: 1.375;
  color: rgb(255 255 255 / 0.9);
}

@media (min-width: 768px) {
  .qd-cta-banner-primary {
    padding: 2.5rem;
  }
  .qd-cta-panel {
    padding: 3.75rem 2.5rem 2.5rem;
  }
}

.qd-paragraph-detail {
  font-family: var(--font-sans), sans-serif;
  font-size: 12px;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.qd-heading-primary {
  margin-top: 0.5rem;
  font-family: var(--font-serif), serif;
  font-size: 24px;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.375;
}

@media (min-width: 768px) {
  .qd-heading-primary {
    font-size: 30px;
    line-height: 2.25rem;
  }
}

.qds-template .qd-btn-cta {
  margin-top: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: var(--font-sans), sans-serif;
  font-weight: 500;
  color: rgb(2, 8, 23) !important;
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.qds-template .qd-btn-cta:hover {
  background-color: oklch(97% 0.005 310);
  box-shadow: 0 20px 45px -10px oklch(52% .25 310 / 0.4);
  transform: translateY(-3px) scale(1.02);
}

.qd-grid-tertiary,
.qd-serv-col-grids {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .qd-grid-tertiary,
  .qd-serv-col-grids {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.qd-box-prime {
  border-radius: 1rem;
  border-width: 1px;
  border-color: var(--border);
  background-color: var(--card);
  padding: 1.25rem;
  --tw-shadow: var(--shadow-soft);
  --tw-shadow-colored: var(--shadow-soft);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.qd-box-prime:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: var(--shadow-glow);
  --tw-shadow-colored: var(--shadow-glow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.qd-flex-feature {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-image: var(--gradient-brand-soft);
  font-size: 24px;
  line-height: 2rem;
}

.qd-box-prime:nth-child(3n + 1) .qd-flex-feature i { color: oklch(0.52 0.25 310); }
.qd-box-prime:nth-child(3n + 2) .qd-flex-feature i { color: oklch(0.58 0.22 180); }
.qd-box-prime:nth-child(3n) .qd-flex-feature i { color: oklch(0.62 0.23 0); }

/* Star icon in contact tag */
.qd-star-icon {
  color: #fbbf24;
  margin-right: 0.25rem;
}

.qd-paragraph-spotlight {
  margin-top: 1rem;
  font-family: var(--font-serif), serif;
  font-size: 18px;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
}

.qd-paragraph-focus {
  margin-top: 0.25rem;
  font-family: var(--font-sans), sans-serif;
  font-size: 12px;
  line-height: 1rem;
  line-height: 1.375;
  color: var(--muted-foreground);
}

.qd-box-accent,
.qd-work-process {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.qd-box-accent > :not([hidden]) ~ :not([hidden]),
.qd-work-process > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.qd-flex-detail {
  position: relative;
  display: flex;
  gap: 1.25rem;
  border-radius: 1rem;
  border-width: 1px;
  border-color: var(--border);
  background-color: var(--card);
  padding: 1.5rem;
  --tw-shadow: var(--shadow-soft);
  --tw-shadow-colored: var(--shadow-soft);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.qd-box-outline {
  width: 3.5rem;
  flex-shrink: 0;
  text-align: center;
}

.qd-hero-section-intro {
  background-image: var(--gradient-brand);
  -webkit-background-clip: text;
          background-clip: text;
  font-family: var(--font-serif), serif;
  font-size: 30px;
  line-height: 2.25rem;
  font-weight: 600;
  color: transparent;
}

.qd-flex-summary {
  flex: 1 1 0%;
}

/* Auto-style any paragraph inside qd-flex-summary (no class needed) */
.qd-flex-summary > p {
  margin-top: 0.5rem;
  font-family: var(--font-serif), serif;
  font-size: 16px;
  line-height: 1.625;
  color: var(--muted-foreground);
}

.qd-flex-spotlight {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 0.25rem;
}

.qd-label-primary {
  font-family: var(--font-sans), sans-serif;
  font-size: 12px;
  line-height: 1rem;
  color: var(--muted-foreground);
}

.qd-heading-secondary {
  margin-top: 0.25rem;
  font-family: var(--font-serif), serif;
  font-size: 20px;
  line-height: 1.75rem;
  font-weight: 600;
}

.qd-section-intro,
.qd-review-area {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.qd-box-panel {
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: var(--border);
  background-color: var(--card);
  padding: 2rem;
  --tw-shadow: var(--shadow-soft);
  --tw-shadow-colored: var(--shadow-soft);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .qd-box-panel {
    padding: 2.5rem;
  }
}

.qd-flex-focus {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .qd-flex-focus {
    flex-direction: row;
    align-items: center;
  }
}

.qd-cta-banner-secondary {
  display: inline-flex;
  height: 5rem;
  width: 5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-image: var(--gradient-cta);
  font-family: var(--font-serif), serif;
  font-size: 30px;
  line-height: 2.25rem;
  color: var(--primary-foreground);
  --tw-shadow: var(--shadow-glow);
  --tw-shadow-colored: var(--shadow-glow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.qd-heading-tertiary {
  font-family: var(--font-serif), serif;
  font-size: 24px;
  line-height: 2rem;
  font-weight: 600;
}

.qd-paragraph-anchor {
  margin-top: 0.5rem;
  font-family: var(--font-serif), serif;
  font-size: 16px;
  line-height: 1.5rem;
  line-height: 1.625;
  color: var(--foreground);
}

.qd-paragraph-aside {
  margin-top: 0.75rem;
  font-family: var(--font-sans), sans-serif;
  font-size: 12px;
  line-height: 1rem;
  color: var(--muted-foreground);
}

.qd-grid-feature,
.qd-package-price {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .qd-grid-feature,
  .qd-package-price {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.qd-box-frame {
  position: relative;
  border-radius: 1rem;
  border-width: 1px;
  border-color: var(--border);
  background-color: var(--card);
  padding: 1.5rem;
  --tw-shadow: var(--shadow-soft);
  --tw-shadow-colored: var(--shadow-soft);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.qd-paragraph-lead {
  margin-top: 0.75rem;
  font-family: var(--font-serif), serif;
  font-size: 30px;
  line-height: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
}

.qd-label-secondary {
  font-family: var(--font-sans), sans-serif;
  font-size: 14px;
  line-height: 1.25rem;
  font-weight: 400;
  color: var(--muted-foreground);
}

.qd-paragraph-body {
  margin-top: 0.75rem;
  font-family: var(--font-serif), serif;
  font-size: 16px;
  line-height: 1.5rem;
  line-height: 1.375;
  color: var(--muted-foreground);
}

.qd-box-frame ul {
  margin-top: 1.25rem;
}

.qd-box-frame ul > li {
  position: relative;
  margin-top: 0.5rem;
  padding-left: 1rem;
  font-family: var(--font-sans), sans-serif;
  font-size: 14px;
  line-height: 1.25rem;
}

.qd-box-frame ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 9999px;
  background: var(--gradient-cta);
}

.qd-cta-banner-feature {
  position: relative;
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 1rem;
  background-image: var(--gradient-cta);
  padding: 1.5rem;
  color: var(--primary-foreground);
  --tw-shadow: var(--shadow-soft);
  --tw-shadow-colored: var(--shadow-soft);
  --tw-shadow: var(--shadow-glow);
  --tw-shadow-colored: var(--shadow-glow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* List items inside the feature/growth pricing card auto-styled */
.qd-cta-banner-feature ul {
  margin-top: 1.25rem;
}

.qd-cta-banner-feature ul > li {
  position: relative;
  margin-top: 0.5rem;
  padding-left: 1rem;
  font-family: var(--font-sans), sans-serif;
  font-size: 14px;
  line-height: 1.25rem;
  color: rgb(255 255 255 / 0.9);
}

.qd-cta-banner-feature ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 9999px;
  background: rgb(255 255 255 / 0.7);
}

.qd-label-tertiary {
  position: absolute;
  top: -0.75rem;
  left: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: var(--font-sans), sans-serif;
  font-size: 12px;
  line-height: 1rem;
  font-weight: 500;
  color: var(--foreground);
}

.qd-label-feature {
  font-family: var(--font-sans), sans-serif;
  font-size: 14px;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.qd-paragraph-meta {
  margin-top: 0.75rem;
  font-family: var(--font-serif), serif;
  font-size: 16px;
  line-height: 1.5rem;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.qd-label-detail {
  margin-top: 7px;
  height: 0.375rem;
  width: 0.375rem;
  flex-shrink: 0;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.qd-grid-detail,
.qd-card-stats {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .qd-grid-detail,
  .qd-card-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .qd-grid-detail,
  .qd-card-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.qd-box-grid {
  border-radius: 1rem;
  border-width: 1px;
  border-color: var(--border);
  background-color: var(--card);
  padding: 1.5rem;
  --tw-shadow: var(--shadow-soft);
  --tw-shadow-colored: var(--shadow-soft);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.qd-stat-label-hero {
  margin-top: 0.5rem;
  font-family: var(--font-sans), sans-serif;
  font-size: 14px;
  line-height: 1.25rem;
  line-height: 1.375;
  color: var(--muted-foreground);
}

.qd-grid-summary,
.qd-card-listing {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .qd-grid-summary,
  .qd-card-listing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.qd-figure-hero {
  border-radius: 1rem;
  border-width: 1px;
  border-color: var(--border);
  background-image: var(--gradient-brand-soft);
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .qd-figure-hero {
    padding: 2rem;
  }
}

.qd-blockquote-hero {
  font-family: var(--font-serif), serif;
  font-size: 18px;
  line-height: 1.75rem;
  line-height: 1.625;
  color: var(--foreground);
}

.qd-figcaption-hero {
  margin-top: 1rem;
  font-family: var(--font-sans), sans-serif;
  font-size: 14px;
  line-height: 1.25rem;
}

.qd-label-summary {
  font-weight: 500;
  color: var(--foreground);
}

.qd-label-spotlight {
  color: var(--muted-foreground);
}

.qd-box-stack,
.qd-client-wrap {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.qd-brand-carousel-heading {
  margin-bottom: 3.5rem !important;
  text-align: center;
  font-family: var(--font-serif), Georgia, serif;
  font-size: 22px;
  line-height: 2rem;
  font-weight: 700;
  color: var(--foreground);
}

@media (min-width: 768px) {
  .qd-brand-carousel-heading {
    font-size: 28px;
    line-height: 2.25rem;
    margin-bottom: 4.5rem !important;
  }
}

.qd-brand-swiper {
  width: 100%;
  padding: 2rem 1rem;
  overflow: hidden;
  border-radius: 1rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
  background-color: var(--card);
  --tw-shadow: var(--shadow-soft);
  --tw-shadow-colored: var(--shadow-soft);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.qd-brand-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.qd-brand-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  opacity: 0.65;
  transition: all 300ms ease;
  padding: 0 15px;
}

.qd-brand-slide:hover {
  opacity: 1;
  transform: scale(1.05);
}

.qd-brand-svg {
  height: 48px;
  width: auto;
  max-width: 170px;
  color: var(--muted-foreground);
  transition: color 300ms ease;
}

.qd-brand-slide:hover .qd-brand-svg {
  color: var(--accent);
}

.qd-faq > :not([hidden]) ~ :not([hidden]),
.qd-faqs-accordians > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-color: var(--border);
}

.qd-faq,
.qd-faqs-accordians {
  overflow: hidden;
  border-radius: 1rem;
  border-width: 1px;
  border-color: var(--border);
  background-color: var(--card);
  --tw-shadow: var(--shadow-soft);
  --tw-shadow-colored: var(--shadow-soft);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.qd-faq-item-shell {
  border-width: 0px;
}

.qd-faq-heading {
  display: flex;
}

.qd-faq-trigger {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px !important;
  text-align: left;
  font-family: var(--font-serif), serif;
  font-size: 16px !important;
  line-height: 1.5rem !important;
  font-weight: 600 !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .qd-faq-trigger {
    padding: 22px 32px !important;
  }
}


.qd-faq-trigger:hover {
  background-image: var(--gradient-brand-soft);
  text-decoration-line: none;
}

.qd-faq-trigger[data-state=open]>svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.faq-trigger svg {
  transition: transform 0.2s ease;
}

.faq-item.is-open .faq-trigger svg {
  transform: rotate(180deg);
}

.qd-section-primary {
  position: relative;
  /* margin-top: 6rem; */
}

.qd-hero-section-primary {
  background-image: var(--gradient-brand);
  color: var(--primary-foreground);
}

.qd-box-note {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .qd-box-note {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.qd-label-focus {
  display: inline-block;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / 0.14);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: var(--font-sans), sans-serif;
  font-size: 12px;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.qds-stat-value {
  margin-top: 1.5rem;
  font-family: var(--font-serif), serif;
  font-size: 36px;
  line-height: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .qds-stat-value {
    font-size: 60px;
    line-height: 1;
  }
}

.qd-label-anchor {
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.qd-paragraph-core {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  max-width: 44rem;
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 18px;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .qd-paragraph-core {
    font-size: 20px;
    line-height: 1.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.qd-grid-focus {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  margin-bottom: 4.5rem !important;
  display: grid;
  max-width: 48rem;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .qd-grid-focus {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


.qd-box-title {
  text-align: center;
}

.qd-flex-anchor {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 24px;
  line-height: 2rem;
  color: var(--accent) !important;
}

.qd-heading-detail {
  margin-top: 1rem;
  font-family: var(--font-serif), serif;
  font-size: 20px;
  line-height: 1.75rem;
  font-weight: 600;
}

.qd-paragraph-plus {
  margin-top: 0.25rem;
  font-family: var(--font-sans), sans-serif;
  font-size: 14px;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.qd-box-subtitle {
  margin-top: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .qd-box-subtitle {
    margin-top: -4rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}


.qd-grid-anchor {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1170px;
  overflow: hidden;
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: var(--border);
  background-color: var(--card);
  --tw-shadow: var(--shadow-soft);
  --tw-shadow-colored: var(--shadow-soft);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .qd-grid-anchor {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.qd-box-caption {
  padding: 2rem;
}

@media (min-width: 768px) {
  .qd-box-caption {
    padding: 2.5rem;
  }
}

.qd-heading-summary {
  margin-top: 0.75rem;
  margin-bottom: 25px !important; /* 25px bottom */
  font-family: var(--font-serif), serif;
  font-size: 24px;
  line-height: 2rem;
  font-weight: 600;
}

.qd-contact-list {
  margin-top: 1.25rem;
  font-family: var(--font-sans), sans-serif;
  font-size: 14px;
  line-height: 1.25rem;
}

.qd-contact-list > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.75rem;
}

.qd-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: var(--foreground);
}

.qd-label-aside {
  color: var(--accent);
  display: inline-block;
  margin-top: 0.125rem;
}

.qd-contact-link {
  color: var(--foreground);
  text-decoration: none;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.qd-contact-link:hover {
  color: var(--accent);
}

.qd-flex-aside {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-family: var(--font-sans), sans-serif;
  font-size: 12px;
  line-height: 1rem;
}

.qd-tag-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
  background-color: var(--card);
  padding: 0.5rem 1rem;
  color: var(--muted-foreground);
  font-weight: 500;
  transition: all 200ms ease;
  text-decoration: none;
}

.qd-tag-link:hover {
  border-color: var(--accent);
  color: var(--accent);
  background-color: oklch(99% 0.01 350);
  transform: translateY(-2px);
}

.qd-box-media {
  min-height: 260px;
  background-image: var(--gradient-brand-soft);
}

.qd-iframe-hero {
  height: 100%;
  min-height: 260px;
  width: 100%;
  border-width: 0px;
}

.qd-box-stage {
  margin-top: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 6rem;
}

@media (min-width: 1024px) {
  .qd-box-stage {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.qd-box-shell {
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: var(--border);
  background-color: var(--card);
  padding: 2rem;
  --tw-shadow: var(--shadow-soft);
  --tw-shadow-colored: var(--shadow-soft);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .qd-box-shell {
    padding: 3rem;
  }
}

.qd-heading-spotlight {
  font-family: var(--font-serif), serif;
  font-size: 30px;
  line-height: 2.25rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .qd-heading-spotlight {
    font-size: 36px;
    line-height: 2.5rem;
  }
}

.qd-hero-section-secondary {
  background-image: var(--gradient-brand);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.qd-paragraph-prime {
  margin-top: 0.75rem;
  font-family: var(--font-sans), sans-serif;
  color: var(--muted-foreground);
}

.qd-form-hero {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1.5rem;
}

@media (min-width: 768px) {
  .qd-form-hero {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.qd-label-lead {
  display: block;
}

.qd-label-body {
  font-family: var(--font-sans), sans-serif;
  font-size: 12px;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--muted-foreground);
}

.qd-box-wrap {
  margin-top: 0.25rem;
}

.qd-input-hero {
  width: 100%;
  border-width: 0px;
  border-bottom-width: 1px;
  border-color: var(--border);
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: var(--font-sans), sans-serif;
  font-size: 16px;
  line-height: 1.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.qd-input-hero::-moz-placeholder {
  color: var(--muted-foreground);
}

.qd-input-hero::placeholder {
  color: var(--muted-foreground);
}

.qd-input-hero:focus {
  border-color: var(--accent);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.qd-label-meta {
  display: block;
}

@media (min-width: 768px) {
  .qd-label-meta {
    grid-column: span 2 / span 2;
  }
}

.qd-textarea-hero {
  width: 100%;
  resize: none;
  border-width: 0px;
  border-bottom-width: 1px;
  border-color: var(--border);
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: var(--font-sans), sans-serif;
  font-size: 16px;
  line-height: 1.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.qd-textarea-hero::-moz-placeholder {
  color: var(--muted-foreground);
}

.qd-textarea-hero::placeholder {
  color: var(--muted-foreground);
}

.qd-textarea-hero:focus {
  border-color: var(--accent);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.qd-flex-lead {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 640px) {
  .qd-flex-lead {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .qd-flex-lead {
    grid-column: span 2 / span 2;
  }
}

.qd-paragraph-accent {
  font-family: var(--font-sans), sans-serif;
  font-size: 12px;
  line-height: 1rem;
  color: var(--muted-foreground);
}

.qds-template .qd-cta-banner-detail {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  background-image: var(--gradient-cta) !important;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-family: var(--font-sans), sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff !important;
  letter-spacing: 0.01em;
  cursor: pointer;
  border: none;
  outline: none;
  --tw-shadow: 0 8px 32px -8px oklch(52% .25 310 / 0.5), 0 2px 8px oklch(62% .23 0 / 0.2);
  box-shadow: var(--tw-shadow);
  transition: all 280ms cubic-bezier(0.16, 1, 0.3, 1);
}

.qds-template .qd-cta-banner-detail:hover {
  transform: translateY(-3px) scale(1.03);
  --tw-shadow: 0 20px 48px -10px oklch(52% .25 310 / 0.55), 0 4px 16px oklch(62% .23 0 / 0.25) !important;
  box-shadow: var(--tw-shadow);
  filter: brightness(1.08);
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.grow {
  flex-grow: 1;
}

.outline {
  outline-style: solid;
}

.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);
}

/* ------------------------------ */
/* Semantic + utility layer (v1)  */
/* ------------------------------ */

:root {
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;

  --radius-sm: 0.75rem;
  --radius-md: 1rem;
  --radius-lg: 1.5rem;

  --glass-bg: rgb(255 255 255 / 0.14);
  --glass-border: rgb(255 255 255 / 1);
  --glass-blur: blur(8px);
}

/* Base building blocks */
:where(.container) {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  :where(.container) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

:where(.section) {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px) {
  :where(.section) {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

:where(.card) {
  border-radius: var(--radius-md);
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
  background-color: var(--card);
  --tw-shadow: var(--shadow-soft);
  --tw-shadow-colored: var(--shadow-soft);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:where(.card--raised) {
  --tw-shadow: var(--shadow-glow);
  --tw-shadow-colored: var(--shadow-glow);
}

:where(.label) {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  font-family: var(--font-sans), sans-serif;
  font-size: 12px;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

:where(.label__dot) {
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  background-color: currentColor;
  opacity: 0.95;
}

:where(.label--glass) {
  border-width: 1px;
  border-style: solid;
  border-color: var(--glass-border);
  background-color: var(--glass-bg);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  color: rgb(255 255 255 / 1);
}

/* TOC links (used by script.js) */
:where(.toc__link) {
  margin-left: -1px;
  display: block;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: transparent;
  padding: 0.5rem 0 0.5rem 1.25rem;
  font-family: var(--font-sans), sans-serif;
  font-size: 14px;
  line-height: 1.25rem;
  color: var(--muted-foreground);
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), border-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

:where(.toc__link:hover) {
  color: var(--foreground);
}

:where(.toc__link--active) {
  border-left-color: var(--accent);
  font-weight: 500;
  color: var(--foreground);
}

:where(.toc__num) {
  margin-right: 0.5rem;
  font-variant-numeric: tabular-nums;
  opacity: 0.5;
}

/* Logos row */
:where(.logo-grid) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: var(--radius-md);
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
  background-color: var(--border);
}

@media (min-width: 640px) {
  :where(.logo-grid) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  :where(.logo-grid) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

:where(.logo-grid__item) {
  background-color: var(--card);
  padding: 1.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

:where(.logo-grid__item a) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

:where(.logo-grid__item img) {
  width: 140px;
  height: 40px;
  object-fit: contain;
  opacity: 0.82;
  filter: grayscale(0.25);
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), filter 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

:where(.logo-grid__item:hover img) {
  opacity: 1;
  filter: grayscale(0);
}

/* FAQ accordion */
.faq {
  overflow: hidden;
  border-radius: var(--radius-md);
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
  background-color: var(--card);
  --tw-shadow: var(--shadow-soft);
  --tw-shadow-colored: var(--shadow-soft);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.faq__item {
  border-width: 0;
}

.faq__trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  text-align: left;
  font-family: var(--font-serif), serif;
  font-size: 18px;
  line-height: 1.75rem;
  font-weight: 600;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.faq__trigger:hover, .faq__trigger:focus {
  background-color: inherit;
  background-image: var(--gradient-brand-soft);
  color: #020817;
}

.faq__content {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.25rem;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.25s ease, opacity 0.2s ease;
}

.faq__trigger svg {
  transition: transform 0.2s ease;
}

.faq-item.is-open .faq__content {
  opacity: 1;
}

.faq-item.is-open .faq__trigger svg {
  transform: rotate(180deg);
}

/* Table wrapper */
.table-card {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
  border-radius: var(--radius-md);
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
  background-color: var(--card);
  --tw-shadow: var(--shadow-soft);
  --tw-shadow-colored: var(--shadow-soft);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.table-card__header {
  padding: 1.25rem 1.5rem 0.5rem;
  font-family: var(--font-serif), Georgia, serif;
  font-size: 18px !important;
  line-height: 1.5rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  color: var(--accent) !important;
}

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

.table {
  width: 100%;
  text-align: left;
  font-family: var(--font-sans), sans-serif;
  border-collapse: collapse;
}

.table thead tr {
  border-bottom: 1px solid var(--border);
}

.table thead th {
  padding: 1rem 1.5rem;
  font-family: var(--font-sans), sans-serif;
  font-size: 14px !important;
  line-height: 1.25rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  color: var(--foreground) !important;
  border-top:none !important;
}


.table tbody tr {
  border-bottom: 1px solid var(--border);
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

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

.table tbody tr:hover {
  background-image: var(--gradient-brand-soft);
}

.table tbody td {
  padding: 1rem 1.5rem;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.625;
  color: var(--foreground);
}

/* Minimal utilities (only used where needed) */
:where(.u-text-white) {
  color: rgb(255 255 255 / 1);
}

:where(.u-inline) {
  display: inline;
}

.faq__body {
  padding: 24px 20px !important;
  color: var(--muted-foreground);
  font-family: var(--font-sans), sans-serif;
  line-height: 1.625;
}

@media (min-width: 768px) {
  .faq__body {
    padding: 24px 32px !important;
  }
}

/* Precise Georgia Typography Scale Overrides */

/* --- 1. Main Banner --- */
.qds-template .qds-hero-title {
  font-family: "Georgia", Georgia, sans-serif;
  font-weight: 700;
  color: rgb(255, 255, 255);
  font-size: 26px;
  line-height: 40px;
  padding-top: 25px;
}
@media (min-width: 768px) {
  .qds-template .qds-hero-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .qds-template .qds-hero-title {
    font-size: 60px;
    line-height: 65px;
  }
}

/* --- 2. Content Headings --- */
/* h2: main chapter headings */
.qds-template .qd-article-body h2:not(.not-prose *):not(.not-prose) {
  font-family: "Georgia", Georgia, sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .qds-template .qd-article-body h2:not(.not-prose *):not(.not-prose) {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 1024px) {
  .qds-template .qd-article-body h2:not(.not-prose *):not(.not-prose) {
    font-size: 36px;
    line-height: 45px;
  }
}

/* h3: content sub-headings */
.qds-template .qd-article-body h3:not(.not-prose *):not(.not-prose) {
  font-family: "Georgia", Georgia, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .qds-template .qd-article-body h3:not(.not-prose *):not(.not-prose) {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .qds-template .qd-article-body h3:not(.not-prose *):not(.not-prose) {
    font-size: 28px;
    line-height: 36px;
  }
}

/* --- 3. Normal Paragraph & List Content --- */
/* Paragraphs (excluding the delicate chapter eyebrow numbers) */
.qds-template .qd-article-body p:not(.not-prose *):not(.not-prose):not(.qd-eyebrow) {
  font-family: "Georgia", Georgia, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
@media (min-width: 1024px) {
  .qds-template .qd-article-body p:not(.not-prose *):not(.not-prose):not(.qd-eyebrow) {
    font-size: 20px;
    line-height: 34px;
  }
}

/* List items (tighter and more elegant than body paragraphs) */
.qds-template .qd-article-body li:not(.not-prose *):not(.not-prose) {
  font-family: "Georgia", Georgia, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .qds-template .qd-article-body li:not(.not-prose *):not(.not-prose) {
    font-size: 18px;
    line-height: 30px;
  }
}

/* --- 4. Chapter Content Section Spacing --- */
.qds-template .qd-content-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.qds-template .qd-content-section .qd-section-body h2,
.qds-template .qd-content-section .qd-section-body h3{
  padding: 10px 0px;
}

.qds-template .qd-content-section .qd-faqs-accordians h3{
  padding:0px;
  color: #020817;
}

.qds-template .qd-content-section:last-child{ 
  margin-bottom:0px;
}

.qd-section-primary .qds-stat-value,
.qd-section-primary .qd-heading-detail{
  color:#FFF;
  margin-top:30px !important;
}

.qd-section-primary .qd-heading-detail{ 
  margin:10px 0px !important;
}

/* --- 5. Custom Box & Not-Prose Heading Spacing & Georgia Typography --- */
.qds-template .not-prose h2,
.qds-template :not(.qd-article-body) h2 {
  font-family: "Georgia", Georgia, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .qds-template .not-prose h2,
  .qds-template :not(.qd-article-body) h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

.qds-template .not-prose h3,
.qds-template :not(.qd-article-body) h3,
.qds-template .qd-box-feature h3,
.qds-template .qd-faq-heading h3 {
  font-family: "Georgia", Georgia, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .qds-template .not-prose h3,
  .qds-template :not(.qd-article-body) h3,
  .qds-template .qd-box-feature h3,
  .qds-template .qd-faq-heading h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.qds-template .not-prose h4,
.qds-template :not(.qd-article-body) h4 {
  font-family: "Georgia", Georgia, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}


/* =====================================================
   COMPREHENSIVE VIEWPORT OVERFLOW FIX
   Prevents all elements from exceeding viewport width
   on mobile, tablet, and desktop
   ===================================================== */

/* 1. Root containment — everything must fit */
html {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

body {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

@media (min-width: 1024px) {
  html,
  body {
    overflow-x: visible !important;
  }
}

.qds-template {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* 2. box-sizing only — do NOT override max-width on named containers */
.qds-template > *,
.qds-template main,
.qds-template section,
.qds-template article,
.qds-template aside,
.qds-template header,
.qds-template footer,
.qds-template div {
  box-sizing: border-box !important;
}

/* 3. Every image, SVG, iframe must be fluid */
.qds-template img,
.qds-template svg:not(.qd-brand-svg):not(.qd-toc-mobile-arrow),
.qds-template iframe,
.qds-template video {
  max-width: 100% !important;
  height: auto !important;
}

/* 4. Tables — wrap inside a scroll container, never break viewport */
.table-card,
.qd-table-card,
.not-prose.table-card {
  max-width: 100% !important;
  width: 100% !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.table-scroll,
.qd-table-scroll {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  display: block !important;
  -webkit-overflow-scrolling: touch !important;
  box-sizing: border-box !important;
}

/* Tables themselves can be wide — their scroll wrapper clips them */
.table,
.qd-table,
.qd-table-card table {
  min-width: 560px;
  table-layout: auto !important;
  box-sizing: border-box !important;
}

/* 5. Grid layouts — must fit inside their parent, no fixed widths */
.qd-grid-hero,
.qd-grid-intro,
.qd-grid-feature,
.qd-grid-focus {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* 6. Section wrappers that expand to full width */
.qd-section-primary,
.qd-box-subtitle,
.qd-box-stage,
.qd-hero-section-primary,
.qd-client-wrap,
.qd-box-stack,
.qd-cta-panel,
.qd-cta-banner-primary,
.qd-content-section,
.qd-section-body,
.qd-box-item,
.qd-box-detail,
.qd-box-caption {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* 7. Containers with intentional max-widths — preserve them, only force box-sizing */
.qd-box-primary,
.qd-box-tertiary,
.qd-box-note,
.qd-box-shell,
.qd-section-hero,
.qd-box-summary,
.qd-grid-anchor {
  /* max-width is intentionally set per element — do NOT override here */
  box-sizing: border-box !important;
  min-width: 0 !important;
}

/* 8. Feature and service cards */
.qd-box-prime,
.qd-box-frame,
.qd-box-title,
.qd-cta-banner-feature,
.qd-service-card-accent,
.qd-service-card-primary,
.qd-service-card-brand {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* 9. Swiper brand carousel — must not overflow */
.qd-brand-swiper,
.qd-brand-swiper .swiper-wrapper {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* 10. FAQ accordions */
.qd-faqs-accordians,
.qd-faq,
.qd-faq-item-shell {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* 11. Form elements */
.qd-form-hero,
.qd-box-media {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* 12. Mobile-specific: tighter padding on sections */
@media (max-width: 767px) {
  .qd-section-hero {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .qd-box-primary {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .qd-box-tertiary,
  .qd-box-subtitle,
  .qd-box-stage {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .qd-box-note {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .qd-box-shell {
    padding: 1.25rem !important;
  }

  .qd-box-caption {
    padding: 1.25rem !important;
  }

  /* On mobile these must collapse to full width */
  .qd-box-primary,
  .qd-box-tertiary,
  .qd-box-note,
  .qd-grid-anchor,
  .qd-box-summary {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .qd-article-body {
    max-width: 100% !important;
    min-width: 0 !important;
  }
}

/* 13. Tablet-specific adjustments */
@media (min-width: 768px) and (max-width: 1023px) {
  .qd-section-hero {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .qd-box-tertiary,
  .qd-box-subtitle,
  .qd-box-stage {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  /* On tablet these must also collapse */
  .qd-box-primary,
  .qd-box-tertiary,
  .qd-box-note,
  .qd-grid-anchor,
  .qd-box-summary {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .qd-article-body {
    max-width: 100% !important;
  }
}

.qd-section-body a{
  background:var(--gradient-cta) !important;
  color:#0000 !important;
  -webkit-background-clip:text !important;
  background-clip:text;
  font-size:inherit !important;
  font-weight:inherit ;
  font-family:inherit  
} 

.qd-section-body a:hover{
  text-decoration:underline;
}
 
.qd-card-stats.qd-card-stats--2col .qd-hero-section-intro,
.qd-card-stats.qd-card-stats--3col .qd-hero-section-intro{
  background: none; 
  font-size: 14px;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--accent);
  margin-bottom:1em;
}

.qd-serv-col-grids .qd-paragraph-spotlight{ 
  padding:10px 0px;
}

.qd-faq-heading span{
   white-space:normal !important; 
} 

.qd-content-section .qd-client-wrap{
   margin-top:-20px !important;   
}

.qd-client-wrap .qd-brand-swiper {
  padding: 15px;
  border-radius:15px !important
}

.qd-client-wrap .qd-brand-slide {
  display: flex;
  align-items: center;
  justify-content: center; 
  padding: 5px; 
  border-radius: 12px; 
  box-sizing: border-box;
}

.qd-client-wrap .qd-brand-slide img {
  display: block; 
  width: auto;
  max-width: 100%;
  height: 40px !important; 
  object-fit: contain;
}

@media (min-width: 1024px) { 
    .qd-card-stats.qd-card-stats--3col {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .qd-card-stats.qd-card-stats--2col {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) { 
  .qd-section-primary .qd-grid-focus { 
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 768px) { 
  .qd-package-price .qd-cta-banner-feature{
    margin-top:20px;
  }

  .qds-hero-subtitle { 
    margin-top: 1.5rem; 
    padding-top: 0px !important; 
  }
  
  .qds-hero-title br{
      display:none !important;
  }
  
  .qds-template .qd-content-section:first-child{
    margin-top: 10px;
  }
  
  .qd-toc-container.is-open{
    margin-bottom:25px;
  }
  
}
