
:root {
  --nc-dark:         #081016;
  --nc-section-alt:  #0F1A24;
  --nc-card:         #1A242C;
  --nc-card-deeper:  #111C26;
  --nc-footer-bg:    #1A2E3D;
  --nc-teal:         #00BF8D;
  --nc-teal-hover:   #00A37D;
  --nc-teal-bright:  #12e8a6;
  --nc-teal-glow:    rgba(0,191,141,0.45);
  --nc-teal-subtle:  rgba(0,191,141,0.08);
  --nc-teal-border:  rgba(0,191,141,0.25);
  --nc-text:         #F0F0F0;
  --nc-text-muted:   rgba(240,240,240,0.60);
  --nc-text-dimmer:  rgba(240,240,240,0.42);
  --nc-border:       rgba(255,255,255,0.08);
  --nc-border-md:    rgba(255,255,255,0.12);
  --nc-input-bg:     #2B3845;
  --nc-shadow-teal:  0 4px 16px -4px rgba(0,191,141,0.45);
  --nc-shadow-card:  0 4px 28px rgba(0,0,0,0.35);

  --r-sm:   6px;
  --r-md:   10px;
  --r-lg:   16px;
  --r-xl:   22px;
  --r-pill: 999px;

  --max-w:   1100px;
  --sec-gap: 88px;
}

/* RESET */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  color: var(--nc-text);
  line-height: 1.65;
  letter-spacing: -0.005em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; }
.logobx img{
    width: 120px;
}
/* LAYOUT */
.lp-wrap {
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: 24px;
}
.lp-sec    { padding-block: var(--sec-gap); }
.lp-sec-alt {
  background-color: #f1f1f1;
  border-top: 1px solid var(--nc-border);
  border-bottom: 1px solid var(--nc-border);
}
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* TYPOGRAPHY */
h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #000;
}
h1 { font-size: clamp(30px, 5vw, 56px); }
h2 { font-size: clamp(24px, 3.5vw, 36px); }
h3 { font-size: 17px; letter-spacing: -0.01em; }
p  { color: #000; line-height: 1.75; }
.textWhite{color:#fff;}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ef4f28;
  margin-bottom: 14px;
}
.eyebrow::before {
  content: '';
  display: inline-block;
  width: 18px; height: 2px;
  background: #ef4f28;
  border-radius: 1px;
}

/* BUTTONS matching exact .btn-cta from style.min.css */
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  padding: 0.7rem 1.6rem;
  border-radius: var(--r-pill);
  border: none;
  background: #ef4f28;
  color: #081016;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px -4px rgb(239 79 40);
  transition: transform .22s cubic-bezier(.2,.7,.2,1),
              box-shadow .22s cubic-bezier(.2,.7,.2,1),
              background .18s;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
.btn-cta::before {
  content: '';
  position: absolute; top: 0; left: -70%;
  width: 45%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.32), transparent);
  transform: skewX(-16deg);
  animation: btn-shine 3s ease-in-out infinite;
  pointer-events: none;
}
@keyframes btn-shine {
  0%   { left: -70%; opacity: 0; }
  18%  { opacity: 1; }
  55%  { left: 120%; opacity: 0; }
  100% { left: 120%; opacity: 0; }
}
.btn-cta:hover, .btn-cta:focus-visible {
  transform: translateY(-2px);
}
.btn-cta:active { transform: translateY(0); }
.btn-cta-lg { font-size: 1rem; padding: 0.85rem 2.2rem; }
.btn-cta-full { width: 100%; justify-content: center; }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.65rem 1.5rem;
  border-radius: var(--r-pill);
  background: transparent;
  color: #ef4f28;
  border: 2px solid #ef4f28;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  transition: all .22s ease;
}
.btn-ghost:hover {
  transform: translateY(-2px);
}
.btn-ghost-lg { font-size: 1rem; padding: 0.8rem 2rem; }

.btn-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.7rem 1.6rem;
  border-radius: var(--r-pill);
  background: #25D366;
  color: #fff;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 4px 16px -4px rgba(37,211,102,0.45);
  transition: transform .22s ease, background .18s, box-shadow .22s;
}
.btn-wa:hover {
  background: #1ebe5d;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 22px -6px rgba(37,211,102,0.6);
}
.btn-wa-lg { font-size: 1rem; padding: 0.85rem 2.2rem; }

/* STICKY BAR */
.lp-sticky {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: #f1f1f1;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--nc-border);
  padding: 11px 0;
  transform: translateY(-100%);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
}
.lp-sticky.is-visible { transform: translateY(0); }
.lp-sticky-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
/* Brand logo â€” matching .netclubbed-brand */
.lp-brand {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  color: var(--nc-text);
}
.lp-brand span { color: var(--nc-teal); }
.sticky-ctas { display: flex; align-items: center; gap: 8px; }

/* HERO */
.lp-hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr 420px;
  align-items: center;
  gap: 52px;
  padding-top: 56px;
  padding-bottom: 72px;
  position: relative;
  overflow: hidden;
}
/* Teal radial glow â€” matching hero-bg-overlay style */
.hero-glow {
  position: absolute;
  top: -160px; right: -100px;
  width: 600px; height: 600px;
  background: radial-gradient(circle at 70% 30%, rgba(0,191,141,0.10) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
  animation: pulseGlow 15s infinite alternate ease-in-out;
}
.hero-glow-2 {
  position: absolute;
  bottom: -80px; left: -60px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(0,191,141,0.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
@keyframes pulseGlow {
  0%   { opacity: 0.5; transform: scale(1); }
  50%  { opacity: 0.7; transform: scale(1.04); }
  100% { opacity: 0.5; transform: scale(1); }
}
.hero-copy { position: relative; z-index: 1; }

/* Live badge */
.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgb(232 208 194 / 45%);
  border: 1px solid rgb(233 188 171);
  border-radius: var(--r-pill);
  padding: 5px 14px 5px 8px;
  font-size: 12px;
  font-weight: 600;
  color: #ef4f28;
  margin-bottom: 22px;
}
.live-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #ef4f28;
  flex-shrink: 0;
  animation: dot-pulse 2s ease-in-out infinite;
}
@keyframes dot-pulse {
  0%,100% { opacity:1; box-shadow: 0 0 0 0 rgb(233 188 171); }
  50%      { opacity:.7; box-shadow: 0 0 0 4px rgb(233 188 171); }
}

.hero-accent {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  font-style: italic;
  color: #ef4f28;
}
.hero-desc {
  font-size: 17px;
  line-height: 1.8;
  margin: 20px 0 32px;
  max-width: 500px;
}
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }
.hero-trust {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 16px;
  font-size: 13px;
  color: #000;
}
.trust-item { display: flex; align-items: center; gap: 6px; }
.trust-item i { color: #ef4f28; font-size: 12px; }
.trust-item i.star { color: #F59E0B; }
.trust-sep { color: var(--nc-border-md); }

/* FORM CARD */
.form-wrap { position: relative; z-index: 1; }
.form-card {
  background: #fff;
  padding: 30px 26px;
  box-shadow: var(--nc-shadow-card), 0 0 40px rgba(0,191,141,0.10);
  position: relative;
  overflow: hidden;
}
/* Teal top accent line */
.form-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ef4f28, #ef4f28, #ef4f28);
}
.form-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 4px;
  letter-spacing: -0.02em;
  color:#000;
}
.form-sub {
  font-size: 13px;
  color: #000;
  margin-bottom: 22px;
}
.form-sub i { color: #ef4f28; margin-right: 4px; font-size: 9px; }

/* Form fields â€” matching .nc-input style from ref page */
.f-group { margin-bottom: 13px; }
.f-group label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 6px;
}
.f-group input,
.f-group select {
  width: 100%;
  background: #fff;
  border:0;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px;
  color: #000;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  transition: border-color .2s, background .2s, box-shadow .2s;
  -webkit-appearance: none;
}
.f-group input::placeholder { color: #777; }
.f-group select option { background: var(--nc-card); color: var(--nc-text); }
.f-group input:focus,
.f-group select:focus {
  border-color: #ef4f28;
  background: rgba(0,191,141,0.06);
  box-shadow: 0 0 0 3px rgba(0,191,141,0.18);
}
.f-group input.err,
.f-group select.err { border-color: #dc3545; }
.f-err {
  display: none;
  font-size: 11px;
  color: #ff8d8d;
  margin-top: 4px;
}
.f-group.has-err .f-err { display: block; }

/* Honeypot */
.nc-hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; opacity: 0; }

.form-submit { margin-top: 18px; }
.form-msg { display: none; font-size: 13px; margin-top: 10px; min-height: 1.2em; }
.form-msg.is-error   { color: #ff8d8d; }
.form-msg.is-success { color: #7CFFB2; }

.form-privacy {
  text-align: center;
  font-size: 11px;
  color: #000;
  margin-top: 12px;
}
.form-or {
  text-align: center;
  font-size: 12px;
  color: #000;
  margin: 14px 0 10px;
  position: relative;
}
.form-or::before, .form-or::after {
  content: '';
  position: absolute;
  top: 50%; width: 36%;
  height: 1px;
  background: #ccc;
}
.form-or::before { left: 0; }
.form-or::after  { right: 0; }

.form-quick {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.fq-call, .fq-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 12px;
  border-radius: var(--r-md);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .18s, background .18s, border-color .18s;
}
.fq-call:hover, .fq-wa:hover { transform: translateY(-1px); }
.fq-call {
  background: rgba(255,255,255,0.05);
  border: 1px solid #ccc;
  color: #000;
}
.fq-call:hover { border-color: #ef4f28; color: #ef4f28; }
.fq-wa {
  background: rgba(37,211,102,0.10);
  border: 1px solid rgba(37,211,102,0.28);
  color: #4ade80;
}
.fq-wa:hover { background: rgba(37,211,102,0.18); color: #4ade80; }

/* Form success */
.form-success {
  display: none;
  text-align: center;
  padding: 12px 0;
}
.form-success-icon {
  width: 58px; height: 58px;
  background: rgba(0,191,141,0.12);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
  font-size: 22px;
  color: var(--nc-teal);
}
.form-success h3 { margin-bottom: 8px; }
.form-success p { font-size: 14px; margin-top: 6px; }
.wa-follow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(37,211,102,0.10);
  border: 1px solid rgba(37,211,102,0.28);
  border-radius: var(--r-pill);
  padding: 11px 22px;
  font-size: 14px;
  font-weight: 700;
  color: #4ade80;
  text-decoration: none;
  margin-top: 16px;
  transition: background .18s;
  width: 100%;
  justify-content: center;
}
.wa-follow:hover { background: rgba(37,211,102,0.20); color: #4ade80; }

/* PROOF BAR */
.proof-bar {
  background: #f1f1f1;
  border-top: 1px solid var(--nc-border);
  border-bottom: 1px solid var(--nc-border);
  padding: 22px 0;
}
.proof-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.proof-stat { display: flex; align-items: center; gap: 10px; }
.proof-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #000;
}
.proof-num.teal { color: #ef4f28; }
.proof-lbl { font-size: 15px; color: #000; line-height: 1.4; }
.proof-sep { width: 1px; height: 28px; background: var(--nc-border); flex-shrink: 0; }

/* SECTION HEADER */
.sec-hdr { margin-bottom: 48px; }
.sec-hdr h2 { margin-bottom: 12px; color:#000;}
.secHdr h2{color:#000;}
.sec-hdr p { font-size: 16px; max-width: 540px; }
.sec-hdr.center { text-align: center; }
.sec-hdr.center p { margin-inline: auto; }
.secHdr1 p{color:#ef4f28;}
/* Section title underline (matching .section-title::after) */
.sec-hdr h2 .title-line {
  display: block;
  width: 80px; height: 3px;
  background: #ef4f28;
  border-radius: 2px;
  margin-top: 14px;
}
.sec-hdr.center h2 .title-line { margin-inline: auto; }

/* SERVICES GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.svc-card {
  background: #f1f1f1;
  border: 1px solid var(--nc-border);
  border-radius: var(--r-lg);
  padding: 26px 22px;
  transition: border-color .22s, transform .22s;
}
.svc-card:hover {
  border-color: rgb(239 79 40 / 35%);
  transform: translateY(-3px);
}
.svc-icon {
  width: 42px; height: 42px;
  background: rgb(239 79 40 / 19%);
  border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
  color: #ef4f28;
  font-size: 17px;
}
.svc-card h3 { font-size: 15px; margin-bottom: 7px;color:#000; }
.svc-card p  { font-size: 13px; color: #000; line-height: 1.65; }

/* PORTFOLIO */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.port-card {
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: border-color .22s, transform .22s;
}
.port-card:hover {
  border-color: rgb(239 79 40 / 32%);
  transform: translateY(-3px);
}
.port-img {
  height: 140px;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 32px;
  border-bottom: 1px solid var(--nc-border);
  position: relative;
  overflow: hidden;
}
.port-img::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(
    circle at 50% 100%,
    rgba(200, 200, 200, 0.12) 0%,
    transparent 70%
);
}
.port-img i{color:#ef4f28;}
.port-body { padding: 18px 18px 20px; background: #fff;}
.port-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ef4f28;
  background: rgb(239 74 46 / 13%);
  border: 1px solid rgb(239 79 40 / 30%);
  border-radius: 4px;
  padding: 2px 8px;
  margin-bottom: 8px;
}
.port-body h3 { font-size: 15px; margin-bottom: 6px; color:#000; }
.port-body p  { font-size: 13px; color: #000; line-height: 1.6; }
.port-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #ef4f28;
  margin-top: 10px;
  transition: gap .18s;
}
.port-link:hover { gap: 8px; }

/* WHY US */
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.why-list { display: flex; flex-direction: column; gap: 12px; }
.why-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--nc-border);
  border-radius: 10px;
  padding: 16px 18px;
  transition: border-color .2s;
}
.why-item:hover { border-color: rgb(239 79 40 / 19%); }
.why-ico {
  width: 38px; height: 38px;
  background: rgb(239 79 40 / 19%);
  border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  color: #ef4f28;
  font-size: 15px;
  flex-shrink: 0;
}
.why-item h3 { font-size: 14px; margin-bottom: 3px;color:#000; }
.why-item p  { font-size: 13px; color: #000; }

/* Rating panel */
.rating-panel { display: flex; flex-direction: column; gap: 12px; }
.rating-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
}
.nc-stars { color: #F59E0B; font-size: 20px; letter-spacing: 2px; margin-bottom: 8px; }
.rating-big {
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #000;
  margin-bottom: 4px;
}
.rating-sub { font-size: 12px; color: #000; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mini-card {
  background: #fff;
  border: 1px solid var(--nc-border);
  border-radius: var(--r-md);
  padding: 14px;
  text-align: center;
}
.mini-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #ef4f28;
  letter-spacing: -0.03em;
}
.mini-lbl { font-size: 11px; color: #000; margin-top: 2px; }

/* PROCESS */
.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 50px;
  position: relative;
}
.process-grid::before {
  content: '';
  position: absolute;
  top: 27px; left: 8%; right: 8%;
  height: 1px;
  background: #ef4f2859;
}
.proc-step { text-align: center; padding: 0 8px; position: relative; }
.proc-num {
  width: 54px; height: 54px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid rgb(239 79 40 / 63%);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: #ef4f28;
  position: relative;
  z-index: 1;
}
.proc-step h3 { font-size: 13px; margin-bottom: 5px;color:#000; }
.proc-step p  { font-size: 12px; color: #000; line-height: 1.5; }

/* INDUSTRIES */
.ind-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 46px;
}
.ind-chip {
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  transition: border-color .18s, background .18s;
}
.ind-chip:hover {
  border-color: rgb(239 79 40 / 32%);
  background: rgb(239 79 40 / 13%);
  color: #000;
}
.ind-chip i { color: #ef4f28; font-size: 14px; flex-shrink: 0; }

/* TECH TAGS */
.tech-wrap { padding: 36px 0; }
.tech-label {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 16px;
}
.tech-tags {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.tech-tag {
  background: #fff;
  border: 1px solid #ccc;
  color:#000;
  border-radius: 30px;
  padding: 6px 14px;
  font-size: 15px;
  font-weight: 600;
  transition: border-color .18s, color .18s;
}
.tech-tag:hover { border-color: #ef4f28; color: #ef4f28; }

/* TESTIMONIALS */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 50px;
}
.testi-card {
  background: #f1f1f1;
  border: 1px solid var(--nc-border);
  border-radius: var(--r-lg);
  padding: 24px 20px;
  position: relative;
}
.testi-card::after {
  content: '\201C';
  position: absolute;
  top: 14px; right: 16px;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 54px;
  color: #ef4f28;
  opacity: 0.2;
  line-height: 1;
}
.testi-stars { color: #F59E0B; font-size: 13px; margin-bottom: 10px; }
.testi-text { font-size: 13px; color: #000; line-height: 1.75; margin-bottom: 18px; }
.testi-author { display: flex; align-items: center; gap: 11px; }
.testi-av {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--nc-teal), var(--nc-teal-bright));
  display: flex; align-items: center; justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #081016;
  flex-shrink: 0;
}
.testi-name { font-size: 13px; font-weight: 700; color: #000; }
.testi-role { font-size: 11px; color: var(--nc-text-muted); }

/* FAQ */
.faq-list { max-width: 740px; margin: 46px auto 0; }
.faq-item { border-bottom: 1px solid #ccc; }
.faq-q {
  width: 100%;
  text-align: left;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  color: #000;
  background: none;
  border: none;
  cursor: pointer;
  transition: color .18s;
}
.faq-q:hover { color: #ef4f28; }
.faq-icon {
  width: 22px; height: 22px;
  border: 1px solid var(--nc-border-md);
  border-radius: 50%;
  display: flex; justify-content: center;
  flex-shrink: 0;
  color: var(--nc-text-muted);
  font-size: 14px;
  font-weight: 400;
  transition: transform .25s, border-color .25s, color .25s;
}
.faq-item.is-open .faq-icon {
  transform: rotate(45deg);
  border-color: #ef4f28;
  color: #ef4f28;
}
.faq-a {
  font-size: 14px;
  color: #000;
  line-height: 1.8;
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding-bottom .35s ease;
}
.faq-item.is-open .faq-a { max-height: 320px; padding-bottom: 18px; }

/* BOTTOM CTA */
.cta-sec {
  background: #fff;
  text-align: center;
}
.cta-sec h2 { margin-bottom: 12px;color:#000; }
.cta-sec .lead { font-size: 17px; margin-bottom: 34px; color: #000; }
.cta-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.cta-checks {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 22px;
}
.cta-check {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #000;
}
.cta-check i { color: #ef4f28; font-size: 12px; }

/* FOOTER */
.lp-footer {
  background-color: #f1f1f1;
  padding: 22px 0;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-links { display: flex; gap: 18px; }
.footer-links a {
  font-size: 12px;
  color: #000;
  transition: color .18s;
}
.footer-links a:hover { color: #ef4f28; }
.footer-copy { font-size: 12px; color: #000; }
.footer-copy a { color: #000; transition: color .18s; }
.footer-copy a:hover { color: var(--nc-teal); }
.ftr_logo{
    width: 15%;
}
.ftr_logo img{
    width: 100%;
}
.textWhite1{
    color:#fff;
    margin-top:20px;
}

/* WHATSAPP FLOAT */
.wa-float {
  position: fixed;
  bottom: 24px; right: 20px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.wa-tip {
  background: var(--nc-card);
  border: 1px solid var(--nc-border);
  border-radius: var(--r-md);
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  color: var(--nc-text);
  white-space: nowrap;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .25s, transform .25s;
  pointer-events: none;
}
.wa-float:hover .wa-tip { opacity: 1; transform: translateY(0); }
.wa-fab {
  width: 54px; height: 54px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 4px 20px rgba(37,211,102,0.42);
  transition: transform .2s, box-shadow .2s;
  text-decoration: none;
}
.wa-fab:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(37,211,102,0.55);
  color: #fff;
}

/* SCROLL REVEAL */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .55s ease, transform .55s ease;
}
.reveal.on  { opacity: 1; transform: none; }
.rev-d1 { transition-delay: 0.08s; }
.rev-d2 { transition-delay: 0.16s; }
.rev-d3 { transition-delay: 0.24s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .live-dot, .hero-glow { animation: none; }
  .btn-cta::before { animation: none; }
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  :root { --sec-gap: 68px; }
  .lp-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 78px; gap: 36px; }
  .hero-glow { display: none; }
  .form-wrap { order: -1; }
  .hero-desc { max-width: 100%; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; gap: 40px; }
  .rating-panel { flex-direction: row; }
  .rating-card { flex: 1; }
  .mini-grid { flex: 2; }
  .testi-grid { grid-template-columns: 1fr 1fr; }
  .ind-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .process-grid::before { display: none; }
}

@media (max-width: 640px) {
  :root { --sec-gap: 52px; }
  .lp-hero { padding-top: 70px; }
  h1 { font-size: 28px; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn-cta, .hero-ctas .btn-wa { width: 100%; }
  .services-grid, .portfolio-grid, .testi-grid { grid-template-columns: 1fr; }
  .ind-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: 1fr; }
  .proof-inner { gap: 20px; }
  .proof-sep { display: none; }
  .rating-panel { flex-direction: column; }
  .cta-btns { flex-direction: column; align-items: stretch; }
  .cta-btns .btn-cta, .cta-btns .btn-wa, .cta-btns .btn-ghost { justify-content: center; }
  .form-quick { grid-template-columns: 1fr; }
  .sticky-ctas .btn-ghost { display: none; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-links { justify-content: center; }
}