.agf-parallax-hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  background-color: var(--agf-primary, #1a0a3c);
  --agf-heading: #ffffff;
  --agf-text: rgba(255, 255, 255, 0.92);
  --agf-muted: rgba(255, 255, 255, 0.76);
  --agf-border: rgba(255, 255, 255, 0.14);
  --agf-surface: rgba(255, 255, 255, 0.06);
  --agf-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  padding: 88px 0 56px;
}

.agf-parallax-hero__bg {
  position: absolute;
  inset: -10%;
  background-image: var(--agf-hero-bg);
  background-color: rgba(0, 0, 0, 0.16);
  background-size: cover;
  background-position: center;
  transform: translate3d(0, 0, 0) scale(1.08);
  filter: saturate(1.1) contrast(1.05);
}

.agf-parallax-hero__layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.agf-parallax-hero__layer--glow {
  opacity: 0.9;
  background: rgba(212, 163, 83, 0.08);
  mix-blend-mode: screen;
}

.agf-parallax-hero__layer--shapes {
  opacity: 0.9;
}

.agf-parallax-hero__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.agf-parallax-hero__layer--noise {
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.agf-parallax-hero__content {
  position: relative;
  z-index: 2;
}
.agf-hero-actions .btn:hover {
    background-color: #bb9265 !important;
    color:white !important;
}
.agf-hero-card {
    padding: 34px 26px;
    border-radius: 24px;
    background: var(--agf-surface, rgba(255, 255, 255, 0.06));
    border: 1px solid var(--agf-border, rgba(255, 255, 255, 0.14));
    box-shadow: var(--agf-shadow, 0 30px 80px rgba(0, 0, 0, 0.35));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.agf-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(212, 163, 83, 0.16);
  border: 1px solid rgba(212, 163, 83, 0.36);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 600;
}

.agf-hero-title {
  margin: 14px 0 10px;
  font-size: 40px;
  line-height: 1.35;
  letter-spacing: -0.4px;
}

.agf-hero-subtitle {
  margin: 0;
  min-height: 34px;
  color: var(--agf-muted, rgba(255, 255, 255, 0.82));
  font-size: 16px;
  line-height: 1.95;
}

.agf-hero-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.agf-hero-actions .btn {
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.agf-hero-mini-stats {
  margin-top: 22px;
  padding-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  border-top: 1px solid var(--agf-border, rgba(255, 255, 255, 0.14));
}

.agf-hero-mini-stats__item {
  text-align: center;
  border-radius: 18px;
  padding: 12px 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.agf-hero-mini-stats__num {
  font-size: 22px;
  font-weight: 800;
  color: var(--agf-heading, #ffffff);
}

.agf-hero-mini-stats__label {
  margin-top: 2px;
  font-size: 12.5px;
  color: var(--agf-muted, rgba(255, 255, 255, 0.75));
}

.agf-hero-showcase {
  position: relative;
  width: 100%;
  height: 460px;
}

.agf-hero-showcase__card {
  position: absolute;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.agf-hero-showcase__card--1 {
  top: 20px;
  right: 0;
  width: 78%;
  height: 170px;
  transform: rotate(-2deg);
  background-size: cover;
  background-position: center;
}

.agf-hero-showcase__card--2 {
  top: 150px;
  left: 0;
  width: 88%;
  height: 185px;
  transform: rotate(3deg);
  background-size: cover;
  background-position: center;
}

.agf-hero-showcase__card--3 {
  bottom: 10px;
  right: 10%;
  width: 70%;
  height: 140px;
  transform: rotate(-1deg);
  background-size: cover;
  background-position: center;
}

.agf-hero-scroll {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.25s ease;
}

.agf-hero-scroll:hover {
  color: #fff;
  transform: translateY(-2px);
}

.agf-hero-scroll__mouse {
  width: 24px;
  height: 38px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  position: relative;
}

.agf-hero-scroll__mouse::after {
  content: "";
  width: 4px;
  height: 8px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: agfScrollDot 1.6s ease-in-out infinite;
}

.agf-hero-scroll__text {
  font-size: 13px;
  font-weight: 600;
}

@keyframes agfScrollDot {
  0% {
    opacity: 0.25;
    transform: translate(-50%, 0);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, 10px);
  }
  100% {
    opacity: 0.25;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 991.98px) {
  .agf-parallax-hero {
    min-height: 74vh;
    padding: 72px 0 46px;
  }

  .agf-hero-title {
    font-size: 30px;
  }

  .agf-hero-mini-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .agf-hero-scroll__mouse::after {
    animation: none;
  }
}

.agf-home-block {
  position: relative;
  padding: 74px 0;
}

.agf-home-title {
  margin-bottom: 34px;
}

.agf-home-title h2 {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.4px;
  color: var(--agf-heading, #0f172a);
}

.agf-home-title p {
  margin: 0;
  font-size: 14.5px;
  color: var(--agf-muted, rgba(15, 23, 42, 0.72));
  line-height: 1.95;
}

.agf-home-block--highlights {
  background: var(--agf-section-a, var(--agf-bg-2, #ffffff));
}

.agf-highlight-card {
  height: 100%;
  padding: 22px 18px;
  border-radius: 22px;
  background: var(--agf-surface, rgba(255, 255, 255, 0.9));
  border: 1px solid var(--agf-border, rgba(2, 6, 23, 0.08));
  box-shadow: var(--agf-shadow, 0 18px 48px rgba(2, 6, 23, 0.08));
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.agf-highlight-card:hover {
  transform: translateY(-6px);
  border-color: rgba(26, 10, 60, 0.22);
  box-shadow: var(--agf-shadow, 0 24px 70px rgba(2, 6, 23, 0.12));
}

.agf-highlight-card__icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(26, 10, 60, 0.08);
  border: 1px solid rgba(26, 10, 60, 0.16);
  color: var(--agf-accent, #1a0a3c);
  font-size: 22px;
  margin: 0 auto 14px;
}

.agf-highlight-card__title {
  text-align: center;
  font-weight: 800;
  font-size: 15px;
  color: var(--agf-heading, #0f172a);
}

.agf-highlight-card__text {
  margin-top: 6px;
  text-align: center;
  font-size: 13px;
  color: var(--agf-muted, rgba(15, 23, 42, 0.68));
}

.agf-home-block--kpi {
  background-color: var(--agf-primary, #1a0a3c);
  --agf-heading: #ffffff;
  --agf-text: rgba(255, 255, 255, 0.92);
  --agf-muted: rgba(255, 255, 255, 0.76);
  --agf-border: rgba(255, 255, 255, 0.14);
  --agf-surface: rgba(255, 255, 255, 0.06);
  --agf-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.agf-kpi-card {
  height: 100%;
  padding: 22px 18px;
  border-radius: 22px;
  background: var(--agf-surface, rgba(255, 255, 255, 0.06));
  border: 1px solid var(--agf-border, rgba(255, 255, 255, 0.12));
  box-shadow: var(--agf-shadow, 0 24px 70px rgba(0, 0, 0, 0.35));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  text-align: center;
  position: relative;
  z-index: 1;
}

.agf-kpi-card__num {
  font-size: 34px;
  font-weight: 900;
  color: var(--agf-heading, #e0e7ff);
  letter-spacing: -0.4px;
}

.agf-kpi-card__label {
  margin-top: 6px;
  font-size: 13.5px;
  color: var(--agf-muted, rgba(255, 255, 255, 0.76));
}

.agf-home-block--services {
  background: var(--agf-section-a, var(--agf-bg-2, #f8fafc));
}

.agf-service-card {
  height: 100%;
  padding: 22px 20px 18px;
  border-radius: 24px;
  background: var(--agf-surface, rgba(255, 255, 255, 0.92));
  border: 1px solid var(--agf-border, rgba(2, 6, 23, 0.08));
  box-shadow: var(--agf-shadow, 0 18px 52px rgba(2, 6, 23, 0.08));
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.agf-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(26, 10, 60, 0.18);
  box-shadow: var(--agf-shadow, 0 28px 78px rgba(2, 6, 23, 0.12));
}

.agf-service-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.agf-service-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(26, 10, 60, 0.08);
  border: 1px solid rgba(26, 10, 60, 0.16);
  color: var(--agf-accent, #1a0a3c);
  font-size: 20px;
  flex: 0 0 auto;
}

.agf-service-card__title {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  color: var(--agf-heading, #0f172a);
}

.agf-service-card__text {
  margin: 0;
  font-size: 13.5px;
  color: var(--agf-muted, rgba(15, 23, 42, 0.7));
  line-height: 1.95;
}

.agf-home-cta {
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.agf-home-block--features {
  background: var(--agf-section-b, var(--agf-bg, #ffffff));
}

.agf-feature-card {
  height: 100%;
  padding: 22px 18px;
  border-radius: 24px;
  background: var(--agf-surface, rgba(255, 255, 255, 0.95));
  border: 1px solid var(--agf-border, rgba(2, 6, 23, 0.08));
  box-shadow: var(--agf-shadow, 0 18px 52px rgba(2, 6, 23, 0.08));
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  text-align: center;
}

.agf-feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 163, 83, 0.36);
  box-shadow: var(--agf-shadow, 0 28px 78px rgba(2, 6, 23, 0.12));
}

.agf-feature-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  background: rgba(212, 163, 83, 0.18);
  border: 1px solid rgba(212, 163, 83, 0.28);
  color: var(--agf-accent, #1a0a3c);
  font-size: 22px;
}

.agf-feature-card__title {
  font-weight: 900;
  font-size: 15px;
  color: var(--agf-heading, #0f172a);
}

.agf-feature-card__text {
  margin-top: 6px;
  font-size: 13px;
  color: var(--agf-muted, rgba(15, 23, 42, 0.68));
  line-height: 1.85;
}

.agf-home-block--advantages {
  background-color: var(--agf-primary, #1a0a3c);
  --agf-heading: #ffffff;
  --agf-text: rgba(255, 255, 255, 0.92);
  --agf-muted: rgba(255, 255, 255, 0.76);
  --agf-border: rgba(255, 255, 255, 0.14);
  --agf-surface: rgba(255, 255, 255, 0.06);
  --agf-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.agf-adv-card {
  height: 100%;
  padding: 22px 20px;
  border-radius: 26px;
  background: var(--agf-surface, rgba(255, 255, 255, 0.06));
  border: 1px solid var(--agf-border, rgba(255, 255, 255, 0.12));
  box-shadow: var(--agf-shadow, 0 24px 70px rgba(0, 0, 0, 0.35));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.agf-adv-card:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 163, 83, 0.36);
  box-shadow: var(--agf-shadow, 0 30px 90px rgba(0, 0, 0, 0.46));
}

.agf-adv-card__icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 163, 83, 0.18);
  border: 1px solid rgba(212, 163, 83, 0.28);
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  flex: 0 0 auto;
}

.agf-adv-card__content h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 900;
  color: var(--agf-heading, #fff);
}

.agf-adv-card__content p {
  margin: 0;
  font-size: 13.5px;
  color: var(--agf-muted, rgba(255, 255, 255, 0.74));
  line-height: 1.9;
}

.agf-home-block--about {
  background: var(--agf-section-b, var(--agf-bg, #ffffff));
}

.agf-about-card {
  position: relative;
  padding: 26px 22px;
  border-radius: 26px;
  background: var(--agf-surface, rgba(255, 255, 255, 0.92));
  border: 1px solid var(--agf-border, rgba(2, 6, 23, 0.08));
  box-shadow: var(--agf-shadow, 0 20px 62px rgba(2, 6, 23, 0.1));
}

.agf-about-card__title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 900;
  color: var(--agf-heading, #0f172a);
}

.agf-about-card__text {
  margin: 0;
  font-size: 14px;
  color: var(--agf-muted, rgba(15, 23, 42, 0.74));
  line-height: 2.05;
}

.agf-about-chips {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.agf-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(26, 10, 60, 0.05);
  border: 1px solid var(--agf-border, rgba(26, 10, 60, 0.14));
  color: var(--agf-text, rgba(15, 23, 42, 0.82));
  font-size: 13px;
  font-weight: 700;
}

.agf-chip i {
  color: var(--agf-accent-2, #d4a353);
}

.agf-about-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.agf-about-actions .btn {
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.agf-about-media {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 28px 90px rgba(2, 6, 23, 0.18);
}

.agf-about-media img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.02);
}

.agf-about-media__overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 10, 60, 0.18);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.agf-home-block--testimonials {
  background-color: var(--agf-primary, #1a0a3c);
  --agf-heading: #ffffff;
  --agf-text: rgba(255, 255, 255, 0.92);
  --agf-muted: rgba(255, 255, 255, 0.76);
  --agf-border: rgba(255, 255, 255, 0.14);
  --agf-surface: rgba(255, 255, 255, 0.06);
  --agf-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.agf-testimonial-card {
  height: 100%;
  padding: 22px 20px;
  border-radius: 26px;
  background: var(--agf-surface, rgba(255, 255, 255, 0.06));
  border: 1px solid var(--agf-border, rgba(255, 255, 255, 0.12));
  /*box-shadow: var(--agf-shadow, 0 24px 70px rgba(0, 0, 0, 0.35));*/
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.agf-testimonial-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.agf-testimonial-stars {
  display: inline-flex;
  gap: 4px;
  color: #d4a353;
  font-size: 14px;
}

.agf-testimonial-quote {
  color: rgba(229, 231, 235, 0.6);
  font-size: 20px;
}

.agf-testimonial-text {
  margin: 0;
  color: var(--agf-muted, rgba(255, 255, 255, 0.82));
  font-size: 13.8px;
  line-height: 2;
}

.agf-testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.agf-avatar {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: var(--agf-primary, #1a0a3c);
  background: var(--agf-secondary, #d4a353);
}

.agf-avatar--alt {
  background: rgba(255, 255, 255, 0.9);
}

.agf-avatar--gold {
  background: rgba(212, 163, 83, 0.9);
}

.agf-testimonial-name {
  font-weight: 900;
  color: #fff;
  font-size: 14px;
}

.agf-testimonial-role {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 2px;
}

.agf-testimonials-carousel .owl-stage-outer {
  padding: 10px 4px 26px;
}

.agf-testimonials-carousel .owl-nav {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.agf-testimonials-carousel .owl-nav button {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  border: 1px solid rgba(212, 163, 83, 0.35);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  transition: background-color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.agf-testimonials-carousel .owl-nav button:hover {
  background: rgba(212, 163, 83, 0.14);
  border-color: rgba(212, 163, 83, 0.55);
  transform: translateY(-1px);
}

.agf-testimonials-carousel .owl-nav button span {
  font-size: 26px;
  line-height: 1;
}

.agf-testimonials-carousel .owl-dots {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.agf-testimonials-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.35);
  display: block;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.agf-testimonials-carousel .owl-dots .owl-dot.active span {
  background: rgba(212, 163, 83, 0.95);
  transform: scale(1.2);
}

@media (max-width: 991.98px) {
  .agf-home-block {
    padding: 56px 0;
  }

  .agf-home-title h2 {
    font-size: 24px;
  }
}
