:root {
  --bs-primary: #1947e5;
  --bs-primary-rgb: 25, 71, 229;
  --clarecrest-dark: #0d1726;
  --clarecrest-slate: #5d6b82;
  --clarecrest-muted: #eef3f9;
  --clarecrest-border: rgba(13, 23, 38, 0.08);
  --clarecrest-accent: #14b8a6;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--clarecrest-dark);
  background: radial-gradient(circle at top left, rgba(25, 71, 229, 0.12), transparent 32%), radial-gradient(circle at 85% 12%, rgba(20, 184, 166, 0.10), transparent 24%), radial-gradient(circle at 50% 100%, rgba(25, 71, 229, 0.05), transparent 28%), linear-gradient(180deg, #f4f8ff 0%, #ffffff 38%, #f6f9fd 100%);
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.02em;
  color: var(--clarecrest-dark);
}

p {
  color: var(--clarecrest-slate);
  line-height: 1.75;
}

.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: #1539b8;
  --bs-btn-hover-border-color: #1539b8;
  --bs-btn-active-bg: #15339f;
  --bs-btn-active-border-color: #15339f;
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-padding-y: 0.8rem;
  --bs-btn-font-weight: 600;
  --bs-btn-border-radius: 999px;
}

.btn-outline-dark {
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-padding-y: 0.8rem;
  --bs-btn-font-weight: 600;
  --bs-btn-border-radius: 999px;
}

.clarecrest-navbar {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(13, 23, 38, 0.06);
}

.clarecrest-navbar .nav-link {
  color: var(--clarecrest-dark);
  font-weight: 500;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 9rem 0 5rem;
}

.hero-shell {
  position: relative;
  padding: 3rem;
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82) 0%, rgba(244, 248, 255, 0.92) 100%);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 30px 80px rgba(13, 23, 38, 0.10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}

.hero-orb-one {
  top: 5rem;
  left: -6rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(25, 71, 229, 0.18) 0%, rgba(25, 71, 229, 0.02) 70%, transparent 100%);
}

.hero-orb-two {
  top: 3rem;
  right: -5rem;
  width: 20rem;
  height: 20rem;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.16) 0%, rgba(20, 184, 166, 0.03) 65%, transparent 100%);
}

.hero-eyebrow, .section-eyebrow {
  display: inline-block;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(25, 71, 229, 0.08);
  color: var(--bs-primary);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 650px;
  font-size: 1.125rem;
}

.hero-metrics {
  max-width: 720px;
}

.metric-card, .service-card, .value-card, .process-card, .hero-panel {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--clarecrest-border);
  box-shadow: 0 20px 60px rgba(13, 23, 38, 0.08);
}

.metric-card {
  height: 100%;
  padding: 1.25rem;
  border-radius: 1rem;
}

.metric-card strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.98rem;
}

.metric-card span {
  display: block;
  color: var(--clarecrest-slate);
  font-size: 0.92rem;
  line-height: 1.6;
}

.hero-panel {
  padding: 1.5rem;
  border-radius: 1.5rem;
}

.hero-visual-card {
  position: relative;
  padding: 1.5rem;
  border-radius: 1.75rem;
  background: linear-gradient(180deg, rgba(13, 23, 38, 0.96) 0%, rgba(19, 40, 74, 0.94) 100%);
  box-shadow: 0 28px 70px rgba(13, 23, 38, 0.22);
}

.hero-visual-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.hero-logo {
  width: auto;
  max-width: 180px;
  height: 42px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.hero-badge {
  display: inline-flex;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.85rem;
  font-weight: 600;
}

.hero-visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.hero-mini-card {
  padding: 1rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-mini-card span {
  display: block;
  margin-bottom: 0.4rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hero-mini-card strong {
  display: block;
  color: #ffffff;
  line-height: 1.5;
  font-size: 1rem;
}

.hero-mini-card-wide {
  grid-column: 1 / -1;
}

.hero-visual-card .hero-panel {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
}

.hero-feature-image {
  width: 100%;
  height: 220px;
  margin-bottom: 1.25rem;
  border-radius: 1.35rem;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.approach-image-stack {
  position: relative;
  min-height: 420px;
  margin-bottom: 1rem;
}

.approach-section-image {
  display: block;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 20px 60px rgba(13, 23, 38, 0.12);
}

.approach-section-image-main {
  height: 420px;
  border-radius: 1.75rem;
}

.approach-section-image-secondary {
  position: absolute;
  right: -1.5rem;
  bottom: -1.5rem;
  width: 52%;
  height: 220px;
  border-radius: 1.5rem;
  border: 8px solid #ffffff;
}

.why-image-banner img {
  display: block;
  width: 100%;
  height: 340px;
  border-radius: 1.75rem;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(13, 23, 38, 0.12);
}

.hero-panel-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  color: var(--clarecrest-dark);
  font-weight: 700;
}

.status-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: var(--clarecrest-accent);
  box-shadow: 0 0 0 0.35rem rgba(20, 184, 166, 0.16);
}

.hero-service-list {
  display: grid;
  gap: 1rem;
}

.service-item {
  padding: 1rem 0 0;
  border-top: 1px solid rgba(13, 23, 38, 0.08);
}

.service-item:first-child {
  padding-top: 0;
  border-top: none;
}

.service-item h3, .service-card h3, .value-card h3, .process-step h3 {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.section-padding {
  padding: 5rem 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 2rem;
}

.section-heading h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.service-card, .value-card {
  padding: 1.75rem;
  border-radius: 1.25rem;
}

.section-muted {
  background: linear-gradient(180deg, rgba(238, 243, 249, 0.75) 0%, rgba(255, 255, 255, 0.85) 100%);
}

.approach-list {
  display: grid;
  gap: 1rem;
}

.approach-item {
  padding: 1.2rem 1.3rem;
  border-left: 4px solid var(--bs-primary);
  background: rgba(255, 255, 255, 0.72);
  border-radius: 0 1rem 1rem 0;
}

.approach-item strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.approach-item p {
  margin-bottom: 0;
}

.process-card {
  padding: 1.75rem;
  border-radius: 1.5rem;
}

.process-step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.process-step + .process-step {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(13, 23, 38, 0.08);
}

.process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(25, 71, 229, 0.1);
  color: var(--bs-primary);
  font-weight: 700;
}

.contact-section {
  padding-top: 1rem;
  padding-bottom: 6rem;
}

.contact-card {
  padding: 2.5rem;
  border-radius: 1.75rem;
  background: linear-gradient(135deg, #0d1726 0%, #16315c 100%);
  box-shadow: 0 24px 70px rgba(13, 23, 38, 0.2);
}

.contact-copy {
  color: rgba(255, 255, 255, 0.78);
  max-width: 720px;
}

.site-footer {
  padding: 0 0 2rem;
}

.footer-main {
  padding: 2.5rem 0 2rem;
  border-top: 1px solid rgba(13, 23, 38, 0.08);
}

.footer-brand img {
  width: auto;
  max-width: 190px;
  object-fit: contain;
}

.footer-title {
  margin-bottom: 1rem;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-text, .footer-contact p, .footer-bottom p {
  color: var(--clarecrest-slate);
}

.footer-links, .footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li + li, .footer-contact li + li {
  margin-top: 0.75rem;
}

.footer-links a, .footer-contact a, .footer-bottom-links a {
  color: var(--clarecrest-dark);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover, .footer-contact a:hover, .footer-bottom-links a:hover {
  color: var(--bs-primary);
}

.footer-contact span {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--clarecrest-slate);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.footer-contact p {
  margin-bottom: 0;
  line-height: 1.7;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(13, 23, 38, 0.08);
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.contact-page-hero {
  position: relative;
  overflow: hidden;
  padding: 9rem 0 4rem;
}

.contact-page-shell {
  position: relative;
  padding: 3rem;
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.84) 0%, rgba(244, 248, 255, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 30px 80px rgba(13, 23, 38, 0.10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.contact-page-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(10px);
}

.contact-page-orb-one {
  top: 4rem;
  left: -4rem;
  width: 16rem;
  height: 16rem;
  background: radial-gradient(circle, rgba(25, 71, 229, 0.16) 0%, rgba(25, 71, 229, 0.02) 70%, transparent 100%);
}

.contact-page-orb-two {
  top: 2rem;
  right: -4rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.16) 0%, rgba(20, 184, 166, 0.03) 65%, transparent 100%);
}

.contact-intro-note {
  max-width: 40rem;
  padding: 1.25rem 1.35rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(13, 23, 38, 0.08);
}

.contact-intro-note strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1rem;
}

.contact-intro-note p {
  color: var(--clarecrest-slate);
}

.contact-summary-card, .contact-email-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--clarecrest-border);
  box-shadow: 0 20px 60px rgba(13, 23, 38, 0.08);
}

.contact-summary-card {
  height: 100%;
  padding: 2rem;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(13, 23, 38, 0.96) 0%, rgba(19, 40, 74, 0.94) 100%);
  box-shadow: 0 28px 70px rgba(13, 23, 38, 0.22);
}

.contact-summary-label, .contact-card-label {
  display: inline-block;
  margin-bottom: 0.9rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contact-summary-label {
  color: rgba(255, 255, 255, 0.68);
}

.contact-summary-card h2, .contact-summary-card p {
  color: #ffffff;
}

.contact-summary-card p {
  opacity: 0.8;
  margin-bottom: 1.5rem;
}

.contact-email-card {
  padding: 1.75rem;
  border-radius: 1.4rem;
}

.contact-card-label {
  color: var(--bs-primary);
  background: rgba(25, 71, 229, 0.08);
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
}

.contact-email-card h2 {
  margin: 0.4rem 0 0.9rem;
  font-size: 1.35rem;
}

.contact-email-link {
  display: inline-block;
  margin-top: 0.5rem;
  color: var(--clarecrest-dark);
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(25, 71, 229, 0.2);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.contact-email-link:hover {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.why-page-hero {
  position: relative;
  overflow: hidden;
  padding: 9rem 0 4rem;
}

.why-page-shell {
  position: relative;
  padding: 3rem;
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.84) 0%, rgba(244, 248, 255, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 30px 80px rgba(13, 23, 38, 0.10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.why-page-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(10px);
}

.why-page-orb-one {
  top: 4rem;
  left: -4rem;
  width: 16rem;
  height: 16rem;
  background: radial-gradient(circle, rgba(25, 71, 229, 0.16) 0%, rgba(25, 71, 229, 0.02) 70%, transparent 100%);
}

.why-page-orb-two {
  top: 2rem;
  right: -4rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.16) 0%, rgba(20, 184, 166, 0.03) 65%, transparent 100%);
}

.why-hero-card, .why-feature-card, .why-framework-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--clarecrest-border);
  box-shadow: 0 20px 60px rgba(13, 23, 38, 0.08);
}

.why-hero-card {
  padding: 1.5rem;
  border-radius: 1.75rem;
  background: linear-gradient(180deg, rgba(13, 23, 38, 0.96) 0%, rgba(19, 40, 74, 0.94) 100%);
  box-shadow: 0 28px 70px rgba(13, 23, 38, 0.22);
}

.why-hero-stat + .why-hero-stat {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.why-hero-stat span {
  display: block;
  margin-bottom: 0.45rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.why-hero-stat strong {
  display: block;
  color: #ffffff;
  line-height: 1.6;
  font-size: 1rem;
}

.why-feature-card {
  padding: 1.75rem;
  border-radius: 1.35rem;
}

.why-feature-card h3 {
  margin-bottom: 0.8rem;
  font-size: 1.18rem;
}

.why-benefit-list {
  display: grid;
  gap: 1rem;
}

.why-benefit-item {
  padding: 1.2rem 1.3rem;
  border-left: 4px solid var(--bs-primary);
  background: rgba(255, 255, 255, 0.72);
  border-radius: 0 1rem 1rem 0;
}

.why-benefit-item strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.why-benefit-item p {
  margin-bottom: 0;
}

.why-framework-card {
  padding: 1.75rem;
  border-radius: 1.5rem;
}

.why-framework-card h3 {
  margin-bottom: 1.25rem;
  font-size: 1.3rem;
}

.why-framework-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.why-framework-item + .why-framework-item {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(13, 23, 38, 0.08);
}

.why-framework-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(25, 71, 229, 0.1);
  color: var(--bs-primary);
  font-weight: 700;
}

.why-framework-item strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1rem;
}

.why-framework-item p {
  margin-bottom: 0;
}

.why-cta-section {
  padding-top: 1rem;
  padding-bottom: 6rem;
}

.why-cta-card {
  padding: 2.5rem;
  border-radius: 1.75rem;
  background: linear-gradient(135deg, #0d1726 0%, #16315c 100%);
  box-shadow: 0 24px 70px rgba(13, 23, 38, 0.2);
}

.approach-page-hero {
  position: relative;
  overflow: hidden;
  padding: 9rem 0 4rem;
}

.approach-page-shell {
  position: relative;
  padding: 3rem;
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.84) 0%, rgba(244, 248, 255, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 30px 80px rgba(13, 23, 38, 0.10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.approach-page-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(10px);
}

.approach-page-orb-one {
  top: 4rem;
  left: -4rem;
  width: 16rem;
  height: 16rem;
  background: radial-gradient(circle, rgba(25, 71, 229, 0.16) 0%, rgba(25, 71, 229, 0.02) 70%, transparent 100%);
}

.approach-page-orb-two {
  top: 2rem;
  right: -4rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.16) 0%, rgba(20, 184, 166, 0.03) 65%, transparent 100%);
}

.approach-hero-card, .approach-feature-card, .approach-framework-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--clarecrest-border);
  box-shadow: 0 20px 60px rgba(13, 23, 38, 0.08);
}

.approach-hero-card {
  padding: 1.5rem;
  border-radius: 1.75rem;
  background: linear-gradient(180deg, rgba(13, 23, 38, 0.96) 0%, rgba(19, 40, 74, 0.94) 100%);
  box-shadow: 0 28px 70px rgba(13, 23, 38, 0.22);
}

.approach-hero-item + .approach-hero-item {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.approach-hero-item span {
  display: block;
  margin-bottom: 0.45rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.approach-hero-item strong {
  display: block;
  color: #ffffff;
  line-height: 1.6;
  font-size: 1rem;
}

.approach-feature-card {
  padding: 1.75rem;
  border-radius: 1.35rem;
}

.approach-feature-card h3 {
  margin-bottom: 0.8rem;
  font-size: 1.18rem;
}

.approach-benefit-list {
  display: grid;
  gap: 1rem;
}

.approach-benefit-item {
  padding: 1.2rem 1.3rem;
  border-left: 4px solid var(--bs-primary);
  background: rgba(255, 255, 255, 0.72);
  border-radius: 0 1rem 1rem 0;
}

.approach-benefit-item strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.approach-benefit-item p {
  margin-bottom: 0;
}

.approach-framework-card {
  padding: 1.75rem;
  border-radius: 1.5rem;
}

.approach-framework-card h3 {
  margin-bottom: 1.25rem;
  font-size: 1.3rem;
}

.approach-framework-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.approach-framework-item + .approach-framework-item {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(13, 23, 38, 0.08);
}

.approach-framework-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(25, 71, 229, 0.1);
  color: var(--bs-primary);
  font-weight: 700;
}

.approach-framework-item strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1rem;
}

.approach-framework-item p {
  margin-bottom: 0;
}

.approach-cta-section {
  padding-top: 1rem;
  padding-bottom: 6rem;
}

.approach-cta-card {
  padding: 2.5rem;
  border-radius: 1.75rem;
  background: linear-gradient(135deg, #0d1726 0%, #16315c 100%);
  box-shadow: 0 24px 70px rgba(13, 23, 38, 0.2);
}

.services-page-hero {
  position: relative;
  overflow: hidden;
  padding: 9rem 0 4rem;
}

.services-page-shell {
  position: relative;
  padding: 3rem;
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.84) 0%, rgba(244, 248, 255, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 30px 80px rgba(13, 23, 38, 0.10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.services-page-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(10px);
}

.services-page-orb-one {
  top: 4rem;
  left: -4rem;
  width: 16rem;
  height: 16rem;
  background: radial-gradient(circle, rgba(25, 71, 229, 0.16) 0%, rgba(25, 71, 229, 0.02) 70%, transparent 100%);
}

.services-page-orb-two {
  top: 2rem;
  right: -4rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.16) 0%, rgba(20, 184, 166, 0.03) 65%, transparent 100%);
}

.services-hero-card, .service-detail-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--clarecrest-border);
  box-shadow: 0 20px 60px rgba(13, 23, 38, 0.08);
}

.services-hero-card {
  padding: 1.5rem;
  border-radius: 1.75rem;
  background: linear-gradient(180deg, rgba(13, 23, 38, 0.96) 0%, rgba(19, 40, 74, 0.94) 100%);
  box-shadow: 0 28px 70px rgba(13, 23, 38, 0.22);
}

.services-hero-item + .services-hero-item {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.services-hero-item span {
  display: block;
  margin-bottom: 0.45rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.services-hero-item strong {
  display: block;
  color: #ffffff;
  line-height: 1.6;
  font-size: 1rem;
}

.service-detail-section {
  padding: 0 0 2rem;
}

.service-detail-card {
  padding: 2.5rem;
  border-radius: 1.75rem;
}

.service-detail-card-alt {
  background: linear-gradient(180deg, rgba(244, 248, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.service-detail-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 1.25rem;
  border-radius: 50%;
  background: rgba(25, 71, 229, 0.1);
  color: var(--bs-primary);
  font-weight: 700;
}

.service-detail-card h2 {
  margin-bottom: 1rem;
}

.service-detail-content {
  display: grid;
  gap: 1rem;
}

.service-detail-point {
  padding: 1.2rem 1.3rem;
  border-left: 4px solid var(--bs-primary);
  background: rgba(255, 255, 255, 0.72);
  border-radius: 0 1rem 1rem 0;
}

.service-detail-point strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.service-detail-point p {
  margin-bottom: 0;
}

.services-cta-section {
  padding-top: 1rem;
  padding-bottom: 6rem;
}

.services-cta-card {
  padding: 2.5rem;
  border-radius: 1.75rem;
  background: linear-gradient(135deg, #0d1726 0%, #16315c 100%);
  box-shadow: 0 24px 70px rgba(13, 23, 38, 0.2);
}

@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 8rem;
  }
}

@media (max-width: 991.98px) {
  .hero-shell {
    padding: 2rem;
  }
}

@media (max-width: 991.98px) {
  .hero-visual-top {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 991.98px) {
  .approach-image-stack {
    min-height: 0;
  }
}

@media (max-width: 991.98px) {
  .approach-section-image-secondary {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 200px;
    margin-top: 1rem;
    border-width: 0;
  }
}

@media (max-width: 991.98px) {
  .section-padding {
    padding: 4rem 0;
  }
}

@media (max-width: 991.98px) {
  .contact-page-shell {
    padding: 2rem;
  }
}

@media (max-width: 991.98px) {
  .why-page-shell {
    padding: 2rem;
  }
}

@media (max-width: 991.98px) {
  .approach-page-shell {
    padding: 2rem;
  }
}

@media (max-width: 991.98px) {
  .services-page-shell {
    padding: 2rem;
  }
}

@media (max-width: 991.98px) {
  .service-detail-card {
    padding: 2rem;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding-top: 7.5rem;
  }
}

@media (max-width: 767.98px) {
  .contact-page-hero {
    padding-top: 7.5rem;
  }
}

@media (max-width: 767.98px) {
  .why-page-hero {
    padding-top: 7.5rem;
  }
}

@media (max-width: 767.98px) {
  .approach-page-hero {
    padding-top: 7.5rem;
  }
}

@media (max-width: 767.98px) {
  .services-page-hero {
    padding-top: 7.5rem;
  }
}

@media (max-width: 767.98px) {
  .hero-shell {
    padding: 1.5rem;
    border-radius: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .contact-page-shell {
    padding: 1.5rem;
    border-radius: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .why-page-shell {
    padding: 1.5rem;
    border-radius: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .approach-page-shell {
    padding: 1.5rem;
    border-radius: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .services-page-shell, .service-detail-card {
    padding: 1.5rem;
    border-radius: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .hero-visual-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .hero-feature-image, .approach-section-image-main, .why-image-banner img {
    height: 240px;
  }
}

@media (max-width: 767.98px) {
  .display-4 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .contact-card {
    padding: 2rem;
  }
}

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

