.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: "Inter", sans-serif;
  /* 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: "Inter", 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: "Inter", 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: 70rem;
  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: 5rem;
  }
}

.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), sans-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), sans-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), sans-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;  
  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), sans-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), sans-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: var(--font-serif), sans-serif;
  font-weight: 700;
  color: rgb(255, 255, 255);
  font-size: 26px;
  line-height: 40px;
  padding-top: 25px;
}

.qds-template .qds-hero-title br{
    display:none !important;
}

@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: 45px;
    line-height: 65px;
  }
}

/* --- 2. Content Headings --- */
/* h2: main chapter headings */
.qds-template .qd-article-body h2:not(.not-prose *):not(.not-prose) {
  font-family: var(--font-serif), 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: 28px;
    line-height: 34px;
  }
}
@media (min-width: 1024px) {
  .qds-template .qd-article-body h2:not(.not-prose *):not(.not-prose) {
    font-size: 32px;
    line-height: 40px;
  }
}

/* h3: content sub-headings */
.qds-template .qd-article-body h3:not(.not-prose *):not(.not-prose) {
  font-family: var(--font-serif), 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: var(--font-serif), 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: 18px;
    line-height: 30px;
  }
}

/* List items (tighter and more elegant than body paragraphs) */
.qds-template .qd-article-body li:not(.not-prose *):not(.not-prose) {
  font-family: var(--font-serif), 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: var(--font-serif), 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: var(--font-serif), 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: var(--font-serif), 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:992px){
  .qds-template .qds-hero-section .qd-box-primary{ 
    padding-top:125px !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;
  }
  
}

/* ==== Insights guide meta-bar controls (share icons, font-size toggle, TTS button) added 2026-08-11 ==== */
.qd-metabar-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:#f3f0fa;color:#4b2e83;font-size:13px;font-weight:700;text-decoration:none;transition:transform .15s ease;}
.qd-metabar-icon:hover{transform:translateY(-2px);}
.qd-fontsize-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;border:1px solid rgba(0,0,0,0.15);background:transparent;cursor:pointer;font-weight:700;font-size:12px;line-height:1;}
.qd-tts-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:auto;height:28px;padding:0 16px !important;border-radius:999px;border:none !important;cursor:pointer;font-size:13px;font-weight:600;line-height:1;color:#fff !important;background:linear-gradient(135deg,#7c3aed,#ec4899) !important;background-color:transparent !important;box-shadow:0 4px 14px rgba(124,58,237,.35);transition:transform .15s ease;box-sizing:border-box;}
/* 2026-08-13: .qds-template button reset (color:inherit, background-color/image:transparent/none) has higher specificity (class+element) than the plain .qd-tts-button class and was silently killing the gradient + white text, only the box-shadow glow survived. !important fixes it. */
.qd-tts-button:hover{transform:translateY(-2px);}
.qd-tts-button .qd-tts-icon{font-size:11px;line-height:1;display:inline-flex;}
/* 2026-08-12: font-size toggle class now goes on <body>, not #qd-article-content (which only wraps chapter 0 and misses ~95% of the article). Cover every narrative block plus the intro chapter regardless of DOM position. */
body.qd-fontsize-lg .qd-narrative-block p,
body.qd-fontsize-lg .qd-narrative-block li,
body.qd-fontsize-lg #qd-article-content p{font-size:20px !important;line-height:1.8 !important;}
body.qd-fontsize-sm .qd-narrative-block p,
body.qd-fontsize-sm .qd-narrative-block li,
body.qd-fontsize-sm #qd-article-content p{font-size:14px !important;line-height:1.6 !important;}

/* ==== PPC v2 theme override: teal/green, scoped, does not affect SEO -v2 pages ==== */
.qd-theme-ppc {
  --primary: oklch(46% .14 172);
  --primary-foreground: oklch(99% 0 0);
  --accent: oklch(64% .17 152);
  --accent-foreground: oklch(14% .02 172);
  --ring: oklch(30% .06 172);
  --gradient-brand: linear-gradient(120deg, oklch(30% .07 195) 0%, oklch(42% .12 178) 50%, oklch(58% .17 150) 100%);
  --gradient-brand-soft: linear-gradient(120deg, oklch(30% .07 195 / 0.08) 0%, oklch(42% .12 178 / 0.08) 50%, oklch(58% .17 150 / 0.08) 100%);
  --gradient-cta: linear-gradient(95deg, oklch(42% .12 178), oklch(58% .17 150));
  --shadow-soft: 0 1px 2px oklch(22% .04 285 / 0.04), 0 8px 30px oklch(42% .12 178 / 0.08);
  --shadow-glow: 0 20px 60px -10px oklch(58% .17 150 / 0.35);
}

.qd-theme-social {
  --primary: oklch(48% .19 258);
  --primary-foreground: oklch(99% 0 0);
  --accent: oklch(56% .18 285);
  --accent-foreground: oklch(99% 0 0);
  --ring: oklch(38% .10 265);
  --gradient-brand: linear-gradient(120deg, oklch(32% .14 250) 0%, oklch(46% .18 262) 50%, oklch(58% .17 288) 100%);
  --gradient-brand-soft: linear-gradient(120deg, oklch(32% .14 250 / 0.08) 0%, oklch(46% .18 262 / 0.08) 50%, oklch(58% .17 288 / 0.08) 100%);
  --gradient-cta: linear-gradient(95deg, oklch(46% .18 262), oklch(58% .17 288));
  --shadow-soft: 0 1px 2px oklch(22% .04 265 / 0.04), 0 8px 30px oklch(46% .18 262 / 0.08);
  --shadow-glow: 0 20px 60px -10px oklch(58% .17 288 / 0.35);
}

.qd-theme-webdesign {
  --primary: oklch(52% .21 355);
  --primary-foreground: oklch(99% 0 0);
  --accent: oklch(40% .17 15);
  --accent-foreground: oklch(99% 0 0);
  --ring: oklch(35% .12 10);
  --gradient-brand: linear-gradient(120deg, oklch(62% .22 350) 0%, oklch(48% .19 5) 50%, oklch(32% .13 20) 100%);
  --gradient-brand-soft: linear-gradient(120deg, oklch(62% .22 350 / 0.08) 0%, oklch(48% .19 5 / 0.08) 50%, oklch(32% .13 20 / 0.08) 100%);
  --gradient-cta: linear-gradient(95deg, oklch(62% .22 350), oklch(48% .19 5));
  --shadow-soft: 0 1px 2px oklch(22% .04 10 / 0.04), 0 8px 30px oklch(48% .19 5 / 0.08);
  --shadow-glow: 0 20px 60px -10px oklch(48% .19 5 / 0.35);
}



/* ===== Guides section (revision 2): font family, precise font-size scoping, table striping, per-page gradient variety ===== */

/* Base guides scope: fonts + 4 accent hue variants reusing the site's existing brand palettes */
.qd-theme-guides {
  --font-sans: "Roboto", system-ui, sans-serif;
  --font-serif: "Roboto", system-ui, sans-serif;
}
.qd-theme-guides.qd-guide-hue-0 {
  --primary: oklch(52% .25 310);
  --accent: oklch(62% .23 0);
  --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%);
}
.qd-theme-guides.qd-guide-hue-1 {
  --primary: oklch(45% .13 175);
  --accent: oklch(55% .16 155);
  --gradient-brand: linear-gradient(120deg, oklch(40% .12 195) 0%, oklch(45% .13 175) 50%, oklch(55% .16 150) 100%);
  --gradient-brand-soft: linear-gradient(120deg, oklch(40% .12 195 / 0.08) 0%, oklch(45% .13 175 / 0.08) 50%, oklch(55% .16 150 / 0.08) 100%);
}
.qd-theme-guides.qd-guide-hue-2 {
  --primary: oklch(52% .22 288);
  --accent: oklch(55% .22 265);
  --gradient-brand: linear-gradient(120deg, oklch(55% .22 265) 0%, oklch(52% .22 288) 50%, oklch(50% .20 255) 100%);
  --gradient-brand-soft: linear-gradient(120deg, oklch(55% .22 265 / 0.08) 0%, oklch(52% .22 288 / 0.08) 50%, oklch(50% .20 255 / 0.08) 100%);
}
.qd-theme-guides.qd-guide-hue-3 {
  --primary: oklch(52% .25 310);
  --accent: oklch(48% .19 5);
  --gradient-brand: linear-gradient(120deg, oklch(62% .22 350) 0%, oklch(48% .19 5) 50%, oklch(32% .13 20) 100%);
  --gradient-brand-soft: linear-gradient(120deg, oklch(62% .22 350 / 0.08) 0%, oklch(48% .19 5 / 0.08) 50%, oklch(32% .13 20 / 0.08) 100%);
}

/* Force Roboto everywhere in guides, overriding the template's hardcoded Georgia typography scale */
.qd-theme-guides.qds-template .qds-hero-title,
.qd-theme-guides.qds-template .qd-article-body h2:not(.not-prose *):not(.not-prose),
.qd-theme-guides.qds-template .qd-article-body h3:not(.not-prose *):not(.not-prose),
.qd-theme-guides.qds-template .qd-article-body p:not(.not-prose *):not(.not-prose):not(.qd-eyebrow),
.qd-theme-guides.qds-template .qd-article-body li:not(.not-prose *):not(.not-prose),
.qd-theme-guides.qds-template .not-prose h2,
.qd-theme-guides.qds-template :not(.qd-article-body) h2,
.qd-theme-guides.qds-template .not-prose h3,
.qd-theme-guides.qds-template :not(.qd-article-body) h3,
.qd-theme-guides.qds-template .qd-box-feature h3,
.qd-theme-guides.qds-template .qd-faq-heading h3,
.qd-theme-guides.qds-template .not-prose h4,
.qd-theme-guides.qds-template :not(.qd-article-body) h4,
.qd-theme-guides .qd-section-body,
.qd-theme-guides .qd-paragraph-intro {
  font-family: "Roboto", system-ui, sans-serif !important;
}

/* Font-size reduction (~30%) scoped ONLY to the long-form narrative chapter text, not cards/tables/pillars/cta/timeline/quotes/review/faq */
.qd-theme-guides .qd-narrative-block .qd-article-body p:not(.not-prose *):not(.not-prose):not(.qd-eyebrow) {
  font-size: 13px !important;
  line-height: 1.6 !important;
}
@media (min-width: 1024px) {
  .qd-theme-guides .qd-narrative-block .qd-article-body p:not(.not-prose *):not(.not-prose):not(.qd-eyebrow) {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
}
.qd-theme-guides .qd-narrative-block .qd-article-body li:not(.not-prose *):not(.not-prose) {
  font-size: 11px !important;
  line-height: 1.5 !important;
}
@media (min-width: 1024px) {
  .qd-theme-guides .qd-narrative-block .qd-article-body li:not(.not-prose *):not(.not-prose) {
    font-size: 13px !important;
  }
}

/* Comparison table: alternating row tint using the page's own gradient-brand-soft, plus larger, more readable cell font */
.qd-theme-guides .table-card table.table tbody tr:nth-child(even) {
  background-image: var(--gradient-brand-soft);
}
.qd-theme-guides .table-card table.table tbody tr:nth-child(odd) {
  background-color: rgba(0,0,0,0.015);
}
.qd-theme-guides .table-card table.table th,
.qd-theme-guides .table-card table.table td {
  font-size: 15px;
  padding: 12px 16px;
}
.qd-theme-guides .table-card__header {
  background-image: var(--gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}



/* ── Industries grid override ── */

.qd-serv-col-grids {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.25rem !important;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
 
@media (min-width: 640px) {
  .qd-serv-col-grids {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
 
@media (min-width: 1024px) {
  .qd-serv-col-grids {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
 
.qd-serv-col-grids .qd-box-prime {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.875rem;
  row-gap: 0.625rem;
  align-items: start;

  padding: 1.5rem 1.25rem 1.5rem 1.375rem !important;
  border: none !important;
  border-left: 4px solid var(--card-accent, #9418d0) !important;
  border-radius: 12px !important;
  background-color: color-mix(in srgb, var(--card-accent, #9418d0) 7%, #ffffff) !important;
  background-image: none !important;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06) !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.qd-serv-col-grids .qd-box-prime:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.1) !important;
}
 
.qd-serv-col-grids .qd-box-prime .qd-flex-feature {
  grid-column: 1;
  grid-row: 1;
  align-self: center; 
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 2.75rem !important;
  height: 2.75rem !important;
  margin: 0 !important;
  border-radius: 10px !important;
  background-image: none !important;
  background-color: color-mix(in srgb, var(--card-accent, #9418d0) 16%, #ffffff) !important;
  font-size: 1.125rem !important;
  line-height: 1 !important;
}

.qd-serv-col-grids .qd-box-prime .qd-flex-feature i {
  color: var(--card-accent, #9418d0) !important;
}
 
.qd-serv-col-grids .qd-paragraph-spotlight {
  grid-column: 2;
  grid-row: 1;
  align-self: center; 
  margin: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important; 
}
 
.qd-serv-col-grids .qd-paragraph-focus {
  grid-column: 1 / -1;
  grid-row: 2; 
  margin: 0 !important;
  margin-top: 0 !important; 
}


/* ===== Process Timeline ===== */
.qd-work-process, .qd-article-body, .qd-box-summary {
  overflow: visible !important;
}

.qd-work-process {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.qd-work-process > * {
  margin-top: 0 !important;
}

/* Card */
.qd-work-process .qd-flex-detail {
  position: relative;
  overflow: visible;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
  gap: 0 !important;
  padding: 28px 24px !important;
  border-radius: 20px !important;
  border: none !important;
  background-color: var(--card);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.qd-work-process .qd-flex-detail:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -6px rgba(0, 0, 0, 0.12);
}

/* Corner accent — gradient ring effect */
.qd-work-process .qd-flex-detail::before,
.qd-work-process .qd-flex-detail::after {
  content: "";
  position: absolute;
  top: -18px;
  right: -18px;
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}

.qd-work-process .qd-flex-detail::before {
  width: 50px;
  height: 50px;
  background-image: var(--gradient-brand);
}

.qd-work-process .qd-flex-detail::after {
  top: -19px;
  right: -19px;
  width: 52px;
  height: 52px;
  background: linear-gradient(
    135deg,
    var(--card) 0%,
    color-mix(in oklch, var(--card) 88%, var(--muted)) 100%
  );
  opacity: 0.85;
}

/* Number circle */
.qd-work-process .qd-box-outline {
  width: 56px !important;
  height: 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--gradient-brand-soft);
  position: relative;
  z-index: 1;
  margin: 0 0 16px 0 !important;
}

.qd-work-process .qd-hero-section-intro {
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

/* Content */
.qd-work-process .qd-flex-summary {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: left !important;
}

.qd-work-process .qd-flex-spotlight {
  justify-content: flex-start !important;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.qd-work-process .qd-eyebrow,
.qd-work-process .qd-label-primary {
  display: inline-flex;
  align-items: center;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  padding: 4px 12px;
  border-radius: 9999px;
  background: var(--gradient-brand-soft);
  color: var(--accent) !important;
  margin: 0 !important;
}

.qd-work-process .qd-heading-secondary {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin: 0 0 10px 0 !important;
  text-align: left !important; 
}

.qd-work-process .qd-flex-summary > p {
  line-height: 1.6 !important;
  margin: 0 0 12px 0 !important;
  text-align: left !important;
  color: var(--muted-foreground);
}

/* Checklist */
.qd-work-process .qd-flex-summary ul {
  list-style: none !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  gap: 10px;
  width: 100%;
}

.qd-work-process .qd-flex-summary ul li {
  position: relative;
  margin: 0 !important;
  padding: 0 0 0 26px !important;
  font-family: var(--font-sans), sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: var(--foreground);
  text-align: left !important;
  display: block;
  width: 100%;
}

.qd-work-process .qd-flex-summary ul li::before {
  content: none !important;
}

.qd-work-process .qd-flex-summary ul li::after {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 15px;
  line-height: 1;
  color: var(--accent);
}

/* Tablet */
@media (max-width: 991px) {
  .qd-work-process {
    gap: 20px !important;
  }

  .qd-work-process .qd-flex-detail {
    padding: 24px 20px !important;
  }

  .qd-work-process .qd-flex-detail::before {
    top: -16px;
    right: -16px;
    width: 46px;
    height: 46px;
  }

  .qd-work-process .qd-flex-detail::after {
    top: -17px;
    right: -17px;
    width: 48px;
    height: 48px;
  }
}

/* Mobile — 1 column + smaller blobs */
@media (max-width: 767px) {
  .qd-work-process {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .qd-work-process .qd-flex-detail {
    padding: 22px 18px !important;
    border-radius: 16px !important;
  }

  .qd-work-process .qd-box-outline {
    width: 48px !important;
    height: 48px;
    margin-bottom: 12px !important;
  }

  .qd-work-process .qd-hero-section-intro {
    font-size: 18px !important;
  }

  .qd-work-process .qd-heading-secondary {
    font-size: 18px !important;
  }

  .qd-work-process .qd-flex-detail::before {
    top: -12px;
    right: -12px;
    width: 40px;
    height: 40px;
  }

  .qd-work-process .qd-flex-detail::after {
    top: -13px;
    right: -13px;
    width: 42px;
    height: 42px;
    opacity: 0.9;
  }
}

/* Small phones */
@media (max-width: 480px) {
  .qd-work-process .qd-flex-detail::before {
    top: -10px;
    right: -10px;
    width: 36px;
    height: 36px;
  }

  .qd-work-process .qd-flex-detail::after {
    top: -11px;
    right: -11px;
    width: 38px;
    height: 38px;
  }
}



 /* ===== FAQs ===== */

 #qd-faq-standalone.qd-section-faq {
    padding: 0 0 5rem 0;
  }

  #qd-faq-standalone .container {
    padding-left: 0;
    padding-right: 0;
  }

  #qd-faq-standalone .qd-faq-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 3rem;
  }

  #qd-faq-standalone .qd-faq-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 9999px;
    background: var(--gradient-brand-soft);
    color: var(--accent);
    font-family: var(--font-sans), sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 16px;
  }

  #qd-faq-standalone .qd-faq-title {
    font-family: var(--font-serif), serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--foreground);
    margin: 0 0 1.25rem;
  }

  @media (min-width: 768px) {
    #qd-faq-standalone .qd-faq-title {
      font-size: 40px;
    }
  }

  #qd-faq-standalone .qd-faq-subtitle {
    font-family: var(--font-sans), sans-serif;
    font-size: 16px;
    color: var(--muted-foreground);
    line-height: 1.6;
    margin: 0;
  }

  #qd-faq-standalone .qd-faq-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: stretch;
  }

  @media (min-width: 1024px) {
    #qd-faq-standalone .qd-faq-layout {
      grid-template-columns: 1.6fr 1fr;
      gap: 32px;
    }
  }

  /* ===== FAQ List (left column) ===== */

  #qd-faq-standalone .qd-faq-list {
    border-radius: 1rem;
    border: 1px solid var(--border);
    overflow: hidden;
    background: var(--card);
  }

  #qd-faq-standalone .qd-faq-list .qd-faq-item-shell + .qd-faq-item-shell {
    border-top: 1px solid var(--border);
  }

  #qd-faq-standalone .qd-faq-list .qd-faq-item-shell.is-open {
    border-left: 3px solid var(--accent);
  }

  #qd-faq-standalone .qd-faq-list .qd-faq-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 24px;
    text-align: left;
    background: none;
    font-family: var(--font-sans), sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--foreground);
    cursor: pointer;
  }

  #qd-faq-standalone .qd-faq-list .qd-faq-trigger svg {
    flex-shrink: 0;
    color: var(--muted-foreground);
    transition: transform 200ms ease;
  }

  #qd-faq-standalone .qd-faq-list .faq-item.is-open .qd-faq-trigger svg {
    transform: rotate(180deg);
    color: var(--accent);
  }

  #qd-faq-standalone .qd-faq-list .faq__content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 250ms ease;
  }

  #qd-faq-standalone .qd-faq-list .faq__body {
    padding: 0 24px 20px;
    font-family: var(--font-sans), sans-serif;
    font-size: 14px;
    line-height: 1.65;
    color: var(--muted-foreground);
  }

  #qd-faq-standalone .qd-faq-list .faq__body p {
    margin: 0 0 0.75em;
  }

  #qd-faq-standalone .qd-faq-list .faq__body p:last-child {
    margin-bottom: 0;
  }

  #qd-faq-standalone .qd-faq-footer {
    text-align: center;
    padding: 20px 24px;
    font-family: var(--font-sans), sans-serif;
    font-size: 14px;
    color: var(--muted-foreground);
    border-top: 1px solid var(--border);
  }

  #qd-faq-standalone .qd-faq-footer-link {
    color: var(--accent);
    font-weight: 600;
    text-decoration: none;
  }

  #qd-faq-standalone .qd-faq-footer-link:hover {
    text-decoration: underline;
  }

  /* ===== CTA panel (right column) ===== */

  #qd-faq-standalone .qd-faq-cta {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    border-radius: 1.5rem;
    background: var(--gradient-cta);
    padding: 40px 32px 36px;
    color: #fff;
    box-shadow: var(--shadow-glow);
  }

  #qd-faq-standalone .qd-faq-cta::before,
  #qd-faq-standalone .qd-faq-cta::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
  }

  #qd-faq-standalone .qd-faq-cta::before {
    width: 200px;
    height: 200px;
    top: -70px;
    right: -60px;
    background: rgba(255, 255, 255, 0.1);
  }

  #qd-faq-standalone .qd-faq-cta::after {
    width: 160px;
    height: 160px;
    bottom: -50px;
    left: -40px;
    background: rgba(255, 255, 255, 0.07);
  }

  #qd-faq-standalone .qd-faq-cta > * {
    position: relative;
    z-index: 1;
  }

  #qd-faq-standalone .qd-faq-cta-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
  }

  #qd-faq-standalone .qd-faq-cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    background: none;
    font-size: 22px;
    line-height: 1;
  }

  #qd-faq-standalone .qd-faq-cta-icon--yellow {
    color: #fbbf24;
  }

  #qd-faq-standalone .qd-faq-cta-icon--blue {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(147, 197, 253, 0.45);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
  }

  #qd-faq-standalone .qd-faq-cta-icon--green {
    color: #4ade80;
  }

  #qd-faq-standalone .qd-faq-cta-title {
    margin: 0 0 16px;
    text-align: center;
    font-family: var(--font-serif), serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
  }

  #qd-faq-standalone .qd-faq-cta-wrap > p {
    margin: 0 0 24px;
    text-align: left;
    font-family: var(--font-sans), sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
  }

  #qd-faq-standalone .qd-faq-cta-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
  }

  #qd-faq-standalone .qd-faq-cta-wrap li {
    position: relative;
    padding-left: 34px;
    font-family: var(--font-sans), sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
  }

  #qd-faq-standalone .qd-faq-cta-wrap li::before {
    content: "\f00c";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.12);
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
  }

  #qd-faq-standalone .qd-faq-cta-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #fff;
    color: var(--accent) !important;
    font-family: var(--font-sans), sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 16px 24px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
    transition: transform 200ms ease, box-shadow 200ms ease;
  }

  #qd-faq-standalone .qd-faq-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    color: var(--accent) !important;
    text-decoration: none;
  }

  #qd-faq-standalone .qd-faq-cta-note {
    margin: 16px 0 0;
    text-align: center;
    font-family: var(--font-sans), sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.72);
  }
  
  #qd-faq-standalone.qd-section-faq {
    padding: 0 20px 5rem 20px;
  }
  
  #qd-faq-standalone .qd-faq-cta .qd-faq-cta-inner{
      padding-top:30px;
  }
  
  
  /* ===== Contact panel ===== */

   .qd-cnt-section {
      width: 100%;
      box-sizing: border-box;
      padding: 0 20px 6rem;
    }
    
    .qd-cnt-section *,
    .qd-cnt-section *::before,
    .qd-cnt-section *::after {
      box-sizing: border-box;
    }
    
    .qd-cnt-section .container {
      padding-left: 0;
      padding-right: 0;
    }
    
    .qd-cnt-row {
      display: flex;
      gap: 30px;
      align-items: stretch;
      width: 100%;
    }
    
    .qd-cnt-left,
    .qd-cnt-right {
      flex: 1 1 50%;
      width: 50%;
      max-width: 50%;
      border-radius: 16px;
      overflow: hidden;
    }
    
    /* —— Left panel —— */
    .qd-cnt-left {
      background: linear-gradient(165deg, #7c3aed 0%, #a21caf 42%, #db2777 100%);
      color: #fff;
      padding: 48px 44px;
      display: flex;
      flex-direction: column;
    }
    
    .qd-cnt-badge {
      display: inline-flex;
      align-items: center;
      align-self: flex-start;
      margin: 0 0 20px;
      padding: 8px 16px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.18);
      font-family: Inter, sans-serif;
      font-size: 13px;
      font-weight: 500;
      line-height: 1.3;
      color: #fff;
    }
    
    .qd-cnt-title {
        margin: 0 0 16px !important;
        font-family: Inter, sans-serif !important;
        font-size: 36px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        letter-spacing: -0.02em;
        color: #fff;
    }
    
    .qd-cnt-desc {
      margin: 0 0 36px;
      font-family: Inter, sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.6;
      color: rgba(255, 255, 255, 0.9);
    }
    
    .qd-cnt-desc p {
      margin: 0;
    }
    
    .qd-cnt-desc p + p {
      margin-top: 0.75em;
    }
    
    /* Feature list (open icon rows) */
    .qd-cnt-list {
      list-style: none;
      margin: 0 0 30px !important;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 28px;
    }
    
    .qd-cnt-item {
      display: flex;
      gap: 14px;
      align-items: flex-start;
    }
    
    .qd-cnt-icon {
      flex-shrink: 0;
      width: 22px;
      height: 22px;
      margin-top: 3px;
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }
    
    .qd-cnt-icon svg {
      width: 22px;
      height: 22px;
      display: block;
    }
    
    .qd-cnt-item-body {
      flex: 1;
      min-width: 0;
    }
    
    .qd-cnt-item-title,
    .qd-cnt-guarantee-title {
      margin: 0 0 5px !important;
      font-family: Inter, sans-serif !important;
      font-size: 18px !important;
      font-weight: 600 !important;
      line-height: 1.35 !important;
      color: #fff;
    }
    
    .qd-cnt-item-text {
      margin: 0;
      font-family: Inter, sans-serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 1.55;
      color: rgba(255, 255, 255, 0.88);
    }
    
    .qd-cnt-item-text p {
      margin: 0;
    }
    
    /* Guarantee callout (last listing row) */
    .qd-cnt-guarantee {
      margin-top: auto;
      padding: 20px 22px;
      background: #FFFFFF1A;
      border: 1px solid #FFFFFF2E;
      border-radius: 14px;
    }
    
    .qd-cnt-guarantee-head {
      display: flex;
      align-items: center;
      gap: 12px;
      margin: 0 0 10px;
    }
    
    .qd-cnt-guarantee-icon {
      flex-shrink: 0;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #FFFFFF1A;
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
    }
    
    .qd-cnt-guarantee-icon svg {
      width: 100%;
      height: 100%;
      display: block;
    }
    
    .qd-cnt-guarantee-text {
      margin: 0;
      font-family: Inter, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.6;
      color: rgba(255, 255, 255, 0.9);
    }
    
    .qd-cnt-guarantee-text p {
      margin: 0;
    }
    
    /* —— Right panel —— */
    .qd-cnt-right {
      background: #fff;
      padding: 30px;
      box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12), 0 4px 12px rgba(15, 23, 42, 0.06);
      display: flex;
      flex-direction: column;
    }
    
    .qd-cnt-form-heading {
      margin: 0;
      padding-bottom: 20px;
      font-family: Inter, sans-serif;
      font-size: 24px;
      font-weight: 600;
      line-height: 1.3;
      color: #020817;
    }
    
    .qd-cnt-form-wrap {
      flex: 1;
      width: 100%;
      min-width: 0;
    }
    
    .qd-cnt-right .elementor-field-group {
      padding: 5px;
    }
    
    .qd-cnt-right .elementor-field-textual,
    .qd-cnt-right .elementor-field.elementor-size-sm,
    .qd-cnt-right input[type="text"],
    .qd-cnt-right input[type="email"],
    .qd-cnt-right input[type="number"],
    .qd-cnt-right input[type="tel"],
    .qd-cnt-right select,
    .qd-cnt-right textarea {
      padding: 5px !important;
    }
    
    /* —— Responsive —— */
    @media (max-width: 1024px) {
      .qd-cnt-title {
        margin: 0 0 16px !important;
        font-family: Inter, sans-serif !important;
        font-size: 32px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
      }
    }
    
    @media (max-width: 900px) {
      .qd-cnt-row {
        flex-direction: column;
      }
    
      .qd-cnt-left,
      .qd-cnt-right {
        flex: 1 1 auto;
        width: 100%;
        max-width: 100%;
      }
    
      .qd-cnt-left {
        padding: 40px 32px;
      }
    
      .qd-cnt-right {
        padding: 30px;
      }
    
      .qd-cnt-title {
        margin: 0 0 16px !important;
        font-family: Inter, sans-serif !important;
        font-size: 32px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
      }
    
      .qd-cnt-item-title,
      .qd-cnt-guarantee-title {
        margin: 0 0 5px !important;
        font-family: Inter, sans-serif !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        line-height: 1.35 !important;
      }
    
      .qd-cnt-list {
        margin: 0 0 30px !important;
      }
    }
    
    @media (max-width: 767px) {
      .qd-cnt-title {
        margin: 0 0 16px !important;
        font-family: Inter, sans-serif !important;
        font-size: 26px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
      }
    
      .qd-cnt-list {
        gap: 22px;
        margin: 0 0 30px !important;
      }
    
      .qd-cnt-item-title,
      .qd-cnt-guarantee-title {
        margin: 0 0 5px !important;
        font-family: Inter, sans-serif !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        line-height: 1.35 !important;
      }
    
      .qd-cnt-right {
        padding: 30px;
      }
      
      .qd-cnt-section { 
        padding: 0 20px 4rem;
      }
      
      .qd-section-hero,
      #qd-faq-standalone.qd-section-faq{ 
        padding-bottom: 4rem !important;
      }
      
      #qd-faq-standalone .qd-faq-cta, .qd-cnt-right {
        padding: 30px 20px !important;
      }
      
    }
    
    @media (max-width: 480px) {
      .qd-cnt-left {
        padding: 28px 22px;
      }
    
      .qd-cnt-right {
        padding: 30px;
      }
    
      .qd-cnt-title {
        margin: 0 0 16px !important;
        font-family: Inter, sans-serif !important;
        font-size: 26px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
      }
    
      .qd-cnt-item-title,
      .qd-cnt-guarantee-title {
        margin: 0 0 5px !important;
        font-family: Inter, sans-serif !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 1.35 !important;
      }
    
      .qd-cnt-list {
        margin: 0 0 30px !important;
      }
    }

/* 2026-08-12: enlarged social share icons for guide meta-bar row 4 */
.qd-metabar-icon-lg{width:38px !important;height:38px !important;font-size:16px !important;}
.qd-metabar-icon-lg svg{width:18px;height:18px;}

/* 2026-08-12: force a visible gap after every paragraph in guide article bodies, cascade above was inconsistent */
#qd-article-content .qd-narrative-block p,
#qd-article-content .qd-article-body p:not(.not-prose *):not(.not-prose):not(.qd-eyebrow){
  display:block !important;
  margin-top:0 !important;
  margin-bottom:20px !important;
}

/* 2026-08-12: WhatsApp icon as CSS background */
#guide-start a.qd-metabar-icon-wa{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2032%2032%27%20fill%3D%27%234b2e83%27%3E%3Cpath%20d%3D%27M16.004%203C9.376%203%204%208.373%204%2015c0%202.386.7%204.61%201.912%206.48L4%2029l7.72-1.87A11.94%2011.94%200%200%200%2016.004%2027C22.63%2027%2028%2021.627%2028%2015S22.63%203%2016.004%203Zm6.98%2016.646c-.294.827-1.462%201.51-2.394%201.71-.637.135-1.468.243-4.266-.916-3.578-1.48-5.883-5.106-6.063-5.344-.173-.238-1.454-1.936-1.454-3.692%200-1.756.92-2.62%201.246-2.978.294-.322.735-.469%201.16-.469.14%200%20.265.007.378.013.331.014.499.033.717.55.294.7.94%202.44%201.022%202.618.083.178.14.386.028.622-.106.238-.16.386-.318.594-.16.208-.335.463-.478.622-.16.178-.325.371-.14.688.185.317.822%201.36%201.766%202.204%201.212%201.084%202.234%201.42%202.554%201.579.32.16.51.135.7-.08.19-.216.815-.94%201.032-1.264.216-.322.435-.267.734-.16.3.104%201.9.897%202.225%201.059.325.16.542.238.622.372.08.135.08.783-.213%201.61Z%27%2F%3E%3C%2Fsvg%3E") !important;background-repeat:no-repeat !important;background-position:center !important;background-size:60% !important;background-clip:border-box !important;-webkit-background-clip:border-box !important;color:transparent !important;-webkit-text-fill-color:transparent !important;}

/* 2026-08-12 correction: paragraphs are direct children of #qd-article-content, not wrapped in .qd-narrative-block/.qd-article-body as first assumed, the earlier rule targeting those never matched. This one does. */
#qd-article-content p, .qd-narrative-block p, .qd-article-body p{
  display:block !important;
  margin-top:0 !important;
  margin-bottom:22px !important;
}

.qd-avatar-photo{border-radius:50%;background-color:#eee;}

.qd-social-follow-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px;margin-bottom:14px;}
.qd-follow-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px !important;border-radius:999px;border:none !important;cursor:pointer;font-size:14px;font-weight:600;line-height:1;color:#fff !important;text-decoration:none !important;background-image:var(--gradient-cta) !important;background-color:transparent !important;box-shadow:0 4px 14px rgba(148,24,208,.30);transition:transform .15s ease,box-shadow .15s ease;}
.qd-follow-btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(148,24,208,.4);}
.qd-follow-btn svg{flex-shrink:0;}

.qd-author-designation{font-style:italic;font-size:13.5px;letter-spacing:.03em;color:var(--muted-foreground,#6b7280);margin-top:2px;margin-bottom:0;font-weight:500;}
\n/* Insight archive card author avatar (post-info widget) */\n.elementor-post-info .elementor-icon-list-icon{overflow:hidden;border-radius:50%;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;}\n.elementor-post-info .elementor-icon-list-icon img.elementor-avatar{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block;}\n
/* Insights/Guides: TOC sidebar on the right instead of left */
@media (min-width: 1024px) {
  .qd-theme-guides .qd-grid-intro { grid-template-columns: 1fr 280px; }
  .qd-theme-guides .qd-aside-hero { order: 2; }
  .qd-theme-guides .qd-box-summary { order: 1; }
}

/* Migrated blog posts under /insights/: hide the small red chapter eyebrow line above H2s, keep the H2 itself */
.qd-blog-migration .qd-content-section .qd-eyebrow { display: none; }

/* Related Insights module, shown on all /insights/ single posts (guides + migrated blogs) */
.qd-related-section { max-width: 1160px; margin: 3rem auto; padding: 0 1rem; }
.qd-related-heading { font-size: 1.5rem; font-weight: 700; margin-bottom: 1.5rem; }
.qd-related-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 768px) { .qd-related-grid { grid-template-columns: repeat(3, 1fr); } }
.qd-related-card { display: flex; flex-direction: column; gap: 0.5rem; padding: 1.25rem; border: 1px solid rgba(0,0,0,0.08); border-radius: 12px; text-decoration: none; color: inherit; transition: box-shadow 0.2s ease, transform 0.2s ease; }
.qd-related-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.08); transform: translateY(-2px); }
.qd-related-cat { font-size: 11px; text-transform: uppercase; letter-spacing: 0.15em; color: var(--accent); font-weight: 600; }
.qd-related-title { font-size: 1.05rem; font-weight: 700; line-height: 1.35; margin: 0; }
.qd-related-excerpt { font-size: 0.9rem; opacity: 0.75; line-height: 1.5; margin: 0; }
.qd-related-cta { font-size: 0.85rem; font-weight: 600; color: var(--accent); margin-top: auto; }
