    .upwork_about_section {
      position: relative;
      padding: 80px 0 100px;
      background: #f4f9fe;
      overflow: hidden;
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      color: #1e293b;
    }
    .upwork_about_section::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse at 10% 20%, rgba(59, 130, 246, 0.05) 0%, transparent 60%),
        radial-gradient(ellipse at 90% 80%, rgba(10, 92, 158, 0.04) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 40%, rgba(59, 130, 246, 0.02) 0%, transparent 70%);
      pointer-events: none;
      z-index: 0;
    }
    .upwork_about_section::after {
      content: '';
      position: absolute;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='450' viewBox='0 0 900 450' opacity='0.025'%3E%3Cpath d='M120 220 Q200 150 320 220 Q440 290 560 220 Q680 150 800 220 Q860 260 900 220' stroke='%230a5c9e' fill='none' stroke-width='0.6'/%3E%3Cpath d='M140 260 Q220 190 340 260 Q460 330 580 260 Q700 190 820 260 Q870 290 900 260' stroke='%233b82f6' fill='none' stroke-width='0.5'/%3E%3Ccircle cx='240' cy='230' r='4' fill='%230a5c9e' opacity='0.15'/%3E%3Ccircle cx='450' cy='180' r='4' fill='%233b82f6' opacity='0.15'/%3E%3Ccircle cx='680' cy='250' r='4' fill='%230a5c9e' opacity='0.15'/%3E%3C/svg%3E");
      background-repeat: repeat;
      background-size: 900px 450px;
      background-position: center;
      pointer-events: none;
      z-index: 0;
    }
    .upwork_about_section .container {
      position: relative;
      z-index: 2;
    }
    .upwork_badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(10, 92, 158, 0.06);
      color: #0a5c9e;
      font-weight: 600;
      font-size: 0.75rem;
      letter-spacing: 0.04em;
      padding: 6px 18px 6px 14px;
      border-radius: 60px;
      border: 1px solid rgba(10, 92, 158, 0.08);
      backdrop-filter: blur(4px);
      margin-bottom: 24px;
      text-transform: uppercase;
    }
    .upwork_badge i {
      font-size: 0.9rem;
    }
    .upwork_heading {
      font-weight: 700;
      font-size: clamp(2.2rem, 5vw, 3.6rem);
      line-height: 1.12;
      letter-spacing: -0.025em;
      color: #0f172a;
      margin-bottom: 20px;
    }
    .upwork_heading span {
      background: linear-gradient(135deg, #0a5c9e, #3b82f6);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .upwork_description {
      font-size: 1.1rem;
      color: #475569;
      max-width: 540px;
      margin-bottom: 40px;
      font-weight: 400;
      letter-spacing: -0.01em;
    }
    .upwork_features {
      display: flex;
      flex-direction: column;
      gap: 14px;
      margin-bottom: 40px;
    }
    .upwork_feature_card {
      display: flex;
      align-items: center;
      gap: 18px;
      background: #ffffff;
      padding: 18px 24px;
      border-radius: 24px;
      border: 1px solid #eef2f6;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
      transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      cursor: default;
    }
    .upwork_feature_card:hover {
      transform: translateY(-4px);
      box-shadow: 0 32px 64px -20px rgba(10, 92, 158, 0.20), 0 12px 32px -8px rgba(0, 0, 0, 0.04);
      border-color: rgba(10, 92, 158, 0.06);
    }
    .upwork_feature_icon {
      width: 48px;
      height: 48px;
      flex-shrink: 0;
      background: #e6eff9;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #0a5c9e;
      font-size: 1.4rem;
      transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .upwork_feature_card:hover .upwork_feature_icon {
      background: #0a5c9e;
      color: white;
      transform: scale(0.94);
    }
    .upwork_feature_content h2,
    .upwork_feature_content h3 {
      font-weight: 700;
      font-size: 1rem;
      margin-bottom: 2px;
      color: #1e293b;
    }
    .upwork_feature_content p {
      font-size: 0.9rem;
      color: #475569;
      margin-bottom: 0;
      line-height: 1.4;
    }
    .upwork_cta {
      background: #0a5c9e;
      border: none;
      color: white;
      font-weight: 600;
      padding: 14px 40px;
      border-radius: 60px;
      font-size: 1rem;
      letter-spacing: 0.01em;
      transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      box-shadow: 0 8px 24px -8px rgba(10, 92, 158, 0.30);
      display: inline-flex;
      align-items: center;
      gap: 10px;
      text-decoration: none;
    }
    .upwork_cta:hover {
      background: #06407a;
      transform: translateY(-2px);
      box-shadow: 0 16px 40px -12px rgba(10, 92, 158, 0.40);
      color: white;
    }
    .upwork_cta i {
      font-size: 1.2rem;
      transition: transform 0.2s;
    }
    .upwork_cta:hover i {
      transform: translateX(4px);
    }
    .upwork_office_wrapper {
      position: relative;
      width: 100%;
      aspect-ratio: 3 / 4;
      border-radius: 24px;
      overflow: visible;
      margin-bottom: 0;
    }
    .upwork_office_placeholder {
      width: 100%;
      height: 100%;
      border-radius: 24px;
      background: linear-gradient(145deg, #dbe7f5, #c4d6ea);
      box-shadow: 0 30px 60px -24px rgba(10, 92, 158, 0.20);
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.3);
    }
    .upwork_office_placeholder img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 24px;
      display: block;
    }
    .upwork_office_placeholder::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse at 30% 30%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 70%, rgba(10, 92, 158, 0.04) 0%, transparent 50%);
      pointer-events: none;
      z-index: 1;
    }
    .upwork_glass_stat {
      position: absolute;
      background: rgba(255, 255, 255, 0.5);
      backdrop-filter: blur(16px) saturate(1.4);
      -webkit-backdrop-filter: blur(16px) saturate(1.4);
      border-radius: 20px;
      padding: 16px 22px;
      border: 1px solid rgba(255, 255, 255, 0.5);
      box-shadow: 0 20px 48px -16px rgba(10, 92, 158, 0.12), 0 8px 24px -8px rgba(0, 0, 0, 0.02);
      min-width: 110px;
      transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      animation: upwork_floatGlass 7s ease-in-out infinite;
      z-index: 2;
    }
    .upwork_glass_stat:hover {
      transform: translateY(-6px) scale(1.02);
      box-shadow: 0 32px 64px -20px rgba(10, 92, 158, 0.20), 0 12px 32px -8px rgba(0, 0, 0, 0.04);
      background: rgba(255, 255, 255, 0.7);
    }
    .upwork_glass_stat .upwork_stat_number {
      font-weight: 700;
      font-size: 1.6rem;
      color: #0f172a;
      letter-spacing: -0.02em;
      line-height: 1.2;
    }
    .upwork_glass_stat .upwork_stat_label {
      font-size: 0.7rem;
      font-weight: 600;
      color: #64748b;
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }
    .upwork_stat_1 { top: 4%; left: -6%; animation-delay: 0s; }
    .upwork_stat_2 { top: 16%; right: -8%; animation-delay: 1s; }
    .upwork_stat_3 { bottom: 10%; left: -4%; animation-delay: 2s; }
    @keyframes upwork_floatGlass {
      0%, 100% { transform: translateY(0px); }
      50% { transform: translateY(-8px); }
    }
    @media (max-width: 991.98px) {
      .upwork_about_section { padding: 60px 0 70px; }
      .upwork_office_wrapper { aspect-ratio: 4 / 2.6; margin-top: 30px; }
      .upwork_glass_stat { padding: 12px 18px; min-width: 90px; }
      .upwork_stat_1 { top: 2%; left: 0%; }
      .upwork_stat_2 { top: 10%; right: 0%; }
      .upwork_stat_3 { bottom: 6%; left: 0%; }
      .upwork_glass_stat .upwork_stat_number { font-size: 1.3rem; }
    }
    @media (max-width: 767.98px) {
      .upwork_about_section { padding: 40px 0 50px; }
      .upwork_office_wrapper { aspect-ratio: 4 / 3; }
      .upwork_glass_stat {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        animation: none;
        width: 100%;
        min-width: unset;
        margin-top: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 14px 20px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.4);
      }
      .upwork_glass_stat .upwork_stat_number { font-size: 1.4rem; }
      .upwork_glass_stat .upwork_stat_label { font-size: 0.7rem; }
      .upwork_office_wrapper {
        display: flex;
        flex-direction: column;
        background: transparent;
        box-shadow: none;
        gap: 12px;
      }
      .upwork_office_placeholder {
        height: 200px;
        border-radius: 24px;
      }
      .upwork_stat_1, .upwork_stat_2, .upwork_stat_3 {
        position: relative;
        box-shadow: 0 20px 48px -16px rgba(10, 92, 158, 0.12), 0 8px 24px -8px rgba(0, 0, 0, 0.02);
      }
      .upwork_features { gap: 12px; }
      .upwork_feature_card { padding: 14px 18px; }
    }
    @media (max-width: 480px) {
      .upwork_heading { font-size: 2rem; }
      .upwork_description { font-size: 1rem; }
      .upwork_cta { width: 100%; justify-content: center; }
      .upwork_feature_card { flex-wrap: wrap; gap: 12px; }
    }
    .upwork_glass_stat .upwork_stat_divider {
      display: none;
    }
    @media (min-width: 768px) {
      .upwork_glass_stat .upwork_stat_divider {
        display: block;
        width: 2px;
        height: 28px;
        background: rgba(10, 92, 158, 0.06);
        margin: 0 12px;
      }
    }
    .visually-hidden {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0;
    }


.upwork_services_section {
      padding: 100px 0;
      background: #FAF9F7;
      position: relative;
      overflow: hidden;
    }
	.uva-glow {
	  position: absolute;
	  border-radius: 50%;
	  filter: blur(90px);
	  z-index: -1;
	  pointer-events: none;
	}
	.uva-glow--1{ width: 620px; height: 620px; top: -220px; left: -160px;
	background: radial-gradient(circle, rgba(52,168,131,.16), rgba(52,168,131,0) 70%); }
	.uva-glow--2{ width: 560px; height: 560px; top: 60px; right: -200px;
	background: radial-gradient(circle, rgba(79,111,224,.14), rgba(79,111,224,0) 70%); }
	.uva-glow--3{ width: 700px; height: 700px; bottom: -320px; left: 30%;
	background: radial-gradient(circle, rgba(240,118,76,.10), rgba(240,118,76,0) 70%); }
	.uva-glow--4{ width: 480px; height: 480px; bottom: -160px; right: -120px;
	background: radial-gradient(circle, rgba(201,162,39,.10), rgba(201,162,39,0) 70%); }
    .upwork_services_section::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse at 10% 20%, rgba(37, 99, 235, 0.04) 0%, transparent 45%),
        radial-gradient(ellipse at 90% 80%, rgba(6, 182, 212, 0.04) 0%, transparent 45%),
        radial-gradient(ellipse at 50% 50%, rgba(37, 99, 235, 0.015) 0%, transparent 60%);
      pointer-events: none;
      z-index: 0;
    }

    .upwork_services_section .container {
      position: relative;
      z-index: 1;
      max-width: 1200px;
    }

    .upwork_blob {
      position: absolute;
      border-radius: 50%;
      filter: blur(80px);
      pointer-events: none;
      opacity: 0.20;
      z-index: 0;
    }
    .upwork_blob_1 { width: 400px; height: 400px; top: -120px; right: -80px; background: rgba(37, 99, 235, 0.06); }
    .upwork_blob_2 { width: 300px; height: 300px; bottom: 40px; left: -60px; background: rgba(6, 182, 212, 0.06); }
    .upwork_blob_3 { width: 250px; height: 250px; top: 40%; left: 50%; transform: translateX(-50%); background: rgba(37, 99, 235, 0.04); }

    /* Section Header */
    .upwork_section_badge {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		background: rgba(255,255,255,.65);
		box-shadow: inset 0 0 0 1px rgba(15,23,42,.07);
		color: #3B6E52;
		font-weight: 600;
		font-size: 13px;
		letter-spacing: 0.05em;
		padding: 6px 18px 6px 14px;
		border-radius: 60px;
		border: 1px solid rgba(37, 99, 235, 0.06);
		text-transform: uppercase;
		margin-bottom: 16px;
    }

    .upwork_section_badge i { font-size: 0.8rem; }

    .upwork_section_heading {
      font-weight: 700;
      font-size: 56px;
      line-height: 1.08;
      letter-spacing: -0.03em;
      color: #0f172a;
      margin-bottom: 16px;
    }

    .upwork_section_heading span {
      background: linear-gradient(135deg, #2563EB, #06B6D4);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .upwork_section_description {
      font-size: 18px;
      color: #475569;
      max-width: 680px;
      margin: 0 auto 56px;
      font-weight: 400;
      line-height: 1.7;
      letter-spacing: -0.01em;
    }

    /* 3-Column Premium Grid */
    .upwork_grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .upwork_service_card {
      border-radius: 20px;
      padding: 28px 28px 24px;
      box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
      transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      cursor: default;
      min-height: 260px;
      border: none;
    }

    .upwork_service_card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
    }

    .upwork_service_card::after {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3), transparent 60%);
      opacity: 0;
      transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      pointer-events: none;
      border-radius: 20px;
    }

    .upwork_service_card:hover::after { opacity: 1; }

    /* Card colors - Soft Muted Pastels */
    .upwork_card_va { background: #DDECCF; --card-accent: #3A8C5A; }
    .upwork_card_support { background: #E6F2FF; --card-accent: #3B82F6; }
    .upwork_card_amazon { background: #FCEEDB; --card-accent: #D97706; }
    .upwork_card_ebay { background: #EEE6F8; --card-accent: #7C3AED; }
    .upwork_card_shopify { background: #E6F4EA; --card-accent: #1FA35A; }
    .upwork_card_software { background: #EAF0FF; --card-accent: #4C4FE0; }
    .upwork_card_marketing { background: #FCE9DD; --card-accent: #E05A3A; }
    .upwork_card_seo { background: #FDF6D8; --card-accent: #C9A227; }
    .upwork_card_tech { background: #EEF2F5; --card-accent: #64748B; }
    .upwork_card_business { background: #F5EEE4; --card-accent: #A97C50; }
    .upwork_card_walmart { background: #DBEAFE; --card-accent: #2563EB; }
    .upwork_card_etsy { background: #FCE4EC; --card-accent: #D81B60; }
    .upwork_card_web { background: #E8EAF6; --card-accent: #3F51B5; }
    .upwork_card_mobile { background: #E0F7FA; --card-accent: #00897B; }
    .upwork_card_uiux { background: #F3E5F5; --card-accent: #7B1FA2; }
    .upwork_card_social { background: #E3F2FD; --card-accent: #1565C0; }
    .upwork_card_data { background: #EFEBE9; --card-accent: #6D4C41; }
    .upwork_card_ppc { background: #FFF3E0; --card-accent: #E65100; }
    .upwork_card_inventory { background: #ECEFF1; --card-accent: #455A64; }

    .upwork_card_icon {
      width: 40px;
      height: 40px;
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.5);
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      color: var(--card-accent);
      margin-bottom: 10px;
      transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      flex-shrink: 0;
      border: 1px solid rgba(255, 255, 255, 0.3);
      position: relative;
      z-index: 2;
    }

    .upwork_service_card:hover .upwork_card_icon {
      transform: scale(1.05);
      background: rgba(255, 255, 255, 0.7);
    }

    .upwork_card_title {
      font-weight: 600;
      font-size: 18px;
      color: #0f172a;
      margin-bottom: 6px;
      letter-spacing: -0.02em;
      position: relative;
      z-index: 2;
    }

    .upwork_card_description {
      font-size: 16px;
      color: #475569;
      line-height: 1.7;
      margin-bottom: 12px;
      position: relative;
      z-index: 2;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .upwork_card_arrow {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: var(--card-accent);
      font-weight: 600;
      font-size: 13px;
      text-decoration: none;
      transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      margin-top: auto;
      position: relative;
      z-index: 2;
    }

    .upwork_card_arrow i {
      transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      font-size: 13px;
    }

    .upwork_service_card:hover .upwork_card_arrow i { transform: translateX(4px); }

    /* 3D Background Icon - large, visible, positioned bottom-right */
    .upwork_card_bg_icon {
      position: absolute;
      right: -30px;
      bottom: -115px;
      z-index: 1;
      opacity: 0.15;
      color: var(--card-accent);
      transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      pointer-events: none;
    }

    .upwork_service_card:hover .upwork_card_bg_icon {
      opacity: 0.22;
      transform: scale(1.04) rotate(-2deg);
    }

    .upwork_card_bg_icon svg {
      width: 100%;
      height: 100%;
      display: block;
      overflow: visible;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .upwork_services_section { padding: 100px 0; }
      .upwork_section_heading { font-size: 42px; }
      .upwork_section_description { font-size: 17px; }
      .upwork_grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
      .upwork_service_card { padding: 22px; min-height: 240px; }
      .upwork_card_title { font-size: 17px; }
      .upwork_card_description { font-size: 13px; }
      .upwork_card_bg_icon { width: 90px; height: 90px; right: -5px; bottom: -5px; }
      .upwork_card_icon { width: 36px; height: 36px; font-size: 16px; margin-bottom: 8px; }
    }

    @media (max-width: 768px) {
      .upwork_services_section { padding: 80px 0; }
      .upwork_section_heading { font-size: 32px; }
      .upwork_section_description { font-size: 16px; margin-bottom: 40px; }
      .upwork_grid { grid-template-columns: 1fr 1fr; gap: 12px; }
      .upwork_service_card { padding: 18px; min-height: 220px; }
      .upwork_card_title { font-size: 16px; }
      .upwork_card_description { font-size: 13px; margin-bottom: 8px; }
      .upwork_card_bg_icon { width: 70px; height: 70px; right: -5px; bottom: -5px; opacity: 0.12; }
      .upwork_card_icon { width: 32px; height: 32px; font-size: 14px; margin-bottom: 6px; }
      .upwork_card_arrow { font-size: 12px; }
    }

    @media (max-width: 480px) {
      .upwork_services_section { padding: 60px 0; }
      .upwork_section_heading { font-size: 28px; }
      .upwork_grid { grid-template-columns: 1fr; gap: 12px; }
      .upwork_service_card { padding: 18px; min-height: 200px; }
      .upwork_card_title { font-size: 17px; }
      .upwork_card_bg_icon { width: 80px; height: 80px; right: -5px; bottom: -5px; }
    }

    @media (prefers-reduced-motion: reduce) {
      .upwork_service_card,
      .upwork_card_bg_icon,
      .upwork_card_arrow i { transition: none !important; }
    }

.upwork_why_section {
      padding: 100px 0 100px;
      background: #FFFFFF;
      position: relative;
      overflow: hidden;
    }

    .upwork_why_section::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse at 10% 20%, rgba(37, 99, 235, 0.04) 0%, transparent 45%),
        radial-gradient(ellipse at 90% 80%, rgba(6, 182, 212, 0.04) 0%, transparent 45%),
        radial-gradient(ellipse at 50% 50%, rgba(37, 99, 235, 0.015) 0%, transparent 60%);
      pointer-events: none;
      z-index: 0;
    }

    .upwork_why_section .container {
      position: relative;
      z-index: 1;
      max-width: 1400px;
    }

    /* Blobs */
    .upwork_blob {
      position: absolute;
      border-radius: 50%;
      filter: blur(80px);
      pointer-events: none;
      opacity: 0.18;
      z-index: 0;
    }
    .upwork_blob_1 { width: 400px; height: 400px; top: -120px; right: -80px; background: rgba(37, 99, 235, 0.06); }
    .upwork_blob_2 { width: 300px; height: 300px; bottom: 40px; left: -60px; background: rgba(6, 182, 212, 0.06); }
    .upwork_blob_3 { width: 250px; height: 250px; top: 40%; left: 50%; transform: translateX(-50%); background: rgba(37, 99, 235, 0.04); }

    /* Section Header */
    .upwork_section_badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(37, 99, 235, 0.06);
      color: #2563EB;
      font-weight: 600;
      font-size: 13px;
      letter-spacing: 0.05em;
      padding: 6px 18px 6px 14px;
      border-radius: 60px;
      border: 1px solid rgba(37, 99, 235, 0.06);
      text-transform: uppercase;
      margin-bottom: 16px;
    }

    .upwork_section_badge i { font-size: 0.8rem; }

    .upwork_section_heading {
      font-weight: 700;
      font-size: 58px;
      line-height: 1.08;
      letter-spacing: -0.03em;
      color: #0f172a;
      margin-bottom: 16px;
    }

    .upwork_section_heading span {
      background: linear-gradient(135deg, #2563EB, #06B6D4);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .upwork_section_description {
      font-size: 18px;
      color: #475569;
      max-width: 640px;
      margin: 0 auto 60px;
      font-weight: 400;
      line-height: 1.7;
      letter-spacing: -0.01em;
    }

    /* ========================================
       HORIZONTAL TIMELINE - DESKTOP
    ======================================== */
    .upwork_timeline {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      position: relative;
      padding: 40px 0 20px;
    }

    /* Timeline line */
    .upwork_timeline::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 60px;
      right: 60px;
      height: 3px;
      background: linear-gradient(90deg, #2563EB, #06B6D4, #2563EB);
      border-radius: 4px;
      opacity: 0.25;
      transform: translateY(-50%);
    }

    /* Timeline node - connecting dot */
    .upwork_timeline_node {
      position: absolute;
      top: 20%;
      left: 0;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #2563EB;
      border: 4px solid #FAF9F7;
      box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15);
      transform: translate(-50%, -50%);
      transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      z-index: 3;
    }

    .upwork_timeline_item:hover .upwork_timeline_node {
      box-shadow: 0 0 0 8px rgba(37, 99, 235, 0.20);
      transform: translate(-50%, -50%) scale(1.1);
      background: #1D4ED8;
    }

    /* Each timeline item */
    .upwork_timeline_item {
      flex: 1;
      position: relative;
      padding: 0 12px;
      max-width: 280px;
    }

    /* Node position for each item */
    .upwork_timeline_item:nth-child(1) .upwork_timeline_node { left: 50%; }
    .upwork_timeline_item:nth-child(2) .upwork_timeline_node { left: 50%; }
    .upwork_timeline_item:nth-child(3) .upwork_timeline_node { left: 50%; }
    .upwork_timeline_item:nth-child(4) .upwork_timeline_node { left: 50%; }

    /* Alternating cards: 1 & 3 above, 2 & 4 below */
    .upwork_timeline_item:nth-child(odd) {
      margin-top: -80px;
    }

    .upwork_timeline_item:nth-child(even) {
      margin-top: 80px;
    }

    /* Card */
    .upwork_timeline_card {
      border-radius: 28px;
      padding: 32px 28px 28px;
      box-shadow: 0 10px 35px rgba(15, 23, 42, 0.05);
      transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      position: relative;
      overflow: hidden;
      min-height: 340px;
      display: flex;
      flex-direction: column;
      border: none;
    }

    .upwork_timeline_card:hover {
      transform: translateY(-8px);
      box-shadow: 0 20px 50px rgba(15, 23, 42, 0.10);
    }

    .upwork_timeline_card::after {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3), transparent 60%);
      opacity: 0;
      transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      pointer-events: none;
      border-radius: 28px;
    }

    .upwork_timeline_card:hover::after { opacity: 1; }

    /* Card Colors */
    .upwork_card_step1 { background: #EAF7EF; --card-accent: #2F9E63; }
    .upwork_card_step2 { background: #EAF3FF; --card-accent: #3B82F6; }
    .upwork_card_step3 { background: #FFF4E5; --card-accent: #D97706; }
    .upwork_card_step4 { background: #F7EEFF; --card-accent: #7C3AED; }

    /* Step Number */
    .upwork_step_number {
      font-weight: 700;
      font-size: 48px;
      color: rgba(15, 23, 42, 0.06);
      line-height: 1;
      margin-bottom: 4px;
      letter-spacing: -0.03em;
      position: relative;
      z-index: 2;
    }

    /* Category Label */
    .upwork_step_label {
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: var(--card-accent);
      margin-bottom: 4px;
      position: relative;
      z-index: 2;
    }

    /* Title */
    .upwork_step_title {
      font-weight: 600;
      font-size: 22px;
      color: #0f172a;
      margin-bottom: 8px;
      letter-spacing: -0.02em;
      position: relative;
      z-index: 2;
    }

    /* Description */
    .upwork_step_description {
      font-size: 16px;
      color: #475569;
      line-height: 1.7;
      margin-bottom: 16px;
      position: relative;
      z-index: 2;
      flex: 1;
    }

    /* Arrow Indicator */
    .upwork_step_arrow {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: var(--card-accent);
      font-weight: 600;
      font-size: 13px;
      text-decoration: none;
      transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      position: relative;
      z-index: 2;
      margin-top: auto;
    }

    .upwork_step_arrow i {
      transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      font-size: 13px;
    }

    .upwork_timeline_card:hover .upwork_step_arrow i { transform: translateX(4px); }

    /* Illustration - positioned in corner */
    .upwork_step_illustration {
      position: absolute;
      right: 12px;
      bottom: 12px;
      z-index: 1;
      width: 90px;
      height: 90px;
      opacity: 0.12;
      color: var(--card-accent);
      transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      pointer-events: none;
    }

    .upwork_timeline_card:hover .upwork_step_illustration {
      opacity: 0.18;
      transform: scale(1.04) rotate(-2deg);
    }

    .upwork_step_illustration svg {
      width: 100%;
      height: 100%;
      display: block;
      overflow: visible;
    }

    /* ========================================
       RESPONSIVE
    ======================================== */
    @media (max-width: 1200px) {
      .upwork_timeline_item { max-width: 240px; }
      .upwork_timeline_card { min-height: 300px; padding: 28px 24px 24px; }
      .upwork_step_title { font-size: 20px; }
      .upwork_step_description { font-size: 14px; }
      .upwork_step_illustration { width: 75px; height: 75px; }
    }

    @media (max-width: 992px) {
      .upwork_why_section { padding: 100px 0; }
      .upwork_section_heading { font-size: 42px; }

      /* Switch to vertical timeline */
      .upwork_timeline {
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        gap: 30px;
      }

      .upwork_timeline::before {
        top: 60px;
        bottom: 60px;
        left: 50%;
        right: auto;
        width: 3px;
        height: calc(100% - 120px);
        transform: translateX(-50%);
        background: linear-gradient(180deg, #2563EB, #06B6D4, #2563EB);
      }

      .upwork_timeline_item {
        max-width: 480px;
        width: 100%;
        padding: 0;
        margin: 0 !important;
      }

      .upwork_timeline_node {
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        width: 20px;
        height: 20px;
      }

      .upwork_timeline_item:hover .upwork_timeline_node {
        transform: translateX(-50%) scale(1.1);
      }

      .upwork_timeline_item:nth-child(odd) .upwork_timeline_node { top: 30px; }
      .upwork_timeline_item:nth-child(even) .upwork_timeline_node { top: 30px; }

      .upwork_timeline_card {
        min-height: 240px;
        padding: 28px 28px 24px;
        margin-top: 10px;
      }

      .upwork_step_illustration { width: 80px; height: 80px; right: 16px; bottom: 16px; }
      .upwork_step_number { font-size: 40px; }
    }

    @media (max-width: 768px) {
      .upwork_why_section { padding: 80px 0; }
      .upwork_section_heading { font-size: 32px; }
      .upwork_section_description { font-size: 16px; margin-bottom: 40px; }

      .upwork_timeline::before {
        top: 50px;
        height: calc(100% - 100px);
      }

      .upwork_timeline_item { max-width: 100%; }
      .upwork_timeline_card { min-height: 200px; padding: 22px 22px 18px; }
      .upwork_step_title { font-size: 19px; }
      .upwork_step_description { font-size: 14px; }
      .upwork_step_illustration { width: 70px; height: 70px; right: 12px; bottom: 12px; }
      .upwork_step_number { font-size: 36px; }
      .upwork_step_label { font-size: 10px; }
    }

    @media (max-width: 480px) {
      .upwork_why_section { padding: 60px 0; }
      .upwork_section_heading { font-size: 28px; }
      .upwork_timeline_card { padding: 18px 18px 16px; min-height: 180px; }
      .upwork_step_title { font-size: 18px; }
      .upwork_step_illustration { width: 60px; height: 60px; right: 8px; bottom: 8px; }
      .upwork_step_number { font-size: 32px; }
      .upwork_step_description { font-size: 13px; }
    }

    @media (prefers-reduced-motion: reduce) {
      .upwork_timeline_card,
      .upwork_step_illustration,
      .upwork_step_arrow i,
      .upwork_timeline_node { transition: none !important; }
    }



 .upwork_impact_section {
      padding: 120px 0 0;
      background: #FAFAFC;
      position: relative;
      overflow: hidden;
    }
    .upwork_impact_section::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse at 10% 20%, rgba(107, 92, 255, 0.04) 0%, transparent 45%),
        radial-gradient(ellipse at 90% 80%, rgba(107, 92, 255, 0.04) 0%, transparent 45%),
        radial-gradient(ellipse at 50% 50%, rgba(107, 92, 255, 0.02) 0%, transparent 60%);
      pointer-events: none;
      z-index: 0;
    }
    .upwork_impact_section .container {
      position: relative;
      z-index: 1;
      max-width: 1400px;
    }
    .upwork_blob {
      position: absolute;
      border-radius: 50%;
      filter: blur(80px);
      pointer-events: none;
      opacity: 1;
      z-index: 0;
    }
    .upwork_blob_1 {
      position: absolute;
      top: 0;
      left: -100px;
      width: 500px;
      height: 500px;
      background: radial-gradient(circle, rgba(220, 210, 255, 0.75) 0%, rgba(248, 248, 252, 0) 70%);
      filter: blur(60px);
      pointer-events: none;
      z-index: 0;
      border-radius: 50%;
    }
    .upwork_blob_2 {
      position: absolute;
      top: 0;
      right: -100px;
      width: 600px;
      height: 600px;
      background: radial-gradient(circle, rgba(225, 215, 255, 0.8) 0%, rgba(248, 248, 252, 0) 70%);
      filter: blur(60px);
      pointer-events: none;
      z-index: 0;
      border-radius: 50%;
    }
    .upwork_blob_3 {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 300px;
      height: 300px;
      background: radial-gradient(circle, rgba(215, 205, 255, 0.6) 0%, rgba(248, 248, 252, 0) 70%);
      filter: blur(60px);
      pointer-events: none;
      z-index: 0;
      border-radius: 50%;
    }
    .upwork_section_badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(107, 92, 255, 0.06);
      color: #6B5CFF;
      font-weight: 600;
      font-size: 13px;
      letter-spacing: 0.05em;
      padding: 6px 18px 6px 14px;
      border-radius: 60px;
      border: 1px solid rgba(107, 92, 255, 0.06);
      text-transform: uppercase;
      margin-bottom: 16px;
    }
    .upwork_section_badge i { font-size: 0.8rem; }
    .upwork_section_heading {
      font-weight: 700;
      font-size: 64px;
      line-height: 1.08;
      letter-spacing: -0.03em;
      color: #0f172a;
      margin-bottom: 16px;
    }
    .upwork_section_heading span {
      background: linear-gradient(135deg, #000000, #333333);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .upwork_section_description {
      font-size: 18px;
      color: #475569;
      max-width: 680px;
      margin: 0 auto 60px;
      font-weight: 400;
      line-height: 1.7;
      letter-spacing: -0.01em;
    }
    .upwork_showcase_panel {
      background: #0a5c9e;
      clip-path: polygon(0 0, 100% 42px, 100% 100%, 0 calc(100% - 42px));
      border-radius: 0px 0px 0 0;
      padding: 150px 80px;
      position: relative;
      overflow: hidden;
      margin-top: 20px;
    }
    .upwork_showcase_panel::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, #666666, #333333, #000000);
      opacity: 0.6;
    }
    .upwork_showcase_panel::after {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse at 70% 50%, rgba(107, 92, 255, 0.06), transparent 60%);
      pointer-events: none;
      border-radius: 36px 36px 0 0;
    }
    .upwork_showcase_panel .row {
      position: relative;
      z-index: 2;
    }
    .upwork_showcase_label {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.3);
      margin-bottom: 12px;
    }
    .upwork_showcase_heading {
      font-weight: 700;
      font-size: 48px;
      line-height: 1.08;
      letter-spacing: -0.03em;
      color: #ffffff;
      margin-bottom: 16px;
    }
    .upwork_showcase_heading span {
      color: #333333;
    }
    .upwork_showcase_description {
      font-size: 17px;
      color: rgba(255, 255, 255, 0.65);
      line-height: 1.7;
      max-width: 480px;
      margin-bottom: 32px;
    }
    .upwork_btn_primary {
      background: linear-gradient(135deg, #000000, #333333);
      border: none;
      color: #ffffff;
      font-weight: 600;
      padding: 14px 36px;
      border-radius: 60px;
      font-size: 15px;
      transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .upwork_btn_primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 12px 30px rgba(000, 000, 000, 0.35);
      color: #ffffff;
    }
    .upwork_btn_secondary {
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.10);
      color: rgba(255, 255, 255, 0.8);
      font-weight: 600;
      padding: 14px 36px;
      border-radius: 60px;
      font-size: 15px;
      transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .upwork_btn_secondary:hover {
      background: rgba(255, 255, 255, 0.10);
      color: #ffffff;
      transform: translateY(-2px);
    }
    .upwork_btn_group {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-bottom: 40px;
    }
    .upwork_stats_wrapper {
      position: relative;
      min-height: 420px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .upwork_stat_card {
      position: absolute;
      width: 280px;
      border-radius: 28px;
      padding: 32px 28px 28px;
      transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      cursor: default;
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
    }
    .upwork_stat_card:hover {
      transform: translateY(-8px);
    }
    .upwork_stat_card::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      background: #071F3B;
      border-radius: 0 28px 0 28px;
      pointer-events: none;
    }
    .upwork_stat_card_1 {
      z-index: 1;
      left: 0;
      top: 50%;
      transform: translateY(-55%);
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.06);
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    }
    .upwork_stat_card_2 {
      z-index: 2;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -55%);
      background: rgba(255, 255, 255, 0.07);
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: 0 25px 60px rgba(0, 0, 0, 0.20);
    }
    .upwork_stat_card_3 {
      z-index: 3;
      right: 0;
      top: 50%;
      transform: translateY(-55%);
      /*background: linear-gradient(145deg, rgba(107, 92, 255, 0.15), rgba(139, 92, 246, 0.08));*/
      border: 1px solid rgba(107, 92, 255, 0.15);
      box-shadow: 0 30px 70px rgba(000, 000, 000, 0.15);
    }
    .upwork_stat_card_3::before {
      background: #071F3B;
    }
    .upwork_stat_card_1:hover {
      transform: translateY(-12px) scale(1.02);
      background: rgba(255, 255, 255, 0.10);
    }
    .upwork_stat_card_2:hover {
      transform: translate(-50%, -12px) scale(1.02);
      background: rgba(255, 255, 255, 0.12);
    }
    .upwork_stat_card_3:hover {
      transform: translateY(-12px) scale(1.02);
      box-shadow: 0 25px 60px rgba(0, 0, 0, 0.20);
    }
    .upwork_stat_icon {
      width: 40px;
      height: 40px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      color: #333333;
      background: rgba(107, 92, 255, 0.10);
      margin-bottom: 12px;
    }
    .upwork_stat_card_3 .upwork_stat_icon {
      background: rgba(107, 92, 255, 0.20);
      color: #333333;
    }
    .upwork_stat_number {
      font-weight: 700;
      font-size: 52px;
      line-height: 1.05;
      letter-spacing: -0.03em;
      color: #ffffff;
      margin-bottom: 2px;
    }
    .upwork_stat_card_3 .upwork_stat_number {
      background: linear-gradient(135deg, #ffffff, #ffffff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .upwork_stat_title {
      font-weight: 600;
      font-size: 20px;
      color: #ffffff;
      margin-bottom: 4px;
    }
    .upwork_stat_description {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.50);
      line-height: 1.5;
    }
    .upwork_stat_card_3 .upwork_stat_description {
      color: rgba(255, 255, 255, 0.55);
    }
    @media (max-width: 1200px) {
      .upwork_showcase_panel { padding: 50px 50px; }
      .upwork_showcase_heading { font-size: 40px; }
      .upwork_stat_card { width: 240px; padding: 26px 22px 22px; }
      .upwork_stat_number { font-size: 42px; }
      .upwork_stat_title { font-size: 18px; }
    }
    @media (max-width: 992px) {
      .upwork_impact_section { padding: 80px 0 0; }
      .upwork_section_heading { font-size: 48px; }
      .upwork_showcase_panel { padding: 40px 36px; border-radius: 28px 28px 0 0; }
      .upwork_showcase_heading { font-size: 36px; }
      .upwork_stats_wrapper { min-height: 380px; margin-top: 40px; }
      .upwork_stat_card { width: 200px; padding: 22px 18px 18px; }
      .upwork_stat_number { font-size: 34px; }
      .upwork_stat_title { font-size: 16px; }
      .upwork_stat_description { font-size: 12px; }
      .upwork_stat_card_1 { left: 5%; }
      .upwork_stat_card_3 { right: 5%; }
    }
    @media (max-width: 768px) {
      .upwork_impact_section { padding: 60px 0 0; }
      .upwork_section_heading { font-size: 36px; }
      .upwork_section_description { font-size: 16px; margin-bottom: 40px; }
      .upwork_showcase_panel { padding: 30px 24px; border-radius: 20px 20px 0 0; }
      .upwork_showcase_heading { font-size: 30px; }
      .upwork_showcase_description { font-size: 15px; }
      .upwork_btn_group { flex-direction: column; align-items: flex-start; }
      .upwork_btn_primary, .upwork_btn_secondary { width: 100%; justify-content: center; }
      .upwork_stats_wrapper {
        min-height: 520px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
        position: relative;
        padding: 20px 0;
      }
      .upwork_stat_card {
        position: relative;
        width: 100%;
        max-width: 320px;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        margin: 0 auto;
      }
      .upwork_stat_card:hover {
        transform: translateY(-6px) !important;
      }
      .upwork_stat_card_2 {
        transform: none !important;
      }
      .upwork_stat_card_2:hover {
        transform: translateY(-6px) !important;
      }
      .upwork_stat_card::before {
        width: 30px;
        height: 30px;
      }
      .upwork_stat_number { font-size: 38px; }
      .upwork_stat_title { font-size: 17px; }
    }
    @media (max-width: 480px) {
      .upwork_impact_section { padding: 40px 0 0; }
      .upwork_section_heading { font-size: 28px; }
      .upwork_showcase_panel { padding: 24px 16px; }
      .upwork_showcase_heading { font-size: 26px; }
      .upwork_stats_wrapper { min-height: 480px; gap: 14px; }
      .upwork_stat_card { padding: 18px 16px 16px; max-width: 280px; }
      .upwork_stat_number { font-size: 32px; }
      .upwork_stat_title { font-size: 16px; }
      .upwork_stat_description { font-size: 12px; }
      .upwork_stat_icon { width: 34px; height: 34px; font-size: 16px; }
    }
    @media (prefers-reduced-motion: reduce) {
      .upwork_stat_card,
      .upwork_btn_primary,
      .upwork_btn_secondary { transition: none !important; }
    }


.upw_client_testimonial-section { width: 100%; margin: 0 auto; padding-top: 120px; padding-bottom: 120px; position: relative; background-color: transparent; overflow: hidden; margin-bottom:100px; }
.upw_client_ambient-glow-1 { position: absolute; top: -100px; left: -100px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(107, 92, 255, 0.08) 0%, rgba(248, 248, 255, 0) 70%); filter: blur(80px); pointer-events: none; border-radius: 50%; }
.upw_client_ambient-glow-2 { position: absolute; bottom: -100px; right: -100px; width: 650px; height: 650px; background: radial-gradient(circle, rgba(139, 92, 246, 0.08) 0%, rgba(248, 248, 255, 0) 70%); filter: blur(80px); pointer-events: none; border-radius: 50%; }
.upw_client_deko-capsule-1 { position: absolute; top: 40px; left: -20px; width: 320px; height: 58px; background: #6B5CFF; border-radius: 0 999px 999px 0; z-index: 1; opacity: 0.95; }
.upw_client_deko-capsule-2 { position: absolute; top: 110px; left: -20px; width: 200px; height: 58px; background: #6B5CFF; border-radius: 0 999px 999px 0; z-index: 1; opacity: 0.95; }
.upw_client_deko-stadium-bottom { position: absolute; bottom: 20px; right: -40px; width: 380px; height: 58px; background-color: #051833; border-radius: 60px 0 0 60px; z-index: 1; }
.upw_client_deko-stadium-bottom::before { content: ''; position: absolute; top: -67px; left: 90px; width: 280px; height: 58px; background-color: #051833; border-radius: 28px; }
.upw_client_halftone-dots-top { position: absolute; top: 30px; right: 40px; width: 200px; height: 200px; border-radius: 50%; background-image: radial-gradient(#9AA3EE 2px, transparent 2px); background-size: 12px 12px; opacity: 0.6; pointer-events: none; z-index: 1; }
.upw_client_halftone-dots-bottom { position: absolute; bottom: 40px; left: 40px; width: 200px; height: 200px; border-radius: 50%; background-image: radial-gradient(#9AA3EE 2px, transparent 2px); background-size: 12px 12px; opacity: 0.6; pointer-events: none; z-index: 1; }
.upw_client_testimonial-header { text-align: center; margin-bottom: 70px; position: relative; z-index: 10; }
.upw_client_script-heading { font-family: 'Caveat', cursive; font-size: 42px; font-weight: 700; color: #6B5CFF; line-height: 1; margin-bottom: -10px; display: block; }
.upw_client_main-heading { font-family: 'Outfit', sans-serif; font-size: 60px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; background: linear-gradient(135deg, #6B5CFF 0%, #8B5CF6 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin: 0; }
.upw_client_slider-radio { display: none !important; }
.upw_client_slider-wrapper { position: relative; width: 100%; max-width: 820px; margin: 0 auto; z-index: 10; min-height: 500px; }
.upw_client_slide-track { position: relative; width: 100%; height: 100%; }
.upw_client_slide-item { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; transition: opacity 0.7s ease-in-out, visibility 0.7s; pointer-events: none; }
#upw_client_slide1:checked ~ .upw_client_slider-wrapper .upw_client_slide-item-1, #upw_client_slide2:checked ~ .upw_client_slider-wrapper .upw_client_slide-item-2, #upw_client_slide3:checked ~ .upw_client_slider-wrapper .upw_client_slide-item-3 { opacity: 1; visibility: visible; pointer-events: all; position: relative; }
@keyframes upw_client_slideCycle { 0%, 25% { z-index: 1; } 33.33%, 100% { z-index: -1; } }
@keyframes upw_client_slideCycle2 { 0%, 25% { z-index: -1; } 33.33%, 58.33% { z-index: 1; } 66.66%, 100% { z-index: -1; } }
@keyframes upw_client_slideCycle3 { 0%, 58.33% { z-index: -1; } 66.66%, 100% { z-index: 1; } }
#upw_client_slide1 { animation: upw_client_slideCycle 15s infinite; }
#upw_client_slide2 { animation: upw_client_slideCycle2 15s infinite; }
#upw_client_slide3 { animation: upw_client_slideCycle3 15s infinite; }
#upw_client_slide1:checked { animation: none; z-index: 1; }
#upw_client_slide2:checked { animation: none; z-index: 1; }
#upw_client_slide3:checked { animation: none; z-index: 1; }
.upw_client_testimonial-composition { position: relative; width: 100%; max-width: 820px; margin: 0 auto; z-index: 10; }
.upw_client_red-teardrop-badge { position: absolute; top: 65px; left: -15px; width: 76px; height: 76px; background-color: #E51C38; border-radius: 50% 50% 50% 8%; transform: rotate(-45deg); display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 28px rgba(229, 28, 56, 0.35); z-index: 25; transition: all 350ms cubic-bezier(0.16, 1, 0.3, 1); }
.upw_client_red-teardrop-inner { width: 38px; height: 38px; background-color: #F8F8FF; border-radius: 50% 50% 50% 8%; }
.upw_client_review-card-top { position: relative; width: 88%; margin-left: auto; background-color: #FFFFFF; border-radius: 28px; padding: 55px 45px 45px 45px; box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08); z-index: 20; transition: all 350ms cubic-bezier(0.16, 1, 0.3, 1); border: 1px solid rgba(226, 232, 240, 0.8); }
.upw_client_rating-capsule-notch { position: absolute; top: 0; right: 0; background-color: #FFFFFF; border-radius: 0 28px 0 22px; padding: 12px 24px; display: flex; align-items: center; gap: 5px; box-shadow: -4px 4px 15px rgba(15, 23, 42, 0.04); border-left: 1.5px solid #F1F5F9; border-bottom: 1.5px solid #F1F5F9; transition: all 350ms cubic-bezier(0.16, 1, 0.3, 1); }
.upw_client_star-icon { color: #FFC107; font-size: 20px; transition: all 350ms cubic-bezier(0.16, 1, 0.3, 1); }
.upw_client_quote-mark-top { position: absolute; top: 25px; left: 30px; font-family: Georgia, serif; font-size: 58px; font-weight: 900; color: #FFB5C5; line-height: 1; user-select: none; }
.upw_client_quote-mark-bottom { position: absolute; bottom: 15px; right: 30px; font-family: Georgia, serif; font-size: 58px; font-weight: 900; color: #FFB5C5; line-height: 1; user-select: none; }
.upw_client_review-text-content { font-size: 24px; font-weight: 500; color: #0F172A; line-height: 1.6; text-align: center; max-width: 75%; margin: 10px auto; }
.upw_client_purple-shape-bottom { width: 92%; margin-top: -20px; margin-left: 15px; background: linear-gradient(135deg, #6B5CFF 0%, #7C4DFF 100%); border-radius: 36px; padding: 24px 32px; display: flex; align-items: center; justify-content: space-between; color: #FFFFFF; box-shadow: 0 20px 45px rgba(107, 92, 255, 0.28); position: relative; z-index: 10; transform: skewX(-8deg); transition: all 350ms cubic-bezier(0.16, 1, 0.3, 1); }
.upw_client_purple-shape-inner { transform: skewX(8deg); display: flex; align-items: center; gap: 20px; }
.upw_client_client-avatar-wrapper { position: relative; width: 80px; height: 80px; border-radius: 50%; overflow: hidden; border: 3px solid #FFFFFF; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25); flex-shrink: 0; transition: all 350ms cubic-bezier(0.16, 1, 0.3, 1); }
.upw_client_client-avatar-img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.05); }
.upw_client_client-info-meta { display: flex; flex-direction: column; }
.upw_client_client-name { font-family: 'Outfit', sans-serif; font-size: 34px; font-weight: 800; color: #FFFFFF; line-height: 1.1; letter-spacing: -0.01em; }
.upw_client_client-company { font-size: 16px; font-weight: 600; color: rgba(255, 255, 255, 0.85); letter-spacing: 0.05em; text-transform: uppercase; margin-top: 4px; }
.upw_client_dark-ring-accent { transform: skewX(8deg); width: 42px; height: 42px; border: 6px solid #051833; border-radius: 50% 50% 50% 10%; margin-right: 12px; }
.upw_client_testimonial-composition:hover .upw_client_review-card-top { transform: translateY(-8px); box-shadow: 0 30px 65px rgba(15, 23, 42, 0.12); }
.upw_client_testimonial-composition:hover .upw_client_purple-shape-bottom { box-shadow: 0 30px 60px rgba(107, 92, 255, 0.45); filter: brightness(1.04); }
.upw_client_testimonial-composition:hover .upw_client_client-avatar-wrapper { transform: scale(1.08) rotate(3deg); }
.upw_client_testimonial-composition:hover .upw_client_star-icon { filter: drop-shadow(0 0 6px rgba(255, 193, 7, 0.7)); transform: scale(1.1); }
.upw_client_testimonial-composition:hover .upw_client_red-teardrop-badge { transform: rotate(-35deg) scale(1.05); }
.upw_client_slider-nav { display: flex; justify-content: center; gap: 16px; margin-top: 60px; position: relative; z-index: 20; }
.upw_client_slider-nav label { width: 14px; height: 14px; background: #cbd5e1; border-radius: 50%; cursor: pointer; transition: all 350ms cubic-bezier(0.16, 1, 0.3, 1); display: block; }
.upw_client_slider-nav label:hover { background: #6B5CFF; transform: scale(1.2); }
#upw_client_slide1:checked ~ .upw_client_slider-wrapper .upw_client_slider-nav label[for="upw_client_slide1"], #upw_client_slide2:checked ~ .upw_client_slider-wrapper .upw_client_slider-nav label[for="upw_client_slide2"], #upw_client_slide3:checked ~ .upw_client_slider-wrapper .upw_client_slider-nav label[for="upw_client_slide3"] { background: #6B5CFF; transform: scale(1.2); box-shadow: 0 0 12px rgba(107, 92, 255, 0.4); }
.upw_client_testimonial-footer { max-width: 1400px; margin: 60px auto 0 auto; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10; }
.upw_client_brand-url { font-family: 'Outfit', sans-serif; font-size: 20px; font-weight: 800; color: #051833; letter-spacing: 0.02em; text-decoration: none; }
@media (max-width: 991px) { .upw_client_testimonial-section { padding-top: 80px; padding-bottom: 80px; } .upw_client_main-heading { font-size: 48px; } .upw_client_script-heading { font-size: 36px; } .upw_client_review-text-content { font-size: 20px; max-width: 85%; } .upw_client_client-name { font-size: 28px; } .upw_client_slider-wrapper { min-height: 500px; } }
@media (max-width: 768px) { .upw_client_review-card-top { width: 96%; padding: 40px 25px 30px 25px; } .upw_client_review-text-content { font-size: 17px; max-width: 95%; } .upw_client_purple-shape-bottom { width: 100%; margin-left: 0; margin-top: -25px; transform: none; padding: 20px; } .upw_client_purple-shape-inner, .upw_client_dark-ring-accent { transform: none; } .upw_client_client-name { font-size: 22px; } .upw_client_client-company { font-size: 13px; } .upw_client_client-avatar-wrapper { width: 60px; height: 60px; } .upw_client_main-heading { font-size: 38px; } .upw_client_slider-wrapper { min-height: 520px; } }

