@font-face {
  font-family: 'Tajawal';
  src: local('Tajawal Regular'), local('Tajawal-Regular'),
    url('../fonts/tajawal/tajawal-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tajawal';
  src: local('Tajawal Medium'), local('Tajawal-Medium'),
    url('../fonts/tajawal/tajawal-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tajawal';
  src: local('Tajawal Bold'), local('Tajawal-Bold'),
    url('../fonts/tajawal/tajawal-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tajawal';
  src: local('Tajawal ExtraBold'), local('Tajawal-ExtraBold'),
    url('../fonts/tajawal/tajawal-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: local('Manrope Variable'), local('Manrope'),
    url('../fonts/manrope/manrope-variable.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

*, ::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: Tajawal, 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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 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;
}

body{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  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: 300ms;
}

body:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}

.\!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;
  }
}

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

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.-inset-1{
  inset: -0.25rem;
}

.-inset-4{
  inset: -1rem;
}

.inset-0{
  inset: 0px;
}

.-bottom-10{
  bottom: -2.5rem;
}

.-bottom-24{
  bottom: -6rem;
}

.-bottom-40{
  bottom: -10rem;
}

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

.-left-10{
  left: -2.5rem;
}

.-left-12{
  left: -3rem;
}

.-left-24{
  left: -6rem;
}

.-left-40{
  left: -10rem;
}

.-left-8{
  left: -2rem;
}

.-right-10{
  right: -2.5rem;
}

.-right-12{
  right: -3rem;
}

.-right-24{
  right: -6rem;
}

.-right-40{
  right: -10rem;
}

.-right-8{
  right: -2rem;
}

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

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

.-top-24{
  top: -6rem;
}

.-top-40{
  top: -10rem;
}

.-top-5{
  top: -1.25rem;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

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

.left-1\/4{
  left: 25%;
}

.right-0{
  right: 0px;
}

.right-1\/4{
  right: 25%;
}

.top-0{
  top: 0px;
}

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

.top-12{
  top: 3rem;
}

.top-32{
  top: 8rem;
}

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

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

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

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-full{
  grid-column: 1 / -1;
}

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

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.-mb-20{
  margin-bottom: -5rem;
}

.-ml-20{
  margin-left: -5rem;
}

.-mr-20{
  margin-right: -5rem;
}

.-mt-20{
  margin-top: -5rem;
}

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

.mb-10{
  margin-bottom: 2.5rem;
}

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

.mb-14{
  margin-bottom: 3.5rem;
}

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

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

.mb-20{
  margin-bottom: 5rem;
}

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

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

.mb-5{
  margin-bottom: 1.25rem;
}

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

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

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

.ml-2{
  margin-left: 0.5rem;
}

.ml-3{
  margin-left: 0.75rem;
}

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

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

.mt-1\.5{
  margin-top: 0.375rem;
}

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

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

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

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

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

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

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

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

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

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[21\/9\]{
  aspect-ratio: 21/9;
}

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

.aspect-square{
  aspect-ratio: 1 / 1;
}

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

.h-1{
  height: 0.25rem;
}

.h-1\.5{
  height: 0.375rem;
}

.h-1\/4{
  height: 25%;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

.h-2\.5{
  height: 0.625rem;
}

.h-2\/5{
  height: 40%;
}

.h-20{
  height: 5rem;
}

.h-3{
  height: 0.75rem;
}

.h-3\.5{
  height: 0.875rem;
}

.h-3\/5{
  height: 60%;
}

.h-32{
  height: 8rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-5\/6{
  height: 83.333333%;
}

.h-6{
  height: 1.5rem;
}

.h-64{
  height: 16rem;
}

.h-7{
  height: 1.75rem;
}

.h-72{
  height: 18rem;
}

.h-8{
  height: 2rem;
}

.h-80{
  height: 20rem;
}

.h-96{
  height: 24rem;
}

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

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

.h-\[30rem\]{
  height: 30rem;
}

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

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-px{
  height: 1px;
}

.max-h-0{
  max-height: 0px;
}

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

.min-h-\[85vh\]{
  min-height: 85vh;
}

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

.w-1{
  width: 0.25rem;
}

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

.w-1\/3{
  width: 33.333333%;
}

.w-1\/4{
  width: 25%;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-2{
  width: 0.5rem;
}

.w-2\.5{
  width: 0.625rem;
}

.w-2\/3{
  width: 66.666667%;
}

.w-3{
  width: 0.75rem;
}

.w-3\.5{
  width: 0.875rem;
}

.w-32{
  width: 8rem;
}

.w-4{
  width: 1rem;
}

.w-4\/5{
  width: 80%;
}

.w-5{
  width: 1.25rem;
}

.w-5\/6{
  width: 83.333333%;
}

.w-6{
  width: 1.5rem;
}

.w-64{
  width: 16rem;
}

.w-7{
  width: 1.75rem;
}

.w-72{
  width: 18rem;
}

.w-8{
  width: 2rem;
}

.w-80{
  width: 20rem;
}

.w-96{
  width: 24rem;
}

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

.w-\[30rem\]{
  width: 30rem;
}

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

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

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

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

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

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

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

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

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

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

.min-w-max{
  min-width: -moz-max-content;
  min-width: max-content;
}

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

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

.max-w-4xl{
  max-width: 56rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-7xl{
  max-width: 80rem;
}

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

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

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

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

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

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

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

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

.border-collapse{
  border-collapse: collapse;
}

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

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

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

.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 bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce{
  animation: bounce 1s infinite;
}

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

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

.animate-marquee{
  animation: marquee 30s linear infinite;
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

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

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

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

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

.grid-cols-7{
  grid-template-columns: repeat(7, 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;
}

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

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

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-14{
  gap: 3.5rem;
}

.gap-16{
  gap: 4rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-20{
  gap: 5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-32{
  gap: 8rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

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

.space-y-1\.5 > :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));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-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-5 > :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));
}

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

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

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

.overflow-hidden{
  overflow: hidden;
}

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

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

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

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

.rounded{
  border-radius: 0.25rem;
}

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

.rounded-3xl{
  border-radius: 1.5rem;
}

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

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

.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

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

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

.border{
  border-width: 1px;
}

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

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

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

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

.border-r{
  border-right-width: 1px;
}

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

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

.border-dashed{
  border-style: dashed;
}

.border-accent-100{
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.border-accent-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.border-accent-400{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.border-accent-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-accent-500\/10{
  border-color: rgb(59 130 246 / 0.1);
}

.border-accent-500\/20{
  border-color: rgb(59 130 246 / 0.2);
}

.border-accent-500\/30{
  border-color: rgb(59 130 246 / 0.3);
}

.border-accent-500\/40{
  border-color: rgb(59 130 246 / 0.4);
}

.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.border-cyan-500\/30{
  border-color: rgb(6 182 212 / 0.3);
}

.border-emerald-100{
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}

.border-emerald-200\/50{
  border-color: rgb(167 243 208 / 0.5);
}

.border-emerald-500{
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.border-emerald-500\/10{
  border-color: rgb(16 185 129 / 0.1);
}

.border-emerald-500\/20{
  border-color: rgb(16 185 129 / 0.2);
}

.border-emerald-500\/30{
  border-color: rgb(16 185 129 / 0.3);
}

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-100\/50{
  border-color: rgb(243 244 246 / 0.5);
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-200\/50{
  border-color: rgb(229 231 235 / 0.5);
}

.border-gray-200\/80{
  border-color: rgb(229 231 235 / 0.8);
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-50{
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}

.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.border-orange-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}

.border-primary-950{
  --tw-border-opacity: 1;
  border-color: rgb(24 34 45 / var(--tw-border-opacity, 1));
}

.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.border-rose-100{
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}

.border-rose-200\/50{
  border-color: rgb(254 205 211 / 0.5);
}

.border-rose-500{
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}

.border-rose-500\/30{
  border-color: rgb(244 63 94 / 0.3);
}

.border-slate-700\/50{
  border-color: rgb(51 65 85 / 0.5);
}

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

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

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

.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/15{
  border-color: rgb(255 255 255 / 0.15);
}

.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/5{
  border-color: rgb(255 255 255 / 0.05);
}

.border-white\/50{
  border-color: rgb(255 255 255 / 0.5);
}

.bg-accent-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-accent-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.bg-accent-400\/10{
  background-color: rgb(96 165 250 / 0.1);
}

.bg-accent-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-accent-50\/50{
  background-color: rgb(239 246 255 / 0.5);
}

.bg-accent-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-accent-500\/10{
  background-color: rgb(59 130 246 / 0.1);
}

.bg-accent-500\/20{
  background-color: rgb(59 130 246 / 0.2);
}

.bg-accent-500\/30{
  background-color: rgb(59 130 246 / 0.3);
}

.bg-accent-500\/5{
  background-color: rgb(59 130 246 / 0.05);
}

.bg-accent-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-accent-900{
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-cyan-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}

.bg-cyan-500{
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}

.bg-cyan-500\/20{
  background-color: rgb(6 182 212 / 0.2);
}

.bg-emerald-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.bg-emerald-400{
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}

.bg-emerald-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.bg-emerald-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.bg-emerald-500\/10{
  background-color: rgb(16 185 129 / 0.1);
}

.bg-emerald-500\/20{
  background-color: rgb(16 185 129 / 0.2);
}

.bg-emerald-600{
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-50\/80{
  background-color: rgb(249 250 251 / 0.8);
}

.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(228 232 236 / var(--tw-bg-opacity, 1));
}

.bg-primary-300\/10{
  background-color: rgb(167 184 197 / 0.1);
}

.bg-primary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 248 / var(--tw-bg-opacity, 1));
}

.bg-primary-50\/30{
  background-color: rgb(244 246 248 / 0.3);
}

.bg-primary-50\/50{
  background-color: rgb(244 246 248 / 0.5);
}

.bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(92 120 143 / var(--tw-bg-opacity, 1));
}

.bg-primary-800{
  --tw-bg-opacity: 1;
  background-color: rgb(40 56 72 / var(--tw-bg-opacity, 1));
}

.bg-primary-900{
  --tw-bg-opacity: 1;
  background-color: rgb(37 50 64 / var(--tw-bg-opacity, 1));
}

.bg-primary-950\/20{
  background-color: rgb(24 34 45 / 0.2);
}

.bg-primary-950\/30{
  background-color: rgb(24 34 45 / 0.3);
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

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

.bg-rose-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}

.bg-rose-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}

.bg-rose-500{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}

.bg-rose-500\/10{
  background-color: rgb(244 63 94 / 0.1);
}

.bg-rose-500\/20{
  background-color: rgb(244 63 94 / 0.2);
}

.bg-rose-600{
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}

.bg-rose-600\/35{
  background-color: rgb(225 29 72 / 0.35);
}

.bg-rose-600\/50{
  background-color: rgb(225 29 72 / 0.5);
}

.bg-rose-600\/70{
  background-color: rgb(225 29 72 / 0.7);
}

.bg-rose-600\/90{
  background-color: rgb(225 29 72 / 0.9);
}

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

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

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

.bg-slate-950{
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}

.bg-slate-950\/60{
  background-color: rgb(2 6 23 / 0.6);
}

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

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

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

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

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

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

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

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

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

.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.bg-\[url\(\'data\:image\/svg\+xml\;base64\2c PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI\+PGNpcmNsZSBjeD0iMiIgY3k9IjIiIHI9IjEiIGZpbGw9InJnYmEoMTU2LDE2MywxNzUsMC4wNSkiLz48L3N2Zz4\=\'\)\]{
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGNpcmNsZSBjeD0iMiIgY3k9IjIiIHI9IjEiIGZpbGw9InJnYmEoMTU2LDE2MywxNzUsMC4wNSkiLz48L3N2Zz4=');
}

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

.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.from-accent-400{
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-500{
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-500\/10{
  --tw-gradient-from: rgb(59 130 246 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-600{
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800{
  --tw-gradient-from: #283848 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 56 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/60{
  --tw-gradient-from: rgb(37 50 64 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 50 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-400{
  --tw-gradient-from: #fb7185 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/50{
  --tw-gradient-from: rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-accent-600{
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}

.to-cyan-300{
  --tw-gradient-to: #67e8f9 var(--tw-gradient-to-position);
}

.to-indigo-300{
  --tw-gradient-to: #a5b4fc var(--tw-gradient-to-position);
}

.to-primary-500{
  --tw-gradient-to: #5c788f var(--tw-gradient-to-position);
}

.to-primary-600{
  --tw-gradient-to: #465e74 var(--tw-gradient-to-position);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}

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

.p-0\.5{
  padding: 0.125rem;
}

.p-1\.5{
  padding: 0.375rem;
}

.p-10{
  padding: 2.5rem;
}

.p-2{
  padding: 0.5rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.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-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

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

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

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

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

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

.pl-2{
  padding-left: 0.5rem;
}

.pl-4{
  padding-left: 1rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-32{
  padding-right: 8rem;
}

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

.pt-10{
  padding-top: 2.5rem;
}

.pt-20{
  padding-top: 5rem;
}

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

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

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

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

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

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

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

.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-sans{
  font-family: Tajawal, 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-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

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

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

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

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

.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-black{
  font-weight: 900;
}

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

.font-extrabold{
  font-weight: 800;
}

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

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

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.leading-8{
  line-height: 2rem;
}

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

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

.tracking-normal{
  letter-spacing: 0em;
}

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

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

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

.tracking-widest{
  letter-spacing: 0.1em;
}

.text-accent-100{
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.text-accent-300{
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.text-accent-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.text-accent-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-accent-500\/80{
  color: rgb(59 130 246 / 0.8);
}

.text-accent-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-accent-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-amber-400{
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.text-blue-300{
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-cyan-300{
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}

.text-cyan-400{
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.text-cyan-600{
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}

.text-emerald-300{
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.text-emerald-400{
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.text-emerald-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-indigo-300{
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}

.text-indigo-400{
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.text-orange-700{
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}

.text-pink-400{
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}

.text-primary-100{
  --tw-text-opacity: 1;
  color: rgb(228 232 236 / var(--tw-text-opacity, 1));
}

.text-primary-100\/90{
  color: rgb(228 232 236 / 0.9);
}

.text-primary-200{
  --tw-text-opacity: 1;
  color: rgb(203 212 220 / var(--tw-text-opacity, 1));
}

.text-primary-600{
  --tw-text-opacity: 1;
  color: rgb(70 94 116 / var(--tw-text-opacity, 1));
}

.text-primary-800{
  --tw-text-opacity: 1;
  color: rgb(40 56 72 / var(--tw-text-opacity, 1));
}

.text-primary-900{
  --tw-text-opacity: 1;
  color: rgb(37 50 64 / var(--tw-text-opacity, 1));
}

.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

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

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-rose-300{
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}

.text-rose-400{
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

.text-rose-500{
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}

.text-rose-600{
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}

.text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / 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-800{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-transparent{
  color: transparent;
}

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

.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}

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

.opacity-0{
  opacity: 0;
}

.opacity-10{
  opacity: 0.1;
}

.opacity-15{
  opacity: 0.15;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-95{
  opacity: 0.95;
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-accent-500\/20{
  --tw-shadow-color: rgb(59 130 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/30{
  --tw-shadow-color: rgb(59 130 246 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/20{
  --tw-shadow-color: rgb(37 99 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/30{
  --tw-shadow-color: rgb(37 99 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/30{
  --tw-shadow-color: rgb(5 150 105 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/20{
  --tw-shadow-color: rgb(40 56 72 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/10{
  --tw-shadow-color: rgb(37 50 64 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/30{
  --tw-shadow-color: rgb(225 29 72 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

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

.blur-2xl{
  --tw-blur: blur(40px);
  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);
}

.blur-3xl{
  --tw-blur: blur(64px);
  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);
}

.blur-\[100px\]{
  --tw-blur: blur(100px);
  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);
}

.blur-\[110px\]{
  --tw-blur: blur(110px);
  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);
}

.blur-\[120px\]{
  --tw-blur: blur(120px);
  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);
}

.blur-\[130px\]{
  --tw-blur: blur(130px);
  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);
}

.blur-\[160px\]{
  --tw-blur: blur(160px);
  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);
}

.blur-xl{
  --tw-blur: blur(24px);
  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);
}

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

.backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px);
  -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);
}

.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  -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);
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -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);
}

.backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px);
  -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);
}

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

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

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

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

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

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

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

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hover\:-translate-y-0\.5: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));
}

.hover\:-translate-y-1: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));
}

.hover\:-translate-y-2:hover{
  --tw-translate-y: -0.5rem;
  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));
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.hover\:gap-3:hover{
  gap: 0.75rem;
}

.hover\:gap-4:hover{
  gap: 1rem;
}

.hover\:border-accent-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.hover\:border-accent-500\/40:hover{
  border-color: rgb(59 130 246 / 0.4);
}

.hover\:border-accent-500\/50:hover{
  border-color: rgb(59 130 246 / 0.5);
}

.hover\:border-emerald-500\/40:hover{
  border-color: rgb(16 185 129 / 0.4);
}

.hover\:border-rose-500\/40:hover{
  border-color: rgb(244 63 94 / 0.4);
}

.hover\:bg-accent-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-accent-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50\/50:hover{
  background-color: rgb(249 250 251 / 0.5);
}

.hover\:bg-primary-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(228 232 236 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 248 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 50 64 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-950:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(24 34 45 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-white\/15:hover{
  background-color: rgb(255 255 255 / 0.15);
}

.hover\:text-accent-300:hover{
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.hover\:text-accent-400:hover{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.hover\:text-accent-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.hover\:text-accent-700:hover{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-300:hover{
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

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

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

.hover\:opacity-100:hover{
  opacity: 1;
}

.hover\:shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover{
  --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);
}

.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-accent-500\/10:hover{
  --tw-shadow-color: rgb(59 130 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-500\/5:hover{
  --tw-shadow-color: rgb(59 130 246 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-600\/50:hover{
  --tw-shadow-color: rgb(37 99 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-500\/5:hover{
  --tw-shadow-color: rgb(16 185 129 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-600\/50:hover{
  --tw-shadow-color: rgb(5 150 105 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-500\/5:hover{
  --tw-shadow-color: rgb(244 63 94 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-600\/50:hover{
  --tw-shadow-color: rgb(225 29 72 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:grayscale-0:hover{
  --tw-grayscale: grayscale(0);
  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);
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus{
  --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(2px + 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);
}

.focus\:ring-accent-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.active\:scale-95:active{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

.group:hover .group-hover\:-translate-x-1{
  --tw-translate-x: -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));
}

.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.group:hover .group-hover\:border-accent-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:bg-accent-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-accent-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-accent-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-emerald-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-rose-500{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}

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

.group:hover .group-hover\:text-accent-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-accent-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-emerald-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-rose-600{
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}

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

.dark\:block:is(.dark *){
  display: block;
}

.dark\:hidden:is(.dark *){
  display: none;
}

.dark\:divide-slate-800:is(.dark *) > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-divide-opacity, 1));
}

.dark\:border-accent-800\/50:is(.dark *){
  border-color: rgb(30 64 175 / 0.5);
}

.dark\:border-accent-900\/30:is(.dark *){
  border-color: rgb(30 58 138 / 0.3);
}

.dark\:border-blue-800\/30:is(.dark *){
  border-color: rgb(30 64 175 / 0.3);
}

.dark\:border-emerald-500\/10:is(.dark *){
  border-color: rgb(16 185 129 / 0.1);
}

.dark\:border-emerald-500\/20:is(.dark *){
  border-color: rgb(16 185 129 / 0.2);
}

.dark\:border-green-800\/30:is(.dark *){
  border-color: rgb(22 101 52 / 0.3);
}

.dark\:border-orange-800\/30:is(.dark *){
  border-color: rgb(154 52 18 / 0.3);
}

.dark\:border-red-800\/30:is(.dark *){
  border-color: rgb(153 27 27 / 0.3);
}

.dark\:border-rose-500\/10:is(.dark *){
  border-color: rgb(244 63 94 / 0.1);
}

.dark\:border-rose-500\/20:is(.dark *){
  border-color: rgb(244 63 94 / 0.2);
}

.dark\:border-slate-600:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

.dark\:border-slate-700:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.dark\:border-slate-700\/50:is(.dark *){
  border-color: rgb(51 65 85 / 0.5);
}

.dark\:border-slate-800:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.dark\:border-slate-800\/30:is(.dark *){
  border-color: rgb(30 41 59 / 0.3);
}

.dark\:border-slate-800\/50:is(.dark *){
  border-color: rgb(30 41 59 / 0.5);
}

.dark\:border-slate-800\/60:is(.dark *){
  border-color: rgb(30 41 59 / 0.6);
}

.dark\:border-slate-800\/80:is(.dark *){
  border-color: rgb(30 41 59 / 0.8);
}

.dark\:border-slate-900:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}

.dark\:bg-accent-600:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.dark\:bg-accent-600\/20:is(.dark *){
  background-color: rgb(37 99 235 / 0.2);
}

.dark\:bg-accent-900\/10:is(.dark *){
  background-color: rgb(30 58 138 / 0.1);
}

.dark\:bg-accent-900\/20:is(.dark *){
  background-color: rgb(30 58 138 / 0.2);
}

.dark\:bg-accent-900\/30:is(.dark *){
  background-color: rgb(30 58 138 / 0.3);
}

.dark\:bg-accent-950\/30:is(.dark *){
  background-color: rgb(23 37 84 / 0.3);
}

.dark\:bg-blue-900\/30:is(.dark *){
  background-color: rgb(30 58 138 / 0.3);
}

.dark\:bg-cyan-950\/30:is(.dark *){
  background-color: rgb(8 51 68 / 0.3);
}

.dark\:bg-emerald-500\/5:is(.dark *){
  background-color: rgb(16 185 129 / 0.05);
}

.dark\:bg-emerald-900\/30:is(.dark *){
  background-color: rgb(6 78 59 / 0.3);
}

.dark\:bg-emerald-950\/30:is(.dark *){
  background-color: rgb(2 44 34 / 0.3);
}

.dark\:bg-emerald-950\/50:is(.dark *){
  background-color: rgb(2 44 34 / 0.5);
}

.dark\:bg-green-900\/30:is(.dark *){
  background-color: rgb(20 83 45 / 0.3);
}

.dark\:bg-indigo-950\/30:is(.dark *){
  background-color: rgb(30 27 75 / 0.3);
}

.dark\:bg-orange-900\/30:is(.dark *){
  background-color: rgb(124 45 18 / 0.3);
}

.dark\:bg-primary-800\/30:is(.dark *){
  background-color: rgb(40 56 72 / 0.3);
}

.dark\:bg-primary-900\/10:is(.dark *){
  background-color: rgb(37 50 64 / 0.1);
}

.dark\:bg-primary-950:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(24 34 45 / var(--tw-bg-opacity, 1));
}

.dark\:bg-red-900\/30:is(.dark *){
  background-color: rgb(127 29 29 / 0.3);
}

.dark\:bg-rose-500\/5:is(.dark *){
  background-color: rgb(244 63 94 / 0.05);
}

.dark\:bg-rose-950\/30:is(.dark *){
  background-color: rgb(76 5 25 / 0.3);
}

.dark\:bg-rose-950\/40:is(.dark *){
  background-color: rgb(76 5 25 / 0.4);
}

.dark\:bg-rose-950\/50:is(.dark *){
  background-color: rgb(76 5 25 / 0.5);
}

.dark\:bg-slate-700:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

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

.dark\:bg-slate-800\/30:is(.dark *){
  background-color: rgb(30 41 59 / 0.3);
}

.dark\:bg-slate-800\/50:is(.dark *){
  background-color: rgb(30 41 59 / 0.5);
}

.dark\:bg-slate-800\/80:is(.dark *){
  background-color: rgb(30 41 59 / 0.8);
}

.dark\:bg-slate-900:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.dark\:bg-slate-900\/40:is(.dark *){
  background-color: rgb(15 23 42 / 0.4);
}

.dark\:bg-slate-900\/50:is(.dark *){
  background-color: rgb(15 23 42 / 0.5);
}

.dark\:bg-slate-900\/70:is(.dark *){
  background-color: rgb(15 23 42 / 0.7);
}

.dark\:bg-slate-900\/80:is(.dark *){
  background-color: rgb(15 23 42 / 0.8);
}

.dark\:bg-slate-950:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}

.dark\:bg-transparent:is(.dark *){
  background-color: transparent;
}

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

.dark\:from-accent-400:is(.dark *){
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-slate-900\/50:is(.dark *){
  --tw-gradient-from: rgb(15 23 42 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:to-primary-400:is(.dark *){
  --tw-gradient-to: #7d95a9 var(--tw-gradient-to-position);
}

.dark\:text-accent-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.dark\:text-accent-500:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.dark\:text-accent-500\/80:is(.dark *){
  color: rgb(59 130 246 / 0.8);
}

.dark\:text-blue-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.dark\:text-cyan-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.dark\:text-emerald-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-200:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-500:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.dark\:text-green-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.dark\:text-indigo-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.dark\:text-orange-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.dark\:text-primary-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(125 149 169 / var(--tw-text-opacity, 1));
}

.dark\:text-primary-900:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(37 50 64 / var(--tw-text-opacity, 1));
}

.dark\:text-purple-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.dark\:text-red-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.dark\:text-rose-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-200:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

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

.dark\:text-slate-50:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}

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

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

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

.dark\:opacity-20:is(.dark *){
  opacity: 0.2;
}

.dark\:shadow-accent-500\/20:is(.dark *){
  --tw-shadow-color: rgb(59 130 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.dark\:shadow-primary-900\/40:is(.dark *){
  --tw-shadow-color: rgb(37 50 64 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.dark\:invert:is(.dark *){
  --tw-invert: invert(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);
}

.dark\:hover\:border-accent-500\/40:hover:is(.dark *){
  border-color: rgb(59 130 246 / 0.4);
}

.dark\:hover\:border-emerald-500\/40:hover:is(.dark *){
  border-color: rgb(16 185 129 / 0.4);
}

.dark\:hover\:border-rose-500\/40:hover:is(.dark *){
  border-color: rgb(244 63 94 / 0.4);
}

.dark\:hover\:bg-accent-700:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.dark\:hover\:bg-gray-100:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.dark\:hover\:bg-slate-700:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

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

.dark\:hover\:bg-slate-800\/30:hover:is(.dark *){
  background-color: rgb(30 41 59 / 0.3);
}

.dark\:hover\:text-accent-500:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-white:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .dark\:group-hover\:bg-accent-900\/30:is(.dark *){
  background-color: rgb(30 58 138 / 0.3);
}

.group:hover .dark\:group-hover\:text-accent-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.group:hover .dark\:group-hover\:text-emerald-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.group:hover .dark\:group-hover\:text-rose-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .sm\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .sm\:w-auto{
    width: auto;
  }

  .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\:justify-start{
    justify-content: flex-start;
  }

  .sm\:gap-4{
    gap: 1rem;
  }

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

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

  .sm\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

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

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

@media (min-width: 768px){
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:block{
    display: block;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .md\:p-14{
    padding: 3.5rem;
  }

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

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

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

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

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

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

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

@media (min-width: 1024px){
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

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

  .lg\:hidden{
    display: none;
  }

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

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

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

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

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

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

  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, 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-20{
    gap: 5rem;
  }

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

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

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

  .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:pl-6{
    padding-left: 1.5rem;
  }

  .lg\:pr-6{
    padding-right: 1.5rem;
  }

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

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

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

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

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

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

.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *){
  --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));
}

.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *){
  text-align: right;
}


/* Source: global.css */
:root {
    /* Colors */
    --primary-color: #0f172a; /* slate-900 */
    --primary-dark: #020617; /* slate-950 */
    --accent-color: #2563eb; /* blue-600 */
    --accent-hover: #1d4ed8; /* blue-700 */
    --text-main: #1e293b; /* slate-800 */
    --text-muted: #64748b; /* slate-500 */
    --bg-light: #f8fafc; /* slate-50 */
    --bg-white: #ffffff;
    --border-color: rgba(226, 232, 240, 0.8);
    
    /* Design System Tokens */
    --radius-card: 1rem; /* 16px - Simple Curve matching logo */
    --radius-image: 1rem;
    --radius-button: 0.75rem; /* 12px */
    --radius-input: 0.75rem; /* 12px */
    
    /* Spacing & Layout */
    --section-padding-y: 6rem; /* 96px for desktop */
    --section-margin-bottom: 4rem; /* 64px */
    --gap-standard: 2rem; /* 32px */
    --gap-large: 4rem; /* 64px */
    
    /* Font */
    --font-family: 'Tajawal', sans-serif;
}

/* Dark Mode Variables */
.dark {
    --primary-color: #020617;
    --text-main: #f8fafc;
    --text-muted: #94a3b8;
    --bg-light: #0f172a;
    --bg-white: #020617;
    --border-color: rgba(30, 41, 59, 0.5);
}

@media (max-width: 768px) {
    :root {
        --section-padding-y: 4rem; /* Smaller padding on mobile */
        --gap-standard: 1.5rem;
        --gap-large: 2.5rem;
    }
}

/* Global Styles using Variables */
body {
    font-family: var(--font-family);
    color: var(--text-main);
}

/* Structural Styles */
.section-padding {
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y);
}

.section-margin {
    margin-bottom: var(--section-margin-bottom);
}

/* Standard Components */
.card-rounded {
    border-radius: var(--radius-card) !important;
    overflow: hidden;
}

.img-rounded {
    border-radius: var(--radius-image) !important;
}

.btn-rounded {
    border-radius: var(--radius-button) !important;
}

.input-rounded {
    border-radius: var(--radius-input) !important;
}

/* Complex Components */
.portfolio-card {
    border-radius: var(--radius-card) !important;
    overflow: hidden;
    background-color: var(--bg-white);
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.portfolio-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: translateY(-5px);
}

.btn-primary {
    background-color: var(--accent-color);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: var(--radius-button) !important;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: var(--accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.3);
}

/* Heading line-heights for desktop readability */
/* !important needed to override Tailwind's text-5xl/6xl which set line-height:1 */
@media (min-width: 1024px) {
    h1 {
        line-height: 1.3 !important;
    }
    h2 {
        line-height: 1.4 !important;
    }
    h3 {
        line-height: 1.4 !important;
    }
}

/* Custom Nav Dropdown (Bypasses Tailwind JIT issues) */
.nav-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    /* Extend hover area downwards to cover any gap */
    padding-bottom: 25px;
    margin-bottom: -25px;
}

.nav-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    z-index: 50;
    margin-top: 0; /* Removed margin that causes dead zone */
    min-width: 240px; 
    white-space: nowrap; 
}

html[dir="ltr"] .nav-dropdown-menu {
    right: auto;
    left: 0;
}

.nav-dropdown:hover .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.nav-dropdown-icon {
    width: 14px; 
    height: 14px;
    transition: transform 0.2s ease-in-out;
}

.nav-dropdown:hover .nav-dropdown-icon {
    transform: rotate(180deg);
}

/* Footer Icons Safe Dimensions */
.footer-icon-wrap {
    width: 48px !important;
    height: 48px !important;
    flex-shrink: 0;
}

.footer-icon-svg {
    width: 20px !important;
    height: 20px !important;
}

/* Portfolio Filter Buttons Active State */
.filter-btn.active {
    background-color: var(--accent-color) !important;
    color: white !important;
    box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.4) !important;
}

.dark .filter-btn.active {
    background-color: var(--accent-color) !important;
    color: white !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.4) !important;
}

.article-shell {
    position: relative;
}

.article-stage {
    max-width: 1180px;
    margin: 0 auto;
}

.article-panel {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--border-color);
    border-radius: 1.5rem;
    box-shadow: 0 24px 60px -32px rgba(15, 23, 42, 0.3);
}

.dark .article-panel {
    background: rgba(2, 6, 23, 0.92);
}

.article-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
    font-size: 0.875rem;
}

.article-sidebar-sticky {
    position: sticky;
    top: 7rem;
}

.article-author-card {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.article-author-logo {
    width: 3.75rem;
    height: 3.75rem;
    padding: 0.55rem;
    border-radius: 1.25rem;
    background: #ffffff;
    border: 1px solid rgba(37, 99, 235, 0.12);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
    object-fit: contain;
}

.dark .article-author-logo {
    background: #e2e8f0;
    border-color: rgba(148, 163, 184, 0.28);
}

.article-author-role {
    display: none;
}

.article-content {
    color: var(--text-main);
    line-height: 2;
}

.service-hero-shell {
	padding-top: clamp(4.5rem, 6vw, 5.9rem);
	padding-bottom: clamp(3.2rem, 4.5vw, 4.6rem);
	background:
		radial-gradient(circle at 84% 8%, rgba(37, 99, 235, 0.34), transparent 22%),
		radial-gradient(circle at 8% 96%, rgba(37, 99, 235, 0.38), transparent 24%),
		linear-gradient(90deg, #061641 0%, #071c58 48%, #061236 100%);
}

.service-hero-shell .container {
	max-width: 96rem;
	padding-left: clamp(2rem, 5vw, 5.5rem);
	padding-right: clamp(2rem, 5vw, 5.5rem);
}

.service-hero-layout {
	grid-template-columns: minmax(30rem, 0.86fr) minmax(0, 1.14fr);
	gap: clamp(1.5rem, 2.5vw, 2.75rem);
	align-items: center;
}

.service-hero-copy {
	padding-block: 0.5rem 0;
	padding-inline-start: clamp(1rem, 2vw, 2.2rem);
}

.service-hero-title {
	margin-bottom: 1.45rem;
	line-height: 0.96;
}

.service-hero-title-line {
	font-size: clamp(4.15rem, 5.15vw, 5.7rem);
	letter-spacing: 0;
	white-space: nowrap;
}

.service-hero-description {
	max-width: 36.5rem;
	margin-bottom: 2.05rem;
	font-size: clamp(1.08rem, 1.2vw, 1.22rem);
	line-height: 1.95;
}

.service-hero-feature-row {
	max-width: 36.5rem;
	gap: 0.75rem;
	margin-bottom: 1.85rem;
}

.service-hero-primary-cta {
	position: relative;
	min-width: 19rem;
	padding: 1.08rem 2rem;
	font-size: 1.72rem;
}

.service-hero-primary-cta__arrow {
	position: absolute;
	left: 1.8rem;
}

.service-hero-media {
	margin-inline-start: clamp(-7.4rem, -7vw, -4.6rem);
	direction: ltr;
}

.service-hero-visual,
.service-hero-showcase {
	min-height: 0;
}

.service-hero-visual > :not(.service-hero-composite-image) {
	display: none !important;
}

.service-hero-composite-image {
	position: relative;
	z-index: 2;
	display: block;
	width: min(52.2vw, 56.25rem);
	max-width: none;
	height: auto;
	margin-inline-start: auto;
	transform: translateX(1.8rem);
	filter: drop-shadow(0 32px 70px rgba(2, 8, 30, 0.3));
}

@media (max-width: 1279px) {
	.service-hero-shell {
		padding-top: 3.8rem;
	}

	.service-hero-layout {
		grid-template-columns: minmax(25rem, 0.9fr) minmax(0, 1.1fr);
		gap: 1.5rem;
	}

	.service-hero-title-line {
		font-size: clamp(3.35rem, 5.4vw, 4.35rem);
	}

	.service-hero-description,
	.service-hero-feature-row {
		max-width: 32.5rem;
	}

	.service-hero-media {
		margin-inline-start: -4.2rem;
	}

	.service-hero-composite-image {
		width: min(52.2vw, 45rem);
		transform: translateX(1.2rem);
	}
}

@media (max-width: 1023px) {
	.service-hero-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 2rem;
	}

	.service-hero-copy {
		padding-inline-start: 0;
		text-align: center;
	}

	.service-hero-description,
	.service-hero-feature-row {
		max-width: 42rem;
		margin-left: auto;
		margin-right: auto;
	}

	.service-hero-actions {
		justify-content: center;
	}

	.service-hero-media {
		margin-inline-start: 0;
	}

	.service-hero-composite-image {
		width: min(90%, 43.2rem);
		margin-inline: auto;
		transform: none;
	}
}

@media (max-width: 767px) {
	.service-hero-shell {
		padding-top: 2.6rem;
		padding-bottom: 2.75rem;
	}

	.service-hero-title-line {
		font-size: clamp(2.6rem, 13vw, 3.15rem);
		line-height: 1.02;
	}

	.service-hero-description {
		font-size: 1rem;
		line-height: 1.8;
		margin-bottom: 1.45rem;
	}

	.service-hero-feature-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.85rem 0.65rem;
		margin-bottom: 1.45rem;
	}

	.service-hero-primary-cta {
		width: 100%;
		min-width: 0;
		font-size: 1.45rem;
		padding: 0.95rem 1.25rem;
	}

	.service-hero-composite-image {
		width: min(112vw, 28rem);
		left: 50%;
		margin-inline: 0;
		transform: translateX(-50%);
	}

	.service-hero-shell .container {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.article-content > * + * {
    margin-top: 1.5rem;
}

.article-content h2,
.article-content h3,
.article-content h4 {
    color: var(--primary-color);
    font-weight: 800;
    scroll-margin-top: 8rem;
}

.article-content h2 {
    font-size: clamp(1.65rem, 2.5vw, 2rem);
    margin-top: 3rem;
}

.article-content h3 {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    margin-top: 2.25rem;
}

.article-content h4 {
    font-size: clamp(1.05rem, 1.6vw, 1.2rem);
    margin-top: 1.75rem;
}

.article-content p,
.article-content li {
    font-size: 1.08rem;
    color: var(--text-main);
}

.article-content ul,
.article-content ol {
    padding-right: 1.25rem;
}

.article-content li + li {
    margin-top: 0.75rem;
}

.article-content strong {
    color: var(--primary-color);
}

.article-content blockquote {
    margin: 2rem 0;
    padding: 1.5rem;
    border-radius: 1.25rem;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(15, 23, 42, 0.05));
    border-right: 4px solid var(--accent-color);
    font-weight: 700;
}

.article-content a {
    color: var(--accent-color);
    font-weight: 700;
    text-decoration: none;
}

.article-content a:hover {
    color: var(--accent-hover);
}

.article-callout {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(37, 99, 235, 0.02));
    border: 1px solid rgba(37, 99, 235, 0.18);
}

.article-checklist {
    list-style: none;
    padding-right: 0;
}

.article-checklist li {
    position: relative;
    padding-right: 2rem;
}

.article-checklist li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.7rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent-color), #60a5fa);
    box-shadow: 0 0 0 6px rgba(37, 99, 235, 0.08);
}

.article-toc-link {
    display: block;
    padding: 0.75rem 0.9rem;
    border-radius: 0.9rem;
    color: var(--text-muted);
    font-weight: 700;
    line-height: 1.7;
    transition: all 0.2s ease;
}

.article-toc-link:hover,
.article-toc-link.is-active {
    color: var(--accent-color);
    background: rgba(37, 99, 235, 0.08);
}

.article-toc-link--h2 {
    font-size: 0.98rem;
    font-weight: 800;
}

.article-toc-link--h3 {
    margin-right: 1rem;
    padding-right: 1.1rem;
    font-size: 0.92rem;
    border-right: 2px solid rgba(37, 99, 235, 0.12);
}

.article-toc-link--h4 {
    margin-right: 2rem;
    padding-right: 1rem;
    font-size: 0.84rem;
    opacity: 0.9;
    border-right: 2px dashed rgba(37, 99, 235, 0.14);
}

.article-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 0.95rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--accent-color);
    font-weight: 700;
    font-size: 0.9rem;
}

.article-share-link,
.article-icon-button {
    min-width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0 1rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.05);
    color: var(--text-main);
    font-weight: 800;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.article-share-link:hover,
.article-icon-button:hover {
    transform: translateY(-2px);
    background: var(--accent-color);
    color: #fff;
}

.article-related-card,
.article-nav-card {
    display: block;
    overflow: hidden;
    border-radius: 1.5rem;
    border: 1px solid var(--border-color);
    background: rgba(255, 255, 255, 0.92);
    transition: all 0.25s ease;
}

.dark .article-related-card,
.dark .article-nav-card {
    background: rgba(2, 6, 23, 0.92);
}

.article-related-card:hover,
.article-nav-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 35px -24px rgba(15, 23, 42, 0.4);
}

.article-nav-card {
    position: relative;
    padding: 1.6rem;
    min-height: 172px;
}

.article-nav-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(15, 23, 42, 0.03));
    opacity: 0;
    transition: opacity 0.2s ease;
}

.article-nav-card:hover::before {
    opacity: 1;
}

.article-nav-inner,
.article-related-body {
    position: relative;
    z-index: 1;
}

.article-nav-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--accent-color);
    margin-bottom: 1rem;
}

.article-nav-title {
    font-size: 1.25rem;
    font-weight: 900;
    color: var(--text-main);
    line-height: 1.7;
}

.article-nav-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
    color: var(--text-muted);
    font-size: 0.85rem;
    font-weight: 700;
}

.article-nav-kicker-icon {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.1);
    color: var(--accent-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.article-related-thumb {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: rgba(15, 23, 42, 0.06);
}

.article-related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.article-related-card:hover .article-related-thumb img {
    transform: scale(1.05);
}

.article-related-body {
    padding: 1.35rem;
}

.article-related-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.75rem;
    color: var(--text-muted);
    font-size: 0.8rem;
    font-weight: 700;
}

.article-related-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    color: var(--accent-color);
    font-weight: 800;
}

@media (max-width: 1023px) {
    .article-sidebar-sticky {
        position: static;
    }

    .article-stage {
        max-width: 100%;
    }

    .article-panel {
        border-radius: 1.25rem;
    }

    .article-content p,
    .article-content li {
        font-size: 1rem;
    }

    .article-nav-card {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .article-stage {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .article-author-card {
        align-items: center;
    }

    .article-author-logo {
        width: 3.25rem;
        height: 3.25rem;
        border-radius: 1rem;
    }

    .article-meta-pill {
        width: 100%;
        justify-content: center;
    }

    .article-content h2 {
        font-size: 1.45rem;
    }

    .article-content h3 {
        font-size: 1.15rem;
    }

    .article-content h4 {
        font-size: 1rem;
    }

    .article-toc-link {
        padding: 0.7rem 0.75rem;
    }

    .article-toc-link--h3 {
        margin-right: 0.75rem;
    }

    .article-toc-link--h4 {
        margin-right: 1.35rem;
    }

    .article-share-link,
    .article-icon-button {
        width: 100%;
        justify-content: center;
    }

    .article-related-body {
        padding: 1.1rem;
    }
}

/* ==========================================================================
   Failsafe Workflow Card & Watermark Styles (Permanently Fixes Overlaps)
   ========================================================================== */
.workflow-card {
    position: relative !important;
    overflow: hidden !important;
}

.workflow-icon-wrap {
    position: relative !important;
    z-index: 10 !important;
}

.workflow-watermark {
    position: absolute !important;
    bottom: 1rem !important;
    left: 1.5rem !important;
    font-size: 5.5rem !important; /* Huge and elegant */
    font-weight: 900 !important;
    font-family: 'Tajawal', sans-serif !important;
    color: rgba(243, 244, 246, 0.9) !important; /* Extremely faint light gray in light mode */
    line-height: 1 !important;
    z-index: 1 !important; /* Above background but below text/icon */
    pointer-events: none !important;
    user-select: none !important;
    transition: color 0.3s ease-in-out !important;
}

/* Dark mode watermark color */
.dark .workflow-watermark {
    color: rgba(30, 41, 59, 0.35) !important; /* Extremely faint dark slate in dark mode */
}

/* Hover effect to make it subtle blue on hover */
.workflow-card:hover .workflow-watermark {
    color: rgba(37, 99, 235, 0.08) !important; /* Faint accent-500/10 */
}

.dark .workflow-card:hover .workflow-watermark {
    color: rgba(59, 130, 246, 0.08) !important; /* Faint accent-500/10 in dark mode */
}



/* Source: theme.css */
.current-menu-item > a,
.current_page_item > a {
	color: var(--accent-color);
}

.floating-action-button {
	position: fixed;
	left: 1.5rem;
	width: 3.75rem;
	height: 3.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	color: #fff;
	z-index: 999999;
	border: 1px solid rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(16px);
	box-shadow: 0 18px 45px -18px rgba(15, 23, 42, 0.5);
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.floating-action-button.hidden {
	opacity: 0;
	pointer-events: none;
	transform: translateY(0.75rem);
}

.floating-action-button:hover {
	transform: translateY(-2px) scale(1.03);
	box-shadow: 0 22px 55px -20px rgba(15, 23, 42, 0.55);
}

.floating-action-button:active {
	transform: scale(0.96);
}

.floating-action-button--whatsapp {
	bottom: 7.25rem;
	background: linear-gradient(135deg, #25d366, #128c7e);
}

.floating-action-button--top {
	bottom: 2.5rem;
	background: linear-gradient(135deg, #ffffff, #eef4ff);
	color: var(--accent-color);
	border-color: rgba(59, 130, 246, 0.18);
	box-shadow: 0 18px 45px -18px rgba(37, 99, 235, 0.28);
}

.dark .floating-action-button--top {
	background: linear-gradient(135deg, var(--accent-color), #1d4ed8);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: 0 18px 45px -18px rgba(15, 23, 42, 0.5);
}

.nav-dropdown {
	position: relative;
	padding-bottom: 0.75rem;
	margin-bottom: -0.75rem;
}

.nav-dropdown-menu {
	display: none;
	top: calc(100% - 0.2rem);
	z-index: 60;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
	display: block;
}

.nav-dropdown:hover .nav-dropdown-icon,
.nav-dropdown:focus-within .nav-dropdown-icon {
	color: var(--accent-color);
	transform: rotate(180deg);
}

.nav-dropdown-icon {
	transition: transform 0.2s ease, color 0.2s ease;
}

.header-language-link {
	border-radius: 9999px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	background: rgba(255, 255, 255, 0.04);
	min-width: 3.5rem;
	line-height: 1;
}

.header-language-link:hover {
	background: rgba(59, 130, 246, 0.08);
}

.dark .header-language-link {
	border-color: rgba(148, 163, 184, 0.18);
	background: rgba(15, 23, 42, 0.4);
}

.mobile-language-link {
	box-shadow: 0 10px 30px -22px rgba(15, 23, 42, 0.45);
	color: #334155;
	background: #ffffff;
	border-color: rgba(148, 163, 184, 0.22);
}

.mobile-language-link span,
.mobile-language-link .trp-ls-language-name,
.mobile-language-link .trp-ls-shortcode-language {
	color: inherit !important;
	opacity: 1 !important;
}

.dark .mobile-language-link {
	color: #e2e8f0;
	background: rgba(15, 23, 42, 0.92);
	border-color: rgba(148, 163, 184, 0.2);
}

.dark .mobile-language-link span,
.dark .mobile-language-link .trp-ls-language-name,
.dark .mobile-language-link .trp-ls-shortcode-language {
	color: inherit !important;
}

html[lang|="en"] .animate-marquee {
	animation-name: marquee-ltr;
	padding-right: 0 !important;
	padding-left: 8rem !important;
}

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

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

html[lang|="en"] #testimPrev svg,
html[lang|="en"] #testimNext svg {
	transform: scaleX(-1);
}

html[lang|="en"] .faq-btn {
	direction: ltr;
	text-align: left;
}

html[lang|="en"] .faq-btn > :first-child {
	min-width: 0;
	padding-left: 0;
	padding-right: 0.75rem;
	text-align: left;
}

.faq-btn {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 1rem;
}

.faq-btn .faq-icon {
	justify-self: end;
}

html[lang|="en"] .faq-content > div {
	direction: ltr;
	text-align: left;
}

html[lang|="en"] .home main > section:first-of-type .container > .flex > .flex > div:first-child,
html[lang|="en"] .home main > section:first-of-type .container > .flex > .flex > div:first-child h1,
html[lang|="en"] .home main > section:first-of-type .container > .flex > .flex > div:first-child p,
html[lang|="en"] .home main > section:first-of-type .container > .flex > .flex > div:first-child .inline-flex {
	direction: ltr;
	text-align: left !important;
}

html[lang|="en"] .home main > section:first-of-type .container > .flex > .flex > div:first-child {
	align-items: flex-start;
}

html[lang|="en"] .home main > section:first-of-type .container > .flex > .flex > div:first-child p {
	margin-left: 0 !important;
	margin-right: auto !important;
}

html[lang|="en"] .home main > section:first-of-type .container > .flex > .flex > div:first-child .flex.flex-col.sm\:flex-row.items-center.justify-center.lg\:justify-start {
	justify-content: flex-start !important;
}

@media (min-width: 1024px) {
	html[lang|="en"] .home main > section:first-of-type .container > .flex > .flex > div:first-child {
		text-align: left !important;
	}
}

html[lang|="en"] .home .lg\:w-1\/2.text-center.lg\:text-right {
	direction: ltr;
	text-align: left !important;
}

html[lang|="en"] .home .lg\:w-1\/2.text-center.lg\:text-right h1,
html[lang|="en"] .home .lg\:w-1\/2.text-center.lg\:text-right p,
html[lang|="en"] .home .lg\:w-1\/2.text-center.lg\:text-right .inline-flex {
	direction: ltr;
	text-align: left !important;
}

html[lang|="en"] .home .lg\:w-1\/2.text-center.lg\:text-right p.max-w-2xl {
	margin-left: 0 !important;
	margin-right: auto !important;
}

html[lang|="en"] .home .lg\:w-1\/2.text-center.lg\:text-right .flex.flex-col.sm\:flex-row.items-center.justify-center.lg\:justify-start {
	justify-content: flex-start !important;
}

.home main.flex-grow.pt-20 {
	padding-top: 2rem !important;
}

html[lang|="en"] .webdev-service-highlights {
	text-align: left;
}

html[lang|="en"] .webdev-service-highlights > div {
	direction: ltr;
	text-align: left;
}

html[lang|="en"] .webdev-service-highlights > div .space-y-3 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.75rem;
}

html[lang|="en"] .webdev-service-highlights > div p {
	text-align: left;
}

html[lang|="en"] .webdev-problem-copy,
html[lang|="en"] .webdev-problem-copy p,
html[lang|="en"] .webdev-problem-copy h2,
html[lang|="en"] .webdev-problem-copy h3 {
	direction: ltr;
	text-align: left;
}

html[lang|="en"] .webdev-problem-copy h3 {
	margin-left: 0;
	margin-right: 0;
}

html[lang|="en"] .webdev-problem-benefits,
html[lang|="en"] .webdev-problem-benefits h3,
html[lang|="en"] .webdev-problem-benefits li,
html[lang|="en"] .webdev-problem-benefits p {
	direction: ltr;
	text-align: left;
}

html[lang|="en"] .ecommerce-problem-copy,
html[lang|="en"] .ecommerce-problem-copy p,
html[lang|="en"] .ecommerce-problem-copy h2,
html[lang|="en"] .ecommerce-problem-copy h3 {
	direction: ltr;
	text-align: left;
}

html[lang|="en"] .ecommerce-problem-copy h3 {
	margin-left: 0;
	margin-right: 0;
}

html[lang|="en"] .ecommerce-problem-benefits,
html[lang|="en"] .ecommerce-problem-benefits h3,
html[lang|="en"] .ecommerce-problem-benefits li,
html[lang|="en"] .ecommerce-problem-benefits p {
	direction: ltr;
	text-align: left;
}

html[lang|="en"] .maintenance-problem-copy,
html[lang|="en"] .maintenance-problem-copy p,
html[lang|="en"] .maintenance-problem-copy h2,
html[lang|="en"] .maintenance-problem-copy h3 {
	direction: ltr;
	text-align: left;
}

html[lang|="en"] .maintenance-problem-copy h3 {
	margin-left: 0;
	margin-right: 0;
}

html[lang|="en"] .maintenance-problem-benefits,
html[lang|="en"] .maintenance-problem-benefits h3,
html[lang|="en"] .maintenance-problem-benefits li,
html[lang|="en"] .maintenance-problem-benefits p {
	direction: ltr;
	text-align: left;
}

html[lang|="en"] .hosting-problem-copy,
html[lang|="en"] .hosting-problem-copy p,
html[lang|="en"] .hosting-problem-copy h2,
html[lang|="en"] .hosting-problem-copy h3 {
	direction: ltr;
	text-align: left;
}

html[lang|="en"] .hosting-problem-copy h3 {
	margin-left: 0;
	margin-right: 0;
}

html[lang|="en"] .hosting-problem-benefits,
html[lang|="en"] .hosting-problem-benefits h3,
html[lang|="en"] .hosting-problem-benefits li,
html[lang|="en"] .hosting-problem-benefits p {
	direction: ltr;
	text-align: left;
}

html[lang|="en"] .technical-support-problem-copy,
html[lang|="en"] .technical-support-problem-copy p,
html[lang|="en"] .technical-support-problem-copy h2,
html[lang|="en"] .technical-support-problem-copy h3 {
	direction: ltr;
	text-align: left;
}

html[lang|="en"] .technical-support-problem-copy h3 {
	margin-left: 0;
	margin-right: 0;
}

html[lang|="en"] .technical-support-problem-benefits,
html[lang|="en"] .technical-support-problem-benefits h3,
html[lang|="en"] .technical-support-problem-benefits li,
html[lang|="en"] .technical-support-problem-benefits p {
	direction: ltr;
	text-align: left;
}

html[lang|="en"] .service-hero-copy {
	direction: ltr;
	text-align: left;
}

html[lang|="en"] .service-hero-copy nav {
	justify-content: flex-start;
}

html[lang|="en"] .service-hero-copy h1,
html[lang|="en"] .service-hero-copy p {
	text-align: left;
}

html[lang|="en"] .service-hero-copy p {
	margin-left: 0;
	margin-right: auto;
}

html[lang|="en"] .service-hero-copy > div.flex {
	justify-content: flex-start;
}

html[lang|="en"] .service-hero-highlights {
	justify-content: flex-start;
}

html[lang|="en"] .service-hero-highlights > div {
	direction: ltr;
	text-align: left;
}

@media (min-width: 1024px) {
	html[lang|="en"] .service-hero-shell .service-hero-layout {
		grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
		gap: clamp(2.75rem, 4vw, 4.5rem);
	}

	html[lang|="en"] .service-hero-shell .service-hero-copy {
		padding-inline-start: clamp(1rem, 2.4vw, 2.5rem);
	}

	html[lang|="en"] .service-hero-shell .service-hero-title-line {
		font-size: clamp(2.9rem, 4.15vw, 4.85rem);
	}
}

.service-hero-shell {
	position: relative;
	isolation: isolate;
	padding-top: clamp(3.5rem, 6vw, 5.5rem);
	padding-bottom: clamp(4rem, 6vw, 5.5rem);
	background:
		radial-gradient(circle at 10% 94%, rgba(37, 99, 235, 0.35), transparent 22%),
		radial-gradient(circle at 80% 12%, rgba(37, 99, 235, 0.22), transparent 20%),
		linear-gradient(90deg, #07184a 0%, #0a1f63 45%, #071336 100%);
}

.service-hero-shell::before {
	content: "";
	position: absolute;
	inset: auto auto 0 0;
	width: 38rem;
	height: 13rem;
	background:
		radial-gradient(circle at 12% 80%, rgba(59, 130, 246, 0.45), transparent 35%),
		repeating-radial-gradient(circle at 14% 100%, rgba(59, 130, 246, 0.18) 0 2px, transparent 2px 12px);
	opacity: 0.45;
	transform: translate(-18%, 34%);
	pointer-events: none;
}

.service-hero-gridline {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(148, 163, 184, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(148, 163, 184, 0.055) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0.38), transparent 92%);
}

.service-hero-shell .container {
	max-width: 96rem;
}

.service-hero-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(2rem, 3vw, 3rem);
	align-items: start;
	direction: ltr;
}

.service-hero-copy {
	position: relative;
	min-width: 0;
	padding-block: 1.25rem 1rem;
	padding-inline-start: clamp(1.5rem, 4vw, 5rem);
	direction: rtl;
	text-align: right;
}

.service-hero-dot-grid {
	position: absolute;
	top: -0.6rem;
	left: 0;
	width: 3.2rem;
	height: 6rem;
	opacity: 0.95;
	background-image: radial-gradient(circle, rgba(59, 130, 246, 0.95) 0 2px, transparent 2.8px);
	background-size: 14px 14px;
}

.service-hero-title {
	display: grid;
	gap: 0.35rem;
	margin: 0 0 1.35rem;
	font-weight: 900;
	line-height: 0.95;
}

.service-hero-title-line {
	display: block;
	font-size: clamp(3.4rem, 5vw, 5.55rem);
	color: #f8fafc;
	letter-spacing: 0;
	white-space: nowrap;
}

.service-hero-title-line--accent {
	color: #2563eb;
	text-shadow: 0 10px 35px rgba(37, 99, 235, 0.28);
}

.service-hero-description {
	max-width: 38rem;
	margin: 0 0 2.2rem;
	font-size: 1.2rem;
	line-height: 1.95;
	color: rgba(241, 245, 249, 0.9);
}

.service-hero-feature-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 2rem;
}

.service-hero-feature {
	display: grid;
	justify-items: center;
	gap: 0.8rem;
	text-align: center;
	color: rgba(248, 250, 252, 0.92);
	font-size: 0.92rem;
	line-height: 1.6;
}

.service-hero-feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	border-radius: 1.15rem;
	border: 1px solid rgba(96, 165, 250, 0.18);
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.15), rgba(15, 23, 42, 0));
	color: #3b82f6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.service-hero-feature-icon svg {
	width: 1.9rem;
	height: 1.9rem;
}

.service-hero-actions {
	display: flex;
	align-items: center;
}

.service-hero-primary-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.9rem;
	min-width: 18rem;
	padding: 1.2rem 2rem;
	border-radius: var(--radius-button);
	background: linear-gradient(180deg, #2f6bff 0%, #1d4ed8 100%);
	color: #fff;
	font-size: 1.9rem;
	font-weight: 900;
	box-shadow: 0 24px 48px -26px rgba(37, 99, 235, 0.7);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-hero-primary-cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 28px 56px -26px rgba(37, 99, 235, 0.78);
}

.service-hero-primary-cta__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.15rem;
	height: 2.15rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
}

.service-hero-primary-cta__arrow svg {
	width: 1.35rem;
	height: 1.35rem;
}

.service-hero-media {
	position: relative;
	min-width: 0;
	direction: rtl;
}

.service-hero-visual {
	position: relative;
	min-height: 43rem;
}

.service-hero-visual-glow {
	position: absolute;
	inset: 4rem 6rem 8rem 3rem;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(59, 130, 246, 0.22), rgba(59, 130, 246, 0));
	filter: blur(24px);
}

.service-hero-ring {
	position: absolute;
	border: 2px dashed rgba(59, 130, 246, 0.45);
	border-radius: 999px;
	pointer-events: none;
}

.service-hero-ring--top {
	top: 0.3rem;
	right: 2.8rem;
	width: 9rem;
	height: 5.8rem;
	border-left-color: transparent;
	border-bottom-color: transparent;
}

.service-hero-ring--bottom {
	right: 1.8rem;
	bottom: 6rem;
	width: 11rem;
	height: 10rem;
	border-top-color: transparent;
	border-left-color: transparent;
}

.service-hero-showcase {
	min-height: 43rem;
}

.service-hero-desktop-image {
	position: absolute;
	top: 0;
	right: -1.5rem;
	z-index: 1;
	display: block;
	width: min(100%, 48rem);
	height: auto;
	border-radius: 1.6rem;
	box-shadow: 0 34px 90px -48px rgba(0, 0, 0, 0.7);
}

.service-hero-mobile-shot {
	position: absolute;
	z-index: 3;
	right: clamp(34rem, 39vw, 42rem);
	bottom: 2rem;
	width: clamp(8.4rem, 14vw, 11rem);
	filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.42));
}

.service-hero-mobile-image {
	display: block;
	width: 100%;
	height: auto;
}

.service-hero-float-card {
	position: absolute;
	z-index: 2;
	width: 14rem;
	padding: 1rem 1rem 1rem 1.05rem;
	border: 1px solid rgba(191, 219, 254, 0.28);
	border-radius: 1.15rem;
	background: linear-gradient(180deg, rgba(17, 39, 100, 0.82), rgba(12, 29, 80, 0.75));
	backdrop-filter: blur(18px);
	box-shadow: 0 18px 40px -26px rgba(2, 6, 23, 0.78);
}

.service-hero-float-card--dev {
	top: 0.4rem;
	right: 0;
}

.service-hero-float-card--design {
	top: 11.6rem;
	right: 0.4rem;
}

.service-hero-float-card--seo {
	top: 23.3rem;
	right: -0.1rem;
}

.service-hero-float-card--score {
	top: 35rem;
	right: 0.35rem;
}

.service-hero-float-card__head {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.85rem;
}

.service-hero-float-card__head strong {
	font-size: 1rem;
	font-weight: 800;
	color: #eff6ff;
	line-height: 1.5;
}

.service-hero-float-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 0.9rem;
	background: rgba(37, 99, 235, 0.18);
	color: #60a5fa;
}

.service-hero-float-card__icon svg {
	width: 1.35rem;
	height: 1.35rem;
}

.service-hero-float-card__list {
	display: grid;
	gap: 0.6rem;
	margin: 0;
	padding: 0;
	list-style: none;
	color: rgba(226, 232, 240, 0.92);
	font-size: 0.88rem;
	line-height: 1.55;
}

.service-hero-float-card__list li {
	position: relative;
	padding-inline-end: 1.1rem;
}

.service-hero-float-card__list li::before {
	content: "";
	position: absolute;
	inset-inline-end: 0;
	top: 0.38rem;
	width: 0.55rem;
	height: 0.32rem;
	border-right: 2px solid #86efac;
	border-bottom: 2px solid #86efac;
	transform: rotate(45deg);
}

.service-hero-score {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.service-hero-score__circle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4.8rem;
	height: 4.8rem;
	border-radius: 999px;
	border: 6px solid #22c55e;
	color: #fff;
	font-size: 2rem;
	font-weight: 900;
	box-shadow: inset 0 0 0 3px rgba(34, 197, 94, 0.15);
}

.service-hero-score__copy {
	display: grid;
	gap: 0.45rem;
}

.service-hero-score__copy strong {
	font-size: 1rem;
	font-weight: 800;
	color: #eff6ff;
}

.service-hero-techbar {
	position: absolute;
	right: clamp(7rem, 13vw, 14rem);
	bottom: -2.2rem;
	z-index: 2;
	display: grid;
	justify-items: center;
	gap: 0.55rem;
	width: min(100%, 39rem);
	padding: 0.75rem 1.15rem 0.9rem;
	border: 1px solid rgba(191, 219, 254, 0.2);
	border-radius: 1.2rem;
	background: linear-gradient(180deg, rgba(8, 20, 54, 0.95), rgba(7, 18, 50, 0.88));
	box-shadow: 0 20px 40px -28px rgba(0, 0, 0, 0.7);
}

.service-hero-techbar__label {
	color: rgba(226, 232, 240, 0.9);
	font-size: 0.9rem;
	font-weight: 700;
}

.service-hero-techbar__items {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 0.85rem;
	width: 100%;
	color: #e2e8f0;
	font-size: 0.95rem;
	font-weight: 700;
}

.service-hero-techbar__items span {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.service-hero-techbar__items span::before {
	content: "";
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 999px;
	background: linear-gradient(180deg, #60a5fa, #1d4ed8);
	box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

html[lang|="en"] .service-hero-copy,
html[lang|="en"] .service-hero-description,
html[lang|="en"] .service-hero-feature,
html[lang|="en"] .service-hero-float-card,
html[lang|="en"] .service-hero-techbar {
	direction: ltr;
	text-align: left;
}

html[lang|="en"] .service-hero-dot-grid {
	left: auto;
	right: 0;
}

html[lang|="en"] .service-hero-mobile-shot {
	right: auto;
	left: clamp(34rem, 39vw, 42rem);
}

html[lang|="en"] .service-hero-float-card--dev,
html[lang|="en"] .service-hero-float-card--design,
html[lang|="en"] .service-hero-float-card--seo,
html[lang|="en"] .service-hero-float-card--score {
	right: auto;
	left: 0;
}

html[lang|="en"] .service-hero-desktop-image {
	right: auto;
	left: clamp(2rem, 3.5vw, 3.25rem);
	width: min(90%, 43.5rem);
}

html[lang|="en"] .service-hero-techbar {
	right: auto;
	left: clamp(7rem, 13vw, 14rem);
}

@media (max-width: 1279px) {
	.service-hero-layout {
		grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
	}

	.service-hero-title-line {
		font-size: clamp(3rem, 5.5vw, 5.35rem);
	}

	.service-hero-feature-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.service-hero-visual {
		min-height: 39rem;
	}

	.service-hero-showcase {
		min-height: 39rem;
	}

	.service-hero-desktop-image {
		right: -1rem;
		width: min(100%, 42rem);
	}

	.service-hero-mobile-shot {
		right: 30rem;
		width: 9rem;
	}

	.service-hero-techbar {
		right: 5rem;
		width: min(100%, 30rem);
	}
}

@media (max-width: 1023px) {
	.service-hero-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 2.5rem;
	}

	.service-hero-copy {
		text-align: center;
		padding-block: 0;
	}

	.service-hero-dot-grid {
		left: 50%;
		transform: translateX(-50%);
	}

	.service-hero-title-line {
		font-size: clamp(2.8rem, 8vw, 4.7rem);
	}

	.service-hero-description {
		max-width: 42rem;
		margin-left: auto;
		margin-right: auto;
	}

	.service-hero-feature-row {
		max-width: 34rem;
		margin-left: auto;
		margin-right: auto;
	}

	.service-hero-actions {
		justify-content: center;
	}

	.service-hero-visual {
		min-height: 42rem;
	}

	.service-hero-showcase {
		min-height: 42rem;
	}

	.service-hero-desktop-image {
		position: relative;
		top: 0;
		right: 0;
		margin: 0 auto;
	}

	.service-hero-mobile-shot {
		right: 8%;
		bottom: 4.5rem;
	}

	html[lang|="en"] .service-hero-mobile-shot {
		left: 8%;
		right: auto;
	}

	.service-hero-float-card--dev {
		top: 0.25rem;
	}

	.service-hero-float-card--design {
		top: 11rem;
	}

	.service-hero-float-card--seo {
		top: 21.7rem;
	}

	.service-hero-float-card--score {
		top: 32rem;
	}

	.service-hero-techbar {
		right: 10%;
		left: 10%;
		width: auto;
	}
}

@media (max-width: 767px) {
	.service-hero-shell {
		padding-top: 2.6rem;
		padding-bottom: 3rem;
	}

	.service-hero-shell::before {
		width: 24rem;
		height: 8rem;
		transform: translate(-22%, 40%);
	}

	.service-hero-gridline {
		mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0.24), transparent 88%);
	}

	.service-hero-dot-grid {
		top: -0.25rem;
		width: 2.5rem;
		height: 4.8rem;
		background-size: 12px 12px;
	}

	.service-hero-title {
		gap: 0.2rem;
		margin-bottom: 1rem;
	}

	.service-hero-title-line {
		font-size: 3.2rem;
		line-height: 0.98;
	}

	.service-hero-description {
		font-size: 1rem;
		line-height: 1.8;
		margin-bottom: 1.6rem;
	}

	.service-hero-feature-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.9rem 0.6rem;
		margin-bottom: 1.5rem;
	}

	.service-hero-feature {
		font-size: 0.86rem;
	}

	.service-hero-feature-icon {
		width: 3.35rem;
		height: 3.35rem;
	}

	.service-hero-feature-icon svg {
		width: 1.55rem;
		height: 1.55rem;
	}

	.service-hero-primary-cta {
		min-width: 0;
		width: 100%;
		font-size: 1.55rem;
		padding: 1rem 1.4rem;
	}

	.service-hero-visual {
		min-height: 24rem;
	}

	.service-hero-showcase {
		min-height: 24rem;
	}

	.service-hero-ring,
	.service-hero-float-card {
		display: none;
	}

	.service-hero-desktop-image {
		width: 100%;
		border-radius: 1.1rem;
		opacity: 0.34;
		box-shadow: none;
	}

	.service-hero-mobile-shot {
		right: auto;
		left: 50%;
		bottom: 1.5rem;
		width: 7.6rem;
		transform: translateX(-50%);
	}

	html[lang|="en"] .service-hero-mobile-shot {
		left: 50%;
	}

	.service-hero-techbar {
		right: 0.75rem;
		left: 0.75rem;
		bottom: 0;
		padding: 0.85rem 0.95rem 1rem;
	}

	.service-hero-techbar__label {
		font-size: 0.8rem;
	}

	.service-hero-techbar__items {
		gap: 0.7rem 0.85rem;
		font-size: 0.8rem;
	}
}
.article-content > * + * {
	margin-top: 1.5rem;
}

.article-hero-stack {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 2rem;
}

.article-hero-copy {
	min-width: 0;
	max-width: 58rem;
}

.article-hero-title {
	font-size: clamp(2rem, 4vw, 3.45rem);
	line-height: 1.24;
	font-weight: 900;
	margin: 0 0 1.15rem;
	text-wrap: balance;
}

.article-hero-description {
	max-width: 42rem;
	font-size: 1.02rem;
	line-height: 1.9;
	color: #dbeafe;
}

.article-hero-media {
	min-width: 0;
}

.article-hero-visual {
	overflow: hidden;
	border-radius: 1.75rem;
	aspect-ratio: 16 / 8.8;
	box-shadow: 0 28px 80px -42px rgba(15, 23, 42, 0.45);
}

.article-hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.article-meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.article-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem 0.9rem;
	max-width: min(100%, 54rem);
	padding: 0.9rem 1rem;
	border-radius: 1.5rem;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.article-breadcrumb__trail {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
	min-width: 0;
}

.article-breadcrumb__link {
	font-size: 0.9rem;
	font-weight: 700;
	color: #dbeafe;
	text-decoration: none;
	transition: color 0.2s ease;
}

.article-breadcrumb__link:hover {
	color: #fff;
}

.article-breadcrumb__separator {
	color: rgba(191, 219, 254, 0.85);
}

.article-breadcrumb__current {
	flex: 1 1 16rem;
	min-width: 0;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.55;
	color: #93c5fd;
	text-wrap: pretty;
	word-break: break-word;
}

.article-content h2,
.article-content h3,
.article-content h4 {
	color: inherit;
	font-weight: 800;
}

.article-content strong,
.article-content b,
.portfolio-article-content strong,
.portfolio-article-content b,
.portfolio-rich-card strong,
.portfolio-rich-card b {
	color: inherit;
	font-weight: 700;
}

.article-content ul,
.article-content ol {
	padding-right: 1.25rem;
}

.article-content blockquote {
	border-right: 4px solid var(--accent-color);
	padding: 1rem 1.25rem;
	background: rgba(15, 23, 42, 0.04);
	border-radius: 1rem;
}

.dark .article-content blockquote {
	background: rgba(255, 255, 255, 0.04);
}

.article-meta-pill,
.article-tag,
.article-share-link,
.article-nav-card,
.article-related-card,
.article-panel {
	border-radius: 1.5rem;
}

.article-meta-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.7rem 1rem;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.875rem;
	font-weight: 700;
}

.article-meta-pill svg {
	width: 1rem;
	height: 1rem;
	flex-shrink: 0;
}

.article-meta-pill--author {
	max-width: 100%;
}

.article-meta-pill--author span:last-child {
	min-width: 0;
	overflow-wrap: anywhere;
}

.article-panel {
	background: #fff;
	border: 1px solid rgba(148, 163, 184, 0.16);
	box-shadow: 0 20px 40px -28px rgba(15, 23, 42, 0.25);
}

.dark .article-panel {
	background: #0f172a;
	border-color: rgba(148, 163, 184, 0.16);
}

.article-sidebar-sticky {
	position: sticky;
	top: 6.5rem;
}

.blog-sidebar-sticky {
	position: sticky;
	top: 6.5rem;
}

.blog-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 2.5rem;
}

.blog-main-column {
	min-width: 0;
}

.blog-sidebar-column {
	min-width: 0;
}

.blog-posts-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 2rem;
}

.blog-post-card {
	background: #f8fafc;
	border: 1px solid rgba(148, 163, 184, 0.16);
	box-shadow: 0 20px 40px -28px rgba(15, 23, 42, 0.18);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.dark .blog-post-card {
	background: #1e293b;
	border-color: rgba(148, 163, 184, 0.16);
}

.blog-post-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 26px 60px -30px rgba(15, 23, 42, 0.28);
	border-color: rgba(37, 99, 235, 0.2);
}

.blog-post-card__link {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.blog-post-card__media {
	aspect-ratio: 16 / 10;
}

.blog-post-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transition: transform 0.35s ease;
}

.blog-post-card:hover .blog-post-card__image {
	transform: scale(1.03);
}

.blog-post-card__title {
	line-height: 1.45;
	transition: color 0.2s ease;
}

.blog-post-card:hover .blog-post-card__title {
	color: var(--accent-color);
}

.blog-post-card__excerpt {
	line-height: 1.95;
	min-height: 5.9rem;
}

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

@media (min-width: 1024px) {
	.blog-layout {
		grid-template-columns: minmax(0, 1fr) 19rem;
		align-items: start;
	}
}

.blog-sidebar-stack,
.blog-discovery-panel {
	display: grid;
	gap: 1.25rem;
}

.blog-sidebar-grid {
	display: grid;
	gap: 1.25rem;
}

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

.article-bottom-explore {
	padding-top: 0.5rem;
}

.blog-sidebar-card {
	padding: 1.5rem;
	background: #fff;
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 1.75rem;
	box-shadow: 0 20px 40px -28px rgba(15, 23, 42, 0.25);
}

.dark .blog-sidebar-card {
	background: #0f172a;
	border-color: rgba(148, 163, 184, 0.16);
}

.blog-sidebar-kicker {
	margin-bottom: 1rem;
	font-size: 0.95rem;
	line-height: 1.6;
	font-weight: 800;
	color: var(--accent-color);
}

.blog-search-form,
.blog-search-field-wrap {
	display: block;
}

.blog-search-field-wrap {
	position: relative;
}

.blog-sidebar-card .search-form,
.blog-sidebar-card .wp-block-search {
	display: block;
}

.blog-search-field {
	width: 100%;
	padding: 1rem 1rem 1rem 6rem;
	border-radius: 1rem;
	border: 1px solid rgba(148, 163, 184, 0.25);
	background: #f8fafc;
	color: #0f172a;
	font-size: 0.95rem;
}

.dark .blog-search-field {
	background: #020617;
	border-color: rgba(148, 163, 184, 0.18);
	color: #f8fafc;
}

.blog-search-field:focus {
	outline: none;
	border-color: var(--accent-color);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.blog-sidebar-card .search-field {
	width: 100%;
	padding: 1rem 1rem 1rem 6rem;
	border-radius: 1rem;
	border: 1px solid rgba(148, 163, 184, 0.25);
	background: #f8fafc;
	color: #0f172a;
	font-size: 0.95rem;
}

.blog-search-field::placeholder,
.blog-sidebar-card .search-field::placeholder {
	font-size: 0.9rem;
}

.dark .blog-sidebar-card .search-field {
	background: #020617;
	border-color: rgba(148, 163, 184, 0.18);
	color: #f8fafc;
}

.blog-sidebar-card .search-field:focus {
	outline: none;
	border-color: var(--accent-color);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.blog-search-submit {
	position: absolute;
	top: 0.45rem;
	left: 0.45rem;
	padding: 0.6rem 1rem;
	border: 0;
	border-radius: 0.85rem;
	background: var(--accent-color);
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

html[lang|="en"] .blog-search-form,
html[lang|="en"] .blog-search-field-wrap,
html[lang|="en"] .blog-sidebar-card .search-form,
html[lang|="en"] .blog-sidebar-card .wp-block-search {
	direction: ltr;
	text-align: left;
}

html[lang|="en"] .blog-search-field,
html[lang|="en"] .blog-sidebar-card .search-field {
	padding: 1rem 6rem 1rem 1rem;
	text-align: left;
}

html[lang|="en"] .blog-search-submit {
	left: auto;
	right: 0.45rem;
}

.blog-sidebar-card .search-form label {
	display: block;
}

.blog-sidebar-card .search-form {
	position: relative;
}

.blog-sidebar-card .search-submit {
	position: absolute;
	top: 0.45rem;
	left: 0.45rem;
	padding: 0.6rem 1rem;
	border: 0;
	border-radius: 0.85rem;
	background: var(--accent-color);
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

.blog-sidebar-list {
	display: grid;
	gap: 0.75rem;
}

.blog-sidebar-link,
.blog-recent-post {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.9rem 1rem;
	border-radius: 1rem;
	background: #f8fafc;
	color: inherit;
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.dark .blog-sidebar-link,
.dark .blog-recent-post {
	background: #020617;
}

.blog-sidebar-link:hover,
.blog-recent-post:hover {
	transform: translateY(-1px);
	background: rgba(37, 99, 235, 0.08);
	color: var(--accent-color);
}

.blog-recent-posts {
	display: grid;
	gap: 0.9rem;
}

.blog-recent-post {
	align-items: flex-start;
	flex-direction: column;
}

.blog-recent-post__title {
	font-weight: 800;
	line-height: 1.7;
}

.blog-recent-post__meta {
	font-size: 0.85rem;
	color: #64748b;
}

.blog-sidebar-card ul {
	display: grid;
	gap: 0.75rem;
}

.blog-sidebar-card .cat-item,
.blog-sidebar-card .recentcomments,
.blog-sidebar-card li {
	list-style: none;
}

.blog-sidebar-card .cat-item a,
.blog-sidebar-card .wp-block-latest-posts__list li a,
.blog-sidebar-card .widget_recent_entries li a {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 700;
	line-height: 1.8;
}

.blog-sidebar-card .widget_recent_entries li a,
.blog-sidebar-card .wp-block-latest-posts__list li a {
	display: block;
}

.blog-sidebar-card .widget_recent_entries li,
.blog-sidebar-card .wp-block-latest-posts__list li,
.blog-sidebar-card .cat-item {
	padding: 0.9rem 1rem;
	border-radius: 1rem;
	background: #f8fafc;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.dark .blog-sidebar-card .widget_recent_entries li,
.dark .blog-sidebar-card .wp-block-latest-posts__list li,
.dark .blog-sidebar-card .cat-item {
	background: #020617;
}

.blog-sidebar-card .widget_recent_entries li:hover,
.blog-sidebar-card .wp-block-latest-posts__list li:hover,
.blog-sidebar-card .cat-item:hover {
	transform: translateY(-1px);
	background: rgba(37, 99, 235, 0.08);
}

.blog-sidebar-card .post-date,
.blog-sidebar-card .count {
	display: inline-block;
	margin-top: 0.35rem;
	font-size: 0.82rem;
	color: #64748b;
}

.blog-sidebar-card .count {
	display: none;
}

.blog-pagination-wrap .navigation.pagination {
	display: flex;
	justify-content: center;
}

.blog-pagination-wrap .nav-links {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	padding: 0.5rem;
	border-radius: 1.5rem;
	background: #f8fafc;
	border: 1px solid rgba(148, 163, 184, 0.16);
	box-shadow: 0 18px 40px -30px rgba(15, 23, 42, 0.2);
}

.dark .blog-pagination-wrap .nav-links {
	background: #0f172a;
	border-color: rgba(148, 163, 184, 0.16);
}

.blog-pagination-wrap .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.8rem;
	height: 2.8rem;
	padding: 0 1rem;
	border-radius: 1rem;
	background: transparent;
	color: #334155;
	font-weight: 800;
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.dark .blog-pagination-wrap .page-numbers {
	color: #e2e8f0;
}

.blog-pagination-wrap a.page-numbers:hover {
	transform: translateY(-1px);
	background: rgba(37, 99, 235, 0.08);
	color: var(--accent-color);
}

.blog-pagination-wrap .page-numbers.current {
	background: var(--accent-color);
	color: #fff;
	box-shadow: 0 14px 28px -18px rgba(37, 99, 235, 0.6);
}

.blog-pagination-wrap .page-numbers.dots {
	min-width: auto;
	padding: 0 0.25rem;
	background: transparent;
	box-shadow: none;
}

.article-discovery {
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 1.75rem;
	background: #f8fafc;
	overflow: hidden;
}

.dark .article-discovery {
	background: #0b1220;
	border-color: rgba(148, 163, 184, 0.16);
}

.article-discovery > summary {
	list-style: none;
}

.article-discovery > summary::-webkit-details-marker {
	display: none;
}

.article-discovery__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.35rem 1.5rem;
	cursor: pointer;
	font-size: 1.05rem;
	font-weight: 800;
	color: #0f172a;
}

.dark .article-discovery__summary {
	color: #f8fafc;
}

.article-discovery__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 1rem;
	background: rgba(37, 99, 235, 0.08);
	color: var(--accent-color);
	font-size: 1.8rem;
	line-height: 1;
	transition: transform 0.2s ease;
}

.article-discovery[open] .article-discovery__icon {
	transform: rotate(45deg);
}

.article-discovery__body {
	padding: 0 1.25rem 1.25rem;
}

.article-author-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 1.25rem;
	align-items: start;
	margin-top: 2.5rem;
	padding: 1.5rem;
	border-radius: 1.75rem;
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(15, 23, 42, 0.03));
	border: 1px solid rgba(148, 163, 184, 0.16);
}

.dark .article-author-card {
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.16), rgba(15, 23, 42, 0.24));
	border-color: rgba(148, 163, 184, 0.18);
}

.article-author-avatar-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.article-author-logo {
	width: 4.35rem;
	height: 4.35rem;
	display: block;
	padding: 0;
	border-radius: 9999px;
	object-fit: cover;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.article-author-logo--fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #2563eb, #0f172a);
	color: #fff;
	font-size: 1.3rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.article-author-body {
	min-width: 0;
}

.article-author-name {
	margin: 0;
	font-size: clamp(1.5rem, 2.2vw, 2rem);
	line-height: 1.2;
	font-weight: 900;
	color: #0f172a;
}

.dark .article-author-name {
	color: #f8fafc;
}

.article-author-role {
	display: block;
	margin: 0.45rem 0 0;
	font-size: 0.98rem;
	font-weight: 700;
	color: var(--accent-color);
}

.article-author-bio {
	margin-top: 1rem;
	color: #475569;
	line-height: 1.9;
}

.article-author-bio p {
	margin: 0;
}

.article-author-bio p + p {
	margin-top: 0.85rem;
}

.dark .article-author-bio {
	color: #cbd5e1;
}

.article-author-linkedin {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin-top: 1rem;
	padding: 0.78rem 1rem;
	border-radius: 9999px;
	background: rgba(37, 99, 235, 0.08);
	color: var(--accent-color);
	font-size: 0.92rem;
	font-weight: 800;
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.article-author-linkedin svg {
	width: 1rem;
	height: 1rem;
	flex-shrink: 0;
}

.article-author-linkedin:hover {
	transform: translateY(-1px);
	background: var(--accent-color);
	color: #fff;
}

.article-section-kicker {
	margin-bottom: 0.35rem;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: var(--accent-color);
}

.article-toc-panel {
	padding: 0;
	border-radius: 1.5rem;
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.05), rgba(15, 23, 42, 0.03));
	border: 1px solid rgba(148, 163, 184, 0.16);
}

.dark .article-toc-panel {
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(15, 23, 42, 0.18));
	border-color: rgba(148, 163, 184, 0.14);
}

.article-toc-panel > summary {
	list-style: none;
}

.article-toc-panel > summary::-webkit-details-marker {
	display: none;
}

.article-toc-panel__summary {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.15rem;
	cursor: pointer;
}

.article-toc-panel__title {
	font-size: 1rem;
	line-height: 1.4;
	font-weight: 800;
	color: inherit;
}

.article-toc-panel__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 0.85rem;
	background: rgba(255, 255, 255, 0.75);
	color: var(--accent-color);
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
}

.dark .article-toc-panel__badge {
	background: rgba(15, 23, 42, 0.7);
}

.article-toc-panel[open] .article-toc-panel__badge {
	transform: rotate(45deg);
}

.article-toc-grid {
	display: grid;
	gap: 0.55rem;
	padding: 0 1rem 1rem;
}

.article-tag,
.article-share-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.8rem 1.05rem;
	background: rgba(14, 165, 233, 0.08);
	color: var(--accent-color);
	font-weight: 700;
	line-height: 1;
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.article-tag--outlined {
	background: transparent;
	border: 1px solid rgba(148, 163, 184, 0.32);
	color: #334155;
	padding: 0.7rem 1rem;
	border-radius: 0.75rem;
}

.dark .article-tag--outlined {
	color: #e2e8f0;
	border-color: rgba(148, 163, 184, 0.26);
	background: rgba(15, 23, 42, 0.38);
}

.article-share-link svg {
	width: 1.15rem;
	height: 1.15rem;
	flex-shrink: 0;
}

.article-share-link--button {
	border: 0;
	cursor: pointer;
}

.article-share-link span {
	font-size: 0.96rem;
}

.article-share-link--button.is-copied {
	background: #16a34a;
	color: #fff;
}

.article-share-link:hover,
.article-tag:hover {
	background: var(--accent-color);
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 16px 34px -22px rgba(37, 99, 235, 0.35);
}

.article-share-row {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.article-share-stack {
	display: grid;
	gap: 0.85rem;
}

.article-back-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	align-self: flex-start;
	padding: 0.95rem 1.35rem;
	border-radius: 1rem;
	border: 1px solid rgba(37, 99, 235, 0.14);
	background: rgba(37, 99, 235, 0.06);
	color: var(--accent-color);
	font-size: 0.96rem;
	font-weight: 800;
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.article-back-link:hover {
	background: var(--accent-color);
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 18px 36px -24px rgba(37, 99, 235, 0.45);
}

.dark .article-back-link {
	background: rgba(37, 99, 235, 0.12);
	border-color: rgba(96, 165, 250, 0.2);
	color: #bfdbfe;
}

.dark .article-back-link:hover {
	color: #fff;
}

.article-toc-link {
	display: block;
	padding: 0.7rem 0.85rem;
	border-radius: 0.9rem;
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(148, 163, 184, 0.12);
	color: inherit;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.65;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.dark .article-toc-link {
	background: rgba(15, 23, 42, 0.55);
	border-color: rgba(148, 163, 184, 0.1);
}

.article-toc-link:hover {
	background: rgba(14, 165, 233, 0.08);
	color: var(--accent-color);
	transform: translateY(-1px);
}

.article-toc-link--h3 {
	padding-right: 1.45rem;
}

.article-toc-link--h4 {
	padding-right: 2rem;
}

.article-callout {
	padding: 1.5rem;
	background: linear-gradient(135deg, rgba(14, 165, 233, 0.08), rgba(37, 99, 235, 0.08));
	border: 1px solid rgba(14, 165, 233, 0.12);
	border-radius: 1.5rem;
}

.article-nav-card,
.article-related-card {
	display: block;
	background: #fff;
	border: 1px solid rgba(148, 163, 184, 0.16);
	overflow: hidden;
}

.dark .article-nav-card,
.dark .article-related-card {
	background: #0f172a;
	border-color: rgba(148, 163, 184, 0.16);
}

.article-nav-inner,
.article-related-body {
	padding: 1.5rem;
}

.article-nav-kicker,
.article-related-meta {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.85rem;
	color: #64748b;
}

.article-nav-title {
	margin-top: 0.9rem;
	font-size: 1.2rem;
	font-weight: 800;
	color: inherit;
}

.article-related-thumb img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.95rem 1.6rem;
	background: var(--accent-color);
	color: #fff;
	border-radius: 1rem;
	font-weight: 800;
}

.filter-btn.active {
	background: var(--accent-color);
	color: #fff;
}

.portfolio-archive-shell {
	transition: opacity 0.2s ease;
}

.portfolio-archive-shell.portfolio-archive-loading {
	opacity: 0.55;
	pointer-events: none;
}

.service-accent-card .service-accent-link {
	color: #fff;
}

.service-accent-card .service-accent-icon {
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: #fff;
}

.service-accent-card:hover .service-accent-icon {
	background: rgba(255, 255, 255, 0.28);
	border-color: rgba(255, 255, 255, 0.28);
	color: #fff;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
}

.service-accent-card:hover .service-accent-link,
.service-accent-card .service-accent-link:hover {
	color: #e0f2fe;
	text-shadow: 0 1px 0 rgba(15, 23, 42, 0.12);
}

.wpgate-cf7-form .wpcf7 {
	direction: rtl;
}

.wpgate-cf7-form .wpcf7 form {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.wpgate-cf7-form .wpcf7 p {
	margin: 0;
}

.wpgate-cf7-form .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.wpgate-cf7-form input[type="text"],
.wpgate-cf7-form input[type="email"],
.wpgate-cf7-form input[type="tel"],
.wpgate-cf7-form input[type="file"],
.wpgate-cf7-form select,
.wpgate-cf7-form textarea {
	width: 100%;
	padding: 1rem 1.25rem;
	border-radius: 1.5rem;
	border: 1px solid rgb(229 231 235);
	background: rgb(249 250 251);
	color: rgb(17 24 39);
	transition: all 0.2s ease;
}

.dark .wpgate-cf7-form input[type="text"],
.dark .wpgate-cf7-form input[type="email"],
.dark .wpgate-cf7-form input[type="tel"],
.dark .wpgate-cf7-form input[type="file"],
.dark .wpgate-cf7-form select,
.dark .wpgate-cf7-form textarea {
	border-color: rgb(51 65 85);
	background: rgb(15 23 42);
	color: rgb(255 255 255);
}

.wpgate-cf7-form input:focus,
.wpgate-cf7-form select:focus,
.wpgate-cf7-form textarea:focus {
	outline: none;
	box-shadow: 0 0 0 2px var(--accent-color);
	border-color: var(--accent-color);
}

.wpgate-cf7-form input[type="submit"],
.wpgate-cf7-form button,
.wpgate-cf7-form .wpcf7-submit {
	width: 100%;
	padding: 1.25rem 1.5rem;
	border: 0;
	border-radius: 1.5rem;
	font-weight: 700;
	font-size: 1.125rem;
	background: var(--accent-color);
	color: #fff;
	cursor: pointer;
	box-shadow: 0 10px 30px -12px rgba(14, 165, 233, 0.5);
}

.wpgate-cf7-form .wpcf7-spinner {
	margin: 0.75rem 0 0;
}

.wpgate-cf7-form .wpcf7-response-output {
	margin: 0.5rem 0 0 !important;
	border-radius: 1rem;
	padding: 1rem !important;
}

html[lang|="en"] .wpgate-cf7-form .wpcf7,
html[lang|="en"] .wpgate-cf7-form .wpcf7 form,
html[lang|="en"] .wpgate-cf7-form .wpcf7 p,
html[lang|="en"] .wpgate-cf7-form .wpcf7 label,
html[lang|="en"] .wpgate-cf7-form .wpcf7 input,
html[lang|="en"] .wpgate-cf7-form .wpcf7 select,
html[lang|="en"] .wpgate-cf7-form .wpcf7 textarea,
html[lang|="en"] .wpgate-cf7-form .wpcf7 option {
	direction: ltr;
	text-align: left;
}

html[lang|="en"] .wpgate-cf7-form .wpcf7 br {
	display: none;
}

html[lang|="en"] .wpgate-cf7-form .wpcf7 label {
	display: block;
	font-weight: 700;
}

html[lang|="en"] .wpgate-cf7-form .wpcf7 input::placeholder,
html[lang|="en"] .wpgate-cf7-form .wpcf7 textarea::placeholder {
	text-align: left;
}

.contact-info-card {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 1.15rem 1.2rem;
	border-radius: 1.35rem;
	background: #fff;
	border: 1px solid rgba(148, 163, 184, 0.16);
	color: inherit;
	text-decoration: none;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.dark .contact-info-card {
	background: #0f172a;
	border-color: rgba(148, 163, 184, 0.16);
}

.contact-info-card:hover {
	transform: translateY(-2px);
	border-color: rgba(37, 99, 235, 0.3);
	box-shadow: 0 18px 40px -26px rgba(15, 23, 42, 0.25);
}

.contact-info-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 1rem;
	background: rgba(37, 99, 235, 0.08);
	color: var(--accent-color);
	flex-shrink: 0;
}

.contact-info-card__icon svg {
	width: 1.35rem;
	height: 1.35rem;
}

.contact-info-card__content {
	display: grid;
	gap: 0.3rem;
	min-width: 0;
}

.contact-info-card__label {
	font-size: 0.85rem;
	font-weight: 800;
	color: var(--accent-color);
}

.contact-info-card__value {
	font-size: 0.98rem;
	line-height: 1.8;
	font-weight: 700;
	color: #0f172a;
}

.dark .contact-info-card__value {
	color: #f8fafc;
}

.cookie-consent-banner {
	position: fixed;
	right: 1.5rem;
	left: auto;
	bottom: 1.5rem;
	z-index: 70;
	display: grid;
	gap: 0.7rem;
	width: min(20rem, calc(100vw - 3rem));
	padding: 0.95rem;
	border-radius: 1.15rem;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(226, 232, 240, 0.95);
	box-shadow: 0 22px 50px rgba(15, 23, 42, 0.14);
	backdrop-filter: blur(14px);
	color: #0f172a;
}

.cookie-consent-banner[hidden] {
	display: none !important;
}

.cookie-consent-banner__content {
	display: grid;
	gap: 0.35rem;
}

.cookie-consent-banner__title {
	margin: 0;
	font-size: 0.92rem;
	font-weight: 800;
	color: #0f172a;
}

.cookie-consent-banner__text {
	margin: 0;
	font-size: 0.84rem;
	line-height: 1.7;
	color: #475569;
}

.cookie-consent-banner__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
}

.cookie-consent-banner__link,
.cookie-consent-banner__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.45rem;
	padding: 0.65rem 0.88rem;
	border-radius: 0.85rem;
	font-size: 0.84rem;
	font-weight: 800;
	transition: all 0.2s ease;
}

.cookie-consent-banner__link {
	color: #64748b;
	text-decoration: none;
}

.cookie-consent-banner__link:hover {
	color: var(--accent-color);
}

.cookie-consent-banner__button {
	border: 1px solid transparent;
	cursor: pointer;
}

.cookie-consent-banner__button--primary {
	background: var(--accent-color);
	color: #fff;
	box-shadow: 0 14px 30px rgba(37, 99, 235, 0.26);
}

.cookie-consent-banner__button--primary:hover {
	transform: translateY(-1px);
	background: #1d4ed8;
}

.cookie-consent-banner__button--ghost {
	background: #fff;
	border-color: rgba(148, 163, 184, 0.22);
	color: #334155;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.cookie-consent-banner__button--ghost:hover {
	background: #f8fafc;
	color: #0f172a;
}

.dark .cookie-consent-banner {
	background: rgba(15, 23, 42, 0.94);
	border-color: rgba(148, 163, 184, 0.14);
	box-shadow: 0 24px 60px rgba(2, 6, 23, 0.36);
	color: #fff;
}

.dark .cookie-consent-banner__title {
	color: #fff;
}

.dark .cookie-consent-banner__text {
	color: rgba(226, 232, 240, 0.86);
}

.dark .cookie-consent-banner__link {
	color: #cbd5e1;
}

.dark .cookie-consent-banner__link:hover {
	color: #fff;
}

.dark .cookie-consent-banner__button--ghost {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(148, 163, 184, 0.18);
	color: #e2e8f0;
	box-shadow: none;
}

.dark .cookie-consent-banner__button--ghost:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.cookie-consent-banner--en,
html[lang|="en"] .cookie-consent-banner {
	direction: ltr;
	text-align: left;
}

@media (min-width: 768px) {
	.cookie-consent-banner {
		grid-template-columns: 1fr;
		align-items: start;
		padding: 0.95rem;
	}
}

@media (max-width: 767px) {
	.cookie-consent-banner {
		right: 0.75rem;
		left: auto;
		width: min(15.75rem, calc(100vw - 1.5rem));
		max-width: 15.75rem;
		bottom: 0.75rem;
		padding: 0.72rem;
		border-radius: 1rem;
		gap: 0.5rem;
	}

	html[lang|="en"] .cookie-consent-banner {
		left: auto;
		right: 0.75rem;
	}

	.cookie-consent-banner__title {
		font-size: 0.85rem;
	}

	.cookie-consent-banner__text {
		font-size: 0.75rem;
		line-height: 1.5;
	}

	.cookie-consent-banner__actions {
		gap: 0.45rem;
	}

	.cookie-consent-banner__link,
	.cookie-consent-banner__button {
		flex: 1 1 calc(50% - 0.4rem);
		min-height: 2.15rem;
		padding: 0.54rem 0.68rem;
		font-size: 0.76rem;
		border-radius: 0.8rem;
	}

	.cookie-consent-banner__link {
		order: 3;
		flex-basis: 100%;
		justify-content: flex-start;
	}

	body.cookie-banner-visible .floating-action-button--whatsapp {
		bottom: 9.25rem;
	}

	body.cookie-banner-visible .floating-action-button--top {
		bottom: 4.45rem;
	}

	.portfolio-showcase-frame {
		aspect-ratio: 4 / 3;
		padding: 0.75rem;
	}

	.portfolio-showcase-image {
		max-width: 100%;
		max-height: 100%;
	}
}

.portfolio-shell {
	position: relative;
}

.portfolio-hero-content {
	display: grid;
	gap: 1.25rem;
}

.portfolio-hero-breadcrumb {
	max-width: 100%;
}

.portfolio-hero-actions {
	padding-top: 0.25rem;
}

.portfolio-meta-card,
.portfolio-showcase-card,
.portfolio-rich-card,
.portfolio-stat-card,
.portfolio-cta-card,
.portfolio-related-card {
	border-radius: 1.75rem;
}

.portfolio-meta-card,
.portfolio-showcase-card,
.portfolio-rich-card,
.portfolio-stat-card,
.portfolio-cta-card,
.portfolio-related-card {
	background: #fff;
	border: 1px solid rgba(148, 163, 184, 0.16);
	box-shadow: 0 20px 40px -28px rgba(15, 23, 42, 0.25);
}

.dark .portfolio-meta-card,
.dark .portfolio-showcase-card,
.dark .portfolio-rich-card,
.dark .portfolio-stat-card,
.dark .portfolio-cta-card,
.dark .portfolio-related-card {
	background: #0f172a;
	border-color: rgba(148, 163, 184, 0.16);
}

.portfolio-rich-card > * + * {
	margin-top: 1.75rem;
}

.portfolio-showcase-frame {
	padding: 1rem;
}

.portfolio-showcase-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	border-radius: 1.15rem;
}

.dark .portfolio-showcase-frame {
	background: #0f172a;
}

.portfolio-article-content > * + * {
	margin-top: 1.85rem;
}

.portfolio-article-content h2,
.portfolio-rich-card h2 {
	font-size: 2rem;
	line-height: 1.25;
	font-weight: 800;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0.85rem;
}

.portfolio-article-content h3,
.portfolio-rich-card h3 {
	font-size: 1.35rem;
	line-height: 1.4;
	font-weight: 800;
	color: inherit;
}

.portfolio-article-content p,
.portfolio-article-content li,
.portfolio-rich-card p,
.portfolio-rich-card li {
	font-size: 1.05rem;
	line-height: 2;
	color: inherit;
	font-weight: 400;
}

.portfolio-article-content strong {
	color: inherit;
	font-weight: 700;
}

.portfolio-article-content ul,
.portfolio-article-content ol,
.portfolio-rich-card ul,
.portfolio-rich-card ol {
	padding-right: 1.2rem;
}

.portfolio-article-content li + li {
	margin-top: 0.65rem;
}

.portfolio-article-content blockquote,
.portfolio-rich-card blockquote {
	border-right: 4px solid var(--accent-color);
	padding: 1rem 1.25rem;
	background: rgba(14, 165, 233, 0.08);
	border-radius: 1rem;
}

.portfolio-template-grid {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 1rem;
}

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

.portfolio-template-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.95rem 1.15rem;
	border-radius: 1rem;
	background: rgba(14, 165, 233, 0.08);
	color: var(--accent-color);
	font-weight: 700;
	line-height: 1.65;
}

.portfolio-template-steps > li + li {
	margin-top: 0.9rem;
}

.portfolio-side-title {
	margin-bottom: 1.25rem;
	font-size: 0.95rem;
	line-height: 1.6;
	font-weight: 800;
	color: var(--accent-color);
}

.portfolio-value-item {
	display: grid;
	gap: 0.7rem;
	padding: 0.35rem 0 0.7rem;
}

.portfolio-value-item__title {
	margin: 0;
	font-size: 1.25rem;
	line-height: 1.35;
	font-weight: 800;
	color: #0f172a;
}

.portfolio-value-item__description {
	margin: 0;
	font-size: 1rem;
	line-height: 1.9;
	color: #475569;
	font-weight: 400;
}

.dark .portfolio-value-item__title {
	color: #f8fafc;
}

.dark .portfolio-value-item__description {
	color: #cbd5e1;
}

.portfolio-gallery-controls {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	direction: ltr;
}

.portfolio-gallery-control {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 999px;
	border: 1px solid rgba(148, 163, 184, 0.24);
	background: #fff;
	color: #0f172a;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.portfolio-gallery-control:hover {
	transform: translateY(-1px);
	background: #eff6ff;
	color: #2563eb;
}

.dark .portfolio-gallery-control {
	background: #0f172a;
	color: #f8fafc;
	border-color: rgba(148, 163, 184, 0.16);
}

.dark .portfolio-gallery-control:hover {
	background: #172036;
	color: #93c5fd;
}

.portfolio-gallery-slider {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(78%, 78%);
	gap: 1.25rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding-bottom: 0.35rem;
	scrollbar-width: none;
}

.portfolio-gallery-slider::-webkit-scrollbar {
	display: none;
}

@media (min-width: 768px) {
	.portfolio-gallery-slider {
		grid-auto-columns: minmax(48%, 48%);
	}
}

.portfolio-gallery-slide {
	scroll-snap-align: start;
}

.portfolio-gallery-card {
	border-radius: 1.5rem;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(148, 163, 184, 0.16);
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
	aspect-ratio: 4 / 3;
}

.portfolio-gallery-card--button {
	display: block;
	width: 100%;
	padding: 0;
	cursor: zoom-in;
}

.dark .portfolio-gallery-card {
	background: #0f172a;
	border-color: rgba(148, 163, 184, 0.16);
}

.portfolio-gallery-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.portfolio-gallery-card:hover img {
	transform: scale(1.03);
}

.portfolio-cta-card {
	background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
	border-color: transparent;
	box-shadow: 0 28px 60px rgba(37, 99, 235, 0.28);
}

.portfolio-cta-card h3,
.portfolio-cta-card p,
.portfolio-cta-card a {
	color: #fff;
}

.portfolio-cta-card h3 {
	line-height: 1.25;
}

.portfolio-cta-card p {
	opacity: 0.92;
	font-size: 1rem;
	line-height: 1.95;
}

.portfolio-related-card > .portfolio-card-link {
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.portfolio-main-grid {
	gap: 2rem;
}

.portfolio-sidebar-stack > * + * {
	margin-top: 1.5rem;
}

.portfolio-rich-card,
.portfolio-stat-card,
.portfolio-cta-card {
	padding: 2rem;
}

.portfolio-shell--en .portfolio-hero-content,
.portfolio-shell--en .portfolio-rich-card,
.portfolio-shell--en .portfolio-stat-card,
.portfolio-shell--en .portfolio-cta-card,
.portfolio-shell--en .portfolio-article-content,
.portfolio-shell--en .portfolio-template-steps,
.portfolio-shell--en .portfolio-value-item,
.portfolio-shell--en .portfolio-template-pill,
.portfolio-shell--en .portfolio-related-card,
.portfolio-shell--en .portfolio-gallery-slide {
	direction: ltr;
	text-align: left;
}

.portfolio-shell--en .portfolio-hero-breadcrumb,
.portfolio-shell--en .portfolio-hero-actions,
.portfolio-shell--en .portfolio-gallery-controls {
	direction: ltr;
}

.portfolio-shell--en .portfolio-article-content ul,
.portfolio-shell--en .portfolio-article-content ol,
.portfolio-shell--en .portfolio-rich-card ul,
.portfolio-shell--en .portfolio-rich-card ol,
.portfolio-shell--en .portfolio-template-steps {
	padding-left: 1.2rem;
	padding-right: 0;
}

.portfolio-shell--en .portfolio-article-content h2,
.portfolio-shell--en .portfolio-rich-card h2 {
	margin-bottom: 1.1rem;
}

.portfolio-shell--en .portfolio-article-content p + h2,
.portfolio-shell--en .portfolio-rich-card p + h2,
.portfolio-shell--en .portfolio-template-grid + h2,
.portfolio-shell--en .portfolio-article-content blockquote {
	margin-top: 2rem;
}

.portfolio-shell--en .portfolio-article-content blockquote,
.portfolio-shell--en .portfolio-rich-card blockquote {
	border-left: 4px solid var(--accent-color);
	border-right: 0;
}

.portfolio-shell--en .portfolio-value-item__title,
.portfolio-shell--en .portfolio-value-item__description,
.portfolio-shell--en .portfolio-side-title {
	text-align: left;
}

.portfolio-shell--en .portfolio-related-card .portfolio-card-link,
.portfolio-shell--en .portfolio-related-card .p-8,
.portfolio-shell--en .portfolio-related-card h3,
.portfolio-shell--en .portfolio-related-card p,
.portfolio-shell--en .portfolio-related-card span {
	text-align: left;
	direction: ltr;
}

.portfolio-shell--en .portfolio-related-card .rtl\:rotate-180 {
	transform: none;
}

.footer-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	direction: ltr;
	justify-content: flex-end;
}

.footer-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 1rem;
	background: rgba(15, 23, 42, 0.9);
	border: 1px solid rgba(148, 163, 184, 0.18);
	color: #cbd5e1;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
	transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.footer-social-link:hover {
	transform: translateY(-2px);
	color: #fff;
	border-color: rgba(59, 130, 246, 0.45);
	background: rgba(30, 41, 59, 0.96);
}

.footer-social-link svg {
	width: 1.45rem;
	height: 1.45rem;
}

html:not(.dark) body.translatepress-en_US .grid.grid-cols-1.md\:grid-cols-2.gap-6.md\:hidden h3 > span.text-xs,
html:not(.dark) body.translatepress-en_US .overflow-x-auto.pb-4.custom-scrollbar table thead span.text-\[10px\] {
	color: #4b5563;
}

html:not(.dark) body.translatepress-en_US .grid.grid-cols-1.md\:grid-cols-2.gap-6.md\:hidden span.font-bold.text-green-600,
html:not(.dark) body.translatepress-en_US .overflow-x-auto.pb-4.custom-scrollbar td.text-green-600 {
	color: #15803d;
}

html:not(.dark) body.translatepress-en_US .grid.grid-cols-1.md\:grid-cols-2.gap-6.md\:hidden span.font-bold.text-orange-500,
html:not(.dark) body.translatepress-en_US .overflow-x-auto.pb-4.custom-scrollbar td.text-orange-500 {
	color: #b45309;
}

html:not(.dark) body.translatepress-en_US .grid.grid-cols-1.md\:grid-cols-2.gap-6.md\:hidden span.font-bold.text-red-500,
html:not(.dark) body.translatepress-en_US .overflow-x-auto.pb-4.custom-scrollbar td.text-red-500,
html:not(.dark) body.translatepress-en_US .overflow-x-auto.pb-4.custom-scrollbar td.text-red-600 {
	color: #b91c1c;
}

html:not(.dark) body.translatepress-en_US .bg-accent-600 p.text-xl.text-primary-100 {
	color: #eff6ff;
}

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

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

.footer-meta__legal {
	flex-direction: row-reverse;
}

html[lang|="en"] .footer-column,
html[lang|="en"] .footer-meta {
	text-align: left;
}

html[lang|="en"] .footer-social-links {
	justify-content: flex-start;
}

html[lang|="en"] .footer-meta__legal {
	flex-direction: row;
}

@media (min-width: 768px) {
	.footer-meta {
		flex-direction: row;
		align-items: flex-start;
	}

	html[lang|="en"] .footer-meta {
		flex-direction: row;
	}
}

body.portfolio-lightbox-open {
	overflow: hidden;
}

.portfolio-lightbox[hidden] {
	display: none;
}

.portfolio-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
}

.portfolio-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(2, 6, 23, 0.92);
	backdrop-filter: blur(6px);
}

.portfolio-lightbox__dialog {
	position: relative;
	z-index: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 1rem;
}

.portfolio-lightbox__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
	color: #fff;
}

.portfolio-lightbox__icon,
.portfolio-lightbox__nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	border-radius: 999px;
	backdrop-filter: blur(8px);
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.portfolio-lightbox__icon {
	width: 3rem;
	height: 3rem;
}

.portfolio-lightbox__nav {
	width: 3.5rem;
	height: 3.5rem;
	flex-shrink: 0;
}

.portfolio-lightbox__icon:hover,
.portfolio-lightbox__nav:hover {
	background: rgba(255, 255, 255, 0.16);
	transform: translateY(-1px);
}

.portfolio-lightbox__counter {
	font-size: 0.95rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.88);
	direction: ltr;
}

.portfolio-lightbox__stage {
	flex: 1;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem;
	min-height: 0;
	direction: ltr;
}

.portfolio-lightbox__figure {
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	min-height: 0;
	direction: rtl;
}

.portfolio-lightbox__image {
	max-width: 100%;
	max-height: calc(100vh - 11rem);
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 1rem;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
	background: #fff;
}

.portfolio-lightbox__caption {
	text-align: center;
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.95rem;
	line-height: 1.7;
	max-width: 60rem;
}

@media (max-width: 767px) {
	.blog-sidebar-sticky {
		position: static;
	}

	.article-breadcrumb {
		align-items: flex-start;
		gap: 0.55rem;
		padding: 0.85rem 0.95rem;
		border-radius: 1.25rem;
	}

	.article-breadcrumb__trail {
		gap: 0.45rem;
	}

	.article-breadcrumb__current {
		flex-basis: 100%;
		padding-top: 0.55rem;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		font-size: 0.92rem;
		line-height: 1.5;
	}

	.article-share-link {
		padding: 0.78rem 0.95rem;
	}

	.article-share-link span {
		font-size: 0.92rem;
	}

	.article-hero-title {
		font-size: 2rem;
		line-height: 1.25;
	}

	.article-hero-description {
		font-size: 0.96rem;
	}

	.article-toc-panel__head {
		flex-direction: column;
	}

	.article-share-row {
		gap: 1.1rem;
	}

	.article-author-card {
		grid-template-columns: minmax(0, 1fr);
		padding: 1.25rem;
	}

	.article-author-avatar-wrap {
		justify-content: flex-start;
	}

	.article-author-logo {
		width: 3.9rem;
		height: 3.9rem;
	}

	.portfolio-lightbox__dialog {
		padding: 0.75rem;
	}

	.portfolio-lightbox__stage {
		grid-template-columns: 1fr;
		gap: 0.75rem;
	}

	.portfolio-lightbox__nav {
		position: absolute;
		bottom: 1.5rem;
		z-index: 2;
	}

	.portfolio-lightbox__nav--prev {
		left: 1rem;
	}

	.portfolio-lightbox__nav--next {
		right: 1rem;
	}

	.portfolio-lightbox__image {
		max-height: calc(100vh - 13rem);
	}
}

@media (min-width: 1024px) {
	.article-hero-stack {
		gap: 2.5rem;
	}

	.article-share-row {
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
		gap: 2rem;
	}

	.portfolio-main-grid {
		gap: 2.5rem;
	}

	.portfolio-shell .space-y-6 > * + * {
		margin-top: 1.75rem;
	}

	.portfolio-showcase-card {
		margin-bottom: 3rem;
	}

	.portfolio-showcase-frame {
		padding: 1.25rem;
	}

	.portfolio-rich-card,
	.portfolio-stat-card,
	.portfolio-cta-card {
		padding: 2.5rem;
	}
}

html[lang|="en"] .legal-page-content,
html[lang|="en"] .legal-page-content p,
html[lang|="en"] .legal-page-content h2,
html[lang|="en"] .legal-page-content h3,
html[lang|="en"] .legal-page-content li {
	direction: ltr;
	text-align: left;
}

html[lang|="en"] .legal-page-content h2,
html[lang|="en"] .legal-page-content h3 {
	margin-left: 0;
	margin-right: 0;
}

@media (max-width: 640px) {
	.why-us-section .why-us-stat-card {
		padding: 1.5rem;
	}

	.why-us-section .why-us-stat-value {
		font-size: 3.25rem;
		line-height: 1;
		margin-bottom: 0.65rem;
	}

	.why-us-section .why-us-stat-label {
		font-size: 0.95rem;
		line-height: 1.45;
	}

	.footer-social-links {
		gap: 0.7rem;
	}

	.footer-social-link {
		width: 3rem;
		height: 3rem;
		border-radius: 0.9rem;
	}

	.footer-social-link svg {
		width: 1.2rem;
		height: 1.2rem;
	}
}

@media (max-width: 767px) {
	.home main > section:first-of-type {
		padding-top: clamp(6.25rem, 24vw, 7.5rem);
	}

	main > section.service-hero-shell,
	main > section[class$="-hero-shell"],
	main > section[class*=" -hero-shell"] {
		padding-top: clamp(6.25rem, 24vw, 7.25rem) !important;
	}

	#mobile-menu-overlay {
		padding-top: env(safe-area-inset-top, 0px);
	}

	#mobile-menu-overlay .mobile-menu-panel {
		align-items: stretch;
		justify-content: flex-start;
		gap: 1.75rem;
		padding-top: 1.75rem;
		padding-bottom: calc(7.5rem + env(safe-area-inset-bottom, 0px));
		overscroll-behavior: contain;
	}

	#mobile-menu-overlay .mobile-menu-item {
		width: 100%;
		scroll-margin-top: 6rem;
	}

	#mobile-menu-overlay .mobile-menu-parent {
		min-height: 3.5rem;
		align-items: center;
	}

	#mobile-menu-overlay .mobile-menu-link {
		display: block;
		width: 100%;
		line-height: 1.2;
	}

	#mobile-menu-overlay .mobile-submenu-panel {
		margin-top: 0.85rem;
		padding: 1.5rem 1.25rem;
	}

	.footer-meta {
		align-items: center;
		gap: 1rem;
	}

	.footer-meta > p {
		order: 1;
	}

	.footer-meta__legal {
		order: 0;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.85rem 1.5rem;
	}

	.floating-action-button {
		left: 1rem;
		width: 3.25rem;
		height: 3.25rem;
	}

	.floating-action-button--whatsapp {
		bottom: 6.5rem;
	}

	.floating-action-button--top {
		bottom: 2rem;
	}

	body.mobile-menu-open .floating-action-button,
	body.mobile-menu-open .cookie-consent-banner,
	body.footer-in-view .floating-action-button {
		opacity: 0;
		pointer-events: none;
		transform: translateY(0.75rem);
	}
}

/* Final web-development hero override: the right mockup is a single exported asset. */
.service-hero-shell {
	padding-top: clamp(4.5rem, 6vw, 5.9rem);
	padding-bottom: clamp(3.2rem, 4.5vw, 4.6rem);
	background:
		radial-gradient(circle at 84% 8%, rgba(37, 99, 235, 0.34), transparent 22%),
		radial-gradient(circle at 8% 96%, rgba(37, 99, 235, 0.38), transparent 24%),
		linear-gradient(90deg, #061641 0%, #071c58 48%, #061236 100%);
}

.service-hero-shell .container {
	max-width: 96rem;
	padding-left: clamp(2rem, 5vw, 5.5rem);
	padding-right: clamp(2rem, 5vw, 5.5rem);
}

.service-hero-layout {
	grid-template-columns: minmax(30rem, 0.86fr) minmax(0, 1.14fr);
	gap: clamp(1.5rem, 2.5vw, 2.75rem);
	align-items: center;
}

.service-hero-copy {
	padding-block: 0.5rem 0;
	padding-inline-start: clamp(1rem, 2vw, 2.2rem);
}

.service-hero-title-line {
	font-size: clamp(4.15rem, 5.15vw, 5.7rem);
	letter-spacing: 0;
	white-space: nowrap;
}

.service-hero-description,
.service-hero-feature-row {
	max-width: 36.5rem;
}

.service-hero-media {
	margin-inline-start: clamp(-7.4rem, -7vw, -4.6rem);
	direction: ltr;
}

.service-hero-visual,
.service-hero-showcase {
	min-height: 0;
}

.service-hero-visual > :not(.service-hero-composite-image) {
	display: none !important;
}

.service-hero-composite-image {
	position: relative;
	z-index: 2;
	display: block;
	width: min(58vw, 62.5rem);
	max-width: none;
	height: auto;
	margin-inline-start: auto;
	transform: translateX(1.8rem);
	filter: drop-shadow(0 32px 70px rgba(2, 8, 30, 0.3));
}

@media (max-width: 1279px) {
	.service-hero-layout {
		grid-template-columns: minmax(25rem, 0.9fr) minmax(0, 1.1fr);
	}

	.service-hero-title-line {
		font-size: clamp(3.35rem, 5.4vw, 4.35rem);
	}

	.service-hero-media {
		margin-inline-start: -4.2rem;
	}

	.service-hero-composite-image {
		width: min(58vw, 50rem);
		transform: translateX(1.2rem);
	}
}

@media (max-width: 1023px) {
	.service-hero-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 2rem;
	}

	.service-hero-copy {
		padding-inline-start: 0;
		text-align: center;
	}

	.service-hero-description,
	.service-hero-feature-row {
		max-width: 42rem;
		margin-left: auto;
		margin-right: auto;
	}

	.service-hero-actions {
		justify-content: center;
	}

	.service-hero-media {
		margin-inline-start: 0;
	}

	.service-hero-composite-image {
		width: min(100%, 48rem);
		margin-inline: auto;
		transform: none;
	}
}

@media (max-width: 767px) {
	.service-hero-shell .container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.service-hero-title-line {
		font-size: clamp(2.6rem, 13vw, 3.15rem);
		line-height: 1.02;
	}

	.service-hero-composite-image {
		left: 50%;
		width: min(100.8vw, 25.2rem);
		margin-inline: 0;
		transform: translateX(-50%);
	}
}

.service-hero-actions {
	justify-content: center;
	max-width: 36.5rem;
}

.service-hero-dot-grid {
	display: none;
}

@media (max-width: 767px) {
	.service-hero-title {
		gap: 0.7rem;
		line-height: 1.08;
		margin-bottom: 1.15rem;
	}

	.service-hero-title-line {
		line-height: 1.08;
	}
}

/* Keep the exported hero mockup 10% smaller than the original placement. */
.service-hero-composite-image {
	width: min(52.2vw, 56.25rem) !important;
}

@media (max-width: 1279px) {
	.service-hero-composite-image {
		width: min(52.2vw, 45rem) !important;
	}
}

@media (max-width: 1023px) {
	.service-hero-composite-image {
		width: min(90%, 43.2rem) !important;
	}
}

@media (max-width: 767px) {
	.service-hero-composite-image {
		width: min(100.8vw, 25.2rem) !important;
	}
}

/* Scoped hero for the WordPress theme customization page only. */
.wptc-hero-shell {
	padding-top: clamp(4.5rem, 6vw, 5.9rem);
	padding-bottom: clamp(3.2rem, 4.5vw, 4.6rem);
	background:
		radial-gradient(circle at 84% 8%, rgba(37, 99, 235, 0.34), transparent 22%),
		radial-gradient(circle at 8% 96%, rgba(37, 99, 235, 0.38), transparent 24%),
		linear-gradient(90deg, #061641 0%, #071c58 48%, #061236 100%);
}

.wptc-hero-shell .container {
	max-width: 96rem;
	padding-left: clamp(2rem, 5vw, 5.5rem);
	padding-right: clamp(2rem, 5vw, 5.5rem);
}

.wptc-hero-layout {
	display: grid;
	grid-template-columns: minmax(30rem, 0.86fr) minmax(0, 1.14fr);
	gap: clamp(1.5rem, 2.5vw, 2.75rem);
	align-items: center;
	direction: ltr;
}

.wptc-hero-copy {
	padding-block: 0.5rem 0;
	padding-inline-end: clamp(1rem, 2vw, 2.2rem);
	direction: rtl;
	text-align: right;
}

.wptc-hero-dot-grid {
	display: none;
}

.wptc-hero-title {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	margin: 0 0 1.5rem;
}

.wptc-hero-title-line {
	font-size: clamp(4.15rem, 5.15vw, 5.7rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.95;
	white-space: nowrap;
}

.wptc-hero-title-line--accent {
	color: #3b82f6;
}

.wptc-hero-description,
.wptc-hero-feature-row {
	max-width: 36.5rem;
}

.wptc-hero-description {
	margin: 0 0 2.2rem;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1.125rem, 1.3vw, 1.42rem);
	line-height: 1.8;
}

.wptc-hero-feature-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 2.3rem;
}

.wptc-hero-feature {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.85rem;
	text-align: center;
	color: #f8fafc;
	font-weight: 800;
	line-height: 1.55;
}

.wptc-hero-feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 1.1rem;
	border: 1px solid rgba(96, 165, 250, 0.34);
	background: rgba(15, 23, 42, 0.16);
	color: #4f8dff;
}

.wptc-hero-feature-icon svg {
	width: 1.45rem;
	height: 1.45rem;
}

.wptc-hero-actions {
	display: flex;
	justify-content: center;
	max-width: 36.5rem;
}

.wptc-hero-primary-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.85rem;
	min-width: 18.5rem;
	padding: 1.15rem 2.4rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #2563eb, #3b82f6);
	color: #fff;
	font-size: 1.4rem;
	font-weight: 900;
	box-shadow: 0 24px 50px rgba(37, 99, 235, 0.28);
	transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.wptc-hero-primary-cta:hover {
	transform: translateY(-2px);
	filter: brightness(1.05);
	box-shadow: 0 28px 58px rgba(37, 99, 235, 0.36);
}

.wptc-hero-primary-cta__arrow {
	display: inline-flex;
	width: 1.2rem;
	height: 1.2rem;
}

.wptc-hero-primary-cta__arrow svg {
	width: 100%;
	height: 100%;
}

.wptc-hero-media {
	margin-inline-start: 0;
	direction: ltr;
	justify-self: end;
}

.wptc-hero-visual,
.wptc-hero-showcase {
	min-height: 0;
}

.wptc-hero-composite-image {
	position: relative;
	z-index: 2;
	display: block;
	width: min(48vw, 50rem);
	max-width: none;
	height: auto;
	margin-inline-start: auto;
	transform: none;
	filter: drop-shadow(0 32px 70px rgba(2, 8, 30, 0.3));
}

@media (max-width: 1279px) {
	.wptc-hero-layout {
		grid-template-columns: minmax(25rem, 0.9fr) minmax(0, 1.1fr);
	}

	.wptc-hero-title-line {
		font-size: clamp(3.35rem, 5.4vw, 4.35rem);
	}

	.wptc-hero-media {
		margin-inline-start: 0;
	}

	.wptc-hero-composite-image {
		width: min(46vw, 42rem);
		transform: none;
	}
}

@media (max-width: 1023px) {
	.wptc-hero-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 2rem;
	}

	.wptc-hero-copy {
		padding-inline-end: 0;
		text-align: center;
	}

	.wptc-hero-description,
	.wptc-hero-feature-row {
		max-width: 42rem;
		margin-left: auto;
		margin-right: auto;
	}

	.wptc-hero-actions {
		justify-content: center;
	}

	.wptc-hero-media {
		margin-inline-start: 0;
	}

	.wptc-hero-composite-image {
		width: min(90%, 43.2rem);
		margin-inline: auto;
		transform: none;
	}
}

@media (max-width: 767px) {
	.wptc-hero-shell .container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.wptc-hero-title {
		gap: 0.7rem;
		line-height: 1.08;
		margin-bottom: 1.15rem;
	}

	.wptc-hero-title-line {
		font-size: clamp(2.6rem, 13vw, 3.15rem);
		line-height: 1.08;
	}

	.wptc-hero-description {
		font-size: 1rem;
		line-height: 1.8;
	}

	.wptc-hero-feature-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem 0.9rem;
	}

	.wptc-hero-feature {
		font-size: 0.95rem;
	}

	.wptc-hero-feature-icon {
		width: 3rem;
		height: 3rem;
		border-radius: 1rem;
	}

	.wptc-hero-feature-icon svg {
		width: 1.2rem;
		height: 1.2rem;
	}

	.wptc-hero-primary-cta {
		min-width: min(100%, 19rem);
		padding: 1rem 2rem;
		font-size: 1.18rem;
	}

	.wptc-hero-composite-image {
		left: 50%;
		width: min(100.8vw, 25.2rem);
		margin-inline: 0;
		transform: translateX(-50%);
	}
}

.pwp-hero-shell {
	padding-top: clamp(4.5rem, 6vw, 5.9rem);
	padding-bottom: clamp(3.2rem, 4.5vw, 4.6rem);
	background:
		radial-gradient(circle at 84% 8%, rgba(37, 99, 235, 0.34), transparent 22%),
		radial-gradient(circle at 8% 96%, rgba(37, 99, 235, 0.38), transparent 24%),
		linear-gradient(90deg, #061641 0%, #071c58 48%, #061236 100%);
}

.pwp-hero-shell .container {
	max-width: 96rem;
	padding-left: clamp(2rem, 5vw, 5.5rem);
	padding-right: clamp(2rem, 5vw, 5.5rem);
}

.pwp-hero-layout {
	display: grid;
	grid-template-columns: minmax(30rem, 0.84fr) minmax(0, 1.16fr);
	gap: clamp(1.5rem, 2.6vw, 2.9rem);
	align-items: center;
	direction: ltr;
}

.pwp-hero-copy {
	position: relative;
	padding-block: 0.65rem 0;
	padding-inline-end: clamp(1rem, 2vw, 2rem);
	direction: rtl;
	text-align: right;
}

.pwp-hero-dot-grid {
	position: absolute;
	top: -0.2rem;
	left: 0;
	width: 4.8rem;
	height: 4.8rem;
	opacity: 0.5;
	background-image: radial-gradient(circle, rgba(79, 141, 255, 0.82) 1.2px, transparent 1.2px);
	background-size: 1rem 1rem;
}

.pwp-hero-title {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	margin: 0 0 1.6rem;
}

.pwp-hero-title-line {
	font-size: clamp(4.2rem, 5.35vw, 5.9rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.95;
	white-space: nowrap;
}

.pwp-hero-title-line--accent {
	color: #3b82f6;
}

.pwp-hero-description,
.pwp-hero-feature-row,
.pwp-hero-actions {
	max-width: 37rem;
}

.pwp-hero-description {
	margin: 0 0 2.2rem;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1.125rem, 1.3vw, 1.42rem);
	line-height: 1.8;
}

.pwp-hero-feature-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 2.35rem;
}

.pwp-hero-feature {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.85rem;
	text-align: center;
	color: #f8fafc;
	font-weight: 800;
	line-height: 1.55;
}

.pwp-hero-feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 1.1rem;
	border: 1px solid rgba(96, 165, 250, 0.34);
	background: rgba(15, 23, 42, 0.16);
	color: #4f8dff;
}

.pwp-hero-feature-icon svg {
	width: 1.45rem;
	height: 1.45rem;
}

.pwp-hero-actions {
	display: flex;
	justify-content: center;
}

.pwp-hero-primary-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 19rem;
	padding: 1.15rem 2.55rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #2563eb, #3b82f6);
	color: #fff;
	font-size: 1.45rem;
	font-weight: 900;
	box-shadow: 0 24px 50px rgba(37, 99, 235, 0.28);
	transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.pwp-hero-primary-cta:hover {
	transform: translateY(-2px);
	filter: brightness(1.05);
	box-shadow: 0 28px 58px rgba(37, 99, 235, 0.36);
}

.pwp-hero-media {
	margin-inline-start: 0;
	direction: ltr;
	justify-self: end;
}

.pwp-hero-showcase {
	min-height: 0;
}

.pwp-hero-composite-image {
	display: block;
	width: min(46vw, 52rem);
	max-width: none;
	height: auto;
	margin-inline-start: auto;
	filter: drop-shadow(0 32px 70px rgba(2, 8, 30, 0.3));
}

@media (max-width: 1279px) {
	.pwp-hero-layout {
		grid-template-columns: minmax(25rem, 0.88fr) minmax(0, 1.12fr);
	}

	.pwp-hero-title-line {
		font-size: clamp(3.45rem, 5.35vw, 4.55rem);
	}

	.pwp-hero-composite-image {
		width: min(43vw, 41rem);
	}
}

@media (max-width: 1023px) {
	.pwp-hero-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 2rem;
	}

	.pwp-hero-copy {
		padding-inline-end: 0;
		text-align: center;
	}

	.pwp-hero-dot-grid {
		left: 50%;
		transform: translateX(-50%);
	}

	.pwp-hero-description,
	.pwp-hero-feature-row,
	.pwp-hero-actions {
		max-width: 42rem;
		margin-left: auto;
		margin-right: auto;
	}

	.pwp-hero-actions {
		justify-content: center;
	}

	.pwp-hero-composite-image {
		width: min(88%, 40rem);
		margin-inline: auto;
	}
}

@media (max-width: 767px) {
	.pwp-hero-shell .container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.pwp-hero-title {
		max-width: min(100%, 20rem);
		gap: 0.7rem;
		line-height: 1.08;
		margin-bottom: 1.15rem;
		margin-left: auto;
		margin-right: auto;
	}

	.pwp-hero-title-line {
		font-size: clamp(2.35rem, 10.4vw, 2.95rem);
		line-height: 1.08;
		white-space: normal;
	}

	.pwp-hero-description {
		font-size: 1rem;
		line-height: 1.8;
	}

	.pwp-hero-feature-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem 0.9rem;
	}

	.pwp-hero-feature {
		font-size: 0.95rem;
	}

	.pwp-hero-feature-icon {
		width: 3rem;
		height: 3rem;
		border-radius: 1rem;
	}

	.pwp-hero-feature-icon svg {
		width: 1.2rem;
		height: 1.2rem;
	}

	.pwp-hero-primary-cta {
		min-width: min(100%, 19rem);
		padding: 1rem 2rem;
		font-size: 1.18rem;
	}

	.pwp-hero-composite-image {
		width: min(94vw, 23.5rem);
		margin-inline: auto;
	}
}

.cwdp-hero-shell {
	padding-top: clamp(4.5rem, 6vw, 5.9rem);
	padding-bottom: clamp(3.2rem, 4.5vw, 4.6rem);
	background:
		radial-gradient(circle at 84% 8%, rgba(37, 99, 235, 0.34), transparent 22%),
		radial-gradient(circle at 8% 96%, rgba(37, 99, 235, 0.38), transparent 24%),
		linear-gradient(90deg, #061641 0%, #071c58 48%, #061236 100%);
}

.cwdp-hero-shell .container {
	max-width: 96rem;
	padding-left: clamp(2rem, 5vw, 5.5rem);
	padding-right: clamp(2rem, 5vw, 5.5rem);
}

.cwdp-hero-layout {
	display: grid;
	grid-template-columns: minmax(30rem, 0.84fr) minmax(0, 1.16fr);
	gap: clamp(1.5rem, 2.6vw, 2.9rem);
	align-items: center;
	direction: ltr;
}

.cwdp-hero-copy {
	position: relative;
	padding-block: 0.65rem 0;
	padding-inline-end: clamp(1rem, 2vw, 2rem);
	direction: rtl;
	text-align: right;
}

.cwdp-hero-dot-grid {
	position: absolute;
	top: -0.2rem;
	left: 0;
	width: 4.8rem;
	height: 4.8rem;
	opacity: 0.5;
	background-image: radial-gradient(circle, rgba(79, 141, 255, 0.82) 1.2px, transparent 1.2px);
	background-size: 1rem 1rem;
}

.cwdp-hero-title {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	margin: 0 0 1.6rem;
}

.cwdp-hero-title-line {
	font-size: clamp(4.15rem, 5.25vw, 5.85rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.95;
	white-space: nowrap;
}

.cwdp-hero-title-line--accent {
	color: #3b82f6;
}

.cwdp-hero-description,
.cwdp-hero-feature-row,
.cwdp-hero-actions {
	max-width: 37rem;
}

.cwdp-hero-description {
	margin: 0 0 2.2rem;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1.125rem, 1.3vw, 1.42rem);
	line-height: 1.8;
}

.cwdp-hero-feature-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 2.35rem;
}

.cwdp-hero-feature {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.85rem;
	text-align: center;
	color: #f8fafc;
	font-weight: 800;
	line-height: 1.55;
}

.cwdp-hero-feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 1.1rem;
	border: 1px solid rgba(96, 165, 250, 0.34);
	background: rgba(15, 23, 42, 0.16);
	color: #4f8dff;
}

.cwdp-hero-feature-icon svg {
	width: 1.45rem;
	height: 1.45rem;
}

.cwdp-hero-actions {
	display: flex;
	justify-content: center;
}

.cwdp-hero-primary-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 19rem;
	padding: 1.15rem 2.55rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #2563eb, #3b82f6);
	color: #fff;
	font-size: 1.45rem;
	font-weight: 900;
	box-shadow: 0 24px 50px rgba(37, 99, 235, 0.28);
	transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.cwdp-hero-primary-cta:hover {
	transform: translateY(-2px);
	filter: brightness(1.05);
	box-shadow: 0 28px 58px rgba(37, 99, 235, 0.36);
}

.cwdp-hero-media {
	margin-inline-start: 0;
	direction: ltr;
	justify-self: end;
}

.cwdp-hero-showcase {
	min-height: 0;
}

.cwdp-hero-composite-image {
	display: block;
	width: min(46vw, 52rem);
	max-width: none;
	height: auto;
	margin-inline-start: auto;
	filter: drop-shadow(0 32px 70px rgba(2, 8, 30, 0.3));
}

@media (max-width: 1279px) {
	.cwdp-hero-layout {
		grid-template-columns: minmax(25rem, 0.88fr) minmax(0, 1.12fr);
	}

	.cwdp-hero-title-line {
		font-size: clamp(3.4rem, 5.35vw, 4.5rem);
	}

	.cwdp-hero-composite-image {
		width: min(43vw, 41rem);
	}
}

@media (max-width: 1023px) {
	.cwdp-hero-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 2rem;
	}

	.cwdp-hero-copy {
		padding-inline-end: 0;
		text-align: center;
	}

	.cwdp-hero-dot-grid {
		left: 50%;
		transform: translateX(-50%);
	}

	.cwdp-hero-description,
	.cwdp-hero-feature-row,
	.cwdp-hero-actions {
		max-width: 42rem;
		margin-left: auto;
		margin-right: auto;
	}

	.cwdp-hero-composite-image {
		width: min(88%, 40rem);
		margin-inline: auto;
	}
}

@media (max-width: 767px) {
	.cwdp-hero-shell .container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.cwdp-hero-title {
		max-width: min(100%, 21rem);
		gap: 0.7rem;
		line-height: 1.08;
		margin-bottom: 1.15rem;
		margin-left: auto;
		margin-right: auto;
	}

	.cwdp-hero-title-line {
		font-size: clamp(2.35rem, 10.6vw, 3rem);
		line-height: 1.08;
		white-space: normal;
	}

	.cwdp-hero-description {
		font-size: 1rem;
		line-height: 1.8;
		max-width: min(100%, 18.5rem);
	}

	.cwdp-hero-feature-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem 0.9rem;
	}

	.cwdp-hero-feature {
		font-size: 0.95rem;
	}

	.cwdp-hero-feature-icon {
		width: 3rem;
		height: 3rem;
		border-radius: 1rem;
	}

	.cwdp-hero-feature-icon svg {
		width: 1.2rem;
		height: 1.2rem;
	}

	.cwdp-hero-primary-cta {
		min-width: min(100%, 19rem);
		padding: 1rem 2rem;
		font-size: 1.18rem;
	}

	.cwdp-hero-composite-image {
		width: min(88vw, 22rem);
		margin-inline: auto;
	}
}

.ldev-hero-shell {
	padding-top: clamp(4.5rem, 6vw, 5.9rem);
	padding-bottom: clamp(3.2rem, 4.5vw, 4.6rem);
	background:
		radial-gradient(circle at 84% 8%, rgba(37, 99, 235, 0.34), transparent 22%),
		radial-gradient(circle at 8% 96%, rgba(37, 99, 235, 0.38), transparent 24%),
		linear-gradient(90deg, #061641 0%, #071c58 48%, #061236 100%);
}

.ldev-hero-shell .container {
	max-width: 96rem;
	padding-left: clamp(2rem, 5vw, 5.5rem);
	padding-right: clamp(2rem, 5vw, 5.5rem);
}

.ldev-hero-layout {
	display: grid;
	grid-template-columns: minmax(30rem, 0.84fr) minmax(0, 1.16fr);
	gap: clamp(1.5rem, 2.6vw, 2.9rem);
	align-items: center;
	direction: ltr;
}

.ldev-hero-copy {
	position: relative;
	padding-block: 0.65rem 0;
	padding-inline-end: clamp(1rem, 2vw, 2rem);
	direction: rtl;
	text-align: right;
}

.ldev-hero-dot-grid {
	position: absolute;
	top: -0.2rem;
	left: 0;
	width: 4.8rem;
	height: 4.8rem;
	opacity: 0.5;
	background-image: radial-gradient(circle, rgba(79, 141, 255, 0.82) 1.2px, transparent 1.2px);
	background-size: 1rem 1rem;
}

.ldev-hero-title {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	margin: 0 0 1.6rem;
}

.ldev-hero-title-line {
	font-size: clamp(4.15rem, 5.25vw, 5.85rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.95;
	white-space: nowrap;
}

.ldev-hero-title-line--accent {
	color: #3b82f6;
}

.ldev-hero-description,
.ldev-hero-feature-row,
.ldev-hero-actions {
	max-width: 37rem;
}

.ldev-hero-description {
	margin: 0 0 2.2rem;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1.125rem, 1.3vw, 1.42rem);
	line-height: 1.8;
}

.ldev-hero-feature-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 2.35rem;
}

.ldev-hero-feature {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.85rem;
	text-align: center;
	color: #f8fafc;
	font-weight: 800;
	line-height: 1.55;
}

.ldev-hero-feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 1.1rem;
	border: 1px solid rgba(96, 165, 250, 0.34);
	background: rgba(15, 23, 42, 0.16);
	color: #4f8dff;
}

.ldev-hero-feature-icon svg {
	width: 1.45rem;
	height: 1.45rem;
}

.ldev-hero-actions {
	display: flex;
	justify-content: center;
}

.ldev-hero-primary-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 19rem;
	padding: 1.15rem 2.55rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #2563eb, #3b82f6);
	color: #fff;
	font-size: 1.45rem;
	font-weight: 900;
	box-shadow: 0 24px 50px rgba(37, 99, 235, 0.28);
	transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.ldev-hero-primary-cta:hover {
	transform: translateY(-2px);
	filter: brightness(1.05);
	box-shadow: 0 28px 58px rgba(37, 99, 235, 0.36);
}

.ldev-hero-media {
	margin-inline-start: 0;
	direction: ltr;
	justify-self: end;
}

.ldev-hero-showcase {
	min-height: 0;
}

.ldev-hero-composite-image {
	display: block;
	width: min(46vw, 52rem);
	max-width: none;
	height: auto;
	margin-inline-start: auto;
	filter: drop-shadow(0 32px 70px rgba(2, 8, 30, 0.3));
}

@media (max-width: 1279px) {
	.ldev-hero-layout {
		grid-template-columns: minmax(25rem, 0.88fr) minmax(0, 1.12fr);
	}

	.ldev-hero-title-line {
		font-size: clamp(3.4rem, 5.35vw, 4.5rem);
	}

	.ldev-hero-composite-image {
		width: min(43vw, 41rem);
	}
}

@media (max-width: 1023px) {
	.ldev-hero-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 2rem;
	}

	.ldev-hero-copy {
		padding-inline-end: 0;
		text-align: center;
	}

	.ldev-hero-dot-grid {
		left: 50%;
		transform: translateX(-50%);
	}

	.ldev-hero-description,
	.ldev-hero-feature-row,
	.ldev-hero-actions {
		max-width: 42rem;
		margin-left: auto;
		margin-right: auto;
	}

	.ldev-hero-composite-image {
		width: min(88%, 40rem);
		margin-inline: auto;
	}
}

@media (max-width: 767px) {
	.ldev-hero-shell .container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.ldev-hero-title {
		max-width: min(100%, 21rem);
		gap: 0.7rem;
		line-height: 1.08;
		margin-bottom: 1.15rem;
		margin-left: auto;
		margin-right: auto;
	}

	.ldev-hero-title-line {
		font-size: clamp(2.35rem, 10.6vw, 3rem);
		line-height: 1.08;
		white-space: normal;
	}

	.ldev-hero-description {
		font-size: 1rem;
		line-height: 1.8;
		max-width: min(100%, 19rem);
	}

	.ldev-hero-feature-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem 0.9rem;
	}

	.ldev-hero-feature {
		font-size: 0.95rem;
	}

	.ldev-hero-feature-icon {
		width: 3rem;
		height: 3rem;
		border-radius: 1rem;
	}

	.ldev-hero-feature-icon svg {
		width: 1.2rem;
		height: 1.2rem;
	}

	.ldev-hero-primary-cta {
		min-width: min(100%, 19rem);
		padding: 1rem 2rem;
		font-size: 1.18rem;
	}

	.ldev-hero-composite-image {
		width: min(88vw, 22rem);
		margin-inline: auto;
	}
}

.nxjs-hero-shell {
	padding-top: clamp(4.5rem, 6vw, 5.9rem);
	padding-bottom: clamp(3.2rem, 4.5vw, 4.6rem);
	background:
		radial-gradient(circle at 84% 8%, rgba(37, 99, 235, 0.34), transparent 22%),
		radial-gradient(circle at 8% 96%, rgba(37, 99, 235, 0.38), transparent 24%),
		linear-gradient(90deg, #061641 0%, #071c58 48%, #061236 100%);
}

.nxjs-hero-shell .container {
	max-width: 96rem;
	padding-left: clamp(2rem, 5vw, 5.5rem);
	padding-right: clamp(2rem, 5vw, 5.5rem);
}

.nxjs-hero-layout {
	display: grid;
	grid-template-columns: minmax(30rem, 0.84fr) minmax(0, 1.16fr);
	gap: clamp(1.5rem, 2.6vw, 2.9rem);
	align-items: center;
	direction: ltr;
}

.nxjs-hero-copy {
	position: relative;
	padding-block: 0.65rem 0;
	padding-inline-end: clamp(1rem, 2vw, 2rem);
	direction: rtl;
	text-align: right;
}

.nxjs-hero-dot-grid {
	position: absolute;
	top: -0.2rem;
	left: 0;
	width: 4.8rem;
	height: 4.8rem;
	opacity: 0.5;
	background-image: radial-gradient(circle, rgba(79, 141, 255, 0.82) 1.2px, transparent 1.2px);
	background-size: 1rem 1rem;
}

.nxjs-hero-title {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	margin: 0 0 1.6rem;
}

.nxjs-hero-title-line {
	font-size: clamp(4.15rem, 5.25vw, 5.85rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.95;
	white-space: nowrap;
}

.nxjs-hero-title-line--accent {
	color: #3b82f6;
}

.nxjs-hero-description,
.nxjs-hero-feature-row,
.nxjs-hero-actions {
	max-width: 37rem;
}

.nxjs-hero-description {
	margin: 0 0 2.2rem;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1.125rem, 1.3vw, 1.42rem);
	line-height: 1.8;
}

.nxjs-hero-feature-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 2.35rem;
}

.nxjs-hero-feature {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.85rem;
	text-align: center;
	color: #f8fafc;
	font-weight: 800;
	line-height: 1.55;
}

.nxjs-hero-feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 1.1rem;
	border: 1px solid rgba(96, 165, 250, 0.34);
	background: rgba(15, 23, 42, 0.16);
	color: #4f8dff;
}

.nxjs-hero-feature-icon svg {
	width: 1.45rem;
	height: 1.45rem;
}

.nxjs-hero-actions {
	display: flex;
	justify-content: center;
}

.nxjs-hero-primary-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 19rem;
	padding: 1.15rem 2.55rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #2563eb, #3b82f6);
	color: #fff;
	font-size: 1.45rem;
	font-weight: 900;
	box-shadow: 0 24px 50px rgba(37, 99, 235, 0.28);
	transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.nxjs-hero-primary-cta:hover {
	transform: translateY(-2px);
	filter: brightness(1.05);
	box-shadow: 0 28px 58px rgba(37, 99, 235, 0.36);
}

.nxjs-hero-media {
	margin-inline-start: 0;
	direction: ltr;
	justify-self: end;
}

.nxjs-hero-showcase {
	min-height: 0;
}

.nxjs-hero-composite-image {
	display: block;
	width: min(46vw, 52rem);
	max-width: none;
	height: auto;
	margin-inline-start: auto;
	filter: drop-shadow(0 32px 70px rgba(2, 8, 30, 0.3));
}

@media (max-width: 1279px) {
	.nxjs-hero-layout {
		grid-template-columns: minmax(25rem, 0.88fr) minmax(0, 1.12fr);
	}

	.nxjs-hero-title-line {
		font-size: clamp(3.4rem, 5.35vw, 4.5rem);
	}

	.nxjs-hero-composite-image {
		width: min(43vw, 41rem);
	}
}

@media (max-width: 1023px) {
	.nxjs-hero-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 2rem;
	}

	.nxjs-hero-copy {
		padding-inline-end: 0;
		text-align: center;
	}

	.nxjs-hero-dot-grid {
		left: 50%;
		transform: translateX(-50%);
	}

	.nxjs-hero-description,
	.nxjs-hero-feature-row,
	.nxjs-hero-actions {
		max-width: 42rem;
		margin-left: auto;
		margin-right: auto;
	}

	.nxjs-hero-composite-image {
		width: min(88%, 40rem);
		margin-inline: auto;
	}
}

@media (max-width: 767px) {
	.nxjs-hero-shell .container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.nxjs-hero-title {
		max-width: min(100%, 21rem);
		gap: 0.7rem;
		line-height: 1.08;
		margin-bottom: 1.15rem;
		margin-left: auto;
		margin-right: auto;
	}

	.nxjs-hero-title-line {
		font-size: clamp(2.35rem, 10.6vw, 3rem);
		line-height: 1.08;
		white-space: normal;
	}

	.nxjs-hero-description {
		font-size: 1rem;
		line-height: 1.8;
		max-width: min(100%, 19rem);
	}

	.nxjs-hero-feature-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem 0.9rem;
	}

	.nxjs-hero-feature {
		font-size: 0.95rem;
	}

	.nxjs-hero-feature-icon {
		width: 3rem;
		height: 3rem;
		border-radius: 1rem;
	}

	.nxjs-hero-composite-image {
		width: min(88vw, 22rem);
	}

	.nxjs-hero-primary-cta {
		min-width: min(100%, 18rem);
		font-size: 1.3rem;
	}
}

.ecos-hero-shell {
	position: relative;
	overflow: hidden;
	padding-top: clamp(4.5rem, 6vw, 5.9rem);
	padding-bottom: clamp(3.2rem, 4.5vw, 4.6rem);
	background:
		radial-gradient(circle at 84% 8%, rgba(37, 99, 235, 0.34), transparent 22%),
		radial-gradient(circle at 8% 96%, rgba(37, 99, 235, 0.38), transparent 24%),
		linear-gradient(90deg, #061641 0%, #071c58 48%, #061236 100%);
}

.ecos-hero-shell .container {
	max-width: 96rem;
	padding-left: clamp(2rem, 5vw, 5.5rem);
	padding-right: clamp(2rem, 5vw, 5.5rem);
}

.ecos-hero-layout {
	display: grid;
	grid-template-columns: minmax(30rem, 0.84fr) minmax(0, 1.16fr);
	gap: clamp(1.5rem, 2.6vw, 2.9rem);
	align-items: center;
	direction: ltr;
}

.ecos-hero-copy {
	position: relative;
	padding-block: 0.65rem 0;
	padding-inline-end: clamp(1rem, 2vw, 2rem);
	direction: rtl;
	text-align: right;
}

.ecos-hero-dot-grid {
	position: absolute;
	top: -0.2rem;
	left: 0;
	width: 4.8rem;
	height: 4.8rem;
	opacity: 0.5;
	background-image: radial-gradient(circle, rgba(79, 141, 255, 0.82) 1.2px, transparent 1.2px);
	background-size: 1rem 1rem;
}

.ecos-hero-title {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	margin: 0 0 1.6rem;
}

.ecos-hero-title-line {
	font-size: clamp(4.15rem, 5.25vw, 5.85rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.95;
	white-space: nowrap;
}

.ecos-hero-title-line--accent {
	color: #2563eb;
}

.ecos-hero-description,
.ecos-hero-feature-row,
.ecos-hero-actions {
	max-width: 37rem;
}

.ecos-hero-description {
	margin: 0 0 2.2rem;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1.125rem, 1.3vw, 1.42rem);
	line-height: 1.8;
}

.ecos-hero-feature-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 2.35rem;
}

.ecos-hero-feature {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.85rem;
	text-align: center;
	color: #f8fafc;
	font-weight: 800;
	line-height: 1.55;
}

.ecos-hero-feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 1.1rem;
	border: 1px solid rgba(96, 165, 250, 0.34);
	background: rgba(15, 23, 42, 0.16);
	color: #4f8dff;
}

.ecos-hero-feature-icon svg {
	width: 1.45rem;
	height: 1.45rem;
}

.ecos-hero-actions {
	display: flex;
	justify-content: center;
}

.ecos-hero-primary-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 19rem;
	padding: 1.15rem 2.55rem;
	border-radius: var(--radius-button);
	background: linear-gradient(135deg, #2563eb, #3b82f6);
	color: #fff;
	font-size: 1.45rem;
	font-weight: 900;
	box-shadow: 0 24px 50px rgba(37, 99, 235, 0.28);
	transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.ecos-hero-primary-cta:hover {
	transform: translateY(-2px);
	filter: brightness(1.05);
	box-shadow: 0 28px 58px rgba(37, 99, 235, 0.36);
}

.ecos-hero-media {
	margin-inline-start: 0;
	direction: ltr;
	justify-self: end;
}

.ecos-hero-showcase {
	min-height: 0;
}

.ecos-hero-composite-image {
	display: block;
	width: min(46vw, 52rem);
	max-width: none;
	height: auto;
	margin-inline-start: auto;
	filter: drop-shadow(0 32px 70px rgba(2, 8, 30, 0.3));
}

@media (max-width: 1279px) {
	.ecos-hero-layout {
		grid-template-columns: minmax(25rem, 0.88fr) minmax(0, 1.12fr);
	}

	.ecos-hero-title-line {
		font-size: clamp(3.4rem, 5.35vw, 4.5rem);
	}

	.ecos-hero-composite-image {
		width: min(43vw, 41rem);
	}
}

@media (max-width: 1023px) {
	.ecos-hero-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 2rem;
	}

	.ecos-hero-copy {
		padding-inline-end: 0;
		text-align: center;
	}

	.ecos-hero-dot-grid {
		left: 50%;
		transform: translateX(-50%);
	}

	.ecos-hero-description,
	.ecos-hero-feature-row,
	.ecos-hero-actions {
		max-width: 42rem;
		margin-left: auto;
		margin-right: auto;
	}

	.ecos-hero-composite-image {
		width: min(88%, 40rem);
		margin-inline: auto;
	}
}

@media (max-width: 767px) {
	.ecos-hero-shell .container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.ecos-hero-title {
		max-width: min(100%, 21rem);
		gap: 0.7rem;
		line-height: 1.08;
		margin-bottom: 1.15rem;
		margin-left: auto;
		margin-right: auto;
	}

	.ecos-hero-title-line {
		font-size: clamp(2.35rem, 10.6vw, 3rem);
		line-height: 1.08;
		white-space: normal;
	}

	.ecos-hero-description {
		font-size: 1rem;
		line-height: 1.8;
		max-width: min(100%, 19rem);
	}

	.ecos-hero-feature-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem 0.9rem;
	}

	.ecos-hero-feature {
		font-size: 0.95rem;
	}

	.ecos-hero-feature-icon {
		width: 3rem;
		height: 3rem;
		border-radius: 1rem;
	}

	.ecos-hero-composite-image {
		width: min(88vw, 22rem);
	}

.ecos-hero-primary-cta {
		min-width: min(100%, 18rem);
		font-size: 1.3rem;
	}
}

.wcsd-hero-shell {
	position: relative;
	overflow: hidden;
	padding-top: clamp(4.5rem, 6vw, 5.9rem);
	padding-bottom: clamp(3.2rem, 4.5vw, 4.6rem);
	background:
		radial-gradient(circle at 84% 8%, rgba(37, 99, 235, 0.34), transparent 22%),
		radial-gradient(circle at 8% 96%, rgba(37, 99, 235, 0.38), transparent 24%),
		linear-gradient(90deg, #061641 0%, #071c58 48%, #061236 100%);
}

.wcsd-hero-shell .container {
	max-width: 96rem;
	padding-left: clamp(2rem, 5vw, 5.5rem);
	padding-right: clamp(2rem, 5vw, 5.5rem);
}

.wcsd-hero-layout {
	display: grid;
	grid-template-columns: minmax(30rem, 0.84fr) minmax(0, 1.16fr);
	gap: clamp(1.5rem, 2.6vw, 2.9rem);
	align-items: center;
	direction: ltr;
}

.wcsd-hero-copy {
	position: relative;
	padding-block: 0.65rem 0;
	padding-inline-end: clamp(1rem, 2vw, 2rem);
	direction: rtl;
	text-align: right;
}

.wcsd-hero-dot-grid {
	position: absolute;
	top: -0.2rem;
	left: 0;
	width: 4.8rem;
	height: 4.8rem;
	opacity: 0.5;
	background-image: radial-gradient(circle, rgba(79, 141, 255, 0.82) 1.2px, transparent 1.2px);
	background-size: 1rem 1rem;
}

.wcsd-hero-title {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	margin: 0 0 1.6rem;
}

.wcsd-hero-title-line {
	font-size: clamp(4.15rem, 5.25vw, 5.85rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.95;
	white-space: nowrap;
}

.wcsd-hero-title-line--accent {
	color: #2563eb;
}

.wcsd-hero-description,
.wcsd-hero-feature-row,
.wcsd-hero-actions {
	max-width: 37rem;
}

.wcsd-hero-description {
	margin: 0 0 2.2rem;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1.125rem, 1.3vw, 1.42rem);
	line-height: 1.8;
}

.wcsd-hero-feature-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 2.35rem;
}

.wcsd-hero-feature {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.85rem;
	text-align: center;
	color: #f8fafc;
	font-weight: 800;
	line-height: 1.55;
}

.wcsd-hero-feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 1.1rem;
	border: 1px solid rgba(96, 165, 250, 0.34);
	background: rgba(15, 23, 42, 0.16);
	color: #4f8dff;
}

.wcsd-hero-feature-icon svg {
	width: 1.45rem;
	height: 1.45rem;
}

.wcsd-hero-actions {
	display: flex;
	justify-content: center;
}

.wcsd-hero-primary-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 19rem;
	padding: 1.15rem 2.55rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #2563eb, #3b82f6);
	color: #fff;
	font-size: 1.45rem;
	font-weight: 900;
	box-shadow: 0 24px 50px rgba(37, 99, 235, 0.28);
	transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.wcsd-hero-primary-cta:hover {
	transform: translateY(-2px);
	filter: brightness(1.05);
	box-shadow: 0 28px 58px rgba(37, 99, 235, 0.36);
}

.wcsd-hero-media {
	margin-inline-start: 0;
	direction: ltr;
	justify-self: end;
}

.wcsd-hero-showcase {
	min-height: 0;
}

.wcsd-hero-composite-image {
	display: block;
	width: min(46vw, 52rem);
	max-width: none;
	height: auto;
	margin-inline-start: auto;
	filter: drop-shadow(0 32px 70px rgba(2, 8, 30, 0.3));
}

@media (max-width: 1279px) {
	.wcsd-hero-layout {
		grid-template-columns: minmax(25rem, 0.88fr) minmax(0, 1.12fr);
	}

	.wcsd-hero-title-line {
		font-size: clamp(3.4rem, 5.35vw, 4.5rem);
	}

	.wcsd-hero-composite-image {
		width: min(43vw, 41rem);
	}
}

@media (max-width: 1023px) {
	.wcsd-hero-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 2rem;
	}

	.wcsd-hero-copy {
		padding-inline-end: 0;
		text-align: center;
	}

	.wcsd-hero-dot-grid {
		left: 50%;
		transform: translateX(-50%);
	}

	.wcsd-hero-description,
	.wcsd-hero-feature-row,
	.wcsd-hero-actions {
		max-width: 42rem;
		margin-left: auto;
		margin-right: auto;
	}

	.wcsd-hero-composite-image {
		width: min(88%, 40rem);
		margin-inline: auto;
	}
}

@media (max-width: 767px) {
	.wcsd-hero-shell .container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.wcsd-hero-title {
		max-width: min(100%, 21rem);
		gap: 0.7rem;
		line-height: 1.08;
		margin-bottom: 1.15rem;
		margin-left: auto;
		margin-right: auto;
	}

	.wcsd-hero-title-line {
		font-size: clamp(2.35rem, 10.6vw, 3rem);
		line-height: 1.08;
		white-space: normal;
	}

	.wcsd-hero-description {
		font-size: 1rem;
		line-height: 1.8;
		max-width: min(100%, 19rem);
	}

	.wcsd-hero-feature-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem 0.9rem;
	}

	.wcsd-hero-feature {
		font-size: 0.95rem;
	}

	.wcsd-hero-feature-icon {
		width: 3rem;
		height: 3rem;
		border-radius: 1rem;
	}

	.wcsd-hero-composite-image {
		width: min(88vw, 22rem);
	}

.wcsd-hero-primary-cta {
		min-width: min(100%, 18rem);
		font-size: 1.3rem;
	}
}

.shsd-hero-shell {
	position: relative;
	overflow: hidden;
	padding-top: clamp(4.5rem, 6vw, 5.9rem);
	padding-bottom: clamp(3.2rem, 4.5vw, 4.6rem);
	background:
		radial-gradient(circle at 84% 8%, rgba(37, 99, 235, 0.34), transparent 22%),
		radial-gradient(circle at 8% 96%, rgba(37, 99, 235, 0.38), transparent 24%),
		linear-gradient(90deg, #061641 0%, #071c58 48%, #061236 100%);
}

.shsd-hero-shell .container {
	max-width: 96rem;
	padding-left: clamp(2rem, 5vw, 5.5rem);
	padding-right: clamp(2rem, 5vw, 5.5rem);
}

.shsd-hero-layout {
	display: grid;
	grid-template-columns: minmax(30rem, 0.84fr) minmax(0, 1.16fr);
	gap: clamp(1.5rem, 2.6vw, 2.9rem);
	align-items: center;
	direction: ltr;
}

.shsd-hero-copy {
	position: relative;
	padding-block: 0.65rem 0;
	padding-inline-end: clamp(1rem, 2vw, 2rem);
	direction: rtl;
	text-align: right;
}

.shsd-hero-dot-grid {
	position: absolute;
	top: -0.2rem;
	left: 0;
	width: 4.8rem;
	height: 4.8rem;
	opacity: 0.5;
	background-image: radial-gradient(circle, rgba(79, 141, 255, 0.82) 1.2px, transparent 1.2px);
	background-size: 1rem 1rem;
}

.shsd-hero-title {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	margin: 0 0 1.6rem;
}

.shsd-hero-title-line {
	font-size: clamp(4.15rem, 5.25vw, 5.85rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.95;
	white-space: nowrap;
}

.shsd-hero-title-line--accent {
	color: #a3e635;
}

.shsd-hero-description,
.shsd-hero-feature-row,
.shsd-hero-actions {
	max-width: 37rem;
}

.shsd-hero-description {
	margin: 0 0 2.2rem;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1.125rem, 1.3vw, 1.42rem);
	line-height: 1.8;
}

.shsd-hero-feature-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 2.35rem;
}

.shsd-hero-feature {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.85rem;
	text-align: center;
	color: #f8fafc;
	font-weight: 800;
	line-height: 1.55;
}

.shsd-hero-feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 1.1rem;
	border: 1px solid rgba(163, 230, 53, 0.34);
	background: rgba(15, 23, 42, 0.16);
	color: #84cc16;
}

.shsd-hero-feature-icon svg {
	width: 1.45rem;
	height: 1.45rem;
}

.shsd-hero-actions {
	display: flex;
	justify-content: center;
}

.shsd-hero-primary-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 19rem;
	padding: 1.15rem 2.55rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #2563eb, #1d4ed8);
	color: #fff;
	font-size: 1.45rem;
	font-weight: 900;
	box-shadow: 0 24px 50px rgba(37, 99, 235, 0.28);
	transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.shsd-hero-primary-cta:hover {
	transform: translateY(-2px);
	filter: brightness(1.05);
	box-shadow: 0 28px 58px rgba(37, 99, 235, 0.36);
}

.shsd-hero-media {
	margin-inline-start: 0;
	direction: ltr;
	justify-self: end;
}

.shsd-hero-showcase {
	min-height: 0;
}

.shsd-hero-composite-image {
	display: block;
	width: min(46vw, 52rem);
	max-width: none;
	height: auto;
	margin-inline-start: auto;
	filter: drop-shadow(0 32px 70px rgba(2, 8, 30, 0.3));
}

@media (max-width: 1279px) {
	.shsd-hero-layout {
		grid-template-columns: minmax(25rem, 0.88fr) minmax(0, 1.12fr);
	}

	.shsd-hero-title-line {
		font-size: clamp(3.4rem, 5.35vw, 4.5rem);
	}

	.shsd-hero-composite-image {
		width: min(43vw, 41rem);
	}
}

@media (max-width: 1023px) {
	.shsd-hero-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 2rem;
	}

	.shsd-hero-copy {
		padding-inline-end: 0;
		text-align: center;
	}

	.shsd-hero-dot-grid {
		left: 50%;
		transform: translateX(-50%);
	}

	.shsd-hero-description,
	.shsd-hero-feature-row,
	.shsd-hero-actions {
		max-width: 42rem;
		margin-left: auto;
		margin-right: auto;
	}

	.shsd-hero-composite-image {
		width: min(88%, 40rem);
		margin-inline: auto;
	}
}

@media (max-width: 767px) {
	.shsd-hero-shell .container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.shsd-hero-title {
		max-width: min(100%, 21rem);
		gap: 0.7rem;
		line-height: 1.08;
		margin-bottom: 1.15rem;
		margin-left: auto;
		margin-right: auto;
	}

	.shsd-hero-title-line {
		font-size: clamp(2.35rem, 10.6vw, 3rem);
		line-height: 1.08;
		white-space: normal;
	}

	.shsd-hero-description {
		font-size: 1rem;
		line-height: 1.8;
		max-width: min(100%, 19rem);
	}

	.shsd-hero-feature-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem 0.9rem;
	}

	.shsd-hero-feature {
		font-size: 0.95rem;
	}

	.shsd-hero-feature-icon {
		width: 3rem;
		height: 3rem;
		border-radius: 1rem;
	}

	.shsd-hero-composite-image {
		width: min(88vw, 22rem);
	}

.shsd-hero-primary-cta {
		min-width: min(100%, 18rem);
		font-size: 1.3rem;
	}
}

.cedv-hero-shell {
	position: relative;
	overflow: hidden;
	padding-top: clamp(4.5rem, 6vw, 5.9rem);
	padding-bottom: clamp(3.2rem, 4.5vw, 4.6rem);
	background:
		radial-gradient(circle at 84% 8%, rgba(110, 86, 255, 0.22), transparent 22%),
		radial-gradient(circle at 8% 96%, rgba(59, 130, 246, 0.26), transparent 24%),
		linear-gradient(90deg, #050f2f 0%, #07163f 48%, #060e2f 100%);
}

.cedv-hero-shell .container {
	max-width: 96rem;
	padding-left: clamp(2rem, 5vw, 5.5rem);
	padding-right: clamp(2rem, 5vw, 5.5rem);
}

.cedv-hero-layout {
	display: grid;
	grid-template-columns: minmax(30rem, 0.84fr) minmax(0, 1.16fr);
	gap: clamp(1.5rem, 2.6vw, 2.9rem);
	align-items: center;
	direction: ltr;
}

.cedv-hero-copy {
	position: relative;
	padding-block: 0.65rem 0;
	padding-inline-end: clamp(1rem, 2vw, 2rem);
	direction: rtl;
	text-align: right;
}

.cedv-hero-dot-grid {
	position: absolute;
	top: -0.2rem;
	left: 0;
	width: 4.8rem;
	height: 4.8rem;
	opacity: 0.5;
	background-image: radial-gradient(circle, rgba(124, 111, 255, 0.82) 1.2px, transparent 1.2px);
	background-size: 1rem 1rem;
}

.cedv-hero-title {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	margin: 0 0 1.6rem;
}

.cedv-hero-title-line {
	font-size: clamp(4.15rem, 5.25vw, 5.85rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.95;
	white-space: nowrap;
}

.cedv-hero-title-line--accent {
	color: #8b5cf6;
}

.cedv-hero-description,
.cedv-hero-feature-row,
.cedv-hero-actions {
	max-width: 37rem;
}

.cedv-hero-description {
	margin: 0 0 2.2rem;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1.125rem, 1.3vw, 1.42rem);
	line-height: 1.8;
}

.cedv-hero-feature-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 2.35rem;
}

.cedv-hero-feature {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.85rem;
	text-align: center;
	color: #f8fafc;
	font-weight: 800;
	line-height: 1.55;
}

.cedv-hero-feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 1.1rem;
	border: 1px solid rgba(139, 92, 246, 0.34);
	background: rgba(15, 23, 42, 0.16);
	color: #8b5cf6;
}

.cedv-hero-feature-icon svg {
	width: 1.45rem;
	height: 1.45rem;
}

.cedv-hero-actions {
	display: flex;
	justify-content: center;
}

.cedv-hero-primary-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 19rem;
	padding: 1.15rem 2.55rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #635bff, #4f46e5);
	color: #fff;
	font-size: 1.45rem;
	font-weight: 900;
	box-shadow: 0 24px 50px rgba(99, 91, 255, 0.28);
	transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.cedv-hero-primary-cta:hover {
	transform: translateY(-2px);
	filter: brightness(1.05);
	box-shadow: 0 28px 58px rgba(99, 91, 255, 0.36);
}

.cedv-hero-media {
	margin-inline-start: 0;
	direction: ltr;
	justify-self: end;
}

.cedv-hero-showcase {
	min-height: 0;
}

.cedv-hero-composite-image {
	display: block;
	width: min(46vw, 52rem);
	max-width: none;
	height: auto;
	margin-inline-start: auto;
	filter: drop-shadow(0 32px 70px rgba(2, 8, 30, 0.3));
}

@media (max-width: 1279px) {
	.cedv-hero-layout {
		grid-template-columns: minmax(25rem, 0.88fr) minmax(0, 1.12fr);
	}

	.cedv-hero-title-line {
		font-size: clamp(3.4rem, 5.35vw, 4.5rem);
	}

	.cedv-hero-composite-image {
		width: min(43vw, 41rem);
	}
}

@media (max-width: 1023px) {
	.cedv-hero-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 2rem;
	}

	.cedv-hero-copy {
		padding-inline-end: 0;
		text-align: center;
	}

	.cedv-hero-dot-grid {
		left: 50%;
		transform: translateX(-50%);
	}

	.cedv-hero-description,
	.cedv-hero-feature-row,
	.cedv-hero-actions {
		max-width: 42rem;
		margin-left: auto;
		margin-right: auto;
	}

	.cedv-hero-composite-image {
		width: min(88%, 40rem);
		margin-inline: auto;
	}
}

@media (max-width: 767px) {
	.cedv-hero-shell .container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.cedv-hero-title {
		max-width: min(100%, 21rem);
		gap: 0.7rem;
		line-height: 1.08;
		margin-bottom: 1.15rem;
		margin-left: auto;
		margin-right: auto;
	}

	.cedv-hero-title-line {
		font-size: clamp(2.35rem, 10.6vw, 3rem);
		line-height: 1.08;
		white-space: normal;
	}

	.cedv-hero-description {
		font-size: 1rem;
		line-height: 1.8;
		max-width: min(100%, 19rem);
	}

	.cedv-hero-feature-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem 0.9rem;
	}

	.cedv-hero-feature {
		font-size: 0.95rem;
	}

	.cedv-hero-feature-icon {
		width: 3rem;
		height: 3rem;
		border-radius: 1rem;
	}

	.cedv-hero-composite-image {
		width: min(88vw, 22rem);
	}

	.cedv-hero-primary-cta {
		min-width: min(100%, 18rem);
		font-size: 1.3rem;
	}
}

/* Theme consistency: service hero CTAs must use the shared button radius token. */
:is(
	.service-hero-primary-cta,
	.wptc-hero-primary-cta,
	.pwp-hero-primary-cta,
	.cwdp-hero-primary-cta,
	.ldev-hero-primary-cta,
	.nxjs-hero-primary-cta,
	.ecos-hero-primary-cta,
	.wcsd-hero-primary-cta,
	.shsd-hero-primary-cta,
	.cedv-hero-primary-cta
) {
	border-radius: var(--radius-button);
}

html[lang|="en"] [class$="-hero-copy"],
html[lang|="en"] [class*=" -hero-copy"],
html[lang|="en"] [class$="-hero-copy"] h1,
html[lang|="en"] [class*=" -hero-copy"] h1,
html[lang|="en"] [class$="-hero-copy"] p,
html[lang|="en"] [class*=" -hero-copy"] p,
html[lang|="en"] [class$="-hero-copy"] nav,
html[lang|="en"] [class*=" -hero-copy"] nav,
html[lang|="en"] [class$="-hero-feature-row"],
html[lang|="en"] [class*=" -hero-feature-row"],
html[lang|="en"] [class$="-hero-actions"],
html[lang|="en"] [class*=" -hero-actions"] {
	direction: ltr;
	text-align: left;
}

html[lang|="en"] [class$="-hero-copy"] nav,
html[lang|="en"] [class*=" -hero-copy"] nav,
html[lang|="en"] [class$="-hero-actions"],
html[lang|="en"] [class*=" -hero-actions"],
html[lang|="en"] .faq-btn,
html[lang|="en"] body.translatepress-en_US .justify-end {
	justify-content: flex-start;
}

html[lang|="en"] body.translatepress-en_US .text-right,
html[lang|="en"] body.translatepress-en_US table.text-right,
html[lang|="en"] body.translatepress-en_US .faq-btn {
	text-align: left;
}

@media (min-width: 640px) {
	html[lang|="en"] body.translatepress-en_US .sm\:text-right {
		text-align: left;
	}
}

@media (min-width: 1024px) {
	html[lang|="en"] body.translatepress-en_US .lg\:text-right {
		text-align: left;
	}
}

html[lang|="en"] :is(
	.wptc-hero-copy,
	.pwp-hero-copy,
	.cwdp-hero-copy,
	.ldev-hero-copy,
	.nxjs-hero-copy,
	.ecos-hero-copy,
	.wcsd-hero-copy,
	.shsd-hero-copy,
	.cedv-hero-copy
) {
	direction: ltr !important;
	text-align: left !important;
}

html[lang|="en"] :is(
	.wptc-hero-title,
	.pwp-hero-title,
	.cwdp-hero-title,
	.ldev-hero-title,
	.nxjs-hero-title,
	.ecos-hero-title,
	.wcsd-hero-title,
	.shsd-hero-title,
	.cedv-hero-title,
	.wptc-hero-description,
	.pwp-hero-description,
	.cwdp-hero-description,
	.ldev-hero-description,
	.nxjs-hero-description,
	.ecos-hero-description,
	.wcsd-hero-description,
	.shsd-hero-description,
	.cedv-hero-description,
	.wptc-hero-feature-row,
	.pwp-hero-feature-row,
	.cwdp-hero-feature-row,
	.ldev-hero-feature-row,
	.nxjs-hero-feature-row,
	.ecos-hero-feature-row,
	.wcsd-hero-feature-row,
	.shsd-hero-feature-row,
	.cedv-hero-feature-row
) {
	direction: ltr !important;
	text-align: left !important;
}

html[lang|="en"] :is(
	.wptc-hero-actions,
	.pwp-hero-actions,
	.cwdp-hero-actions,
	.ldev-hero-actions,
	.nxjs-hero-actions,
	.ecos-hero-actions,
	.wcsd-hero-actions,
	.shsd-hero-actions,
	.cedv-hero-actions
) {
	justify-content: flex-start !important;
}

@media (min-width: 1024px) {
	html[lang|="en"] :is(
		.wptc-hero-layout,
		.pwp-hero-layout,
		.ldev-hero-layout,
		.nxjs-hero-layout,
		.wcsd-hero-layout,
		.shsd-hero-layout
	) {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: clamp(3rem, 4vw, 4.5rem);
	}

	html[lang|="en"] :is(
		.wptc-hero-copy,
		.pwp-hero-copy,
		.ldev-hero-copy,
		.nxjs-hero-copy,
		.wcsd-hero-copy,
		.shsd-hero-copy
	) {
		width: 100%;
		max-width: 100%;
		padding-inline-end: clamp(1.25rem, 2vw, 2.5rem);
	}

	html[lang|="en"] :is(
		.wptc-hero-title-line,
		.pwp-hero-title-line,
		.ldev-hero-title-line,
		.nxjs-hero-title-line,
		.wcsd-hero-title-line,
		.shsd-hero-title-line
	) {
		font-size: clamp(2.6rem, 3.1vw, 3.85rem);
	}

	html[lang|="en"] .ldev-hero-layout {
		gap: clamp(3.6rem, 4.6vw, 5.25rem);
	}

	html[lang|="en"] .ldev-hero-title-line {
		font-size: clamp(2.35rem, 2.75vw, 3.35rem);
	}
}

@media (max-width: 767px) {
	html[lang|="en"] :is(
		.service-hero-copy,
		.wptc-hero-copy,
		.pwp-hero-copy,
		.cwdp-hero-copy,
		.ldev-hero-copy,
		.nxjs-hero-copy,
		.ecos-hero-copy,
		.wcsd-hero-copy,
		.shsd-hero-copy,
		.cedv-hero-copy
	) {
		text-align: center !important;
		padding-inline-start: 0 !important;
		padding-inline-end: 0 !important;
	}

	html[lang|="en"] :is(
		.service-hero-title,
		.wptc-hero-title,
		.pwp-hero-title,
		.cwdp-hero-title,
		.ldev-hero-title,
		.nxjs-hero-title,
		.ecos-hero-title,
		.wcsd-hero-title,
		.shsd-hero-title,
		.cedv-hero-title,
		.service-hero-description,
		.wptc-hero-description,
		.pwp-hero-description,
		.cwdp-hero-description,
		.ldev-hero-description,
		.nxjs-hero-description,
		.ecos-hero-description,
		.wcsd-hero-description,
		.shsd-hero-description,
		.cedv-hero-description
	) {
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center !important;
	}

	html[lang|="en"] :is(
		.service-hero-title-line,
		.wptc-hero-title-line,
		.pwp-hero-title-line,
		.cwdp-hero-title-line,
		.ldev-hero-title-line,
		.nxjs-hero-title-line,
		.ecos-hero-title-line,
		.wcsd-hero-title-line,
		.shsd-hero-title-line,
		.cedv-hero-title-line
	) {
		font-size: clamp(2rem, 8.2vw, 2.7rem) !important;
		line-height: 1.12 !important;
		white-space: normal !important;
		text-align: center !important;
	}

	html[lang|="en"] :is(
		.service-hero-actions,
		.wptc-hero-actions,
		.pwp-hero-actions,
		.cwdp-hero-actions,
		.ldev-hero-actions,
		.nxjs-hero-actions,
		.ecos-hero-actions,
		.wcsd-hero-actions,
		.shsd-hero-actions,
		.cedv-hero-actions
	) {
		justify-content: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	html[lang|="en"] :is(
		.service-hero-primary-cta,
		.wptc-hero-primary-cta,
		.pwp-hero-primary-cta,
		.cwdp-hero-primary-cta,
		.ldev-hero-primary-cta,
		.nxjs-hero-primary-cta,
		.ecos-hero-primary-cta,
		.wcsd-hero-primary-cta,
		.shsd-hero-primary-cta,
		.cedv-hero-primary-cta
	) {
		min-width: min(100%, 16.5rem) !important;
		padding: 0.95rem 1.3rem !important;
		font-size: 1rem !important;
		line-height: 1.35 !important;
		text-align: center !important;
		white-space: normal !important;
	}
}
