/*
 * Webconnect Home
 * Page ID: 8
 * Unique page-specific CSS only.
 * Shared rules live in webconnect-global.css.
 */

.wc-home-page {
    font-family: "Poppins", Arial, sans-serif;
    color: var(--wc-dark);
    background: #f5f7fb;
    overflow: hidden;
  }

  

  

  /* HERO */
  .wc-home-hero {
    position: relative;
    padding: 120px 0 95px;
    background:
      radial-gradient(circle at top left, rgba(56, 58, 231, 0.35), transparent 34%),
      radial-gradient(circle at bottom right, rgba(14, 165, 233, 0.24), transparent 30%),
      linear-gradient(135deg, #07111f 0%, #101d35 48%, #182747 100%);
    color: var(--wc-white);
    border-radius: 0 0 42px 42px;
    overflow: hidden;
  }

  .wc-home-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 -1px 0;
    height: 90px;
    background: linear-gradient(to bottom, transparent, #f5f7fb);
    pointer-events: none;
  }

  .wc-home-hero-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 54px;
    align-items: center;
    position: relative;
    z-index: 2;
  }

  .wc-home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    color: #dbeafe;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 22px;
  }

  

  

  

  

  

  

  

  

  

  

  

  .wc-home-btn-light {
    background: var(--wc-soft);
    color: var(--wc-dark) !important;
    border-color: var(--wc-border-soft);
  }

  .wc-home-btn-light:hover {
    background: var(--wc-border-soft);
    color: var(--wc-dark) !important;
    transform: translateY(-2px);
  }

  .wc-home-hero-promises {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-top: 26px;
    color: #dbeafe;
    font-size: 13px;
    font-weight: 700;
  }

  .wc-home-hero-promises span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
  }

  .wc-home-hero-promises i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #a7f3d0;
    background: rgba(52, 211, 153, 0.14);
    font-style: normal;
    font-size: 11px;
  }

  /* HERO BRAND & SERVICE ROUTES */
  .wc-home-brand-card {
    padding: 24px;
    border-radius: 30px;
    color: var(--wc-dark);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow: 0 32px 85px rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(14px);
  }

  .wc-home-brand-lockup {
    display: grid;
    grid-template-columns: 94px 1fr;
    gap: 20px;
    align-items: center;
    padding: 2px 2px 22px;
    border-bottom: 1px solid #e5e7eb;
  }

  .wc-home-brand-logo {
    width: 94px;
    height: 94px;
    border-radius: 25px;
    background: #07111f;
    box-shadow: 0 20px 42px rgba(26, 84, 255, 0.28);
    overflow: hidden;
  }

  .wc-home-brand-logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }

  .wc-home-brand-lockup > div:last-child {
    display: grid;
    gap: 5px;
  }

  .wc-home-brand-lockup span {
    color: var(--wc-primary);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .wc-home-brand-lockup strong {
    max-width: 330px;
    color: var(--wc-dark);
    font-size: clamp(20px, 2.4vw, 27px);
    line-height: 1.16;
    letter-spacing: -0.03em;
  }

  .wc-home-brand-paths {
    display: grid;
    gap: 9px;
    padding: 18px 0;
  }

  .wc-home-brand-paths a {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3px 14px;
    align-items: center;
    padding: 13px 14px;
    border-radius: 16px;
    color: var(--wc-dark);
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    text-decoration: none;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  }

  .wc-home-brand-paths a:hover {
    transform: translateX(4px);
    border-color: rgba(56, 58, 231, 0.28);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
  }

  .wc-home-brand-paths span {
    color: var(--wc-primary);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .wc-home-brand-paths strong {
    grid-column: 1;
    color: #334155;
    font-size: 13px;
    line-height: 1.35;
  }

  .wc-home-brand-paths b {
    grid-column: 2;
    grid-row: 1 / span 2;
    color: var(--wc-primary);
    font-size: 19px;
  }

  .wc-home-brand-note {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 14px 16px;
    border: 1px solid rgba(125, 211, 252, 0.24);
    border-radius: 17px;
    color: #f8fafc;
    background:
      radial-gradient(circle at 88% 12%, rgba(56, 189, 248, 0.28), transparent 38%),
      linear-gradient(120deg, #07111f 0%, #102f88 58%, #2456e6 100%);
    box-shadow: 0 16px 34px rgba(15, 47, 136, 0.20);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.5;
    letter-spacing: 0.005em;
  }

  .wc-home-brand-note::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -34px;
    right: -24px;
    width: 112px;
    height: 112px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.035);
  }

  .wc-home-brand-note i {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    border-radius: 50%;
    background: #6ee7b7;
    box-shadow: 0 0 0 5px rgba(110, 231, 183, 0.16), 0 0 18px rgba(110, 231, 183, 0.55);
  }

  .wc-home-brand-note span {
    position: relative;
    z-index: 1;
  }

  /* CONFIDENCE STRIP */
  .wc-home-confidence {
    position: relative;
    z-index: 5;
    margin-top: -26px;
  }

  .wc-home-confidence-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 12px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.10);
  }

  .wc-home-confidence-grid div {
    display: grid;
    gap: 5px;
    padding: 18px 22px;
    border-right: 1px solid #e5e7eb;
  }

  .wc-home-confidence-grid div:last-child {
    border-right: 0;
  }

  .wc-home-confidence-grid strong {
    color: var(--wc-dark);
    font-size: 22px;
    letter-spacing: -0.03em;
  }

  .wc-home-confidence-grid span {
    color: var(--wc-muted);
    font-size: 12px;
    font-weight: 700;
  }

  /* GENERAL SECTIONS */
  

  .wc-home-section-title {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 46px;
  }

  

  

  

  .wc-home-badge {
    display: inline-flex;
    padding: 8px 13px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
    background: var(--wc-primary-soft);
    color: var(--wc-primary);
    margin-bottom: 18px;
  }

  .wc-home-badge.dark {
    background: var(--wc-border-soft);
    color: var(--wc-dark);
  }

  /* ABOUT */
  .wc-home-about-box {
    background: var(--wc-white);
    border-radius: 34px;
    padding: 52px;
    border: 1px solid var(--wc-border);
    box-shadow: 0 18px 45px rgba(15,23,42,0.06);
  }

  .wc-home-about-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 42px;
    align-items: center;
  }

  .wc-home-about-box h2 {
    margin: 0 0 16px;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.1;
    letter-spacing: -0.035em;
    color: var(--wc-dark);
  }

  

  .wc-home-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
  }

  .wc-home-tag {
    display: inline-flex;
    padding: 11px 14px;
    border-radius: 999px;
    background: var(--wc-soft);
    color: var(--wc-text);
    font-size: 13px;
    font-weight: 800;
  }

  .wc-home-about-panel {
    background:
      radial-gradient(circle at top right, rgba(56, 58, 231, 0.10), transparent 35%),
      var(--wc-light);
    border: 1px solid #e5e7eb;
    border-radius: 26px;
    padding: 28px;
  }

  .wc-home-about-panel h3 {
    margin: 0 0 18px;
    font-size: 24px;
    color: var(--wc-dark);
  }

  .wc-home-about-person {
    display: grid;
    grid-template-columns: 84px 1fr;
    gap: 17px;
    align-items: center;
    margin-bottom: 26px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e2e8f0;
  }

  .wc-home-about-person img {
    width: 84px;
    height: 84px;
    display: block;
    border-radius: 23px;
    object-fit: cover;
    object-position: center 28%;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.16);
  }

  .wc-home-about-person div {
    display: grid;
    gap: 3px;
  }

  .wc-home-about-person span {
    color: var(--wc-primary);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .wc-home-about-person strong {
    color: var(--wc-dark);
    font-size: 22px;
  }

  .wc-home-about-person small {
    color: var(--wc-muted);
    font-size: 12px;
    line-height: 1.45;
  }

  .wc-home-check-list {
    display: grid;
    gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .wc-home-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #334155;
    line-height: 1.55;
    font-weight: 600;
  }

  .wc-home-check {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #dcfce7;
    color: #15803d;
    font-weight: 900;
    font-size: 13px;
    margin-top: 1px;
  }

  /* SERVICES */
  .wc-home-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }

  .wc-home-service-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
  }

  .wc-home-service-type {
    display: block;
    margin-bottom: 8px;
    color: var(--wc-primary);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
  }

  .wc-home-icon-office {
    overflow: hidden;
    padding: 4px;
    background: var(--wc-white);
    border: 1px solid #e5e7eb;
  }

  .wc-home-icon-office img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    border-radius: 10px;
  }

  .wc-home-service-card p {
    margin-bottom: 24px;
  }

  .wc-home-service-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid #e5e7eb;
    color: var(--wc-dark);
    font-size: 13px;
  }

  .wc-home-service-link span {
    color: var(--wc-primary);
    font-size: 19px;
    transition: transform .25s ease;
  }

  .wc-home-service-card:hover .wc-home-service-link span {
    transform: translateX(4px);
  }

  

  

  

  

  

  .wc-home-centre-btn {
    text-align: center;
    margin-top: 38px;
  }

  .wc-home-service-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  /* PROCESS */
  .wc-home-process {
    padding: 58px;
    border-radius: 38px;
    color: var(--wc-white);
    background:
      radial-gradient(circle at 85% 10%, rgba(14, 165, 233, 0.22), transparent 28%),
      linear-gradient(135deg, #0b1528 0%, #17264a 100%);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
  }

  .wc-home-process .wc-home-badge {
    color: #dbeafe;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
  }

  .wc-home-process-heading {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 52px;
    align-items: end;
    margin-bottom: 42px;
  }

  .wc-home-process-heading h2 {
    max-width: 650px;
    margin: 0;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.08;
    letter-spacing: -0.04em;
  }

  .wc-home-process-heading > p {
    margin: 0;
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.75;
  }

  .wc-home-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .wc-home-process-grid li {
    min-width: 0;
    padding: 25px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .wc-home-step-number {
    display: block;
    margin-bottom: 28px;
    color: #67e8f9;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: 0.12em;
  }

  .wc-home-process-grid h3 {
    margin: 0 0 10px;
    color: var(--wc-white);
    font-size: 20px;
  }

  .wc-home-process-grid p {
    margin: 0;
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.7;
  }

  /* WHY CHOOSE */
  .wc-home-strength-section {
    background:
      radial-gradient(circle at top right, rgba(56, 58, 231, 0.08), transparent 30%),
      var(--wc-white);
    border-radius: 42px;
    padding: 64px;
    border: 1px solid var(--wc-border);
    box-shadow: 0 20px 55px rgba(15,23,42,0.06);
  }

  .wc-home-strength-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .wc-home-strength-card {
    background: var(--wc-light);
    border-radius: 22px;
    padding: 24px;
    border: 1px solid #e5e7eb;
  }

  .wc-home-strength-card .wc-home-icon {
    width: 44px;
    height: 44px;
    font-size: 20px;
    border-radius: 15px;
    margin-bottom: 15px;
  }

  .wc-home-strength-card h3 {
    margin: 0 0 9px;
    font-size: 19px;
    color: var(--wc-dark);
  }

  .wc-home-strength-card p {
    margin: 0;
    color: var(--wc-muted);
    line-height: 1.65;
    font-size: 14px;
  }

  /* CLIENT PORTAL */
  .wc-home-portal {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 54px;
    align-items: center;
    padding: 62px;
    border-radius: 42px;
    overflow: hidden;
    color: var(--wc-white);
    background:
      radial-gradient(circle at 90% 10%, rgba(14, 165, 233, 0.28), transparent 28%),
      radial-gradient(circle at 0% 100%, rgba(56, 58, 231, 0.28), transparent 30%),
      linear-gradient(135deg, #07111f 0%, #16264b 100%);
    box-shadow: 0 24px 65px rgba(15, 23, 42, 0.18);
  }

  .wc-home-portal-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: #bfdbfe;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  .wc-home-portal-kicker i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 0 5px rgba(52, 211, 153, 0.12);
  }

  .wc-home-portal-copy h2 {
    margin: 0 0 18px;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.06;
    letter-spacing: -0.04em;
  }

  .wc-home-portal-copy > p {
    margin: 0;
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.75;
  }

  .wc-home-portal-benefits {
    display: grid;
    gap: 11px;
    padding: 0;
    margin: 24px 0 30px;
    list-style: none;
  }

  .wc-home-portal-benefits li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #e2e8f0;
    font-size: 14px;
    font-weight: 650;
  }

  .wc-home-portal-benefits li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border-radius: 50%;
    color: #a7f3d0;
    background: rgba(52, 211, 153, 0.15);
    font-size: 11px;
    font-weight: 900;
  }

  .wc-home-portal-window {
    padding: 20px;
    border-radius: 27px;
    color: var(--wc-dark);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.26);
  }

  .wc-home-portal-window-top,
  .wc-home-portal-brand,
  .wc-home-portal-modules > div,
  .wc-home-portal-brand span {
    display: flex;
    align-items: center;
  }

  .wc-home-portal-window-top {
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 17px;
    border-bottom: 1px solid #e5e7eb;
  }

  .wc-home-portal-brand {
    gap: 10px;
  }

  .wc-home-portal-brand img {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .wc-home-portal-brand span {
    align-items: flex-start;
    flex-direction: column;
    line-height: 1.2;
  }

  .wc-home-portal-brand strong {
    font-size: 14px;
  }

  .wc-home-portal-brand small {
    color: var(--wc-muted);
    font-size: 11px;
  }

  .wc-home-portal-secure {
    padding: 7px 10px;
    border-radius: 999px;
    color: #047857;
    background: #ecfdf5;
    font-size: 10px;
    font-weight: 850;
  }

  .wc-home-portal-welcome {
    display: grid;
    gap: 4px;
    padding: 22px 4px 16px;
  }

  .wc-home-portal-welcome span {
    color: var(--wc-muted);
    font-size: 12px;
  }

  .wc-home-portal-welcome strong {
    font-size: 18px;
  }

  .wc-home-portal-modules {
    display: grid;
    gap: 9px;
  }

  .wc-home-portal-modules > div {
    gap: 12px;
    padding: 13px;
    border-radius: 15px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
  }

  .wc-home-portal-module-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 11px;
    color: var(--wc-primary);
    background: var(--wc-primary-soft);
    font-size: 13px;
    font-weight: 900;
  }

  .wc-home-portal-modules p {
    display: grid;
    flex: 1;
    gap: 2px;
    margin: 0;
    line-height: 1.25;
  }

  .wc-home-portal-modules strong {
    font-size: 13px;
  }

  .wc-home-portal-modules small {
    color: var(--wc-muted);
    font-size: 10px;
  }

  .wc-home-portal-modules b {
    color: #94a3b8;
  }


  /* PORTFOLIO PREVIEW */
  .wc-home-portfolio-box {
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(circle at top right, rgba(56, 58, 231, 0.10), transparent 32%),
      var(--wc-white);
    border-radius: 42px;
    padding: 58px;
    border: 1px solid var(--wc-border);
    box-shadow: 0 20px 55px rgba(15,23,42,0.06);
  }

  .wc-home-portfolio-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 54px;
    align-items: center;
  }

  .wc-home-portfolio-copy h2 {
    margin: 0 0 18px;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.08;
    letter-spacing: -0.04em;
    color: var(--wc-dark);
  }

  .wc-home-portfolio-copy p {
    margin: 0 0 18px;
    color: var(--wc-muted);
    font-size: 17px;
    line-height: 1.75;
  }

  .wc-home-portfolio-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 4px 0 28px;
  }

  .wc-home-portfolio-tags span {
    display: inline-flex;
    padding: 9px 12px;
    border-radius: 999px;
    background: var(--wc-soft);
    color: var(--wc-text);
    font-size: 12px;
    font-weight: 800;
  }

  .wc-home-portfolio-previews {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .wc-home-portfolio-project {
    position: relative;
    background: var(--wc-white);
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid var(--wc-border);
    box-shadow: 0 22px 50px rgba(15,23,42,0.12);
    transition: transform .3s ease, box-shadow .3s ease;
    text-decoration: none;
    color: inherit;
  }

  .wc-home-portfolio-project:first-child {
    transform: rotate(-1.5deg);
  }

  .wc-home-portfolio-project:last-child {
    transform: rotate(1.5deg) translateY(20px);
  }

  

  .wc-home-portfolio-project:last-child:hover {
    transform: rotate(0deg) translateY(15px);
  }

  .wc-home-portfolio-project:hover {
    box-shadow: 0 28px 60px rgba(15,23,42,0.18);
  }

  .wc-home-portfolio-browser-top {
    height: 36px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 14px;
    background: var(--wc-dark);
  }

  .wc-home-portfolio-browser-top span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.35);
  }

  .wc-home-portfolio-image {
    height: 245px;
    overflow: hidden;
    background: var(--wc-primary-soft);
  }

  .wc-home-portfolio-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
    transition: transform .4s ease;
  }

  .wc-home-portfolio-project:hover img {
    transform: scale(1.035);
  }

  .wc-home-portfolio-project-info {
    padding: 18px 20px 20px;
  }

  .wc-home-portfolio-project-info span {
    display: block;
    margin-bottom: 5px;
    color: var(--wc-primary);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
  }

  .wc-home-portfolio-project-info strong {
    display: block;
    color: var(--wc-dark);
    font-size: 19px;
    line-height: 1.25;
  }

  /* CTA */
  

  

  

  .wc-home-small-note {
    margin-top: 16px;
    color: #94a3b8;
    font-size: 13px;
  }

  /* FAQ */
  .wc-home-faq {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 56px;
    padding: 58px;
    border-radius: 38px;
    background: var(--wc-white);
    border: 1px solid var(--wc-border);
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.06);
  }

  .wc-home-faq-intro h2 {
    margin: 0 0 16px;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  .wc-home-faq-intro p {
    margin: 0 0 24px;
    color: var(--wc-muted);
    line-height: 1.75;
  }

  .wc-home-faq-list {
    display: grid;
    align-content: start;
  }

  .wc-home-faq-list details {
    border-bottom: 1px solid #e2e8f0;
  }

  .wc-home-faq-list details:first-child {
    border-top: 1px solid #e2e8f0;
  }

  .wc-home-faq-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 0;
    cursor: pointer;
    color: var(--wc-dark);
    font-weight: 800;
    list-style: none;
  }

  .wc-home-faq-list summary::-webkit-details-marker {
    display: none;
  }

  .wc-home-faq-list summary span {
    color: var(--wc-primary);
    font-size: 23px;
    font-weight: 500;
    transition: transform 0.2s ease;
  }

  .wc-home-faq-list details[open] summary span {
    transform: rotate(45deg);
  }

  .wc-home-faq-list details p {
    margin: -5px 38px 20px 0;
    color: var(--wc-muted);
    font-size: 14px;
    line-height: 1.75;
  }

  /* SOLUTION BUILDER */
  .wc-home-solution {
    position: relative;
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 54px;
    align-items: center;
    padding: 52px;
    border-radius: 34px;
    color: #fff;
    background:
      radial-gradient(circle at 100% 0%, rgba(14, 165, 233, 0.28), transparent 38%),
      radial-gradient(circle at 0% 100%, rgba(79, 70, 229, 0.32), transparent 36%),
      linear-gradient(135deg, #0b1427, #14274a);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.2);
    overflow: hidden;
  }

  .wc-home-solution-badge {
    display: inline-flex;
    padding: 7px 11px;
    border: 1px solid rgba(165, 180, 252, 0.26);
    border-radius: 999px;
    color: #c7d2fe;
    background: rgba(99, 102, 241, 0.12);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .wc-home-solution-copy h2 {
    margin: 17px 0 14px;
    max-width: 560px;
    font-size: clamp(31px, 4vw, 47px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.045em;
  }

  .wc-home-solution-copy > p {
    max-width: 560px;
    color: #bdc9dc;
    font-size: 14px;
    line-height: 1.72;
  }

  .wc-home-solution-copy ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin: 24px 0 27px;
    padding: 0;
    list-style: none;
  }

  .wc-home-solution-copy li {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #e2e8f0;
    font-size: 11px;
    font-weight: 700;
  }

  .wc-home-solution-copy li span {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    color: #a5b4fc;
    background: rgba(255, 255, 255, 0.08);
    font-size: 8px;
    font-weight: 900;
  }

  .wc-home-solution-preview {
    position: relative;
  }

  .wc-home-solution-preview::before {
    content: "";
    position: absolute;
    inset: 12% 10%;
    border-radius: 50%;
    background: rgba(56, 189, 248, 0.18);
    filter: blur(35px);
  }

  .wc-home-solution-window {
    position: relative;
    z-index: 2;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.21);
    border-radius: 24px;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 30px 65px rgba(0, 0, 0, 0.28);
    transform: rotate(1.5deg);
  }

  .wc-home-solution-window-top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
    color: #64748b;
    font-size: 9px;
    font-weight: 800;
  }

  .wc-home-solution-window-top div {
    display: flex;
    gap: 4px;
  }

  .wc-home-solution-window-top i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #cbd5e1;
  }

  .wc-home-solution-window-top i:first-child { background: #818cf8; }
  .wc-home-solution-window-top b { color: #4f46e5; }

  .wc-home-solution-progress {
    height: 5px;
    margin: 14px 0 21px;
    border-radius: 999px;
    background: #e9edf5;
    overflow: hidden;
  }

  .wc-home-solution-progress span {
    display: block;
    width: 50%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #4f46e5, #0ea5e9);
  }

  .wc-home-solution-question small,
  .wc-home-solution-question strong {
    display: block;
  }

  .wc-home-solution-question small {
    color: #64748b;
    font-size: 9px;
  }

  .wc-home-solution-question strong {
    margin-top: 3px;
    font-size: 14px;
  }

  .wc-home-solution-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
  }

  .wc-home-solution-options span {
    padding: 11px;
    border: 1px solid #e2e8f0;
    border-radius: 11px;
    color: #475569;
    background: #f8fafc;
    font-size: 9px;
    font-weight: 800;
  }

  .wc-home-solution-options .is-selected {
    color: #3730a3;
    border-color: #818cf8;
    background: #eef2ff;
  }

  .wc-home-solution-result {
    display: grid;
    gap: 3px;
    margin-top: 14px;
    padding: 13px 14px;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, #312e81, #0369a1);
  }

  .wc-home-solution-result span,
  .wc-home-solution-result small {
    color: #c7d2fe;
    font-size: 8px;
  }

  .wc-home-solution-result strong {
    font-size: 12px;
  }

  /* ANIMATION */
  .wc-home-reveal {
    opacity: 0;
    transform: translateY(24px);
    animation: wcHomeFadeUp 0.75s ease forwards;
  }

  .wc-home-delay-1 { animation-delay: 0.10s; }
  .wc-home-delay-2 { animation-delay: 0.22s; }
  .wc-home-delay-3 { animation-delay: 0.34s; }
  .wc-home-delay-4 { animation-delay: 0.46s; }

  @keyframes wcHomeFadeUp {
    0% {
      opacity: 0;
      transform: translateY(24px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* RESPONSIVE */
  @media (max-width: 1100px){
    .wc-home-service-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .wc-home-strength-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .wc-home-process-heading,
    .wc-home-portal,
    .wc-home-solution,
    .wc-home-faq {
      grid-template-columns: 1fr;
    }

    .wc-home-process-heading {
      gap: 18px;
    }

    .wc-home-portal {
      gap: 42px;
    }

    .wc-home-faq {
      gap: 34px;
    }
  }

  

  @media (max-width: 640px){

    .wc-home-hero-promises {
      display: grid;
      gap: 9px;
    }

    .wc-home-brand-card {
      padding: 18px;
      border-radius: 24px;
    }

    .wc-home-brand-lockup {
      grid-template-columns: 72px 1fr;
      gap: 14px;
    }

    .wc-home-brand-logo {
      width: 72px;
      height: 72px;
      border-radius: 20px;
    }

    .wc-home-brand-lockup strong {
      font-size: 18px;
    }

    .wc-home-confidence {
      margin-top: -14px;
    }

    .wc-home-confidence-grid {
      grid-template-columns: 1fr 1fr;
      padding: 7px;
      border-radius: 22px;
    }

    .wc-home-confidence-grid div {
      padding: 15px;
      border-right: 0;
      border-bottom: 1px solid #e5e7eb;
    }

    .wc-home-confidence-grid div:nth-child(odd) {
      border-right: 1px solid #e5e7eb;
    }

    .wc-home-confidence-grid div:nth-last-child(-n + 2) {
      border-bottom: 0;
    }

    .wc-home-confidence-grid strong {
      font-size: 18px;
    }

    .wc-home-service-actions {
      flex-direction: column;
      align-items: stretch;
    }
    

    

    

    

    

    

    

    .wc-home-service-card,
    .wc-home-strength-card,
    .wc-home-about-panel {
      border-radius: 22px;
    }

    .wc-home-process,
    .wc-home-portal,
    .wc-home-solution,
    .wc-home-faq {
      padding: 30px 22px;
      border-radius: 26px;
    }

    .wc-home-process-grid {
      grid-template-columns: 1fr;
    }

    .wc-home-step-number {
      margin-bottom: 15px;
    }

    .wc-home-portal {
      gap: 32px;
    }

    .wc-home-solution {
      gap: 34px;
    }

    .wc-home-solution-copy ul {
      grid-template-columns: 1fr;
    }

    .wc-home-solution-window {
      transform: none;
    }

    .wc-home-portal-window {
      padding: 14px;
      border-radius: 20px;
    }

    .wc-home-portal-secure {
      display: none;
    }

    .wc-home-faq-list summary {
      font-size: 14px;
    }

    .wc-home-portfolio-project:first-child,
    .wc-home-portfolio-project:last-child {
      transform: none;
    }

    .wc-home-portfolio-project:first-child:hover,
    .wc-home-portfolio-project:last-child:hover {
      transform: translateY(-4px);
    }

    .wc-home-portfolio-image {
      height: 220px;
    }

    
  }
/* FORMER INLINE STYLES */

.wc-home-inline-6d95727 {
  margin: 0;
  color: var(--wc-text);
  font-weight: 800;
}
