@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.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;
}
.ml-2{
  margin-left: 0.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.h-full{
  height: 100%;
}
.w-full{
  width: 100%;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
  resize: both;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-8{
  gap: 2rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.p-12{
  padding: 3rem;
}
.p-8{
  padding: 2rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.text-center{
  text-align: center;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-semibold{
  font-weight: 600;
}
.italic{
  font-style: italic;
}
.leading-loose{
  line-height: 2;
}
.leading-relaxed{
  line-height: 1.625;
}
.text-brand-600{
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}
.text-brand-700{
  --tw-text-opacity: 1;
  color: rgb(0 119 182 / var(--tw-text-opacity, 1));
}
.text-brand-800{
  --tw-text-opacity: 1;
  color: rgb(2 62 138 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/*!
 *  CSS Styles
 *  Author: AlexBet.com
 *  Link:   http://alexbet.com/
 *
*/
input[type=text],
input[type=email],
input[type=search],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

html {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

body {
  width: 100%;
  min-height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #FFF;
  font: 1rem "Open Sans", sans-serif;
  color: #374151; /* gray-700 for softer, more readable text */
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
}

a,
area,
img,
input,
textarea,
button,
select,
li {
  outline: none;
}

img {
  display: block;
}

#app {
  width: 100%;
  height: 100%;
  position: relative;
}

#particles-js-global {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

header, main, footer {
  position: relative;
  z-index: 1;
}

* {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #374151; /* gray-700 */
}

.gradient-primary {
  background: linear-gradient(135deg, #023E8A 0%, #0077B6 100%);
}

.gradient-text {
  background: linear-gradient(135deg, #023E8A 0%, #0077B6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gradient-border {
  position: relative;
  background: white;
}
.gradient-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(135deg, #023E8A, #0077B6);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.glass {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.glass-white, .card-glass, main.contact .quick-links-card, main.contact .info-card, main.contact .form-card, main.about .timeline .timeline-item .timeline-content, main.services .results-grid .result-card, main.services .services-grid .service-card, .flip-card .flip-card-back, .timeline .timeline-item .timeline-content {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(2, 62, 138, 0.1);
}

.shadow-soft, .card-elevated, main.services .tech-bento .tech-item, .flip-card .flip-card-front, .bento-grid .bento-item {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02), 0 8px 16px rgba(0, 0, 0, 0.04), 0 16px 32px rgba(0, 0, 0, 0.04);
}

.shadow-glow {
  box-shadow: 0 0 20px rgba(2, 62, 138, 0.15), 0 8px 32px rgba(0, 119, 182, 0.2);
}

.shadow-elevation, main.services .modern-cta .cta-card, main.home .modern-cta .cta-card, .card-elevated:hover, main.services .tech-bento .tech-item:hover, .flip-card .flip-card-front:hover, .bento-grid .bento-item:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 2px 4px rgba(0, 0, 0, 0.03), 0 4px 8px rgba(0, 0, 0, 0.03), 0 8px 16px rgba(0, 0, 0, 0.03), 0 16px 32px rgba(0, 0, 0, 0.03);
}

.btn-modern, .btn-outline, .btn-gradient, .floating-cta{
  border-radius: 9999px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-modern:hover, .btn-outline:hover, .btn-gradient:hover, .floating-cta:hover {
  transform: translateY(-2px);
}
.btn-modern:active, .btn-outline:active, .btn-gradient:active, .floating-cta:active {
  transform: translateY(0);
}

.btn-gradient, .floating-cta {
  background: linear-gradient(135deg, #023E8A 0%, #0077B6 100%);
  color: white !important;
  box-shadow: 0 4px 15px rgba(2, 62, 138, 0.3);
}
.btn-gradient *, .floating-cta * {
  color: white !important;
}
.btn-gradient i, .floating-cta i {
  color: white !important;
}
.btn-gradient:hover, .floating-cta:hover {
  box-shadow: 0 6px 25px rgba(2, 62, 138, 0.4);
}

.btn-outline {
  background: transparent;
  border: 2px solid #023E8A;
  color: #023E8A;
}
.btn-outline:hover {
  background: rgba(2, 62, 138, 0.05);
}

.card-modern, .card-elevated, main.services .tech-bento .tech-item, .flip-card .flip-card-front, .bento-grid .bento-item, .card-glass, main.contact .quick-links-card, main.contact .info-card, main.contact .form-card, main.about .timeline .timeline-item .timeline-content, main.services .results-grid .result-card, main.services .services-grid .service-card, .flip-card .flip-card-back, .timeline .timeline-item .timeline-content{
  border-radius: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background: white;
  overflow: hidden;
  word-wrap: break-word;
}
.card-modern:hover, .card-elevated:hover, main.services .tech-bento .tech-item:hover, .flip-card .flip-card-front:hover, .bento-grid .bento-item:hover, .card-glass:hover, main.contact .quick-links-card:hover, main.contact .info-card:hover, main.contact .form-card:hover, main.about .timeline .timeline-item .timeline-content:hover, main.services .results-grid .result-card:hover, main.services .services-grid .service-card:hover, .flip-card .flip-card-back:hover, .timeline .timeline-item .timeline-content:hover {
  transform: translateY(-8px);
}

.animated-gradient {
  background: linear-gradient(-45deg, #023E8A, #0077B6, #0096C7, #023E8A);
  background-size: 400% 400%;
  animation: gradientShift 15s ease infinite;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
.floating {
  animation: float 6s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(2, 62, 138, 0.3);
  }
  50% {
    box-shadow: 0 0 40px rgba(0, 119, 182, 0.5);
  }
}
.pulse-glow, .floating-cta {
  animation: pulseGlow 3s ease-in-out infinite;
}

.counter{
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
}

@media (min-width: 768px){
  .counter{
    font-size: 3.75rem;
    line-height: 1;
  }
}

.counter {
  background: linear-gradient(135deg, #023E8A 0%, #0077B6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bento-grid{
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px){
  .bento-grid{
    gap: 1.5rem;
  }
}

.bento-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-auto-rows: auto;
}
.bento-grid .bento-item{
  padding: 1.5rem;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.bento-grid .bento-item.span-2 {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .bento-grid .bento-item.span-2 {
    grid-column: span 1;
  }
}
.bento-grid .bento-item.span-row-2 {
  grid-row: span 2;
}
@media (max-width: 768px) {
  .bento-grid .bento-item.span-row-2 {
    grid-row: span 1;
  }
}

.timeline {
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #023E8A 0%, #0077B6 100%);
}
.timeline .timeline-item{
  position: relative;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}
.timeline .timeline-item:nth-child(odd) {
  flex-direction: row;
}
.timeline .timeline-item:nth-child(odd) .timeline-content {
  margin-left: auto;
  margin-right: 2rem;
}
.timeline .timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}
.timeline .timeline-item:nth-child(even) .timeline-content {
  margin-right: auto;
  margin-left: 2rem;
}
.timeline .timeline-item .timeline-marker{
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: linear-gradient(135deg, #023E8A 0%, #0077B6 100%);
  color: white;
  font-size: 1.5rem;
  z-index: 10;
  box-shadow: 0 0 0 8px rgb(255, 255, 255), 0 0 20px rgba(2, 62, 138, 0.3);
}
.timeline .timeline-item .timeline-content{
  width: 41.666667%;
  padding: 1.5rem;
  flex: 0 0 calc(50% - 4rem);
}

.flip-card {
  perspective: 1000px;
  height: 400px;
}
.flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card .flip-card-front,
.flip-card .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 1rem;
}
.flip-card .flip-card-back {
  transform: rotateY(180deg);
}

html {
  scroll-behavior: smooth;
}

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

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

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #023E8A 0%, #0077B6 100%);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #023E8A;
}

.floating-cta{
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 50;
}

.heading-xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 900;
  line-height: 1.25;
}

@media (min-width: 768px){
  .heading-xl{
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1024px){
  .heading-xl{
    font-size: 4.5rem;
    line-height: 1;
  }
}

.heading-lg{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (min-width: 768px){
  .heading-lg{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px){
  .heading-lg{
    font-size: 3.75rem;
    line-height: 1;
  }
}

.heading-md{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1.375;
}

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

@media (min-width: 1024px){
  .heading-md{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.heading-sm{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 768px){
  .heading-sm{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

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

@media (min-width: 768px){
  .body-lg{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.body-md{
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
}

@media (min-width: 768px){
  .body-md{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.wrapper{
  width: 100%;
}

@media (min-width: 640px){
  .wrapper{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .wrapper{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .wrapper{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .wrapper{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .wrapper{
    max-width: 1536px;
  }
}

.wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.wrapper.lg{
  max-width: 1024px;
}
.wrapper.md{
  max-width: 768px;
}
.wrapper.sm{
  max-width: 640px;
}

.button{
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(2 62 138 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(2 62 138 / var(--tw-bg-opacity, 1));
}

.hero{
  position: relative;
  height: 400px;
  width: 100%;
}

@media (min-width: 768px){
  .hero{
    height: 750px;
  }
}
.hero img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero .centered{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 91.666667%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  text-align: center;
}
@media (min-width: 768px){
  .hero .centered{
    display: inline-block;
    width: auto;
  }
}
.hero .centered h1{
  display: inline-block;
  border-radius: 0.5rem;
  background-color: rgba(2,62,138,0.75);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .hero .centered h1{
    display: block;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 3rem;
    line-height: 1;
  }
}
.hero .centered h1 {
  backdrop-filter: blur(8px);
}
.hero .centered .sub{
  margin-top: 0.75rem;
  display: inline-block;
  border-radius: 0.5rem;
  background-color: rgba(2,62,138,0.75);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .hero .centered .sub{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.hero .centered .sub {
  backdrop-filter: blur(8px);
}

.two-columns{
  margin-top: 2.5rem;
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 768px){
  .two-columns{
    margin-top: 5rem;
    margin-bottom: 5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.two-columns .column{
  grid-column: span 1 / span 1;
  line-height: 1.625;
}
.two-columns .column h2{
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (min-width: 768px){
  .two-columns .column h2{
    margin-bottom: 2.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.two-columns .column h2 {
  color: #1f2937; /* gray-800 */
}
.two-columns .column h3{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (min-width: 768px){
  .two-columns .column h3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.two-columns .column h3 {
  color: #374151; /* gray-700 */
}
.two-columns .column.img{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center; /* Flexbox centering */
}
.two-columns .column img{
  height: auto;
  max-width: 100%; /* Keeps the image responsive */
}

.block{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px){
  .block{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.block.blue{
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}
.block .hdg{
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (min-width: 768px){
  .block .hdg{
    margin-bottom: 2.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.block .hdg {
  color: #1f2937; /* gray-800 */
}

header{
  position: sticky;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
header.scrolled{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.12);
}
header .wrapper{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  header .wrapper > .logo,
  header .wrapper > .mobile-menu-toggle {
    flex: 0 0 auto;
  }

  header .wrapper > .links {
    flex: 1 1 100%;
  }
}
header .logo{
  text-align: center;
}
@media (min-width: 768px){
  header .logo{
    text-align: left;
  }
}
header .logo img{
  height: 3.5rem;
  width: auto;
}
@media (min-width: 768px){
  header .logo img{
    height: 3.5rem;
  }
}
header .logo img {
  transition: all 0.3s ease;
}
header .logo img:hover {
  transform: scale(1.05);
}
/* Mobile menu toggle button */
header .mobile-menu-toggle {
  display: block;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #023E8A;
  cursor: pointer;
  padding: 0.5rem;
  transition: all 0.3s ease;
}

header .mobile-menu-toggle:hover {
  color: #0077B6;
}

@media (min-width: 768px) {
  header .mobile-menu-toggle {
    display: none;
  }
}

header ul.links{
  display: none;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 1rem 0;
  gap: 0.25rem;
  background: rgba(248, 249, 250, 0.95);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(2, 62, 138, 0.1);
  margin-top: 1rem;
}

header ul.links.active {
  display: flex;
}

@media (min-width: 768px){
  header ul.links{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    background: none;
    backdrop-filter: none;
    border-top: none;
    margin-top: 0;
    padding: 0;
    gap: 1rem;
  }
}
header ul.links li{
  position: relative;
  width: 100%;
}

@media (min-width: 768px){
  header ul.links li{
    width: auto;
  }
}

header ul.links li a{
  border-radius: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(1 42 94 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  display: block;
  padding: 0.75rem 1.25rem;
  position: relative;
  width: 100%;
}

@media (min-width: 768px){
  header ul.links li a{
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 9999px;
    padding: 0.5rem 1rem;
    width: auto;
  }
}
header ul.links li a:hover{
  --tw-text-opacity: 1;
  color: rgb(2 62 138 / var(--tw-text-opacity, 1));
  background: rgba(2, 62, 138, 0.05);
}
header ul.links li a.router-link-active, header ul.links li a.router-link-exact-active{
  --tw-text-opacity: 1;
  color: rgb(2 62 138 / var(--tw-text-opacity, 1));
}
header ul.links li a.router-link-active::after, header ul.links li a.router-link-exact-active::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 3px;
  background: linear-gradient(135deg, #023E8A 0%, #0077B6 100%);
  border-radius: 3px;
}
header ul.links li:hover a::before {
  content: "";
  position: absolute;
  inset: 0px;
  border-radius: 9999px;
  background: linear-gradient(135deg, rgba(2, 62, 138, 0.1) 0%, rgba(0, 119, 182, 0.1) 100%);
  z-index: -1;
}

main {
  margin-top: 0;
}

footer{
  --tw-bg-opacity: 1;
  background-color: rgb(0 29 61 / var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px){
  footer{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

footer {
  color: white !important;
}
footer * {
  color: white !important;
}
footer a{
  text-decoration-line: none;
  color: white !important;
}
footer .cols{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px){
  footer .cols{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
footer .cols .col{
  width: 100%;
}
@media (min-width: 768px){
  footer .cols .col{
    width: 33.333333%;
  }
}
footer .cols .col ul li{
  margin-bottom: 0.5rem;
}
footer .cols .col .logo{
  margin-bottom: 0.5rem;
  display: inline-block;
  height: 3rem;
}
footer .cols .col.c1{
  margin-bottom: 1.25rem;
}
@media (min-width: 768px){
  footer .cols .col.c1{
    margin-bottom: 0px;
    text-align: left;
  }
}
footer .cols .col.c2{
  margin-bottom: 1.25rem;
}
@media (min-width: 768px){
  footer .cols .col.c2{
    margin-bottom: 0px;
  }
}
footer .cols .col.c2 ul li{
  margin-bottom: 0.5rem;
}
footer .cols .col.c2 ul li img{
  margin-right: 0.5rem;
  display: inline-block;
  height: auto;
  width: 1.5rem;
}
@media (min-width: 768px){
  footer .cols .col.c3{
    text-align: right;
  }
}

main.home .modern-hero{
  position: relative;
  overflow: hidden;
  min-height: 70vh;
}

@media (min-width: 768px){
  main.home .modern-hero{
    min-height: 90vh;
  }
}

main.home .modern-hero .hero-content{
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  padding: 3rem 0;
}

@media (min-width: 768px){
  main.home .modern-hero .hero-content{
    min-height: 90vh;
    padding: 6rem 0;
  }
}
main.home .modern-hero .hero-grid{
  display: grid;
  align-items: center;
  gap: 3rem;
}
@media (min-width: 768px){
  main.home .modern-hero .hero-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
main.home .modern-hero .hero-text{
  z-index: 20;
}
main.home .modern-hero .hero-visual{
  position: relative;
  height: 24rem;
}
@media (min-width: 768px){
  main.home .modern-hero .hero-visual{
    height: 100%;
  }
}
main.home .modern-hero .hero-visual .floating-shapes{
  position: relative;
  height: 100%;
  width: 100%;
}
main.home .modern-hero .hero-visual .floating-shapes .shape{
  position: absolute;
  border-radius: 1.5rem;
  opacity: 0.7;
}
main.home .modern-hero .hero-visual .floating-shapes .shape.shape-1{
  height: 16rem;
  width: 16rem;
  background: linear-gradient(135deg, rgba(2, 62, 138, 0.1) 0%, rgba(0, 119, 182, 0.1) 100%);
  top: 10%;
  right: 10%;
  animation: float 8s ease-in-out infinite;
}
main.home .modern-hero .hero-visual .floating-shapes .shape.shape-2{
  height: 12rem;
  width: 12rem;
  background: linear-gradient(135deg, rgba(0, 119, 182, 0.15) 0%, rgba(0, 150, 199, 0.15) 100%);
  top: 50%;
  right: 30%;
  animation: float 6s ease-in-out infinite 1s;
}
main.home .modern-hero .hero-visual .floating-shapes .shape.shape-3{
  height: 8rem;
  width: 8rem;
  background: linear-gradient(135deg, rgba(2, 62, 138, 0.2) 0%, rgba(0, 119, 182, 0.2) 100%);
  bottom: 20%;
  right: 20%;
  animation: float 7s ease-in-out infinite 0.5s;
}
main.home .modern-hero .counter {
  font-size: 2.5rem;
  font-weight: 900;
}
main.home .value-section {
  background: transparent;
}
main.home .how-we-help .phase-number{
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 900;
  opacity: 0.1;
  background: linear-gradient(135deg, #023E8A 0%, #0077B6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.home .how-we-help .card-glass, main.home .how-we-help main.contact .quick-links-card, main.contact main.home .how-we-help .quick-links-card, main.home .how-we-help main.contact .info-card, main.contact main.home .how-we-help .info-card, main.home .how-we-help main.contact .form-card, main.contact main.home .how-we-help .form-card, main.home .how-we-help main.services .results-grid .result-card, main.services .results-grid main.home .how-we-help .result-card, main.home .how-we-help main.services .services-grid .service-card, main.services .services-grid main.home .how-we-help .service-card, main.home .how-we-help .timeline .timeline-item .timeline-content, .timeline .timeline-item main.home .how-we-help .timeline-content, main.home .how-we-help .flip-card .flip-card-back, .flip-card main.home .how-we-help .flip-card-back{
  position: relative;
}
main.home .modern-cta{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #e0f2fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #bae6fd var(--tw-gradient-to-position);
}
main.services .modern-hero{
  position: relative;
  overflow: hidden;
  min-height: 40vh;
}

@media (min-width: 768px){
  main.services .modern-hero{
    min-height: 50vh;
  }
}

main.services .modern-hero .hero-content{
  position: relative;
  min-height: 40vh;
  display: flex;
  align-items: center;
  padding: 3rem 0;
}

@media (min-width: 768px){
  main.services .modern-hero .hero-content{
    min-height: 50vh;
    padding: 6rem 0;
  }
}
main.services .services-grid{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 80rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 768px){
  main.services .services-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  main.services .services-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
main.services .services-grid .service-card{
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
}
main.services .services-grid .service-card:hover {
  transform: translateY(-8px);
}
main.services .services-grid .service-card .service-icon{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: linear-gradient(135deg, #023E8A 0%, #0077B6 100%);
  color: white !important;
  font-size: 2rem;
  box-shadow: 0 4px 15px rgba(2, 62, 138, 0.3);
}
main.services .services-grid .service-card .service-icon i {
  color: white !important;
}
main.services .tech-bento{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 80rem;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-auto-rows: auto;
}
main.services .tech-bento .tech-item{
  padding: 1.5rem;
}
@media (min-width: 768px){
  main.services .tech-bento .tech-item{
    padding: 2rem;
  }
}
main.services .tech-bento .tech-item {
  min-height: 280px;
  display: flex;
  flex-direction: column;
}
main.services .tech-bento .tech-item.span-2 {
  grid-column: span 2;
}
@media (max-width: 768px) {
  main.services .tech-bento .tech-item.span-2 {
    grid-column: span 1;
  }
}
main.services .tech-bento .tech-item.span-row-2 {
  grid-row: span 2;
}
@media (max-width: 768px) {
  main.services .tech-bento .tech-item.span-row-2 {
    grid-row: span 1;
  }
}
main.services .tech-bento .tech-item .tech-list{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
main.services .tech-bento .tech-item .tech-list .tech-badge{
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  background: linear-gradient(135deg, rgba(2, 62, 138, 0.1) 0%, rgba(0, 119, 182, 0.1) 100%);
  color: #023E8A;
  border: 1px solid rgba(2, 62, 138, 0.2);
  transition: all 0.3s ease;
}
main.services .tech-bento .tech-item .tech-list .tech-badge:hover {
  background: linear-gradient(135deg, #023E8A 0%, #0077B6 100%);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(2, 62, 138, 0.3);
}
main.services .results-grid{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 80rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 768px){
  main.services .results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  main.services .results-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
main.services .results-grid .result-card{
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
}
main.services .results-grid .result-card:hover {
  transform: translateY(-8px);
}
main.services .results-grid .result-card .counter-result{
  margin-bottom: 1rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
}
@media (min-width: 768px){
  main.services .results-grid .result-card .counter-result{
    font-size: 3.75rem;
    line-height: 1;
  }
}
main.services .results-grid .result-card .counter-result {
  background: linear-gradient(135deg, #023E8A 0%, #0077B6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
main.services .modern-cta{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #e0f2fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #bae6fd var(--tw-gradient-to-position);
}
main.about .modern-hero{
  position: relative;
  overflow: hidden;
  min-height: 40vh;
}

@media (min-width: 768px){
  main.about .modern-hero{
    min-height: 50vh;
  }
}

main.about .modern-hero .hero-content{
  position: relative;
  min-height: 40vh;
  display: flex;
  align-items: center;
  padding: 3rem 0;
}

@media (min-width: 768px){
  main.about .modern-hero .hero-content{
    min-height: 50vh;
    padding: 6rem 0;
  }
}
main.about .timeline{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding: 2rem 0;
}
main.about .timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #023E8A 0%, #0077B6 50%, #0096C7 100%);
  border-radius: 2px;
}
@media (max-width: 768px) {
  main.about .timeline::before {
    left: 2rem;
  }
}
main.about .timeline .timeline-item{
  position: relative;
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  main.about .timeline .timeline-item {
    flex-direction: row !important;
    padding-left: 5rem;
  }
}
main.about .timeline .timeline-item:nth-child(odd) {
  flex-direction: row;
}
main.about .timeline .timeline-item:nth-child(odd) .timeline-content {
  margin-left: auto;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  main.about .timeline .timeline-item:nth-child(odd) .timeline-content {
    margin-right: 0;
    margin-left: 0;
  }
}
main.about .timeline .timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}
main.about .timeline .timeline-item:nth-child(even) .timeline-content {
  margin-right: auto;
  margin-left: 2.5rem;
}
@media (max-width: 768px) {
  main.about .timeline .timeline-item:nth-child(even) .timeline-content {
    margin-left: 0;
    margin-right: 0;
  }
}
main.about .timeline .timeline-item .timeline-marker{
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: linear-gradient(135deg, #023E8A 0%, #0077B6 100%);
  color: white !important;
  font-size: 1.5rem;
  z-index: 10;
  box-shadow: 0 0 0 8px rgb(255, 255, 255), 0 0 20px rgba(2, 62, 138, 0.3);
  transition: all 0.3s ease;
}
main.about .timeline .timeline-item .timeline-marker i {
  color: white !important;
}
@media (max-width: 768px) {
  main.about .timeline .timeline-item .timeline-marker {
    position: absolute;
    left: 0.5rem;
  }
}
main.about .timeline .timeline-item .timeline-marker:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0 8px rgb(255, 255, 255), 0 0 30px rgba(2, 62, 138, 0.5);
}
main.about .timeline .timeline-item .timeline-content{
  padding: 1.5rem;
}
@media (min-width: 768px){
  main.about .timeline .timeline-item .timeline-content{
    padding: 2rem;
  }
}
main.about .timeline .timeline-item .timeline-content {
  flex: 0 0 calc(50% - 4rem);
}
@media (max-width: 768px) {
  main.about .timeline .timeline-item .timeline-content {
    flex: 1;
  }
}
main.about .team-grid{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 56rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}
@media (min-width: 768px){
  main.about .team-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
main.about .flip-card {
  perspective: 1000px;
  height: 500px;
  position: relative;
  z-index: 1;
}
main.about .flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  z-index: 2;
}
main.about .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
main.about .flip-card .flip-card-front,
main.about .flip-card .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 1.5rem;
  overflow: visible;
}
main.about .flip-card .flip-card-front {
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02), 0 8px 16px rgba(0, 0, 0, 0.04), 0 16px 32px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  transform: rotateY(0deg);
  z-index: 2;
}
main.about .flip-card .flip-card-front .team-photo{
  flex: 1 1 0%;
  overflow: hidden;
}
main.about .flip-card .flip-card-front .team-photo img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.about .flip-card .flip-card-front .team-info{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  text-align: center;
}
main.about .flip-card .flip-card-front .team-info h3 {
  color: #1f2937; /* gray-800 */
}
main.about .flip-card .flip-card-front .team-info p {
  color: #0077B6; /* brand-700 */
  font-weight: 600;
}
main.about .flip-card .flip-card-front .team-info .flip-hint{
  display: flex;
  align-items: center;
  justify-content: center;
}
main.about .flip-card .flip-card-front .team-info .flip-hint i {
  animation: rotate 2s linear infinite;
  color: #0077B6; /* brand color for visibility */
}
main.about .flip-card .flip-card-front .team-info .flip-hint span {
  color: #6b7280; /* gray-500 */
}
main.about .flip-card .flip-card-back {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 249, 250, 0.98) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: rotateY(180deg);
  z-index: 1;
  display: flex;
  flex-direction: column;
}
main.about .flip-card .flip-card-back h3 {
  color: #1f2937; /* gray-800 */
}
main.about .flip-card .flip-card-back p {
  color: #4b5563; /* gray-600 for better readability */
}
main.about .flip-card .flip-card-back .social-links .social-icon{
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: linear-gradient(135deg, #023E8A 0%, #0077B6 100%);
  color: white !important;
  font-size: 1.25rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(2, 62, 138, 0.3);
}
main.about .flip-card .flip-card-back .social-links .social-icon i {
  color: white !important;
}
main.about .flip-card .flip-card-back .social-links .social-icon:hover {
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 6px 20px rgba(2, 62, 138, 0.5);
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

main.contact .modern-hero{
  position: relative;
  overflow: hidden;
  min-height: 35vh;
}

@media (min-width: 768px){
  main.contact .modern-hero{
    min-height: 40vh;
  }
}

main.contact .modern-hero .hero-content{
  position: relative;
  min-height: 35vh;
  display: flex;
  align-items: center;
  padding: 2.5rem 0;
}

@media (min-width: 768px){
  main.contact .modern-hero .hero-content{
    min-height: 40vh;
    padding: 4rem 0;
  }
}
main.contact .contact-grid{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 80rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media (min-width: 1024px){
  main.contact .contact-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
main.contact .form-card{
  padding: 2rem;
}
@media (min-width: 768px){
  main.contact .form-card{
    padding: 2.5rem;
  }
}
main.contact .form-card .contact-form > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
main.contact .form-card .contact-form .form-group{
  display: flex;
  flex-direction: column;
}
main.contact .form-card .contact-form .form-group label{
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
main.contact .form-card .contact-form .form-group input,
main.contact .form-card .contact-form .form-group textarea{
  width: 100%;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
main.contact .form-card .contact-form .form-group input:focus,
main.contact .form-card .contact-form .form-group textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(125 211 252 / var(--tw-ring-opacity, 1));
}
main.contact .form-card .contact-form .form-group input,
main.contact .form-card .contact-form .form-group textarea {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
main.contact .form-card .contact-form .form-group input::-moz-placeholder, main.contact .form-card .contact-form .form-group textarea::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
main.contact .form-card .contact-form .form-group input::placeholder,
main.contact .form-card .contact-form .form-group textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
main.contact .form-card .contact-form .form-group input:hover,
main.contact .form-card .contact-form .form-group textarea:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
main.contact .form-card .contact-form .form-group textarea {
  resize: vertical;
  min-height: 120px;
}
main.contact .form-card .contact-form .submit-message{
  margin-top: 1rem;
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
  font-weight: 600;
}
main.contact .form-card .contact-form .submit-message.success{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
main.contact .form-card .contact-form .submit-message.error{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
main.contact .info-card{
  padding: 2rem;
}
@media (min-width: 768px){
  main.contact .info-card{
    padding: 2.5rem;
  }
}
main.contact .info-card .info-item{
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-bottom: 1.5rem;
}
main.contact .info-card .info-item:last-of-type{
  margin-bottom: 0px;
  border-bottom-width: 0px;
  padding-bottom: 0px;
}
main.contact .info-card .info-item:nth-last-child(2){
  margin-bottom: 0px;
  border-bottom-width: 0px;
  padding-bottom: 0px;
}
main.contact .info-card .info-item .info-icon{
  margin-right: 1rem;
  display: flex;
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: linear-gradient(135deg, #023E8A 0%, #0077B6 100%);
  color: white !important;
  font-size: 1.25rem;
  box-shadow: 0 4px 15px rgba(2, 62, 138, 0.3);
}
main.contact .info-card .info-item .info-icon i {
  color: white !important;
}
main.contact .info-card .info-item .info-content{
  flex: 1 1 0%;
}
main.contact .info-card .info-item .info-content a{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
main.contact .info-card .social-section{
  padding-top: 1.5rem;
}
main.contact .info-card .social-section .social-links .social-icon{
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: linear-gradient(135deg, #023E8A 0%, #0077B6 100%);
  color: white;
  font-size: 1.25rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(2, 62, 138, 0.3);
}
main.contact .info-card .social-section .social-links .social-icon:hover {
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 6px 20px rgba(2, 62, 138, 0.5);
}
main.contact .quick-links-card{
  margin-top: 1.5rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.95) 100%);
}
main.contact .quick-links-card h4{
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
main.contact .quick-links-card .quick-link{
  margin-bottom: 0.75rem;
  display: block;
  border-radius: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px){
  main.contact .quick-links-card .quick-link{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
main.contact .quick-links-card .quick-link.blue{
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}
main.contact .quick-links-card .quick-link .hdg{
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (min-width: 768px){
  main.contact .quick-links-card .quick-link .hdg{
    margin-bottom: 2.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
main.contact .quick-links-card .quick-link .hdg {
  color: #1f2937; /* gray-800 */
}
main.privacy main.contact .quick-links-card .quick-link .hdg{
  margin-bottom: 0.75rem;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 768px){
  main.privacy main.contact .quick-links-card .quick-link .hdg{
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
main.contact .quick-links-card .quick-link{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  background: white;
  border: 2px solid rgba(2, 62, 138, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
main.contact .quick-links-card .quick-link:last-child{
  margin-bottom: 0px;
}
main.contact .quick-links-card .quick-link:hover {
  background: linear-gradient(135deg, #023E8A 0%, #0077B6 100%);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(2, 62, 138, 0.25);
}
main.contact .quick-links-card .quick-link:hover i{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
main.contact .quick-links-card .quick-link i{
  --tw-text-opacity: 1;
  color: rgb(0 119 182 / var(--tw-text-opacity, 1));
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

main.privacy .block .hdg{
  margin-bottom: 0.75rem;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px){
  main.privacy .block .hdg{
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.not-found {
  padding: 15px;
  text-align: center;
  font: bold 1rem Arial;
}
.not-found h1 {
  font-weight: bold;
}
.not-found i {
  font-size: 6rem;
}
.hover\:text-brand-900:hover{
  --tw-text-opacity: 1;
  color: rgb(1 42 94 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:p-16{
    padding: 4rem;
  }
  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

/* FAQ Section Styles */
.faq-section {
  background: transparent;
}

.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.faq-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(2, 62, 138, 0.1);
  border-radius: 1rem;
  transition: all 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(2, 62, 138, 0.15);
}

.faq-icon {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #023E8A 0%, #0077B6 100%);
  color: white !important;
  font-size: 1.25rem;
  box-shadow: 0 4px 15px rgba(2, 62, 138, 0.3);
}

.faq-icon i {
  color: white !important;
}

.faq-content {
  flex: 1;
}

@media (max-width: 640px) {
  .faq-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
  }

  .faq-icon {
    margin-bottom: 0.5rem;
  }
}

/* Footer Location Icon Alignment Fix */
footer .cols .col.c2 ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  footer .cols .col.c2 ul li {
    justify-content: flex-start;
  }
}

footer .cols .col.c2 ul li a,
footer .cols .col.c2 ul li span {
  display: inline-flex;
  align-items: center;
}

footer .cols .col.c2 ul li img {
  vertical-align: middle;
  flex-shrink: 0;
}

/* Contact Page Social Icons - ensure white color */
main.contact .info-card .social-section .social-icon i,
main.contact .social-icon i {
  color: white !important;
}

/* ============================================
   BLOG STYLES
   ============================================ */

/* Blog Landing Page Hero */
main.blog .modern-hero {
  position: relative;
  overflow: hidden;
  min-height: 35vh;
}

@media (min-width: 768px) {
  main.blog .modern-hero {
    min-height: 40vh;
  }
}

main.blog .modern-hero .hero-content {
  position: relative;
  min-height: 35vh;
  display: flex;
  align-items: center;
  padding: 2.5rem 0;
}

@media (min-width: 768px) {
  main.blog .modern-hero .hero-content {
    min-height: 40vh;
    padding: 4rem 0;
  }
}

/* Blog Landing Page - Card Grid */
.blog-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
}

.blog-article-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.blog-article {
  padding: 1.5rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 100%;
}

.blog-article:hover {
  box-shadow: 0 8px 30px -10px rgba(0, 119, 182, 0.25);
  border-color: rgba(0, 119, 182, 0.2);
  transform: translateY(-2px);
}

.blog-article:hover h2 {
  color: #0077B6;
}

.blog-article-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #023E8A 0%, #0077B6 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.blog-article-icon i {
  font-size: 1.25rem;
  color: white;
}

.blog-article-content {
  flex: 1;
}

.blog-article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.blog-tag {
  display: inline-block;
  padding: 0.25rem 0.6rem;
  background: rgba(0, 119, 182, 0.08);
  color: #0077B6;
  font-size: 0.7rem;
  font-weight: 500;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.blog-article-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: 0.75rem;
}

.blog-article h2 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blog-article p {
  color: #6b7280;
  line-height: 1.5;
  font-size: 0.875rem;
  margin: 0;
}

.blog-article-arrow {
  display: none;
}

/* Blog Post Page */
main.blog-post .modern-hero {
  min-height: auto;
  padding: 8rem 0 4rem;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  color: #6b7280;
}

.post-meta span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.post-meta i {
  color: #0077B6;
}

/* Prose Content - Blog Article Typography */
.prose-content {
  max-width: 750px;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #374151;
}

.prose-content h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #023E8A 0%, #0077B6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.prose-content h3 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #023E8A;
}

.prose-content p {
  margin-bottom: 1.5rem;
}

.prose-content ul,
.prose-content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.prose-content li {
  margin-bottom: 0.75rem;
}

.prose-content ul li {
  list-style-type: disc;
}

.prose-content ol li {
  list-style-type: decimal;
}

.prose-content strong {
  font-weight: 600;
  color: #1f2937;
}

.prose-content blockquote {
  border-left: 4px solid #0077B6;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #4b5563;
  background: #f3f4f6;
  padding: 1.5rem;
  border-radius: 0 0.5rem 0.5rem 0;
}

.prose-content a {
  color: #0077B6;
  text-decoration: underline;
  transition: color 0.2s;
}

.prose-content a:hover {
  color: #023E8A;
}

/* Author Bio Section */
.author-bio {
  max-width: 750px;
  margin: 4rem auto 0;
}

.author-bio-content {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
  background: #f9fafb;
  border-radius: 1rem;
}

.author-bio-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.author-bio-text h3 {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

.author-bio-text p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #374151;
  margin-bottom: 0.75rem;
}

.author-bio-text a {
  color: #0077B6;
  font-weight: 500;
  transition: color 0.2s;
}

.author-bio-text a:hover {
  color: #023E8A;
}

/* Blog CTA Section */
.blog-cta {
  max-width: 750px;
  margin: 4rem auto 0;
}

/* Blog Content Section */
.blog-content {
  padding-bottom: 6rem;
}

/* Author Box (legacy) */
.author-box {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  background: #f9fafb;
  border-radius: 1rem;
  margin-top: 3rem;
}

.author-box img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.author-box-content h4 {
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.25rem;
}

.author-box-content p {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}

/* Back to Blog Link */
.back-to-blog {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #0077B6;
  font-weight: 500;
  margin-bottom: 2rem;
  transition: color 0.2s;
}

.back-to-blog:hover {
  color: #023E8A;
}

@media (max-width: 768px) {
  .prose-content {
    font-size: 1rem;
  }

  .prose-content h2 {
    font-size: 1.5rem;
  }

  .author-bio-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .author-box {
    flex-direction: column;
    text-align: center;
  }
}
