.video-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  align-items: center;
  justify-content: center;
}
.reveal.enginerr.in {
  text-align: center;
  margin-bottom: 50px;
}
.modal-content {
  width: 90%;
  max-width: 900px;
  position: relative;
}
.modal-content video {
  width: 100%;
  border-radius: 24px;
}
.close-modal {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 32px;
  cursor: pointer;
}
#scroll-bar {
  display: none;
}
#cursor-glow {
  pointer-events: none;
  position: fixed;
  z-index: 9999;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    rgba(7, 95, 72, 0.08) 0%,
    rgba(7, 95, 72, 0.04) 40%,
    transparent 70%
  );
  transition: opacity 0.3s;
  opacity: 0;
}
.nav-links {
  position: relative;
}
#nav-pill {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  background: rgba(7, 95, 72, 0.08);
  border-radius: 8px;
  z-index: 0;
  transition:
    left 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.2s;
  opacity: 0;
  pointer-events: none;
}
.nav-links a {
  position: relative;
  z-index: 1;
}
@keyframes heroFloat {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-14px) rotate(0.4deg);
  }
  50% {
    transform: translateY(-22px) rotate(0deg);
  }
  75% {
    transform: translateY(-10px) rotate(-0.3deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
@keyframes heroShadowPulse {
  0%,
  100% {
    box-shadow:
      0 32px 64px rgba(7, 95, 72, 0.18),
      0 8px 24px rgba(7, 95, 72, 0.1);
  }
  50% {
    box-shadow:
      0 48px 80px rgba(7, 95, 72, 0.28),
      0 16px 40px rgba(7, 95, 72, 0.18);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-mockup {
    animation: none !important;
  }
}
.tilt-wrap {
  transform-style: preserve-3d;
  transition: transform 0.1s ease;
  will-change: transform;
}
.tilt-shine {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(255, 255, 255, 0.18),
    transparent 65%
  );
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s;
  z-index: 10;
}
.tilt-wrap:hover .tilt-shine {
  opacity: 1;
}
.tw-cursor {
  display: inline-block;
  width: 3px;
  background: var(--c-accent);
  animation: blink 0.7s step-end infinite;
  margin-left: 2px;
  vertical-align: baseline;
  border-radius: 2px;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
#particle-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.7;
}
:root {
  --c-bg: #f5f7fb;
  --c-surface: #ffffff;
  --c-border: #e2e8f0;
  --c-text: #0d1117;
  --c-muted: #64748b;
  --c-accent: #075f48;
  --c-sky: #10b981;
  --c-teal: #059669;
  --c-grad: linear-gradient(135deg, #075f48 0%, #10b981 100%);
  --c-grad2: linear-gradient(135deg, #10b981 0%, #059669 100%);
  --r-card: 16px;
  --r-btn: 10px;
  --shadow-sm:
    0 1px 3px rgba(15, 23, 42, 0.06), 0 1px 2px rgba(15, 23, 42, 0.04);
  --shadow-md:
    0 4px 16px rgba(15, 23, 42, 0.08), 0 2px 6px rgba(15, 23, 42, 0.05);
  --shadow-lg:
    0 20px 48px rgba(15, 23, 42, 0.12), 0 8px 16px rgba(15, 23, 42, 0.06);
  --ease: cubic-bezier(0.22, 0.68, 0, 1.2);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --font-body: "Inter", system-ui, sans-serif;
  --font-head: "Sora", system-ui, sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
}
body {
  font-family: var(--font-body);
  background: var(--c-bg);
  color: var(--c-text);
  line-height: 1.6;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
}
button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: var(--c-bg);
}
::-webkit-scrollbar-thumb {
  background: var(--c-accent);
  border-radius: 10px;
}
h1,
h2,
h3,
h4 {
  font-family: var(--font-head);
  line-height: 1.15;
}
h1 {
  font-size: clamp(2.2rem, 5vw, 3.75rem);
  font-weight: 800;
}
h2 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
}
h3 {
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  font-weight: 600;
}
p {
  color: var(--c-muted);
  line-height: 1.75;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
section {
  padding: 96px 0;
}
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--c-accent);
  background: rgba(7, 95, 72, 0.08);
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 18px;
}
.section-label svg {
  width: 11px;
  height: 11px;
}
.section-title {
  margin-bottom: 14px;
}
.section-sub {
  font-size: 1.05rem;
  max-width: 540px;
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
.text-center .section-sub {
  margin-left: auto;
  margin-right: auto;
}
.text-center .section-label {
  display: inline-flex;
  text-align: center;
}
.g {
  background: var(--c-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@property --btn-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes btn-spin {
  to {
    --btn-angle: 360deg;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--r-btn);
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition:
    transform 0.25s var(--ease),
    box-shadow 0.25s ease;
  position: relative;
}
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.13);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
.btn:hover::after {
  opacity: 1;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn:active {
  transform: translateY(0);
}
.btn-primary {
  color: #fff;
  border: 2px solid transparent;
  background:
    linear-gradient(135deg, #075f48 0%, #075F48 100%) padding-box,
    conic-gradient(
        from var(--btn-angle),
        #075F48 0%,
        #075F48 55%,
        #6ee7b7 70%,
        #34d399 75%,
        #6ee7b7 80%,
        #075f48 100%
      )
      border-box;
  box-shadow: 0 4px 20px rgba(7, 95, 72, 0.35);
  animation: btn-spin 3s linear infinite;
}
.btn-primary:hover {
  box-shadow: 0 8px 32px rgba(7, 95, 72, 0.5);
}
.btn-outline {
  color: var(--c-accent);
  border: 2px solid transparent;
  background:
    transparent padding-box,
    conic-gradient(
        from var(--btn-angle),
        #e2e8f0 0%,
        #e2e8f0 55%,
        #10b981 70%,
        #34d399 75%,
        #10b981 80%,
        #e2e8f0 100%
      )
      border-box;
  animation: btn-spin 3s linear infinite;
}
.btn-outline:hover {
  box-shadow: 0 4px 16px rgba(7, 95, 72, 0.12);
}
.btn-white {
  color: var(--c-accent);
  border: 2px solid transparent;
  background:
    #fff padding-box,
    conic-gradient(
        from var(--btn-angle),
        #e2e8f0 0%,
        #e2e8f0 55%,
        #10b981 70%,
        #34d399 75%,
        #10b981 80%,
        #e2e8f0 100%
      )
      border-box !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  animation: btn-spin 3s linear infinite;
}
.btn-white:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}
@keyframes border-run {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 400% 50%;
  }
}
.anim-border {
  position: relative;
  border-radius: var(--r-card);
}
.anim-border::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: calc(var(--r-card)+2px);
  background: linear-gradient(
    90deg,
    #075f48,
    #10b981,
    #059669,
    #075f48,
    #10b981,
    #059669
  );
  background-size: 300% 100%;
  animation: border-run 3s linear infinite;
  z-index: 0;
}
.anim-border > * {
  position: relative;
  z-index: 1;
}
.anim-inner {
  background: var(--c-surface);
  border-radius: calc(var(--r-card) - 1px);
  width: 100%;
  height: 100%;
}
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s var(--ease-out),
    transform 0.7s var(--ease-out);
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.reveal.head {
  text-align: -webkit-center;
}
.d1 {
  transition-delay: 0.1s;
}
.d2 {
  transition-delay: 0.2s;
}
.d3 {
  transition-delay: 0.3s;
}
.d4 {
  transition-delay: 0.4s;
}
.d5 {
  transition-delay: 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .anim-border::before {
    animation: none;
  }
  html {
    scroll-behavior: auto;
    overflow: hidden !important;
  }
  * {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
#nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  transform: none;
  z-index: 1000;
  background: #f5fcf8;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: box-shadow 0.3s;
  height: 90px;
}
#nav.scrolled {
  box-shadow: 0 2px 14px rgba(7, 95, 72, 0.07);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 24px;
}
@media (min-width: 1200px) {
  #nav {
    padding: 16px 0;
  }
  .nav-inner {
    /* height: 72px; */
  }
}
.nav-logo img {
  height: 60px;
  width: auto;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--c-text);
  text-decoration: none;
  flex-shrink: 0;
}
.trusted-card-tag {
  display: none;
}
.nav-logo-ico {
  width: 34px;
  height: 34px;
  background: var(--c-grad);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  box-shadow: 0 2px 10px rgba(7, 95, 72, 0.3);
}
.nav-logo span {
  color: var(--c-accent);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}
.nav-links a {
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  color: #1b3a2d;
  border-radius: 0;
  background: none;
  transition: color 0.2s;
  white-space: nowrap;
}
.nav-links a:hover {
  color: #075f48;
  background: none;
}
.nav-links a.active {
  color: #075f48;
  background: none;
  font-weight: 600;
}
.nav-cta {
  margin-left: 8px;
  flex-shrink: 0;
}
.nav-ham {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 28px;
  padding: 4px 0;
  background: none;
  border: none;
  cursor: pointer;
}
.nav-ham span {
  display: block;
  height: 2px;
  background: var(--c-text);
  border-radius: 2px;
  transition:
    transform 0.3s,
    opacity 0.3s;
}
.mob-menu {
  display: none;
  position: fixed;
  top: 90px;
  left: 24px;
  right: 24px;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(7, 95, 72, 0.13);
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(7, 95, 72, 0.13);
  padding: 16px 16px 20px;
  z-index: 999;
  flex-direction: column;
  gap: 4px;
}
.mob-menu.open {
  display: flex;
}
.mob-menu a {
  padding: 11px 16px;
  font-weight: 500;
  font-size: 0.95rem;
  border-radius: 12px;
  transition: background 0.2s;
}
.mob-menu a:hover {
  background: rgba(7, 95, 72, 0.07);
  color: var(--c-accent);
}
.mob-menu .btn {
  width: 100%;
  justify-content: center;
  margin-top: 8px;
}
@media (max-width: 820px) {
  #nav {
    width: 100%;
    border-radius: 0;
    top: 0;
  }
  .nav-links,
  .nav-cta {
    display: none;
  }
  .nav-ham {
    display: flex;
  }
  .mob-menu {
    top: 84px;
  }
}
#home {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 124px;
  position: relative;
  overflow: clip;
  background: linear-gradient(160deg, #edfaf4 0%, #f5f7fb 55%, #ecfdf5 100%);
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.hbc {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
}
.hbc:nth-child(1) {
  width: 700px;
  height: 700px;
  top: -200px;
  right: -200px;
  background: radial-gradient(
    circle,
    rgba(7, 95, 72, 0.16) 0%,
    transparent 70%
  );
}
.hbc:nth-child(2) {
  width: 500px;
  height: 500px;
  bottom: -160px;
  left: -100px;
  background: radial-gradient(
    circle,
    rgba(16, 185, 129, 0.13) 0%,
    transparent 70%
  );
}
.hbc:nth-child(3) {
  width: 300px;
  height: 300px;
  top: 40%;
  left: 35%;
  background: radial-gradient(
    circle,
    rgba(5, 150, 105, 0.09) 0%,
    transparent 70%
  );
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(7, 95, 72, 0.08);
  border: 1px solid rgba(7, 95, 72, 0.18);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--c-accent);
  margin-bottom: 22px;
}
.reveal h1 {
  font-size: 40px;
}
.dot-pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-accent);
  animation: dp 2s ease infinite;
}
@keyframes dp {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.7);
    opacity: 0.4;
  }
}
.hero-title {
  margin-bottom: 18px;
}
.hero-desc {
  font-size: 1.1rem;
  margin: 25px 0;
}
.hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.hero-stats {
  display: flex;
  gap: 0;
  margin-top: 48px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  border-top: 1px solid rgba(7, 95, 72, 0.12);
  padding-top: 36px;
}
.hero-stats > div {
  flex: 1;
  min-width: 160px;
  text-align: center;
  padding: 0 24px;
  border-right: 1px solid rgba(7, 95, 72, 0.12);
}
.hero-stats > div:last-child {
  border-right: none;
}
.stat-val {
  font-family: var(--font-head);
  font-size: 1.85rem;
  font-weight: 800;
  background: var(--c-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat-lbl {
  font-size: 0.82rem;
  color: var(--c-muted);
  font-weight: 500;
}
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.hero-mockup {
  width: 100%;
  max-width: 530px;
  position: relative;
  z-index: 1;
  animation:
    heroFloat 5s ease-in-out infinite,
    heroShadowPulse 5s ease-in-out infinite;
}
.hm-browser {
  background: #0d1117;
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 32px 72px rgba(10, 20, 60, 0.28),
    0 4px 24px rgba(7, 95, 72, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.06);
}
.hm-topbar {
  background: #161b22;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.hm-dots {
  display: flex;
  gap: 6px;
}
.hm-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
.hm-dot:nth-child(1) {
  background: #ff5f57;
}
.hm-dot:nth-child(2) {
  background: #febc2e;
}
.hm-dot:nth-child(3) {
  background: #28c840;
}
.hm-url {
  flex: 1;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 7px;
  padding: 5px 12px;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.38);
  font-family: "Roboto Mono", monospace;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  gap: 6px;
}
.hm-url-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #28c840;
  flex-shrink: 0;
}
.hm-actions {
  display: flex;
  gap: 8px;
}
.hm-act-btn {
  width: 28px;
  height: 22px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-act-btn svg {
  opacity: 0.4;
}
.hm-body {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  min-height: 300px;
}
.hm-code {
  padding: 20px 0;
  background: #0d1117;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  font-family: "Roboto Mono", monospace;
  font-size: 0.68rem;
  line-height: 1.7;
  overflow: hidden;
  position: relative;
}
.hm-line {
  display: flex;
  align-items: baseline;
  padding: 0 14px 0 0;
  white-space: nowrap;
}
.hm-ln {
  width: 30px;
  text-align: right;
  color: rgba(255, 255, 255, 0.15);
  font-size: 0.6rem;
  user-select: none;
  flex-shrink: 0;
  padding-right: 12px;
}
.hm-cursor-line {
  background: rgba(7, 95, 72, 0.18);
  border-left: 2px solid #075f48;
}
.sc-kw {
  color: #ff7b72;
}
.sc-fn {
  color: #d2a8ff;
}
.sc-str {
  color: #a5d6ff;
}
.sc-tag {
  color: #7ee787;
}
.sc-attr {
  color: #79c0ff;
}
.sc-val {
  color: #ffa657;
}
.sc-cm {
  color: rgba(255, 255, 255, 0.28);
  font-style: italic;
}
.sc-pl {
  color: rgba(255, 255, 255, 0.5);
}
.hm-cursor {
  display: inline-block;
  width: 2px;
  height: 0.75em;
  background: #075f48;
  vertical-align: text-bottom;
  animation: blink 0.9s step-end infinite;
  margin-left: 1px;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.hm-preview {
  background: linear-gradient(160deg, #0f1724 0%, #0a1628 100%);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hm-prev-bar {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hm-prev-logo {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 0.82rem;
  background: linear-gradient(90deg, #075f48, #10b981);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hm-prev-nav {
  display: flex;
  gap: 8px;
}
.hm-prev-nav span {
  width: 28px;
  height: 5px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.12);
}
.hm-prev-nav span:first-child {
  background: rgba(7, 95, 72, 0.5);
}
.hm-hero-block {
  background: linear-gradient(
    135deg,
    rgba(7, 95, 72, 0.18),
    rgba(7, 95, 72, 0.1)
  );
  border-radius: 10px;
  padding: 16px 14px;
  border: 1px solid rgba(7, 95, 72, 0.2);
}
.hm-hero-tag {
  display: inline-block;
  background: rgba(7, 95, 72, 0.25);
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 0.56rem;
  color: #34d399;
  margin-bottom: 6px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.hm-hero-h {
  font-family: var(--font-head);
  font-size: 0.9rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 6px;
}
.hm-hero-h span {
  background: linear-gradient(90deg, #34d399, #6ee7b7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
input.hfc-input.phone.iti__tel-input {
  padding-left: 96px !important;
}
.hm-hero-sub {
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 10px;
  line-height: 1.5;
}
.hm-hero-btns {
  display: flex;
  gap: 6px;
}
.hm-btn-p {
  background: linear-gradient(90deg, #075f48, #10b981);
  border-radius: 6px;
  padding: 5px 12px;
  font-size: 0.62rem;
  font-weight: 700;
  color: #fff;
}
.hm-btn-s {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.6);
}
.hm-cards-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.hm-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.hm-card-ico {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: linear-gradient(
    135deg,
    rgba(7, 95, 72, 0.3),
    rgba(7, 95, 72, 0.2)
  );
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-card-ico svg {
  opacity: 0.85;
}
.hm-card-t {
  font-size: 0.58rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}
.hm-card-s {
  font-size: 0.52rem;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.4;
}
.hm-sparkline {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 20px;
  margin-top: 2px;
}
.hm-sparkline span {
  flex: 1;
  border-radius: 2px 2px 0 0;
  background: linear-gradient(
    180deg,
    rgba(7, 95, 72, 0.6),
    rgba(7, 95, 72, 0.3)
  );
  transition: height 0.3s;
}
.hm-status-row {
  display: flex;
  gap: 6px;
  align-items: center;
}
.hm-status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #28c840;
  flex-shrink: 0;
  box-shadow: 0 0 6px #28c840;
}
.hm-status-txt {
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.4);
}
.hm-status-pill {
  margin-left: auto;
  background: rgba(40, 200, 64, 0.12);
  border: 1px solid rgba(40, 200, 64, 0.25);
  border-radius: 4px;
  padding: 1px 7px;
  font-size: 0.56rem;
  color: #4ade80;
  font-weight: 600;
}
.hm-metrics {
  background: #161b22;
  padding: 11px 16px;
  display: flex;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.hm-metric {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.hm-metric:last-child {
  border-right: none;
}
.hm-metric-val {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 0.92rem;
  background: linear-gradient(90deg, #34d399, #6ee7b7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hm-metric-lbl {
  font-size: 0.56rem;
  color: rgba(255, 255, 255, 0.28);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.hm-glow {
  position: absolute;
  inset: -40px;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at 60% 50%,
    rgba(7, 95, 72, 0.18) 0%,
    rgba(7, 95, 72, 0.08) 40%,
    transparent 70%
  );
  pointer-events: none;
}
.h-badge {
  position: absolute;
  background: var(--c-surface);
  border-radius: 14px;
  box-shadow: var(--shadow-md);
  padding: 13px 17px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 3;
}
.h-badge-1 {
  bottom: -20px;
  left: -20px;
}
.h-badge-2 {
  top: -16px;
  right: -16px;
}
.h-badge-ico {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ico-blue {
  background: rgba(7, 95, 72, 0.1);
  color: var(--c-accent);
}
.ico-teal {
  background: rgba(7, 95, 72, 0.1);
  color: var(--c-teal);
}
.badge-title {
  font-weight: 700;
  font-size: 0.88rem;
}
.badge-sub {
  font-size: 0.77rem;
  color: var(--c-muted);
}
.hero-dots {
  position: absolute;
  z-index: 0;
  opacity: 0.45;
}
.hero-dots-1 {
  top: -30px;
  right: -50px;
}
.hero-dots-2 {
  bottom: 20px;
  left: -60px;
  opacity: 0.3;
}
@keyframes hfcFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes hfcGlow {
  0%,
  100% {
    box-shadow:
      0 20px 60px rgba(7, 95, 72, 0.15),
      0 4px 20px rgba(0, 0, 0, 0.07),
      0 0 0 1px rgba(7, 95, 72, 0.1);
  }
  50% {
    box-shadow:
      0 28px 72px rgba(7, 95, 72, 0.22),
      0 8px 28px rgba(0, 0, 0, 0.09),
      0 0 0 1px rgba(7, 95, 72, 0.16);
  }
}
@keyframes hfcSpin {
  to {
    transform: rotate(360deg);
  }
}
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.hero-form-card {
  box-sizing: border-box;
  width: 100%;
  max-width: 420px;
  background: #ffffff;
  border-radius: 20px;
  padding: 0;
  border: 1px solid rgba(7, 95, 72, 0.12);
  animation:
    hfcFloat 5s ease-in-out infinite,
    hfcGlow 5s ease-in-out infinite;
  overflow: visible;
}
.hero-form-card * {
  box-sizing: border-box;
}
.hfc-header {
  margin-bottom: 18px;
}
.hfc-title {
  font-size: 1.2rem;
  font-weight: 800;
  font-family: var(--font-head);
  color: #0d1117;
  margin: 0 0 5px;
  line-height: 1.3;
}
.hfc-sub {
  font-size: 0.78rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}
.hfc-form {
  display: flex;
  flex-direction: column;
  gap: 11px;
  overflow: visible;
}
.hfc-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hfc-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #0d1117;
}
.hfc-label span {
  color: #075f48;
}
.hfc-input {
  width: 100%;
  padding: 9px 12px;
  border: 1.5px solid #e2e8f0;
  border-radius: 9px;
  font-size: 0.84rem;
  font-family: var(--font-body);
  color: #0d1117;
  background: #f8fafc;
  transition:
    border-color 0.18s,
    box-shadow 0.18s;
  outline: none;
}
.hfc-input:focus {
  border-color: #075f48;
  box-shadow: 0 0 0 3px rgba(7, 95, 72, 0.1);
}
.hfc-phone-wrap {
  display: flex;
  border: 1.5px solid #e2e8f0;
  border-radius: 9px;
  overflow: visible;
  background: #f8fafc;
  transition:
    border-color 0.18s,
    box-shadow 0.18s;
  position: relative;
}
.hfc-phone-wrap.open {
  border-color: #075f48;
  box-shadow: 0 0 0 3px rgba(7, 95, 72, 0.1);
}
.hfc-phone-wrap:focus-within {
  border-color: #075f48;
  box-shadow: 0 0 0 3px rgba(7, 95, 72, 0.1);
}
.hfc-country-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  background: #f1f5f9;
  border: none;
  border-right: 1.5px solid #e2e8f0;
  border-radius: 9px 0 0 9px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #0d1117;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
  transition: background 0.15s;
}
.hfc-country-btn:hover {
  background: #e8edf2;
}
.hfc-country-btn img {
  border-radius: 2px;
  display: block;
}
.hfc-country-btn .cc-chevron {
  width: 10px;
  height: 10px;
  color: #64748b;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.hfc-phone-wrap.open .hfc-country-btn .cc-chevron {
  transform: rotate(180deg);
}
.hfc-country-drop {
  display: none;
  position: fixed;
  width: 260px;
  max-height: 240px;
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  z-index: 99999;
  overflow: hidden;
  flex-direction: column;
}
.hfc-country-drop.open {
  display: flex;
}
.hfc-cc-search {
  padding: 8px 10px;
  border-bottom: 1px solid #f0f4f8;
  flex-shrink: 0;
}
.hfc-cc-search input {
  width: 100%;
  border: 1.5px solid #e2e8f0;
  border-radius: 7px;
  padding: 6px 10px;
  font-size: 0.8rem;
  outline: none;
  background: #f8fafc;
}
.hfc-cc-search input:focus {
  border-color: #075f48;
}
.hfc-cc-list {
  overflow-y: auto;
  flex: 1;
}
.hfc-cc-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  cursor: pointer;
  font-size: 0.82rem;
  color: #0d1117;
  transition: background 0.12s;
}
.hfc-cc-item:hover {
  background: #f0fdf8;
}
.hfc-cc-item.selected {
  background: #ecfdf5;
  font-weight: 600;
}
.hfc-cc-item img {
  border-radius: 2px;
  flex-shrink: 0;
}
.hfc-cc-item .cc-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hfc-cc-item .cc-dial {
  color: #64748b;
  font-size: 0.75rem;
  flex-shrink: 0;
}
.hfc-phone-input {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 9px 9px 0 !important;
  background: transparent !important;
  flex: 1;
  min-width: 0;
}
.hfc-select-wrap {
  position: relative;
}
.hfc-select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 32px;
  cursor: pointer;
}
.hfc-chevron {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #64748b;
}
.hfc-textarea {
  resize: vertical;
  min-height: 74px;
  line-height: 1.5;
}
@property --hfc-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes hfc-spin {
  to {
    --hfc-angle: 360deg;
  }
}
.hfc-submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  margin-top: 2px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: var(--font-body);
  border: 2px solid transparent;
  border-radius: 9px;
  cursor: pointer;
  background:
    linear-gradient(135deg, #075f48 0%, #075F48 100%) padding-box,
    conic-gradient(
        from var(--hfc-angle),
        #075f48 0%,
        #075f48 50%,
        #6ee7b7 68%,
        #34d399 74%,
        #6ee7b7 80%,
        #075f48 100%
      )
      border-box;
  box-shadow: 0 4px 18px rgba(7, 95, 72, 0.32);
  transition:
    transform 0.18s,
    box-shadow 0.18s;
  animation: hfc-spin 3s linear infinite;
}
.hfc-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 24px rgba(7, 95, 72, 0.45);
}
.hfc-submit:active {
  transform: translateY(0);
}
.hfc-loader {
  display: none;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: hfcSpin 0.7s linear infinite;
  flex-shrink: 0;
}
.hfc-submit.loading .hfc-submit-text {
  opacity: 0.65;
}
.hfc-submit.loading .hfc-loader {
  display: block;
}
.hfc-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}
.hfc-success {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  background: rgba(16, 185, 129, 0.09);
  border: 1px solid rgba(16, 185, 129, 0.28);
  border-radius: 9px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #075f48;
}
.hfc-success.visible {
  display: flex;
}
.hfc-trust {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid #f0f4f8;
}
.hfc-trust-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.68rem;
  color: #64748b;
  font-weight: 600;
}
.hfc-trust-item svg {
  color: #075f48;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .hero-visual {
    order: 2;
    padding: 0;
  }
  .hero-form-card {
    max-width: 100%;
  }
}
#trusted {
  padding: 56px 0 60px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  overflow: hidden;
}
.trusted-lbl {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--c-accent);
  background: rgba(7, 95, 72, 0.08);
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 44px;
  width: fit-content;
}
.trusted-lbl svg {
  width: 11px;
  height: 11px;
}
.trusted-lbl-wrap {
  text-align: center;
}
.marquee-outer {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 8%,
    #000 92%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 8%,
    #000 92%,
    transparent 100%
  );
}
.marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: marquee 38s linear infinite;
  padding: 12px 0 16px;
}
.marquee-track:hover {
  animation-play-state: paused;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
  }
}
.trusted-connector {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 56px;
  position: relative;
}
.trusted-connector::before {
  content: "";
  display: block;
  height: 1.5px;
  width: 100%;
  background: linear-gradient(90deg, #cbd5e1 0%, #10b981 50%, #cbd5e1 100%);
  border-radius: 2px;
}
.trusted-connector-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 8px 2px rgba(16, 185, 129, 0.5);
  flex-shrink: 0;
}
.trusted-card {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px 24px 16px;
  min-width: 152px;
  box-shadow:
    0 2px 12px rgba(0, 0, 0, 0.06),
    0 1px 3px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  cursor: default;
  user-select: none;
  flex-shrink: 0;
}
.trusted-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: conic-gradient(
    from var(--angle, 0deg),
    transparent 0deg,
    #10b981 60deg,
    transparent 120deg
  );
  -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;
  padding: 1.5px;
  animation: border-travel 3s linear infinite;
  opacity: 0;
  transition: opacity 0.3s;
}
.trusted-card:hover::before {
  opacity: 1;
}
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes border-travel {
  to {
    --angle: 360deg;
  }
}
.trusted-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: conic-gradient(
    from var(--angle2, 0deg),
    transparent 0deg,
    rgba(16, 185, 129, 0.55) 50deg,
    transparent 100deg
  );
  -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;
  padding: 1.5px;
  animation: border-travel2 3s linear infinite;
}
@property --angle2 {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes border-travel2 {
  to {
    --angle2: 360deg;
  }
}
.trusted-card:nth-child(3n + 1)::after {
  animation-delay: 0s;
}
.trusted-card:nth-child(3n + 2)::after {
  animation-delay: -1s;
}
.trusted-card:nth-child(3n)::after {
  animation-delay: -2s;
}
.trusted-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 10px 32px rgba(0, 0, 0, 0.1),
    0 2px 8px rgba(0, 0, 0, 0.06);
}
.trusted-card-icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.trusted-card-icon svg {
  width: 38px;
  height: 38px;
}
.trusted-card-name {
  font-family: var(--font-head);
  font-size: 0.84rem;
  font-weight: 700;
  color: #1e293b;
  letter-spacing: -0.01em;
  white-space: nowrap;
  text-align: center;
}
.trusted-card-tag {
  font-size: 0.62rem;
  font-weight: 500;
  color: #94a3b8;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}
#path-sec {
  padding: 0;
  background: var(--c-surface);
  overflow: hidden;
}
#path-svg {
  width: 100%;
  display: block;
}
#draw-path {
  fill: none;
  stroke: url(#pg);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 0.08s linear;
}
#services {
  background: var(--c-bg);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 20px;
}
@property --svc-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes svcSpin {
  to {
    --svc-angle: 360deg;
  }
}
.svc-spin-wrap {
  position: relative;
  border-radius: 24px;
  padding: 2px;
  background: conic-gradient(
    from var(--svc-angle),
    transparent 0deg,
    transparent 270deg,
    #075f48 300deg,
    #10b981 330deg,
    #34d399 345deg,
    #10b981 355deg,
    transparent 360deg
  );
  animation: svcSpin 4s linear infinite;
}
.svc-spin-wrap::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 22px;
  background: #fff;
  z-index: 0;
}
.svc-spin-wrap .svc-card {
  position: relative;
  z-index: 1;
  border: none;
  background: #fff;
  height: 100%;
}
.svc-card.featured {
  grid-column: span 2;
}
.svc-spin-wrap.featured-wrap {
  grid-column: span 2;
}
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .svc-card.featured,
  .svc-spin-wrap.featured-wrap {
    grid-column: span 2;
  }
}
@media (max-width: 560px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  .svc-card.featured,
  .svc-spin-wrap.featured-wrap {
    grid-column: span 1;
  }
}
.svc-card {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 22px;
  padding: 32px 28px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  position: relative;
  overflow: hidden;
  cursor: default;
  transition:
    box-shadow 0.38s var(--ease),
    border-color 0.38s,
    transform 0.38s var(--ease);
}
.svc-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    140deg,
    var(--svc-c1, #0f172a) 0%,
    var(--svc-c2, #1e3a8a) 100%
  );
  opacity: 0;
  transition: opacity 0.42s var(--ease);
  z-index: 0;
}
.svc-card:hover::before {
  opacity: 1;
}
.svc-card:hover {
  border-color: transparent;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.06);
  transform: translateY(-6px);
}
.svc-card::after {
  content: attr(data-num);
  position: absolute;
  right: -6px;
  bottom: -16px;
  font-family: var(--font-head);
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(0, 0, 0, 0.04);
  pointer-events: none;
  user-select: none;
  transition: color 0.42s;
  z-index: 0;
}
.svc-card:hover::after {
  color: rgba(255, 255, 255, 0.05);
}
.svc-card > * {
  position: relative;
  z-index: 1;
}
.svc-ico-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
  transition:
    transform 0.38s var(--ease),
    background 0.38s;
}
.svc-card:hover .svc-ico-wrap {
  transform: scale(1.12) rotate(-6deg);
  background: rgba(255, 255, 255, 0.12) !important;
}
.svc-card:hover .svc-ico-wrap svg {
  filter: brightness(10);
}
.si-blue {
  background: rgba(7, 95, 72, 0.1);
}
.si-sky {
  background: rgba(7, 95, 72, 0.1);
}
.si-teal {
  background: rgba(7, 95, 72, 0.1);
}
.si-indigo {
  background: rgba(7, 95, 72, 0.1);
}
.si-violet {
  background: rgba(139, 92, 246, 0.1);
}
.si-amber {
  background: rgba(245, 158, 11, 0.1);
}
.si-green {
  background: rgba(16, 185, 129, 0.1);
}
.svc-card h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  transition: color 0.38s;
}
.svc-card:hover h3 {
  color: #fff;
}
.svc-card p {
  font-size: 0.87rem;
  line-height: 1.68;
  color: var(--c-muted);
  transition: color 0.38s;
  flex: 1;
}
.svc-card:hover p {
  color: rgba(255, 255, 255, 0.68);
}
.svc-tag {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--c-accent);
  background: rgba(7, 95, 72, 0.08);
  padding: 4px 11px;
  border-radius: 7px;
  transition:
    background 0.38s,
    color 0.38s;
}
.svc-card:hover .svc-tag {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.svc-card.featured {
  --svc-c1: #0c1a35;
  --svc-c2: #1a3a6e;
}
.svc-popular-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(90deg, #f59e0b, #fbbf24, #f59e0b);
  background-size: 200% 100%;
  color: #0c1a0c;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  animation: shimmerBadge 2.4s linear infinite;
  box-shadow: 0 3px 12px rgba(245, 158, 11, 0.45);
  z-index: 2;
}
@keyframes shimmerBadge {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.svc-card[data-theme="blue"] {
  --svc-c1: #060d1f;
  --svc-c2: #1e3a8a;
}
.svc-card[data-theme="sky"] {
  --svc-c1: #071f2e;
  --svc-c2: #0c4a6e;
}
.svc-card[data-theme="indigo"] {
  --svc-c1: #0e0f2e;
  --svc-c2: #312e81;
}
.svc-card[data-theme="teal"] {
  --svc-c1: #061a18;
  --svc-c2: #134e4a;
}
.svc-card[data-theme="violet"] {
  --svc-c1: #150d26;
  --svc-c2: #4c1d95;
}
.svc-card[data-theme="amber"] {
  --svc-c1: #1a0e00;
  --svc-c2: #78350f;
}
.svc-card[data-theme="green"] {
  --svc-c1: #061a10;
  --svc-c2: #14532d;
}
#industries {
  background: var(--c-bg);
}
#industries {
  overflow: hidden;
}
.ind-orbital-wrap {
  position: relative;
  width: 700px;
  height: 700px;
  margin: 56px auto 0;
  flex-shrink: 0;
}
.ind-orbital-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(7, 95, 72, 0.07) 0%,
    rgba(7, 95, 72, 0.04) 40%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 0;
}
.ind-arcs-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  z-index: 1;
}
.ind-arc {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition:
    opacity 0.45s,
    stroke-width 0.45s,
    filter 0.45s;
}
.ind-arc-bg {
  stroke-width: 6;
  stroke-opacity: 0;
  transition: stroke-opacity 0.4s;
}
.ind-arc-line {
  stroke-width: 1.8;
  stroke-opacity: 0.28;
}
.ind-arc-travel {
  stroke-width: 3;
  stroke-dasharray: 4 300;
  stroke-dashoffset: 0;
  stroke-opacity: 0;
  transition: stroke-opacity 0.35s;
}
.ind-arc-group.arc-active .ind-arc-bg {
  stroke-opacity: 0.12;
  filter: blur(3px);
}
.ind-arc-group.arc-active .ind-arc-line {
  stroke-opacity: 1;
  stroke-width: 2.2;
  filter: drop-shadow(0 0 4px currentColor);
}
.ind-arc-group.arc-active .ind-arc-travel {
  stroke-opacity: 1;
  animation: travelDot 1.1s linear infinite;
}
@keyframes travelDot {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -320;
  }
}
.ind-orbit-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}
.ind-orbit-ring-1 {
  width: 500px;
  height: 500px;
  border: 1px solid rgba(7, 95, 72, 0.1);
  box-shadow: inset 0 0 60px rgba(7, 95, 72, 0.03);
}
.ind-orbit-ring-2 {
  width: 320px;
  height: 320px;
  border: 1px dashed rgba(7, 95, 72, 0.12);
}
.ind-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background: linear-gradient(140deg, #1e62e8 0%, #10b981 60%, #06b6d4 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 4;
  user-select: none;
  cursor: default;
  box-shadow:
    0 0 0 10px rgba(7, 95, 72, 0.1),
    0 0 0 24px rgba(7, 95, 72, 0.05),
    0 12px 48px rgba(7, 95, 72, 0.4),
    0 4px 16px rgba(7, 95, 72, 0.3);
  animation: hubPulse 3s ease-in-out infinite;
}
@keyframes hubPulse {
  0%,
  100% {
    box-shadow:
      0 0 0 10px rgba(7, 95, 72, 0.1),
      0 0 0 24px rgba(7, 95, 72, 0.05),
      0 12px 48px rgba(7, 95, 72, 0.4),
      0 4px 16px rgba(7, 95, 72, 0.3);
  }
  50% {
    box-shadow:
      0 0 0 14px rgba(7, 95, 72, 0.14),
      0 0 0 32px rgba(7, 95, 72, 0.06),
      0 16px 64px rgba(7, 95, 72, 0.45),
      0 6px 24px rgba(7, 95, 72, 0.35);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ind-hub {
    animation: none;
  }
}
.ind-hub-icon {
  width: 34px;
  height: 34px;
  opacity: 0.92;
  margin-bottom: 5px;
}
.ind-hub-label {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.88;
  font-family: "Sora", sans-serif;
}
.ind-node {
  position: absolute;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.35s ease;
  z-index: 3;
}
.ind-node::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: var(--nd-bg, rgba(7, 95, 72, 0.06));
  transition: background 0.35s;
}
.ind-node:hover,
.ind-node.active {
  z-index: 5;
  transform: scale(1.28) !important;
}
.ind-node svg {
  width: 34px;
  height: 34px;
  position: relative;
  z-index: 1;
}
.ind-node-label {
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--c-text);
  opacity: 0.7;
  transition: opacity 0.3s;
  pointer-events: none;
}
.ind-node:hover .ind-node-label,
.ind-node.active .ind-node-label {
  opacity: 1;
}
.ind-popup {
  position: absolute;
  width: 220px;
  padding: 0;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.86) translateY(10px);
  transition:
    opacity 0.32s ease,
    transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 20;
  filter: drop-shadow(0 16px 40px rgba(7, 95, 72, 0.18));
}
.ind-popup.visible {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: auto;
}
.ind-popup-inner {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1.5px solid rgba(7, 95, 72, 0.14);
}
.ind-popup-bar {
  height: 4px;
  background: var(--nd-color, linear-gradient(90deg, #075f48, #10b981));
}
.ind-popup-body {
  padding: 16px 18px 18px;
}
.ind-popup-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 9px;
}
.ind-popup-ico {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--nd-bg, rgba(7, 95, 72, 0.08));
}
.ind-popup-ico svg {
  width: 18px;
  height: 18px;
}
.ind-popup h3 {
  font-size: 0.92rem;
  font-weight: 700;
  margin: 0;
  color: var(--c-text);
}
.ind-popup p {
  font-size: 0.79rem;
  line-height: 1.62;
  color: var(--c-muted);
  margin: 0;
}
.ind-grid-fallback {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.ind-grid-fallback .ind-card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 20px;
  padding: 28px 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition:
    transform 0.35s var(--ease),
    box-shadow 0.35s ease;
  position: relative;
  overflow: hidden;
}
.ind-grid-fallback .ind-ico-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.ind-grid-fallback .ind-card h3 {
  margin-bottom: 6px;
  font-size: 0.95rem;
  font-weight: 700;
}
.ind-grid-fallback .ind-card p {
  font-size: 0.82rem;
  line-height: 1.65;
  color: var(--c-muted);
}
.ind-grid-fallback .ind-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
@media (max-width: 760px) {
  .ind-orbital-wrap {
    display: none;
  }
  .ind-grid-fallback {
    display: grid;
  }
}
@media (max-width: 440px) {
  .ind-grid-fallback {
    grid-template-columns: 1fr;
  }
}
#process {
  background: linear-gradient(
    135deg,
    #022c22 0%,
    #065f46 45%,
    #075f48 70%,
    #10b981 100%
  );
  position: relative;
  overflow: hidden;
}
#process::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.06) 1px,
    transparent 1px
  );
  background-size: 36px 36px;
}
#process::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(52, 211, 153, 0.12) 0%,
    rgba(52, 211, 153, 0.05) 40%,
    transparent 70%
  );
  z-index: 0;
  pointer-events: none;
}
#process .section-label {
  color: #6ee7b7;
  background: rgba(110, 231, 183, 0.15);
}
#process .section-title {
  color: #ffffff;
}
#process .section-title .g {
  background: linear-gradient(90deg, #6ee7b7, #34d399, #a7f3d0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#process .section-sub {
  color: rgba(255, 255, 255, 0.65);
}
.proc-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}
.proc-spine {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  overflow: hidden;
}
.proc-spine-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0%;
  background: linear-gradient(180deg, #075f48, #10b981, #6ee7b7);
  border-radius: 2px;
  transition: height 0.1s linear;
  box-shadow: 0 0 12px rgba(16, 185, 129, 0.6);
}
.proc-spine-bead {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0%, #34d399 55%);
  box-shadow:
    0 0 0 3px rgba(7, 95, 72, 0.3),
    0 0 18px 6px rgba(16, 185, 129, 0.8);
  transition: top 0.08s linear;
  z-index: 3;
  pointer-events: none;
  display: none;
}
.proc-row {
  display: grid;
  grid-template-columns: 1fr 88px 1fr;
  align-items: center;
  gap: 0;
  margin-bottom: 52px;
  position: relative;
}
.proc-row:last-child {
  margin-bottom: 0;
}
.proc-content {
  padding: 28px 32px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    opacity 0.55s var(--ease-out),
    transform 0.55s var(--ease-out),
    box-shadow 0.35s,
    border-color 0.35s;
}
.proc-content::before {
  content: attr(data-num);
  position: absolute;
  font-family: var(--font-head);
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
  user-select: none;
}
.proc-row.row-left .proc-content::before {
  right: -8px;
  bottom: -16px;
}
.proc-row.row-right .proc-content::before {
  left: -8px;
  bottom: -16px;
}
.proc-content::after {
  content: "";
  position: absolute;
  top: 20%;
  bottom: 20%;
  width: 3px;
  border-radius: 2px;
  background: linear-gradient(180deg, #075f48, #10b981);
  opacity: 0;
  transition: opacity 0.45s;
}
.proc-row.row-left .proc-content::after {
  right: 0;
  left: auto;
}
.proc-row.row-right .proc-content::after {
  left: 0;
  right: auto;
}
.proc-row.row-left .proc-content {
  grid-column: 1;
  grid-row: 1;
  transform: translateX(-36px);
  text-align: right;
}
.proc-row.row-left .proc-spacer {
  grid-column: 3;
  grid-row: 1;
}
.proc-row.row-right .proc-content {
  grid-column: 3;
  grid-row: 1;
  transform: translateX(36px);
  text-align: left;
}
.proc-row.row-right .proc-spacer {
  grid-column: 1;
  grid-row: 1;
}
.proc-node-col {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.proc-node-col::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 36px;
  background: repeating-linear-gradient(
    90deg,
    rgba(16, 185, 129, 0.4) 0,
    rgba(16, 185, 129, 0.4) 4px,
    transparent 4px,
    transparent 8px
  );
  transition: background 0.4s;
}
.proc-row.row-left .proc-node-col::before {
  right: 100%;
  transform: translateY(-50%);
}
.proc-row.row-right .proc-node-col::before {
  left: 100%;
  transform: translateY(-50%);
}
.proc-node {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  z-index: 3;
  flex-shrink: 0;
  transition:
    background 0.4s,
    border-color 0.4s,
    box-shadow 0.4s,
    transform 0.4s var(--ease);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.proc-node::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1.5px solid transparent;
  opacity: 0;
  transition:
    opacity 0.4s,
    border-color 0.4s;
}
.proc-num-lbl {
  font-family: var(--font-head);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.4s;
  line-height: 1;
}
.proc-icon {
  width: 22px;
  height: 22px;
  color: rgba(255, 255, 255, 0.6);
  transition:
    color 0.4s,
    transform 0.4s var(--ease);
}
.proc-row.active .proc-node {
  background: linear-gradient(140deg, #075f48, #10b981);
  border-color: transparent;
  box-shadow:
    0 0 0 8px rgba(7, 95, 72, 0.2),
    0 0 0 16px rgba(7, 95, 72, 0.08),
    0 8px 32px rgba(16, 185, 129, 0.5);
  transform: scale(1.12);
}
.proc-row.active .proc-node::after {
  border-color: rgba(16, 185, 129, 0.35);
  opacity: 1;
  animation: procRing 2.2s ease-in-out infinite;
}
@keyframes procRing {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.25);
    opacity: 0.1;
  }
}
.proc-row.active .proc-num-lbl,
.proc-row.active .proc-icon {
  color: #fff;
}
.proc-row.active .proc-icon {
  transform: scale(1.18) rotate(-5deg);
}
.proc-row.active .proc-node-col::before {
  background: repeating-linear-gradient(
    90deg,
    rgba(16, 185, 129, 0.9) 0,
    rgba(16, 185, 129, 0.9) 4px,
    transparent 4px,
    transparent 8px
  );
}
.proc-row.done .proc-node {
  background: linear-gradient(140deg, #064e3b, #065f46);
  border-color: transparent;
  box-shadow: 0 4px 20px rgba(7, 95, 72, 0.35);
}
.proc-row.done .proc-num-lbl,
.proc-row.done .proc-icon {
  color: rgba(255, 255, 255, 0.9);
}
.proc-row.done .proc-node-col::before {
  background: repeating-linear-gradient(
    90deg,
    rgba(16, 185, 129, 0.6) 0,
    rgba(16, 185, 129, 0.6) 4px,
    transparent 4px,
    transparent 8px
  );
}
.proc-row.active .proc-content,
.proc-row.done .proc-content {
  opacity: 1;
  transform: none;
  border-color: rgba(110, 231, 183, 0.3);
  background: rgba(255, 255, 255, 0.1);
}
.proc-row.active .proc-content {
  box-shadow:
    0 0 0 1px rgba(110, 231, 183, 0.35),
    0 16px 48px rgba(0, 0, 0, 0.2);
  background: rgba(16, 185, 129, 0.15);
}
.proc-row.active .proc-content::after {
  opacity: 1;
}
.proc-row.done .proc-content::after {
  opacity: 0.45;
}
.proc-content h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: #ffffff;
}
.proc-content p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
}
.proc-step-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6ee7b7;
  background: rgba(110, 231, 183, 0.15);
  padding: 3px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .proc-spine {
    left: 24px;
    transform: none;
  }
  .proc-row {
    grid-template-columns: 52px 1fr;
    gap: 16px;
  }
  .proc-row.row-left .proc-content,
  .proc-row.row-right .proc-content {
    grid-column: 2;
    grid-row: 1;
    text-align: left;
    transform: translateX(16px);
  }
  .proc-row.row-left .proc-spacer,
  .proc-row.row-right .proc-spacer {
    display: none;
  }
  .proc-node-col {
    grid-column: 1;
    justify-content: flex-start;
  }
  .proc-node {
    width: 52px;
    height: 52px;
  }
  .proc-node-col::before {
    display: none;
  }
}
#team {
  background: var(--c-bg);
}
#team {
  background: linear-gradient(170deg, #f0f4ff 0%, #f8faff 40%, #eef2ff 100%);
}
@keyframes teamBgShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#team {
  background: linear-gradient(-45deg, #edfaf4, #f5f7fb, #ecfdf5, #f0f9ff);
  background-size: 400% 400%;
  animation: teamBgShift 12s ease infinite;
  padding: 96px 0 112px;
}
.tg-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  z-index: 0;
}
@keyframes tgDrift1 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(50px, -60px);
  }
}
@keyframes tgDrift2 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-40px, 50px);
  }
}
.tg-orb-1 {
  width: 420px;
  height: 420px;
  top: -100px;
  left: -120px;
  background: radial-gradient(
    circle,
    rgba(16, 185, 129, 0.16),
    transparent 70%
  );
  animation: tgDrift1 11s ease-in-out infinite;
}
.tg-orb-2 {
  width: 320px;
  height: 320px;
  bottom: -80px;
  right: -100px;
  background: radial-gradient(circle, rgba(7, 95, 72, 0.13), transparent 70%);
  animation: tgDrift2 13s ease-in-out infinite;
}
.tg-orb-3 {
  width: 240px;
  height: 240px;
  top: 40%;
  left: 46%;
  background: radial-gradient(
    circle,
    rgba(110, 231, 183, 0.11),
    transparent 70%
  );
  animation: tgDrift1 15s ease-in-out infinite reverse;
}
.tg-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.tg-line {
  stroke: rgba(16, 185, 129, 0.28);
  stroke-width: 1.5;
  stroke-dasharray: 6 5;
  animation: dashFlow 2s linear infinite;
}
.tg-line:nth-child(2) {
  animation-delay: 0.4s;
}
.tg-line:nth-child(3) {
  animation-delay: 0.8s;
}
.tg-line:nth-child(4) {
  animation-delay: 1.1s;
}
.tg-line:nth-child(5) {
  animation-delay: 1.4s;
}
.tg-line:nth-child(6) {
  animation-delay: 1.7s;
}
@keyframes dashFlow {
  to {
    stroke-dashoffset: -22;
  }
}
.tg-particle {
  fill: #10b981;
  filter: drop-shadow(0 0 4px #10b981);
  opacity: 0.85;
}
.team-galaxy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding-top: 16px;
}
.tg-row {
  display: flex;
  justify-content: center;
  gap: 28px;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 860px;
}
.tg-row-1 {
  margin-bottom: 40px;
}
.tg-row-2 {
  margin-bottom: 0;
}
.tg-row-3 {
  margin-top: 40px;
}
@keyframes tgFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes tgFloat2 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes tgFloat3 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes tgBorderSpin {
  to {
    transform: rotate(360deg);
  }
}
.tg-card-wrap {
  position: relative;
  border-radius: 26px;
  padding: 2px;
  background: transparent;
  overflow: hidden;
}
.tg-card-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  translate: -50% -50%;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    rgba(16, 185, 129, 0.95) 50deg,
    rgba(110, 231, 183, 0.7) 100deg,
    transparent 150deg,
    transparent 310deg,
    rgba(16, 185, 129, 0.7) 355deg,
    transparent 360deg
  );
  animation: tgBorderSpin 3s linear infinite;
  z-index: 0;
  border-radius: 0;
}
.tg-card-wrap::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 24px;
  background: #fff;
  z-index: 0;
}
.tg-card-wrap:hover::before {
  animation-duration: 1s;
}
.tg-card-wrap.tg-wrap-founder::before {
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    rgba(7, 95, 72, 1) 50deg,
    rgba(16, 185, 129, 0.9) 100deg,
    rgba(110, 231, 183, 0.5) 150deg,
    transparent 190deg,
    transparent 310deg,
    rgba(7, 95, 72, 0.8) 355deg,
    transparent 360deg
  );
  animation-duration: 2.2s;
}
.tg-card-wrap.tg-wrap-founder::after {
  background: #fff;
}
.tg-card-wrap:nth-child(1) {
  animation: tgFloat 3.8s ease-in-out infinite;
}
.tg-card-wrap:nth-child(2) {
  animation: tgFloat2 4.4s ease-in-out infinite 0.3s;
}
.tg-card-wrap:nth-child(3) {
  animation: tgFloat2 4.4s ease-in-out infinite 0.9s;
}
.tg-row-2 .tg-card-wrap:nth-child(1) {
  animation: tgFloat3 4.6s ease-in-out infinite 0s;
}
.tg-row-2 .tg-card-wrap:nth-child(2) {
  animation: tgFloat3 4.6s ease-in-out infinite 0.5s;
}
.tg-row-2 .tg-card-wrap:nth-child(3) {
  animation: tgFloat3 4.6s ease-in-out infinite 1s;
}
.tg-row-3 .tg-card-wrap {
  animation: tgFloat 4.2s ease-in-out infinite;
}
.tg-card {
  position: relative;
  width: 248px;
  min-height: 282px;
  background: rgba(255, 255, 255, 0.92);
  border: none;
  border-radius: 24px;
  padding: 28px 20px 22px;
  text-align: center;
  box-shadow:
    0 6px 36px rgba(7, 95, 72, 0.07),
    0 1px 4px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  cursor: default;
  transition:
    transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.3s;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tg-card-wrap:hover {
  transform: translateY(-10px) scale(1.03);
}
.tg-card-wrap:hover .tg-card {
  box-shadow:
    0 22px 52px rgba(7, 95, 72, 0.15),
    0 4px 14px rgba(0, 0, 0, 0.07);
}
.tg-founder {
  width: 248px;
  min-height: 282px;
  padding: 28px 20px 22px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow:
    0 10px 48px rgba(7, 95, 72, 0.13),
    0 2px 8px rgba(0, 0, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}
@keyframes tgShimmer {
  0% {
    transform: translateX(-120%) skewX(-18deg);
  }
  100% {
    transform: translateX(320%) skewX(-18deg);
  }
}
.tg-card-shine {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  overflow: hidden;
  pointer-events: none;
}
.tg-card-shine::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  );
  transform: translateX(-120%) skewX(-18deg);
}
.tg-card:hover .tg-card-shine::after {
  animation: tgShimmer 0.6s ease forwards;
}
.tg-card-glow {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: linear-gradient(
    135deg,
    rgba(16, 185, 129, 0.05) 0%,
    transparent 55%
  );
  pointer-events: none;
}
.tg-avatar-frame {
  position: relative;
  width: 104px;
  height: 104px;
  margin: 0 auto 18px;
}
.tg-founder .tg-avatar-frame {
  width: 104px;
  height: 104px;
}
.tg-hex-ring {
  position: absolute;
  inset: -6px;
  width: calc(100%+12px);
  height: calc(100%+12px);
  overflow: visible;
  animation: tgHexSpin 10s linear infinite;
}
.tg-card:hover .tg-hex-ring {
  animation-duration: 2.5s;
}
@keyframes tgHexSpin {
  to {
    transform: rotate(360deg);
  }
}
.tg-hex-stroke {
  fill: none;
  stroke: #10b981;
  stroke-width: 2;
  stroke-dasharray: 8 5;
  opacity: 0.7;
}
.tg-hex-inner {
  stroke: rgba(16, 185, 129, 0.35);
  stroke-width: 1;
  animation: tgHexSpin 10s linear infinite reverse;
}
.tg-card:hover .tg-hex-stroke {
  opacity: 1;
  stroke: #059669;
}
.tg-avatar {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  border: 3px solid #fff;
  box-shadow: 0 4px 18px rgba(7, 95, 72, 0.12);
}
.tg-pulse-ring {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px solid rgba(16, 185, 129, 0.3);
  animation: tgPulse 2.4s ease-in-out infinite;
  pointer-events: none;
}
@keyframes tgPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.12);
    opacity: 0.2;
  }
}
.tg-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 9px;
}
.tg-chip-founder {
  background: linear-gradient(90deg, #064e3b, #10b981);
  color: #fff;
  box-shadow: 0 4px 14px rgba(7, 95, 72, 0.3);
}
.tg-chip-co {
  background: linear-gradient(90deg, #065f46, #34d399);
  color: #fff;
  box-shadow: 0 3px 12px rgba(7, 95, 72, 0.22);
}
.tg-chip-mgr {
  background: rgba(16, 185, 129, 0.1);
  color: #065f46;
  border: 1px solid rgba(16, 185, 129, 0.3);
}
.tg-name {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 6px;
  position: relative;
  z-index: 1;
}
.tg-founder .tg-name {
  font-size: 1.12rem;
}
.tg-role {
  font-size: 0.72rem;
  color: #64748b;
  font-weight: 500;
  line-height: 1.45;
  position: relative;
  z-index: 1;
}
.tg-info {
  position: relative;
  z-index: 1;
}
.tg-card-wrap.tg-wrap-more::before {
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    rgba(252, 211, 77, 0.95) 50deg,
    rgba(16, 185, 129, 0.75) 100deg,
    transparent 150deg,
    transparent 310deg,
    rgba(252, 211, 77, 0.7) 355deg,
    transparent 360deg
  );
  animation-duration: 2.4s;
}
.tg-more-card {
  background: linear-gradient(160deg, #064e3b 0%, #0d9488 55%, #10b981 100%);
  justify-content: center;
}
.tg-more-card .tg-card-glow {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.14) 0%,
    transparent 60%
  );
}
.tg-more-circle {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  border: 3px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
}
.tg-more-circle svg {
  width: 42px;
  height: 42px;
}
.tg-hex-stroke-more {
  stroke: rgba(255, 255, 255, 0.7);
}
.tg-card-wrap:hover .tg-hex-stroke-more {
  stroke: #fff;
}
.tg-pulse-ring-more {
  border-color: rgba(255, 255, 255, 0.45);
}
@keyframes tgNumGlow {
  0%,
  100% {
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
  }
  50% {
    text-shadow:
      0 0 22px rgba(255, 255, 255, 0.85),
      0 0 36px rgba(110, 231, 183, 0.6);
  }
}
.tg-more-count {
  font-family: var(--font-head);
  font-size: 2.15rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 8px;
  animation: tgNumGlow 2.4s ease-in-out infinite;
}
.tg-more-plus {
  font-size: 1.3rem;
  vertical-align: top;
  margin-right: 1px;
  opacity: 0.85;
}
.tg-more-label {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
}
.tg-role-more {
  color: rgba(255, 255, 255, 0.78);
}
@keyframes tgSparkle {
  0%,
  100% {
    opacity: 0.25;
    transform: scale(0.8) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.2) rotate(180deg);
  }
}
.tg-more-sparkle {
  position: absolute;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  z-index: 1;
  pointer-events: none;
  animation: tgSparkle 2.6s ease-in-out infinite;
}
.tg-more-sparkle-1 {
  top: 18px;
  right: 22px;
  animation-delay: 0.2s;
}
.tg-more-sparkle-2 {
  bottom: 24px;
  left: 20px;
  font-size: 0.7rem;
  animation-delay: 1.1s;
}
@media (max-width: 960px) {
  .tg-row {
    gap: 14px;
    max-width: 720px;
  }
  .tg-card,
  .tg-founder {
    width: 200px;
    padding: 22px 14px 18px;
  }
  .tg-avatar-frame,
  .tg-founder .tg-avatar-frame {
    width: 88px;
    height: 88px;
  }
}
@media (max-width: 700px) {
  .tg-row {
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    max-width: 100%;
  }
  .tg-lines {
    display: none;
  }
  .tg-card-wrap {
    width: calc(50% - 16px);
    min-width: 148px;
  }
  .tg-card,
  .tg-founder {
    width: 100%;
    padding: 18px 12px 16px;
  }
  .tg-row-1 {
    margin-bottom: 28px;
  }
  .tg-row-3 {
    margin-top: 28px;
  }
}
@media (max-width: 420px) {
  .tg-card-wrap {
    width: 100%;
    max-width: 284px;
  }
}
#cta {
  padding: 80px 0 96px;
  background: var(--c-surface);
}
.cta-content {
  padding: 64px 56px;
  border-radius: 24px;
  background: linear-gradient(
    135deg,
    #022c22 0%,
    #065f46 45%,
    #075f48 70%,
    #10b981 100%
  );
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(7, 95, 72, 0.35);
}
.cta-content::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.07) 0%,
    transparent 70%
  );
  top: -180px;
  right: -80px;
  pointer-events: none;
}
.cta-content::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(16, 185, 129, 0.18) 0%,
    transparent 70%
  );
  bottom: -100px;
  left: 60px;
  pointer-events: none;
}
.cta-text {
  position: relative;
  z-index: 1;
}
.cta-text h2 {
  color: #fff;
  margin-bottom: 12px;
}
.cta-text p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 440px;
}
.cta-btns {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.cta-form-wrap {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.cta-form-left h3 {
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--c-text);
  margin-bottom: 10px;
}
.cta-form-left h3 span {
  background: var(--c-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cta-form-left p {
  color: var(--c-muted);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 28px;
}
.cta-info-rows {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cta-info-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--c-text);
}
.cta-info-ico {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  flex-shrink: 0;
  background: rgba(7, 95, 72, 0.1);
  border: 1px solid rgba(7, 95, 72, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-accent);
}
.cta-info-row a {
  color: var(--c-accent);
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  pointer-events: auto;
}
.cta-info-row a:hover {
  opacity: 0.8;
}
.cta-form {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 20px;
  padding: 36px 32px;
  box-shadow: 0 8px 32px rgba(7, 95, 72, 0.08);
}
#cta-form-box.hero-form-card {
  max-width: 100% !important;
  animation: none;
  box-shadow: 0 8px 32px rgba(7, 95, 72, 0.08);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.form-group label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 0.03em;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--c-border);
  border-radius: 10px;
  font-size: 0.88rem;
  color: var(--c-text);
  background: var(--c-bg);
  outline: none;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  font-family: inherit;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--c-accent);
  box-shadow: 0 0 0 3px rgba(7, 95, 72, 0.12);
}
.form-group textarea {
  resize: vertical;
  min-height: 100px;
}
.form-submit {
  width: 100%;
  padding: 13px;
  background: var(--c-grad);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition:
    opacity 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(7, 95, 72, 0.35);
}
.form-submit:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(7, 95, 72, 0.45);
}
.form-note {
  font-size: 0.74rem;
  color: var(--c-muted);
  text-align: center;
  margin-top: 10px;
}
.form-success {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  padding: 40px 20px;
}
.form-success-ico {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(7, 95, 72, 0.12);
  border: 2px solid rgba(7, 95, 72, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-accent);
}
.form-success h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--c-text);
}
.form-success p {
  font-size: 0.85rem;
  color: var(--c-muted);
}
.btn-cta-email {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
  text-decoration: none;
}
.btn-cta-email:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
@media (max-width: 860px) {
  .cta-form-wrap {
    grid-template-columns: 1fr;
  }
  .cta-content {
    padding: 40px 28px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}
#footer {
  background: linear-gradient(
    160deg,
    #011a12 0%,
    #022c22 40%,
    #044a36 75%,
    #065f46 100%
  );
  color: rgba(255, 255, 255, 0.7);
  padding: 50px 0 0;
  position: relative;
  z-index: 10;
  text-align: center;
  overflow: hidden;
}
#footer::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(16, 185, 129, 0.18) 0%,
    transparent 65%
  );
  pointer-events: none;
  z-index: 0;
}
#footer::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 10%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(6, 95, 70, 0.25) 0%,
    transparent 65%
  );
  pointer-events: none;
  z-index: 0;
}
.footer-glow-right {
  position: absolute;
  bottom: -60px;
  right: 8%;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(16, 185, 129, 0.12) 0%,
    transparent 65%
  );
  pointer-events: none;
  z-index: 0;
}
.footer-grid {
  display: none;
}
.footer-centered {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-centered .nav-logo {
  margin-bottom: 0;
}
.footer-tagline {
  font-size: 0.97rem;
  color: rgba(255, 255, 255, 0.55);
  max-width: 650px;
  line-height: 1.8;
  margin: 0;
}
.footer-tagline strong {
  color: #6ee7b7;
  font-weight: 700;
}
.footer-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-nav a {
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  padding: 7px 18px;
  border-radius: 100px;
  transition:
    background 0.25s,
    color 0.25s;
  text-decoration: none;
  border: 1px solid transparent;
}
.footer-nav a:hover {
  background: rgba(16, 185, 129, 0.15);
  color: #6ee7b7;
  border-color: rgba(16, 185, 129, 0.25);
}
.footer-nav-sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}
.footer-socials {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.fsoc {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.75);
  transition:
    background 0.25s,
    color 0.25s,
    border-color 0.25s,
    box-shadow 0.25s,
    transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-decoration: none;
}
.fsoc:hover {
  background: rgba(16, 185, 129, 0.2);
  color: #a7f3d0;
  border-color: rgba(16, 185, 129, 0.6);
  box-shadow:
    0 0 20px rgba(16, 185, 129, 0.4),
    0 4px 12px rgba(0, 0, 0, 0.3);
  transform: translateY(-4px) scale(1.08);
}
.footer-socials {
  gap: 14px;
}
.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 22px 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.3);
}
.footer-bottom-links {
  display: none;
}
@media (max-width: 600px) {
  .footer-nav {
    gap: 4px;
  }
  .footer-nav a {
    padding: 5px 10px;
    font-size: 0.82rem;
  }
}
.modal-bg {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(13, 17, 25, 0.55);
  backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.modal-bg.open {
  display: flex;
}
.modal-box {
  background: var(--c-surface);
  border-radius: 20px;
  max-width: 680px;
  width: 100%;
  max-height: 82vh;
  overflow-y: auto;
  box-shadow: var(--shadow-lg);
  padding: 40px;
  position: relative;
  animation: mIn 0.35s var(--ease-out);
}
@keyframes mIn {
  from {
    transform: scale(0.93) translateY(18px);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: var(--c-bg);
  border: 1px solid var(--c-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-muted);
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s;
}
.modal-close:hover {
  background: #fee2e2;
  color: #dc2626;
  border-color: #fca5a5;
}
.modal-box h2 {
  margin-bottom: 6px;
  font-size: 1.5rem;
}
.modal-date {
  font-size: 0.8rem;
  color: var(--c-muted);
  margin-bottom: 24px;
}
.modal-box h3 {
  margin: 20px 0 8px;
  font-size: 1rem;
  color: var(--c-text);
}
.modal-box p {
  font-size: 0.9rem;
}
.iti {
  width: 100%;
}
.iti__tel-input {
  width: 100%;
  padding: 9px 12px !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 9px !important;
  font-size: 0.84rem !important;
  font-family: inherit !important;
  color: #0d1117 !important;
  background: #f8fafc !important;
  outline: none !important;
  transition:
    border-color 0.18s,
    box-shadow 0.18s !important;
}
.iti__tel-input:focus {
  border-color: #075f48 !important;
  box-shadow: 0 0 0 3px rgba(7, 95, 72, 0.1) !important;
}
.iti__flag-container {
  z-index: 99999 !important;
}
.iti__dropdown-content {
  z-index: 99999 !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12) !important;
}
.iti__search-input {
  border-radius: 7px !important;
  font-size: 0.8rem !important;
}
.iti__country.iti__highlight {
  background: #f0fdf8 !important;
}
.featured-video-section {
  padding: 100px 0;
  background: #fff;
}
.featured-video-section .section-header {
  text-align: center;
  margin-bottom: 48px;
}
.featured-video-section .section-header h2 {
  font-size: 40px;
  font-weight: 800;
  color: #1a2e28;
  margin-bottom: 12px;
}
.featured-video-section .section-header p {
  font-size: 16px;
  color: #4b5563;
  max-width: 600px;
  margin: 0 auto;
}
.video-container {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  background: #000;
  border: 8px solid rgba(16, 185, 129, 0.1);
}
.video-container iframe,
.video-container video {
  display: block;
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .video-container iframe,
  .video-container video {
    height: 350px;
  }
}
#tech-stack {
  background: #fff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
#tech-stack::before {
  content: "";
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(16, 185, 129, 0.06) 0%,
    transparent 65%
  );
  pointer-events: none;
}
.ts-header {
  text-align: center;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}
.ts-header .section-label {
  color: #075f48;
  background: rgba(7, 95, 72, 0.09);
}
.ts-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 52px;
  position: relative;
  z-index: 1;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 100px;
  padding: 6px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@property --tab-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes tab-spin {
  to {
    --tab-angle: 360deg;
  }
}
.ts-tab {
  padding: 9px 20px;
  border-radius: 100px;
  font-size: 0.84rem;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  transition:
    color 0.25s,
    box-shadow 0.25s;
  border: 2px solid transparent;
  background: none;
  font-family: inherit;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.ts-tab:hover {
  color: #075f48;
  border: 2px solid transparent;
  background:
    #f1fdf7 padding-box,
    conic-gradient(
        from var(--tab-angle),
        #c7f3e3 0%,
        #c7f3e3 50%,
        #10b981 68%,
        #34d399 74%,
        #10b981 80%,
        #c7f3e3 100%
      )
      border-box;
  animation: tab-spin 3s linear infinite;
}
.ts-tab.active {
  color: #fff;
  border: 2px solid transparent;
  background:
    linear-gradient(135deg, #075f48 0%, #10b981 100%) padding-box,
    conic-gradient(
        from var(--btn-angle),
        #075f48 0%,
        #075f48 55%,
        #6ee7b7 70%,
        #34d399 75%,
        #6ee7b7 80%,
        #075f48 100%
      )
      border-box !important;
  box-shadow: 0 4px 14px rgba(7, 95, 72, 0.3);
  animation: tab-spin 3s linear infinite;
}
.ts-panel {
  display: none;
  position: relative;
  z-index: 1;
}
.ts-panel.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.ts-grid {
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}
@property --ts-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes ts-spin {
  to {
    --ts-angle: 360deg;
  }
}
.ts-icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 28px 16px;
  background: #fff;
  min-width: 138px;
  border-radius: 20px;
  cursor: default;
  transition:
    transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    box-shadow 0.3s;
  position: relative;
  background:
    linear-gradient(#fff, #fff) padding-box,
    conic-gradient(
        from var(--ts-angle),
        #e2e8f0 0%,
        #e2e8f0 60%,
        #10b981 75%,
        #34d399 80%,
        #10b981 85%,
        #e2e8f0 100%
      )
      border-box;
  border: 1.5px solid transparent;
  animation: ts-spin 3s linear infinite;
}
.ts-icon-card::after {
  content: none;
}
.ts-icon-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(7, 95, 72, 0.12);
  background:
    linear-gradient(#fff, #fff) padding-box,
    conic-gradient(
        from var(--ts-angle),
        #e2e8f0 0%,
        #10b981 40%,
        #34d399 50%,
        #6ee7b7 55%,
        #10b981 65%,
        #e2e8f0 100%
      )
      border-box;
}
.ts-icon-img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  transition: transform 0.3s;
}
.ts-icon-card:hover .ts-icon-img {
  transform: scale(1.12);
}
.ts-icon-wrap {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}
.ts-icon-card:hover .ts-icon-wrap {
  transform: scale(1.12);
}
.ts-icon-name {
  font-size: 0.78rem;
  font-weight: 700;
  color: #374151;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 900px) {
  .ts-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 640px) {
  .ts-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .ts-tabs {
    gap: 2px;
    padding: 4px;
  }
  .ts-tab {
    padding: 7px 13px;
    font-size: 0.78rem;
  }
}
@media (max-width: 400px) {
  .ts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
#wp-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200000;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  align-items: center;
  justify-content: center;
  padding: 16px;
}
#wp-overlay.show {
  display: flex;
}
#wp-box {
  background: #f4f9f6;
  border-radius: 20px;
  width: 100%;
  max-width: 680px;
  padding: 36px 36px 28px;
  position: relative;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
  animation: wpIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes wpIn {
  from {
    opacity: 0;
    transform: scale(0.88) translateY(24px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
#wp-box .wp-tag {
  display: inline-block;
  background: rgba(7, 95, 72, 0.12);
  color: #075f48;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
#wp-box h2 {
  font-size: 28px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 24px;
  line-height: 1.2;
}
#wp-box .wp-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
#wp-box .wp-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#wp-box .wp-field label {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
}
#wp-box .wp-field input,
#wp-box .wp-field textarea {
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
  color: #111827;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
}
#wp-box .wp-field input:focus,
#wp-box .wp-field textarea:focus {
  border-color: #075f48;
}
#wp-box .iti {
  width: 100%;
}
#wp-box .iti input[type="tel"] {
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 14px 12px 90px !important;
  font-size: 14px;
  color: #111827;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  transition: border-color 0.2s;
}
#wp-box .iti input[type="tel"]:focus {
  border-color: #075f48;
}
#wp-box .iti__flag-container {
  left: 0;
}
#wp-box .iti__selected-dial-code {
  font-size: 13px;
  color: #374151;
}
#wp-box textarea {
  resize: vertical;
  min-height: 90px;
}
#wp-box .wp-submit {
  width: 100%;
  margin-top: 6px;
}
#wp-close-btn {
  position: absolute;
  top: 16px;
  right: 18px;
  background: #0f172a;
  border: none;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-val-err {
  color: #e53e3e;
  font-size: 12px;
  margin-top: 2px;
  display: block;
}
@media (max-width: 540px) {
  #wp-box .wp-row {
    grid-template-columns: 1fr;
  }
  #wp-box {
    padding: 28px 20px 22px;
  }
  #wp-box h2 {
    font-size: 22px;
  }
}
@keyframes csOrb {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(40px, -30px) scale(1.12);
  }
}
@keyframes csOrb2 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-30px, 40px) scale(0.9);
  }
}
@keyframes csPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(7, 95, 72, 0.45);
  }
  50% {
    box-shadow: 0 0 0 16px rgba(7, 95, 72, 0);
  }
}
@keyframes csGlow {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes csTickerScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@property --cs-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes csBorderSpin {
  to {
    --cs-angle: 360deg;
  }
}
#spotlight {
  padding: 100px 0 110px;
  background: linear-gradient(
    155deg,
    #f0faf5 0%,
    #e8f5ee 40%,
    #f4f9f6 70%,
    #edf7f1 100%
  );
  position: relative;
  overflow: hidden;
}
#spotlight::before,
#spotlight::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(90px);
}
#spotlight::before {
  width: 560px;
  height: 560px;
  background: radial-gradient(
    circle,
    rgba(7, 95, 72, 0.14) 0%,
    transparent 70%
  );
  top: -150px;
  left: -120px;
  animation: csOrb 10s ease-in-out infinite;
}
#spotlight::after {
  width: 440px;
  height: 440px;
  background: radial-gradient(
    circle,
    rgba(16, 185, 129, 0.1) 0%,
    transparent 70%
  );
  bottom: -100px;
  right: -80px;
  animation: csOrb2 13s ease-in-out infinite;
}
.cs-dot-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle,
    rgba(7, 95, 72, 0.1) 1.2px,
    transparent 1.2px
  );
  background-size: 34px 34px;
  pointer-events: none;
}
.cs-orb3 {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(52, 211, 153, 0.09) 0%,
    transparent 70%
  );
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(70px);
  pointer-events: none;
  animation: csOrb 16s ease-in-out infinite reverse;
}
.cs-ticker {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 52px;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 8%,
    black 92%,
    transparent 100%
  );
}
.cs-ticker-inner {
  display: inline-flex;
  animation: csTickerScroll 24s linear infinite;
}
.cs-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 36px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(7, 95, 72, 0.45);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.cs-ticker-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #075f48;
  opacity: 0.5;
  display: inline-block;
  flex-shrink: 0;
}
.cs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.cs-card:first-child {
  aspect-ratio: 9/16;
}
.cs-spin-wrap {
  border-radius: 24px;
  padding: 2px;
  background: conic-gradient(
    from var(--cs-angle),
    transparent 0deg,
    transparent 260deg,
    #075f48 290deg,
    #10b981 320deg,
    #34d399 342deg,
    #10b981 354deg,
    transparent 360deg
  );
  animation: csBorderSpin 5s linear infinite;
  transition: box-shadow 0.3s;
}
.cs-spin-wrap:hover {
  animation-duration: 2.5s;
  box-shadow: 0 16px 48px rgba(7, 95, 72, 0.18);
}
.cs-spin-wrap.playing-wrap {
  animation-duration: 2s;
  box-shadow:
    0 0 0 3px #075f48,
    0 16px 48px rgba(7, 95, 72, 0.22);
}
.cs-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 9/16;
  cursor: pointer;
  background: #0a1a14;
  transition: transform 0.35s cubic-bezier(0.22, 0.68, 0, 1.2);
}
.cs-spin-wrap:hover .cs-card {
  transform: translateY(-7px) scale(1.015);
}
.cs-card.playing {
  transform: none;
}
.cs-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cs-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.55) 0%,
    transparent 30%,
    transparent 58%,
    rgba(0, 0, 0, 0.78) 100%
  );
  pointer-events: none;
  z-index: 1;
}
.cs-top {
  display: none;
}
.cs-card.playing .cs-top {
  display: none;
}
.cs-avatar {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(7, 95, 72, 0.35);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(52, 211, 153, 0.45);
  overflow: hidden;
}
.cs-info {
  min-width: 0;
}
.cs-name {
  font-size: 11.5px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.cs-brand {
  font-size: 10px;
  color: #6ee7b7;
  font-weight: 500;
}
.cs-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(7, 95, 72, 0.7);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(52, 211, 153, 0.4);
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 9.5px;
  font-weight: 700;
  color: #6ee7b7;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 5px;
}
.cs-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34d399;
  animation: csGlow 1.8s ease-in-out infinite;
}
.cs-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: linear-gradient(135deg, #075f48 0%, #10b981 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: csPulse 2.5s ease-in-out infinite;
  transition:
    transform 0.2s,
    opacity 0.3s;
  cursor: pointer;
  z-index: 3;
}
.cs-play-btn svg {
  margin-left: 4px;
}
.cs-spin-wrap:hover .cs-play-btn {
  transform: translate(-50%, -50%) scale(1.12);
}
.cs-card.playing .cs-play-btn {
  opacity: 0;
  pointer-events: none;
}
.cs-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, transparent 100%);
  border-radius: 0 0 22px 22px;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.3s,
    transform 0.3s;
  z-index: 4;
}
.cs-card.playing .cs-controls {
  opacity: 1;
  transform: none;
}
.cs-ctrl-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: 0.9;
  transition:
    opacity 0.2s,
    transform 0.15s;
}
.cs-ctrl-btn:hover {
  opacity: 1;
  transform: scale(1.15);
}
.cs-bar-wrap {
  flex: 1;
  padding: 7px 0;
  cursor: pointer;
}
.cs-bar-bg {
  height: 3px;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 99px;
  overflow: hidden;
}
.cs-bar-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(to right, #075f48, #34d399);
  border-radius: 99px;
  transition: width 0.15s linear;
}
.cs-time {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.75);
  font-family: monospace;
  flex-shrink: 0;
  min-width: 28px;
}
.cs-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin-top: 52px;
  padding-top: 40px;
  border-top: 1px solid rgba(7, 95, 72, 0.12);
}
.cs-stat {
  text-align: center;
}
.cs-stat-num {
  font-size: 28px;
  font-weight: 800;
  color: #075f48;
  line-height: 1;
  font-family: "Sora", sans-serif;
}
.cs-stat-label {
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
  margin-top: 4px;
  letter-spacing: 0.03em;
}
.cs-stat-div {
  width: 1px;
  height: 40px;
  background: rgba(7, 95, 72, 0.15);
}
@media (max-width: 960px) {
  .cs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cs-stats {
    gap: 28px;
  }
}
@media (max-width: 500px) {
  .cs-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .cs-stats {
    gap: 18px;
    flex-wrap: wrap;
  }
  .cs-stat-div {
    display: none;
  }
}
#faq {
  position: relative;
  padding: 110px 0 120px;
  background: linear-gradient(155deg, #f4f8f5 0%, #eaf3ec 50%, #f0f7f2 100%);
  overflow: hidden;
}
.faq-grid-bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle,
    rgba(7, 95, 72, 0.08) 1.2px,
    transparent 1.2px
  );
  background-size: 32px 32px;
  pointer-events: none;
  z-index: 0;
}
.faq-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(100px);
  z-index: 0;
}
.faq-orb1 {
  width: 560px;
  height: 560px;
  background: radial-gradient(
    circle,
    rgba(167, 243, 208, 0.55) 0%,
    transparent 70%
  );
  top: -180px;
  left: -140px;
}
.faq-orb2 {
  width: 460px;
  height: 460px;
  background: radial-gradient(
    circle,
    rgba(187, 247, 208, 0.45) 0%,
    transparent 70%
  );
  bottom: -130px;
  right: -90px;
}
.faq-orb3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(52, 211, 153, 0.18) 0%,
    transparent 70%
  );
  top: 40%;
  left: 52%;
}
.faq-float {
  position: absolute;
  border-radius: 6px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.18;
}
.faq-f1 {
  width: 20px;
  height: 20px;
  background: #075f48;
  top: 13%;
  right: 11%;
  transform: rotate(22deg);
  animation: faqF 8s ease-in-out infinite;
}
.faq-f2 {
  width: 13px;
  height: 13px;
  background: #10b981;
  bottom: 18%;
  left: 7%;
  transform: rotate(-18deg);
  animation: faqF 10s ease-in-out infinite reverse;
}
@keyframes faqF {
  0%,
  100% {
    transform: translateY(0) rotate(22deg);
  }
  50% {
    transform: translateY(-20px) rotate(32deg);
  }
}
.faq-ring {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.faq-r1 {
  width: 140px;
  height: 140px;
  border: 1.5px solid rgba(7, 95, 72, 0.12);
  top: 8%;
  right: 20%;
  animation: faqSpin 20s linear infinite;
}
.faq-r2 {
  width: 80px;
  height: 80px;
  border: 1px solid rgba(16, 185, 129, 0.15);
  bottom: 18%;
  left: 5%;
  animation: faqSpin 14s linear infinite reverse;
}
@keyframes faqSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.faq-grid {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 58px;
}
.faq-grid::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(7, 95, 72, 0.15) 8%,
    rgba(7, 95, 72, 0.2) 50%,
    rgba(7, 95, 72, 0.15) 92%,
    transparent 100%
  );
  border-radius: 99px;
  z-index: 0;
}
.faq-grid::after {
  content: "";
  position: absolute;
  left: 30px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #075f48;
  box-shadow:
    0 0 10px rgba(7, 95, 72, 0.8),
    0 0 20px rgba(7, 95, 72, 0.4);
  z-index: 3;
  animation: faqDotTravel 3.2s ease-in-out infinite;
}
@keyframes faqDotTravel {
  0% {
    top: 22px;
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  94% {
    opacity: 1;
  }
  100% {
    top: calc(100% - 22px);
    opacity: 0;
  }
}
.faq-item {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid rgba(7, 95, 72, 0.1);
  border-radius: 18px;
  overflow: visible;
  cursor: pointer;
  margin-bottom: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition:
    border-color 0.3s,
    box-shadow 0.3s,
    transform 0.3s;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-item:hover {
  border-color: rgba(7, 95, 72, 0.28);
  box-shadow: 0 4px 20px rgba(7, 95, 72, 0.09);
  transform: translateX(5px);
}
.faq-item.open {
  border-color: rgba(7, 95, 72, 0.4);
  box-shadow:
    0 0 0 1px rgba(7, 95, 72, 0.12),
    0 8px 32px rgba(7, 95, 72, 0.12);
  transform: translateX(5px);
}
.faq-item::after {
  content: "";
  position: absolute;
  left: -24px;
  top: 50%;
  width: 22px;
  height: 2px;
  background: rgba(7, 95, 72, 0.15);
  transform: translateY(-50%);
  transition:
    background 0.3s,
    width 0.3s;
  pointer-events: none;
}
.faq-item.open::after,
.faq-item:hover::after {
  background: rgba(7, 95, 72, 0.4);
  width: 26px;
}
.faq-q {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
}
.faq-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid rgba(7, 95, 72, 0.2);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: rgba(7, 95, 72, 0.4);
  font-family: var(--font-head);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}
.faq-item:hover .faq-num {
  border-color: rgba(7, 95, 72, 0.5);
  color: var(--c-accent);
}
.faq-item.open .faq-num {
  background: var(--c-accent);
  border-color: var(--c-accent);
  color: #fff;
  box-shadow:
    0 0 0 4px rgba(7, 95, 72, 0.12),
    0 0 12px rgba(7, 95, 72, 0.3);
}
.faq-q span {
  flex: 1;
  font-size: 15.5px;
  font-weight: 600;
  color: #111;
  line-height: 1.45;
  transition: color 0.25s;
}
.faq-item.open .faq-q span {
  color: var(--c-accent);
}
.faq-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(7, 95, 72, 0.15);
  background: rgba(7, 95, 72, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-accent);
  transition:
    transform 0.35s ease,
    background 0.25s,
    border-color 0.25s,
    color 0.25s;
}
.faq-item.open .faq-icon {
  transform: rotate(180deg);
  background: var(--c-accent);
  border-color: var(--c-accent);
  color: #fff;
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item.open .faq-a {
  max-height: 340px;
}
.faq-a p {
  margin: 0;
  padding: 0 22px 22px 72px;
  font-size: 14.5px;
  line-height: 1.78;
  color: #555;
  border-top: 1px solid rgba(7, 95, 72, 0.07);
  padding-top: 14px;
}
.faq-a p strong {
  color: #111;
  font-weight: 650;
}
.faq-layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 40px;
  align-items: start;
}
.faq-live-card {
  background: #0d2318;
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 8px 40px rgba(7, 95, 72, 0.18),
    0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(52, 211, 153, 0.15);
  position: sticky;
  top: 100px;
}
.flc-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.flc-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
.flc-title {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.35);
  font-family: monospace;
  margin-left: 8px;
}
.flc-body {
  padding: 20px 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.flc-line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: monospace;
  font-size: 13px;
  opacity: 0;
  transform: translateX(-8px);
  animation: flcIn 0.4s ease forwards;
  animation-delay: var(--d, 0s);
}
@keyframes flcIn {
  to {
    opacity: 1;
    transform: none;
  }
}
.flc-prompt {
  color: #34d399;
  font-weight: 700;
}
.flc-cmd {
  color: #fff;
}
.flc-ok {
  color: #34d399;
  font-size: 14px;
}
.flc-txt {
  color: rgba(255, 255, 255, 0.7);
}
.flc-success .flc-txt strong {
  color: #34d399;
}
.flc-spin-line {
  display: flex;
  align-items: center;
  gap: 8px;
}
.flc-spinner {
  color: #34d399;
  font-size: 14px;
  display: inline-block;
  animation: flcSpin 0.8s steps(8) infinite;
}
@keyframes flcSpin {
  0% {
    content: "⠋";
  }
  12% {
    content: "⠙";
  }
  25% {
    content: "⠹";
  }
  37% {
    content: "⠸";
  }
  50% {
    content: "⠼";
  }
  62% {
    content: "⠴";
  }
  75% {
    content: "⠦";
  }
  87% {
    content: "⠧";
  }
  100% {
    content: "⠏";
  }
}
.flc-stats {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 16px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(0, 0, 0, 0.2);
}
.flc-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.flc-stat-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 6px #34d399;
  animation: flcPulse 1.8s ease-in-out infinite;
}
@keyframes flcPulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 6px #34d399;
  }
  50% {
    opacity: 0.5;
    transform: scale(0.7);
    box-shadow: 0 0 2px #34d399;
  }
}
.flc-stat-num {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  font-family: var(--font-head);
}
.flc-stat-lbl {
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}
.flc-stat-sep {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.08);
}
@media (max-width: 1024px) {
  .faq-layout {
    grid-template-columns: 1fr;
  }
  .faq-live-card {
    position: static;
  }
}
@media (max-width: 600px) {
  .faq-grid::before {
    left: 22px;
  }
  .faq-grid::after {
    left: 17px;
    width: 10px;
    height: 10px;
  }
  .faq-item::after {
    left: -14px;
    width: 12px;
  }
  .faq-num {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
  .faq-q {
    padding: 14px 14px;
    gap: 10px;
  }
  .faq-q span {
    font-size: 14px;
  }
  .faq-a p {
    padding: 0 14px 18px 52px;
    padding-top: 12px;
  }
}
#clutch-reviews {
  position: relative;
  padding: 100px 0 120px;
  background: linear-gradient(
    145deg,
    #edf5ef 0%,
    #e4f0e7 40%,
    #eef5f0 70%,
    #f0f6f2 100%
  );
  overflow: hidden;
}
#clutch-reviews::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle,
    rgba(7, 95, 72, 0.09) 1.2px,
    transparent 1.2px
  );
  background-size: 30px 30px;
  pointer-events: none;
  z-index: 0;
}
.cr-bg-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(100px);
  z-index: 0;
}
.cr-orb1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(7, 95, 72, 0.14) 0%,
    transparent 70%
  );
  top: -200px;
  left: -150px;
}
.cr-orb2 {
  width: 450px;
  height: 450px;
  background: radial-gradient(
    circle,
    rgba(16, 185, 129, 0.13) 0%,
    transparent 70%
  );
  bottom: -130px;
  right: -80px;
}
.cr-orb3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(52, 211, 153, 0.1) 0%,
    transparent 70%
  );
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}
.cr-float {
  position: absolute;
  border-radius: 6px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.18;
}
.cr-float1 {
  width: 18px;
  height: 18px;
  background: #075f48;
  top: 12%;
  left: 8%;
  transform: rotate(20deg);
  animation: crFloat1 7s ease-in-out infinite;
}
.cr-float2 {
  width: 12px;
  height: 12px;
  background: #10b981;
  top: 65%;
  left: 15%;
  transform: rotate(-15deg);
  animation: crFloat2 9s ease-in-out infinite;
}
.cr-float3 {
  width: 20px;
  height: 20px;
  background: #075f48;
  top: 20%;
  right: 10%;
  transform: rotate(35deg);
  animation: crFloat1 8s ease-in-out infinite reverse;
}
.cr-ring {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  border: 2px solid rgba(7, 95, 72, 0.12);
}
.cr-ring1 {
  width: 120px;
  height: 120px;
  top: 8%;
  right: 18%;
  animation: crSpin 18s linear infinite;
}
.cr-ring2 {
  width: 70px;
  height: 70px;
  bottom: 15%;
  left: 6%;
  border-width: 1.5px;
  border-color: rgba(16, 185, 129, 0.15);
  animation: crSpin 12s linear infinite reverse;
}
.cr-blob {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0.07;
  border-radius: 60% 40% 55% 45% / 45% 55% 40% 60%;
}
.cr-blob1 {
  width: 260px;
  height: 200px;
  background: #075f48;
  top: 5%;
  right: 6%;
  animation: crMorph 10s ease-in-out infinite;
}
.cr-blob2 {
  width: 200px;
  height: 160px;
  background: #10b981;
  bottom: 8%;
  left: 4%;
  animation: crMorph 13s ease-in-out infinite reverse;
}
@keyframes crFloat1 {
  0%,
  100% {
    transform: translateY(0) rotate(20deg);
  }
  50% {
    transform: translateY(-18px) rotate(28deg);
  }
}
@keyframes crFloat2 {
  0%,
  100% {
    transform: translateY(0) rotate(-15deg);
  }
  50% {
    transform: translateY(-14px) rotate(-22deg);
  }
}
@keyframes crSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes crMorph {
  0%,
  100% {
    border-radius: 60% 40% 55% 45% / 45% 55% 40% 60%;
  }
  33% {
    border-radius: 45% 55% 40% 60% / 60% 40% 55% 45%;
  }
  66% {
    border-radius: 55% 45% 60% 40% / 40% 60% 45% 55%;
  }
}
