/*
 * Lightweight Tailwind CSS utility replacements.
 * Generated to cover every utility class referenced in the HTML files.
 */

/* Root variables and base reset mirroring Tailwind preflight */
*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
    --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: #ffffff;
    --tw-ring-color: rgba(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-bg-opacity: 1;
    --tw-text-opacity: 1;
    --tw-gradient-from: transparent;
    --tw-gradient-via: ;
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.cookie-consent-banner {
    position: fixed;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: min(1100px, 92vw);
    background: #0b2545;
    color: #f8fafc;
    border-radius: 14px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
    z-index: 60;
    padding: 1.25rem 1.5rem;
}

.cookie-consent-content {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cookie-consent-message {
    flex: 1;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.cookie-consent-link {
    color: #f48233;
    font-weight: 600;
    text-decoration: underline;
}

.cookie-consent-link:hover {
    color: #ff9b55;
}

.cookie-consent-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.cookie-consent-button {
    border: none;
    border-radius: 9999px;
    padding: 0.65rem 1.25rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 150ms ease, box-shadow 150ms ease, background-color 150ms ease, color 150ms ease;
}

.cookie-consent-button.primary {
    background: linear-gradient(135deg, #f48233, #ff8c42);
    color: #0b2545;
    box-shadow: 0 12px 24px rgba(244, 130, 51, 0.35);
}

.cookie-consent-button.primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(244, 130, 51, 0.45);
}

.cookie-consent-button.secondary {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #f8fafc;
}

.cookie-consent-button.secondary:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .cookie-consent-banner {
        bottom: 1rem;
        padding: 1rem 1.25rem;
    }

    .cookie-consent-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-consent-actions {
        width: 100%;
        justify-content: flex-start;
    }
}

::before,
::after {
    --tw-content: '';
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-feature-settings: normal;
    font-variation-settings: normal;
}

body {
    margin: 0;
    line-height: inherit;
}

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

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

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

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

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

:-moz-focusring {
    outline: auto;
}

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

progress {
    vertical-align: baseline;
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

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

textarea {
    resize: vertical;
}

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

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

:disabled {
    cursor: default;
}

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

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

[hidden] {
    display: none;
}

/* Layout & display */
.block { display: block; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }
.relative { position: relative; }
.absolute { position: absolute; }
.sticky { position: sticky; }
.active { position: relative; }

.top-0 { top: 0; }
.top-10 { top: 2.5rem; }
.top-2\.5 { top: 0.625rem; }
.top-1\/2 { top: 50%; }
.bottom-0 { bottom: 0; }
.bottom-10 { bottom: 2.5rem; }
.left-1\/2 { left: 50%; }
.left-1\/4 { left: 25%; }
.left-10 { left: 2.5rem; }
.left-3 { left: 0.75rem; }
.right-0 { right: 0; }
.right-10 { right: 2.5rem; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }

.-top-2 { top: -0.5rem; }
.-top-4 { top: -1rem; }
.-bottom-4 { bottom: -1rem; }
.-left-4 { left: -1rem; }
.-right-6 { right: -1.5rem; }

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

/* Sizing */
.w-3 { width: 0.75rem; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-7 { width: 1.75rem; }
.w-8 { width: 2rem; }
.w-12 { width: 3rem; }
.w-16 { width: 4rem; }
.w-20 { width: 5rem; }
.w-24 { width: 6rem; }
.w-48 { width: 12rem; }
.w-56 { width: 14rem; }
.w-64 { width: 16rem; }
.w-80 { width: 20rem; }
.w-auto { width: auto; }
.w-full { width: 100%; }

.h-3 { height: 0.75rem; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-7 { height: 1.75rem; }
.h-8 { height: 2rem; }
.h-12 { height: 3rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.h-24 { height: 6rem; }
.h-48 { height: 12rem; }
.h-56 { height: 14rem; }
.h-64 { height: 16rem; }
.h-full { height: 100%; }

.min-h-64 { min-height: 16rem; }
.max-h-60 { max-height: 15rem; }
.max-h-80 { max-height: 20rem; }

.min-w-\[220px\] { min-width: 220px; }
.max-w-sm { max-width: 24rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-7xl { max-width: 80rem; }
.max-w-8xl { max-width: 90rem; }
.max-w-none { max-width: none; }

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

/* Spacing */
.p-1\.5 { padding: 0.375rem; }
.p-2 { padding: 0.5rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.p-10 { padding: 2.5rem; }
.p-12 { padding: 3rem; }

.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }

.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }

.pt-5 { padding-top: 1.25rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-8 { padding-top: 2rem; }
.pb-4 { padding-bottom: 1rem; }
.pl-10 { padding-left: 2.5rem; }
.pr-4 { padding-right: 1rem; }

.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }

.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }

.ml-1 { margin-left: 0.25rem; }
.ml-2 { margin-left: 0.5rem; }
.ml-4 { margin-left: 1rem; }
.mr-3 { margin-right: 0.75rem; }
.mr-4 { margin-right: 1rem; }
.mr-6 { margin-right: 1.5rem; }

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * (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 * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) { margin-left: 0.5rem; }
.space-x-4 > :not([hidden]) ~ :not([hidden]) { margin-left: 1rem; }
.space-x-6 > :not([hidden]) ~ :not([hidden]) { margin-left: 1.5rem; }

.gap-2 { gap: 0.5rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }

/* Flex & grid */
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.flex-shrink-0 { flex-shrink: 0; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-start { justify-content: flex-start; }

.grid { display: grid; }

/* Typography */
.text-left { text-align: left; }
.text-center { text-align: center; }
.uppercase { text-transform: uppercase; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-\[0\.35em\] { letter-spacing: 0.35em; }
.leading-relaxed { line-height: 1.625; }

.font-light { font-weight: 300; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }

.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.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-white { color: rgba(255, 255, 255, var(--tw-text-opacity)); }
.text-white\/80 { color: rgba(255, 255, 255, 0.8); }
.text-white\/90 { color: rgba(255, 255, 255, 0.9); }
.text-hcm-dark-blue { color: rgba(28, 59, 104, var(--tw-text-opacity)); }
.text-hcm-blue { color: rgba(27, 128, 175, var(--tw-text-opacity)); }
.text-hcm-orange { color: rgba(244, 130, 51, var(--tw-text-opacity)); }
.text-gray-300 { color: rgba(209, 213, 219, var(--tw-text-opacity)); }
.text-gray-400 { color: rgba(156, 163, 175, var(--tw-text-opacity)); }
.text-gray-500 { color: rgba(107, 114, 128, var(--tw-text-opacity)); }
.text-gray-600 { color: rgba(75, 85, 99, var(--tw-text-opacity)); }
.text-gray-700 { color: rgba(55, 65, 81, var(--tw-text-opacity)); }
.text-gray-800 { color: rgba(31, 41, 55, var(--tw-text-opacity)); }
.text-transparent { color: transparent; }

.text-opacity-80 { --tw-text-opacity: 0.8; }
.text-opacity-90 { --tw-text-opacity: 0.9; }

/* Backgrounds */
.bg-white { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); }
.bg-white\/20 { background-color: rgba(255, 255, 255, 0.2); }
.bg-white\/60 { background-color: rgba(255, 255, 255, 0.6); }
.bg-gray-50 { background-color: #f9fafb; }
.bg-hcm-blue { background-color: rgba(27, 128, 175, var(--tw-bg-opacity)); }
.bg-hcm-blue\/5 { background-color: rgba(27, 128, 175, 0.05); }
.bg-hcm-dark-blue { background-color: rgba(28, 59, 104, var(--tw-bg-opacity)); }
.bg-hcm-light-blue { background-color: rgba(46, 185, 232, var(--tw-bg-opacity)); }
.bg-hcm-light-blue\/10 { background-color: rgba(46, 185, 232, 0.1); }
.bg-hcm-orange { background-color: rgba(244, 130, 51, var(--tw-bg-opacity)); }
.bg-hcm-orange\/10 { background-color: rgba(244, 130, 51, 0.1); }
.bg-opacity-10 { --tw-bg-opacity: 0.1; }
.bg-opacity-20 { --tw-bg-opacity: 0.2; }

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

.bg-clip-text {
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.from-white { --tw-gradient-from: rgba(255, 255, 255, 1); --tw-gradient-to: rgba(255, 255, 255, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-gray-100 { --tw-gradient-from: #f3f4f6; --tw-gradient-to: rgba(243, 244, 246, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-slate-100 { --tw-gradient-from: #f1f5f9; --tw-gradient-to: rgba(241, 245, 249, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-slate-900 { --tw-gradient-from: #0f172a; --tw-gradient-to: rgba(15, 23, 42, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-hcm-blue { --tw-gradient-from: #1b80af; --tw-gradient-to: rgba(27, 128, 175, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-hcm-blue\/20 { --tw-gradient-from: rgba(27, 128, 175, 0.2); --tw-gradient-to: rgba(27, 128, 175, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-hcm-dark-blue { --tw-gradient-from: #1c3b68; --tw-gradient-to: rgba(28, 59, 104, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-hcm-light-blue { --tw-gradient-from: #2eb9e8; --tw-gradient-to: rgba(46, 185, 232, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-hcm-light-blue\/15 { --tw-gradient-from: rgba(46, 185, 232, 0.15); --tw-gradient-to: rgba(46, 185, 232, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-hcm-light-blue\/20 { --tw-gradient-from: rgba(46, 185, 232, 0.2); --tw-gradient-to: rgba(46, 185, 232, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-hcm-orange { --tw-gradient-from: #f48233; --tw-gradient-to: rgba(244, 130, 51, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-hcm-orange\/15 { --tw-gradient-from: rgba(244, 130, 51, 0.15); --tw-gradient-to: rgba(244, 130, 51, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-hcm-orange\/20 { --tw-gradient-from: rgba(244, 130, 51, 0.2); --tw-gradient-to: rgba(244, 130, 51, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }

.via-blue-50 { --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to); }
.via-blue-100 { --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to); }
.via-blue-400 { --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to); }
.via-blue-500 { --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to); }
.via-blue-200\/10 { --tw-gradient-stops: var(--tw-gradient-from), rgba(191, 219, 254, 0.1), var(--tw-gradient-to); }
.via-hcm-blue { --tw-gradient-stops: var(--tw-gradient-from), #1b80af, var(--tw-gradient-to); }
.via-hcm-dark-blue { --tw-gradient-stops: var(--tw-gradient-from), #1c3b68, var(--tw-gradient-to); }
.via-hcm-light-blue { --tw-gradient-stops: var(--tw-gradient-from), #2eb9e8, var(--tw-gradient-to); }
.via-orange-50 { --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to); }
.via-orange-200\/10 { --tw-gradient-stops: var(--tw-gradient-from), rgba(254, 215, 170, 0.1), var(--tw-gradient-to); }
.via-orange-500 { --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to); }
.via-slate-50 { --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to); }
.via-white { --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 1), var(--tw-gradient-to); }

.to-blue-50 { --tw-gradient-to: #eff6ff; }
.to-blue-400 { --tw-gradient-to: #60a5fa; }
.to-blue-500 { --tw-gradient-to: #3b82f6; }
.to-gray-100 { --tw-gradient-to: #f3f4f6; }
.to-gray-200 { --tw-gradient-to: #e5e7eb; }
.to-hcm-blue { --tw-gradient-to: #1b80af; }
.to-hcm-blue\/80 { --tw-gradient-to: rgba(27, 128, 175, 0.8); }
.to-hcm-blue\/90 { --tw-gradient-to: rgba(27, 128, 175, 0.9); }
.to-hcm-dark-blue { --tw-gradient-to: #1c3b68; }
.to-hcm-light-blue { --tw-gradient-to: #2eb9e8; }
.to-hcm-orange { --tw-gradient-to: #f48233; }
.to-orange-50 { --tw-gradient-to: #fff7ed; }
.to-orange-100 { --tw-gradient-to: #ffedd5; }
.to-orange-400 { --tw-gradient-to: #fb923c; }
.to-red-500 { --tw-gradient-to: #ef4444; }
.to-slate-800 { --tw-gradient-to: #1e293b; }
.to-transparent { --tw-gradient-to: transparent; }

.hover\:from-hcm-blue:hover { --tw-gradient-from: #1b80af; --tw-gradient-to: rgba(27, 128, 175, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.hover\:via-blue-500:hover { --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to); }
.hover\:to-hcm-light-blue:hover { --tw-gradient-to: #2eb9e8; }

/* Borders */
.border { border-width: 1px; border-style: solid; }
.border-2 { border-width: 2px; border-style: solid; }
.border-4 { border-width: 4px; border-style: solid; }
.border-t { border-top-width: 1px; border-style: solid; }
.border-l-4 { border-left-width: 4px; border-style: solid; }
.border-gray-200 { border-color: #e5e7eb; }
.border-gray-300 { border-color: #d1d5db; }
.border-gray-700 { border-color: #374151; }
.border-hcm-blue { border-color: #1b80af; }
.border-hcm-dark-blue { border-color: #1c3b68; }
.border-hcm-light-blue { border-color: #2eb9e8; }
.border-hcm-orange { border-color: #f48233; }
.border-white\/20 { border-color: rgba(255, 255, 255, 0.2); }
.border-white\/30 { border-color: rgba(255, 255, 255, 0.3); }

.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-full { border-radius: 9999px; }
.rounded-tl-full { border-top-left-radius: 9999px; }
.rounded-bl-full { border-bottom-left-radius: 9999px; }

/* Ring & shadow support */
.shadow-sm { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); }
.shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); }
.shadow-lg { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); }
.shadow-xl { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); }
.shadow-2xl { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); }

.hover\:shadow-xl:hover { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); }

.ring-1 { --tw-ring-offset-shadow: 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); }
.ring-3 { --tw-ring-offset-shadow: 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); }

.ring-white\/10 { --tw-ring-color: rgba(255, 255, 255, 0.1); }
.ring-white\/20 { --tw-ring-color: rgba(255, 255, 255, 0.2); }
.ring-white\/30 { --tw-ring-color: rgba(255, 255, 255, 0.3); }
.ring-white\/50 { --tw-ring-color: rgba(255, 255, 255, 0.5); }

.focus\:ring-2:focus { --tw-ring-offset-shadow: 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: 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); outline: 2px solid transparent; outline-offset: 2px; }
.focus\:ring-hcm-blue { --tw-ring-color: rgba(27, 128, 175, 0.5); }
.focus\:border-transparent:focus { border-color: transparent; }

/* Effects */
.transition-all { transition-property: all; transition-duration: 150ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-duration: 150ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.transition-transform { transition-property: transform; transition-duration: 150ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.duration-300 { transition-duration: 300ms; }
.duration-700 { transition-duration: 700ms; }
.delay-300 { transition-delay: 300ms; }
.delay-500 { transition-delay: 500ms; }
.delay-700 { transition-delay: 700ms; }
.delay-1000 { transition-delay: 1000ms; }
.ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.transform,
.hover\:scale-105:hover,
.hover\:scale-125:hover,
.group:hover .group-hover\:scale-110 {
    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-x-1\/2 { --tw-translate-x: -50%; }
.-translate-y-1\/2 { --tw-translate-y: -50%; }
.hover\:scale-105:hover { --tw-scale-x: 1.05; --tw-scale-y: 1.05; }
.hover\:scale-125:hover { --tw-scale-x: 1.25; --tw-scale-y: 1.25; }
.group:hover .group-hover\:scale-110 { --tw-scale-x: 1.1; --tw-scale-y: 1.1; }

.hover\:text-white:hover { color: #ffffff; }
.hover\:text-hcm-orange:hover { color: #f48233; }
.hover\:bg-orange-600:hover { background-color: #ea580c; }
.hover\:bg-blue-700:hover { background-color: #1d4ed8; }
.hover\:shadow-xl:hover { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }

.backdrop-blur { backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.backdrop-blur-sm { backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.blur-3xl { filter: blur(64px); }
.cursor-pointer { cursor: pointer; }
.opacity-10 { opacity: 0.1; }
.opacity-20 { opacity: 0.2; }
.opacity-25 { opacity: 0.25; }
.opacity-30 { opacity: 0.3; }
.opacity-90 { opacity: 0.9; }

@keyframes bounce {
    0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
    50% { transform: translateY(0); animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }
}
.animate-bounce { animation: bounce 1s infinite; }

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
.animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }

/* Other utilities */
.overflow-hidden { overflow: hidden; }
.overflow-y-auto { overflow-y: auto; }
.object-cover { object-fit: cover; }

.divide-y > :not([hidden]) ~ :not([hidden]) { border-top-width: 1px; border-style: solid; border-color: inherit; }
.divide-gray-100 { border-color: #f3f4f6; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.prose {
    color: #1f2937;
    /* max-width: 65ch; */
}
.prose p { margin-bottom: 1.25em; }
.prose ul, .prose ol { margin-bottom: 1.25em; padding-left: 1.5em; }
.prose h2 { font-size: 1.5rem; line-height: 2rem; margin-top: 1.5em; margin-bottom: 0.75em; color: #1c3b68; font-weight: 600; }
.prose h3 { font-size: 1.25rem; line-height: 1.75rem; margin-top: 0em; margin-bottom: 1.5em; color: #1b80af; font-weight: 600; }
.prose h3.key-benefits { color: #ffffff; }

.prose strong { font-weight: 600; color: #1c3b68; }
.prose a { color: #1b80af; text-decoration: underline; }
.prose-lg { font-size: 1.125rem; line-height: 1.8; }

/* Responsive variants */
@media (min-width: 640px) {
    .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
    .sm\:py-16 { padding-top: 4rem; padding-bottom: 4rem; }
}

@media (min-width: 768px) {
    .md\:flex { display: flex; }
    .md\:flex-row { flex-direction: row; }
    .md\:flex-1 { flex: 1 1 0%; }
    .md\:items-center { align-items: center; }
    .md\:items-start { align-items: flex-start; }
    .md\:justify-between { justify-content: space-between; }
    .md\:justify-start { justify-content: flex-start; }
    .md\:gap-20 { gap: 5rem; }
    .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\:hidden { display: none; }
    .md\:p-10 { padding: 2.5rem; }
    .md\:p-12 { padding: 3rem; }
    .md\:text-sm { font-size: 0.875rem; line-height: 1.25rem; }
    .md\:text-left { text-align: left; }
    .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
    .md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
    .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
    .md\:text-5xl { font-size: 3rem; line-height: 1; }
    .md\:min-w-\[180px\] { min-width: 180px; }
}

@media (min-width: 1024px) {
    .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\:px-8 { padding-left: 2rem; padding-right: 2rem; }
}

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

@media (min-width: 640px) { .container { max-width: 640px; } }
@media (min-width: 768px) { .container { max-width: 768px; } }
@media (min-width: 1024px) { .container { max-width: 1024px; } }
@media (min-width: 1280px) { .container { max-width: 1280px; } }
@media (min-width: 1536px) { .container { max-width: 1536px; } }

body {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

.header-logo {
    height: 5rem;
    width: auto;
    display: block;
}

.footer-logo {
    height: 3rem;
    width: auto;
    display: inline-block;
}

.section-padding{
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.hero-gradient {
    background: linear-gradient(135deg, rgba(28, 59, 104, 0.8), rgba(27, 128, 175, 0.7), rgba(46, 185, 232, 0.6));
}

.challenge-solution-bg {
    background: linear-gradient(135deg, rgba(46, 185, 232, 0.08) 0%, rgba(27, 128, 175, 0.12) 100%);
}

.contact-bg {
    background: linear-gradient(135deg, #1c3b68 0%, #1b80af 50%, #2eb9e8 100%);
}

#page-call-to-action {
    margin-top: clamp(1rem, 3vw, 2rem);
    margin-bottom: 0;
    padding-top: clamp(2rem, 5vw, 3.25rem);
    padding-bottom: clamp(1rem, 2.5vw, 2rem);
}

@media (min-width: 1024px) {
    #page-call-to-action {
        margin-top: clamp(1.5rem, 2vw, 2.5rem);
        padding-top: clamp(2.5rem, 4vw, 3.5rem);
        padding-bottom: clamp(1.25rem, 2vw, 2.25rem);
    }
}

@media (max-width: 1024px) {
    .header-logo {
        height: 4.5rem;
    }
}

@media (max-width: 640px) {
    .header-logo {
        height: 3.75rem;
    }
}

@media (max-width: 480px) {
    .header-logo {
        height: 3rem;
    }

    section[class*="hero-bg-"] > div.relative {
        padding-top: 2.75rem !important;
        padding-bottom: 2.75rem !important;
    }

    section[class*="hero-bg-"] + section {
        padding-top: 3rem !important;
    }

    .summary-text {
        font-size: 1rem !important;
        line-height: 1.6;
    }
}

.service-card {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.25), 0 22px 55px rgba(15, 23, 42, 0.15);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="triangles" width="12" height="12" patternUnits="userSpaceOnUse"><polygon points="0,0 6,0 6,6" fill="none" stroke="rgba(255,255,255,0.08)" stroke-width="0.3"/><polygon points="6,6 12,6 12,12" fill="none" stroke="rgba(255,255,255,0.08)" stroke-width="0.3"/><polygon points="6,6 0,12 6,12" fill="none" stroke="rgba(255,255,255,0.08)" stroke-width="0.3"/><polygon points="6,0 12,0 6,6" fill="none" stroke="rgba(255,255,255,0.08)" stroke-width="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23triangles)"/></svg>');
    background-repeat: repeat;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.service-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.35), transparent 55%),
                radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.18), transparent 45%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -18px 30px rgba(15, 23, 42, 0.2);
    opacity: 0.85;
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.service-card > * {
    position: relative;
    z-index: 2;
}

.service-card:hover {
    transform: translateY(-15px) rotateX(5deg) rotateY(5deg);
    box-shadow: 0 25px 50px rgba(15, 23, 42, 0.28), 0 35px 70px rgba(15, 23, 42, 0.2);
}

.service-card:hover::after {
    opacity: 1;
}

.service-icon {
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
}

.service-card ul {
    list-style: none;
    padding: 0;
}
    
.service-card li {
    padding: 0.5rem 0;
    color: #ffffff;
    position: relative;
    padding-left: 1.5rem;
}
    
.service-card li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #f48233;
    font-weight: bold;
}

.icon-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.orange-point-hcm {
    color: #f48233;
    font-size: 60px;
}

.services-dropdown {
    position: relative;
}

.nav-link-active {
    color: #f48233 !important;
    font-weight: 600;
}

.services-dropdown-button svg {
    transition: transform 0.3s ease;
}

.services-dropdown:hover .services-dropdown-button svg,
.services-dropdown:focus-within .services-dropdown-button svg {
    transform: rotate(180deg);
}

.services-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);
    border: 1px solid rgba(148, 163, 184, 0.2);
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 50;
}

.services-dropdown:hover .services-dropdown-menu,
.services-dropdown:focus-within .services-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.services-main-item {
    position: relative;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e2e8f0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.services-main-item:last-child {
    border-bottom: none;
}

.services-main-item:hover {
    background: rgba(27, 128, 175, 0.06);
}

.services-main-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    color: #1c3b68;
    font-size: 0.75rem;
}

.services-main-desc {
    margin-top: 0.35rem;
    font-size: 0.85rem;
    color: #475569;
}

.services-arrow-right {
    font-size: 0.8rem;
    color: #1c3b68;
    transition: transform 0.3s ease;
}

.services-main-item:hover .services-arrow-right {
    transform: translateX(4px);
}

.services-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    background: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);
    border: 1px solid rgba(148, 163, 184, 0.2);
    padding: 1.25rem;
    min-width: 280px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.3s ease;
    z-index: 60;
}

.services-main-item:hover .services-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.services-subtitle {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #1c3b68;
    border-bottom: 2px solid #f48233;
    padding-bottom: 0.5rem;
    margin-bottom: 0.75rem;
}

.services-submenu-link {
    display: block;
    padding: 0.6rem 0.75rem;
    margin-bottom: 0.35rem;
    color: #475569;
    text-decoration: none;
    border-radius: 0.5rem;
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
    font-size: 0.75rem;
}

.services-submenu-link:last-child {
    margin-bottom: 0;
}

.services-submenu-link:hover {
    color: #f48233;
    background: rgba(244, 130, 51, 0.12);
    border-left-color: #f48233;
    transform: translateX(5px);
}

/* Specialty Services Overview */
.specialty-services {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
}

.specialty-card {
    background: white;
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    border-left: 6px solid #f48233;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.specialty-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f48233 0%, #1b80af 50%, #2eb9e8 100%);
}

.specialty-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    border-left-color: #1b80af;
}

.specialty-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.specialty-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2eb9e8, #1b80af);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    color: white;
    font-size: 32px;
    box-shadow: 0 8px 20px rgba(46,185,232,0.3);
}

.specialty-card h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1c3b68;
    margin: 0;
    line-height: 1.3;
}

.specialty-description {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 30px;
}

.specialty-card--compact {
    padding: 30px 25px;
}

.specialty-header--compact {
    margin-bottom: 15px;
}

.specialty-icon--compact {
    width: 60px;
    height: 60px;
    font-size: 24px;
    margin-right: 20px;
}

.specialty-card-title--compact {
    font-size: 1.4rem;
    line-height: 1.3;
}

.specialty-description--compact {
    font-size: 1rem;
    margin-bottom: 20px;
}

.specialty-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.feature-item:last-child {
    border-bottom: none;
}

.feature-icon {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #f48233, #ff6b35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: white;
    font-size: 12px;
    flex-shrink: 0;
}

.feature-text {
    color: #555;
    font-weight: 500;
}

.learn-more-btn {
    background: linear-gradient(135deg, #1b80af 0%, #2eb9e8 100%);
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 15px rgba(27,128,175,0.3);
}

.learn-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(27,128,175,0.4);
    background: linear-gradient(135deg, #2eb9e8 0%, #1b80af 100%);
}

.service-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #2eb9e8, #1b80af);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: white;
    font-size: 24px;
}

/* Service Sections */
.payroll-services {
    display: flex;
    align-items: center;
    gap: 4rem;
    margin-bottom: 5rem;
    padding: 3rem;
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(248,250,252,0.9) 100%);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(28, 59, 104, 0.08);
    border: 1px solid rgba(28, 59, 104, 0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.payroll-services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f48233 0%, #1b80af 50%, #2eb9e8 100%);
}

.payroll-services:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(28, 59, 104, 0.15);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(248,250,252,1) 100%);
}

.payroll-services.reverse {
    flex-direction: row-reverse;
}

.payroll-service-image {
    flex: 1;
    min-width: 300px;
}

.payroll-service-image svg {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.payroll-service-content {
    flex: 1;
}

@media (max-width: 768px) {
    .payroll-services {
        flex-direction: column;
        padding: 2rem;
        gap: 2rem;
        text-align: center;
    }

    .payroll-services.reverse {
        flex-direction: column;
    }

    .payroll-service-image {
        min-width: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .payroll-service-content {
        width: 100%;
        text-align: center;
    }

    .payroll-service-image svg {
        max-width: 320px;
        display: block;
    }

    .payroll-service-content p {
        margin-left: auto;
        margin-right: auto;
        font-size: 1rem;
    }

    .payroll-service-link {
        margin-left: auto;
        margin-right: auto;
    }
    
    .payroll-service-content h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .payroll-services {
        padding: 1.5rem;
    }
    
    .hero h1 {
        font-size: 2rem;
    }

    .hero p {
        font-size: 0.95rem;
    }

    .payroll-service-content h3 {
        font-size: 1.35rem;
    }

    .payroll-service-content p {
        font-size: 0.95rem;
    }
}

.payroll-service-content h3 {
    color: #1c3b68;
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 0.5rem;
}

.payroll-service-content h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #f48233, #1b80af);
    border-radius: 2px;
}

.payroll-service-content p {
    color: #4a5568;
    margin-bottom: 2rem;
    line-height: 1.8;
    font-size: 1.05rem;
}

.payroll-service-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, #1b80af 0%, #2eb9e8 100%);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(27, 128, 175, 0.3);
}

.payroll-service-link:hover {
    background: linear-gradient(135deg, #2eb9e8 0%, #1b80af 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(27, 128, 175, 0.4);
}

/* Managed Payroll Page Styles */
.mp-challenge-section {
    background: linear-gradient(135deg, rgba(46,185,232,0.08) 0%, rgba(27,128,175,0.12) 100%);
    padding: 3rem 2rem;
    border-radius: 12px;
    margin: 3rem 0;
}

.mp-challenge-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 800px;
    margin: 0 auto;
}

.mp-challenge-grid .mp-challenge-item:nth-child(5) {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 400px;
}

@media (max-width: 768px) {
    .mp-challenge-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
    }    

    .mp-challenge-grid .mp-challenge-item:nth-child(5) {
        grid-column: 1;
        justify-self: stretch;
        max-width: none;
    }
}

.mp-challenge-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.mp-challenge-icon {
    background: linear-gradient(135deg, #f48233 0%, #d66d28 100%);
    color: white;
    font-size: 1rem;
    font-weight: bold;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(244,130,51,0.3);
}

.mp-challenge-text strong {
    color: #1c3b68;
}

.mp-challenge-text {
    color: #666;
}

/* Integrations Page Feature Blocks */
.integration-feature-block {
    --integration-gradient-start: rgba(28, 59, 104, 0.05);
    --integration-gradient-end: rgba(46, 185, 232, 0.08);
    --integration-border: rgba(46, 185, 232, 0.2);
    --integration-accent-primary: rgba(244, 130, 51, 0.1);
    --integration-accent-secondary: rgba(46, 185, 232, 0.15);
    position: relative;
    overflow: hidden;
    padding: 3rem 2rem;
    border-radius: 20px;
    border: 3px solid var(--integration-border);
    background: linear-gradient(135deg, var(--integration-gradient-start) 0%, var(--integration-gradient-end) 100%);
}

.integration-feature-block::before,
.integration-feature-block::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.integration-feature-block::before {
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, var(--integration-accent-primary) 0%, transparent 70%);
}

.integration-feature-block::after {
    bottom: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, var(--integration-accent-secondary) 0%, transparent 70%);
}

.integration-feature-block--support {
    --integration-gradient-start: rgba(27, 128, 175, 0.05);
    --integration-gradient-end: rgba(46, 185, 232, 0.08);
    --integration-border: rgba(27, 128, 175, 0.2);
    --integration-accent-primary: rgba(244, 130, 51, 0.12);
    --integration-accent-secondary: transparent;
}

.integration-feature-block--support::before {
    top: -40px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 180px;
}

.integration-feature-block--support::after {
    display: none;
}

.integration-feature-block--builds {
    --integration-gradient-start: rgba(244, 130, 51, 0.08);
    --integration-gradient-end: rgba(255, 183, 103, 0.12);
    --integration-border: rgba(244, 130, 51, 0.28);
    --integration-accent-primary: rgba(46, 185, 232, 0.15);
    --integration-accent-secondary: rgba(244, 130, 51, 0.18);
}

.integration-feature-block--builds::before {
    top: -60px;
    right: -40px;
}

.integration-feature-block--docs {
    --integration-gradient-start: rgba(28, 59, 104, 0.04);
    --integration-gradient-end: rgba(255, 255, 255, 0.7);
    --integration-border: rgba(28, 59, 104, 0.18);
    --integration-accent-primary: rgba(46, 185, 232, 0.12);
    --integration-accent-secondary: rgba(28, 59, 104, 0.12);
}

.integration-feature-block--docs::before {
    top: auto;
    bottom: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
}

.integration-feature-header {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
}

.integration-feature-icon {
    font-size: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f48233 0%, #2eb9e8 50%, #1b80af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.integration-feature-title {
    color: #1c3b68;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
}

.integration-feature-description {
    color: #666;
    font-size: 1.05rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.integration-feature-description--indented {
    margin-left: 3.3rem;
}

@media (max-width: 768px) {
    .integration-feature-title {
        font-size: 1.7rem;
    }

    .integration-feature-description {
        font-size: 0.95rem;
    }
}

@media (max-width: 640px) {
    .integration-feature-description--indented {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .integration-feature-title {
        font-size: 1.5rem;
    }

    .integration-feature-description {
        font-size: 0.9rem;
    }
}


.integration-card-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1100px;
}

.integration-card-grid--wide {
    grid-template-columns: repeat(2, minmax(320px, 1fr));
}

.integration-card-grid > .integration-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 520px;
}

.integration-card {
    --integration-card-accent: #f48233;
    --integration-card-shadow: rgba(244, 130, 51, 0.25);
    background: #ffffff;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-left: 5px solid var(--integration-card-accent);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
}

.integration-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px var(--integration-card-shadow);
}

.integration-card h4 {
    color: #1c3b68;
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.integration-card p {
    color: #666;
    line-height: 1.7;
    margin: 0;
}

.integration-card--orange {
    --integration-card-accent: #f48233;
    --integration-card-shadow: rgba(244, 130, 51, 0.25);
}

.integration-card--light-blue {
    --integration-card-accent: #2eb9e8;
    --integration-card-shadow: rgba(46, 185, 232, 0.25);
}

.integration-card--blue {
    --integration-card-accent: #1b80af;
    --integration-card-shadow: rgba(27, 128, 175, 0.25);
}

@media (max-width: 900px) {
    .integration-card-grid,
    .integration-card-grid--wide {
        grid-template-columns: repeat(2, minmax(260px, 1fr));
    }
}

@media (max-width: 768px) {
    .integration-card-grid,
    .integration-card-grid--wide {
        grid-template-columns: 1fr;
    }

    .integration-card-grid > .integration-card:last-child:nth-child(odd) {
        grid-column: auto;
        justify-self: stretch;
        max-width: none;
    }
}

.integration-card-grid--wide .integration-card {
    max-width: 450px;
}

.integration-feature-note {
    color: #666;
    font-size: 1.05rem;
    text-align: center;
    margin-top: 2rem;
    position: relative;
    z-index: 1;
}

.integration-cta {
    text-align: center;
    margin-top: 3rem;
}

.integration-cta .cta-button {
    position: relative;
    z-index: 1;
}

.reports-offerings {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.reports-category {
    --reports-border-color: rgba(46,185,232,0.2);
    --reports-gradient-start: rgba(28,59,104,0.05);
    --reports-gradient-end: rgba(46,185,232,0.08);
    background: linear-gradient(135deg, var(--reports-gradient-start) 0%, var(--reports-gradient-end) 100%);
    border: 3px solid var(--reports-border-color);
    border-radius: 20px;
    padding: 3rem 2rem;
    position: relative;
    overflow: hidden;
}

.reports-category::before,
.reports-category::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.reports-category::before {
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(244,130,51,0.12) 0%, transparent 70%);
}

.reports-category::after {
    bottom: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(46,185,232,0.15) 0%, transparent 70%);
}

.reports-category.theme-ocean {
    --reports-border-color: rgba(27,128,175,0.2);
    --reports-gradient-start: rgba(27,128,175,0.05);
    --reports-gradient-end: rgba(46,185,232,0.08);
}

.reports-category.theme-navy {
    --reports-border-color: rgba(28,59,104,0.2);
}

.reports-category-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
    justify-content: center;
    text-align: center;
}

.reports-category-header--center {
    justify-content: center;
    text-align: center;
}

.reports-category-header h3 {
    color: #1c3b68;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.reports-category-header p {
    color: #4a5568;
    font-size: 1.05rem;
    margin: 0;
}

.reports-category-icon {
    font-size: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f48233 0%, #2eb9e8 50%, #1b80af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reports-card-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .reports-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: center;
    }

    .reports-card-grid > *:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        width: min(100%, 32rem);
        justify-self: center;
    }
}

.reports-card {
    --card-accent: #f48233;
    background: #ffffff;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border-left: 5px solid var(--card-accent);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reports-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(244,130,51,0.18);
}

.reports-card.accent-teal:hover {
    box-shadow: 0 8px 30px rgba(46,185,232,0.25);
}

.reports-card.accent-blue:hover {
    box-shadow: 0 8px 30px rgba(27,128,175,0.25);
}

.reports-card h4 {
    color: #1c3b68;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
}

.reports-card p {
    color: #4a5568;
    line-height: 1.7;
    margin: 0;
}

.reports-card.accent-teal {
    --card-accent: #2eb9e8;
}

.reports-card.accent-blue {
    --card-accent: #1b80af;
}

.reports-optimization {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    padding: 3rem 2rem;
}

.reports-optimization-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .reports-optimization-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: center;
    }

    .reports-optimization-grid > *:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        width: min(100%, 32rem);
        justify-self: center;
    }
}

.reports-optimization-card {
    background: #ffffff;
    border-left: 4px solid #2eb9e8;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    padding: 1.5rem;
}

.reports-optimization-card h4 {
    color: #1c3b68;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.reports-optimization-card p {
    color: #4a5568;
    line-height: 1.7;
    margin: 0;
}

.reports-cta {
    margin-top: 1rem;
}

.reports-cta .cta-button {
    box-shadow: 0 8px 20px rgba(27,128,175,0.25);
}

.reports-cta .cta-button:hover {
    box-shadow: 0 12px 30px rgba(27,128,175,0.35);
}

@media (max-width: 768px) {
    .reports-category {
        padding: 2.5rem 1.5rem;
    }

    .reports-category-header {
        flex-direction: column;
        text-align: center;
    }

    .reports-category-header--center {
        text-align: center;
    }
}

/* Enhanced Managed Payroll Services Section */
.mp-services-section {
    background: linear-gradient(135deg, rgba(46,185,232,0.08) 0%, rgba(27,128,175,0.12) 100%);
    padding: 4rem 2rem;
    border-radius: 16px;
    margin: 3rem 0;
    position: relative;
}

.mp-services-content {
    position: relative;
    z-index: 1;
}

.mp-services-title {
    color: #1c3b68;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 600;
    position: relative;
}

.mp-services-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #f48233;
    border-radius: 2px;
}

.mp-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 768px) {
  .mp-services-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
    
  .mp-services-title {
    font-size: 2.1rem;
  }

  .mp-service-text h4 {
    font-size: 1.2rem;
  }

  .mp-service-text p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .mp-services-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
    
  .mp-services-title {
    font-size: 1.9rem;
  }

  .mp-service-text h4 {
    font-size: 1.1rem;
  }

  .mp-service-text p {
    font-size: 0.9rem;
  }
}

.mp-service-item {
    background: #ffffff;
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid #e9ecef;
    border-left: 4px solid #f48233;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 
        0 4px 15px rgba(28,59,104,0.12),
        0 2px 8px rgba(28,59,104,0.08),
        inset 0 1px 0 rgba(255,255,255,0.8);
}

.mp-service-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #2eb9e8 0%, #1b80af 100%);
    border-radius: 0 16px 16px 0;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.mp-service-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 
        0 12px 35px rgba(28,59,104,0.18),
        0 6px 15px rgba(28,59,104,0.12),
        0 0 0 1px rgba(46,185,232,0.1),
        inset 0 1px 0 rgba(255,255,255,1);
    border-left-color: #2eb9e8;
    border-color: rgba(46,185,232,0.3);
}

.mp-service-item:hover::before {
    opacity: 1;
}

.mp-service-content {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.mp-service-icon {
    color: #f48233;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin-top: 0.2rem;
}

.mp-service-text h4 {
    color: #1c3b68;
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.mp-service-text p {
    color: #666;
    line-height: 1.7;
    font-size: 1rem;
}

/* Documentation Page Specific Styles */
.doc-intro-section {
  background: linear-gradient(135deg, #1c3b68 0%, #1b80af 50%, #2eb9e8 100%);
  padding: 2.5rem 2rem;
  border-radius: 20px;
  margin: 2rem 0;
  position: relative;
  overflow: hidden;
}

.doc-intro-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.3; }
  50% { transform: scale(1.1) rotate(180deg); opacity: 0.1; }
}

.doc-intro-section h3 {
  color: white;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  position: relative;
  z-index: 1;
}

.doc-intro-section p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.95);
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  position: relative;
  z-index: 1;
}

.doc-intro-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #666;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 2rem;
}

.doc-intro-text--bottom {
  margin: 2rem auto 0;
  max-width: 800px;
}

/* Expandable Services Grid */
.doc-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 1000px;
  margin: 0 auto;
}

.doc-service-item {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e9ecef;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  box-shadow: 
    0 4px 15px rgba(28,59,104,0.08),
    0 2px 8px rgba(28,59,104,0.04);
  border-left: 4px solid transparent;
}

.doc-service-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #f48233 0%, #2eb9e8 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.doc-service-item:hover::before {
  transform: scaleX(1);
}

.doc-service-item:hover {
  transform: translateY(-4px);
  box-shadow: 
    0 12px 35px rgba(28,59,104,0.15),
    0 6px 15px rgba(28,59,104,0.08),
    0 0 0 1px rgba(46,185,232,0.1);
}

.doc-service-content {
  display: flex;
  align-items: center;
  padding: 2rem;
  cursor: pointer;
  position: relative;
}

.doc-service-toggle {
  width: 100%;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(46,185,232,0.04) 0%, rgba(27,128,175,0.06) 100%);
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  border: none;
  display: flex;
  align-items: center;
  text-align: left;
  color: inherit;
}

.doc-service-toggle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(46,185,232,0.35);
}

.doc-service-icon {
  color: #f48233;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-right: 1.5rem;
  transition: all 0.3s ease;
}

.doc-service-text {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.doc-service-text h4 {
  color: #1c3b68;
  font-size: 1.4rem;
  margin: 0;
  font-weight: 600;
  transition: color 0.3s ease;
}

.expand-icon {
  color: #2eb9e8;
  font-size: 1.5rem;
  font-weight: bold;
  width: 32px;
  height: 32px;
  border: 2px solid #2eb9e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background: rgba(46,185,232,0.1);
}

.doc-service-item:hover .doc-service-icon {
  color: #2eb9e8;
  transform: scale(1.1);
}

.doc-service-item:hover .doc-service-text h4 {
  color: #2eb9e8;
}

.doc-service-item:hover .expand-icon {
  background: #2eb9e8;
  color: white;
  transform: scale(1.05);
}

.doc-service-details {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  background: #ffffff;
  border-top: 1px solid transparent;
  padding: 0 2rem;
  opacity: 0;
}

.doc-service-details.expanded {
  max-height: 800px;
  padding: 0 2rem 2rem;
  opacity: 1;
  border-top-color: #e9ecef;
}

.doc-service-details p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.doc-service-details .service-detail-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.doc-service-details .service-detail-list li {
  color: #666;
  line-height: 1.7;
  margin-bottom: 0.8rem;
  padding-left: 1.5rem;
  position: relative;
}

.doc-service-details .service-detail-list li::before {
  content: '▸';
  color: #f48233;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.doc-service-item.expanded .expand-icon {
  background: #f48233;
  border-color: #f48233;
  color: white;
  transform: none;
}

.doc-service-item.expanded {
  border-left-color: #2eb9e8;
  box-shadow:
    0 12px 35px rgba(28,59,104,0.18),
    0 6px 18px rgba(28,59,104,0.1);
}

.problems-section {
  background: linear-gradient(135deg, rgba(46,185,232,0.08) 0%, rgba(27,128,175,0.12) 100%);
  padding: 2rem;
  border-radius: 16px;
  margin: 2rem 0;
  border: 1px solid #e9ecef;
}

.problems-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 800px;
  margin: 2rem auto 0;
}

@media (max-width: 768px) {
  .problems-grid {
    grid-template-columns: 1fr;
  }
  .doc-service-text h4 {
    font-size: 1.0rem;
  }
}

.problem-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(244,130,51,0.05) 0%, rgba(214,109,40,0.08) 100%);
  border-radius: 12px;
  border-left: 4px solid #f48233;
}

.problem-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.problem-text {
  color: #1c3b68;
  font-weight: 500;
  line-height: 1.6;
}

.services-detail-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 2.5rem 2rem;
  border-radius: 16px;
  margin: 2rem 0;
  border: 1px solid rgba(233,236,239,0.9);
  box-shadow: 0 12px 35px rgba(28,59,104,0.08);
}

.service-detail-item {
  background: #ffffff;
  padding: 2.5rem;
  border-radius: 16px;
  margin-bottom: 2rem;
  border: 1px solid #e9ecef;
  border-left: 4px solid #2eb9e8;
  box-shadow: 0 4px 15px rgba(28,59,104,0.08);
  transition: all 0.3s ease;
}

.service-detail-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(28,59,104,0.12);
}

.service-detail-item h4 {
  color: #1c3b68;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.service-detail-item .service-icon {
  color: #2eb9e8;
  font-size: 1.2rem;
}

.service-detail-item p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.service-detail-list {
  list-style: none;
  padding: 0;
}

.service-detail-list li {
  color: #666;
  line-height: 1.7;
  margin-bottom: 0.8rem;
  padding-left: 1.5rem;
  position: relative;
}

.service-detail-list li::before {
  content: '▸';
  color: #f48233;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.when-to-use-section {
    margin-bottom: 4rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 3rem 2rem;
    border-radius: 20px;
}

.when-to-use-title {
    font-size: 1.8rem;
    color: #1c3b68;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 700;
}

.when-to-use-subtitle {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 3rem;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}

.when-to-use-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
}

.when-to-use-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(46, 185, 232, 0.2);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.when-to-use-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #2eb9e8 0%, #1b80af 100%);
}

.when-to-use-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.when-to-use-card-content {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.when-to-use-icon {
    background: linear-gradient(135deg, #2eb9e8 0%, #1b80af 100%);
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.when-to-use-text {
    color: #495057;
    line-height: 1.7;
    margin: 0;
    font-size: 1.05rem;
    font-weight: 500;
}

/* Hero Section */
.hero {
    min-height: 500px;
    padding: 0px 0 50px;
    background: linear-gradient(135deg, #1c3b68 0%, #1b80af 50%, #2eb9e8 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero,
[class*="hero-bg"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    z-index: 2;
    position: relative;
}

.hero-content {
    color: white;
    animation: fadeInUp 1s ease-out;
}

.hero-image {
    position: relative;
    animation: fadeInRight 1s ease-out;
}

.hero-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    text-align: left;
    line-height: 1.0;
}

.hero p {
    font-size: 1.3rem;
    margin-bottom: 30px;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    text-align: left;
}

.cta-button {
    background-color: #f48233;
    color: white;
    padding: 12px 28px;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
    display: inline-block;
    box-shadow: none;
}

.cta-button:hover {
    background-color: #ea580c;
    color: white;
}

@media (max-width: 768px) {
    .services-dropdown-menu,
    .services-submenu {
        display: none;
    }
    .header-logo {
        height: 3.25rem;
    }
    .hero {
        min-height: 360px;
        padding: 30px 0 45px;
    }
    
    .hero-container {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
        justify-items: center;
    }

    .hero-content {
        text-align: center;
    }
    
    .hero h1 {
        font-size: 1.9rem;
        text-align: center;
        line-height: 1.15;
    }
    
    .hero p {
        font-size: 0.95rem;
        text-align: center;
        line-height: 1.6;
    }

    .hero-image {
        padding-bottom: 30px;
    }
    
    .hero-image img {
        height: 300px;
        width: 275px;
    }
    
    .orange-point-hcm {
        font-size: 40px;
    }

    .footer-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .specialty-card {
        padding: 30px 20px;
        margin-bottom: 30px;
    }

    .specialty-header {
        flex-direction: column;
        text-align: center;
        margin-bottom: 20px;
    }

    .specialty-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .specialty-card h3 {
        font-size: 1.5rem;
    }
}

 /* Hero Shape */
.gb-shapes {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1;
}

.gb-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gb-shape svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
    filter: drop-shadow(0 -8px 25px rgba(0, 0, 0, 0.4));
}

.gb-shape-1 {
    animation: heroWave 9s ease-in-out infinite;
    opacity: 0.95;
}

@keyframes heroWave {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(6px); }
}


.hero-bg {
    background-image: url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?ixlib=rb-4.0.3&auto=format&fit=crop&w=2084&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* Payroll Services Section */
.hero-bg-payroll-services {
    background-image: url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-bg-managed-payroll {
    background-image: url('https://images.unsplash.com/photo-1553877522-43269d4ea984?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-bg-payroll-documentation {
    background-image: url('https://images.unsplash.com/photo-1450101499163-c8848c66ca85?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-bg-year-end {
    background-image: url('https://images.unsplash.com/photo-1434030216411-0b793f4b4173?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-bg-payroll-resources {
    background-image: url('https://images.unsplash.com/photo-1553729459-efe14ef6055d?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-bg-equity {
    background-image: url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-bg-wd-payroll-config {
    background-image: url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-bg-overtime {
    background-image: url('https://images.unsplash.com/photo-1495364141860-b0d03eccd065?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* Implementation Services Section */
.hero-bg-implementation-services {
    background-image: url('https://images.unsplash.com/photo-1552664730-d307ca884978?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-bg-us-canada-payroll {
    background-image: url('https://images.unsplash.com/photo-1521737711867-e3b97375f902?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-bg-time-tracking {
    background-image: url('https://images.unsplash.com/photo-1501139083538-0139583c060f?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-bg-absence-management {
    background-image: url('https://images.unsplash.com/photo-1506784983877-45594efa4cbe?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-bg-pici {
    background-image: url('https://images.unsplash.com/photo-1515378960530-7c0da6231fb1?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-bg-mergers {
    background-image: url('https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-bg-additional-services {
    background-image: url('https://images.unsplash.com/photo-1557804506-669a67965ba0?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* Post Production Support Section */
.hero-bg-post-production {
    background-image: url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-bg-reports {
    background-image: url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-bg-integrations {
    background-image: url('https://images.unsplash.com/photo-1558494949-ef010cbdcc31?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-bg-wd-hcm-support {
    background-image: url('https://images.unsplash.com/photo-1531482615713-2afd69097998?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* Additional Pages Section */
.hero-bg-about-us {
    background-image: url('https://images.unsplash.com/photo-1600880292203-757bb62b4baf?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-bg-contact-us {
    background-image: url('https://images.unsplash.com/photo-1423666639041-f56000c27a9a?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

@media (max-width: 1024px) {
    [class*="hero-bg"] {
        background-attachment: scroll;
        background-position: center;
    }
}

@media (max-width: 768px) {
    section[class*="hero-bg"] {
        min-height: 150px;
        padding: 0.5rem 0;
    }

    section[class*="hero-bg"] > div.relative {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
        text-align: center;
    }

    section[class*="hero-bg"] h1 {
        font-size: 2rem;
        line-height: 1.2;
        text-align: center;
    }

    section[class*="hero-bg"] p {
        font-size: 1rem;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

.testimonial-slider {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.testimonial-track {
    display: flex;
    will-change: transform;
}

.testimonial-slide {
    flex: 0 0 100%;
    min-width: 100%;
}

.testimonial-dot {
    border: none;
    cursor: pointer;
    appearance: none;
    transition: transform 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
    opacity: 0.85;
}

.testimonial-dot:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.85);
    outline-offset: 2px;
}

.testimonial-dot.active {
    opacity: 1;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
}

.testimonial-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.payroll-temp-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

.payroll-section-title {
    font-size: 1.8rem;
    color: #1c3b68;
    margin-bottom: 0.6rem;
    text-align: center;
}

.payroll-section-intro {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666666;
    text-align: center;
    margin-bottom: 3rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.payroll-trust {
    margin-bottom: 4rem;
}

.payroll-subheading {
    font-size: 1.5rem;
    color: #1c3b68;
    margin-bottom: 2rem;
    text-align: center;
}

.payroll-trust-heading {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
}

.payroll-support-services {
    background: linear-gradient(135deg, rgba(46,185,232,0.08) 0%, rgba(27,128,175,0.12) 100%);
    padding: 3rem 2rem;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(28, 59, 104, 0.12);
}

.payroll-support-title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
}

.payroll-support-services .payroll-services-list {
    margin-top: 0;
}

.payroll-trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
    justify-items: center;
}

.payroll-trust-card {
    background: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #2eb9e8;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 400px;
}

.payroll-trust-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.payroll-trust-card-content {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.payroll-check-icon {
    background: #f48233;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.payroll-trust-card-title {
    color: #1c3b68;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.payroll-trust-card-text {
    color: #666666;
    line-height: 1.7;
    margin: 0;
}

.payroll-services {
    margin-bottom: 4rem;
}

.payroll-services-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 900px;
    margin: 0 auto;
}

.expandable-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-left: 4px solid var(--ma-accent-color, #2eb9e8);
    overflow: hidden;
    transition: all 0.3s ease;
}

.expandable-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.card-header {
    padding: 1.5rem 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    transition: background 0.3s ease;
}

.card-header:hover {
    background: var(--ma-accent-color-light, rgba(46, 185, 232, 0.1));
}

.card-header:active {
    background: var(--ma-accent-color-light-strong, rgba(46, 185, 232, 0.18));
}

.card-title {
    color: #1c3b68;
    font-size: 1.3rem;
    margin: 0;
    font-weight: 600;
}

.expand-icon {
    color: var(--ma-accent-color, #2eb9e8);
    font-size: 1.2rem;
    font-weight: bold;
    transition: transform 0.3s ease;
    min-width: 24px;
    text-align: center;
}

.card-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 2rem;
}

.card-content-inner {
    padding-bottom: 1.5rem;
}

.card-text {
    color: #666666;
    line-height: 1.8;
    margin: 0;
}

.ma-services-section {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.ma-overview-card {
    position: relative;
    background: linear-gradient(135deg, rgba(28, 59, 104, 0.05) 0%, rgba(46, 185, 232, 0.08) 100%);
    padding: 3rem 2rem;
    border-radius: 20px;
    border: 3px solid rgba(46, 185, 232, 0.2);
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
}

.ma-overview-card::before,
.ma-overview-card::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.ma-overview-card::before {
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(244, 130, 51, 0.12) 0%, transparent 70%);
}

.ma-overview-card::after {
    bottom: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(46, 185, 232, 0.15) 0%, transparent 70%);
}

.ma-overview-card > * {
    position: relative;
    z-index: 1;
}

.ma-card-heading {
    font-size: 1.8rem;
    color: #1c3b68;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 700;
}

.ma-section-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4b5563;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.ma-services-heading {
    font-size: 1.5rem;
    color: #1c3b68;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 600;
}

.ma-services-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 900px;
    margin: 0 auto;
}

.ma-card {
    --ma-accent-color: #2eb9e8;
    --ma-accent-color-light: rgba(46, 185, 232, 0.12);
    --ma-accent-color-light-strong: rgba(46, 185, 232, 0.18);
}

.ma-card--orange {
    --ma-accent-color: #f48233;
    --ma-accent-color-light: rgba(244, 130, 51, 0.12);
    --ma-accent-color-light-strong: rgba(244, 130, 51, 0.2);
}

.ma-card--teal {
    --ma-accent-color: #2eb9e8;
    --ma-accent-color-light: rgba(46, 185, 232, 0.12);
    --ma-accent-color-light-strong: rgba(46, 185, 232, 0.18);
}

.ma-card--navy {
    --ma-accent-color: #1b80af;
    --ma-accent-color-light: rgba(27, 128, 175, 0.12);
    --ma-accent-color-light-strong: rgba(27, 128, 175, 0.2);
}

.ma-card-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}

.ma-card-list li {
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
    position: relative;
}

.ma-card-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--ma-accent-color, #2eb9e8);
    font-weight: 700;
}

.ma-card-list li:last-child {
    margin-bottom: 0;
}

.ma-ideal-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 3rem 2rem;
    border-radius: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.ma-ideal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.ma-ideal-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(46, 185, 232, 0.2);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.ma-ideal-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #2eb9e8 0%, #1b80af 100%);
}

.ma-ideal-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.ma-ideal-card-icon {
    background: linear-gradient(135deg, #2eb9e8 0%, #1b80af 100%);
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.ma-ideal-card-text {
    color: #495057;
    line-height: 1.7;
    margin: 0;
    font-size: 1.05rem;
    font-weight: 500;
}

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

.ma-cta .cta-button {
    padding-left: 3rem;
    padding-right: 3rem;
}

@media (max-width: 768px) {
    .ma-overview-card {
        padding: 2.5rem 1.5rem;
    }

    .ma-section-description {
        margin-bottom: 2rem;
    }

    .ma-ideal-section {
        padding: 2.5rem 1.5rem;
    }
}

.payroll-summary {
    margin-bottom: 4rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 3rem 2rem;
    border-radius: 20px;
    text-align: center;
}

.payroll-summary-title {
    font-size: 1.8rem;
    color: #1c3b68;
    margin-bottom: 1rem;
    font-weight: 600;
}

.payroll-summary-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #495057;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 400;
}

.payroll-cta {
    text-align: center;
    margin-top: 3rem;
}

.payroll-cta .cta-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #f48233;
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(244, 130, 51, 0.4);
}

.payroll-cta .cta-button:hover {
    background: #d66d28;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(244, 130, 51, 0.6);
}

@media (max-width: 768px) {
    .payroll-hero {
        height: 220px;
    }

    .payroll-hero-title {
        font-size: 1.6rem;
    }

    .payroll-hero-subtitle {
        font-size: 1rem;
    }

    .payroll-temp-container {
        padding: 1.5rem 1rem;
    }

    .payroll-support-services {
        padding: 2.5rem 1.5rem;
    }

    .payroll-support-title,
    .payroll-trust-heading {
        font-size: 1.6rem;
    }

    .card-header {
        padding: 1.2rem 1.5rem;
    }

    .card-title {
        font-size: 0.75rem;
        line-height: 1.3;
    }

    .expand-icon {
        font-size: 1.1rem;
        min-width: 20px;
    }

    .card-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.additional-services-collection {
    margin-top: 2rem;
}

.additional-service-block {
    position: relative;
    padding: 3rem 2rem;
    border-radius: 20px;
    border: 3px solid transparent;
    overflow: hidden;
    background: #ffffff;
    color: #1c3b68;
}

.additional-service-block::before,
.additional-service-block::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.additional-service-block--prism {
    background: linear-gradient(135deg, rgba(28, 59, 104, 0.05) 0%, rgba(46, 185, 232, 0.08) 100%);
    border-color: rgba(46, 185, 232, 0.2);
    --icon-gradient: linear-gradient(135deg, #f48233 0%, #2eb9e8 50%, #1b80af 100%);
}

.additional-service-block--prism::before {
    width: 200px;
    height: 200px;
    top: -50px;
    right: -50px;
    background: radial-gradient(circle, rgba(244, 130, 51, 0.1) 0%, transparent 70%);
    opacity: 1;
}

.additional-service-block--prism::after {
    width: 150px;
    height: 150px;
    bottom: -30px;
    left: -30px;
    background: radial-gradient(circle, rgba(46, 185, 232, 0.15) 0%, transparent 70%);
    opacity: 1;
}

.additional-service-block--enrollment {
    background: linear-gradient(135deg, rgba(27, 128, 175, 0.05) 0%, rgba(46, 185, 232, 0.08) 100%);
    border-color: rgba(27, 128, 175, 0.2);
    --icon-gradient: linear-gradient(135deg, #1b80af 0%, #f48233 50%, #2eb9e8 100%);
}

.additional-service-block--enrollment::before {
    width: 180px;
    height: 180px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(244, 130, 51, 0.12) 0%, transparent 70%);
    opacity: 1;
}

.additional-service-block--recruiting {
    background: linear-gradient(135deg, rgba(28, 59, 104, 0.05) 0%, rgba(46, 185, 232, 0.08) 100%);
    border-color: rgba(46, 185, 232, 0.2);
    --icon-gradient: linear-gradient(135deg, #f48233 0%, #2eb9e8 50%, #1b80af 100%);
}

.additional-service-block--recruiting::before {
    width: 200px;
    height: 200px;
    top: -50px;
    right: -50px;
    background: radial-gradient(circle, rgba(244, 130, 51, 0.1) 0%, transparent 70%);
    opacity: 1;
}

.additional-service-block--recruiting::after {
    width: 150px;
    height: 150px;
    bottom: -30px;
    left: -30px;
    background: radial-gradient(circle, rgba(46, 185, 232, 0.15) 0%, transparent 70%);
    opacity: 1;
}

.additional-service-block--talent {
    background: linear-gradient(135deg, rgba(27, 128, 175, 0.05) 0%, rgba(46, 185, 232, 0.08) 100%);
    border-color: rgba(27, 128, 175, 0.2);
    --icon-gradient: linear-gradient(135deg, #1b80af 0%, #f48233 50%, #2eb9e8 100%);
}

.additional-service-block--talent::before {
    width: 180px;
    height: 180px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(244, 130, 51, 0.12) 0%, transparent 70%);
    opacity: 1;
}

.additional-service-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    z-index: 1;
}

.additional-service-icon {
    font-size: 2.5rem;
    line-height: 1;
    background: var(--icon-gradient, linear-gradient(135deg, #f48233 0%, #2eb9e8 50%, #1b80af 100%));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.additional-service-heading-text h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.additional-service-subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1c3b68;
    margin: 0;
}

.additional-service-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4b5563;
    max-width: 760px;
    margin: 1.5rem auto 2rem;
    position: relative;
    z-index: 1;
    text-align: center;
}

.additional-service-grid {
    display: grid;
    gap: 1.5rem;
    position: relative;
    z-index: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
}

.additional-service-grid--compact {
    max-width: 1100px;
    margin: 0 auto;
}

/* Support Services Overview */
.support-overview {
    margin-top: 5rem;
    padding: 3rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.95) 100%);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(28, 59, 104, 0.08);
    border: 1px solid rgba(28, 59, 104, 0.05);
    position: relative;
    overflow: hidden;
}

.support-overview__accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f48233 0%, #1b80af 50%, #2eb9e8 100%);
}

.support-overview__title {
    color: #1c3b68;
    font-size: 2.2rem;
    margin-bottom: 2rem;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    margin-bottom: 3rem;
}

.support-card {
    padding: 2rem;
    border-radius: 15px;
    border-left: 4px solid transparent;
    background: rgba(27, 128, 175, 0.05);
}

.support-card--blue {
    background: rgba(27, 128, 175, 0.05);
    border-left-color: #1b80af;
}

.support-card--orange {
    background: rgba(244, 130, 51, 0.05);
    border-left-color: #f48233;
}

.support-card--teal {
    background: rgba(46, 185, 232, 0.05);
    border-left-color: #2eb9e8;
}

.support-card--navy {
    background: rgba(28, 59, 104, 0.05);
    border-left-color: #1c3b68;
}

.support-card__title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.support-card--blue .support-card__title {
    color: #1b80af;
}

.support-card--orange .support-card__title {
    color: #f48233;
}

.support-card--teal .support-card__title {
    color: #2eb9e8;
}

.support-card--navy .support-card__title {
    color: #1c3b68;
}

.support-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #4a5568;
    line-height: 1.8;
}

.support-list__item {
    margin-bottom: 0.5rem;
    padding-left: 1rem;
    position: relative;
}

.support-list__item:last-child {
    margin-bottom: 0;
}

.support-list__bullet {
    position: absolute;
    left: 0;
    font-weight: 700;
}

.support-card--blue .support-list__bullet {
    color: #1b80af;
}

.support-card--orange .support-list__bullet {
    color: #f48233;
}

.support-card--teal .support-list__bullet {
    color: #2eb9e8;
}

.support-card--navy .support-list__bullet {
    color: #1c3b68;
}

.support-options {
    background: linear-gradient(135deg, rgba(27, 128, 175, 0.1) 0%, rgba(46, 185, 232, 0.1) 100%);
    padding: 2.5rem;
    border-radius: 15px;
    border: 2px solid rgba(27, 128, 175, 0.2);
    text-align: center;
}

.support-options__title {
    color: #1c3b68;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.support-options__text {
    color: #4a5568;
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .support-overview {
        margin-top: 4rem;
    }
}

@media (max-width: 768px) {
    .support-overview {
        padding: 2.5rem 1.75rem;
    }

    .support-grid {
        gap: 2rem;
    }
}

@media (max-width: 640px) {
    .support-grid {
        grid-template-columns: 1fr;
    }

    .support-overview__title {
        font-size: 1.9rem;
    }

    .support-options__title {
        font-size: 1.6rem;
    }

    .support-options__text {
        font-size: 1rem;
    }
}

@media (min-width: 769px) {
    .additional-service-grid > *:last-child:nth-child(2n+1) {
        grid-column: 1 / -1;
        justify-self: center;
        width: 100%;
        max-width: 32rem;
    }
}

.additional-service-card {
    background: #ffffff;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-left: 5px solid transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    height: 100%;
}

.additional-service-card h4 {
    color: #1c3b68;
    margin-bottom: 0.8rem;
    font-size: 1.15rem;
    font-weight: 600;
}

.additional-service-card p {
    color: #4b5563;
    line-height: 1.7;
    margin: 0;
    font-size: 0.95rem;
}

.additional-service-card:hover {
    transform: translateY(-6px);
}

.additional-service-card.accent-orange {
    border-left-color: #f48233;
}

.additional-service-card.accent-orange:hover {
    box-shadow: 0 8px 30px rgba(244, 130, 51, 0.25);
}

.additional-service-card.accent-light-blue {
    border-left-color: #2eb9e8;
}

.additional-service-card.accent-light-blue:hover {
    box-shadow: 0 8px 30px rgba(46, 185, 232, 0.25);
}

.additional-service-card.accent-navy {
    border-left-color: #1b80af;
}

.additional-service-card.accent-navy:hover {
    box-shadow: 0 8px 30px rgba(27, 128, 175, 0.25);
}

@media (max-width: 768px) {
    .additional-service-block {
        padding: 2.5rem 1.5rem;
    }

    .additional-service-grid,
    .additional-service-grid--wide,
    .additional-service-grid--compact {
        grid-template-columns: 1fr;
    }

    .additional-service-grid > *:last-child:nth-child(2n+1) {
        grid-column: auto;
        justify-self: stretch;
        max-width: none;
    }

    .additional-service-heading-text h3 {
        font-size: 1.75rem;
    }

    .additional-service-subtitle {
        font-size: 1.1rem;
    }

    .additional-service-description {
        font-size: 1rem;
    }
}

@media (max-width: 640px) {
    .additional-service-block {
        padding: 2rem 1.25rem;
    }

    .additional-service-grid--wide {
        grid-template-columns: 1fr;
    }

    .additional-service-grid--compact {
        grid-template-columns: 1fr;
    }
}

/*
 * Fluid typography and spacing tweaks for smaller screens.
 * Keeps the existing Tailwind-like tokens for larger viewports while
 * reducing visual density on phones.
 */
@media (max-width: 639px) {
    .text-lg { font-size: clamp(0.0625rem, calc(0.2rem + 3vw), 1.125rem); line-height: 1.6; }
    .text-xl { font-size: clamp(1.125rem, calc(0.65rem + 4vw), 1.25rem); line-height: 1.5; }
    .text-2xl { font-size: clamp(1.35rem, calc(0.85rem + 4.5vw), 1.5rem); line-height: 1.4; }
    .text-3xl { font-size: clamp(1.5rem, calc(0.9rem + 5vw), 1.875rem); line-height: 1.35; }
    .text-4xl { font-size: clamp(1.75rem, calc(1rem + 6vw), 2.25rem); line-height: 1.25; }
    .text-5xl { font-size: clamp(2.125rem, calc(1.1rem + 7vw), 3rem); line-height: 1.2; }

    .prose h2 { font-size: clamp(1.25rem, calc(0.75rem + 4.5vw), 1.5rem); line-height: 1.35; }
    .prose h3 { font-size: clamp(1.125rem, calc(0.7rem + 4vw), 1.25rem); line-height: 1.35; }

    .py-10 { padding-top: clamp(1.75rem, calc(1rem + 5vw), 2.5rem); padding-bottom: clamp(1.75rem, calc(1rem + 5vw), 2.5rem); }
    .py-12 { padding-top: clamp(2rem, calc(1.1rem + 6vw), 3rem); padding-bottom: clamp(2rem, calc(1.1rem + 6vw), 3rem); }
    .py-16 { padding-top: clamp(2.25rem, calc(1.25rem + 7vw), 4rem); padding-bottom: clamp(2.25rem, calc(1.25rem + 7vw), 4rem); }
    .py-20 { padding-top: clamp(2.75rem, calc(1.5rem + 8vw), 5rem); padding-bottom: clamp(2.75rem, calc(1.5rem + 8vw), 5rem); }

    .mt-8 { margin-top: clamp(1.5rem, calc(0.9rem + 5vw), 2rem); }
    .mt-10 { margin-top: clamp(1.75rem, calc(1rem + 6vw), 2.5rem); }
    .mb-10 { margin-bottom: clamp(1.75rem, calc(1rem + 6vw), 2.5rem); }
    .mb-12 { margin-bottom: clamp(2rem, calc(1.15rem + 6.5vw), 3rem); }
    .mb-16 { margin-bottom: clamp(2.5rem, calc(1.35rem + 7.5vw), 4rem); }

    .space-y-8 > :not([hidden]) ~ :not([hidden]) {
        margin-top: clamp(1.5rem, calc(0.9rem + 5vw), 2rem);
        margin-bottom: clamp(1.5rem, calc(0.9rem + 5vw), 2rem);
    }
    .space-y-12 > :not([hidden]) ~ :not([hidden]) {
        margin-top: clamp(2rem, calc(1.1rem + 6.5vw), 3rem);
        margin-bottom: clamp(2rem, calc(1.1rem + 6.5vw), 3rem);
    }
    .space-y-16 > :not([hidden]) ~ :not([hidden]) {
        margin-top: clamp(2.5rem, calc(1.35rem + 7.5vw), 4rem);
        margin-bottom: clamp(2.5rem, calc(1.35rem + 7.5vw), 4rem);
    }

    .section-padding {
        padding-top: clamp(1.75rem, calc(1rem + 5vw), 2rem);
        padding-bottom: clamp(3rem, calc(1.5rem + 8vw), 4rem);
    }
}
