/* =========================================================
   ArvinoGroup Premium Design System
   Palette: Emerald / Dark / Neutral / White
   ========================================================= */

:root,
.agf-theme-dark {
  /* Brand */
  --agf-green: #21C77A;
  --agf-green-hover: #32E69A;
  --agf-emerald: #083D3F;
  --agf-dark: #031012;
  --agf-surface-dark: #081F21;
  --agf-mint: #CFF7E7;

  /* Surfaces */
  --agf-bg: #FAFBFB;
  --agf-bg-2: #FFFFFF;
  --agf-bg-muted: #EEF1F1;
  --agf-border: #DDE2E2;
  --agf-border-soft: rgba(221, 226, 226, 0.85);

  /* Text */
  --agf-text: #172020;
  --agf-muted: #6C7A79;
  --agf-heading: #031012;
  --agf-on-dark: #FFFFFF;
  --agf-on-green: #031012;

  /* Semantic aliases (compat with existing agf-* usage) */
  --agf-primary: #031012;
  --agf-secondary: #21C77A;
  --agf-accent: #21C77A;
  --agf-accent-2: #32E69A;
  --agf-accent-3: #083D3F;
  --agf-surface: rgba(255, 255, 255, 0.96);
  --agf-surface-2: #FFFFFF;
  --agf-card-bg: #FFFFFF;
  --agf-section-a: #FAFBFB;
  --agf-section-b: #EEF1F1;
  --agf-section-dark: #081F21;
  --agf-section-hero: #031012;
  --agf-header-bg: rgba(3, 16, 18, 0.78);
  --agf-footer-bg: #081F21;

  /* Effects */
  --agf-radius-sm: 10px;
  --agf-radius-md: 12px;
  --agf-radius-lg: 16px;
  --agf-radius-xl: 20px;
  --agf-radius-2xl: 24px;
  --agf-radius-pill: 999px;
  --agf-shadow: 0 10px 30px rgba(3, 16, 18, 0.06);
  --agf-shadow-md: 0 16px 40px rgba(3, 16, 18, 0.09);
  --agf-shadow-lg: 0 24px 60px rgba(3, 16, 18, 0.12);
  --agf-glow: 0 0 40px rgba(33, 199, 122, 0.22);
  --agf-glow-soft: 0 0 60px rgba(33, 199, 122, 0.14);
  --agf-transition: 0.28s cubic-bezier(0.4, 0, 0.2, 1);

  /* Bridge to legacy site color */
  --color-site: #031012;
  color-scheme: light;
}

/* ---------- Base ---------- */
.agf-theme-dark,
.agf-theme-dark body {
  background-color: var(--agf-bg);
  color: var(--agf-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.agf-theme-dark ::selection {
  background: rgba(33, 199, 122, 0.28);
  color: var(--agf-heading);
}

.agf-theme-dark a {
  text-decoration: none;
  transition: color var(--agf-transition);
}

.agf-theme-dark a:hover {
  color: var(--agf-green);
  text-decoration: none;
}

.agf-theme-dark h1,
.agf-theme-dark h2,
.agf-theme-dark h3,
.agf-theme-dark h4,
.agf-theme-dark h5,
.agf-theme-dark h6 {
  color: var(--toria-accent);
  letter-spacing: -0.02em;
}

.agf-theme-dark .text-dark {
  color: var(--agf-heading) !important;
}

.agf-theme-dark .text-muted {
  color: var(--agf-muted) !important;
}

.agf-theme-dark .bg-white {
  background-color: var(--agf-bg-2) !important;
}

.agf-theme-dark .bg-light {
  background-color: var(--agf-bg-muted) !important;
}

.agf-theme-dark .main_wrap {
  background: transparent;
  min-height: 100vh;
}

.agf-theme-dark .main_wrap .main_wrap_margin_top {
  margin: 88px 0 0;
}

/* ---------- Buttons ---------- */
.agf-btn,
.agf-theme-dark .btn-agf-primary,
.agf-theme-dark .agf-hero-actions .btn-warning,
.agf-theme-dark .btn-success {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--agf-green) !important;
  border: 1px solid var(--agf-green) !important;
  color: var(--agf-on-green) !important;
  border-radius: var(--agf-radius-md) !important;
  font-weight: 600;
  padding: 0.7rem 1.35rem;
  box-shadow: 0 8px 24px rgba(33, 199, 122, 0.28);
  transition: all var(--agf-transition);
}

.agf-btn:hover,
.agf-theme-dark .btn-agf-primary:hover,
.agf-theme-dark .agf-hero-actions .btn-warning:hover,
.agf-theme-dark .btn-success:hover {
  background: var(--agf-green-hover) !important;
  border-color: var(--agf-green-hover) !important;
  color: var(--agf-on-green) !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(33, 199, 122, 0.36);
}

.agf-btn-outline,
.agf-theme-dark .btn-agf-outline,
.agf-theme-dark .agf-hero-actions .btn-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: transparent !important;
  border: 1px solid var(--agf-green) !important;
  color: var(--agf-green) !important;
  border-radius: var(--agf-radius-md) !important;
  font-weight: 600;
  padding: 0.7rem 1.35rem;
  transition: all var(--agf-transition);
}

.agf-btn-outline:hover,
.agf-theme-dark .btn-agf-outline:hover,
.agf-theme-dark .agf-hero-actions .btn-outline-light:hover {
  background: rgba(33, 199, 122, 0.12) !important;
  border-color: var(--agf-green-hover) !important;
  color: var(--agf-green-hover) !important;
}

.agf-btn-secondary,
.agf-theme-dark .btn-agf-secondary {
  background: #fff !important;
  border: 1px solid var(--agf-border) !important;
  color: var(--agf-heading) !important;
  border-radius: var(--agf-radius-md) !important;
  font-weight: 600;
  box-shadow: var(--agf-shadow);
}

.agf-btn-secondary:hover,
.agf-theme-dark .btn-agf-secondary:hover {
  border-color: var(--agf-green) !important;
  color: var(--agf-green) !important;
  box-shadow: var(--agf-glow-soft);
}

.agf-theme-dark .btn-dark {
  background: var(--agf-dark) !important;
  border-color: var(--agf-dark) !important;
  color: #fff !important;
  border-radius: var(--agf-radius-md);
}

.agf-theme-dark .btn-dark:hover {
  background: var(--agf-emerald) !important;
  border-color: var(--agf-emerald) !important;
}

.agf-theme-dark .btn-outline-dark {
  color: var(--agf-heading);
  border-color: var(--agf-border);
  border-radius: var(--agf-radius-md);
}

.agf-theme-dark .btn-outline-dark:hover {
  background: rgba(33, 199, 122, 0.08);
  border-color: var(--agf-green);
  color: var(--agf-green);
}

/* ---------- Cards ---------- */
.agf-card,
.agf-theme-dark .card {
  background: var(--agf-card-bg);
  border: 1px solid var(--agf-border);
  border-radius: var(--agf-radius-xl);
  box-shadow: var(--agf-shadow);
  color: var(--agf-text);
  transition: all var(--agf-transition);
}

.agf-card:hover,
.agf-theme-dark .card:hover {
  border-color: rgba(33, 199, 122, 0.45);
  box-shadow: var(--agf-shadow-md), var(--agf-glow-soft);
  transform: translateY(-3px);
}

.agf-theme-dark .modal-content {
  background: var(--agf-card-bg);
  border: 1px solid var(--agf-border);
  border-radius: var(--agf-radius-xl);
  box-shadow: var(--agf-shadow-lg);
  color: var(--agf-text);
}

.agf-theme-dark .dropdown-menu,
.agf-theme-dark .list-group-item {
  background-color: var(--agf-card-bg);
  border-color: var(--agf-border);
  color: var(--agf-text);
}

.agf-theme-dark .dropdown-item {
  color: var(--agf-text);
}

.agf-theme-dark .dropdown-item:hover,
.agf-theme-dark .dropdown-item:focus {
  color: var(--agf-heading);
  background: rgba(33, 199, 122, 0.08);
}

/* ---------- Forms ---------- */
.agf-theme-dark .form-control,
.agf-theme-dark input:not([type="checkbox"]):not([type="radio"]),
.agf-theme-dark select,
.agf-theme-dark textarea {
  background-color: #fff;
  border: 1px solid var(--agf-border);
  color: var(--agf-text);
  border-radius: var(--agf-radius-sm);
}

.agf-theme-dark .form-control:focus,
.agf-theme-dark input:focus,
.agf-theme-dark select:focus,
.agf-theme-dark textarea:focus {
  background-color: #fff;
  border-color: rgba(33, 199, 122, 0.65);
  box-shadow: 0 0 0 0.2rem rgba(33, 199, 122, 0.18);
  color: var(--agf-heading);
}

.agf-theme-dark .input-group-text {
  background-color: var(--agf-bg-muted);
  border-color: var(--agf-border);
  color: var(--agf-muted);
}

/* ---------- Borders / Tables ---------- */
.agf-theme-dark .border,
.agf-theme-dark .border-top,
.agf-theme-dark .border-bottom,
.agf-theme-dark .border-left,
.agf-theme-dark .border-right {
  border-color: var(--agf-border) !important;
}

.agf-theme-dark .table,
.agf-theme-dark .table th,
.agf-theme-dark .table td {
  color: var(--agf-text);
  border-color: var(--agf-border);
}

.agf-theme-dark .table-hover tbody tr:hover {
  background-color: rgba(33, 199, 122, 0.05) !important;
}

/* ---------- Section helpers ---------- */
.agf-section {
  padding: 4.5rem 0;
  position: relative;
}

.agf-section--white {
  background: var(--agf-bg-2);
}

.agf-section--soft {
  background: var(--agf-bg);
}

.agf-section--muted {
  background: var(--agf-bg-muted);
}

.agf-section--dark {
  background:
    radial-gradient(ellipse 60% 50% at 80% 20%, rgba(33, 199, 122, 0.12), transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(8, 61, 63, 0.55), transparent 60%),
    var(--agf-section-dark);
  color: var(--agf-on-dark);
}

.agf-section--dark h1,
.agf-section--dark h2,
.agf-section--dark h3,
.agf-section--dark h4,
.agf-section--dark h5,
.agf-section--dark h6,
.agf-section--hero h1,
.agf-section--hero h2,
.agf-section--hero h3 {
  color: #fff;
}

.agf-section--hero {
  background:
    radial-gradient(ellipse 70% 55% at 70% 30%, rgba(33, 199, 122, 0.16), transparent 55%),
    radial-gradient(ellipse 45% 40% at 15% 70%, rgba(8, 61, 63, 0.7), transparent 60%),
    linear-gradient(160deg, #031012 0%, #083D3F 55%, #031012 100%);
  color: #fff;
}

.agf-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem;
  border-radius: var(--agf-radius-pill);
  background: rgba(33, 199, 122, 0.1);
  border: 1px solid rgba(33, 199, 122, 0.28);
  color: var(--agf-green);
  font-size: 0.85rem;
  font-weight: 600;
}

.agf-section--dark .agf-section__eyebrow,
.agf-section--hero .agf-section__eyebrow {
  background: rgba(33, 199, 122, 0.14);
  border-color: rgba(33, 199, 122, 0.35);
  color: var(--agf-mint);
}

.agf-section__title {
  font-size: clamp(1.6rem, 2.4vw, 2.25rem);
  font-weight: 700;
  margin: 0.75rem 0 0.5rem;
  color: var(--agf-heading);
}

.agf-section--dark .agf-section__title,
.agf-section--hero .agf-section__title {
  color: #fff;
}

.agf-section__desc {
  color: var(--agf-muted);
  max-width: 36rem;
  line-height: 1.85;
  margin: 0;
}

.agf-section--dark .agf-section__desc,
.agf-section--hero .agf-section__desc {
  color: rgba(255, 255, 255, 0.72);
}

/* ---------- Chips ---------- */
.agf-theme-dark .agf-chip {
  background: rgba(33, 199, 122, 0.08);
  border: 1px solid rgba(33, 199, 122, 0.22);
  color: var(--agf-heading);
  border-radius: var(--agf-radius-pill);
}

.agf-theme-dark .agf-chip i {
  color: var(--agf-green);
}

/* ---------- Legacy gradient bridges ---------- */
.agf-theme-dark .bg-site-gradient,
.agf-theme-dark .bg-site-gradient1 {
  background-image: none !important;
  background:
    radial-gradient(ellipse 60% 50% at 85% 15%, rgba(33, 199, 122, 0.14), transparent 55%),
    linear-gradient(145deg, #031012 0%, #083D3F 48%, #081F21 100%) !important;
}

.agf-theme-dark .bg-lightbluegrad {
  background: rgba(33, 199, 122, 0.06) !important;
}

.agf-theme-dark .bg-darkblue {
  background:
    radial-gradient(ellipse 50% 50% at 80% 20%, rgba(33, 199, 122, 0.12), transparent 60%),
    var(--agf-surface-dark) !important;
}

.agf-theme-dark .floatingbutton-redes a,
.agf-theme-dark .floatingbutton-icon-mas2 {
  /* styled by .agf-fab in modern-header.css */
}

.agf-theme-dark .floatingbutton-icon-mas2 b {
  color: inherit;
}

.agf-theme-dark .agf-about-media__overlay {
  background-color: rgba(3, 16, 18, 0.35);
  mix-blend-mode: multiply;
}

.agf-theme-dark .select2-container--classic .select2-selection--multiple .select2-selection__choice,
.agf-theme-dark .select2-container--default .select2-selection--multiple .select2-selection__choice,
.agf-theme-dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: rgba(33, 199, 122, 0.08) !important;
  color: var(--agf-text) !important;
  border-color: var(--agf-border) !important;
}

/* ---------- Radius utilities used in views ---------- */
.radius20 {
  border-radius: var(--agf-radius-2xl) !important;
}

/* ---------- Soft page padding for mobile bottom nav ---------- */
@media (max-width: 768px) {
  .agf-theme-dark .main_wrap {
    padding-bottom: 88px;
  }
}

/* ---------- Blog component (home + article pages) ---------- */
.ah-blog {
  --ahb-ink: #fff;
  --ahb-dark: #E8F7F0;
  --ahb-muted: rgba(255, 255, 255, 0.68);
  --ahb-line: #EEF1F1;
  --ahb-green: #21C77A;
  --ahb-green-2: #32E69A;
  position: relative;
  isolation: isolate;
  direction: rtl;
  padding: 56px 0 48px;
  overflow: hidden;
  background: linear-gradient(165deg, #031012 0%, #083D3F 52%, #052628 100%);
  color: #fff;
}

.ah-blog::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 10%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 10%, transparent 75%);
}

.ah-blog::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  top: -80px;
  left: 8%;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  background: rgba(33, 199, 122, 0.22);
  filter: blur(48px);
}

.ah-blog .ah-wrap,
.ah-blog > .container {
  position: relative;
  z-index: 1;
  max-width: 1100px;
}

.ah-blog__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 36px;
}

.ah-blog__head h2 {
  margin: 0 0 6px;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

.ah-blog__head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  line-height: 1.8;
}

.ah-blog__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.ah-blog__more i {
  font-size: 0.75rem;
}

.ah-blog__more:hover {
  border-color: rgba(33, 199, 122, 0.55);
  background: rgba(33, 199, 122, 0.18);
  color: #fff;
}

.ah-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ah-blog__card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.ah-blog__card:hover {
  transform: translateY(-4px);
  border-color: rgba(33, 199, 122, 0.45);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.ah-blog__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #E8EEEE;
}

.ah-blog__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.ah-blog__card:hover .ah-blog__media img {
  transform: scale(1.05);
}

.ah-blog__cat {
  position: absolute;
  top: 12px;
  right: 12px;
  max-width: calc(100% - 24px);
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(3, 16, 18, 0.72);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  backdrop-filter: blur(6px);
}

.ah-blog__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px 18px 16px;
}

.ah-blog__body h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: -0.01em;
}

.ah-blog__body h3 a {
  color: #031012;
  text-decoration: none;
  transition: color 0.2s ease;
}

.ah-blog__body h3 a:hover {
  color: #083D3F;
}

.ah-blog__body p {
  margin: 0 0 16px;
  color: #6C7A79;
  font-size: 0.84rem;
  line-height: 1.85;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ah-blog__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #F0F3F3;
}

.ah-blog__rate {
  display: inline-flex;
  gap: 2px;
  color: #D5DDDD;
  font-size: 0.7rem;
}

.ah-blog__rate .is-on {
  color: var(--ahb-green);
}

.ah-blog__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #083D3F;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}

.ah-blog__link i {
  font-size: 0.72rem;
}

.ah-blog__link:hover {
  color: var(--ahb-green-2);
  gap: 9px;
}

@media (max-width: 991.98px) {
  .ah-blog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .ah-blog {
    padding: 40px 0 32px;
  }

  .ah-blog__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .ah-blog__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* ---------- FAQ component ---------- */
.ah-faq {
  direction: rtl;
  padding: 48px 0;
  background: #fff;
}

.ah-faq .ah-wrap,
.ah-faq > .container {
  max-width: 780px;
}

.ah-faq__head {
  text-align: center;
  margin: 0 auto 32px;
}

.ah-faq__head h2 {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 800;
  color: #031012;
  letter-spacing: -0.02em;
}

.ah-faq__head p {
  margin: 0;
  color: #6C7A79;
  font-size: 0.92rem;
  line-height: 1.9;
}

.ah-faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ah-faq__item {
  background: #FAFBFB;
  border: 1px solid #EEF1F1;
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ah-faq__item:has(.ah-faq__q.active) {
  border-color: rgba(33, 199, 122, 0.35);
  background: #fff;
  box-shadow: 0 10px 28px rgba(3, 16, 18, 0.05);
}

.ah-faq .collapsible.ah-faq__q {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100% !important;
  margin: 0 !important;
  padding: 16px 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #031012 !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  line-height: 1.7 !important;
  text-align: right !important;
  cursor: pointer;
}

.ah-faq .collapsible.ah-faq__q::after {
  display: none !important;
  content: none !important;
}

.ah-faq .collapsible.ah-faq__q > span {
  flex: 1;
}

.ah-faq .collapsible.ah-faq__q > i {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(33, 199, 122, 0.12);
  color: #083D3F;
  font-size: 0.72rem;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.ah-faq .collapsible.ah-faq__q.active > i {
  transform: rotate(45deg);
  background: #21C77A;
  color: #031012;
}

.ah-faq__a {
  max-height: 0;
  overflow: hidden;
  padding: 0 18px;
  transition: max-height 0.28s ease;
}

.ah-faq__a .ck-content,
.ah-faq__a p {
  margin: 0 0 16px;
  color: #4A5857;
  font-size: 0.88rem;
  line-height: 1.95;
  text-align: justify;
}

.ah-faq__footer {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.ah-faq__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #DDE2E2;
  background: #fff;
  color: #083D3F;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.ah-faq__more:hover {
  border-color: rgba(33, 199, 122, 0.45);
  background: rgba(33, 199, 122, 0.1);
  color: #031012;
}

/* ---------- ContactUs component ---------- */
.ah-contact {
  --ac-ink: #031012;
  --ac-green: #21C77A;
  --ac-deep: #083D3F;
  position: relative;
  isolation: isolate;
  direction: rtl;
  overflow: hidden;
  padding: 72px 0 68px;
  color: #fff;
  background: linear-gradient(165deg, #031012 0%, #052628 52%, #031012 100%);
}

.ah-contact__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.ah-contact__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.ah-contact__orb--1 {
  width: min(420px, 55vw);
  height: min(420px, 55vw);
  top: -18%;
  left: -8%;
  background: radial-gradient(circle, rgba(33, 199, 122, 0.22), transparent 68%);
  animation: ahContactDrift 18s ease-in-out infinite alternate;
}

.ah-contact__orb--2 {
  width: min(340px, 48vw);
  height: min(340px, 48vw);
  bottom: -22%;
  right: -6%;
  background: radial-gradient(circle, rgba(8, 61, 63, 0.85), transparent 70%);
  animation: ahContactDrift 22s ease-in-out infinite alternate-reverse;
}

.ah-contact__grid {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 25%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 25%, transparent 78%);
}

.ah-contact__line {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(480px, 70%);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(184, 149, 74, 0.55), transparent);
}

.ah-contact .ah-wrap,
.ah-contact > .container,
.ah-contact__inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
}

.ah-contact__head {
  text-align: center;
  max-width: 38rem;
  margin: 0 auto 36px;
  animation: ahContactIn 0.65s ease both;
}

.ah-contact__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(33, 199, 122, 0.95);
}

.ah-contact__head h2 {
  margin: 0 0 12px;
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.25;
  background: linear-gradient(105deg, #fff 20%, #CFF7E7 58%, #21C77A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ah-contact__head p {
  margin: 0 auto;
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
  line-height: 1.9;
}

.ah-contact__channels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
  animation: ahContactIn 0.75s ease 0.08s both;
}

@media (min-width: 900px) {
  .ah-contact__channels {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
  }
}

.ah-contact__channel {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 16px;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

a.ah-contact__channel:hover {
  transform: translateY(-3px);
  background: rgba(33, 199, 122, 0.12);
  border-color: rgba(33, 199, 122, 0.42);
  color: #fff;
  text-decoration: none;
}

.ah-contact__channel--static {
  cursor: default;
}

.ah-contact__ico {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(33, 199, 122, 0.14);
  color: #21C77A;
  font-size: 1.05rem;
}

.ah-contact__channel--wa .ah-contact__ico {
  background: rgba(37, 211, 102, 0.16);
  color: #25D366;
}

.ah-contact__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.ah-contact__meta strong {
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}

.ah-contact__meta span {
  font-size: 0.86rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.58);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ah-contact__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 18px;
  animation: ahContactIn 0.8s ease 0.14s both;
}

.ah-contact__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: 999px;
  background: #21C77A;
  color: #031012;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  border: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}

.ah-contact__cta:hover {
  background: #32E69A;
  color: #031012;
  transform: translateY(-2px);
  text-decoration: none;
}

.ah-contact__ghost {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.ah-contact__ghost:hover {
  color: #fff;
  border-color: rgba(33, 199, 122, 0.7);
  text-decoration: none;
}

@keyframes ahContactIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes ahContactDrift {
  from { transform: translate(0, 0); }
  to { transform: translate(18px, -12px); }
}

@media (max-width: 575.98px) {
  .ah-contact {
    padding: 56px 0 52px;
  }

  .ah-contact__channels {
    grid-template-columns: 1fr;
  }

  .ah-contact__actions {
    flex-direction: column;
  }

  .ah-contact__cta {
    width: 100%;
    justify-content: center;
  }
}
