/* =========================================================
   UP-WOO PERFORMANCE-BASED GROWTH — COMPLETE CSS
   ========================================================= */

#upw-home,
#upw-home * {
  box-sizing: border-box;
}

#upw-home {
  --upw-blue: #2563eb;
  --upw-blue-2: #4f46e5;
  --upw-cyan: #06b6d4;
  --upw-dark: #0b1020;
  --upw-text: #172033;
  --upw-muted: #64748b;
  --upw-border: rgba(37,99,235,.12);
  --upw-soft: #f5f8ff;
  --upw-white: #ffffff;

  width: 100%;
  max-width: 100%;
  overflow: hidden;
  color: var(--upw-text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

#upw-home a {
  text-decoration: none;
}

#upw-home img {
  max-width: 100%;
}

.upw-container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

/* ================= HERO ================= */

#upw-home .upw-hero {
  position: relative;
  padding: 110px 0 95px;
  background:
    radial-gradient(circle at 15% 15%, rgba(37,99,235,.14), transparent 34%),
    radial-gradient(circle at 85% 25%, rgba(79,70,229,.13), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f7f9ff 48%, #eef5ff 100%);
  isolation: isolate;
  overflow: hidden;
}

#upw-home .upw-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

#upw-home .upw-glow-one {
  width: 500px;
  height: 500px;
  right: -150px;
  top: -200px;
  background: rgba(37,99,235,.08);
}

#upw-home .upw-glow-two {
  width: 400px;
  height: 400px;
  left: -100px;
  bottom: -100px;
  background: rgba(79,70,229,.06);
}

#upw-home .upw-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 60px;
  align-items: center;
}

#upw-home .upw-hero-content {
  position: relative;
  z-index: 1;
}

#upw-home .upw-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 12px;
  border: 1px solid rgba(37,99,235,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.7);
  color: #3156b7;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
}

#upw-home .upw-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--upw-blue), var(--upw-cyan));
  box-shadow: 0 0 0 5px rgba(37,99,235,.08);
}

#upw-home .upw-hero h1 {
  margin: 24px 0 22px;
  font-size: clamp(42px, 5vw, 52px);
  line-height: 1.04;
  letter-spacing: -.055em;
  font-weight: 850;
  color: #0d1530;
}

#upw-home .upw-hero h1 span,
#upw-home .upw-section-heading h2 span,
#upw-home .upw-contact-heading h2 span,
#upw-home .upw-final-card h2 span,
#upw-home .upw-why-grid h2 span {
  display: block;
  background: linear-gradient(100deg, #2563eb, #4f46e5 55%, #0891b2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#upw-home .upw-hero-lead {
  max-width: 650px;
  margin: 0;
  color: #536078;
  font-size: 18px;
}

#upw-home .upw-hero-highlight {
  max-width: 650px;
  margin: 25px 0;
  padding: 16px 18px;
  border-left: 3px solid var(--upw-blue);
  border-radius: 0 14px 14px 0;
  background: rgba(255,255,255,.72);
  color: #526079;
}

#upw-home .upw-hero-highlight strong {
  color: #172554;
}

#upw-home .upw-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

#upw-home .upw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

#upw-home .upw-btn:hover {
  transform: translateY(-3px);
}

#upw-home .upw-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  box-shadow: 0 15px 35px rgba(37,99,235,.25);
}

#upw-home .upw-btn-secondary {
  color: #24406f;
  background: #fff;
  border: 1px solid rgba(37,99,235,.14);
  box-shadow: 0 8px 25px rgba(30,64,175,.06);
}

#upw-home .upw-btn-white {
  color: #2341a0;
  background: #fff;
}

#upw-home .upw-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 23px;
}

#upw-home .upw-trust-item {
  padding: 10px 3px;
  border: 1px solid rgba(37,99,235,.08);
  border-radius: 12px;
  background: rgba(255,255,255,.6);
}

#upw-home .upw-trust-item strong {
  display: block;
  color: #172033;
  font-size: 13px;
}

#upw-home .upw-trust-item span {
  color: #667085;
  font-size: 11px;
}

/* ================= HERO CHART ================= */

#upw-home .upw-hero-chart-wrap {
  position: relative;
  z-index: 1;
}

#upw-home .upw-chart-card {
  padding: 25px;
  border: 1px solid rgba(30,64,175,.10);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 35px 80px rgba(30,64,175,.13), 0 8px 30px rgba(15,23,42,.05);
  overflow: hidden;
}

#upw-home .upw-chart-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

#upw-home .upw-chart-label {
  display: block;
  color: #73809b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
}

#upw-home .upw-chart-value {
  display: block;
  margin-top: 3px;
  color: #101a35;
  font-size: 16px;
}

#upw-home .upw-chart-badge {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 11px;
  font-weight: 800;
}

#upw-home .upw-chart-area {
  height: 220px;
  margin-top: 20px;
  position: relative;
}

#upw-home .upw-chart-area canvas {
  width: 100% !important;
  height: 100% !important;
}

#upw-home .upw-chart-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #e9eef8;
  color: #7b889e;
  font-size: 10px;
  font-weight: 700;
}

#upw-home .upw-chart-footer span:first-child {
  color: #94a3b8;
}

#upw-home .upw-chart-footer span:nth-child(2) {
  color: #3b82f6;
}

#upw-home .upw-chart-footer span:nth-child(3) {
  color: #4f46e5;
}

#upw-home .upw-chart-footer span:last-child {
  color: #7c5cff;
}

/* ================= SECTIONS GENERAL ================= */

#upw-home .upw-section-heading {
  max-width: 780px;
  margin: 0 auto 55px;
  text-align: center;
}

#upw-home .upw-section-kicker {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(37,99,235,.08);
  color: #2563eb;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}

#upw-home .upw-section-heading h2 {
  margin: 15px 0;
  color: #0f172a;
  font-size: clamp(34px, 4vw, 40px);
  line-height: 1.2 !important;
  letter-spacing: 0em;
}

#upw-home .upw-section-heading p {
  max-width: 700px;
  margin: 0 auto;
  color: #667085;
  font-size: 16px;
}

/* ================= PERFORMANCE SECTION ================= */

#upw-home .upw-performance-section {
  padding: 100px 0;
  background: #faf9fe;
}

#upw-home .upw-performance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

#upw-home .upw-performance-card {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(37,99,235,.10);
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff, #f7faff);
  box-shadow: 0 15px 40px rgba(30,64,175,.05);
  transition: transform .25s ease, box-shadow .25s ease;
}

#upw-home .upw-performance-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 25px 55px rgba(30,64,175,.12);
}

#upw-home .upw-performance-featured {
  border-color: rgba(37,99,235,.25);
  background: linear-gradient(145deg, #eff6ff, #eef2ff);
}

#upw-home .upw-performance-number {
  font-size: 30px;
  font-weight: 900;
  color: #dbe5fb;
  margin-bottom: 12px;
}

#upw-home .upw-performance-card h3 {
  margin: 0 0 9px;
  color: #172033;
  font-size: 18px;
}

#upw-home .upw-performance-card p {
  margin: 0;
  color: #6a768d;
  font-size: 13px;
}

/* ================= RESULTS SECTION ================= */

#upw-home .upw-results-section {
  padding: 100px 0;
  background: #f8faff;
}

#upw-home .upw-results-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 60px;
  align-items: center;
}

#upw-home .upw-results-content .upw-section-kicker {
  margin-bottom: 10px;
}

#upw-home .upw-results-content h2 {
  margin: 15px 0;
  color: #0f172a;
  font-size: clamp(34px, 4vw, 40px);
  line-height: 1.2 !important;
  letter-spacing: 0em;
}

#upw-home .upw-results-content h2 span {
  display: block;
  background: linear-gradient(100deg, #2563eb, #4f46e5 55%, #0891b2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#upw-home .upw-results-content p {
  color: #667085;
  font-size: 15px;
  margin-bottom: 16px;
}

#upw-home .upw-results-content strong {
  color: #172033;
}

#upw-home .upw-results-note {
  font-size: 12px !important;
  color: #8a94a6 !important;
  margin-top: 10px;
  border-top: 1px solid #e5eaf4;
  padding-top: 16px;
}

#upw-home .upw-results-stat-card {
  padding: 35px;
  border-radius: 28px;
  background: linear-gradient(145deg, #ffffff, #f7faff);
  border: 1px solid rgba(37,99,235,.10);
  box-shadow: 0 18px 45px rgba(30,64,175,.06);
  text-align: center;
}

#upw-home .upw-big-stat span {
  display: block;
  color: #7d899e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

#upw-home .upw-big-stat strong {
  display: block;
  margin: 6px 0;
  color: #173a91;
  font-size: clamp(36px, 5vw, 56px);
  letter-spacing: -.05em;
}

#upw-home .upw-big-stat small {
  color: #8a94a6;
  font-size: 12px;
}

#upw-home .upw-stat-arrow {
  color: #2563eb;
  font-size: 28px;
  font-weight: 900;
  margin: 14px 0;
}

#upw-home .upw-stat-final strong {
  color: #1d4ed8;
}

/* ================= TRANSFORMATION SECTION ================= */

#upw-home .upw-transformation-section {
  padding: 100px 0;
  background: #fff;
}

#upw-home .upw-transformation-grid {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

#upw-home .upw-transform-column {
  flex: 1;
  max-width: 420px;
  padding: 30px;
  border-radius: 24px;
}

#upw-home .upw-before {
  background: #f8faff;
  border: 1px solid rgba(239,68,68,.12);
}

#upw-home .upw-after {
  background: #eff6ff;
  border: 1px solid rgba(37,99,235,.12);
}

#upw-home .upw-transform-title {
  text-align: center;
  margin-bottom: 25px;
}

#upw-home .upw-transform-title span {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .15em;
}

#upw-home .upw-before .upw-transform-title span {
  background: #fee2e2;
  color: #dc2626;
}

#upw-home .upw-after .upw-transform-title span {
  background: #dbeafe;
  color: #2563eb;
}

#upw-home .upw-transform-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,.04);
}

#upw-home .upw-transform-item:last-child {
  border-bottom: 0;
}

#upw-home .upw-transform-item i {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
  flex-shrink: 0;
}

#upw-home .upw-before .upw-transform-item i {
  background: #fee2e2;
  color: #dc2626;
}

#upw-home .upw-after .upw-transform-item i {
  background: #dbeafe;
  color: #2563eb;
}

#upw-home .upw-transform-item span {
  color: #475569;
  font-size: 15px;
}

#upw-home .upw-transform-arrow {
  display: flex;
  align-items: center;
  color: #2563eb;
  font-size: 32px;
  font-weight: 900;
  padding: 0 10px;
}

/* ================= CALCULATOR SECTION ================= */

#upw-home .upw-calculator-section {
  padding: 100px 0;
  background: radial-gradient(circle at 10% 20%, rgba(37,99,235,.08), transparent 35%), linear-gradient(180deg, #f7faff, #ffffff);
}

#upw-home .upw-calculator {
  padding: 34px;
  border: 1px solid rgba(37,99,235,.10);
  border-radius: 30px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 30px 80px rgba(30,64,175,.09);
}

#upw-home .upw-calculator-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

#upw-home .upw-slider-row {
  padding: 16px 18px;
  border-radius: 16px;
  background: #f8faff;
  border: 1px solid #e6edfa;
}

#upw-home .upw-slider-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #475569;
}

#upw-home .upw-slider-heading label {
  color: #64748b;
}

#upw-home .upw-slider-heading strong {
  color: #172554;
  font-size: 18px;
}

#upw-home .upw-slider-row input[type="range"] {
  width: 100%;
  margin-top: 14px;
  accent-color: #2563eb;
  cursor: pointer;
}

#upw-home .upw-calculator-results {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
}

#upw-home .upw-result-box {
  padding: 18px 16px;
  border-radius: 16px;
  background: #f8faff;
  border: 1px solid #e6edfa;
  text-align: center;
}

#upw-home .upw-result-box span {
  display: block;
  color: #7b879b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
}

#upw-home .upw-result-box strong {
  display: block;
  margin-top: 5px;
  color: #1e293b;
  font-size: 22px;
  letter-spacing: -.03em;
}

#upw-home .upw-result-highlight {
  background: linear-gradient(135deg, #eff6ff, #eef2ff);
  border-color: rgba(37,99,235,.15);
}

#upw-home .upw-result-highlight strong {
  color: #1d4ed8;
}

/* ================= LEVERS SECTION ================= */

#upw-home .upw-levers-section {
  padding: 100px 0;
  background: #fff;
}

#upw-home .upw-lever-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}

#upw-home .upw-lever-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  border: 1px solid rgba(37,99,235,.08);
  border-radius: 18px;
  background: #fff;
  transition: all .25s ease;
  text-decoration: none;
  color: inherit;
}

#upw-home .upw-lever-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37,99,235,.2);
  box-shadow: 0 12px 30px rgba(30,64,175,.08);
}

#upw-home .upw-lever-number {
  font-size: 20px;
  font-weight: 900;
  color: #dbe5fb;
  min-width: 32px;
}

#upw-home .upw-lever-content {
  flex: 1;
}

#upw-home .upw-lever-content strong {
  display: block;
  color: #172033;
  font-size: 16px;
}

#upw-home .upw-lever-content span {
  color: #64748b;
  font-size: 12px;
}

#upw-home .upw-lever-card b {
  color: #2563eb;
  font-size: 20px;
  font-weight: 900;
}

/* ================= SERVICES SECTION ================= */

#upw-home .upw-services-section {
  padding: 100px 0;
  background: radial-gradient(circle at 90% 10%, rgba(79,70,229,.08), transparent 30%), #f8faff;
}

#upw-home .upw-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

#upw-home .upw-service-card-wrap {
  display: flex;
}

#upw-home .upw-service-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 24px;
  border: 1px solid rgba(37,99,235,.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(30,64,175,.04);
  transition: all .25s ease;
  text-decoration: none;
  color: inherit;
  flex: 1;
  width: 100%;
}

#upw-home .upw-service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37,99,235,.2);
  box-shadow: 0 20px 45px rgba(30,64,175,.08);
}

#upw-home .upw-service-featured .upw-service-card {
  background: linear-gradient(145deg, #eff6ff, #eef2ff);
  border-color: rgba(37,99,235,.2);
}

#upw-home .upw-card-number {
  font-size: 10px;
  font-weight: 900;
  color: #2563eb;
  letter-spacing: .1em;
}

#upw-home .upw-service-card strong {
  font-size: 16px;
  color: #172033;
}

#upw-home .upw-card-description {
  font-size: 12px;
  color: #6a768d;
  flex: 1;
}

#upw-home .upw-service-card b {
  font-size: 13px;
  font-weight: 800;
  color: #2563eb;
  transition: transform .2s ease;
}

#upw-home .upw-service-card:hover b {
  transform: translateX(4px);
}

/* ================= PLUGINS SECTION ================= */

#upw-home .upw-plugin-section {
  padding: 100px 0;
  background: #fff;
}

#upw-home .upw-plugin-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
}

#upw-home .upw-plugin-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 27px;
  border: 1px solid rgba(37,99,235,.10);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(30,64,175,.055);
  transition: all .25s ease;
  text-decoration: none;
  color: inherit;
  min-height: 200px;
  width: 100%;
}

#upw-home .upw-plugin-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37,99,235,.22);
  box-shadow: 0 25px 55px rgba(30,64,175,.11);
}

#upw-home .upw-plugin-card span {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
  color: #2563eb;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 999px;
  background: #e8f0fe;
  margin-bottom: 4px;
}

#upw-home .upw-plugin-card strong {
  font-size: 17px;
  line-height: 1.25;
  margin: 0;
  color: #172033;
}

#upw-home .upw-plugin-card p {
  font-size: 11px;
  color: #69758c;
  line-height: 1.6;
  margin: 4px 0 10px 0;
  flex: 1;
}

#upw-home .upw-plugin-card b {
  font-size: 9px;
  color: #315bd7;
  font-weight: 900;
  transition: all .2s ease;
  margin-top: auto;
}

#upw-home .upw-plugin-card:hover b {
  color: #2563eb;
  transform: translateX(4px);
}

/* ================= WHY SECTION ================= */

#upw-home .upw-why-section {
  padding: 100px 0;
  background: #f8faff;
}

#upw-home .upw-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

#upw-home .upw-why-grid h2 {
  margin: 18px 0;
  color: #0f172a;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

#upw-home .upw-why-grid h2 span {
  display: block;
  background: linear-gradient(100deg, #2563eb, #4f46e5 55%, #0891b2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#upw-home .upw-why-grid p {
  color: #667085;
  font-size: 15px;
  margin-bottom: 16px;
}

#upw-home .upw-why-list {
  display: grid;
  gap: 14px;
}

#upw-home .upw-why-item {
  display: flex;
  gap: 16px;
  padding: 16px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(37,99,235,.06);
  transition: all .2s ease;
}

#upw-home .upw-why-item:hover {
  border-color: rgba(37,99,235,.15);
  transform: translateX(4px);
}

#upw-home .upw-why-item > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #e9f1ff;
  color: #2563eb;
  font-size: 15px;
  font-weight: 900;
  flex-shrink: 0;
}

#upw-home .upw-why-item strong {
  display: block;
  color: #172033;
  font-size: 15px;
}

#upw-home .upw-why-item p {
  margin: 0;
  color: #6a768d;
  font-size: 12px;
}

/* ================= LINKHUB SECTION ================= */

#upw-home .upw-linkhub-section {
  padding: 100px 0;
  background: #fff;
}

#upw-home .upw-linkhub {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 40px;
}

#upw-home .upw-linkhub a {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 22px;
  border: 1px solid rgba(37,99,235,.06);
  border-radius: 18px;
  background: #f8faff;
  transition: all .25s ease;
  text-decoration: none;
  color: inherit;
}

#upw-home .upw-linkhub a:hover {
  transform: translateY(-4px);
  border-color: rgba(37,99,235,.15);
  box-shadow: 0 12px 30px rgba(30,64,175,.06);
  background: #fff;
}

#upw-home .upw-linkhub a strong {
  color: #172033;
  font-size: 15px;
}

#upw-home .upw-linkhub a span {
  color: #6a768d;
  font-size: 13px;
}

#upw-home .upw-linkhub a b {
  color: #2563eb;
  font-size: 14px;
  font-weight: 900;
  align-self: flex-end;
  margin-top: 6px;
}

/* ================= FINAL SECTION ================= */

#upw-home .upw-final-section {
  position: relative;
  padding: 90px 0 110px;
  background: #fff;
  overflow: hidden;
}

#upw-home .upw-final-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  right: -200px;
  top: -260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59,130,246,.35), transparent 70%);
  pointer-events: none;
}

#upw-home .upw-final-card {
  position: relative;
  z-index: 1;
  max-width: auto;
  margin: 0 auto;
  padding: 55px 50px;
  border-radius: 35px;
  background: linear-gradient(135deg, #09122e, #17235a);
  box-shadow: 0 35px 80px rgba(15,23,42,.2);
  text-align: center;
  color: #fff;
}

#upw-home .upw-final-card .upw-section-kicker {
  background: rgba(255,255,255,.07);
  color: #cbdcff;
}

#upw-home .upw-final-card h2 {
  margin: 18px 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.06;
  letter-spacing: -.05em;
  color: #fff;
}

#upw-home .upw-final-card h2 span {
  display: block;
  background: linear-gradient(100deg, #60a5fa, #a78bfa 55%, #67e8f9);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#upw-home .upw-final-card p {
  max-width: 650px;
  margin: 0 auto;
  color: #b9c6df;
  font-size: 15px;
}

#upw-home .upw-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

#upw-home .upw-final-actions .upw-btn-primary {
  background: #fff;
  color: #2341a0;
  box-shadow: 0 15px 35px rgba(0,0,0,.2);
}

#upw-home .upw-final-actions .upw-btn-secondary {
  color: #dbeafe;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.15);
}

#upw-home .upw-final-actions .upw-btn-secondary:hover {
  background: rgba(255,255,255,.15);
}

/* ================= CONTACT SECTION ================= */

#upw-home .upw-contact-section {
  padding: 100px 0;
  background: radial-gradient(circle at 50% 0, rgba(37,99,235,.08), transparent 45%), #f8faff;
}

#upw-home .upw-contact-heading {
  max-width: 850px;
  margin: 0 auto 45px;
  text-align: center;
}

#upw-home .upw-contact-heading h2 {
  margin: 18px 0;
  color: #0f172a;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

#upw-home .upw-contact-heading h2 span {
  display: block;
  background: linear-gradient(100deg, #2563eb, #4f46e5 55%, #0891b2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#upw-home .upw-contact-heading p {
  color: #667085;
  font-size: 16px;
}

#upw-home .upw-contact-form {
  max-width: 850px;
  margin: 0 auto;
  padding: 32px;

}

/* =========================================================
   SCROLL ANIMATION (FADE-UP)
   ========================================================= */

#upw-home .animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.2, 0.9, 0.3, 1),
              transform 0.8s cubic-bezier(0.2, 0.9, 0.3, 1);
}

#upw-home .animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* تاخیرهای پله‌ای برای کارت‌ها */
#upw-home .upw-performance-grid .animate-on-scroll:nth-child(2) { transition-delay: 0.05s; }
#upw-home .upw-performance-grid .animate-on-scroll:nth-child(3) { transition-delay: 0.10s; }

#upw-home .upw-service-grid .animate-on-scroll:nth-child(2) { transition-delay: 0.05s; }
#upw-home .upw-service-grid .animate-on-scroll:nth-child(3) { transition-delay: 0.10s; }
#upw-home .upw-service-grid .animate-on-scroll:nth-child(4) { transition-delay: 0.15s; }
#upw-home .upw-service-grid .animate-on-scroll:nth-child(5) { transition-delay: 0.20s; }
#upw-home .upw-service-grid .animate-on-scroll:nth-child(6) { transition-delay: 0.25s; }
#upw-home .upw-service-grid .animate-on-scroll:nth-child(7) { transition-delay: 0.30s; }
#upw-home .upw-service-grid .animate-on-scroll:nth-child(8) { transition-delay: 0.35s; }

#upw-home .upw-plugin-grid .animate-on-scroll:nth-child(2) { transition-delay: 0.05s; }
#upw-home .upw-plugin-grid .animate-on-scroll:nth-child(3) { transition-delay: 0.10s; }

#upw-home .upw-lever-grid .animate-on-scroll:nth-child(2) { transition-delay: 0.05s; }
#upw-home .upw-lever-grid .animate-on-scroll:nth-child(3) { transition-delay: 0.10s; }
#upw-home .upw-lever-grid .animate-on-scroll:nth-child(4) { transition-delay: 0.15s; }

#upw-home .upw-linkhub .animate-on-scroll:nth-child(2) { transition-delay: 0.05s; }
#upw-home .upw-linkhub .animate-on-scroll:nth-child(3) { transition-delay: 0.10s; }
#upw-home .upw-linkhub .animate-on-scroll:nth-child(4) { transition-delay: 0.15s; }
#upw-home .upw-linkhub .animate-on-scroll:nth-child(5) { transition-delay: 0.20s; }
#upw-home .upw-linkhub .animate-on-scroll:nth-child(6) { transition-delay: 0.25s; }
#upw-home .upw-linkhub .animate-on-scroll:nth-child(7) { transition-delay: 0.30s; }
#upw-home .upw-linkhub .animate-on-scroll:nth-child(8) { transition-delay: 0.35s; }

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 980px) {
  #upw-home .upw-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  #upw-home .upw-performance-grid {
    grid-template-columns: 1fr 1fr;
  }

  #upw-home .upw-results-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  #upw-home .upw-service-grid {
    grid-template-columns: 1fr 1fr;
  }

  #upw-home .upw-plugin-grid {
    grid-template-columns: 1fr 1fr;
  }

  #upw-home .upw-why-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  #upw-home .upw-linkhub {
    grid-template-columns: 1fr 1fr;
  }

  #upw-home .upw-transformation-grid {
    flex-direction: column;
    align-items: center;
  }

  #upw-home .upw-transform-arrow {
    transform: rotate(90deg);
    padding: 0;
  }

  #upw-home .upw-calculator-inputs {
    grid-template-columns: 1fr;
  }

  #upw-home .upw-calculator-results {
    grid-template-columns: 1fr 1fr;
  }

  #upw-home .upw-lever-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  #upw-home .upw-container {
    width: min(100% - 24px, 1180px);
  }

  #upw-home .upw-hero {
    padding: 70px 0;
  }

  #upw-home .upw-hero h1 {
    font-size: 38px;
  }

  #upw-home .upw-performance-section,
  #upw-home .upw-results-section,
  #upw-home .upw-transformation-section,
  #upw-home .upw-calculator-section,
  #upw-home .upw-levers-section,
  #upw-home .upw-services-section,
  #upw-home .upw-plugin-section,
  #upw-home .upw-why-section,
  #upw-home .upw-linkhub-section,
  #upw-home .upw-contact-section {
    padding: 70px 0;
  }

  #upw-home .upw-performance-grid {
    grid-template-columns: 1fr;
  }

  #upw-home .upw-service-grid {
    grid-template-columns: 1fr;
  }

  #upw-home .upw-plugin-grid {
    grid-template-columns: 1fr;
  }

  #upw-home .upw-linkhub {
    grid-template-columns: 1fr;
  }

  #upw-home .upw-calculator-results {
    grid-template-columns: 1fr;
  }

  #upw-home .upw-lever-grid {
    grid-template-columns: 1fr;
  }

  #upw-home .upw-calculator {
    padding: 18px;
  }

  #upw-home .upw-final-card {
    padding: 35px 24px;
  }

  #upw-home .upw-final-actions {
    flex-direction: column;
  }

  #upw-home .upw-final-actions .upw-btn {
    width: 100%;
    justify-content: center;
  }

  #upw-home .upw-hero-actions {
    flex-direction: column;
  }

  #upw-home .upw-hero-actions .upw-btn {
    width: 100%;
    justify-content: center;
  }

  #upw-home .upw-chart-card {
    padding: 18px;
  }

  #upw-home .upw-chart-area {
    height: 180px;
  }

  #upw-home .upw-contact-form {
    padding: 18px;
  }

  #upw-home .upw-results-stat-card {
    padding: 25px;
  }

  #upw-home .upw-plugin-card {
    min-height: auto;
    padding: 20px;
  }

  #upw-home .upw-service-card {
    padding: 20px;
  }

  #upw-home .upw-transform-column {
    max-width: 100%;
    padding: 20px;
  }

  #upw-home .upw-why-item {
    padding: 14px 16px;
  }

  #upw-home .upw-linkhub a {
    padding: 18px;
  }

  #upw-home .upw-trust-row {
    gap: 10px;
  }

  #upw-home .upw-trust-item {
    flex: 1;
    min-width: 80px;
    text-align: center;
  }

  #upw-home .upw-section-heading h2 {
    font-size: 30px;
  }

  #upw-home .upw-why-grid h2 {
    font-size: 30px;
  }

  #upw-home .upw-contact-heading h2 {
    font-size: 30px;
  }

  #upw-home .upw-final-card h2 {
    font-size: 30px;
  }

  #upw-home .upw-results-content h2 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  #upw-home .upw-hero h1 {
    font-size: 32px;
  }

  #upw-home .upw-chart-card {
    padding: 14px;
  }

  #upw-home .upw-chart-area {
    height: 150px;
  }

  #upw-home .upw-chart-footer {
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
  }

  #upw-home .upw-chart-footer span {
    font-size: 8px;
  }

  #upw-home .upw-big-stat strong {
    font-size: 32px;
  }

  #upw-home .upw-calculator {
    padding: 12px;
  }

  #upw-home .upw-slider-row {
    padding: 12px 14px;
  }

  #upw-home .upw-result-box strong {
    font-size: 18px;
  }

  #upw-home .upw-final-card {
    padding: 28px 18px;
    border-radius: 24px;
  }

  #upw-home .upw-contact-form {
    padding: 14px;
  }

  #upw-home .upw-service-card {
    padding: 18px;
  }

  #upw-home .upw-plugin-card {
    padding: 18px;
  }
}

/* =========================================================
   CANVAS BACKGROUND (if used)
   ========================================================= */

#upw-home .upw-bg-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  opacity: 0.15;
}

h1, h2, h3, h4 {
  background: linear-gradient(135deg, #ff00cb, #3b82f6, #2563eb) !important;
    background-clip: border-box;
  background-clip: text !important;
  color: transparent !important;
}