/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-auto {
    margin: auto;
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-96 {
    width: calc(var(--spacing) * 96);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Inter', sans-serif;
  background-color: #0b132b;
  color: #f5f7fa;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
:root {
  --primary-blue: #d66853;
  --primary-purple: #7e13f5;
  --primary-purple-ligther: #a45df5;
  --primary-green: #14b8a6;
  --text-light: #f5f7fa;
  --text-muted: #a5b7d9;
  --bg-dark: #0b132b;
  --bg-card: rgba(11, 19, 43, 0.85);
  --border-light: rgba(255, 255, 255, 0.1);
  --gradient: linear-gradient(90deg, var(--primary-blue), var(--primary-purple));
}
.container {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.text-gradient {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
  cursor: pointer;
}
.btn-primary {
  background: var(--gradient);
  color: var(--text-light);
}
.btn-primary:hover {
  background: linear-gradient(90deg, var(--primary-purple), var(--primary-blue));
}
.btn-secondary {
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border-light);
  color: var(--text-muted);
}
.btn-secondary:hover {
  background: rgba(255,255,255,0.1);
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(11, 19, 43, 0.6);
  backdrop-filter: blur(10px);
  z-index: 100;
}
.navbar {
  width: 80%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar .logo {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text-light);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.navbar .logo span {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navbar nav {
  display: flex;
  gap: 1.5rem;
}
.navbar nav a {
  color: var(--text-light);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}
.navbar nav a:hover {
  color: var(--primary-purple);
}
.navbar .cta {
  margin-left: 1rem;
}
.navbar .menu-toggle {
  display: none;
  font-size: 1.6rem;
  color: var(--text-light);
  cursor: pointer;
}
@media (max-width: 1000px) {
  .navbar nav, .navbar .cta {
    display: none;
  }
  .navbar nav.active {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: var(--bg-dark);
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 0;
    display: flex;
  }
  .navbar .menu-toggle {
    display: block;
  }
}
.hero {
  min-height: 100vh;
  padding: 20px;
  background-image: url('../images/hero-bg.png');
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(11, 19, 43, 0.75);
}
.hero .hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
}
@media (min-width: 1200px) {
  .hero .hero-inner {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }
}
.hero-left {
  flex: 1;
  margin: auto;
  max-width: 600px;
}
.hero-left h1 {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 992px) {
  .hero-left h1 {
    font-size: 3.5rem;
  }
}
.hero-left p {
  margin: 1.5rem 0 2.5rem;
  color: var(--text-muted);
  max-width: 500px;
}
.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.features {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .features {
    flex-direction: row;
  }
}
.feature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
}
.feature-blue {
  background: var(--primary-blue);
}
.feature-green {
  background: #00b686;
}
.feature-purple {
  background: var(--primary-purple);
}
.feature h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-light);
}
.feature span {
  font-size: 0.85rem;
  color: var(--text-muted);
}
.hero-right {
  flex: 1;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1400px) and (min-width: 1000px) {
  .hero-right {
    display: none;
  }
}
.hero-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 2rem;
  width: 100%;
  max-width: 400px;
}
.hero-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.hero-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.hero-card li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  color: var(--text-muted);
}
.hero-card li .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.dot-blue {
  background: var(--primary-blue);
}
.dot-green {
  background: #00b686;
}
.dot-purple {
  background: var(--primary-purple);
}
.hero-card .btn-book {
  display: block;
  text-align: center;
  background: var(--primary-green);
  color: var(--text-light);
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}
.hero-card .btn-book:hover {
  background: #059669;
}
.services {
  padding: 6rem 0;
  background: #0b173d;
}
.services h2 {
  text-align: center;
  font-size: 2.5rem;
}
.services p.subheading {
  text-align: center;
  color: var(--text-muted);
  max-width: 650px;
  margin: 0.75rem auto 3rem;
  font-size: 1rem;
}
.service-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}
.service-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-card .icon-square {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: var(--gradient);
  margin-bottom: 1rem;
}
.service-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.service-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 1rem;
}
.service-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}
.service-card li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--text-muted);
  font-size: 0.9rem;
}
.service-card li .bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-blue);
}
.service-card a.learn-more {
  align-self: flex-start;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border-light);
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  font-size: 0.85rem;
  color: var(--text-muted);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: background 0.3s ease;
}
.service-card a.learn-more:hover {
  background: rgba(255,255,255,0.1);
}
.aispecial {
  padding: 6rem 0;
  background: #0b132b;
}
.aispecial .aispecial-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .aispecial .aispecial-card {
    flex-direction: row;
  }
}
.aispecial h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.aispecial p.subtitle {
  color: var(--text-muted);
  margin-bottom: 2rem;
}
.aispecial .expertise ul {
  list-style: none;
  padding: 0;
}
.aispecial .expertise li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  color: var(--text-muted);
}
.aispecial .expertise li .bullet, .aispecial .why li .bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-green);
}
.aispecial .why p {
  color: var(--text-muted);
  margin-bottom: 2rem;
}
.aispecial .highlight {
  color: var(--text-light);
}
.aispecial .why a {
  display: inline-block;
  background: var(--gradient);
  color: var(--text-light);
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}
.kitools {
  padding: 6rem 0;
  background: #0b173d;
}
.kitools h2 {
  text-align: center;
  font-size: 2.5rem;
}
.kitools p.description {
  color: var(--text-muted);
  text-align: center;
  max-width: 650px;
  margin: 0.75rem auto 3rem;
  font-size: 1rem;
}
.tools-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .tools-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tool {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 2rem;
}
.tool .icon-square {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: var(--gradient);
  margin-bottom: 1rem;
}
.tool h3 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
.tool p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 1rem;
}
.tool ul {
  list-style: none;
  padding: 0;
}
.tool li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--text-muted);
  font-size: 0.9rem;
}
.tool li .bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-green);
}
.cta-large {
  padding: 6rem 0;
  background: #0b132b;
}
.cta-large .cta-card {
  background: var(--gradient);
  border-radius: 20px;
  padding: 3rem;
  color: var(--text-light);
  text-align: center;
}
.cta-large h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.cta-large p {
  margin-bottom: 2rem;
  color: #ecf0f9;
  font-size: 1rem;
}
.cta-large .btn-primary {
  background: #0f766e;
  margin-top: 1rem;
}
.cta-large .btn-primary:hover {
  background: #075e54;
}
.cta-large .tagline {
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #dbe6ff;
}
.team {
  padding: 6rem 0;
  background: #0b132b;
}
.team h2 {
  text-align: center;
  font-size: 2.5rem;
}
.team p.subheading {
  text-align: center;
  color: var(--text-muted);
  margin-top: 0.5rem;
  margin-bottom: 3rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}
.team-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .team-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.team-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  padding: 2rem;
}
.team-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.team-card-header .profile-pic {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  flex-shrink: 0;
}
.team-card-header h3 {
  margin: 0;
  font-size: 1.3rem;
}
.team-card-header .degree {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 0.25rem;
}
.team-card-header .tags {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.team-card-header .tags span {
  background: rgba(255,255,255,0.08);
  color: var(--primary-purple-ligther);
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  font-size: 0.75rem;
}
.team-card blockquote {
  margin: 1.5rem 0;
  font-style: italic;
  color: var(--text-muted);
  border-left: 2px solid var(--primary-purple);
  padding-left: 1rem;
}
.team-card .card-section {
  margin-bottom: 1.5rem;
}
.team-card .card-section h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: var(--text-light);
}
.team-card .card-section ul {
  list-style: none;
  padding: 0;
}
.team-card .card-section li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
  color: var(--text-muted);
  font-size: 0.9rem;
}
.team-card .card-section li .bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-blue);
}
.philosophy {
  padding: 6rem 0;
  background: #0b173d;
}
.philosophy .philosophy-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  padding: 3rem;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.philosophy-card h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.philosophy-card p {
  color: var(--text-muted);
  font-size: 1rem;
}
.consult {
  padding: 6rem 0;
  background: #0b132b;
}
.consult h2 {
  text-align: center;
  font-size: 2.5rem;
}
.consult p.subheading {
  text-align: center;
  color: var(--text-muted);
  margin-top: 0.5rem;
  margin-bottom: 3rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.consult-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .consult-content {
    grid-template-columns: 3fr 2fr;
  }
}
.left-form {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  padding: 2rem;
}
.left-form h3 {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.left-form label {
  display: block;
  font-size: 0.85rem;
  margin-bottom: 0.25rem;
  color: var(--text-muted);
}
.left-form input, .left-form textarea {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  color: var(--text-light);
  font-size: 0.9rem;
  margin-bottom: 1rem;
  outline: none;
}
.left-form textarea {
  min-height: 140px;
  resize: vertical;
}
.left-form button {
  background: var(--gradient);
  color: var(--text-light);
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease;
}
.left-form button:hover {
  background: linear-gradient(90deg, var(--primary-purple), var(--primary-blue));
}
.left-form button:disabled {
  background: rgba(255,255,255,0.1);
  cursor: not-allowed;
}
.left-form small {
  display: block;
  margin-top: 0.75rem;
  color: #6b7280;
  font-size: 0.8rem;
}
.right-panel {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.expect-card {
  background: var(--gradient);
  border-radius: 20px;
  padding: 2rem;
  color: var(--text-light);
}
.expect-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.expect-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.expect-card li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}
.expect-card li .icon-check {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary-green);
  display: inline-block;
}
.process {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  padding: 2rem;
}
.process h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.process .step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.process .number {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--gradient);
  color: var(--text-light);
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.process .description {
  color: var(--text-muted);
  font-size: 0.9rem;
}
.contact-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  padding: 2rem;
}
.contact-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.contact-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-card li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  color: var(--text-muted);
  font-size: 0.9rem;
}
.contact-card li i {
  font-size: 1rem;
  color: var(--primary-green);
}
footer {
  background: #050c1b;
  padding: 4rem 0;
  color: var(--text-muted);
}
.footer-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .footer-container {
    grid-template-columns: 2fr 1fr 1fr;
  }
}
.footer-left h3 {
  font-size: 1.6rem;
  color: var(--text-light);
  margin-bottom: 0.75rem;
}
.footer-left p {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.footer-left .socials {
  display: flex;
  gap: 0.5rem;
}
.footer-left .socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  text-decoration: none;
}
.footer-middle h4, .footer-right h4 {
  font-size: 1.2rem;
  color: var(--text-light);
  margin-bottom: 1rem;
}
.footer-middle ul, .footer-right ul {
  list-style: none;
  padding: 0;
}
.footer-middle li, .footer-right li {
  margin-bottom: 0.5rem;
}
.footer-middle a, .footer-right a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}
.footer-middle a:hover, .footer-right a:hover {
  color: var(--primary-purple);
}
.footer-right .btn-inquiry {
  margin-top: 1rem;
  background: var(--gradient);
  color: var(--text-light);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 3rem;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.85rem;
  align-items: center;
}
@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer-bottom a {
  color: var(--primary-purple);
  text-decoration: none;
  margin-left: 1rem;
  font-size: 0.85rem;
}
