.ga-wc-tool,
  .ga-wc-tool * {
    box-sizing: border-box;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  }

  .ga-wc-tool input,
  .ga-wc-tool select {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 15px;
    line-height: 1.4;
    background: #fff;
    color: #111827;
  }

  .ga-wc-tool input:focus,
  .ga-wc-tool select:focus {
    outline: none;
    border-color: #1d4ed8;
    box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.12);
  }

  .ga-wc-tool .input-group label {
    display: block;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #4b5563;
    margin-bottom: 8px;
  }

  .ga-wc-tool .soft-box {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 16px;
  }

  .ga-wc-tool .station-input-group {
    grid-column: 1 / -1;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #ffffff;
    padding: 14px;
  }

  .ga-wc-tool .station-input-title {
    font-size: 13px;
    font-weight: 850;
    color: #334155;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
  }

  .ga-wc-tool .station-input-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  @media (max-width: 700px) {
    .ga-wc-tool .station-input-grid {
      grid-template-columns: 1fr;
    }
  }

  .ga-wc-tool .section-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
  }

  .ga-wc-tool .section-heading {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 850;
    color: #1f2937;
    margin: 0;
  }

  .ga-wc-tool .section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    border-radius: 9999px;
    background: #1d4ed8;
    color: #fff;
    font-size: 14px;
    font-weight: 850;
    margin-right: 10px;
  }

  .ga-wc-tool .section-helper {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.55;
    margin-top: 6px;
  }

  .ga-wc-tool .choice-grid,
  .ga-wc-tool .process-option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ga-wc-tool .choice-card,
  .ga-wc-tool .process-option {
    position: relative;
  }

  .ga-wc-tool .choice-card input,
  .ga-wc-tool .process-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .ga-wc-tool .choice-card label,
  .ga-wc-tool .process-option label {
    display: block;
    min-height: 100%;
    cursor: pointer;
    border: 1px solid #dbe2ea;
    border-radius: 15px;
    background: #fff;
    padding: 15px 15px 14px 15px;
    transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, transform 0.16s ease;
  }

  .ga-wc-tool .choice-card input:checked + label,
  .ga-wc-tool .process-option input:checked + label {
    border-color: #1d4ed8;
    background: #eff6ff;
    box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.12);
  }

  .ga-wc-tool .choice-card input:focus-visible + label,
  .ga-wc-tool .process-option input:focus-visible + label {
    outline: 3px solid #fff;
    outline-offset: 2px;
    box-shadow: 0 0 0 6px #075f91;
  }

  .ga-wc-tool .choice-card label:hover,
  .ga-wc-tool .process-option label:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  }

  .ga-wc-tool .choice-title,
  .ga-wc-tool .process-option-title {
    font-size: 15px;
    font-weight: 850;
    color: #111827;
    line-height: 1.3;
  }

  .ga-wc-tool .choice-copy,
  .ga-wc-tool .process-option-copy {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.5;
    color: #64748b;
  }

  .ga-wc-tool .multi-select-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding: 8px 11px;
    border-radius: 9999px;
    background: #eef2ff;
    border: 1px solid #c7d2fe;
    color: #3730a3;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
  }

  .ga-wc-tool .selection-summary {
    display: none;
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 13px;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    color: #334155;
    font-size: 14px;
    line-height: 1.55;
  }

  .ga-wc-tool .selection-summary.show {
    display: block;
  }

  .ga-wc-tool .tooltip-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 6px;
    vertical-align: middle;
  }

  .ga-wc-tool .tooltip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 9999px;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 850;
    cursor: help;
  }

  .ga-wc-tool .tooltip-panel {
    position: absolute;
    z-index: 30;
    left: 0;
    top: calc(100% + 10px);
    width: 300px;
    background: #111827;
    color: #fff;
    font-size: 12px;
    line-height: 1.55;
    padding: 10px 12px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(4px);
    transition: all 0.18s ease;
    box-shadow: 0 12px 30px rgba(0,0,0,0.16);
  }

  .ga-wc-tool .tooltip-wrapper:hover .tooltip-panel,
  .ga-wc-tool .tooltip-wrapper:focus-within .tooltip-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .ga-wc-tool .mini-callout {
    border-left: 4px solid #1d4ed8;
    background: #eff6ff;
    color: #1e3a8a;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.65;
  }

  .ga-wc-tool .hidden-section {
    display: none;
  }

  .ga-wc-tool .result-card {
    position: relative;
    border: 1px solid #d7e0ec;
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055);
  }

  .ga-wc-tool .result-card + .result-card {
    margin-top: 16px;
  }

  .ga-wc-tool .result-card-header {
    padding: 18px 20px 16px 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 70%);
    border-bottom: 1px solid #edf2f7;
  }

  .ga-wc-tool .result-header-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    overflow: visible;
  }

  .ga-wc-tool .result-image {
    width: 132px;
    height: 92px;
    object-fit: contain;
    border-radius: 16px;
    background: #ffffff;
    border: 0;
    padding: 0;
    box-shadow: none;
    pointer-events: none;
  }

  .ga-wc-tool .station-image-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
  }

  .ga-wc-tool .station-image-card {
    flex: 1 1 92px;
    min-width: 86px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
    padding: 8px;
    text-align: center;
  }

  .ga-wc-tool .station-image-card img {
    width: 100%;
    height: 56px;
    object-fit: contain;
    display: block;
    margin: 0 auto 6px auto;
  }

  .ga-wc-tool .station-image-card span {
    display: block;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 850;
    color: #334155;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }

  .ga-wc-tool .result-card.tone-teal { border-top: 3px solid #1d4ed8; }
  .ga-wc-tool .result-card.tone-blue { border-top: 3px solid #1d4ed8; }
  .ga-wc-tool .result-card.tone-amber { border-top: 3px solid #d97706; }
  .ga-wc-tool .result-card.tone-slate { border-top: 3px solid #475569; }
  .ga-wc-tool .result-card.tone-red { border-top: 3px solid #b91c1c; }

  .ga-wc-tool .result-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 9999px;
    padding: 5px 9px;
    background: #f1f5f9;
    color: #475569;
    font-size: 10px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
  }

  .ga-wc-tool .tone-teal .result-kicker {
    background: #dbeafe;
    color: #3730a3;
  }

  .ga-wc-tool .tone-blue .result-kicker {
    background: #eef2ff;
    color: #3730a3;
  }

  .ga-wc-tool .tone-amber .result-kicker {
    background: #fffbeb;
    color: #92400e;
  }

  .ga-wc-tool .tone-red .result-kicker {
    background: #fef2f2;
    color: #991b1b;
  }

  .ga-wc-tool .result-title {
    font-size: 24px;
    line-height: 1.15;
    font-weight: 850;
    color: #0f172a;
    margin: 0;
    letter-spacing: -0.025em;
  }

  .ga-wc-tool .result-subtitle {
    margin-top: 7px;
    color: #475569;
    line-height: 1.5;
    font-size: 14px;
    max-width: 72ch;
  }

  .ga-wc-tool .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 13px;
  }

  .ga-wc-tool .tag {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
    border: 1px solid #dbeafe;
    background: #ffffff;
    color: #334155;
  }

  .ga-wc-tool .result-body {
    padding: 16px 20px 18px 20px;
  }

  .ga-wc-tool .result-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 12px;
    align-items: stretch;
  }

  .ga-wc-tool .detail-block {
    border: 1px solid #e5ebf3;
    border-radius: 14px;
    padding: 13px 14px;
    background: #fbfdff;
  }

  .ga-wc-tool .detail-block h5 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #64748b;
    font-weight: 850;
    margin: 0 0 7px 0;
  }

  .ga-wc-tool .detail-block p {
    margin: 0;
    font-size: 13px;
    color: #334155;
    line-height: 1.6;
  }

  .ga-wc-tool .detail-block.warn {
    border-color: #fbbf24;
    background: #fffbeb;
  }

  .ga-wc-tool .detail-block.warn h5 { color: #92400e; }
  .ga-wc-tool .detail-block.warn p { color: #78350f; }

  .ga-wc-tool .snapshot-list {
    margin: 0;
    padding-left: 17px;
  }

  .ga-wc-tool .snapshot-list li {
    margin-top: 6px;
    color: #334155;
    line-height: 1.5;
    font-size: 13px;
  }

  .ga-wc-tool .footer-note {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
    color: #64748b;
    font-size: 12.5px;
    line-height: 1.55;
  }

  .ga-wc-tool .cta-panel {
    display: none;
    margin-top: 18px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #93c5fd;
    background: #eff6ff;
    color: #3730a3;
  }

  .ga-wc-tool .cta-panel.show { display: block; }

  .ga-wc-tool .cta-panel.warn {
    border-color: #c7d2fe;
    background: #eef2ff;
    color: #1e3a8a;
  }

  .ga-wc-tool .cta-panel-inner {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }

  .ga-wc-tool .cta-icon {
    font-size: 20px;
    line-height: 1;
  }

  .ga-wc-tool .cta-title {
    font-weight: 850;
    margin-bottom: 4px;
  }

  .ga-wc-tool .cta-panel p {
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
  }

  .ga-wc-tool .cta-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
  }

  .ga-wc-tool .ll-feature-box {
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(234, 88, 12, 0.28);
    background: linear-gradient(135deg, rgba(255, 247, 237, 0.96) 0%, rgba(254, 242, 242, 0.96) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
  }

  .ga-wc-tool .ll-feature-title {
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #c2410c;
  }

  .ga-wc-tool .ll-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 16px;
  }

  .ga-wc-tool .ll-feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #7c2d12;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
  }

  .ga-wc-tool .ll-feature-check {
    flex: 0 0 auto;
    color: #dc2626;
    font-size: 14px;
    line-height: 1;
  }

  .ga-wc-tool .ll-partner-note {
    margin-top: 12px !important;
    color: #7c2d12 !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
    font-style: italic;
  }

  .ga-wc-tool .cta-panel {
    border-color: #22c55e;
    background: #ecfdf5;
    color: #065f46;
  }

  .ga-wc-tool .cta-panel.warn {
    border-color: #22c55e;
    background: #ecfdf5;
    color: #065f46;
  }

  .ga-wc-tool .cta-panel .cta-icon {
    color: #16a34a;
  }

  .ga-wc-tool .cta-panel .cta-title {
    color: #065f46;
  }

  .ga-wc-tool .cta-panel .ga-btn-primary {
    color: #ffffff;
    background: #047857;
    border-color: #047857;
    box-shadow: none;
  }

  .ga-wc-tool .cta-panel .ga-btn-primary:hover {
    background: #065f46;
    border-color: #065f46;
    box-shadow: none;
  }

  .ga-wc-tool .cta-panel .ga-btn-secondary {
    color: #065f46;
    background: #ffffff;
    border-color: #047857;
    box-shadow: none;
  }

  .ga-wc-tool .cta-panel .ga-btn-secondary:hover {
    color: #064e3b;
    border-color: #065f46;
    background: #f0fdf4;
    box-shadow: none;
  }

  .ga-wc-tool .ga-action-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
  }

  .ga-wc-tool .ga-btn {
    appearance: none;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    border-radius: 9999px;
    padding: 13px 22px;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.1;
    letter-spacing: -0.01em;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
  }

  .ga-wc-tool .ga-btn:hover {
    transform: translateY(-1px);
  }

  .ga-wc-tool .ga-btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #1d4ed8 0%, #3730a3 100%);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 12px 24px rgba(29, 78, 216, 0.22), inset 0 1px 0 rgba(255,255,255,0.18);
  }

  .ga-wc-tool .ga-btn-primary:hover {
    background: linear-gradient(135deg, #1e40af 0%, #312e81 100%);
    box-shadow: 0 16px 30px rgba(29, 78, 216, 0.28), inset 0 1px 0 rgba(255,255,255,0.2);
  }

  .ga-wc-tool .ga-btn-secondary {
    color: #334155;
    background: #ffffff;
    border-color: #cbd5e1;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  }

  .ga-wc-tool .ga-btn-secondary:hover {
    color: #1d4ed8;
    border-color: #5eead4;
    background: #f8fafc;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  }

  .ga-wc-tool .ga-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 9999px;
    background: rgba(255,255,255,0.18);
    font-size: 13px;
    line-height: 1;
  }

  .ga-wc-tool .ga-btn-secondary .ga-btn-icon {
    background: #dbeafe;
    color: #1d4ed8;
  }

  .ga-wc-tool .ga-accordion-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #ffffff;
    color: #0f172a;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
    transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease, background 0.16s ease;
  }

  .ga-wc-tool .ga-accordion-btn:hover {
    transform: translateY(-1px);
    border-color: #99f6e4;
    background: #fbfdff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
  }

  .ga-wc-tool .ga-accordion-btn h4 {
    margin: 0;
    min-width: 0;
    flex: 1 1 auto;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .ga-wc-tool .ga-accordion-caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 9999px;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 14px;
    transition: transform 0.25s ease;
  }

  .ga-wc-tool .explain-box h4 {
    font-size: 20px;
    font-weight: 850;
    color: #111827;
    margin-bottom: 12px;
  }

  .ga-wc-tool .explain-box h5 {
    font-size: 14px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #374151;
    margin-bottom: 8px;
  }

  .ga-wc-tool .explain-box p,
  .ga-wc-tool .explain-box li {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
  }

  .ga-wc-tool .mobile-sticky {
    display: none;
  }

  @media (max-width: 860px) {
    .ga-wc-tool .result-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 700px) {
    .ga-wc-tool {
      width: 100% !important;
      max-width: 100% !important;
      overflow-x: hidden;
      border-radius: 14px !important;
      padding: 16px !important;
    }

    .ga-wc-tool h2 {
      font-size: 26px !important;
      line-height: 1.12 !important;
      letter-spacing: -0.02em;
    }

    .ga-wc-tool .soft-box {
      padding: 14px;
      border-radius: 14px;
    }

    .ga-wc-tool .section-title-row {
      display: block;
      margin-bottom: 14px;
    }

    .ga-wc-tool .section-heading {
      align-items: flex-start;
      font-size: 18px;
      line-height: 1.25;
    }

    .ga-wc-tool .section-number {
      flex: 0 0 28px;
      min-width: 28px;
      width: 28px;
      height: 28px;
      margin-right: 9px;
      margin-top: -2px;
      font-size: 13px;
    }

    .ga-wc-tool .choice-grid,
    .ga-wc-tool .process-option-grid {
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .ga-wc-tool .choice-card label,
    .ga-wc-tool .process-option label {
      padding: 14px;
      border-radius: 14px;
    }

    .ga-wc-tool input,
    .ga-wc-tool select {
      max-width: 100%;
      min-height: 48px;
      font-size: 16px;
    }

    .ga-wc-tool .tooltip-wrapper {
      position: static;
    }

    .ga-wc-tool .tooltip-panel {
      left: 16px;
      right: 16px;
      width: auto;
      max-width: calc(100vw - 32px);
    }

    .ga-wc-tool .result-card-header,
    .ga-wc-tool .result-body {
      padding: 16px;
    }

    .ga-wc-tool .result-header-layout {
      grid-template-columns: 1fr;
      gap: 12px;
    }

    .ga-wc-tool .result-image {
      width: 100%;
      height: 132px;
      justify-self: stretch;
    }

    .ga-wc-tool .result-title {
      font-size: 21px;
      line-height: 1.18;
    }

    .ga-wc-tool .tag {
      white-space: normal;
      line-height: 1.25;
    }

    .ga-wc-tool .cta-panel-inner {
      display: block;
    }

    .ga-wc-tool .cta-icon {
      margin-bottom: 8px;
    }

    .ga-wc-tool .cta-button-row,
    .ga-wc-tool .ga-action-row {
      display: grid;
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .ga-wc-tool .ll-feature-grid {
      grid-template-columns: 1fr;
      gap: 8px;
    }

    .ga-wc-tool .desktop-action-row [data-ga-key="calculateBtn"] {
      display: none;
    }

    .ga-wc-tool .ga-btn {
      width: 100%;
      min-height: 48px;
      padding: 13px 16px;
      border-radius: 14px;
      font-size: 14px;
      white-space: normal;
      text-align: center;
    }

    .ga-wc-tool .mobile-sticky {
      display: block;
      position: sticky;
      bottom: 10px;
      z-index: 20;
      margin-top: 16px;
      background: rgba(255,255,255,0.94);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      border: 1px solid #dbe2ea;
      border-radius: 16px;
      padding: 10px;
      box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
    }
  }

/* Modern introduction and source-synchronized Guided Experience layer. */
.ga-wc-tool {
  position: relative;
  isolation: isolate;
  color-scheme: light;
  --ga-indigo:#3730a3;
  --ga-blue:#1d4ed8;
  --ga-green:#15803d;
  --ga-amber:#b45309;
  --ga-red:#b91c1c;
  --ga-gray-950:#111827;
  --ga-gray-900:#111827;
  --ga-gray-800:#1f2937;
  --ga-gray-700:#374151;
  --ga-gray-600:#4b5563;
  --ga-gray-500:#6b7280;
  --ga-gray-300:#d1d5db;
  --ga-gray-200:#e5e7eb;
  --ga-gray-100:#f3f4f6;
  --ga-gray-50:#f9fafb;
  --ga-guide-scroll-offset:104px;
  width:100% !important;
  max-width:1120px !important;
  margin:0 auto !important;
  padding:20px !important;
  border:1px solid var(--ga-gray-200) !important;
  border-top:8px solid var(--ga-indigo) !important;
  border-radius:22px !important;
  background:#fff !important;
  color:var(--ga-gray-950);
  box-shadow:0 24px 60px rgba(15,23,42,.14) !important;
  line-height:1.5;
  overflow:visible !important;
}
.ga-wc-tool [hidden]{display:none!important;}
.ga-wc-tool .ga-experience-controls{padding:0 2px;}
.ga-wc-tool .ga-quick-mode>.soft-box+.soft-box{margin-top:22px;}
.ga-wc-tool .ga-quick-mode>.ga-action-row{margin-top:28px;}
.ga-wc-tool .ga-quick-mode>.mobile-sticky{margin-top:18px;}
.ga-wc-tool.is-guided-mode>.mobile-sticky,
.ga-wc-tool.is-guided-mode .ga-quick-mode .mobile-sticky{display:none!important;}
.ga-wc-tool .ga-progress-shell,
.ga-wc-tool [data-ga-key="resultWrap"]{scroll-margin-top:var(--ga-guide-scroll-offset,104px);}

.ga-wc-tool .ga-hero{position:relative;overflow:hidden;border:1px solid #dbe4f0;border-radius:22px;padding:34px 30px 28px;background:radial-gradient(circle at 10% 5%,rgba(79,70,229,.14),transparent 34%),radial-gradient(circle at 92% 12%,rgba(37,99,235,.10),transparent 30%),linear-gradient(135deg,#fff 0%,#f8faff 58%,#f5f3ff 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.92);text-align:center;}
.ga-wc-tool .ga-hero:before,.ga-wc-tool .ga-hero:after{content:"";position:absolute;border-radius:999px;pointer-events:none;}
.ga-wc-tool .ga-hero:before{width:160px;height:160px;top:-104px;right:7%;border:28px solid rgba(99,102,241,.055);}
.ga-wc-tool .ga-hero:after{width:108px;height:108px;bottom:-68px;left:6%;border:22px solid rgba(37,99,235,.05);}
.ga-wc-tool .ga-hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto;}
.ga-wc-tool .ga-hero-badge{display:inline-flex;align-items:center;gap:8px;margin:0;border:1px solid #c7d2fe;border-radius:999px;padding:7px 11px;background:rgba(255,255,255,.88);color:#4338ca;box-shadow:0 6px 18px rgba(79,70,229,.08);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;}
.ga-wc-tool .ga-hero-badge-mark{width:8px;height:8px;border-radius:2px;background:linear-gradient(135deg,#4f46e5,#2563eb);transform:rotate(45deg);}
.ga-wc-tool .ga-hero h2{max-width:900px;margin:14px auto 0;color:var(--ga-gray-950);font-size:clamp(31px,5vw,46px);line-height:1.08;letter-spacing:-.035em;text-align:center;font-weight:900;}
.ga-wc-tool .ga-hero-lead{max-width:830px;margin:16px auto 0;color:var(--ga-gray-700);font-size:clamp(15px,2vw,17px);line-height:1.65;}
.ga-wc-tool .ga-hero-features{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:9px;margin-top:20px;}
.ga-wc-tool .ga-hero-feature{display:inline-flex;align-items:center;gap:7px;border:1px solid #dbe4f0;border-radius:999px;padding:8px 11px;background:rgba(255,255,255,.86);color:#334155;box-shadow:0 5px 14px rgba(15,23,42,.04);font-size:12px;font-weight:700;line-height:1;}
.ga-wc-tool .ga-hero-feature-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:11px;font-weight:900;}
.ga-wc-tool .ga-hero-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 14px;margin-top:18px;color:var(--ga-gray-500);font-size:12px;line-height:1.5;}
.ga-wc-tool .ga-hero-links-label{color:#64748b;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;}
.ga-wc-tool .ga-hero-links a{display:inline-flex;align-items:center;gap:6px;color:#1d4ed8;font-weight:700;text-decoration:none;}
.ga-wc-tool .ga-hero-links a:before{content:"↗";color:#6366f1;font-weight:900;}
.ga-wc-tool .ga-hero-links a:hover,.ga-wc-tool .ga-hero-links a:focus-visible{text-decoration:underline;}

.ga-wc-tool .ga-mode-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-width:720px;margin:24px auto 0;padding:6px;border:1px solid #dbe4f0;border-radius:16px;background:#f8fafc;}
.ga-wc-tool .ga-mode-button{display:flex;align-items:center;gap:11px;min-width:0;border:1px solid transparent;border-radius:12px;padding:11px 14px;background:transparent;color:var(--ga-gray-600);cursor:pointer;font:inherit;text-align:left;transition:background .2s,border-color .2s,color .2s,box-shadow .2s,transform .2s;white-space:normal!important;}
.ga-wc-tool .ga-mode-button:hover{background:#fff;color:var(--ga-gray-950);}
.ga-wc-tool .ga-mode-button.is-active{border-color:#c7d2fe;background:#fff;color:#312e81;box-shadow:0 6px 16px rgba(55,48,163,.10);}
.ga-wc-tool .ga-mode-button strong,.ga-wc-tool .ga-mode-button small{display:block;}
.ga-wc-tool .ga-mode-button strong{font-size:14px;}.ga-wc-tool .ga-mode-button small{margin-top:2px;color:var(--ga-gray-500);font-size:11px;line-height:1.35;}
.ga-wc-tool .ga-mode-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border-radius:10px;background:#eef2ff;color:#4f46e5;font-size:16px;font-weight:900;}
.ga-wc-tool .ga-form-note{display:flex;align-items:flex-start;gap:11px;max-width:950px;margin:16px auto 0;border:1px solid #fde68a;border-radius:14px;padding:12px 14px;background:linear-gradient(135deg,#fffbeb,#fffdf7);color:#78350f;box-shadow:0 6px 16px rgba(180,83,9,.05);font-size:12px;line-height:1.6;}
.ga-wc-tool .ga-form-note-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex:0 0 24px;margin-top:1px;border-radius:999px;background:#fef3c7;color:#92400e;font-size:12px;font-weight:900;}

.ga-wc-tool .ga-progress-shell{margin-top:20px;border:1px solid #dbe4f0;border-radius:18px;padding:15px 16px 13px;background:linear-gradient(135deg,#fbfdff 0%,#f5f7ff 100%);box-shadow:0 10px 26px rgba(15,23,42,.05);}
.ga-wc-tool .ga-progress-meta{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px;color:var(--ga-gray-600);font-size:12px;font-weight:700;}
.ga-wc-tool .ga-progress-bar{height:7px;overflow:hidden;border-radius:999px;background:#e5e7eb;}
.ga-wc-tool .ga-progress-bar span{display:block;width:20%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#4f46e5 0%,#2563eb 55%,#0ea5e9 100%);transition:width .35s ease;}
.ga-wc-tool .ga-step-track{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:13px;}
.ga-wc-tool .ga-step-node{display:flex;align-items:center;justify-content:center;gap:7px;min-width:0;border:0;padding:5px 2px;background:transparent;color:#94a3b8;cursor:pointer;font:inherit;font-size:11px;font-weight:700;}
.ga-wc-tool .ga-step-node:disabled{cursor:not-allowed;opacity:.68;}
.ga-wc-tool .ga-step-node.is-current,.ga-wc-tool .ga-step-node.is-complete{color:#3730a3;}
.ga-wc-tool .ga-step-number{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;flex:0 0 25px;border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#64748b;transition:all .2s ease;}
.ga-wc-tool .ga-step-node.is-current .ga-step-number{border-color:#4f46e5;background:#4f46e5;color:#fff;box-shadow:0 0 0 4px rgba(79,70,229,.12);}
.ga-wc-tool .ga-step-node.is-complete .ga-step-number{border-color:#16a34a;background:#dcfce7;color:#166534;}

.ga-wc-tool .ga-guided-layout{display:grid;grid-template-columns:minmax(0,1fr) 288px;gap:20px;align-items:start;margin-top:20px;}
.ga-wc-tool .ga-guide-main{min-width:0;}
.ga-wc-tool .ga-guide-step{position:relative;min-height:610px;border:1px solid #dbe4f0;border-radius:20px;padding:24px;background:radial-gradient(circle at 100% 0%,rgba(79,70,229,.07),transparent 34%),linear-gradient(180deg,#fff 0%,#fbfdff 100%);box-shadow:0 18px 42px rgba(15,23,42,.08);animation:ga-wc-step-in .28s ease both;}
@keyframes ga-wc-step-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.ga-wc-tool .ga-guide-heading{max-width:800px;margin-bottom:22px;}
.ga-wc-tool .ga-guide-kicker{display:inline-flex;margin-bottom:6px;color:#4f46e5;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;}
.ga-wc-tool .ga-guide-heading h3{margin:0;color:var(--ga-gray-950);font-size:clamp(24px,4vw,32px);line-height:1.18;font-weight:800;letter-spacing:-.015em;}
.ga-wc-tool .ga-guide-heading p{margin:9px 0 0;color:var(--ga-gray-600);font-size:15px;line-height:1.65;}
.ga-wc-tool .ga-guide-stack{display:grid;gap:16px;}
.ga-wc-tool .ga-guide-panel{min-width:0;border:1px solid #dbe4f0;border-radius:17px;padding:17px;background:#fff;box-shadow:0 8px 20px rgba(15,23,42,.04);}
.ga-wc-tool .ga-guide-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px;}
.ga-wc-tool .ga-guide-panel-head h4{margin:0;color:var(--ga-gray-900);font-size:16px;line-height:1.35;font-weight:850;}
.ga-wc-tool .ga-guide-panel-head p{margin:5px 0 0;color:var(--ga-gray-500);font-size:11px;line-height:1.55;}
.ga-wc-tool .ga-required-chip{display:inline-flex;flex:0 0 auto;border-radius:999px;padding:5px 9px;background:#e0e7ff;color:#4338ca;font-size:9px;font-weight:900;letter-spacing:.03em;text-transform:uppercase;}
.ga-wc-tool .ga-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.ga-wc-tool .ga-choice-grid.ga-grid-4{grid-template-columns:repeat(4,minmax(0,1fr));}
.ga-wc-tool .ga-guide-choice-wrap{position:relative;display:flex;min-width:0;}
.ga-wc-tool .ga-guide-choice{position:relative;display:grid;grid-template-columns:44px minmax(0,1fr) 24px;gap:13px;align-items:center;width:100%;min-width:0;min-height:126px;border:1px solid #dbe4f0;border-radius:16px;padding:17px;background:#fff;color:var(--ga-gray-950);cursor:pointer;font:inherit;text-align:left;white-space:normal!important;overflow-wrap:anywhere;word-break:normal;transition:transform .18s,border-color .18s,box-shadow .18s,background .18s;}
.ga-wc-tool .ga-guide-choice:hover{transform:translateY(-2px);border-color:#818cf8;box-shadow:0 12px 24px rgba(79,70,229,.10);}
.ga-wc-tool .ga-guide-choice.is-selected{border-color:#4f46e5;background:#eef2ff;box-shadow:0 0 0 2px rgba(79,70,229,.11),0 10px 20px rgba(79,70,229,.08);}
.ga-wc-tool .ga-choice-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;background:#eef2ff;color:#4338ca;font-size:21px;font-weight:900;}
.ga-wc-tool .ga-choice-copy{min-width:0;}
.ga-wc-tool .ga-choice-copy strong,.ga-wc-tool .ga-choice-copy small{display:block;white-space:normal!important;overflow-wrap:anywhere;}
.ga-wc-tool .ga-choice-copy strong{color:#111827;font-size:15px;line-height:1.35;}
.ga-wc-tool .ga-choice-copy small{margin-top:6px;color:#64748b;font-size:11px;line-height:1.5;}
.ga-wc-tool .ga-choice-check{display:inline-flex;align-items:center;justify-content:center;width:23px;height:23px;border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:transparent;font-size:13px;font-weight:900;}
.ga-wc-tool .ga-guide-choice.is-selected .ga-choice-check{border-color:#4f46e5;background:#4f46e5;color:#fff;}
.ga-wc-tool .ga-guide-multi-note,.ga-wc-tool .ga-learning-card{display:flex;align-items:flex-start;gap:10px;margin-bottom:15px;border:1px solid #c7d2fe;border-radius:13px;padding:11px 13px;background:#eef2ff;color:#312e81;font-size:12px;line-height:1.55;}
.ga-wc-tool .ga-learning-card{margin:15px 0 0;border-color:#bfdbfe;background:#eff6ff;color:#1e3a8a;}
.ga-wc-tool .ga-note-icon{display:inline-flex;align-items:center;justify-content:center;width:23px;height:23px;flex:0 0 23px;border-radius:999px;background:#4f46e5;color:#fff;font-size:11px;font-weight:900;}
.ga-wc-tool .ga-guide-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start;}
.ga-wc-tool .ga-guide-field-grid.ga-grid-1{grid-template-columns:1fr;}
.ga-wc-tool .ga-guide-field-grid.ga-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));}
.ga-wc-tool .ga-guide-field{display:block;min-width:0;border-radius:12px;}
.ga-wc-tool .ga-guide-field-label{display:flex;align-items:center;flex-wrap:wrap;gap:4px;min-height:0;margin-bottom:8px;color:#4b5563;font-size:11px;font-weight:850;letter-spacing:.07em;line-height:1.35;text-transform:uppercase;}
.ga-wc-tool .ga-guide-field input,.ga-wc-tool .ga-guide-field select{width:100%;min-width:0;max-width:100%;min-height:46px;border:1px solid #cbd5e1;border-radius:11px;padding:10px 12px;background:#fff;color:#111827;font:inherit;font-size:14px;line-height:1.4;}
.ga-wc-tool .ga-guide-field select{padding-right:38px;text-overflow:ellipsis;}
.ga-wc-tool .ga-guide-field input:focus,.ga-wc-tool .ga-guide-field select:focus{outline:3px solid rgba(37,99,235,.18);outline-offset:2px;border-color:#4f46e5;}
.ga-wc-tool .ga-field-note{display:block;margin-top:6px;color:#64748b;font-size:10px;line-height:1.5;}
.ga-wc-tool .ga-guide-subgroup{margin-top:14px;border:1px solid #e2e8f0;border-radius:14px;padding:14px;background:#fbfdff;}
.ga-wc-tool .ga-guide-subgroup:first-child{margin-top:0;}
.ga-wc-tool .ga-guide-subgroup-title{margin:0 0 11px;color:#334155;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;}
.ga-wc-tool .ga-inline-note{margin-top:13px;border-left:4px solid #4f46e5;border-radius:10px;padding:10px 12px;background:#eef2ff;color:#312e81;font-size:11px;line-height:1.6;}
.ga-wc-tool .ga-empty-state{border:1px dashed #cbd5e1;border-radius:15px;padding:18px;background:#f8fafc;color:#475569;text-align:center;}
.ga-wc-tool .ga-empty-state strong,.ga-wc-tool .ga-empty-state span{display:block;}.ga-wc-tool .ga-empty-state strong{color:#1f2937;font-size:14px;}.ga-wc-tool .ga-empty-state span{margin-top:5px;font-size:11px;line-height:1.55;}

.ga-wc-tool .ga-guide-tooltip{position:relative;display:inline-flex;align-items:center;justify-content:center;margin-left:3px;vertical-align:middle;z-index:7;}
.ga-wc-tool .ga-guide-tooltip-icon{display:inline-flex;align-items:center;justify-content:center;width:19px;height:19px;border-radius:999px;background:#e0e7ff;color:#4338ca;font-size:11px;font-weight:900;cursor:help;box-shadow:0 0 0 2px rgba(255,255,255,.9);}
.ga-wc-tool .ga-guide-tooltip-panel{position:absolute;z-index:9999;left:0;top:calc(100% + 9px);width:300px;max-width:calc(100vw - 40px);border-radius:10px;padding:10px 12px;background:#111827;color:#fff;box-shadow:0 14px 32px rgba(0,0,0,.19);font-size:12px;font-weight:500;letter-spacing:0;line-height:1.55;text-align:left;text-transform:none;overflow-wrap:anywhere;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .16s,visibility .16s,transform .16s;pointer-events:none;}
.ga-wc-tool .ga-guide-tooltip:hover .ga-guide-tooltip-panel,.ga-wc-tool .ga-guide-tooltip:focus-within .ga-guide-tooltip-panel{opacity:1;visibility:visible;transform:translateY(0);}

.ga-wc-tool .ga-guide-step-alert{margin-top:15px;border-left:4px solid #dc2626;border-radius:10px;padding:10px 12px;background:#fef2f2;color:#991b1b;font-size:12px;font-weight:700;line-height:1.5;}
.ga-wc-tool [data-guide-group].is-invalid-guide,.ga-wc-tool [data-guide-source].is-invalid-guide{border-color:#ef4444!important;box-shadow:0 0 0 2px rgba(239,68,68,.12)!important;}
.ga-wc-tool .ga-guide-nav{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:23px;padding-top:17px;border-top:1px solid #e5e7eb;}
.ga-wc-tool .ga-guide-nav-end{justify-content:flex-end;}.ga-wc-tool .ga-guide-nav-left{display:flex;gap:8px;}
.ga-wc-tool .ga-guide-button,.ga-wc-tool .ga-text-button{border:0;cursor:pointer;font:inherit;}
.ga-wc-tool .ga-guide-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border-radius:11px;padding:10px 15px;font-size:12px;font-weight:800;transition:transform .18s,background .18s,box-shadow .18s;}
.ga-wc-tool .ga-guide-button:hover{transform:translateY(-1px);}
.ga-wc-tool .ga-guide-button-primary{background:#3730a3;color:#fff;box-shadow:0 8px 18px rgba(55,48,163,.18);}.ga-wc-tool .ga-guide-button-primary:hover{background:#312e81;}
.ga-wc-tool .ga-guide-button-secondary{border:1px solid #d1d5db;background:#fff;color:var(--ga-gray-700);}.ga-wc-tool .ga-guide-button-quiet{background:#f3f4f6;color:var(--ga-gray-600);}
.ga-wc-tool .ga-guide-button-reveal{min-height:48px;padding-inline:20px;background:linear-gradient(135deg,#4f46e5 0%,#2563eb 100%);color:#fff;box-shadow:0 12px 24px rgba(37,99,235,.24);}.ga-wc-tool .ga-guide-button-reveal[disabled]{opacity:.65;cursor:wait;transform:none;}

.ga-wc-tool .ga-profile-sticky{position:sticky;top:18px;border:1px solid #dbe4f0;border-radius:18px;padding:16px;background:linear-gradient(180deg,#172554 0%,#1e3a8a 100%);color:#fff;box-shadow:0 18px 36px rgba(30,58,138,.22);}
.ga-wc-tool .ga-profile-head{display:flex;align-items:center;gap:10px;padding-bottom:13px;border-bottom:1px solid rgba(255,255,255,.15);}
.ga-wc-tool .ga-profile-mark{display:inline-flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:11px;background:rgba(255,255,255,.13);color:#93c5fd;}
.ga-wc-tool .ga-profile-head span,.ga-wc-tool .ga-profile-head strong{display:block;}.ga-wc-tool .ga-profile-head div>span{color:#bfdbfe;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;}.ga-wc-tool .ga-profile-head strong{margin-top:2px;font-size:12px;line-height:1.4;}
.ga-wc-tool .ga-profile-list{margin:13px 0 0;}.ga-wc-tool .ga-profile-list div{display:grid;grid-template-columns:80px minmax(0,1fr);gap:8px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.11);}.ga-wc-tool .ga-profile-list dt{color:#bfdbfe;font-size:10px;font-weight:700;}.ga-wc-tool .ga-profile-list dd{margin:0;color:#fff;font-size:10px;font-weight:700;line-height:1.45;text-align:right;overflow-wrap:anywhere;}
.ga-wc-tool .ga-detail-meter{margin-top:15px;border-radius:13px;padding:12px;background:rgba(255,255,255,.09);}.ga-wc-tool .ga-detail-meter-head{display:flex;justify-content:space-between;gap:10px;color:#dbeafe;font-size:10px;}.ga-wc-tool .ga-detail-meter-head strong{color:#fff;}.ga-wc-tool .ga-detail-track{height:7px;margin-top:8px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.16);}.ga-wc-tool .ga-detail-track span{display:block;width:8%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f59e0b,#22c55e);transition:width .3s ease;}.ga-wc-tool .ga-detail-meter p{margin:8px 0 0;color:#dbeafe;font-size:9px;line-height:1.5;}
.ga-wc-tool .ga-path-status{display:flex;gap:8px;margin-top:13px;}.ga-wc-tool .ga-path-dot{width:8px;height:8px;flex:0 0 8px;margin-top:4px;border-radius:999px;background:#38bdf8;box-shadow:0 0 0 4px rgba(56,189,248,.12);}.ga-wc-tool .ga-path-status p{margin:0;color:#dbeafe;font-size:10px;line-height:1.5;}

.ga-wc-tool .ga-review-card{overflow:hidden;border:1px solid #c7d2fe;border-radius:17px;background:#fff;box-shadow:0 12px 28px rgba(79,70,229,.08);}
.ga-wc-tool .ga-review-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 17px;background:linear-gradient(135deg,#eef2ff 0%,#eff6ff 100%);}.ga-wc-tool .ga-review-head>div{display:flex;align-items:center;gap:10px;}.ga-wc-tool .ga-review-head strong,.ga-wc-tool .ga-review-head small{display:block;}.ga-wc-tool .ga-review-head strong{color:#312e81;font-size:15px;}.ga-wc-tool .ga-review-head small{margin-top:2px;color:#4f46e5;font-size:10px;}.ga-wc-tool .ga-review-icon{display:inline-flex;align-items:center;justify-content:center;width:31px;height:31px;border-radius:999px;background:#22c55e;color:#fff;font-weight:900;}.ga-wc-tool .ga-text-button{background:transparent;color:#4338ca;font-size:11px;font-weight:800;text-decoration:underline;}
.ga-wc-tool .ga-review-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:5px 17px 13px;}.ga-wc-tool .ga-review-item{padding:12px 8px;border-bottom:1px solid #eef2f7;}.ga-wc-tool .ga-review-item span,.ga-wc-tool .ga-review-item strong{display:block;}.ga-wc-tool .ga-review-item span{color:var(--ga-gray-500);font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;}.ga-wc-tool .ga-review-item strong{margin-top:4px;color:var(--ga-gray-800);font-size:12px;line-height:1.45;overflow-wrap:anywhere;}
.ga-wc-tool .ga-review-note{margin-top:14px;border-left:4px solid #4f46e5;border-radius:11px;padding:11px 13px;background:#eef2ff;color:#312e81;font-size:11px;line-height:1.6;}
.ga-wc-tool .ga-reveal-status{display:flex;align-items:center;gap:14px;margin-top:16px;border:1px solid #bfdbfe;border-radius:15px;padding:14px;background:#eff6ff;color:#1e3a8a;}.ga-wc-tool .ga-reveal-spinner{width:30px;height:30px;flex:0 0 30px;border:3px solid #bfdbfe;border-top-color:#2563eb;border-radius:999px;animation:ga-wc-spin .8s linear infinite;}@keyframes ga-wc-spin{to{transform:rotate(360deg)}}.ga-wc-tool .ga-reveal-status strong{font-size:12px;}.ga-wc-tool .ga-reveal-stages{display:flex;flex-wrap:wrap;gap:6px;margin-top:7px;}.ga-wc-tool .ga-reveal-stages span{border-radius:999px;padding:4px 7px;background:#dbeafe;color:#3b82f6;font-size:9px;font-weight:800;}.ga-wc-tool .ga-reveal-stages span.is-active{background:#2563eb;color:#fff;}.ga-wc-tool .ga-reveal-stages span.is-done{background:#dcfce7;color:#166534;}
.ga-wc-tool .ga-quick-intro{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:20px;border:1px solid #dbe4f0;border-radius:15px;padding:14px 16px;background:#f8fafc;}.ga-wc-tool .ga-quick-intro strong{display:block;color:var(--ga-gray-800);font-size:15px;}.ga-wc-tool .ga-quick-intro p{margin:3px 0 0;color:var(--ga-gray-600);font-size:11px;}.ga-wc-tool .ga-quick-intro>span{border-radius:999px;padding:5px 9px;background:#e5e7eb;color:#475569;font-size:10px;font-weight:800;white-space:nowrap;}

@media(max-width:960px){.ga-wc-tool .ga-guided-layout{grid-template-columns:1fr;}.ga-wc-tool .ga-profile-sticky{position:static;}.ga-wc-tool .ga-profile-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px;}}
@media(max-width:780px){
  .ga-wc-tool .ga-choice-grid,.ga-wc-tool .ga-choice-grid.ga-grid-4,.ga-wc-tool .ga-guide-field-grid.ga-grid-3{grid-template-columns:1fr 1fr;}.ga-wc-tool .ga-guide-step{padding:18px;min-height:0;}.ga-wc-tool .ga-step-label{display:none;}
  .ga-wc-tool .ga-guide-tooltip-panel{position:fixed;z-index:9999;left:16px!important;right:16px!important;top:auto;bottom:16px;width:auto;max-width:none;transform:translateY(8px);}
  .ga-wc-tool .ga-guide-tooltip:hover .ga-guide-tooltip-panel,.ga-wc-tool .ga-guide-tooltip:focus-within .ga-guide-tooltip-panel{transform:translateY(0);}
}
@media(max-width:640px){
  .ga-wc-tool{padding:15px!important;border-radius:16px!important;overflow-x:hidden!important;}
  .ga-wc-tool .ga-hero{padding:26px 16px 22px;border-radius:18px;}.ga-wc-tool .ga-hero h2{font-size:clamp(29px,10vw,38px);}.ga-wc-tool .ga-hero-lead{font-size:14px;}.ga-wc-tool .ga-hero-features{gap:7px;margin-top:17px;}.ga-wc-tool .ga-hero-feature{padding:7px 9px;font-size:11px;}.ga-wc-tool .ga-hero-links{align-items:stretch;flex-direction:column;gap:7px;margin-top:16px;}.ga-wc-tool .ga-hero-links a{justify-content:center;}
  .ga-wc-tool .ga-mode-switch,.ga-wc-tool .ga-choice-grid,.ga-wc-tool .ga-choice-grid.ga-grid-4,.ga-wc-tool .ga-guide-field-grid,.ga-wc-tool .ga-guide-field-grid.ga-grid-3,.ga-wc-tool .ga-review-list{grid-template-columns:1fr;}.ga-wc-tool .ga-mode-button{padding:9px;}.ga-wc-tool .ga-mode-button small{display:none;}.ga-wc-tool .ga-step-track{gap:2px;}.ga-wc-tool .ga-step-node{padding-inline:0;}.ga-wc-tool .ga-guide-nav{align-items:stretch;flex-direction:column-reverse;}.ga-wc-tool .ga-guide-nav-end{flex-direction:column;}.ga-wc-tool .ga-guide-nav-left{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));}.ga-wc-tool .ga-guide-button{width:100%;}.ga-wc-tool .ga-profile-list{grid-template-columns:1fr;}.ga-wc-tool .ga-guide-choice{min-height:0;padding:15px;grid-template-columns:40px minmax(0,1fr) 22px;}.ga-wc-tool .ga-choice-icon{width:40px;height:40px;}.ga-wc-tool .ga-quick-intro{align-items:flex-start;flex-direction:column;}.ga-wc-tool .ga-quick-intro>span{white-space:normal;}
}
@media(prefers-reduced-motion:reduce){.ga-wc-tool .ga-guide-step,.ga-wc-tool .ga-reveal-spinner,.ga-wc-tool .ga-guide-choice,.ga-wc-tool .ga-progress-bar span,.ga-wc-tool .ga-detail-track span{animation:none!important;transition:none!important;}}

/* Theme-safe wrapping and a local fallback for the original explanation accordion. */
.ga-wc-tool .choice-card label,
.ga-wc-tool .process-option label,
.ga-wc-tool .choice-title,
.ga-wc-tool .choice-copy,
.ga-wc-tool .process-option-title,
.ga-wc-tool .process-option-copy {
  min-width:0;
  white-space:normal!important;
  overflow-wrap:anywhere;
  word-break:normal;
}
.ga-wc-tool [data-ga-key="explainContent"] {
  overflow:hidden;
  max-height:0;
  transition:max-height .3s ease;
}
.ga-wc-tool [data-ga-key="explainContent"].max-h-\[1000px\] { max-height:1000px; }

/* Local utility subset replacing the original Tailwind CDN dependency. */
.ga-wc-tool { width: 100%; max-width: 64rem; margin-inline: auto; padding: 2rem; background: #fff; color: #111827; border-top: 8px solid #4338ca; border-radius: 1rem; box-shadow: 0 25px 50px -12px rgba(15,23,42,.20); }
.ga-wc-tool.max-w-5xl { max-width: 64rem; }
.ga-wc-tool.mx-auto { margin-left: auto; margin-right: auto; }
.ga-wc-tool.p-4 { padding: 1rem; }
.ga-wc-tool.bg-white, .ga-wc-tool .bg-white { background-color: #fff; }
.ga-wc-tool.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(15,23,42,.20); }
.ga-wc-tool.rounded-2xl { border-radius: 1rem; }
.ga-wc-tool.border-t-8 { border-top-width: 8px; }
.ga-wc-tool.border-indigo-700 { border-color: #4338ca; }
.ga-wc-tool .grid { display: grid; }
.ga-wc-tool .grid-cols-1 { grid-template-columns: minmax(0,1fr); }
.ga-wc-tool .gap-5 { gap: 1.25rem; }
.ga-wc-tool .gap-6 { gap: 1.5rem; }
.ga-wc-tool .max-w-4xl { max-width: 56rem; }
.ga-wc-tool .mt-2 { margin-top: .5rem; }
.ga-wc-tool .mt-4 { margin-top: 1rem; }
.ga-wc-tool .mt-5 { margin-top: 1.25rem; }
.ga-wc-tool .mt-8 { margin-top: 2rem; }
.ga-wc-tool .text-center { text-align: center; }
.ga-wc-tool .text-sm { font-size: .875rem; line-height: 1.25rem; }
.ga-wc-tool .text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.ga-wc-tool .text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.ga-wc-tool .font-semibold { font-weight: 600; }
.ga-wc-tool .font-extrabold { font-weight: 800; }
.ga-wc-tool .uppercase { text-transform: uppercase; }
.ga-wc-tool .tracking-\[0\.22em\] { letter-spacing: .22em; }
.ga-wc-tool .leading-relaxed { line-height: 1.625; }
.ga-wc-tool .text-indigo-700 { color: #4338ca; }
.ga-wc-tool .text-gray-700 { color: #374151; }
.ga-wc-tool .text-gray-900 { color: #111827; }
.ga-wc-tool .overflow-hidden { overflow: hidden; }
.ga-wc-tool .max-h-0 { max-height: 0; }
.ga-wc-tool .transition-all { transition: all .3s ease; }
.ga-wc-tool .duration-300 { transition-duration: .3s; }
.ga-wc-tool .ga-hero { display: none !important; }
.ga-wc-tool .ga-wcm-disclaimer { margin-top: 24px; padding: 13px 15px; border: 1px solid #dbe3ec; border-radius: 12px; background: #f8fafc; color: #475569; font-size: 11px; line-height: 1.65; text-align: left; }
.ga-wc-tool .ga-wcm-disclaimer p { margin: 0; }
.ga-wc-tool .ga-wcm-disclaimer a { color: #1d4ed8; font-weight: 700; }

@media (min-width: 768px) {
  .ga-wc-tool.md\:p-8 { padding: 2rem; }
  .ga-wc-tool .md\:grid-cols-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ga-wc-tool .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
}
@media (max-width: 700px) {
  .ga-wc-tool { padding: 14px !important; border-radius: 14px !important; }
  .ga-wc-tool input[type="number"], .ga-wc-tool input[type="text"], .ga-wc-tool select { font-size: 16px !important; }
}

/* Compact Elementor-column launcher and native full-screen dialog. */
.ga-wcm-embed {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  container-type: inline-size;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.ga-wcm-embed *,
.ga-wcm-embed *::before,
.ga-wcm-embed *::after { box-sizing: border-box; }
.ga-wcm-launch-card {
  width: 100%;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 18px 20px;
  border: 1px solid rgba(79, 198, 255, .28);
  border-radius: 16px;
  background: radial-gradient(circle at 92% 0%, rgba(34, 211, 238, .12), transparent 42%), linear-gradient(145deg, rgba(13, 43, 65, .78), rgba(7, 27, 43, .72));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 16px 36px rgba(0,0,0,.12);
  color: #eaf6ff;
  text-align: left;
  color-scheme: dark;
}
.ga-wcm-launch-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #48d9ff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.ga-wcm-launch-eyebrow::before { width: 22px; height: 2px; flex: 0 0 auto; border-radius: 999px; background: #22d3ee; content: ""; }
.ga-wcm-launch-title { margin: 0; color: #fff; font-size: clamp(20px, 2.2vw, 25px); font-weight: 750; line-height: 1.16; letter-spacing: -.02em; }
.ga-wcm-launch-copy { max-width: 480px; margin: 0; color: #c7dfef; font-size: 14px; line-height: 1.55; }
.ga-wcm-launch-meta { display: flex; flex-wrap: wrap; gap: 7px; margin: 1px 0 0; }
.ga-wcm-launch-meta span { display: inline-flex; align-items: center; min-height: 25px; padding: 4px 9px; border: 1px solid rgba(125,211,252,.2); border-radius: 999px; background: rgba(3,17,29,.32); color: #bcecff; font-size: 11px; font-weight: 700; line-height: 1; }
.ga-wcm-launch-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 14px; margin-top: 3px; }
.ga-wcm-launch-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0;
  padding: 11px 17px;
  border: 1px solid #67e8f9 !important;
  border-radius: 9px;
  background: linear-gradient(135deg, #22d3ee, #38bdf8) !important;
  box-shadow: 0 8px 22px rgba(14,165,233,.22);
  color: #05263a !important;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  text-decoration: none !important;
  text-transform: none;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.ga-wcm-launch-button:hover { transform: translateY(-1px); filter: brightness(1.04); box-shadow: 0 11px 25px rgba(14,165,233,.28); }
.ga-wcm-launch-link { color: #b9e7ff !important; font-size: 12px; font-weight: 700; line-height: 1.4; text-decoration: underline !important; text-decoration-color: rgba(185,231,255,.42) !important; text-underline-offset: 3px; }
.ga-wcm-launch-link:hover { color: #fff !important; }
.ga-wcm-launch-button:focus-visible,
.ga-wcm-launch-link:focus-visible,
.ga-wcm-dialog-close:focus-visible,
.ga-wcm-dialog-standalone:focus-visible { outline: 3px solid #fbbf24 !important; outline-offset: 3px; }

.ga-wcm-dialog {
  position: fixed;
  inset: 0;
  width: 100vw;
  max-width: none;
  height: 100vh;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 12px;
  border: 0;
  background: transparent;
  color: #111827;
  overflow: hidden;
}
.ga-wcm-dialog:not([open]) { display: none !important; }
.ga-wcm-dialog[open] { display: grid; place-items: center; }
.ga-wcm-dialog::backdrop { background: rgba(1,10,19,.78); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.ga-wcm-dialog-shell {
  width: min(1180px, 100%);
  height: calc(100vh - 24px);
  height: calc(100dvh - 24px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(148,163,184,.42);
  border-radius: 18px;
  background: #f4f7fb;
  box-shadow: 0 30px 90px rgba(0,0,0,.38);
  animation: ga-wcm-dialog-in .2s ease-out both;
}
.ga-wcm-dialog-toolbar {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex: 0 0 auto;
  padding: 8px 13px 8px 16px;
  border-bottom: 1px solid rgba(148,163,184,.22);
  background: linear-gradient(135deg,#082337,#0b304a);
  color: #fff;
}
.ga-wcm-dialog-heading { min-width: 0; display: flex; align-items: center; gap: 11px; }
.ga-wcm-dialog-mark { width: 35px; height: 35px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; border: 1px solid rgba(103,232,249,.34); border-radius: 11px; background: rgba(34,211,238,.10); color: #67e8f9; font-size: 17px; }
.ga-wcm-dialog-kicker { display: block; margin: 0 0 2px; color: #8ddfff; font-size: 9px; font-weight: 800; line-height: 1.2; letter-spacing: .12em; text-transform: uppercase; }
.ga-wcm-dialog-title { margin: 0; color: #fff; font-size: 17px; font-weight: 800; line-height: 1.25; letter-spacing: -.01em; }
.ga-wcm-dialog-actions { display: flex; align-items: center; gap: 9px; flex: 0 0 auto; }
.ga-wcm-dialog-standalone { min-height: 40px; display: inline-flex; align-items: center; padding: 8px 10px; border-radius: 8px; color: #c9edff !important; font-size: 11px; font-weight: 750; text-decoration: none !important; }
.ga-wcm-dialog-standalone:hover { background: rgba(255,255,255,.08); color: #fff !important; }
.ga-wcm-dialog-close { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; margin: 0; padding: 8px 10px; border: 1px solid rgba(255,255,255,.24) !important; border-radius: 9px; background: rgba(255,255,255,.08) !important; color: #fff !important; font: inherit; font-size: 12px; font-weight: 750; line-height: 1; letter-spacing: 0; text-transform: none; cursor: pointer; }
.ga-wcm-dialog-close:hover { background: rgba(255,255,255,.14) !important; }
.ga-wcm-dialog-close-icon { font-size: 20px; font-weight: 400; line-height: 1; }
.ga-wcm-dialog-scroll { flex: 1 1 auto; min-height: 0; overflow-y: auto; overflow-x: hidden; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; padding: 20px max(14px, calc((100% - 1024px) / 2)); background: #f4f7fb; scroll-behavior: smooth; }
html.ga-selector-dialog-open { overflow: hidden !important; scrollbar-gutter: stable; }
@keyframes ga-wcm-dialog-in { from { opacity: 0; transform: translateY(10px) scale(.992); } to { opacity: 1; transform: none; } }

@container (max-width: 440px) {
  .ga-wcm-launch-actions { align-items: stretch; flex-direction: column; }
  .ga-wcm-launch-button { width: 100%; }
  .ga-wcm-launch-link { align-self: flex-start; padding: 4px 1px; }
}
@media (max-width: 700px) {
  .ga-wcm-dialog { padding: 0; }
  .ga-wcm-dialog-shell { width: 100%; height: 100vh; height: 100dvh; border: 0; border-radius: 0; }
  .ga-wcm-dialog-toolbar { min-height: calc(56px + env(safe-area-inset-top)); padding: calc(6px + env(safe-area-inset-top)) 8px 6px 11px; }
  .ga-wcm-dialog-mark { width: 31px; height: 31px; }
  .ga-wcm-dialog-kicker, .ga-wcm-dialog-standalone { display: none; }
  .ga-wcm-dialog-title { max-width: 62vw; font-size: 15px; }
  .ga-wcm-dialog-close { padding: 7px 9px; }
  .ga-wcm-dialog-scroll { padding: 12px 8px calc(28px + env(safe-area-inset-bottom)); }
}
@media (max-width: 380px) {
  .ga-wcm-launch-card { padding: 16px; }
  .ga-wcm-dialog-close-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .ga-wcm-dialog-title { max-width: 66vw; }
}
@media (prefers-reduced-motion: reduce) {
  .ga-wcm-dialog-shell { animation: none; }
  .ga-wcm-dialog-scroll { scroll-behavior: auto; }
  .ga-wcm-launch-button { transition: none; }
}

.ga-wcm-dialog .ga-wc-tool { max-width: 64rem; margin: 0 auto; color-scheme: light; }

/* Elementor/theme color firewall for the light-DOM measurement selector. */
.ga-wcm-embed .ga-wcm-launch-title,
.ga-wcm-dialog .ga-wcm-dialog-title {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
.ga-wcm-dialog .ga-wc-tool .ga-guide-heading h3,
.ga-wcm-dialog .ga-wc-tool .ga-guide-panel-head h4 {
  color: #111827 !important;
  -webkit-text-fill-color: #111827 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
.ga-wcm-dialog .ga-wc-tool .section-heading {
  color: #1f2937 !important;
  -webkit-text-fill-color: #1f2937 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
.ga-wcm-dialog .ga-wc-tool .result-title {
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
.ga-wcm-dialog .ga-wc-tool .ga-guide-subgroup-title,
.ga-wcm-dialog .ga-wc-tool .explain-box h5,
.ga-wcm-dialog .ga-wc-tool .detail-block h5 { opacity: 1 !important; }
.ga-wcm-dialog .ga-wc-tool .ga-btn-primary,
.ga-wcm-dialog .ga-wc-tool .ga-btn-primary:link,
.ga-wcm-dialog .ga-wc-tool .ga-btn-primary:visited,
.ga-wcm-dialog .ga-wc-tool .ga-btn-primary:hover,
.ga-wcm-dialog .ga-wc-tool .ga-btn-primary:focus,
.ga-wcm-dialog .ga-wc-tool .ga-btn-primary:active,
.ga-wcm-dialog .ga-wc-tool .ga-guide-button-primary,
.ga-wcm-dialog .ga-wc-tool .ga-guide-button-reveal {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration: none !important;
}
.ga-wcm-dialog .ga-wc-tool .cta-panel .ga-btn-primary {
  background: #047857 !important;
  border-color: #047857 !important;
}
.ga-wcm-dialog .ga-wc-tool .cta-panel .ga-btn-primary:hover,
.ga-wcm-dialog .ga-wc-tool .cta-panel .ga-btn-primary:focus {
  background: #065f46 !important;
  border-color: #065f46 !important;
}
.ga-wcm-dialog .ga-wc-tool .cta-panel .ga-btn-secondary,
.ga-wcm-dialog .ga-wc-tool .cta-panel .ga-btn-secondary:link,
.ga-wcm-dialog .ga-wc-tool .cta-panel .ga-btn-secondary:visited,
.ga-wcm-dialog .ga-wc-tool .cta-panel .ga-btn-secondary:hover,
.ga-wcm-dialog .ga-wc-tool .cta-panel .ga-btn-secondary:focus,
.ga-wcm-dialog .ga-wc-tool .cta-panel .ga-btn-secondary:active {
  color: #065f46 !important;
  -webkit-text-fill-color: #065f46 !important;
  text-decoration: none !important;
}

/* v1.0.5 standalone presentation and result handoff controls. */
.ga-wcm-embed--standalone {
  width: 100%;
  max-width: none;
  color-scheme: light;
}
.ga-wcm-embed--standalone .ga-wcm-standalone-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border-radius: 20px;
  overflow: visible;
  background: #fff;
}
.ga-wcm-embed--standalone .ga-wc-tool {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(18px, 3vw, 32px) !important;
  border: 0 !important;
  border-top: 0 !important;
  border-radius: 20px !important;
  box-shadow: none !important;
  color-scheme: light;
}
.ga-wcm-embed--standalone .ga-wcm-tool-eyebrow,
.ga-wcm-embed--standalone .ga-wcm-tool-title,
.ga-wcm-embed--standalone .ga-wcm-tool-intro,
.ga-wcm-embed--standalone .ga-wcm-tool-how { display: none !important; }

.ga-wcm-embed .ga-wc-tool .cta-title {
  margin: 0 0 4px;
  color: #065f46;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: normal;
}
.ga-wcm-embed .ga-wc-tool .cta-panel.warn {
  border-color: #f59e0b;
  background: #fffbeb;
  color: #78350f;
}
.ga-wcm-embed .ga-wc-tool .cta-panel.warn .cta-icon,
.ga-wcm-embed .ga-wc-tool .cta-panel.warn .cta-title {
  color: #92400e !important;
  -webkit-text-fill-color: #92400e !important;
}
.ga-wcm-embed .ga-wc-tool .ga-result-copy-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 11px 16px;
  border: 1px solid #047857;
  border-radius: 9px;
  background: transparent;
  color: #065f46;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: none;
  cursor: pointer;
}
.ga-wcm-embed .ga-wc-tool .ga-result-copy-button:hover,
.ga-wcm-embed .ga-wc-tool .ga-result-copy-button:focus-visible {
  background: #dcfce7;
  border-color: #065f46;
}
.ga-wcm-embed .ga-wc-tool .ga-result-copy-button:focus-visible,
.ga-wcm-embed .ga-wc-tool .cta-button-row a:focus-visible,
.ga-wcm-embed .ga-wc-tool a.helper-link:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #075f91;
}
.ga-wcm-embed .ga-wc-tool .ga-result-handoff-note {
  margin-top: 12px !important;
  color: #166534 !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}
.ga-wcm-embed .ga-wc-tool .ga-result-copy-status {
  min-height: 1.35em;
  margin-top: 7px !important;
  color: #38566a !important;
  font-size: 12px !important;
  font-weight: 700;
}
.ga-wcm-embed .ga-wc-tool .ga-result-details-head {
  margin: 28px 0 14px;
  padding-top: 22px;
  border-top: 1px solid #dbe3ec;
}
.ga-wcm-embed .ga-wc-tool .ga-result-details-head h3 {
  margin: 0;
  color: #1f2937 !important;
  -webkit-text-fill-color: #1f2937 !important;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: normal !important;
}
.ga-wcm-embed .ga-wc-tool .ga-result-details-head p {
  margin: 5px 0 0;
  color: #536f82;
  font-size: 13px;
  line-height: 1.55;
}
.ga-wcm-embed .ga-wc-tool a.helper-link,
.ga-wcm-embed .ga-wc-tool a.helper-link:visited {
  color: #1d4ed8 !important;
  -webkit-text-fill-color: #1d4ed8 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

/* Repeat the light-card theme firewall for the standalone context. */
.ga-wcm-embed--standalone .ga-wc-tool .ga-guide-heading h3,
.ga-wcm-embed--standalone .ga-wc-tool .ga-guide-panel-head h4 {
  color: #111827 !important;
  -webkit-text-fill-color: #111827 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
.ga-wcm-embed--standalone .ga-wc-tool .section-heading {
  color: #1f2937 !important;
  -webkit-text-fill-color: #1f2937 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
.ga-wcm-embed--standalone .ga-wc-tool .result-title {
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
.ga-wcm-embed--standalone .ga-wc-tool .ga-guide-subgroup-title,
.ga-wcm-embed--standalone .ga-wc-tool .explain-box h5,
.ga-wcm-embed--standalone .ga-wc-tool .detail-block h5 { opacity: 1 !important; }
.ga-wcm-embed--standalone .ga-wc-tool .ga-btn-primary,
.ga-wcm-embed--standalone .ga-wc-tool .ga-btn-primary:link,
.ga-wcm-embed--standalone .ga-wc-tool .ga-btn-primary:visited,
.ga-wcm-embed--standalone .ga-wc-tool .ga-btn-primary:hover,
.ga-wcm-embed--standalone .ga-wc-tool .ga-btn-primary:focus,
.ga-wcm-embed--standalone .ga-wc-tool .ga-btn-primary:active,
.ga-wcm-embed--standalone .ga-wc-tool .ga-guide-button-primary,
.ga-wcm-embed--standalone .ga-wc-tool .ga-guide-button-reveal {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration: none !important;
}
.ga-wcm-embed--standalone .ga-wc-tool .cta-title {
  color: #065f46 !important;
  -webkit-text-fill-color: #065f46 !important;
  letter-spacing: normal !important;
}
.ga-wcm-embed--standalone .ga-wc-tool .cta-panel.warn .cta-title {
  color: #92400e !important;
  -webkit-text-fill-color: #92400e !important;
}

@media (max-width: 640px) {
  .ga-wcm-embed--standalone .ga-wcm-standalone-shell,
  .ga-wcm-embed--standalone .ga-wc-tool { border-radius: 14px; }
  .ga-wcm-embed .ga-wc-tool .cta-panel-inner { display: grid; grid-template-columns: 1fr; }
  .ga-wcm-embed .ga-wc-tool .cta-button-row { display: grid; grid-template-columns: 1fr; }
  .ga-wcm-embed .ga-wc-tool .cta-button-row .ga-btn,
  .ga-wcm-embed .ga-wc-tool .ga-result-copy-button { width: 100%; }
}
