:root {
  --bg: #061323;
  --bg-2: #091b30;
  --bg-3: #0d233c;
  --surface: rgba(15, 37, 63, 0.72);
  --surface-strong: rgba(18, 48, 81, 0.84);
  --text: #f5f9fc;
  --muted: #b7c8da;
  --muted-2: #8fa8bf;
  --line: rgba(255, 255, 255, 0.11);
  --line-strong: rgba(141, 207, 239, 0.28);
  --accent: #5ebce8;
  --accent-strong: #8bd8f3;
  --success: #8ee3cc;
  --max: 1180px;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --shadow-soft: 0 18px 50px rgba(0, 0, 0, 0.24);
  --header-height: 76px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: radial-gradient(circle at 10% 0%, rgba(94, 188, 232, 0.10), transparent 28rem), radial-gradient(circle at 86% 8%, rgba(142, 227, 204, 0.06), transparent 24rem), linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 52%, #0c233c 100%);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.42), transparent 82%);
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: auto; object-fit: cover; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.05; letter-spacing: 0; }
h1 { max-width: 12ch; margin-bottom: 1rem; font-size: 4.35rem; font-weight: 780; }
h2 { margin-bottom: 0.85rem; font-size: 2.65rem; font-weight: 760; }
h3 { margin: 0 0 0.65rem; font-size: 1.22rem; font-weight: 740; }
p { margin-bottom: 1rem; }
ul { margin: 0; padding: 0; list-style: none; }
.skip-link { position: absolute; left: 1rem; top: 1rem; z-index: 2000; padding: 0.75rem 1rem; border-radius: var(--radius); background: #ffffff; color: #071323; font-weight: 800; transform: translateY(-140%); transition: transform 0.2s ease; }
.skip-link:focus { transform: translateY(0); }
.container { position: relative; z-index: 2; width: min(100% - 2rem, var(--max)); margin: 0 auto; }
.muted { color: var(--muted); }
.eyebrow, .section-kicker, .service-meta { display: inline-flex; align-items: center; width: fit-content; border: 1px solid var(--line-strong); border-radius: 999px; color: #dff4ff; background: rgba(94, 188, 232, 0.09); font-size: 0.78rem; font-weight: 800; line-height: 1; letter-spacing: 0; text-transform: uppercase; }
.eyebrow { padding: 0.58rem 0.78rem; margin-bottom: 1rem; }
.section-kicker { padding: 0.5rem 0.68rem; margin-bottom: 0.9rem; }
.section-heading { max-width: 760px; margin-bottom: 2.2rem; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading p { max-width: 64ch; }
.section-heading.centered p { margin-inline: auto; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0.88rem 1.15rem; border: 1px solid transparent; border-radius: var(--radius); font: inherit; font-weight: 800; line-height: 1; cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid rgba(139, 216, 243, 0.75); outline-offset: 3px; }
.btn-primary { color: #031322; background: linear-gradient(135deg, #9be4fb 0%, #5ebce8 52%, #3c9ed2 100%); box-shadow: 0 14px 38px rgba(94, 188, 232, 0.28); }
.btn-primary:hover { box-shadow: 0 18px 46px rgba(94, 188, 232, 0.34); }
.btn-secondary { color: #eef8ff; border-color: rgba(139, 216, 243, 0.34); background: rgba(255, 255, 255, 0.045); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.btn-secondary:hover { border-color: rgba(139, 216, 243, 0.72); background: rgba(139, 216, 243, 0.12); }
.top-strip { position: relative; z-index: 20; border-bottom: 1px solid rgba(255, 255, 255, 0.08); background: rgba(5, 16, 29, 0.88); font-size: 0.92rem; }
.top-strip-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.top-strip a, .top-strip span { color: #d8e7f5; }
.top-strip-left, .top-strip-right { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.site-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(255, 255, 255, 0.08); background: rgba(6, 19, 35, 0.78); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.nav { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand-logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.logo-img { width: auto; height: 58px; max-width: 210px; object-fit: contain; filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.22)); }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 0.9rem; flex-wrap: wrap; margin-left: auto; }
.nav-links a:not(.btn) { position: relative; color: #dce9f5; font-size: 0.86rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.nav-links a:not(.btn)::after { content: ""; position: absolute; left: 0; bottom: -0.42rem; width: 100%; height: 1px; background: var(--accent-strong); opacity: 0; transform: scaleX(0.55); transform-origin: center; transition: opacity 0.2s ease, transform 0.2s ease; }
.nav-links a:not(.btn):hover { color: var(--accent-strong); }
.nav-links a:not(.btn):hover::after { opacity: 1; transform: scaleX(1); }
.lang-switch { padding-left: 0.2rem; }
.section { position: relative; z-index: 1; padding: 6rem 0; overflow: hidden; }
.section::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.section-solid { background: radial-gradient(circle at 14% 10%, rgba(94, 188, 232, 0.07), transparent 24rem), linear-gradient(180deg, #0a1d33 0%, #0c223a 100%); }
.section-soft { background: linear-gradient(180deg, rgba(6, 19, 35, 0.92), rgba(6, 19, 35, 0.88)), url("bg-soft.jpg") center / cover no-repeat; }
.section-transition { position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(139, 216, 243, 0.35), transparent); }
.glass-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)), var(--surface); box-shadow: var(--shadow-soft); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.glass-card::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 28%); }
.glass-card > * { position: relative; z-index: 1; }
.hero { min-height: calc(100vh - 42px); display: flex; align-items: center; padding: 6.5rem 0 5.5rem; background: linear-gradient(90deg, rgba(6, 19, 35, 0.88) 0%, rgba(6, 19, 35, 0.64) 48%, rgba(6, 19, 35, 0.86) 100%), linear-gradient(180deg, rgba(6, 19, 35, 0.52), rgba(6, 19, 35, 0.92)), url("bg-hero.jpg") center / cover no-repeat; }
.hero::before { background: radial-gradient(circle at 76% 20%, rgba(94, 188, 232, 0.18), transparent 22rem), linear-gradient(180deg, transparent 72%, rgba(10, 29, 51, 0.96) 100%); }
.hero.compact { min-height: auto; padding: 5.8rem 0; background: linear-gradient(90deg, rgba(6, 19, 35, 0.90), rgba(6, 19, 35, 0.68)), linear-gradient(180deg, rgba(6, 19, 35, 0.54), rgba(6, 19, 35, 0.92)), url("bg-hero.jpg") center / cover no-repeat; }
.hero-grid, .split-grid, .booking-layout { display: grid; grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.82fr); gap: 3rem; align-items: center; }
.hero-copy { max-width: 690px; }
.hero-copy .lead { max-width: 58ch; margin-bottom: 1.5rem; color: #c9d9e8; font-size: 1.11rem; }
.hero-actions, .card-actions { display: flex; align-items: center; gap: 0.85rem; flex-wrap: wrap; margin: 1.5rem 0 1.25rem; }
.hero-proof, .micro-trust { display: flex; flex-wrap: wrap; gap: 0.65rem; color: #dcecf8; font-size: 0.91rem; }
.hero-proof span, .micro-trust span { display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.48rem 0.62rem; border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 999px; background: rgba(255, 255, 255, 0.04); font-weight: 700; }
.hero-proof span::before { content: ""; width: 0.42rem; height: 0.42rem; border-radius: 999px; background: var(--success); box-shadow: 0 0 18px rgba(142, 227, 204, 0.45); }
.hero-media { position: relative; }
.hero-media::before { content: ""; position: absolute; inset: -1.2rem; z-index: 0; border-radius: var(--radius); background: radial-gradient(circle at 76% 16%, rgba(139, 216, 243, 0.22), transparent 18rem); filter: blur(18px); }
.image-frame { position: relative; z-index: 1; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: var(--radius); box-shadow: var(--shadow); background: var(--bg-3); isolation: isolate; }
.image-frame img { height: 520px; object-position: center; }
.image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(5, 16, 29, 0.76) 100%), linear-gradient(90deg, rgba(5, 16, 29, 0.16), transparent 46%); pointer-events: none; }
.floating-badge { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; z-index: 2; display: grid; gap: 0.25rem; padding: 1rem; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: var(--radius); background: rgba(6, 19, 35, 0.72); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.floating-badge strong { color: #ffffff; font-size: 0.98rem; }
.floating-badge span { color: var(--muted); font-size: 0.91rem; }
.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.2rem; align-items: stretch; }
.card-grid, .process-grid, .faq-grid { display: grid; gap: 1.2rem; }
.card-grid.three, .process-grid { grid-template-columns: repeat(3, 1fr); }
.card-grid.two, .faq-grid { grid-template-columns: repeat(2, 1fr); }
.service-card, .info-card, .process-card, .faq-card { display: grid; min-height: 100%; padding: 1.45rem; transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease; }
.service-card:hover, .info-card:hover { transform: translateY(-2px); border-color: rgba(139, 216, 243, 0.26); box-shadow: 0 24px 62px rgba(0, 0, 0, 0.32); }
.service-card.has-image { padding: 0; }
.service-card.has-image img { height: 220px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.service-card-body { display: flex; flex-direction: column; padding: 1.4rem; }
.service-card-primary { border-color: rgba(139, 216, 243, 0.28); background: radial-gradient(circle at 85% 0%, rgba(94, 188, 232, 0.11), transparent 15rem), linear-gradient(180deg, rgba(20, 60, 96, 0.74), rgba(9, 28, 50, 0.78)); }
.service-meta { padding: 0.42rem 0.56rem; margin-bottom: 0.9rem; font-size: 0.72rem; }
.feature-list { display: grid; gap: 0.58rem; color: var(--muted); font-size: 0.96rem; }
.feature-list li { position: relative; padding-left: 1.25rem; }
.feature-list li::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 0.38rem; height: 0.38rem; border-radius: 999px; background: var(--accent-strong); box-shadow: 0 0 14px rgba(139, 216, 243, 0.34); }
.service-link { display: inline-flex; width: fit-content; align-items: center; gap: 0.45rem; margin-top: auto; padding-top: 1.1rem; color: #e8f6ff; font-weight: 800; text-decoration: underline; text-decoration-color: rgba(139, 216, 243, 0.44); text-underline-offset: 0.22rem; }
.service-link::after { content: "->"; color: var(--accent-strong); transition: transform 0.2s ease; }
.service-link:hover { color: var(--accent-strong); text-decoration-color: var(--accent-strong); }
.service-link:hover::after { transform: translateX(2px); }
.process-card { min-height: 260px; isolation: isolate; }
.process-card::after { content: attr(data-step); position: absolute; right: 1rem; bottom: -1.6rem; z-index: 0; color: rgba(139, 216, 243, 0.08); font-size: 7rem; font-weight: 900; line-height: 1; }
.process-card strong { display: inline-flex; width: fit-content; margin-bottom: 1.2rem; padding: 0.45rem 0.58rem; border: 1px solid rgba(139, 216, 243, 0.22); border-radius: 999px; color: var(--accent-strong); background: rgba(94, 188, 232, 0.08); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0; }
.process-card p, .info-card p, .faq-card p { color: var(--muted); }
.cta-card, .booking-card, .contact-card { padding: 2rem; }
.cta-card, .booking-card { border-color: rgba(139, 216, 243, 0.24); background: radial-gradient(circle at 82% 12%, rgba(94, 188, 232, 0.18), transparent 20rem), linear-gradient(180deg, rgba(19, 58, 94, 0.86), rgba(9, 28, 50, 0.82)); }
.booking-layout { grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr); align-items: stretch; }
.booking-card h2, .contact-card h2 { font-size: 2.35rem; }
.booking-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.8rem; margin: 1.55rem 0; }
.booking-benefits li { min-height: 118px; padding: 1rem; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: var(--radius); background: rgba(255, 255, 255, 0.045); color: #d7e8f5; font-size: 0.94rem; }
.booking-benefits li::before { content: ""; display: block; width: 0.55rem; height: 0.55rem; margin-bottom: 0.75rem; border-radius: 999px; background: var(--success); box-shadow: 0 0 18px rgba(142, 227, 204, 0.42); }
.form-grid { display: grid; gap: 0.95rem; margin-top: 1.2rem; }
.field { display: grid; gap: 0.35rem; }
label { color: #dff0fb; font-size: 0.9rem; font-weight: 800; }
input, textarea { width: 100%; min-height: 48px; padding: 0.95rem 1rem; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: var(--radius); background: rgba(255, 255, 255, 0.055); color: #f6fbff; font: inherit; transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
input::placeholder, textarea::placeholder { color: #8fa8bf; }
input:focus, textarea:focus { border-color: rgba(139, 216, 243, 0.6); background: rgba(255, 255, 255, 0.075); box-shadow: 0 0 0 4px rgba(139, 216, 243, 0.11); outline: none; }
textarea { min-height: 138px; resize: vertical; }
.small-note { margin: 1rem 0 0; color: var(--muted-2); font-size: 0.9rem; }
.site-footer { position: relative; z-index: 2; border-top: 1px solid rgba(255, 255, 255, 0.08); background: rgba(4, 13, 24, 0.92); }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 2rem; padding: 2rem 0; align-items: center; color: var(--muted); }
.footer-brand strong { display: block; margin-bottom: 0.35rem; color: #f6fbff; font-size: 1rem; }
.footer-links { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: flex-end; color: #dce9f5; font-size: 0.9rem; font-weight: 800; }
.footer-links a:hover, .top-strip a:hover { color: var(--accent-strong); }
@media (max-width: 1120px) {
  h1 { font-size: 3.6rem; }
  h2 { font-size: 2.25rem; }
  .hero-grid, .split-grid, .booking-layout { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .image-frame img { height: 420px; }
}
@media (max-width: 860px) {
  .nav { align-items: flex-start; flex-direction: column; gap: 0.75rem; padding: 0.85rem 0; }
  .nav-links { width: 100%; justify-content: flex-start; }
  .section, .hero, .hero.compact { padding: 4.5rem 0; }
  .services-grid, .process-grid, .booking-benefits, .card-grid.three, .card-grid.two, .faq-grid { grid-template-columns: 1fr; }
  .service-card.has-image img { height: 240px; }
  .booking-benefits li { min-height: auto; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}
@media (max-width: 640px) {
  :root { --header-height: auto; }
  .container { width: min(100% - 1.25rem, var(--max)); }
  .top-strip-inner, .top-strip-left, .top-strip-right { justify-content: center; text-align: center; }
  .top-strip-inner { padding: 0.55rem 0; }
  .top-strip-right { display: none; }
  .brand-logo, .logo-img { max-width: 190px; }
  .nav { align-items: center; text-align: center; }
  .nav-links { justify-content: center; gap: 0.72rem; }
  .nav-links a:not(.btn) { font-size: 0.78rem; }
  h1 { max-width: 12ch; font-size: 2.75rem; }
  h2, .booking-card h2, .contact-card h2 { font-size: 2rem; }
  .hero-copy .lead { font-size: 1rem; }
  .hero-actions, .hero-actions .btn, .booking-card .btn, .contact-card .btn, .cta-card .btn { width: 100%; }
  .image-frame img { height: 320px; }
  .floating-badge { position: static; border-radius: 0; border-inline: 0; border-bottom: 0; }
  .hero-proof span, .micro-trust span { width: 100%; justify-content: center; }
  .service-card-body, .booking-card, .contact-card, .cta-card, .process-card, .info-card, .faq-card { padding: 1.2rem; }
  .service-card-body { padding-top: 1.25rem; }
  .footer-links { display: grid; gap: 0.65rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
/* About page founder refresh */
body .about-hero {
  padding-top: clamp(4.5rem, 8vw, 7.5rem);
  padding-bottom: clamp(3.75rem, 7vw, 6.75rem);
}

body .about-page .about-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(2.55rem, 5.1vw, 4.45rem);
  line-height: 1;
}

.about-page .section {
  position: relative;
}

.about-hero {
  padding-top: clamp(4.5rem, 8vw, 7.5rem);
  padding-bottom: clamp(3.75rem, 7vw, 6.75rem);
}

.about-hero::before,
.founder-section::before,
.about-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(64, 179, 210, 0.14), transparent 32%),
    radial-gradient(circle at 82% 26%, rgba(140, 189, 164, 0.13), transparent 34%);
  opacity: 0.75;
}

.about-hero-grid,
.founder-story-grid,
.about-fit-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.82fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.about-hero-copy {
  max-width: 760px;
}

.about-hero-copy h1 {
  max-width: 840px;
  margin: 0.8rem 0 1.25rem;
  font-size: clamp(2.55rem, 6.4vw, 5.2rem);
  line-height: 0.95;
}

.about-hero-copy .lead {
  max-width: 700px;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  color: rgba(232, 245, 255, 0.9);
}

.about-hero-copy p:not(.lead) {
  max-width: 680px;
  color: rgba(202, 220, 232, 0.88);
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.founder-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(120, 203, 224, 0.32);
  border-radius: 22px;
  background: linear-gradient(155deg, rgba(17, 50, 76, 0.9), rgba(8, 31, 51, 0.84));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

.founder-photo-shell {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: rgba(5, 19, 32, 0.6);
}

.founder-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 23%;
}

.founder-card figcaption {
  padding: clamp(1.25rem, 3vw, 1.75rem);
}

.founder-card figcaption span,
.principle-card span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0.85rem;
  border: 1px solid rgba(120, 203, 224, 0.36);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  color: #bdeefe;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(95, 184, 210, 0.12);
}

.founder-card figcaption strong {
  display: block;
  margin-bottom: 0.55rem;
  color: #f4fbff;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
}

.founder-card figcaption p {
  margin: 0;
  color: rgba(206, 224, 234, 0.88);
}

.section-heading-left {
  max-width: 820px;
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

.about-principles-grid,
.about-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(1.7rem, 3vw, 2.4rem);
}

.about-services-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.principle-card,
.about-service-card,
.experience-panel,
.about-cta-panel {
  border: 1px solid rgba(120, 203, 224, 0.22);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(16, 48, 74, 0.82), rgba(8, 30, 50, 0.76));
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.2);
}

.principle-card,
.about-service-card {
  padding: clamp(1.25rem, 2.5vw, 1.7rem);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.principle-card:hover,
.about-service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(120, 203, 224, 0.45);
  background: linear-gradient(160deg, rgba(20, 58, 88, 0.88), rgba(9, 34, 56, 0.82));
}

.principle-card h3,
.about-service-card h3 {
  margin: 0 0 0.7rem;
  color: #f4fbff;
}

.principle-card p,
.about-service-card p {
  margin: 0;
  color: rgba(204, 222, 233, 0.86);
}

.founder-section {
  overflow: hidden;
}

.founder-story-copy {
  position: relative;
  z-index: 1;
}

.founder-story-copy p {
  color: rgba(204, 222, 233, 0.88);
}

.experience-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  overflow: hidden;
}

.experience-panel div {
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border-bottom: 1px solid rgba(120, 203, 224, 0.16);
}

.experience-panel div:last-child {
  border-bottom: 0;
}

.experience-panel strong {
  display: block;
  margin-bottom: 0.4rem;
  color: #f7fcff;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1;
}

.experience-panel span {
  color: rgba(203, 223, 234, 0.88);
}

.about-service-card {
  min-height: 100%;
}

.about-service-card a {
  display: inline-flex;
  margin-top: 1.15rem;
  color: #d6f5ff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.about-fit-grid {
  align-items: start;
}

.about-fit-grid h2 {
  margin-top: 0.8rem;
}

.about-fit-grid p {
  max-width: 680px;
  color: rgba(204, 222, 233, 0.88);
}

.fit-list {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit-list li {
  position: relative;
  border: 1px solid rgba(120, 203, 224, 0.2);
  border-radius: 14px;
  padding: 1rem 1rem 1rem 2.65rem;
  color: rgba(228, 242, 249, 0.92);
  background: rgba(11, 39, 63, 0.55);
}

.fit-list li::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 1rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #7ee3ff, #91d0b7);
  box-shadow: 0 0 0 0.35rem rgba(126, 227, 255, 0.1);
}

.about-cta-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.about-cta-panel h2 {
  margin: 0.7rem 0 0.65rem;
}

.about-cta-panel p {
  max-width: 700px;
  margin: 0;
  color: rgba(204, 222, 233, 0.88);
}

@media (max-width: 1100px) {
  .about-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .about-hero-grid,
  .founder-story-grid,
  .about-fit-grid,
  .about-cta-panel {
    grid-template-columns: 1fr;
  }

  .founder-card {
    max-width: 520px;
    margin-inline: auto;
  }

  .about-principles-grid {
    grid-template-columns: 1fr;
  }

  .about-cta-panel .btn {
    width: fit-content;
  }
}

@media (max-width: 620px) {
  .about-hero {
    padding-top: 3.5rem;
  }

  .about-hero-actions,
  .about-cta-panel .btn {
    width: 100%;
  }

  .about-hero-actions .btn,
  .about-cta-panel .btn {
    justify-content: center;
  }

  .about-services-grid {
    grid-template-columns: 1fr;
  }

  .founder-card {
    border-radius: 18px;
  }
}

/* Header guardrails */
.site-header .nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-header .brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  width: auto;
  max-width: 180px;
  background: transparent;
}

.site-header .brand img {
  display: block;
  width: min(128px, 30vw);
  max-width: 128px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
  mix-blend-mode: screen;
}

.site-header .nav-links,
.site-header .nav-actions {
  display: flex;
  align-items: center;
}

@media (max-width: 900px) {
  .site-header .nav-inner {
    flex-wrap: wrap;
  }

  .site-header .brand img {
    width: 118px;
    max-height: 54px;
  }
}

/* Compact footer used on the refreshed About page */
.compact-footer {
  border-top: 1px solid rgba(120, 203, 224, 0.14);
  padding: 1.65rem 0;
  background: rgba(3, 18, 31, 0.96);
}

.compact-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.compact-footer strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #f4fbff;
  font-size: 1rem;
}

.compact-footer p {
  max-width: 760px;
  margin: 0;
  color: rgba(205, 224, 235, 0.84);
  font-size: 0.95rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
}

.footer-nav a {
  color: #e8f6ff;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: #83e3ff;
}

@media (max-width: 800px) {
  .compact-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-nav {
    justify-content: flex-start;
  }
}

/* Live About page fixes */
body .site-header img[src="logo.png"] {
  width: 126px !important;
  max-width: 126px !important;
  height: auto !important;
  max-height: 58px !important;
  object-fit: contain !important;
}

body .about-page .about-hero-grid {
  align-items: center;
}

body .about-page .founder-card {
  max-width: 520px;
  justify-self: end;
}

body .about-page .founder-card figcaption p {
  font-size: 0.96rem;
  line-height: 1.65;
}

body .site-footer .about-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.8rem 0;
}

body .site-footer .about-footer-copy p {
  max-width: 720px;
  margin: 0.35rem 0 0;
}

body .site-footer .about-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
}

@media (min-width: 901px) {
  body .about-page .about-hero-grid {
    grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.74fr) !important;
  }
}

@media (max-width: 900px) {
  body .about-page .founder-card {
    justify-self: center;
  }

  body .site-footer .about-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  body .site-footer .about-footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  body .about-page .about-hero-copy h1 {
    max-width: 12ch;
    font-size: clamp(2.2rem, 11vw, 3.15rem) !important;
    line-height: 1.03;
  }

  body .about-page .about-hero-copy .lead,
  body .about-page .about-hero-copy p:not(.lead) {
    font-size: 1rem;
    line-height: 1.65;
  }

  body .about-page .founder-card {
    max-width: 100%;
  }

  body .about-page .founder-photo-shell {
    aspect-ratio: 4 / 4.85;
  }

  body .about-page .about-cta-panel h2 {
    font-size: clamp(1.9rem, 8vw, 2.5rem);
    line-height: 1.08;
  }
}

/* Final homepage services polish override */
body #services .section-heading {
  max-width: 820px;
  margin-inline: auto;
  margin-bottom: clamp(2.6rem, 5vw, 4rem);
  text-align: center;
}

body #services .section-heading .eyebrow {
  margin-inline: auto;
}

body #services .section-heading h2 {
  max-width: 820px;
  margin: 0.85rem auto 1.25rem;
  font-size: clamp(2.25rem, 5vw, 4.2rem);
  line-height: 1.08;
  letter-spacing: 0;
}

body #services .section-heading p {
  max-width: 720px;
  margin-inline: auto;
  color: rgba(222, 238, 247, 0.9);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  line-height: 1.65;
}

body #services .services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: stretch;
}

body #services .service-card {
  display: flex;
  min-height: 0 !important;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(125, 202, 226, 0.32);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(14, 47, 76, 0.92), rgba(6, 26, 45, 0.94));
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.24);
}

body #services .service-card img {
  display: block;
  width: 100%;
  height: clamp(150px, 13vw, 190px);
  object-fit: cover;
}

body #services .service-card > div,
body #services .service-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(1.25rem, 2.2vw, 1.7rem);
}

body #services .service-card .service-tag,
body #services .service-card .card-label,
body #services .service-card .pill {
  display: none;
}

body #services .service-card h3 {
  position: relative;
  margin: 3.6rem 0 0.7rem;
  color: #f6fbff;
  font-size: clamp(1.25rem, 1.7vw, 1.55rem);
  line-height: 1.15;
}

body #services .service-card h3::before {
  content: "";
  position: absolute;
  top: -3.95rem;
  left: 0;
  width: 3.1rem;
  height: 3.1rem;
  border: 1px solid rgba(111, 204, 242, 0.42);
  border-radius: 999px;
  background: radial-gradient(circle at 35% 30%, rgba(132, 224, 255, 0.34), transparent 34%), linear-gradient(145deg, rgba(52, 144, 201, 0.42), rgba(11, 52, 86, 0.72));
  box-shadow: inset 0 0 22px rgba(79, 173, 225, 0.22), 0 12px 28px rgba(0, 0, 0, 0.25);
}

body #services .service-card h3::after {
  content: "";
  position: absolute;
  top: -2.98rem;
  left: 1.03rem;
  width: 1.05rem;
  height: 1.05rem;
  border: 2px solid #77d9ff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

body #services .service-card p {
  margin: 0 0 1.25rem;
  color: rgba(230, 242, 249, 0.92);
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.55;
}

body #services .service-card ul {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(156, 214, 234, 0.18);
  list-style: none;
}

body #services .service-card li {
  position: relative;
  margin: 0;
  padding-left: 2rem;
  color: rgba(226, 239, 247, 0.88);
  font-size: 0.98rem;
  line-height: 1.45;
}

body #services .service-card li::before {
  content: "";
  position: absolute;
  top: 0.23rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #7edfff, #4aa7ee);
  box-shadow: 0 0 0 0.22rem rgba(98, 183, 238, 0.12);
}

body #services .service-card li::after {
  content: "";
  position: absolute;
  top: 0.49rem;
  left: 0.36rem;
  width: 0.22rem;
  height: 0.43rem;
  border: solid #06243b;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

body #services .service-card a {
  display: inline-flex;
  gap: 0.7rem;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  padding-top: 2rem;
  color: #72d6ff;
  font-weight: 800;
  text-decoration: none;
}

body #services .service-card a::after {
  content: "";
  width: 1.1rem;
  height: 0.7rem;
  background: linear-gradient(#72d6ff, #72d6ff) left 50% / 100% 2px no-repeat;
  clip-path: polygon(0 42%, 72% 42%, 72% 0, 100% 50%, 72% 100%, 72% 58%, 0 58%);
  transition: transform 180ms ease;
}

body #services .service-card a:hover::after,
body #services .service-card a:focus-visible::after {
  transform: translateX(4px);
}

@media (max-width: 1150px) {
  body #services .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body #services .services-grid {
    grid-template-columns: 1fr;
  }

  body #services .section-heading h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  body #services .service-card img {
    height: 180px;
  }
}

/* Services section final refinement */
body #services > .container {
  width: min(100% - 3rem, 1320px);
  max-width: 1320px;
}

body #services .services-grid {
  gap: clamp(1.25rem, 2.2vw, 1.75rem);
}

body #services .service-card {
  min-height: 620px !important;
  border-color: rgba(126, 190, 218, 0.38);
  background:
    linear-gradient(180deg, rgba(15, 49, 78, 0.92), rgba(5, 24, 43, 0.94)),
    rgba(7, 28, 48, 0.94);
}

body #services .service-card img {
  height: clamp(170px, 14vw, 205px);
}

body #services .service-card > div,
body #services .service-content {
  padding: clamp(1.45rem, 2.4vw, 1.9rem);
}

body #services .service-card span,
body #services .service-card [class*="tag"],
body #services .service-card [class*="badge"],
body #services .service-card [class*="label"],
body #services .service-card [class*="eyebrow"] {
  display: none !important;
}

body #services .service-card h3 {
  margin-top: 4.15rem;
  margin-bottom: 0.8rem;
  color: #f7fcff;
  font-size: clamp(1.35rem, 1.8vw, 1.65rem);
}

body #services .service-card h3::before {
  top: -4.25rem;
  width: 3.45rem;
  height: 3.45rem;
}

body #services .service-card h3::after {
  top: -3.28rem;
  left: 1.05rem;
  width: 1.25rem;
  height: 1rem;
  border: 0;
  transform: none;
  background:
    linear-gradient(#72d6ff, #72d6ff) 0 0 / 70% 2px no-repeat,
    linear-gradient(#72d6ff, #72d6ff) 0 50% / 100% 2px no-repeat,
    linear-gradient(#72d6ff, #72d6ff) 0 100% / 55% 2px no-repeat;
}

body #services .service-card:nth-child(2) h3::after {
  top: -3.48rem;
  left: 1.03rem;
  width: 1.25rem;
  height: 1.25rem;
  background:
    linear-gradient(#72d6ff, #72d6ff) 0 100% / 100% 2px no-repeat,
    linear-gradient(#72d6ff, #72d6ff) 0 78% / 2px 22% no-repeat,
    linear-gradient(#72d6ff, #72d6ff) 42% 55% / 2px 45% no-repeat,
    linear-gradient(#72d6ff, #72d6ff) 84% 22% / 2px 78% no-repeat,
    linear-gradient(#72d6ff, #72d6ff) 0 78% / 42% 2px no-repeat,
    linear-gradient(#72d6ff, #72d6ff) 42% 55% / 42% 2px no-repeat;
}

body #services .service-card:nth-child(3) h3::after {
  top: -3.44rem;
  left: 0.95rem;
  width: 1.45rem;
  height: 1.15rem;
  border: 2px solid #72d6ff;
  border-top: 0;
  border-radius: 0 0 1rem 1rem;
  background:
    radial-gradient(circle at 50% 0.05rem, #72d6ff 0 0.22rem, transparent 0.24rem);
}

body #services .service-card:nth-child(4) h3::after {
  top: -3.42rem;
  left: 1.02rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #72d6ff;
  border-radius: 0.15rem;
  transform: none;
  background:
    linear-gradient(#72d6ff, #72d6ff) 50% 32% / 54% 2px no-repeat,
    linear-gradient(#72d6ff, #72d6ff) 50% 58% / 54% 2px no-repeat;
}

body #services .service-card p {
  max-width: 24ch;
  margin-bottom: 1.25rem;
  font-size: clamp(1.04rem, 1.25vw, 1.13rem);
  line-height: 1.5;
}

body #services .service-card:nth-child(1) p {
  max-width: 22ch;
}

body #services .service-card:nth-child(2) ul::before,
body #services .service-card:nth-child(3) ul::before,
body #services .service-card:nth-child(4) ul::before {
  display: block;
  max-width: 24ch;
  margin: 0 0 1.25rem;
  color: rgba(230, 242, 249, 0.92);
  font-size: clamp(1.04rem, 1.25vw, 1.13rem);
  line-height: 1.5;
}

body #services .service-card:nth-child(2) ul::before {
  content: "Clear financials and accurate reporting for better decisions.";
}

body #services .service-card:nth-child(3) ul::before {
  content: "Reliable payroll processing and compliance support.";
}

body #services .service-card:nth-child(4) ul::before {
  content: "Stay organized with GST/HST and QST filing requirements.";
}

body #services .service-card ul {
  gap: 1rem;
  padding-top: 1.35rem;
}

body #services .service-card li {
  font-size: 1rem;
  line-height: 1.5;
}

body #services .service-card li:nth-child(n+4) {
  display: none;
}

body #services .service-card a {
  padding-top: 2.2rem;
  font-size: 1rem;
}

@media (max-width: 1150px) {
  body #services .service-card {
    min-height: 560px !important;
  }
}

@media (max-width: 680px) {
  body #services > .container {
    width: min(100% - 1.5rem, 1320px);
  }

  body #services .service-card {
    min-height: 0 !important;
  }
}

/* Replace abstract service pseudo-icons with clean text glyphs */
body #services .service-card h3::after {
  top: -3.43rem !important;
  left: 0.95rem !important;
  width: 1.55rem !important;
  height: 1.55rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  color: #7fe0ff !important;
  content: "□" !important;
  font-family: Arial, sans-serif !important;
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  line-height: 1.55rem !important;
  text-align: center !important;
  transform: none !important;
  opacity: 1 !important;
}

body #services .service-card:nth-child(2) h3::after {
  content: "$" !important;
}

body #services .service-card:nth-child(3) h3::after {
  content: "$" !important;
}

body #services .service-card:nth-child(4) h3::after {
  content: "%" !important;
}

/* Remove service card icons entirely */
body #services .service-card h3 {
  margin-top: 0 !important;
}

body #services .service-card h3::before,
body #services .service-card h3::after {
  display: none !important;
  content: none !important;
}

body #services .service-card a:nth-of-type(n+2) {
  display: none !important;
}

/* Footer social links */
.footer-socials {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.7rem;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  border: 1px solid rgba(120, 203, 224, 0.28);
  border-radius: 999px;
  color: rgba(226, 244, 252, 0.9);
  background: rgba(16, 48, 74, 0.42);
  text-decoration: none;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  border-color: rgba(126, 227, 255, 0.58);
  color: #86e6ff;
  background: rgba(28, 88, 128, 0.42);
}

.footer-socials svg {
  width: 0.9rem;
  height: 0.9rem;
  fill: currentColor;
}

.founder-linkedin {
  display: inline-flex;
  width: fit-content;
  margin-top: 1rem;
  color: #86e6ff;
  font-weight: 800;
  text-decoration: none;
}

.founder-linkedin:hover,
.founder-linkedin:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

/* Privacy and form consent */
.privacy-page {
  background:
    linear-gradient(180deg, rgba(4, 19, 33, 0.94), rgba(6, 27, 45, 0.98)),
    url("bg-soft.jpg") center / cover fixed;
}

.privacy-hero {
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(2rem, 4vw, 3rem);
}

.privacy-hero .section-heading {
  max-width: 840px;
  margin-inline: auto;
  text-align: center;
}

.privacy-hero h1 {
  margin: 0.8rem 0 1rem;
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  line-height: 1.04;
}

.privacy-hero p {
  max-width: 760px;
  margin-inline: auto;
  color: rgba(216, 234, 244, 0.88);
  font-size: 1.08rem;
  line-height: 1.7;
}

.privacy-card {
  max-width: 980px;
  margin: 0 auto clamp(4rem, 8vw, 6rem);
  border: 1px solid rgba(120, 203, 224, 0.24);
  border-radius: 12px;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: linear-gradient(160deg, rgba(12, 43, 68, 0.86), rgba(5, 24, 41, 0.9));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.privacy-section + .privacy-section {
  margin-top: clamp(1.7rem, 4vw, 2.5rem);
  padding-top: clamp(1.7rem, 4vw, 2.5rem);
  border-top: 1px solid rgba(120, 203, 224, 0.16);
}

.privacy-section h2 {
  margin: 0 0 0.85rem;
  color: #f5fbff;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  line-height: 1.2;
}

.privacy-section p,
.privacy-section li {
  color: rgba(216, 234, 244, 0.88);
  line-height: 1.7;
}

.privacy-section p {
  margin: 0.65rem 0 0;
}

.privacy-section ul {
  display: grid;
  gap: 0.45rem;
  margin: 0.8rem 0 0;
  padding-left: 1.2rem;
}

.privacy-contact-box {
  margin-top: 1rem;
  border: 1px solid rgba(120, 203, 224, 0.2);
  border-radius: 8px;
  padding: 1rem;
  background: rgba(10, 35, 57, 0.64);
}

.form-consent {
  margin: 0.95rem 0 1rem;
  color: rgba(210, 228, 238, 0.82);
  font-size: 0.84rem;
  line-height: 1.55;
}

.form-consent a {
  color: #86e6ff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.footer-privacy-link {
  white-space: nowrap;
}

.privacy-page .privacy-hero .section-heading,
.privacy-page .privacy-hero h1,
.privacy-page .privacy-hero p {
  text-align: center;
}

.privacy-page .privacy-hero .eyebrow {
  margin-right: auto;
  margin-left: auto;
}

.privacy-footer-nav {
  margin-top: 0.85rem;
}

.footer-legal {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 1.15rem;
}

.footer-legal a {
  color: rgba(226, 244, 252, 0.84);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: #86e6ff;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

@media (max-width: 800px) {
  .footer-legal {
    justify-content: flex-start;
  }
}

/* Stable homepage services copy fallback for GitHub Pages */
body #services .service-card > div > p:not(.service-summary),
body #services .service-content > p:not(.service-summary) {
  display: none !important;
}

body #services .service-card ul::before {
  display: block !important;
  max-width: 27ch;
  margin: 0 0 1.1rem !important;
  padding-bottom: 1.1rem !important;
  border-bottom: 1px solid rgba(156, 214, 234, 0.18) !important;
  color: rgba(230, 242, 249, 0.92) !important;
  font-size: clamp(1rem, 1.12vw, 1.08rem) !important;
  line-height: 1.5 !important;
}

body #services .service-card:has(.service-summary) ul::before {
  display: none !important;
  content: none !important;
}

body #services .service-card:not(:has(.service-summary)) ul {
  border-top: 0 !important;
  padding-top: 0 !important;
}

body #services .service-card .service-summary {
  padding-bottom: 1.1rem !important;
  border-bottom: 1px solid rgba(156, 214, 234, 0.18) !important;
}

body #services .service-card:nth-child(1) ul::before {
  content: "Monthly bookkeeping and reconciliations for Quebec businesses." !important;
}

body #services .service-card:nth-child(2) ul::before {
  content: "Financial reporting and year-end support for better business decisions." !important;
}

body #services .service-card:nth-child(3) ul::before {
  content: "Reliable payroll processing and compliance support." !important;
}

body #services .service-card:nth-child(4) ul::before {
  content: "GST/HST and QST filing support for Quebec businesses." !important;
}

body #services .service-card li {
  font-size: 0 !important;
}

body #services .service-card li::after {
  position: static !important;
  display: inline !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  color: rgba(226, 239, 247, 0.88) !important;
  font-size: 0.98rem !important;
  line-height: 1.4 !important;
  transform: none !important;
}

body #services .service-card:nth-child(1) li:nth-child(1)::after {
  content: "Monthly bookkeeping" !important;
}

body #services .service-card:nth-child(1) li:nth-child(2)::after {
  content: "Bank reconciliations" !important;
}

body #services .service-card:nth-child(1) li:nth-child(3)::after {
  content: "Financial reporting" !important;
}

body #services .service-card:nth-child(2) li:nth-child(1)::after {
  content: "Financial statements" !important;
}

body #services .service-card:nth-child(2) li:nth-child(2)::after {
  content: "Year-end preparation" !important;
}

body #services .service-card:nth-child(2) li:nth-child(3)::after {
  content: "Corporate tax support" !important;
}

body #services .service-card:nth-child(3) li:nth-child(1)::after {
  content: "Payroll processing" !important;
}

body #services .service-card:nth-child(3) li:nth-child(2)::after {
  content: "Employee remittances" !important;
}

body #services .service-card:nth-child(3) li:nth-child(3)::after {
  content: "Ongoing payroll support" !important;
}

body #services .service-card:nth-child(4) li:nth-child(1)::after {
  content: "GST/HST and QST filings" !important;
}

body #services .service-card:nth-child(4) li:nth-child(2)::after {
  content: "Remittance support" !important;
}

body #services .service-card:nth-child(4) li:nth-child(3)::after {
  content: "Compliance monitoring" !important;
}

/* Homepage service cards: concise summary mode */
body #services .service-card {
  min-height: 540px !important;
}

body #services .service-card > div,
body #services .service-content {
  padding: clamp(1.25rem, 2vw, 1.65rem) !important;
}

body #services .service-card h3 {
  margin-top: 3.8rem !important;
  margin-bottom: 0.75rem !important;
}

body #services .service-card p,
body #services .service-card .service-summary {
  max-width: 27ch !important;
  margin: 0 0 1.15rem !important;
  color: rgba(230, 242, 249, 0.92) !important;
  font-size: clamp(1rem, 1.12vw, 1.08rem) !important;
  line-height: 1.5 !important;
}

body #services .service-card ul::before {
  content: none !important;
  display: none !important;
}

body #services .service-card ul {
  gap: 0.85rem !important;
  padding-top: 1.1rem !important;
}

body #services .service-card li {
  font-size: 0.98rem !important;
  line-height: 1.4 !important;
}

body #services .service-card a {
  padding-top: 1.6rem !important;
}

@media (max-width: 1150px) {
  body #services .service-card {
    min-height: 500px !important;
  }
}

@media (max-width: 680px) {
  body #services .service-card {
    min-height: 0 !important;
  }
}
/* Premium services grid refresh */
body #services {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(86, 178, 218, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(4, 18, 32, 0.98), rgba(7, 30, 50, 0.98));
}

body #services .section-heading {
  max-width: 820px;
  margin-inline: auto;
  margin-bottom: clamp(2.6rem, 5vw, 4rem);
  text-align: center;
}

body #services .section-heading .eyebrow {
  margin-inline: auto;
}

body #services .section-heading h2 {
  max-width: 820px;
  margin: 0.85rem auto 1.25rem;
  font-size: clamp(2.25rem, 5vw, 4.2rem);
  line-height: 1.08;
  letter-spacing: 0;
}

body #services .section-heading p {
  max-width: 720px;
  margin-inline: auto;
  color: rgba(222, 238, 247, 0.9);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  line-height: 1.65;
}

body #services .services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: stretch;
}

body #services .service-card {
  position: relative;
  display: flex;
  min-height: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(125, 202, 226, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(14, 47, 76, 0.9), rgba(6, 26, 45, 0.92)),
    rgba(7, 28, 48, 0.92);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.24);
  transform: translateZ(0);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body #services .service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(126, 216, 244, 0.55);
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.32);
}

body #services .service-card img {
  display: block;
  width: 100%;
  height: clamp(150px, 13vw, 190px);
  object-fit: cover;
}

body #services .service-card > div,
body #services .service-card .service-card-body,
body #services .service-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(1.25rem, 2.2vw, 1.7rem);
}

body #services .service-card .service-tag,
body #services .service-card .card-label,
body #services .service-card .pill {
  display: none;
}

body #services .service-card h3 {
  position: relative;
  margin: 3.6rem 0 0.7rem;
  color: #f6fbff;
  font-size: clamp(1.25rem, 1.7vw, 1.55rem);
  line-height: 1.15;
}

body #services .service-card h3::before {
  content: "";
  position: absolute;
  top: -3.95rem;
  left: 0;
  width: 3.1rem;
  height: 3.1rem;
  border: 1px solid rgba(111, 204, 242, 0.42);
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 30%, rgba(132, 224, 255, 0.34), transparent 34%),
    linear-gradient(145deg, rgba(52, 144, 201, 0.42), rgba(11, 52, 86, 0.72));
  box-shadow: inset 0 0 22px rgba(79, 173, 225, 0.22), 0 12px 28px rgba(0, 0, 0, 0.25);
}

body #services .service-card h3::after {
  content: "";
  position: absolute;
  top: -2.98rem;
  left: 1.03rem;
  width: 1.05rem;
  height: 1.05rem;
  border: 2px solid #77d9ff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  opacity: 0.95;
}

body #services .service-card p {
  margin: 0 0 1.25rem;
  color: rgba(230, 242, 249, 0.92);
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.55;
}

body #services .service-card ul {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(156, 214, 234, 0.18);
  list-style: none;
}

body #services .service-card li {
  position: relative;
  margin: 0;
  padding-left: 2rem;
  color: rgba(226, 239, 247, 0.88);
  font-size: 0.98rem;
  line-height: 1.45;
}

body #services .service-card li::before {
  content: "";
  position: absolute;
  top: 0.23rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  background:
    linear-gradient(135deg, #7edfff, #4aa7ee);
  box-shadow: 0 0 0 0.22rem rgba(98, 183, 238, 0.12);
}

body #services .service-card li::after {
  content: "";
  position: absolute;
  top: 0.49rem;
  left: 0.36rem;
  width: 0.22rem;
  height: 0.43rem;
  border: solid #06243b;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

body #services .service-card a {
  display: inline-flex;
  gap: 0.7rem;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  padding-top: 2rem;
  color: #72d6ff;
  font-weight: 800;
  text-decoration: none;
}

body #services .service-card a::after {
  content: "";
  width: 1.1rem;
  height: 0.7rem;
  background:
    linear-gradient(#72d6ff, #72d6ff) left 50% / 100% 2px no-repeat;
  clip-path: polygon(0 42%, 72% 42%, 72% 0, 100% 50%, 72% 100%, 72% 58%, 0 58%);
  transition: transform 180ms ease;
}

body #services .service-card a:hover::after,
body #services .service-card a:focus-visible::after {
  transform: translateX(4px);
}

@media (max-width: 1150px) {
  body #services .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body #services .services-grid {
    grid-template-columns: 1fr;
  }

  body #services .section-heading h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  body #services .service-card img {
    height: 180px;
  }
}
