*, ::before, ::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:  ;
}

::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)
*/

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

::before,
::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
*/

html,
:host {
  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: DM Sans, ui-sans-serif, system-ui, 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.
*/

body {
  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.
*/

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

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

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

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

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

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

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

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

b,
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.
*/

code,
kbd,
samp,
pre {
  font-family: DM Mono, ui-monospace, monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

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.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

button,
input,
optgroup,
select,
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.
*/

button,
select {
  text-transform: none;
}

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

button,
input:where([type='button']),
input:where([type='reset']),
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.
*/

:-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)
*/

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

::-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.
*/

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

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.
*/

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

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

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

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

: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.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
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)
*/

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

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

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

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.left-0 {
  left: 0px;
}

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}

.aspect-\[4\/6\] {
  aspect-ratio: 4/6;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

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

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

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

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[280px\] {
  width: 280px;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-xs {
  max-width: 20rem;
}

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

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

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

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}

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

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :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));
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.scroll-smooth {
  scroll-behavior: smooth;
}

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

.rounded-2xl {
  border-radius: 1rem;
}

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

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-brand-dark\/\[0\.29\] {
  border-color: rgb(2 60 139 / 0.29);
}

.border-brand-teal {
  --tw-border-opacity: 1;
  border-color: rgb(32 227 235 / var(--tw-border-opacity, 1));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-\[\#E8EEF5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 238 245 / var(--tw-bg-opacity, 1));
}

.bg-beige {
  --tw-bg-opacity: 1;
  background-color: rgb(240 243 248 / var(--tw-bg-opacity, 1));
}

.bg-brand-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(2 60 139 / var(--tw-bg-opacity, 1));
}

.bg-brand-dark\/15 {
  background-color: rgb(2 60 139 / 0.15);
}

.bg-brand-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(32 227 235 / var(--tw-bg-opacity, 1));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-2 {
  padding: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.\!pb-8 {
  padding-bottom: 2rem !important;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

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

.font-heading {
  font-family: League Spartan, ui-sans-serif, system-ui, sans-serif;
}

.font-mono {
  font-family: DM Mono, ui-monospace, monospace;
}

.font-sans {
  font-family: DM Sans, ui-sans-serif, system-ui, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-\[\#222222\] {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.text-\[\#222\] {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.text-\[\#2D2D2D\] {
  --tw-text-opacity: 1;
  color: rgb(45 45 45 / var(--tw-text-opacity, 1));
}

.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.text-brand-600 {
  --tw-text-opacity: 1;
  color: rgb(32 227 235 / var(--tw-text-opacity, 1));
}

.text-brand-dark {
  --tw-text-opacity: 1;
  color: rgb(2 60 139 / var(--tw-text-opacity, 1));
}

.text-brand-teal {
  --tw-text-opacity: 1;
  color: rgb(32 227 235 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

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

.underline-offset-4 {
  text-underline-offset: 4px;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-75 {
  opacity: 0.75;
}

.shadow-\[0_4px_4px_0_rgba\(0\2c 0\2c 0\2c 0\.25\)\2c 0_1px_3px_0_rgba\(0\2c 0\2c 0\2c 0\.10\)\2c 0_1px_2px_-1px_rgba\(0\2c 0\2c 0\2c 0\.10\)\] {
  --tw-shadow: 0 4px 4px 0 rgba(0,0,0,0.25),0 1px 3px 0 rgba(0,0,0,0.10),0 1px 2px -1px rgba(0,0,0,0.10);
  --tw-shadow-colored: 0 4px 4px 0 var(--tw-shadow-color), 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring {
  --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(3px + 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);
}

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

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

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  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;
}

.duration-300 {
  transition-duration: 300ms;
}

/* Reusable components - matches Tailwind config */

/* Breadcrumb navigation */

.breadcrumb-link {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Back / Next nav links (after CTA, after services list) */

.nav-prev-next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav-prev-next-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.2s;
}

.nav-prev-next-link:hover {
  color: #20E3EB;
}

/* Section typography - Headings: League Spartan | Body: DM Sans | Labels: DM Mono */

.section-subheading {
  font-family: 'DM Mono', ui-monospace, monospace;
  font-size: 0.875rem;
  /* 14px */
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.05em;
}

/* Pill/tag above headings: vertical center text */

.section-subheading.inline-flex {
  line-height: 1;
  align-items: center;
  justify-content: center;
}

.digital-subheading {
  color: #222222;
}

.section-heading {
  font-family: 'League Spartan', ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.025em;
  /* Responsive font size */
  font-size: 1.5rem;
  /* 24px - mobile */
}

@media (min-width: 640px) {
  .section-heading {
    font-size: 1.875rem;
    /* 30px - sm */
  }
}

@media (min-width: 1024px) {
  .section-heading {
    font-size: 2.25rem;
    /* 36px - lg */
  }
}

/* All section headings use #222222 (exclude hero via explicit text-white on dark sections) */

.section-heading {
  color: #222222;
}

/* Agitation section: headings on navy bg must be white for contrast */

.bg-brand-dark .section-heading {
  color: #ffffff;
}

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

@media (min-width: 768px) {
  .container-custom {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 1024px) {
  .container-custom {
    padding-left: 64px;
    padding-right: 64px;
  }
}

/* Phone: 48px padding, 96px gap between sections | Tablet+: 64px padding, 128px gap */

.section-wrapper {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (min-width: 640px) {
  .section-wrapper {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media (min-width: 1024px) {
  .section-wrapper {
    padding-top: 112px;
    padding-bottom: 112px;
  }
}

/* Portfolio work section: no extra bottom padding; section-wrapper creates the gap */

.portfolio-work-section {
  padding-bottom: 0;
}

/* Portfolio: minimal gap between portfolio and Case Study on mobile */

.section-wrapper--compact-gap {
  padding-top: 16px;
}

@media (min-width: 640px) {
  .section-wrapper--compact-gap {
    padding-top: 64px;
  }
}

@media (min-width: 1024px) {
  .section-wrapper--compact-gap {
    padding-top: 112px;
  }
}

/* First section below fixed navbar: 8pt grid - 120, 144, 176 */

.page-top-padding {
  padding-top: 120px !important;
}

@media (min-width: 640px) {
  .page-top-padding {
    padding-top: 144px !important;
  }
}

@media (min-width: 1024px) {
  .page-top-padding {
    padding-top: 176px !important;
  }
}

/* Services section: 8pt grid - 48, 80, 96 */

.services-section {
  padding-bottom: 48px;
}

@media (min-width: 640px) {
  .services-section {
    padding-bottom: 80px;
  }
}

@media (min-width: 1024px) {
  .services-section {
    padding-bottom: 96px;
  }
}

.btn-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 32px;
  border-radius: 12px;
  background-color: #023C8B;
  color: white;
  font-weight: 700;
  font-family: 'League Spartan', ui-sans-serif, system-ui, sans-serif;
  white-space: nowrap;
  text-align: center;
  transition: all 300ms ease-in-out;
}

.btn-primary:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  background-color: #20E3EB;
  color: #023C8B;
}

.btn-nav-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 32px;
  border-radius: 12px;
  background-color: #023C8B;
  color: white;
  font-weight: 700;
  font-family: 'League Spartan', ui-sans-serif, system-ui, sans-serif;
  white-space: nowrap;
  text-align: center;
  transition: all 300ms ease-in-out;
}

.btn-nav-cta:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  background-color: #20E3EB;
  color: #023C8B;
}

.btn-secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 32px;
  border-radius: 12px;
  border: 1.5px solid #023C8B;
  color: #023C8B;
  font-weight: 700;
  font-family: 'League Spartan', ui-sans-serif, system-ui, sans-serif;
  white-space: nowrap;
  text-align: center;
  background: transparent;
  transition: all 300ms ease-in-out;
}

.btn-secondary:hover {
  transform: scale(1.03);
  border-color: #20E3EB;
  color: #20E3EB;
  background-color: transparent;
}

.btn-secondary-teal {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 32px;
  border-radius: 12px;
  border: 1.5px solid #20E3EB;
  color: #20E3EB;
  font-weight: 700;
  font-family: 'League Spartan', ui-sans-serif, system-ui, sans-serif;
  white-space: nowrap;
  text-align: center;
  background: transparent;
  transition: all 300ms ease-in-out;
}

.btn-secondary-teal:hover {
  transform: scale(1.03);
  background-color: #20E3EB;
  color: #023C8B;
}

/* CTA consultation card: dark blue card with high-contrast teal button */

.cta-consultation-card {
  background-color: #023C8B;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: none;
}

@media (min-width: 1024px) {
  .cta-consultation-card {
    padding: 3rem;
  }
}

.cta-consultation-card .cta-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(32, 227, 235, 0.7);
  color: #20E3EB;
  font-family: 'DM Mono', ui-monospace, monospace;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}

.cta-consultation-card .cta-heading {
  font-family: 'League Spartan', ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.025em;
  color: white;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .cta-consultation-card .cta-heading {
    font-size: 1.875rem;
  }
}

@media (min-width: 1024px) {
  .cta-consultation-card .cta-heading {
    font-size: 2.25rem;
  }
}

.cta-consultation-card .cta-description {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.125rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

/* High-contrast primary button for CTA card: teal bg, dark text */

.btn-cta-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 32px;
  border-radius: 12px;
  background-color: #20E3EB;
  color: #023C8B;
  font-weight: 700;
  font-family: 'League Spartan', ui-sans-serif, system-ui, sans-serif;
  white-space: nowrap;
  text-align: center;
  transition: all 300ms ease-in-out;
}

.btn-cta-primary:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.15), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  background-color: #3aecf3;
  color: #023C8B;
}

/* Agitation section CTA: white text, navy bg, cyan border (for use on dark navy backgrounds) */

.btn-agitation-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 32px;
  border-radius: 12px;
  background-color: #023C8B;
  color: white;
  border: 2px solid #20E3EB;
  font-weight: 700;
  font-family: 'League Spartan', ui-sans-serif, system-ui, sans-serif;
  white-space: nowrap;
  text-align: center;
  transition: all 300ms ease-in-out;
}

.btn-agitation-cta:hover {
  transform: scale(1.03);
  background-color: #20E3EB;
  color: #023C8B;
  border-color: #20E3EB;
}

/* Ensure button text never wraps on narrow screens - reduce padding when needed */

@media (max-width: 380px) {
  .btn-primary,
  .btn-nav-cta,
  .btn-secondary,
  .btn-secondary-teal,
  .btn-agitation-cta,
  .btn-cta-primary {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.card {
  background: white;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.05), 0 1px 2px -1px rgb(0 0 0 / 0.05);
  transition: all 300ms ease-in-out;
}

.card:hover {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.08), 0 2px 4px -2px rgb(0 0 0 / 0.05);
  transform: translateY(-4px);
}

/* Scroll reveal - sections fade in, translate from 20px down, 500ms */

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 500ms ease-out, transform 500ms ease-out;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-100 {
  transition-delay: 100ms;
}

.reveal-delay-200 {
  transition-delay: 200ms;
}

.reveal-delay-300 {
  transition-delay: 300ms;
}

/* Smooth scroll */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
}

/* Portfolio work page: unified card system
   All cards share: outer mat 16px radius, 12px/16px padding, inner content 12px radius */

.portfolio-card-left-mat,
.portfolio-card-right-frame {
  background: white;
  border-radius: 16px;
  padding: 12px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.05), 0 1px 2px -1px rgb(0 0 0 / 0.05);
}

/* Teal corner accent - image cards only (Design: Brand Guidelines, Social Templates, Listing Flyers, News paper)
   Positioned at outer card edge like home page process-img-frame-accent */

.portfolio-card-left-mat--image {
  position: relative;
}

.portfolio-card-left-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: #023C8B;
  border-radius: 0 16px 0 0;
  z-index: 2;
  pointer-events: none;
}

.portfolio-card-left-mat--accent-top-left .portfolio-card-left-accent {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  border-radius: 16px 0 0 0;
}

.portfolio-card-left-mat--accent-bottom-right .portfolio-card-left-accent {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  border-radius: 0 0 16px 0;
}

.portfolio-card-left-mat--accent-bottom-left .portfolio-card-left-accent {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  border-radius: 0 0 0 16px;
}

.portfolio-card-left-inner {
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  background: #374151;
}

.portfolio-card-left-inner img {
  display: block;
}

/* Bare cards: no mat, no outer box, no accents - image stands alone */

.portfolio-card-bare {
  display: block;
  width: 100%;
}

.portfolio-card-bare-inner {
  overflow: hidden;
  border-radius: 12px;
  background: transparent;
  width: 100%;
}

.portfolio-card-bare-inner--square {
  aspect-ratio: 4 / 3;
}

.portfolio-card-bare-inner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.5);
  transform-origin: center center;
}

/* Square cards for Brand Guidelines (Design/Digital) */

.portfolio-card-left-inner--square {
  aspect-ratio: 1 / 1;
}

/* Full-width card for Social Templates (Design/Digital) */

.portfolio-card-left-inner--wide {
  aspect-ratio: 21 / 9;
}

@media (max-width: 639px) {
  .portfolio-card-left-inner--wide {
    aspect-ratio: 16 / 9;
  }
}

/* Taller wide cards for Listing Flyers + Magazine (Print) - matches video card 4:3 for consistency */

.portfolio-card-left-inner--wide-tall {
  aspect-ratio: 4 / 3;
}

/* Video embed: 16:9 for long-form */

.portfolio-card-left-inner--video {
  aspect-ratio: 4 / 3;
  position: relative;
  background: transparent;
  overflow: hidden;
  border-radius: 8px;
}

.portfolio-card-left-inner--video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

/* Portfolio card custom elements (grid children) */

portfolio-card-left,
portfolio-card-right {
  display: block;
}

/* Right card: beige border, teal accent top-right, video placeholder (portrait) */

.portfolio-card-right {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.portfolio-card-right-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}

.portfolio-card-right-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.portfolio-card-right-accent {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 48px;
  height: 48px;
  background: #20E3EB;
  border-radius: 12px;
  z-index: 2;
}

.portfolio-card-right-media {
  position: relative;
  aspect-ratio: 9 / 16;
  max-height: 420px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: none !important;
}

/* Right card video (long-form): 8px radius on video */

.portfolio-card-right-media--video {
  aspect-ratio: 4 / 3;
  max-height: none;
  width: 100%;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.portfolio-card-right-video-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.portfolio-card-right-video-wrap iframe,
.portfolio-card-right-media--video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
}

/* Short form: left 4:5 (125%), left/right 9:16 (177.78%) */

.portfolio-card-left-inner--shortform-4x5,
.portfolio-card-left-inner--shortform-9x16 {
  background: transparent;
}

.portfolio-card-left-inner--shortform-4x5 {
  aspect-ratio: 4 / 5;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.portfolio-card-left-inner--shortform-4x5 iframe,
.portfolio-card-left-inner--shortform-9x16 iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
}

.portfolio-card-left-inner--shortform-9x16 {
  aspect-ratio: 9 / 16;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.portfolio-card-right-media--shortform {
  aspect-ratio: 9 / 16;
  max-height: none;
  width: 100%;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.portfolio-card-right-media--shortform .portfolio-card-right-video-wrap {
  border-radius: 8px;
}

/* Short Form cards: explicit left/right mat padding (12px mobile, 16px 640px+) */

.shortform-grid .portfolio-card-left-mat,
.shortform-grid .portfolio-card-right-frame {
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 640px) {
  .shortform-grid .portfolio-card-left-mat,
  .shortform-grid .portfolio-card-right-frame {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Laptop/short viewports: reduce aspect ratios + equal column widths */

@media (min-width: 1024px) and (max-height: 900px) {
  .shortform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shortform-grid > * {
    min-width: 0;
  }

  /* Make cards fill their column - full chain */

  .shortform-grid .portfolio-card-left,
  .shortform-grid .portfolio-card-right {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .shortform-grid .portfolio-card-left-mat,
  .shortform-grid .portfolio-card-right-frame {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .shortform-grid .portfolio-card-left-inner,
  .shortform-grid .portfolio-card-right-media {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .shortform-grid .portfolio-card-left-inner--shortform-4x5,
  .shortform-grid .portfolio-card-right-media--shortform {
    width: 100%;
    max-width: 100%;
  }

  .portfolio-card-left-inner--shortform-4x5 {
    aspect-ratio: 1 / 1;
  }

  .portfolio-card-right-media--shortform {
    aspect-ratio: 3 / 4;
  }
}

@media (min-width: 1024px) and (max-height: 800px) {
  .portfolio-card-left-inner--shortform-4x5 {
    aspect-ratio: 4 / 3;
  }

  .portfolio-card-right-media--shortform {
    aspect-ratio: 1 / 1;
  }
}

@media (min-width: 640px) {
  .portfolio-card-left-mat,
  .portfolio-card-right-frame {
    padding: 16px;
  }

  .portfolio-card-right-accent {
    width: 56px;
    height: 56px;
  }
}

@media (min-width: 1024px) {
  .portfolio-card-right-accent {
    width: 64px;
    height: 64px;
  }
}

/* Reusable content carousel - film-strip pattern (same as testimonial) */

.content-carousel-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
}

[data-content-carousel-track] {
  display: flex;
  align-items: flex-start;
  will-change: transform;
  transition: transform 700ms cubic-bezier(0.33, 1, 0.68, 1);
}

[data-content-carousel-slide] {
  flex-shrink: 0;
  min-width: 0;
}

.content-carousel-tab {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  transition: color 0.25s ease;
  padding: 0;
}

.content-carousel-tab:hover {
  color: #20E3EB;
}

.content-carousel-tab--active {
  color: #20E3EB;
  font-weight: 600;
}

/* Category-level tabs: pill style (Content system | Design) - same radius as secondary CTAs (12px) */

.content-carousel-tab--pill {
  padding: 0.5rem 1rem;
  border-radius: 12px;
  border: 1px solid currentColor;
  background: transparent;
  color: #475569;
}

.content-carousel-tab--pill:hover {
  border-color: #20E3EB;
  color: #20E3EB;
}

.content-carousel-tab--pill.content-carousel-tab--active {
  border-color: #20E3EB;
  background: transparent;
  color: #20E3EB;
}

/* Horizontal separator between category tabs and content - body text color, 1px, low opacity */

.portfolio-tab-separator {
  height: 1px;
  width: 100%;
  background: rgba(51, 65, 85, 0.25);
  border-radius: 1px;
}

/* Services section - expandable entries, ellipsis inside low-opacity line */

.service-entry {
  border-bottom: 1px solid transparent;
}

.service-header {
  cursor: pointer;
  outline: none;
  transition: background-color 0.2s ease;
}

.service-header:hover,
.service-header:focus-visible {
  background-color: rgba(0, 0, 0, 0.02);
}

/* Line below each service entry - navy to match services brand color */

.service-line {
  height: 1px;
  width: 100%;
  background: rgba(2, 60, 139, 0.25);
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.service-entry.is-expanded .service-line {
  opacity: 0.6;
}

/* Smooth unfold/fold using grid for fluid height animation */

.service-expanded {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-entry.is-expanded .service-expanded {
  grid-template-rows: 1fr;
}

.service-expanded > * {
  overflow: hidden;
}

.service-expanded-inner {
  padding: 1.25rem 0 1.5rem 1rem;
  border-left: 3px solid rgba(2, 60, 139, 0.3);
  margin-left: 0.25rem;
}

/* Services page: list items + View More/Less toggle */

.services-list-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 0;
  min-height: 2.75rem;
}

@media (min-width: 640px) {
  .services-list-item {
    gap: 1rem;
    padding: 0.75rem 0;
    min-height: 3rem;
  }
}

.services-list-item > span:last-child {
  min-width: 0;
  word-wrap: break-word;
}

.service-list-line {
  height: 1px;
  width: 100%;
  background: rgba(32, 227, 235, 0.3);
}

.services-list-wrapper[data-services-list] .services-list-inner {
  display: flex;
  flex-direction: column;
}

.services-list-extra {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.services-list-wrapper.is-expanded .services-list-extra {
  grid-template-rows: 1fr;
}

.services-list-extra-inner {
  overflow: hidden;
}

/* Implementation Timeline - dots + vertical connecting lines */

.timeline-list {
  width: 100%;
}

.timeline-list .timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 2rem;
}

.timeline-list .timeline-item .timeline-content {
  padding-top: 2px;
  min-width: 0;
  flex: 1;
}

.timeline-list .timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-list .timeline-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.timeline-list .timeline-marker .timeline-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
}

.timeline-list .timeline-marker .timeline-dot--active {
  background-color: #20E3EB;
}

.timeline-list .timeline-marker .timeline-dot--inactive {
  background-color: #cbd5e1;
}

.timeline-list .timeline-marker .timeline-line {
  width: 1px;
  min-height: 2.25rem;
  margin-top: 0.375rem;
  flex-grow: 1;
}

.timeline-list .timeline-marker .timeline-line--active {
  background-color: #20E3EB;
}

.timeline-list .timeline-marker .timeline-line--inactive {
  background-color: #e2e8f0;
}

.timeline-list .timeline-item:last-child .timeline-line {
  display: none;
}

/* FAQ accordion cards - white, rounded, soft shadow */

.faq-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

/* FAQ chevron rotation - matches service expand & buttons (cubic-bezier(0.4, 0, 0.2, 1), 400ms) */

.faq-chevron {
  display: inline-flex;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* FAQ expanded state - use faq-open only so we control animation (not [open]) */

.faq-card.faq-open .faq-chevron {
  transform: rotate(180deg);
}

/* FAQ content expand/collapse - same easing as service-expanded */

.faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-card.faq-open .faq-content {
  grid-template-rows: 1fr;
}

.faq-content-inner {
  overflow: hidden;
}

/* Hide native details triangle - we use custom chevron */

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

/* Focus ring for accessibility */

a:focus-visible,
button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #20E3EB;
}

/* Mobile menu - slide + fade (400ms, same easing as FAQ/service expand) */

#mobile-menu {
  transition: opacity 400ms cubic-bezier(0.4, 0, 0.2, 1),
              transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

#mobile-menu.mobile-menu--closed {
  opacity: 0;
  transform: translateX(100%);
  pointer-events: none;
}

#mobile-menu:not(.mobile-menu--closed) {
  opacity: 1;
  transform: translateX(0);
}

/* Quick close when nav link is clicked (shorter than X-button close) */

#mobile-menu.mobile-menu--instant-close {
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1),
              transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* Testimonial carousel - smooth, soothing slide with refined easing
   Track width and slide size set via --slide-count (JS) for any number of slides */

[data-testimonial-track] {
  display: flex;
  width: calc(100% * var(--slide-count, 3));
  will-change: transform;
  transition: transform 700ms cubic-bezier(0.33, 1, 0.68, 1);
}

[data-testimonial-track] [data-testimonial-slide] {
  flex: 0 0 calc(100% / var(--slide-count, 3));
  min-width: calc(100% / var(--slide-count, 3));
}

/* Larger gap between testimonials on small screens - prevents adjacent content from bleeding in */

@media (max-width: 1023px) {
  [data-testimonial-track] [data-testimonial-slide] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* Infinite marquee - logos scroll right-to-left continuously */

.marquee-wrapper {
  position: relative;
  width: 100%;
}

.marquee-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 25s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Portfolio Carousel: bare images scrolling right-to-left
   Consistent 12px radius site-wide for cards/content (matches button, FAQ, process) */

.portfolio-carousel-marquee {
  position: relative;
  width: 100%;
}

.portfolio-carousel-marquee-track {
  width: -moz-max-content;
  width: max-content;
  animation: marquee 30s linear infinite;
}

.portfolio-carousel-marquee-item {
  border-radius: 12px;
  overflow: hidden;
  isolation: isolate;
}

.portfolio-carousel-marquee-item img {
  border-radius: 12px;
  display: block;
}

/* Social Templates: bare images scrolling left-to-right
   Same 12px radius as Carousels for consistency */

.portfolio-social-marquee {
  position: relative;
  width: 100%;
}

.portfolio-social-marquee-track {
  width: -moz-max-content;
  width: max-content;
  animation: marquee-reverse 30s linear infinite;
}

.portfolio-social-marquee-item {
  border-radius: 12px;
  overflow: hidden;
  isolation: isolate;
}

.portfolio-social-marquee-item img {
  border-radius: 12px;
  display: block;
}

/* Print section: bare images (no card) — matches carousel/social template treatment.
   No fixed aspect-ratio = no clipping; image dictates height. */

.portfolio-print-image {
  border-radius: 12px;
  overflow: hidden;
}

.portfolio-print-image img {
  border-radius: 12px;
  display: block;
}

@keyframes marquee-reverse {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/* Process section image frame - white frame + teal L-shaped accent + soft shadow */

.process-img-frame {
  position: relative;
  display: block;
  overflow: visible;
}

/* Navy L-shaped accent - overlays top-right corner, creates "wrapped" look */

.process-img-frame-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: #023C8B;
  border-radius: 0 12px 0 0;
  z-index: 2;
}

/* Alternate: navy accent at bottom-left for visual variety */

.process-img-frame.process-img-frame--alt .process-img-frame-accent {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  border-radius: 0 0 0 12px;
}

/* White inner frame - soft grey shadow, padding for image whitespace */

.process-img-frame-inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
  background: white;
  padding: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.06);
  display: flex;
}

.process-img-frame-inner picture,
.process-img-frame-inner img {
  width: 100%;
  height: 100%;
  flex: 1;
  min-height: 0;
  display: block;
}

.process-img-frame-inner img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 6px;
}

/* Optimize image scaling on all devices */

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

/* Mobile-first: full-width images & illustrations */

@media (max-width: 1023px) {
  .section-img-wrapper {
    width: 100%;
  }

  .hero-image-block {
    width: 100%;
  }

  .hero-img {
    width: 100%;
    max-width: 100%;
  }

  .about-img-wrapper {
    width: 100%;
  }

  /* Process phases: stack consistently, full-width images */

  .process-img-frame {
    width: 100%;
  }
}

/* Reduce gaps on small screens for tighter layout */

@media (max-width: 639px) {
  .container-custom {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Custom scrollbar */

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f8fafc;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* ===== BOOKING PAGE: Strategy Call Application ===== */

.booking-form-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(2, 60, 139, 0.1);
  box-shadow: 0 12px 48px rgba(2, 60, 139, 0.08);
  padding: 40px;
}

.booking-form-section {
  margin-bottom: 32px;
}

.booking-form-section:last-of-type {
  margin-bottom: 0;
}

.booking-section-title {
  font-family: 'League Spartan', ui-sans-serif, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.booking-section-subtitle {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 24px;
}

.booking-form-group {
  margin-bottom: 24px;
}

.booking-form-group:last-child {
  margin-bottom: 0;
}

.booking-form-label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 8px;
}

.booking-form-label .required {
  color: #20E3EB;
  margin-left: 4px;
}

.booking-form-sublabel {
  font-size: 13px;
  color: #94a3b8;
  margin-bottom: 8px;
  display: block;
}

.booking-form-input,
.booking-form-select,
.booking-form-textarea {
  width: 100%;
  padding: 12px 16px;
  font-family: 'DM Sans', ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  transition: all 0.2s;
}

.booking-form-input:focus,
.booking-form-select:focus,
.booking-form-textarea:focus {
  outline: none;
  border-color: #20E3EB;
  box-shadow: 0 0 0 3px rgba(32, 227, 235, 0.12);
}

.booking-form-textarea {
  min-height: 100px;
  resize: vertical;
}

.booking-form-select {
  cursor: pointer;
}

.booking-radio-group,
.booking-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.booking-radio-option,
.booking-checkbox-option {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  transition: all 0.2s;
}

.booking-radio-option:hover,
.booking-checkbox-option:hover {
  border-color: #20E3EB;
  background: rgba(32, 227, 235, 0.04);
}

.booking-radio-option input,
.booking-checkbox-option input {
  margin-right: 12px;
  margin-top: 4px;
  cursor: pointer;
  flex-shrink: 0;
}

.booking-radio-option label,
.booking-checkbox-option label {
  cursor: pointer;
  font-size: 15px;
  color: #334155;
}

.booking-budget-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
}

.booking-budget-option {
  position: relative;
}

.booking-budget-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.booking-budget-card {
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}

.booking-budget-option input:checked ~ .booking-budget-card {
  border-color: #20E3EB;
  background: rgba(32, 227, 235, 0.08);
}

.booking-budget-card:hover {
  border-color: #13969F;
}

.booking-budget-card .amount {
  font-family: 'League Spartan', ui-sans-serif, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #023C8B;
  display: block;
}

.booking-budget-card .label {
  font-size: 12px;
  color: #64748b;
  margin-top: 4px;
}

.booking-submit-btn {
  width: 100%;
  padding: 16px 32px;
  font-family: 'League Spartan', ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  background: #023C8B;
  color: #fff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 32px;
}

.booking-submit-btn:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 24px rgba(32, 227, 235, 0.35);
  background: #20E3EB;
  color: #023C8B;
}

.booking-submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.booking-submit-btn:disabled:hover {
  transform: none;
  box-shadow: none;
}

.booking-success-message {
  display: none;
  text-align: center;
  padding: 48px 40px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(2, 60, 139, 0.1);
  box-shadow: 0 12px 48px rgba(2, 60, 139, 0.08);
}

.booking-success-message.show {
  display: block;
}

.booking-success-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #023C8B, #20E3EB);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 32px;
  color: #fff;
}

.booking-success-title {
  font-family: 'League Spartan', ui-sans-serif, system-ui, sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #222222;
  margin-bottom: 16px;
}

.booking-success-text {
  font-size: 16px;
  color: #64748b;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .booking-form-card {
    padding: 32px 24px;
  }

  .booking-budget-grid {
    grid-template-columns: 1fr 1fr;
  }

  .booking-success-message {
    padding: 32px 24px;
  }
}

/* Booking wizard: stepper, step visibility, footer nav */

.booking-wizard-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(2, 60, 139, 0.1);
  box-shadow: 0 12px 48px rgba(2, 60, 139, 0.08);
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.booking-step {
  display: none;
  animation: booking-step-in 0.3s ease-out;
}

.booking-step.is-active {
  display: block;
}

@keyframes booking-step-in {
  from {
    opacity: 0;
    transform: translateX(8px);
  }

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

.booking-wizard-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e2e8f0;
}

.booking-stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
}

.booking-stepper-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e2e8f0;
  transition: all 0.2s;
}

.booking-stepper-dot.is-active {
  background: #023C8B;
  transform: scale(1.2);
}

.booking-stepper-dot.is-complete {
  background: #20E3EB;
}

.booking-wizard-back {
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 600;
  color: #64748b;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.2s;
  font-family: 'DM Sans', ui-sans-serif, system-ui, sans-serif;
}

.booking-wizard-back:hover:not(:disabled) {
  color: #023C8B;
  background: rgba(2, 60, 139, 0.06);
}

.booking-wizard-back:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.booking-wizard-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 32px;
  border-radius: 12px;
  background-color: #023C8B;
  color: white;
  font-weight: 700;
  font-family: 'League Spartan', ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

.booking-wizard-next:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.booking-step-5 .booking-wizard-footer .booking-stepper {
  flex: unset;
}

.hover\:bg-brand-teal:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(32 227 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.hover\:text-brand-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(2 60 139 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-dark\/80:hover {
  color: rgb(2 60 139 / 0.8);
}

.hover\:text-slate-900:hover {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:aspect-\[380\/300\] {
    aspect-ratio: 380/300;
  }

  .sm\:min-h-\[320px\] {
    min-height: 320px;
  }

  .sm\:min-h-\[360px\] {
    min-height: 360px;
  }

  .sm\:w-\[320px\] {
    width: 320px;
  }

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

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

  .sm\:flex-row {
    flex-direction: row;
  }

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

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

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

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

  .md\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-36 {
    top: 9rem;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }

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

  .lg\:min-h-\[588px\] {
    min-height: 588px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:max-w-\[380px\] {
    max-width: 380px;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

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

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(0\2c 1fr\)\] {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  }

  .lg\:flex-row {
    flex-direction: row;
  }

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

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}
