/*
Theme Name: StradexAI
Description: Custom theme for StradexAI growth marketing agency - AI-powered lifecycle orchestration with modern design
Version: 1.0
Author: StradexAI
Author URI: https://stradexai.com
Text Domain: stradexai
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, growth-marketing, ai, customer-lifecycle
*/

:root {
  /* Colors - Custom Palette */
  --color-background: rgba(224, 251, 252, 1); /* #e0fbfc - Light blue */
  --color-surface: rgba(255, 255, 255, 1);
  --color-text: rgba(41, 50, 65, 1); /* #293241 - Dark blue */
  --color-text-secondary: rgba(61, 90, 128, 1); /* #3d5a80 - Medium blue */
  --color-primary: rgba(61, 90, 128, 1); /* #3d5a80 - Medium blue */
  --color-primary-hover: rgba(41, 50, 65, 1); /* #293241 - Dark blue */
  --color-primary-active: rgba(152, 193, 217, 1); /* #98c1d9 - Light blue */
  --color-secondary: rgba(152, 193, 217, 0.2); /* #98c1d9 with opacity */
  --color-secondary-hover: rgba(152, 193, 217, 0.3);
  --color-secondary-active: rgba(152, 193, 217, 0.4);
  --color-border: rgba(152, 193, 217, 0.4); /* #98c1d9 */
  --color-btn-primary-text: rgba(255, 255, 255, 1);
  --color-card-border: rgba(152, 193, 217, 0.3); /* #98c1d9 */
  --color-card-border-inner: rgba(152, 193, 217, 0.2);
  --color-error: rgba(238, 108, 77, 1); /* #ee6c4d - Orange */
  --color-success: rgba(61, 90, 128, 1); /* #3d5a80 - Medium blue */
  --color-warning: rgba(238, 108, 77, 1); /* #ee6c4d - Orange */
  --color-info: rgba(152, 193, 217, 1); /* #98c1d9 - Light blue */
  --color-focus-ring: rgba(61, 90, 128, 0.4); /* #3d5a80 with opacity */
  --color-select-caret: rgba(41, 50, 65, 0.8); /* #293241 */

  /* Common style patterns */
  --focus-ring: 0 0 0 3px var(--color-focus-ring);
  --focus-outline: 2px solid var(--color-primary);
  --status-bg-opacity: 0.15;
  --status-border-opacity: 0.25;
  --select-caret-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23293241' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  --select-caret-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");

  /* RGB versions for opacity control */
  --color-success-rgb: 61, 90, 128; /* #3d5a80 */
  --color-error-rgb: 238, 108, 77; /* #ee6c4d */
  --color-warning-rgb: 238, 108, 77; /* #ee6c4d */
  --color-info-rgb: 152, 193, 217; /* #98c1d9 */

  /* Typography */
  --font-family-base: "FKGroteskNeue", "Geist", "Inter", -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-family-mono: "Berkeley Mono", ui-monospace, SFMono-Regular, Menlo,
    Monaco, Consolas, monospace;
  --font-size-xs: 11px;
  --font-size-sm: 12px;
  --font-size-base: 14px;
  --font-size-md: 14px;
  --font-size-lg: 16px;
  --font-size-xl: 18px;
  --font-size-2xl: 20px;
  --font-size-3xl: 24px;
  --font-size-4xl: 30px;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 550;
  --font-weight-bold: 600;
  --line-height-tight: 1.2;
  --line-height-normal: 1.5;
  --letter-spacing-tight: -0.01em;

  /* Spacing */
  --space-0: 0;
  --space-1: 1px;
  --space-2: 2px;
  --space-4: 4px;
  --space-6: 6px;
  --space-8: 8px;
  --space-10: 10px;
  --space-12: 12px;
  --space-16: 16px;
  --space-20: 20px;
  --space-24: 24px;
  --space-32: 32px;

  /* Border Radius */
  --radius-sm: 6px;
  --radius-base: 8px;
  --radius-md: 10px;
  --radius-lg: 12px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.02);
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.02);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.04),
    0 2px 4px -1px rgba(0, 0, 0, 0.02);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.04),
    0 4px 6px -2px rgba(0, 0, 0, 0.02);
  --shadow-inset-sm: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.03);

  /* Animation */
  --duration-fast: 150ms;
  --duration-normal: 250ms;
  --ease-standard: cubic-bezier(0.16, 1, 0.3, 1);

  /* Layout */
  --container-sm: 640px;
  --container-md: 768px;
  --container-lg: 1024px;
  --container-xl: 1280px;
}

/* Dark mode colors */
@media (prefers-color-scheme: dark) {
  :root {
    --color-background: rgba(41, 50, 65, 1); /* #293241 - Dark blue */
    --color-surface: rgba(61, 90, 128, 0.1); /* #3d5a80 with opacity */
    --color-text: rgba(224, 251, 252, 1); /* #e0fbfc - Light blue */
    --color-text-secondary: rgba(152, 193, 217, 1); /* #98c1d9 - Light blue */
    --color-primary: rgba(152, 193, 217, 1); /* #98c1d9 - Light blue */
    --color-primary-hover: rgba(224, 251, 252, 1); /* #e0fbfc - Light blue */
    --color-primary-active: rgba(255, 255, 255, 1);
    --color-secondary: rgba(61, 90, 128, 0.3); /* #3d5a80 with opacity */
    --color-secondary-hover: rgba(61, 90, 128, 0.4);
    --color-secondary-active: rgba(61, 90, 128, 0.5);
    --color-border: rgba(152, 193, 217, 0.3); /* #98c1d9 */
    --color-error: rgba(238, 108, 77, 1); /* #ee6c4d - Orange */
    --color-success: rgba(152, 193, 217, 1); /* #98c1d9 - Light blue */
    --color-warning: rgba(238, 108, 77, 1); /* #ee6c4d - Orange */
    --color-info: rgba(224, 251, 252, 1); /* #e0fbfc - Light blue */
    --color-focus-ring: rgba(152, 193, 217, 0.4); /* #98c1d9 with opacity */
    --color-btn-primary-text: rgba(41, 50, 65, 1); /* #293241 - Dark blue */
    --color-card-border: rgba(152, 193, 217, 0.2); /* #98c1d9 */
    --color-card-border-inner: rgba(152, 193, 217, 0.15);
    --shadow-inset-sm: inset 0 1px 0 rgba(255, 255, 255, 0.1),
      inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    --button-border-secondary: rgba(152, 193, 217, 0.3); /* #98c1d9 */
    --color-border-secondary: rgba(152, 193, 217, 0.3); /* #98c1d9 */
    --color-select-caret: rgba(224, 251, 252, 0.8); /* #e0fbfc */

    /* RGB versions for dark mode */
    --color-success-rgb: 152, 193, 217; /* #98c1d9 */
    --color-error-rgb: 238, 108, 77; /* #ee6c4d */
    --color-warning-rgb: 238, 108, 77; /* #ee6c4d */
    --color-info-rgb: 224, 251, 252; /* #e0fbfc */
  }
}

/* Base styles */
html {
  font-size: var(--font-size-base);
  font-family: var(--font-family-base);
  line-height: var(--line-height-normal);
  color: var(--color-text);
  background-color: var(--color-background);
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 85px; /* Adjusted to account for fixed header */
}

body {
  margin: 0;
  padding: 0;
}

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

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  color: var(--color-text);
  letter-spacing: var(--letter-spacing-tight);
}

h1 {
  font-size: var(--font-size-4xl);
}
h2 {
  font-size: var(--font-size-3xl);
}
h3 {
  font-size: var(--font-size-2xl);
}
h4 {
  font-size: var(--font-size-xl);
}
h5 {
  font-size: var(--font-size-lg);
}
h6 {
  font-size: var(--font-size-md);
}

p {
  margin: 0 0 var(--space-16) 0;
}

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color var(--duration-fast) var(--ease-standard);
}

a:hover {
  color: var(--color-primary-hover);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-8) var(--space-16);
  border-radius: var(--radius-base);
  font-size: var(--font-size-base);
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  transition: all var(--duration-normal) var(--ease-standard);
  border: none;
  text-decoration: none;
  position: relative;
}

.btn:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

.btn--primary {
  background: var(--color-primary);
  color: var(--color-btn-primary-text);
}

.btn--primary:hover {
  background: var(--color-primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(61, 90, 128, 0.3); /* #3d5a80 shadow */
}

.btn--primary:active {
  background: var(--color-primary-active);
}

.btn--secondary {
  background: var(--color-secondary);
  color: var(--color-text);
}

.btn--secondary:hover {
  background: var(--color-secondary-hover);
}

.btn--secondary:active {
  background: var(--color-secondary-active);
}

.btn--outline {
  background: transparent;
  border: 1px solid var(--color-border);
  color: var(--color-text);
}

.btn--outline:hover {
  background: var(--color-secondary);
}

.btn--sm {
  padding: var(--space-4) var(--space-12);
  font-size: var(--font-size-sm);
  border-radius: var(--radius-sm);
}

.btn--lg {
  padding: var(--space-10) var(--space-20);
  font-size: var(--font-size-lg);
  border-radius: var(--radius-md);
}

.btn--full-width {
  width: 100%;
}

.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Container layout */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--space-16);
  padding-left: var(--space-16);
}

@media (min-width: 640px) {
  .container {
    max-width: var(--container-sm);
  }
}
@media (min-width: 768px) {
  .container {
    max-width: var(--container-md);
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: var(--container-lg);
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: var(--container-xl);
  }
}

/* Utility classes */
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: var(--space-4);
}
.gap-8 {
  gap: var(--space-8);
}
.gap-16 {
  gap: var(--space-16);
}

.m-0 {
  margin: 0;
}
.mt-8 {
  margin-top: var(--space-8);
}
.mb-8 {
  margin-bottom: var(--space-8);
}
.mx-8 {
  margin-left: var(--space-8);
  margin-right: var(--space-8);
}
.my-8 {
  margin-top: var(--space-8);
  margin-bottom: var(--space-8);
}

.p-0 {
  padding: 0;
}
.py-8 {
  padding-top: var(--space-8);
  padding-bottom: var(--space-8);
}
.px-8 {
  padding-left: var(--space-8);
  padding-right: var(--space-8);
}
.py-16 {
  padding-top: var(--space-16);
  padding-bottom: var(--space-16);
}
.px-16 {
  padding-left: var(--space-16);
  padding-right: var(--space-16);
}

.block {
  display: block;
}
.hidden {
  display: none;
}

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

:focus-visible {
  outline: var(--focus-outline);
  outline-offset: 2px;
}

/* ===== STRADEXAI WEBSITE SPECIFIC STYLES ===== */

/* Header - Modern Navigation */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(224, 251, 252, 0.95); /* #e0fbfc with transparency */
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(152, 193, 217, 0.2); /* #98c1d9 */
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  animation: slideDown 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.header.scrolled {
  background: rgba(224, 251, 252, 0.98);
  box-shadow: 0 4px 20px rgba(61, 90, 128, 0.1); /* #3d5a80 */
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  position: relative;
}

.nav__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: transform 0.3s ease;
}

.nav__brand:hover {
  transform: scale(1.02);
}

.nav__brand h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary); /* #3d5a80 */
  margin: 0;
  letter-spacing: -0.02em;
  transition: color 0.3s ease;
}

.nav__brand:hover h2 {
  color: var(--color-primary-hover); /* #293241 */
}

.nav__brand-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.nav__brand-icon svg {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.nav__brand-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
}

.nav__brand:hover .nav__brand-icon::before {
  width: 100%;
  height: 100%;
}

.nav__brand:hover .nav__brand-icon {
  transform: scale(1.05) rotate(5deg);
}

.nav__brand:hover .nav__brand-icon svg {
  transform: scale(1.1);
  filter: brightness(1.1);
}

.nav__menu {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav__item {
  position: relative;
}

.nav__link {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  color: var(--color-text); /* #293241 */
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.nav__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-primary); /* #3d5a80 */
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 12px;
}

.nav__link:hover::before {
  opacity: 0.1;
}

.nav__link:hover {
  color: var(--color-primary); /* #3d5a80 */
  transform: translateY(-1px);
}

.nav__link.active {
  background: var(--color-primary); /* #3d5a80 */
  color: white;
}

.nav__link.active:hover {
  background: var(--color-primary-hover); /* #293241 */
}

.nav__cta {
  margin-left: 16px;
}

.nav__cta .btn {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.nav__cta .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.nav__cta .btn:hover::before {
  left: 100%;
}

.nav__cta .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(61, 90, 128, 0.3); /* #3d5a80 */
}

.nav__toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.nav__toggle:hover {
  background: rgba(152, 193, 217, 0.1); /* #98c1d9 */
}

.nav__toggle span {
  width: 24px;
  height: 2px;
  background: var(--color-primary); /* #3d5a80 */
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav__toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.nav__toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav__toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Footer - Modern Design */
.footer {
  background: linear-gradient(135deg, #293241 0%, #3d5a80 100%); /* Dark blue gradient */
  color: white;
  padding: 80px 0 40px;
  position: relative;
  overflow: hidden;
  animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2398c1d9' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.3;
  animation: float 20s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

.footer__container {
  position: relative;
  z-index: 2;
}

.footer__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-bottom: 48px;
  align-items: start;
}

.footer__brand {
  max-width: 400px;
  transition: transform 0.3s ease;
}

.footer__logo {
  margin-bottom: 16px;
  transition: transform 0.3s ease;
}

.footer__logo svg {
  transition: all 0.3s ease;
}

.footer__brand:hover .footer__logo {
  transform: scale(1.05);
}

.footer__brand:hover .footer__logo svg {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.footer__brand:hover {
  transform: translateY(-2px);
}

.footer__brand h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  color: white;
  letter-spacing: -0.02em;
  transition: color 0.3s ease;
}

.footer__brand:hover h3 {
  color: #98c1d9; /* #98c1d9 */
}

.footer__brand p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(152, 193, 217, 1); /* #98c1d9 */
  margin: 0 0 24px 0;
}

.footer__contact-info {
  margin-top: 20px;
}

.footer__contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  color: rgba(152, 193, 217, 0.9); /* #98c1d9 */
  transition: all 0.3s ease;
}

.footer__contact-item:hover {
  color: white;
  transform: translateX(4px);
}

.footer__contact-icon {
  font-size: 16px;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}

.footer__contact-item a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer__contact-item a:hover {
  color: #ee6c4d; /* Orange accent */
  text-decoration: underline;
}

.footer__contact {
  text-align: right;
  transition: transform 0.3s ease;
}

.footer__contact:hover {
  transform: translateY(-2px);
}

.footer__contact h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  color: white;
}

.footer__contact p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(152, 193, 217, 1); /* #98c1d9 */
  margin-bottom: 24px;
}

.footer__contact .btn {
  background: var(--color-accent, #ee6c4d); /* #ee6c4d - Orange */
  color: white;
  border: none;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.footer__contact .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.footer__contact .btn:hover::before {
  left: 100%;
}

.footer__contact .btn:hover {
  background: #d55a3d; /* Darker orange */
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(238, 108, 77, 0.4); /* #ee6c4d */
}

.footer__bottom {
  border-top: 1px solid rgba(152, 193, 217, 0.2); /* #98c1d9 */
  padding-top: 32px;
  text-align: center;
}

.footer__bottom p {
  font-size: 14px;
  color: rgba(152, 193, 217, 0.8); /* #98c1d9 */
  margin: 0;
}

.footer__links {
  display: flex;
  gap: 32px;
  margin-top: 16px;
  justify-content: center;
}

.footer__link {
  color: rgba(152, 193, 217, 0.8); /* #98c1d9 */
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
}

.footer__link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #98c1d9;
  transition: width 0.3s ease;
}

.footer__link:hover::after {
  width: 100%;
}

.footer__link:hover {
  color: white;
  transform: translateY(-1px);
}

/* Hero Section */
.hero {
  background: linear-gradient(135deg, #3d5a80 0%, #293241 100%); /* Medium blue to dark blue gradient */
  color: white;
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}

.hero__container {
  position: relative;
  z-index: 2;
}

.hero__content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.hero__badge {
  display: inline-block;
  background: rgba(61, 90, 128, 0.2); /* #3d5a80 with opacity */
  color: #98c1d9; /* #98c1d9 - Light blue accent */
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
  border: 1px solid rgba(61, 90, 128, 0.3);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(61, 90, 128, 0.4);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(61, 90, 128, 0);
  }
}

.hero__title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  color: white;
  letter-spacing: -0.02em;
}

.hero__description {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  line-height: 1.5;
  margin-bottom: 3rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Goal Cards */
.hero__goals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 48px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.goal-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 16px 12px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.goal-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}

.goal-card:hover::before {
  left: 100%;
}

.goal-card:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(61, 90, 128, 0.5); /* #3d5a80 */
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.goal-card__icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: rgba(61, 90, 128, 0.2); /* #3d5a80 */
  border: 2px solid rgba(61, 90, 128, 0.3);
}

.goal-card__icon--awareness { background: rgba(61, 90, 128, 0.2); }
.goal-card__icon--acquisition { background: rgba(152, 193, 217, 0.2); }
.goal-card__icon--activation { background: rgba(224, 251, 252, 0.2); }
.goal-card__icon--retention { background: rgba(238, 108, 77, 0.2); }
.goal-card__icon--advocacy { background: rgba(41, 50, 65, 0.2); }
.goal-card__icon--winback { background: rgba(61, 90, 128, 0.3); }

.goal-card__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: white;
}

.goal-card__description {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
}

/* Hero CTA */
.hero__cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* About Section */
.about {
  background: var(--color-background);
  padding: 80px 0;
}

.about__container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.about__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
  color: var(--color-text);
}

.about__value-prop {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 32px;
  color: var(--color-primary); /* Dark grey */
  font-weight: 500;
}

.about__description {
  font-size: 18px;
  line-height: 1.8;
  color: #4a5568;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Programs Section */
.programs {
  background: white;
  padding: 80px 0;
}

.programs__container {
  max-width: 1200px;
  margin: 0 auto;
}

.programs__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  color: var(--color-text);
}

.programs__subtitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 64px;
  color: var(--color-text-secondary);
}

.programs__stages {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

/* Program Stage Rows */
.program-stage-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  padding: 48px;
  background: var(--color-surface);
  border-radius: 16px;
  border: 1px solid var(--color-card-border);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.program-stage-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-primary), #98c1d9, #e0fbfc); /* New color gradient */
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.program-stage-row:hover::before {
  transform: scaleX(1);
}

.program-stage-row:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.program-stage-row:nth-child(even) {
  grid-template-columns: 1fr 1fr;
}

.program-stage-row:nth-child(even) .program-stage-info {
  order: 2;
}

.program-stage-row:nth-child(even) .program-stage-services {
  order: 1;
}

.program-stage-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.program-stage-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.program-stage-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.program-stage-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
}

.program-stage-row:hover .program-stage-icon::before {
  width: 100%;
  height: 100%;
}

.program-stage-row:hover .program-stage-icon {
  transform: scale(1.1);
}

.program-stage-icon--awareness { background: var(--color-primary); } /* #3d5a80 */
.program-stage-icon--acquisition { background: #98c1d9; }
.program-stage-icon--activation { background: #e0fbfc; }
.program-stage-icon--retention { background: #ee6c4d; }
.program-stage-icon--advocacy { background: #293241; }
.program-stage-icon--winback { background: #3d5a80; }

.program-stage-title {
  font-size: 28px;
  font-weight: 600;
  color: var(--color-text);
  margin: 0;
}

.program-stage-goals h4,
.program-stage-services h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--color-text);
}

.program-stage-goals ul,
.program-stage-services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.program-stage-goals li,
.program-stage-services li {
  padding: 8px 0;
  color: var(--color-text-secondary);
  position: relative;
  padding-left: 20px;
  transition: all 0.3s ease;
}

.program-stage-goals li:hover,
.program-stage-services li:hover {
  color: var(--color-text);
  transform: translateX(5px);
}

.program-stage-goals li::before,
.program-stage-services li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--color-primary); /* Dark blue */
  font-weight: bold;
  transition: all 0.3s ease;
}

.program-stage-goals li:hover::before,
.program-stage-services li:hover::before {
  transform: scale(1.2);
  color: var(--color-primary-hover);
}

/* Button Styles */
.btn--primary {
  background: var(--color-primary); /* Dark blue */
  color: var(--color-btn-primary-text);
  border: none;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn--primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.btn--primary:hover::before {
  left: 100%;
}

.btn--primary:hover {
  background: var(--color-primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.3); /* Dark blue shadow */
}

.btn--outline {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn--outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}

.btn--outline:hover::before {
  left: 100%;
}

.btn--outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

.btn--lg {
  padding: 18px 36px;
  font-size: 16px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hero__goals {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 800px;
  }
  
  .goal-card {
    padding: 14px 10px;
    min-height: 110px;
  }
  
  .goal-card__title {
    font-size: 15px;
  }
  
  .goal-card__description {
    font-size: 11px;
  }
  
  .program-stage-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .program-stage-row:nth-child(even) .program-stage-info,
  .program-stage-row:nth-child(even) .program-stage-services {
    order: unset;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 80px 0 60px;
  }
  
  .hero__goals {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    max-width: 100%;
  }
  
  .goal-card {
    padding: 12px 8px;
    min-height: 100px;
  }
  
  .goal-card__icon {
    width: 32px;
    height: 32px;
    font-size: 14px;
    margin-bottom: 8px;
  }
  
  .goal-card__title {
    font-size: 13px;
    margin-bottom: 6px;
  }
  
  .goal-card__description {
    font-size: 10px;
    line-height: 1.3;
  }
  
  .hero__cta {
    flex-direction: column;
    align-items: center;
  }
  
  .about__title,
  .programs__title {
    font-size: 28px;
  }
  
  .program-stage-row {
    padding: 32px 24px;
  }
  
  .program-stage-title {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .hero__goals {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  .goal-card {
    min-height: 90px;
    padding: 10px 6px;
  }
  
  .goal-card__icon {
    width: 28px;
    height: 28px;
    font-size: 12px;
    margin-bottom: 6px;
  }
  
  .goal-card__title {
    font-size: 12px;
    margin-bottom: 4px;
  }
  
  .goal-card__description {
    font-size: 9px;
    line-height: 1.2;
  }
}

/* Focus States for Accessibility */
.goal-card:focus-visible,
.btn--primary:focus-visible,
.btn--outline:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Journey Section */
.journey {
  background: var(--color-background);
  padding: 80px 0;
}

.journey__container {
  max-width: 1000px;
  margin: 0 auto;
}

.journey__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 64px;
  color: var(--color-text);
}

.journey__steps {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 64px;
}

.journey-step {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding: 32px;
  background: var(--color-surface);
  border-radius: 16px;
  border: 1px solid var(--color-card-border);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.journey-step::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-primary), #595959, #737373);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.journey-step:hover::before {
  transform: scaleX(1);
}

.journey-step:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.journey-step__number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--color-primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.journey-step:hover .journey-step__number {
  transform: scale(1.1);
  background: var(--color-primary-hover);
}

.journey-step__content {
  flex: 1;
}

.journey-step__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--color-text);
}

.journey-step__description {
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-text-secondary);
}

.journey__cta {
  text-align: center;
}

/* Responsive Design for Journey */
@media (max-width: 768px) {
  .journey-step {
    flex-direction: column;
    text-align: center;
    gap: 24px;
    padding: 24px;
  }
  
  .journey-step__number {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  
  .journey-step__title {
    font-size: 20px;
  }
  
  .journey__title {
    font-size: 28px;
    margin-bottom: 48px;
  }
}

/* Focus States for Accessibility */
.journey-step:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

/* Team Section - Meet the Team Style */
.team {
  background: var(--color-background);
  padding: 80px 0;
}

.team__container {
  max-width: 1200px;
  margin: 0 auto;
}

.team__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  color: var(--color-text);
}

.team__subtitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 64px;
  color: var(--color-text-secondary);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.team__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 32px;
  margin-bottom: 64px;
}

.team-card {
  background: var(--color-surface);
  border-radius: 16px;
  padding: 40px 32px;
  text-align: center;
  border: 1px solid var(--color-card-border);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.team-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-primary), #595959, #737373);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.team-card:hover::before {
  transform: scaleX(1);
}

.team-card:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.team-card__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: white;
  background: var(--color-primary);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.team-card__icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
}

.team-card:hover .team-card__icon::before {
  width: 100%;
  height: 100%;
}

.team-card:hover .team-card__icon {
  transform: scale(1.1);
  background: var(--color-primary-hover);
}

/* Team member icon variations */
.team-card__icon--growth { background: var(--color-primary); }
.team-card__icon--ai { background: #98c1d9; }
.team-card__icon--data { background: #e0fbfc; }
.team-card__icon--experience { background: #ee6c4d; }
.team-card__icon--automation { background: #293241; }
.team-card__icon--design { background: #3d5a80; }
.team-card__icon--revenue { background: #98c1d9; }
.team-card__icon--salesforce { background: #e0fbfc; }
.team-card__icon--financial { background: #ee6c4d; }

.team-card__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--color-text);
  line-height: 1.3;
}

.team-card__description {
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-text-secondary);
  margin: 0;
}

.team-card__role {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-primary);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.team-card__expertise {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 20px;
}

.team-card__expertise-tag {
  background: var(--color-secondary);
  color: var(--color-text);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.team-card:hover .team-card__expertise-tag {
  background: var(--color-primary);
  color: white;
}

/* Responsive Design for Team */
@media (max-width: 1024px) {
  .team__grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
  }
  
  .team-card {
    padding: 32px 24px;
  }
}

@media (max-width: 768px) {
  .team__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .team-card {
    padding: 28px 20px;
  }
  
  .team-card__icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .team-card__title {
    font-size: 20px;
  }
  
  .team__title {
    font-size: 28px;
  }
}

/* Focus States for Accessibility */
.team-card:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

/* Services Section - Modern Design */
.services {
  background: var(--color-background);
  padding: 80px 0;
}

.services__container {
  max-width: 1200px;
  margin: 0 auto;
}

.services__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  color: var(--color-text);
}

.services__subtitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 64px;
  color: var(--color-text-secondary);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 32px;
  margin-bottom: 64px;
}

.service-card {
  background: var(--color-surface);
  border-radius: 20px;
  padding: 40px 32px;
  border: 1px solid var(--color-card-border);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-primary), #595959, #737373);
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.service-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(64, 64, 64, 0.02) 0%, rgba(89, 89, 89, 0.02) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

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

.service-card:hover {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transform: translateY(-8px);
  border-color: var(--color-primary);
}

.service-card__icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: white;
  background: var(--color-primary);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.service-card__icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translate(-50%, -50%);
}

.service-card:hover .service-card__icon::before {
  width: 100%;
  height: 100%;
}

.service-card:hover .service-card__icon {
  transform: scale(1.1) rotate(5deg);
  background: var(--color-primary-hover);
}

/* Service icon variations */
.service-card__icon--portfolio { background: var(--color-primary); }
.service-card__icon--journey { background: #98c1d9; }
.service-card__icon--architecture { background: #e0fbfc; }
.service-card__icon--technology { background: #ee6c4d; }
.service-card__icon--analytics { background: #293241; }
.service-card__icon--optimization { background: #3d5a80; }

.service-card__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--color-text);
  line-height: 1.4;
  transition: color 0.3s ease;
}

.service-card:hover .service-card__title {
  color: var(--color-primary);
}

.service-card__description {
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-text-secondary);
  margin: 0;
  transition: color 0.3s ease;
}

.service-card:hover .service-card__description {
  color: var(--color-text);
}

.service-card__features {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--color-card-border);
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-card:hover .service-card__features {
  opacity: 1;
  transform: translateY(0);
}

.service-card__features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-card__feature {
  background: var(--color-secondary);
  color: var(--color-text);
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.service-card:hover .service-card__feature {
  background: var(--color-primary);
  color: white;
}

.service-card__cta {
  margin-top: 24px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-card:hover .service-card__cta {
  opacity: 1;
  transform: translateY(0);
}

.service-card__cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-card__cta-link:hover {
  color: var(--color-primary-hover);
  transform: translateX(4px);
}

.service-card__cta-link::after {
  content: '→';
  transition: transform 0.3s ease;
}

.service-card__cta-link:hover::after {
  transform: translateX(4px);
}

/* Responsive Design for Services */
@media (max-width: 1024px) {
  .services__grid {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 24px;
  }
  
  .service-card {
    padding: 32px 24px;
  }
  
  .service-card__icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .services__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .service-card {
    padding: 28px 20px;
  }
  
  .service-card__icon {
    width: 56px;
    height: 56px;
    font-size: 22px;
    margin-bottom: 20px;
  }
  
  .service-card__title {
    font-size: 18px;
  }
  
  .services__title {
    font-size: 28px;
  }
}

/* Focus States for Accessibility */
.service-card:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

/* Contact Section - Modern Design */
.contact {
  background: var(--color-background);
  padding: 80px 0;
}

.contact__container {
  max-width: 1200px;
  margin: 0 auto;
}

.contact__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  color: var(--color-text);
}

.contact__subtitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 64px;
  color: var(--color-text-secondary);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.contact__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.contact__info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  background: var(--color-surface);
  border-radius: 16px;
  border: 1px solid var(--color-card-border);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.contact__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-primary), #98c1d9, #e0fbfc);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.contact__item:hover::before {
  transform: scaleX(1);
}

.contact__item:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
  border-color: var(--color-primary);
}

.contact__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.contact__item:hover .contact__icon {
  background: var(--color-primary-hover);
  transform: scale(1.1) rotate(5deg);
}

.contact__details h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--color-text);
}

.contact__details p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-text-secondary);
  margin: 0;
}

.contact__details a {
  color: var(--color-primary);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.contact__details a:hover {
  color: var(--color-primary-hover);
  text-decoration: underline;
}

.contact__cta {
  background: linear-gradient(135deg, var(--color-primary) 0%, #98c1d9 100%);
  color: white;
  padding: 48px 40px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.contact__cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.3;
}

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

.contact__cta h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  color: white;
}

.contact__cta p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.9);
}

.contact__cta .btn {
  background: white;
  color: var(--color-primary);
  border: none;
  padding: 16px 32px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.contact__cta .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(61, 90, 128, 0.1), transparent);
  transition: left 0.5s ease;
}

.contact__cta .btn:hover::before {
  left: 100%;
}

.contact__cta .btn:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Responsive Design for Contact */
@media (max-width: 1024px) {
  .contact__content {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  
  .contact__cta {
    padding: 40px 32px;
  }
}

@media (max-width: 768px) {
  .contact {
    padding: 60px 0;
  }
  
  .contact__title {
    font-size: 28px;
  }
  
  .contact__subtitle {
    font-size: 16px;
    margin-bottom: 48px;
  }
  
  .contact__item {
    padding: 20px;
    gap: 16px;
  }
  
  .contact__icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  
  .contact__details h4 {
    font-size: 16px;
  }
  
  .contact__cta {
    padding: 32px 24px;
  }
  
  .contact__cta h3 {
    font-size: 20px;
  }
}

/* Responsive Design for Header & Footer */
@media (max-width: 1024px) {
  .nav__menu {
    gap: 4px;
  }
  
  .nav__link {
    padding: 10px 16px;
    font-size: 14px;
  }
  
  .footer__content {
    grid-template-columns: 1fr;
    gap: 48px;
    text-align: center;
  }
  
  .footer__contact {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .nav__menu {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(224, 251, 252, 0.98); /* #e0fbfc */
    backdrop-filter: blur(20px);
    flex-direction: column;
    padding: 24px;
    gap: 16px;
    border-top: 1px solid rgba(152, 193, 217, 0.2); /* #98c1d9 */
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }
  
  .nav__menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  
  .nav__toggle {
    display: flex;
  }
  
  .nav__cta {
    margin-left: 0;
    margin-top: 16px;
  }
  
  .footer {
    padding: 60px 0 32px;
  }
  
  .footer__content {
    gap: 40px;
  }
  
  .footer__brand h3 {
    font-size: 24px;
  }
  
  .footer__contact h4 {
    font-size: 20px;
  }
  
  .footer__contact-info {
    margin-top: 16px;
  }
  
  .footer__contact-item {
    font-size: 13px;
    gap: 10px;
    margin-bottom: 10px;
  }
  
  .footer__contact-icon {
    font-size: 14px;
    width: 18px;
  }
}

/* Focus States for Accessibility */
.nav__link:focus-visible,
.footer__link:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

/* Add margin to main content to account for fixed header */
main {
  margin-top: 80px;
  scroll-behavior: smooth;
}

/* Responsive main margin */
@media (max-width: 768px) {
  main {
    margin-top: 70px;
  }
  
  html {
    scroll-padding-top: 75px;
  }
}