/* [project]/src/app/home.css [app-client] (css) */
.home-page {
  --home-green: #298c38;
  --home-green-light: #48bb5c;
  --home-red: #c8102e;
  overflow-x: hidden;
}

.home-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s cubic-bezier(.22, 1, .36, 1), transform .75s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0s);
}

.home-reveal--visible {
  opacity: 1;
  transform: translateY(0);
}

.home-hero {
  position: relative;
  isolation: isolate;
}

.home-hero__decor {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  transition: transform .35s ease-out;
}

.home-hero__grid {
  position: absolute;
  inset: 0;
  opacity: .35;
  background-image: linear-gradient(#ffffff0f 1px, #0000 1px), linear-gradient(90deg, #ffffff0f 1px, #0000 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(70% 60% at 50% 40%, #000, #0000);
  -webkit-mask-image: radial-gradient(70% 60% at 50% 40%, #000, #0000);
}

.home-hero__orb {
  position: absolute;
  border-radius: 9999px;
  filter: blur(70px);
  opacity: .45;
  transition: transform .4s ease-out;
}

.home-hero__orb--1 {
  width: min(380px, 55vw);
  height: min(380px, 55vw);
  top: -100px;
  left: -60px;
  background: #298c3899;
  animation: 14s ease-in-out infinite homeOrbFloat;
}

.home-hero__orb--2 {
  width: min(320px, 45vw);
  height: min(320px, 45vw);
  bottom: -80px;
  right: -40px;
  background: #c8102e59;
  animation: 16s ease-in-out infinite reverse homeOrbFloat;
}

.home-hero__orb--3 {
  width: min(240px, 35vw);
  height: min(240px, 35vw);
  top: 30%;
  right: 15%;
  background: #78dc8c40;
  animation: 12s ease-in-out 2s infinite homeOrbFloat;
}

.home-hero__shine {
  position: absolute;
  inset: -50% -20%;
  background: linear-gradient(105deg, #0000 40%, #ffffff0f 50%, #0000 60%);
  animation: 8s ease-in-out infinite homeHeroShine;
}

.home-hero__wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 5rem;
  pointer-events: none;
}

.home-hero__scroll {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
  animation: .9s cubic-bezier(.22, 1, .36, 1) .9s both homeFadeUp;
}

.home-hero__scroll-line {
  display: block;
  width: 2px;
  height: 2.5rem;
  border-radius: 9999px;
  background: linear-gradient(#fffc, #0000);
  animation: 2s ease-in-out infinite homeScrollPulse;
}

.home-hero:before, .home-hero:after {
  display: none;
}

.home-hero__overlay {
  background: linear-gradient(#000000ad 0%, #00000052 42%, #00000094 100%), radial-gradient(90% 70% at 50% -10%, #298c3838, #0000 65%), radial-gradient(60% 50% at 100% 100%, #c8102e1f, #0000 60%);
}

.home-hero__content {
  animation: 1s cubic-bezier(.22, 1, .36, 1) both homeHeroContentIn;
}

.home-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1.125rem;
  border-radius: 9999px;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: #fffffff2;
  background: #ffffff1f;
  border: 1px solid #ffffff38;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px #00000026;
  animation: .8s cubic-bezier(.22, 1, .36, 1) .1s both homeFadeUp;
}

.home-hero__badge-dot {
  width: .5rem;
  height: .5rem;
  border-radius: 9999px;
  background: #48bb5c;
  box-shadow: 0 0 12px #48bb5ce6;
  animation: 2s ease-in-out infinite homePulseDot;
}

.home-hero__title {
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -.04em;
  background: linear-gradient(135deg, #fff 0%, #f0fff4 35%, #fff 55%, #e8ffe8 75%, #fff 100%);
  background-size: 200%;
  -webkit-background-clip: text;
  background-clip: text;
  color: #0000;
  filter: drop-shadow(0 4px 24px #00000073);
  animation: .85s cubic-bezier(.22, 1, .36, 1) .2s both homeFadeUp, 10s linear infinite homeTitleShimmer;
}

.home-hero__tagline {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  line-height: 1.5;
  opacity: .92;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 2px 12px #0000004d;
  animation: .85s cubic-bezier(.22, 1, .36, 1) .35s both homeFadeUp;
}

.home-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: .625rem;
  font-size: 1.0625rem;
  box-shadow: 0 0 #c8102e73, 0 12px 32px #c8102e59;
  animation: .85s cubic-bezier(.22, 1, .36, 1) .5s both homeFadeUp, 2.4s ease-in-out 1.2s infinite homeCtaGlow;
  transition: transform .25s, box-shadow .25s;
  padding: 1rem 2rem !important;
  border-radius: 9999px !important;
}

.home-hero__cta:hover {
  transform: translateY(-2px)scale(1.03);
  box-shadow: 0 0 0 8px #c8102e00, 0 16px 40px #c8102e73;
}

.home-hero__stats {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
  animation: .9s cubic-bezier(.22, 1, .36, 1) .65s both homeFadeUp;
}

@media (width >= 640px) {
  .home-hero__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.home-hero__stat {
  position: relative;
  padding: 1.125rem 1.25rem;
  border-radius: 1.25rem;
  text-align: left;
  background: #ffffff14;
  border: 1px solid #ffffff29;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: hidden;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), border-color .35s, background .35s, box-shadow .35s;
  animation: homeStatIn .7s cubic-bezier(.22, 1, .36, 1) calc(.7s + var(--stat-i, 0) * .12s) both;
}

.home-hero__stat:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #ffffff1f, #0000 60%);
  opacity: 0;
  transition: opacity .3s;
}

.home-hero__stat:hover {
  transform: translateY(-6px)scale(1.02);
  border-color: #ffffff61;
  background: #ffffff24;
  box-shadow: 0 16px 40px #0003;
}

.home-hero__stat:hover:before {
  opacity: 1;
}

.home-hero__stat-value {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.1;
}

.home-hero__stat-label {
  margin-top: .25rem;
  font-size: .8125rem;
  opacity: .88;
  line-height: 1.35;
}

.hero-slideshow-ui {
  z-index: 15;
}

.hero-slideshow-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 .375rem;
}

.hero-slideshow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  color: #fff;
  background: #0000006b;
  border: 1px solid #ffffff2e;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 16px #00000040;
  transition: background .2s, transform .2s;
}

.hero-slideshow-btn:hover {
  background: #00000094;
  transform: scale(1.06);
}

.hero-slideshow-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.25rem;
  display: flex;
  justify-content: center;
  gap: .5rem;
  padding: 0 1rem;
}

.hero-slideshow-dot {
  height: .5rem;
  width: .5rem;
  border-radius: 9999px;
  background: #ffffff73;
  border: 0;
  padding: 0;
  transition: width .3s, background .3s;
}

.hero-slideshow-dot--active {
  width: 1.75rem;
  background: #fff;
  box-shadow: 0 2px 8px #00000040;
}

.home-hero-slide-img {
  width: 100%;
  height: 100%;
  transform: scale(1.06);
  will-change: transform;
}

.home-hero-slide--active .home-hero-slide-img {
  animation: 16s ease-out forwards homeKenBurns;
}

.home-hero-slide:not(.home-hero-slide--active) .home-hero-slide-img {
  animation: none;
  transform: scale(1.06);
}

.home-section {
  position: relative;
  overflow: hidden;
}

.home-section--why {
  background: radial-gradient(60% 40% at 10% 0, #298c380f, #0000 55%), linear-gradient(#f9fafb 0%, #fff 100%);
}

.home-section--doctors {
  background: radial-gradient(50% 40% at 90% 20%, #298c380d, #0000 55%), #fff;
}

.home-section--top {
  background: radial-gradient(55% 45% at 0 80%, #c8102e0a, #0000 50%), linear-gradient(#f9fafb 0%, #fff 100%);
}

.home-section--depts {
  background: radial-gradient(50% 50% at 100% 0, #298c3812, #0000 55%), #fff;
}

.home-section--alt {
  background: linear-gradient(#f9fafb 0%, #fff 100%);
}

.home-section__head {
  text-align: center;
  margin-bottom: 3rem;
}

.home-section__eyebrow {
  display: inline-block;
  margin-bottom: .75rem;
  padding: .375rem .875rem;
  border-radius: 9999px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #298c38;
  background: #298c381a;
  border: 1px solid #298c3826;
}

.home-section__title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -.03em;
  color: #111827;
  line-height: 1.15;
  position: relative;
  display: inline-block;
}

.home-section__title:after {
  content: "";
  display: block;
  width: 4rem;
  height: 4px;
  margin: .875rem auto 0;
  border-radius: 9999px;
  background: linear-gradient(90deg, #298c38, #48bb5c, #298c38);
  background-size: 200% 100%;
  animation: 4s ease-in-out infinite homeAccentSlide;
}

.home-section__title-accent {
  background: linear-gradient(135deg, #298c38, #1c6428);
  -webkit-background-clip: text;
  background-clip: text;
  color: #0000;
}

.home-section__subtitle {
  margin-top: .875rem;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  color: #4b5563;
  font-size: 1.0625rem;
  line-height: 1.6;
}

.home-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (width >= 768px) {
  .home-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
}

.home-feature-card {
  position: relative;
  padding: 2.25rem 1.75rem 2rem;
  border-radius: 1.75rem;
  text-align: center;
  background: #ffffffd9;
  border: 1px solid #e2e8f0f2;
  box-shadow: 0 4px 24px #0f172a0a, inset 0 1px #ffffffe6;
  overflow: hidden;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform .4s cubic-bezier(.22, 1, .36, 1), box-shadow .4s, border-color .4s;
}

.home-feature-card:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, #298c3859, #0000 50%, #48bb5c33);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity .4s;
  pointer-events: none;
}

.home-feature-card__num {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  color: #298c3814;
  letter-spacing: -.04em;
  pointer-events: none;
  transition: color .4s, transform .4s;
}

.home-feature-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 3px;
  border-radius: 0 0 9999px 9999px;
  background: linear-gradient(90deg, #0000, #298c38, #0000);
  opacity: 0;
  transition: opacity .35s;
}

.home-feature-card:hover {
  transform: translateY(-10px)scale(1.01);
  border-color: #298c3847;
  box-shadow: 0 28px 56px #298c3824, 0 12px 28px #0f172a0f;
}

.home-feature-card:hover:after {
  opacity: 1;
}

.home-feature-card:hover .home-feature-card__num {
  color: #298c3824;
  transform: scale(1.08);
}

.home-feature-card:hover:before {
  opacity: 1;
}

.home-feature-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  margin-bottom: 1.25rem;
  border-radius: 1.35rem;
  font-size: 1.75rem;
  color: #298c38;
  background: linear-gradient(145deg, #298c3824, #298c380a);
  border: 1px solid #298c3824;
  box-shadow: 0 8px 24px #298c381a;
  transition: transform .4s, background .4s, box-shadow .4s;
}

.home-feature-card:hover .home-feature-card__icon {
  transform: scale(1.1)rotate(-4deg);
  background: linear-gradient(145deg, #298c3838, #298c3814);
  box-shadow: 0 12px 32px #298c382e;
}

.home-feature-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: .75rem;
  color: #111827;
}

.home-feature-card__desc {
  color: #4b5563;
  line-height: 1.6;
  font-size: .9375rem;
}

.home-doctor-card {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e8f0f2;
  box-shadow: 0 4px 24px #0f172a0f;
  transition: transform .45s cubic-bezier(.22, 1, .36, 1), box-shadow .45s;
}

.home-doctor-card:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(160deg, #298c3866, #0000 40% 60%, #48bb5c40);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity .45s;
  pointer-events: none;
  z-index: 2;
}

.home-doctor-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 32px 64px #298c3829, 0 16px 32px #0f172a14;
}

.home-doctor-card:hover:before {
  opacity: 1;
}

.home-doctor-card__photo-wrap {
  position: relative;
  overflow: hidden;
}

.home-doctor-card__photo-wrap img, .home-doctor-card__photo-wrap > div {
  transition: transform .6s cubic-bezier(.22, 1, .36, 1);
}

.home-doctor-card:hover .home-doctor-card__photo-wrap img, .home-doctor-card:hover .home-doctor-card__photo-wrap > div {
  transform: scale(1.08);
}

.home-doctor-card__photo-wrap:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(#0000 50%, #00000059 100%);
  opacity: 0;
  transition: opacity .4s;
  pointer-events: none;
}

.home-doctor-card:hover .home-doctor-card__photo-wrap:after {
  opacity: 1;
}

.home-doctor-card__body {
  padding: .875rem 1rem;
}

@media (width >= 640px) {
  .home-doctor-card__body {
    padding: 1.5rem;
  }
}

.home-top-card {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e8f0f2;
  box-shadow: 0 4px 24px #0f172a0f;
  transition: transform .45s cubic-bezier(.22, 1, .36, 1), box-shadow .45s;
}

.home-top-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 56px #298c3824;
}

.home-page .services-dept-card {
  border-radius: 1.5rem !important;
  transition: transform .4s cubic-bezier(.22, 1, .36, 1), box-shadow .4s !important;
}

.home-page .services-dept-card:hover {
  transform: translateY(-8px)scale(1.01) !important;
  box-shadow: 0 24px 48px #298c3840 !important;
}

.home-section-link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.5rem;
  border-radius: 9999px;
  font-weight: 700;
  color: #298c38;
  background: #298c3814;
  border: 1px solid #298c382e;
  box-shadow: 0 4px 16px #298c3814;
  transition: gap .3s, background .3s, transform .3s, box-shadow .3s;
}

.home-section-link:hover {
  gap: .75rem;
  background: #298c3824;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #298c3826;
}

.home-leadership-wrap section {
  background: radial-gradient(70% 50% at 50% 0, #298c380f, #0000 60%), #f9fafb !important;
}

.home-leadership-wrap .section-title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -.03em;
}

.home-cta {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding: 5rem 1rem;
  color: #fff;
  background: radial-gradient(circle at 15%, #ffffff2e 0%, #0000 45%), radial-gradient(circle at 85% 30%, #ffffff1f 0%, #0000 40%), linear-gradient(135deg, #298c38 0%, #1c6428 45%, #12441c 100%);
}

.home-cta__mesh {
  position: absolute;
  inset: 0;
  opacity: .4;
  background-image: radial-gradient(circle at 20% 30%, #ffffff26 0%, #0000 8%), radial-gradient(circle at 70% 60%, #ffffff1a 0%, #0000 6%), radial-gradient(circle at 40% 80%, #ffffff1f 0%, #0000 7%);
  animation: 20s ease-in-out infinite homeMeshDrift;
  pointer-events: none;
}

.home-cta:before, .home-cta:after {
  content: "";
  position: absolute;
  border-radius: 9999px;
  filter: blur(60px);
  pointer-events: none;
  opacity: .4;
}

.home-cta:before {
  width: 280px;
  height: 280px;
  top: -80px;
  right: 10%;
  background: #fff3;
  animation: 12s ease-in-out infinite homeOrbFloat;
}

.home-cta:after {
  width: 220px;
  height: 220px;
  bottom: -60px;
  left: 5%;
  background: #c8102e40;
  animation: 14s ease-in-out infinite reverse homeOrbFloat;
}

.home-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
}

.home-cta__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.2;
  animation: .8s cubic-bezier(.22, 1, .36, 1) both homeFadeUp;
}

.home-cta__sub {
  margin-top: 1rem;
  font-size: 1.125rem;
  opacity: .92;
  line-height: 1.55;
  animation: .8s cubic-bezier(.22, 1, .36, 1) .15s both homeFadeUp;
}

.home-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-top: 2rem;
  padding: 1.0625rem 2.5rem;
  border-radius: 9999px;
  font-weight: 700;
  color: #298c38;
  background: #fff;
  box-shadow: 0 12px 32px #0000002e;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s;
  animation: .8s cubic-bezier(.22, 1, .36, 1) .3s both homeFadeUp;
  position: relative;
  overflow: hidden;
}

.home-cta__btn:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, #0000 40%, #298c3814 50%, #0000 60%);
  transform: translateX(-120%);
  animation: 4s ease-in-out infinite homeBtnShine;
}

.home-cta__btn:hover {
  transform: translateY(-4px)scale(1.05);
  box-shadow: 0 24px 56px #00000038;
}

.home-wave-divider {
  height: 0;
  pointer-events: none;
}

.home-wave-divider--soft {
  display: none;
}

@keyframes homeFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeHeroContentIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeOrbFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0)scale(1);
  }

  50% {
    transform: translate3d(16px, -20px, 0)scale(1.06);
  }
}

@keyframes homePulseDot {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .7;
    transform: scale(1.2);
  }
}

@keyframes homeCtaGlow {
  0%, 100% {
    box-shadow: 0 0 #c8102e59, 0 12px 32px #c8102e59;
  }

  50% {
    box-shadow: 0 0 0 10px #c8102e00, 0 16px 40px #c8102e73;
  }
}

@keyframes homeKenBurns {
  0% {
    transform: scale(1.06)translate(0);
  }

  100% {
    transform: scale(1.22)translate(-1.5%, -1%);
  }
}

@media (width <= 767px) {
  .home-hero {
    padding-top: 5.5rem;
    padding-bottom: 4.5rem;
  }

  .home-hero__content {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .home-hero__badge {
    max-width: 17rem;
    padding: .375rem .75rem;
    font-size: .6875rem;
    line-height: 1.35;
    letter-spacing: .01em;
    text-align: left;
  }

  .home-hero__title {
    font-size: clamp(1.5rem, 7.5vw, 2rem);
    margin-bottom: .75rem;
    line-height: 1.12;
  }

  .home-hero__tagline {
    font-size: .9375rem;
    line-height: 1.45;
    margin-bottom: 1.25rem;
    padding: 0 .25rem;
  }

  .home-hero__cta {
    width: 100%;
    max-width: 20rem;
    justify-content: center;
    font-size: .9375rem;
    padding: .875rem 1.25rem !important;
  }

  .home-hero__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .5rem;
    margin-top: 1.25rem;
  }

  .home-hero__stat {
    padding: .625rem .375rem;
    border-radius: .875rem;
    text-align: center;
  }

  .home-hero__stat-value {
    font-size: .9375rem;
    line-height: 1.15;
  }

  .home-hero__stat-label {
    margin-top: .125rem;
    font-size: .5625rem;
    line-height: 1.25;
    opacity: .9;
  }

  .home-hero__scroll {
    display: none;
  }

  .home-hero__wave {
    height: 3rem;
  }

  .hero-slideshow-nav {
    top: 9.5rem;
    bottom: auto;
    transform: none;
    height: auto;
    padding: 0 .125rem;
  }

  .hero-slideshow-btn {
    width: 2.125rem;
    height: 2.125rem;
    background: #00000080;
  }

  .hero-slideshow-dots {
    bottom: .75rem;
  }
}

@media (width >= 768px) {
  .hero-slideshow-btn {
    width: 2.75rem;
    height: 2.75rem;
    padding: .625rem;
  }

  .hero-slideshow-dots {
    bottom: 1.5rem;
  }
}

@keyframes homeTitleShimmer {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 200%;
  }
}

@keyframes homeHeroShine {
  0%, 100% {
    transform: translateX(-30%)rotate(0);
    opacity: .5;
  }

  50% {
    transform: translateX(30%)rotate(0);
    opacity: 1;
  }
}

@keyframes homeScrollPulse {
  0%, 100% {
    opacity: .4;
    transform: scaleY(.7);
  }

  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes homeStatIn {
  from {
    opacity: 0;
    transform: translateY(20px)scale(.96);
  }

  to {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

@keyframes homeAccentSlide {
  0%, 100% {
    background-position: 0%;
  }

  50% {
    background-position: 100%;
  }
}

@keyframes homeMeshDrift {
  0%, 100% {
    transform: translate(0);
  }

  33% {
    transform: translate(2%, -1%);
  }

  66% {
    transform: translate(-1%, 2%);
  }
}

@keyframes homeBtnShine {
  0%, 100% {
    transform: translateX(-120%);
  }

  50% {
    transform: translateX(120%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .home-hero__badge, .home-hero__title, .home-hero__tagline, .home-hero__cta, .home-hero__stats, .home-cta__title, .home-cta__sub, .home-cta__btn {
    animation: none;
  }

  .home-hero__title {
    color: #fff;
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    filter: drop-shadow(0 4px 24px #00000073);
  }

  .home-hero__stat {
    animation: none;
  }

  .home-hero__scroll-line {
    animation: none;
  }

  .home-hero__decor .home-hero__orb, .home-hero__decor .home-hero__shine {
    animation: none;
  }

  .home-hero-slide-img {
    animation: none;
    transform: scale(1.05);
  }

  .home-section__title:after {
    animation: none;
  }

  .home-cta__btn:before {
    animation: none;
  }

  .home-cta__mesh {
    animation: none;
  }
}


/* [project]/src/app/articles/articles.css [app-client] (css) */
.articles-page {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
  isolation: isolate;
  background: radial-gradient(75% 55% at 0 0, #298c381a, #0000 52%), radial-gradient(65% 45% at 100% 8%, #c8102e0f, #0000 48%), linear-gradient(#f5f7fa 0%, #fff 50%, #f8fafc 100%);
}

.articles-page__inner {
  position: relative;
  z-index: 1;
  padding-top: 2.5rem;
}

.articles-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.articles-decor__orb {
  position: absolute;
  border-radius: 9999px;
  filter: blur(72px);
  opacity: .42;
  animation: 18s ease-in-out infinite articlesOrb;
}

.articles-decor__orb--1 {
  width: min(380px, 50vw);
  height: min(380px, 50vw);
  top: -120px;
  left: -90px;
  background: #298c3859;
}

.articles-decor__orb--2 {
  width: min(280px, 40vw);
  height: min(280px, 40vw);
  top: 22%;
  right: -60px;
  background: #c8102e2e;
  animation-delay: 3s;
  animation-direction: reverse;
}

.articles-decor__mesh {
  position: absolute;
  inset: 0;
  opacity: .35;
  background-image: linear-gradient(#298c380a 1px, #0000 1px), linear-gradient(90deg, #298c380a 1px, #0000 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(80% 65% at 50% 15%, #000, #0000);
  -webkit-mask-image: radial-gradient(80% 65% at 50% 15%, #000, #0000);
}

@keyframes articlesOrb {
  0%, 100% {
    transform: translate(0)scale(1);
  }

  50% {
    transform: translate(10px, -14px)scale(1.05);
  }
}

.articles-back {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem .5rem .75rem;
  margin-bottom: 1.75rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: .9rem;
  color: #298c38;
  background: #ffffffd9;
  border: 1px solid #298c3826;
  box-shadow: 0 4px 16px #298c3814;
  backdrop-filter: blur(8px);
  transition: gap .25s, transform .3s, box-shadow .3s;
}

.articles-back:hover {
  gap: .7rem;
  transform: translateX(-2px);
  box-shadow: 0 8px 24px #298c3824;
}

.articles-hero {
  text-align: center;
  margin-bottom: 2.5rem;
}

.articles-hero--simple {
  margin-bottom: 2rem;
}

.articles-hero__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #111827;
}

.articles-hero__sub {
  margin-top: .75rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #6b7280;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.articles-page__content {
  position: relative;
}

.articles-grid {
  display: grid;
  list-style: none;
  padding: 0;
  margin: 0;
}

.articles-grid--home {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .875rem;
}

@media (width >= 768px) {
  .articles-grid--home {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.articles-grid--page {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (width >= 768px) {
  .articles-grid--page {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.articles-skeleton {
  height: 100%;
  min-height: 320px;
  border-radius: 1.25rem;
  background: linear-gradient(110deg, #e5e7eb99 8%, #f3f4f6f2 18%, #e5e7eb99 33%);
  background-size: 200% 100%;
  animation: 1.4s ease-in-out infinite articlesSkeleton;
  border: 1px solid #e2e8f0cc;
}

@keyframes articlesSkeleton {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0;
  }
}

.articles-empty-text {
  text-align: center;
  padding: 3rem 1rem;
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.6;
}

.home-section--articles {
  background: radial-gradient(70% 45% at 0 100%, #298c380f, #0000 55%), radial-gradient(50% 40% at 100% 0, #10b9810d, #0000 50%), linear-gradient(#fff 0%, #f9fafb 100%);
}

.home-section--press {
  background: radial-gradient(60% 40% at 100% 100%, #298c380d, #0000 50%), linear-gradient(#f9fafb 0%, #fff 100%);
}

.article-card-wrap {
  height: 100%;
}

.article-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e8f0f2;
  box-shadow: 0 4px 24px #0f172a0f;
  transition: transform .45s cubic-bezier(.22, 1, .36, 1), box-shadow .45s, border-color .35s;
  position: relative;
}

.article-card:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, #298c3859, #0000 55%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity .4s;
  pointer-events: none;
  z-index: 2;
}

.article-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px #298c381f;
  border-color: #298c3833;
}

.article-card--home .article-card__media {
  aspect-ratio: 4 / 3;
}

.article-card--home .article-card__body {
  padding: .9rem 1rem 1rem;
}

.article-card--home .article-card__title {
  font-size: .9375rem;
}

.article-card__excerpt--home {
  -webkit-line-clamp: 2;
  font-size: .75rem;
}

.article-card--home .article-card__link {
  margin-top: .65rem;
  font-size: .8125rem;
}

.article-card--home .article-card__author {
  margin-top: .5rem;
  padding-top: .5rem;
}

.article-card:hover:before {
  opacity: 1;
}

.article-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, #d1d5db, #9ca3af);
}

.article-card__img-wrap {
  position: absolute !important;
  inset: 0 !important;
}

.article-card__img-wrap img {
  transition: transform .65s cubic-bezier(.22, 1, .36, 1);
}

.article-card:hover .article-card__img-wrap img {
  transform: scale(1.07);
}

.article-card__media-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #0000 30%, #ffffff59 50%, #0000 70%);
  transform: translateX(-120%);
  transition: transform .8s;
  pointer-events: none;
  z-index: 1;
}

.article-card:hover .article-card__media-shine {
  transform: translateX(120%);
}

.article-card__media-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 2.5rem;
  background: linear-gradient(135deg, #298c38, #1c6428);
}

.article-card__date {
  position: absolute;
  top: .75rem;
  left: .75rem;
  z-index: 2;
  padding: .35rem .7rem;
  border-radius: 9999px;
  font-size: .72rem;
  font-weight: 600;
  color: #fff;
  background: #0000008c;
  backdrop-filter: blur(8px);
}

.article-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.1rem 1.15rem 1.25rem;
}

.article-card__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  color: #111827;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (width >= 768px) {
  .article-card__title {
    font-size: 1.0625rem;
  }
}

.article-card__excerpt {
  margin-top: .5rem;
  font-size: .8125rem;
  line-height: 1.5;
  color: #6b7280;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.article-card__author {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-top: .75rem;
  padding-top: .75rem;
  border-top: 1px solid #e2e8f0e6;
}

.article-card__author-photo {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid #298c3826;
  box-shadow: 0 2px 8px #298c381f;
}

.article-card__author-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  font-size: .75rem;
  color: #298c38;
  background: #f0fdf4;
}

.article-card__author-name {
  font-size: .75rem;
  font-weight: 600;
  color: #374151;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-card__link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: .85rem;
  font-size: .875rem;
  font-weight: 600;
  color: #298c38;
  transition: gap .25s;
}

.article-card:hover .article-card__link {
  gap: .6rem;
}

.article-card--compact {
  border-radius: 1rem;
  background: #ffffffeb;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 12px #0f172a0d, inset 0 0 0 1px #fffc;
}

.article-card--compact:hover {
  transform: translateY(-5px)scale(1.02);
  box-shadow: 0 16px 36px #298c3829, inset 0 0 0 1px #298c381f;
}

.article-card--compact .article-card__media {
  aspect-ratio: 4 / 3;
  max-height: 108px;
}

.article-card--compact .article-card__media-fallback {
  font-size: 1.35rem;
}

.article-card--compact .article-card__media-gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(#0000 40%, #0f172a8c 100%);
  opacity: .75;
  transition: opacity .35s;
  pointer-events: none;
}

.article-card--compact:hover .article-card__media-gradient {
  opacity: .9;
}

.article-card--compact .article-card__date--compact {
  top: auto;
  bottom: .45rem;
  left: .5rem;
  padding: .2rem .45rem;
  font-size: .62rem;
  background: #00000073;
}

.article-card--compact .article-card__read-fab {
  position: absolute;
  right: .45rem;
  bottom: .45rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 9999px;
  font-size: .8rem;
  color: #fff;
  background: linear-gradient(135deg, #298c38, #1c6428);
  box-shadow: 0 4px 12px #298c3873;
  transform: scale(.85);
  opacity: 0;
  transition: transform .35s cubic-bezier(.34, 1.56, .64, 1), opacity .3s;
}

.article-card--compact:hover .article-card__read-fab {
  transform: scale(1);
  opacity: 1;
}

.article-card--compact .article-card__body--compact {
  padding: .65rem .7rem .75rem;
  gap: 0;
}

.article-card--compact .article-card__title {
  font-size: .8125rem;
  line-height: 1.3;
  -webkit-line-clamp: 2;
}

.article-card--compact .article-card__excerpt--compact {
  margin-top: .35rem;
  font-size: .6875rem;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  color: #6b7280;
}

.article-card--compact .article-card__author--compact {
  margin-top: .45rem;
  padding-top: .45rem;
  border-top: 1px solid #e2e8f0d9;
}

.article-card--compact .article-card__author-photo, .article-card--compact .article-card__author-fallback {
  width: 1.25rem;
  height: 1.25rem;
  font-size: .6rem;
}

.article-card--compact .article-card__author-name {
  font-size: .65rem;
}

.article-card--compact:hover .article-card__img-wrap img {
  transform: scale(1.1);
}

.article-detail {
  position: relative;
  z-index: 1;
  max-width: 48rem;
  margin: 0 auto;
  padding: 2.5rem 1rem 4rem;
}

.article-detail__back {
  margin-bottom: 1.75rem;
}

.article-detail__hero {
  border-radius: 1.5rem;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  position: relative;
  box-shadow: 0 20px 50px #0f172a1f;
  animation: .7s cubic-bezier(.22, 1, .36, 1) both articleHeroIn;
}

@keyframes articleHeroIn {
  from {
    opacity: 0;
    transform: translateY(16px)scale(.98);
  }

  to {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

.article-detail__meta {
  margin-top: 1.5rem;
  color: #6b7280;
  font-size: .875rem;
}

.article-detail__title {
  margin-top: .5rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.02em;
  background: linear-gradient(135deg, #164e20 0%, #298c38 50%, #1c6428 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #0000;
  animation: .6s cubic-bezier(.22, 1, .36, 1) .1s both articleTextIn;
}

.article-detail__content {
  margin-top: 2rem;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #374151;
  white-space: pre-wrap;
  animation: .6s cubic-bezier(.22, 1, .36, 1) .2s both articleTextIn;
}

@keyframes articleTextIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.article-author-wrap {
  margin-top: 3rem;
}

.article-author {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 1.5rem;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, #fffffffa, #f9fafbf2);
  border: 1px solid #298c3824;
  box-shadow: 0 12px 40px #298c3814, 0 2px 8px #0f172a0a;
  position: relative;
  overflow: hidden;
  transition: transform .4s cubic-bezier(.22, 1, .36, 1), box-shadow .4s, border-color .35s;
  text-decoration: none;
  color: inherit;
}

.article-author:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #298c380f, #0000 55%);
  opacity: 0;
  transition: opacity .4s;
  pointer-events: none;
}

.article-author:hover {
  transform: translateY(-4px);
  border-color: #298c3847;
  box-shadow: 0 20px 48px #298c3824, 0 4px 12px #0f172a0f;
}

.article-author:hover:before {
  opacity: 1;
}

.article-author--static {
  cursor: default;
}

.article-author--static:hover {
  transform: none;
}

.article-author__avatar {
  position: relative;
  flex-shrink: 0;
  width: 4.5rem;
  height: 4.5rem;
}

.article-author__avatar-img {
  border-radius: 9999px;
  overflow: hidden;
  position: absolute !important;
  inset: 0 !important;
}

.article-author__avatar-img img {
  border-radius: 9999px;
}

.article-author__avatar-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background: linear-gradient(135deg, #d1fae5, #a7f3d0);
  color: #298c38;
  font-size: 1.5rem;
}

.article-author__avatar-ring {
  position: absolute;
  inset: -3px;
  border-radius: 9999px;
  border: 2px solid #298c3859;
  opacity: .85;
  animation: 3s ease-in-out infinite articleAuthorRing;
}

@keyframes articleAuthorRing {
  0%, 100% {
    transform: scale(1);
    opacity: .75;
  }

  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}

.article-author__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: .15rem;
}

.article-author__label {
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #298c38;
}

.article-author__name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
}

.article-author__spec {
  font-size: .875rem;
  color: #6b7280;
  line-height: 1.4;
}

.article-author__cta {
  display: none;
  align-items: center;
  gap: .35rem;
  flex-shrink: 0;
  font-size: .875rem;
  font-weight: 600;
  color: #298c38;
  transition: gap .25s;
}

.article-author:hover .article-author__cta {
  gap: .55rem;
}

@media (width >= 640px) {
  .article-author__cta {
    display: inline-flex;
  }
}


/*# sourceMappingURL=src_app_b852aa._.css.map*/
