:root {
  /* Color System */
  --primary: #00475e;
  --on-primary: #ffffff;
  --primary-container: #1a5f7a;
  --on-primary-container: #9bd7f7;
  --primary-fixed: #c0e8ff;
  --secondary: #18677b;
  --on-secondary: #ffffff;
  --secondary-container: #a3e7ff;
  --on-secondary-container: #1c697e;
  --secondary-fixed: #b4ebff;
  --secondary-fixed-dim: #8dd0e8;
  --tertiary: #543d24;
  --tertiary-fixed-dim: #e3c19f;
  --on-tertiary-fixed: #291803;
  --on-tertiary-fixed-variant: #5a4229;
  --background: #f8fafb;
  --on-background: #191c1d;
  --surface: #f8fafb;
  --surface-bright: #f8fafb;
  --surface-dim: #d8dadb;
  --surface-container: #eceeef;
  --surface-container-high: #e6e8e9;
  --surface-container-highest: #e1e3e4;
  --surface-container-low: #f2f4f5;
  --surface-container-lowest: #ffffff;
  --on-surface: #191c1d;
  --on-surface-variant: #40484d;
  --outline: #70787d;
  --outline-variant: #c0c8cd;
  --cyan-50: #ecfeff;
  --cyan-900: #164e63;
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-800: #1e293b;
  --slate-900: #0f172a;
  --slate-950: #020617;

  /* Fonts */
  --font-headline: 'Manrope', sans-serif;
  --font-body: 'Manrope', sans-serif;
  --font-label: 'Inter', sans-serif;

  /* Spacing */
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-2xl: 3rem;
  --spacing-3xl: 4rem;

  /* Border Radius */
  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-2xl: 1.5rem;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

/* Reset & Base Styles */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-family: var(--font-body);
  color: var(--on-background);
  background-color: var(--background);
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

/* Utilities */
.container-1149bb {
  max-width: 80rem; /* 7xl */
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.text-center-756545 { text-align: center; }
.uppercase-64572b { text-transform: uppercase; }
.italic-ff6a25 { font-style: italic; }
.font-bold-854c2b { font-weight: 700; }
.font-extrabold-a09527 { font-weight: 800; }
.w-full { width: 100%; }

/* Typography Helpers */
.headline-lg-92e4b7 {
  font-family: var(--font-headline);
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 800;
}

.headline-md-e66281 {
  font-family: var(--font-headline);
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.headline-sm-330c12 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.label-sm-533a9c {
  font-family: var(--font-label);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Header */
.site-header-fb0f8a {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.2);
  padding: 1rem 0;
}

.header-content-258ad7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-area-6feaec {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-text-6688b4 {
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--cyan-900);
  font-family: var(--font-headline);
}

.icon-btn {
  font-size: 1.5rem;
  color: var(--cyan-900);
}

/* Main Content Padding */
main {
  padding-top: 4rem;
}

/* Hero Section */
.hero-section-46a6f4 {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg-87f009 {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg-87f009 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay-cf4761 {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 71, 94, 0.9), rgba(0, 71, 94, 0.4));
}

.hero-content-390d4e {
  position: relative;
  z-index: 10;
  color: var(--on-primary);
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.hero-label-c549d8 {
  display: inline-block;
  font-family: var(--font-label);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--secondary-fixed);
  margin-bottom: 1rem;
}

.hero-title-6e0916 {
  font-size: 2.25rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .hero-title-6e0916 {
    font-size: 3.75rem;
  }
}

.hero-highlight-384b04 {
  color: var(--secondary-fixed);
}

.hero-desc-ecad00 {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 36rem;
  margin-bottom: 2.5rem;
  line-height: 1.625;
}

.hero-buttons-782008 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.btn-297336 {
  padding: 1rem 2rem;
  border-radius: var(--radius-xl);
  font-weight: 700;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn-primary-gradient-0ce25b {
  background: linear-gradient(to right, var(--primary), var(--primary-container));
  color: white;
  box-shadow: var(--shadow-lg);
}

.btn-primary-gradient-0ce25b:hover {
  opacity: 0.9;
}

.btn-glass-695407 {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
}

.btn-glass-695407:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* About Section */
.section-py-3e329c { padding-top: 5rem; padding-bottom: 5rem; }
.section-py-lg-2a2653 { padding-top: 6rem; padding-bottom: 6rem; }

.bento-grid-751b81 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .bento-grid-751b81 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card-dad475 {
  padding: 2.5rem;
  border-radius: var(--radius-2xl);
}

.card-light-f77ee9 {
  background-color: var(--surface-container-lowest);
  border: 1px solid rgba(192, 200, 205, 0.1);
  box-shadow: var(--shadow-sm);
}

.card-primary-50c682 {
  background-color: var(--primary-container);
  color: white;
}

.grid-span-2-1f6a75 {
  grid-column: span 1;
}

@media (min-width: 768px) {
  .grid-span-2-1f6a75 {
    grid-column: span 2;
  }
}

.stat-grid-36b389 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

.stat-number-b39dd7 {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 0.25rem;
}

.stat-label-2cbdb3 {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--outline);
}

/* Core Advantages */
.bg-surface-low {
  background-color: var(--surface-container-low);
}

.section-title-2c8880 {
  text-align: center;
  margin-bottom: 4rem;
}

.title-underline-e1a44d {
  width: 4rem;
  height: 0.25rem;
  background-color: var(--secondary);
  margin: 1rem auto 0;
  border-radius: var(--radius-full);
}

.grid-3-54d630 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .grid-3-54d630 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.advantage-card-4c202f {
  background-color: var(--surface-container-lowest);
  padding: 2rem;
  border-radius: var(--radius-2xl);
  transition: transform 0.2s;
}

.advantage-card-4c202f:hover {
  transform: translateY(-4px);
}

.icon-lg {
  font-size: 1.875rem;
  color: var(--secondary);
  margin-bottom: 1rem;
  display: inline-block;
}

/* Packages */
.grid-5-8621dd {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  .grid-5-8621dd {
    grid-template-columns: repeat(5, 1fr);
  }
}

.package-card-ea5374 {
  padding: 1.5rem;
  border-radius: var(--radius-2xl);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: var(--surface-container-low);
}

.package-highlight-4edcaf {
  background-color: white;
  border: 2px solid var(--primary);
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}

.badge-hot-b6140d {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--primary);
  color: white;
  font-size: 0.625rem;
  padding: 0.25rem 0.75rem;
  font-weight: 700;
}

.package-icon-2db34a {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: var(--primary-container);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.package-highlight-4edcaf .package-icon-2db34a {
  background-color: var(--primary);
}

.package-btn-951672 {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(192, 200, 205, 0.2);
  width: 100%;
  color: var(--primary);
  font-weight: 700;
}

/* Custom Options */
.custom-options-460d2a {
  margin-top: 3rem;
  background-color: rgba(255, 221, 187, 0.3);
  padding: 2rem;
  border-radius: var(--radius-2xl);
  border: 1px solid rgba(227, 193, 159, 0.2);
}

.options-layout-1f381c {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 768px) {
  .options-layout-1f381c {
    flex-direction: row;
    align-items: center;
  }
}

.pill-group-649a8a {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.pill-d0e5ad {
  padding: 0.5rem 1rem;
  background-color: white;
  border-radius: var(--radius-full);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--secondary);
  box-shadow: var(--shadow-sm);
}

/* Timeline */
.timeline-section-bf7bab {
  background-color: var(--surface-container-highest);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.timeline-container-4e0b29 {
  max-width: 48rem; /* 3xl */
  margin: 0 auto;
  position: relative;
}

.timeline-line-68d1a3 {
  position: absolute;
  left: 1.5rem; /* center of icons approx */
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, transparent, var(--outline-variant), transparent);
  transform: translateX(1.25rem); /* Adjust based on icon size/padding */
}

@media (min-width: 768px) {
  .timeline-line-68d1a3 {
    left: 50%;
    transform: translateX(-50%);
  }
}

.timeline-item-7f5e8b {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Mobile default */
  margin-bottom: 3rem;
  position: relative;
}

@media (min-width: 768px) {
  .timeline-item-7f5e8b:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .timeline-item-7f5e8b:nth-child(even) {
    flex-direction: row;
  }
  .timeline-item-7f5e8b {
    justify-content: space-between;
  }
}

.timeline-icon-965afc {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: var(--primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  box-shadow: var(--shadow);
  border: 2px solid white;
  flex-shrink: 0;
  z-index: 10;
  position: absolute;
  left: 1.25rem;
}

@media (min-width: 768px) {
  .timeline-icon-965afc {
    left: 50%;
    transform: translateX(-50%);
    position: absolute; /* Keep absolute to center on line */
  }
}

.timeline-content-fd9e6b {
  width: calc(100% - 4rem);
  margin-left: 5rem; /* Space for icon */
  background-color: white;
  padding: 1.5rem;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
}

@media (min-width: 768px) {
  .timeline-content-fd9e6b {
    width: 45%;
    margin-left: 0;
  }
}

/* Case Studies */
.case-card-e294c1 {
  background-color: var(--surface-container-low);
  border-radius: var(--radius-2xl);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .case-card-e294c1 {
    flex-direction: row;
  }
}

.case-img-wrap-85cb5c {
  width: 100%;
  height: 16rem;
}

@media (min-width: 768px) {
  .case-img-wrap-85cb5c {
    width: 50%;
    height: auto;
  }
}

.case-img-060126 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-content-cd8be3 {
  padding: 2rem;
  width: 100%;
}

@media (min-width: 768px) {
  .case-content-cd8be3 {
    width: 50%;
  }
}

.case-label-70adbd {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--secondary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
  display: block;
}

.case-quote-203ff9 {
  font-style: italic;
  color: var(--on-surface-variant);
  margin-bottom: 1.5rem;
}

.user-info-1c76a5 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.avatar-ae7c8d {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: var(--surface-dim);
}

/* FAQ */
.faq-item-117159 {
  background-color: white;
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
  margin-bottom: 1rem;
}

.faq-question-f22d6f {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  color: var(--primary);
}

.faq-answer-b6c474 {
  margin-top: 1rem;
  color: var(--on-surface-variant);
  font-size: 0.875rem;
  line-height: 1.625;
  display: none;
}

.faq-item-117159.active .faq-answer-b6c474 {
  display: block;
}

.faq-icon-9a539e {
  transition: transform 0.2s;
}

.faq-item-117159.active .faq-icon-9a539e {
  transform: rotate(180deg);
}

/* Contact */
.grid-2-6ac96a {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .grid-2-6ac96a {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}

.form-group-133e1b {
  margin-bottom: 1.5rem;
}

.form-label-80599e {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.form-input-5bf288, .form-select-6b743e {
  width: 100%;
  background-color: var(--surface-container-highest);
  border: none;
  border-bottom: 1px solid rgba(192, 200, 205, 0.3);
  padding: 0.75rem 1rem;
  border-radius: var(--radius-lg);
  font-size: 1rem;
}

.form-input-5bf288:focus, .form-select-6b743e:focus {
  outline: none;
  border-bottom-color: var(--primary);
}

.contact-info-item-915d4c {
  border-bottom: 1px solid rgba(192, 200, 205, 0.1);
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
}

.qr-card-e50fda {
  background-color: var(--surface-container-low);
  padding: 1.5rem;
  border-radius: var(--radius-2xl);
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.qr-box-58adf2 {
  width: 6rem;
  height: 6rem;
  background-color: white;
  padding: 0.5rem;
  border-radius: var(--radius-xl);
}

/* News Section (New) */
.news-section-2f3ca4 {
  padding: 6rem 0;
}

.news-grid-3a4f8f {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .news-grid-3a4f8f {
    grid-template-columns: repeat(3, 1fr);
  }
}

.news-card-e1ac2d {
  background-color: white;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s;
  display: flex;
  flex-direction: column;
}

.news-card-e1ac2d:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.news-img-876da0 {
  width: 100%;
  height: 12rem;
  object-fit: cover;
}

.news-content-f93282 {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-date-d794e8 {
  font-size: 0.75rem;
  color: var(--outline);
  margin-bottom: 0.5rem;
}

.news-title-d506cb {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.news-excerpt-1ce4ae {
  font-size: 0.875rem;
  color: var(--on-surface-variant);
  margin-bottom: 1.5rem;
  flex: 1;
}

.news-link-6a35c4 {
  color: var(--secondary);
  font-weight: 700;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.news-link-6a35c4:hover {
  text-decoration: underline;
}

/* Footer */
.site-footer-1a06da {
  background-color: var(--slate-50);
  border-top: 1px solid var(--slate-200);
  padding: 3rem 2rem;
  text-align: center;
}

.footer-links-902a89 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 1.5rem 0;
}

.footer-link-03356d {
  font-size: 0.75rem;
  color: var(--slate-500);
  font-family: var(--font-label);
}

.footer-link-03356d:hover {
  color: var(--cyan-900);
}

/* Mobile Nav */
.mobile-nav-d42692 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background-color: white;
  border-top: 1px solid var(--slate-100);
  box-shadow: 0 -4px 20px rgba(0, 30, 43, 0.04);
  display: flex;
  justify-content: space-around;
  padding: 0.5rem 1rem 1rem;
}

@media (min-width: 768px) {
  .mobile-nav-d42692 {
    display: none;
  }
}

.nav-item-a2b3a0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 0.75rem;
  color: var(--slate-400);
  border-radius: var(--radius-xl);
  transition: transform 0.15s;
}

.nav-item-a2b3a0.active {
  background-color: var(--cyan-50);
  color: var(--cyan-900);
}

.nav-item-a2b3a0:active {
  transform: scale(0.9);
}

.nav-label-51ed66 {
  font-size: 0.625rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.25rem;
  font-family: var(--font-label);
}

.text-primary-237245 { color: var(--primary); }
.text-secondary-8c0548 { color: var(--secondary); }
.text-outline-5d809d { color: var(--outline); }
