.elementor-3983 .elementor-element.elementor-element-f520360{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3983 .elementor-element.elementor-element-f520360.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-3983 .elementor-element.elementor-element-82f6f0f{width:100%;max-width:100%;}.elementor-3983 .elementor-element.elementor-element-f4cb35d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3983 .elementor-element.elementor-element-b900710{width:100%;max-width:100%;}.elementor-3983 .elementor-element.elementor-element-b900710 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-3983 .elementor-element.elementor-element-a1a026d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3983 .elementor-element.elementor-element-4e9d97b > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-3983 .elementor-element.elementor-element-b0103c2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3983 .elementor-element.elementor-element-7beede1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-3983 .elementor-element.elementor-element-54715c5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3983 .elementor-element.elementor-element-819bee3 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-3983 .elementor-element.elementor-element-1345a41{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3983 .elementor-element.elementor-element-5af39c8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-3983 .elementor-element.elementor-element-f520360{--width:100%;}.elementor-3983 .elementor-element.elementor-element-f4cb35d{--content-width:100%;}.elementor-3983 .elementor-element.elementor-element-a1a026d{--content-width:100%;}.elementor-3983 .elementor-element.elementor-element-b0103c2{--content-width:100%;}.elementor-3983 .elementor-element.elementor-element-54715c5{--content-width:100%;}.elementor-3983 .elementor-element.elementor-element-1345a41{--content-width:100%;}.elementor-3983 .elementor-element.elementor-element-5af39c8{--content-width:100%;}}/* Start custom CSS */:root {
    --vf-bg: #ffffff;
    --vf-bg-soft: #f7fbf9;
    --vf-bg-mint: #effaf5;
    --vf-dark: #071521;
    --vf-dark-2: #0f1f2e;
    --vf-card: #ffffff;
    --vf-border: rgba(15, 35, 45, 0.10);
    --vf-border-strong: rgba(0, 170, 140, 0.22);
    --vf-text: #111827;
    --vf-heading: #121826;
    --vf-muted: #586575;
    --vf-muted-2: #7a8695;
    --vf-emerald: #10b981;
    --vf-teal: #00a98f;
    --vf-cyan: #06b6d4;
    --vf-lime-soft: #dff8ee;
    --vf-radius-xl: 18px;
    --vf-radius-lg: 14px;
    --vf-shadow: 0 14px 38px rgba(15, 23, 42, 0.08);
    --vf-shadow-soft: 0 8px 24px rgba(15, 23, 42, 0.06);
    --vf-max: 1100px;
  }

  .vf-cbam-page,
  .vf-cbam-page * {
    box-sizing: border-box;
  }

  .vf-cbam-page {
    width: 100%;
    background: var(--vf-bg);
    color: var(--vf-text);
    font-family: inherit;
    overflow: hidden;
  }

  .vf-section {
    position: relative;
    padding: 82px 22px;
    background:
      radial-gradient(circle at 8% 10%, rgba(16, 185, 129, 0.08), transparent 26%),
      radial-gradient(circle at 92% 5%, rgba(6, 182, 212, 0.06), transparent 28%),
      #ffffff;
  }

  .vf-section.compact {
    padding: 64px 22px;
  }

  .vf-soft-bg {
    background:
      linear-gradient(180deg, #ffffff 0%, #f7fbf9 100%);
  }

  .vf-container {
    width: min(100%, var(--vf-max));
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  .vf-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 7px 11px;
    border: 1px solid rgba(16, 185, 129, 0.18);
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.08);
    color: #00866f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
  }

  .vf-eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--vf-emerald), var(--vf-cyan));
    box-shadow: 0 0 14px rgba(6, 182, 212, 0.48);
  }

  .vf-kicker {
    color: var(--vf-teal);
    font-size: 13px;
    font-weight: 750;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
  }

  .vf-h1,
  .vf-h2,
  .vf-h3 {
    color: var(--vf-heading);
    margin: 0;
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  .vf-h1 {
    max-width: 760px;
    font-size: clamp(40px, 5.2vw, 66px);
    font-weight: 800;
  }

  .vf-h2 {
    max-width: 720px;
    font-size: clamp(30px, 3.7vw, 46px);
    font-weight: 800;
  }

  .vf-h3 {
    font-size: clamp(18px, 1.7vw, 23px);
    font-weight: 800;
    letter-spacing: -0.02em;
  }

  .vf-lead {
    max-width: 660px;
    margin: 20px 0 0;
    color: var(--vf-muted);
    font-size: clamp(16px, 1.3vw, 19px);
    line-height: 1.65;
  }

  .vf-copy {
    color: var(--vf-muted);
    font-size: 15px;
    line-height: 1.7;
    margin: 13px 0 0;
  }

  .vf-small {
    color: var(--vf-muted-2);
    font-size: 12px;
    line-height: 1.55;
  }

  .vf-gradient-text {
    background: linear-gradient(90deg, #0f172a 0%, #10b981 44%, #06b6d4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .vf-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
  }

  .vf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 750;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  }

  .vf-btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #009f86, #0fba9d);
    box-shadow: 0 10px 24px rgba(16, 185, 129, 0.20);
  }

  .vf-btn-secondary {
    color: var(--vf-heading);
    border: 1px solid var(--vf-border);
    background: #ffffff;
    box-shadow: var(--vf-shadow-soft);
  }

  .vf-btn:hover {
    transform: translateY(-2px);
  }

  .vf-grid-2 {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
    gap: 38px;
    align-items: center;
  }

  .vf-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .vf-card {
    border: 1px solid var(--vf-border);
    border-radius: var(--vf-radius-lg);
    background: var(--vf-card);
    box-shadow: var(--vf-shadow-soft);
  }

  .vf-card-pad {
    padding: 26px;
  }

  .vf-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(16, 185, 129, 0.10);
    border: 1px solid rgba(16, 185, 129, 0.16);
    margin-bottom: 17px;
  }

  .vf-icon svg {
    width: 20px;
    height: 20px;
    stroke: var(--vf-teal);
  }

  .vf-section-head {
    max-width: 760px;
    margin-bottom: 34px;
  }

  .vf-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .vf-center .vf-lead,
  .vf-center .vf-h2 {
    margin-left: auto;
    margin-right: auto;
  }

  .vf-hero-visual {
    position: relative;
    min-height: 500px;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(15, 35, 45, 0.12);
    background:
      radial-gradient(circle at 50% 10%, rgba(16, 185, 129, 0.12), transparent 35%),
      linear-gradient(180deg, #ffffff 0%, #f6fbf9 100%);
    box-shadow: var(--vf-shadow);
    overflow: hidden;
  }

  .vf-hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(16, 185, 129, 0.055) 1px, transparent 1px),
      linear-gradient(90deg, rgba(16, 185, 129, 0.055) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: radial-gradient(circle at center, black, transparent 74%);
    opacity: 0.85;
  }

  .vf-flow-line {
    position: absolute;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(0, 169, 143, 0.45), transparent);
    animation: vfSlide 4.8s ease-in-out infinite;
  }

  .vf-flow-line.one { top: 31%; }
  .vf-flow-line.two { top: 52%; animation-delay: 0.6s; }
  .vf-flow-line.three { top: 73%; animation-delay: 1.2s; }

  @keyframes vfSlide {
    0%, 100% { transform: translateX(-16px); opacity: 0.22; }
    50% { transform: translateX(16px); opacity: 0.62; }
  }

  .vf-visual-card {
    position: relative;
    z-index: 2;
    border: 1px solid rgba(15, 35, 45, 0.10);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.88);
    padding: 18px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(14px);
  }

  .vf-visual-card + .vf-visual-card {
    margin-top: 15px;
  }

  .vf-visual-title {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    color: var(--vf-heading);
    font-size: 14px;
    font-weight: 800;
  }

  .vf-visual-muted {
    color: var(--vf-muted-2);
    font-size: 12px;
    margin-top: 6px;
  }

  .vf-meter {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    gap: 3px;
    margin-top: 16px;
    align-items: end;
  }

  .vf-bar {
    height: 46px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(16, 185, 129, 0.88), rgba(6, 182, 212, 0.34));
    opacity: 0.68;
    transform-origin: bottom;
    animation: vfPulse 3.5s ease-in-out infinite;
  }

  .vf-bar:nth-child(3n) { height: 28px; animation-delay: 0.2s; }
  .vf-bar:nth-child(4n) { height: 58px; animation-delay: 0.4s; }
  .vf-bar:nth-child(5n) { height: 36px; animation-delay: 0.8s; }

  @keyframes vfPulse {
    0%, 100% { opacity: 0.48; transform: scaleY(0.84); }
    50% { opacity: 0.95; transform: scaleY(1); }
  }

  .vf-status-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid rgba(15, 35, 45, 0.08);
  }

  .vf-status-row:last-child {
    border-bottom: 0;
  }

  .vf-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
    color: #00866f;
    background: rgba(16, 185, 129, 0.10);
    border: 1px solid rgba(16, 185, 129, 0.18);
  }

  .vf-pill.warn {
    color: #00866f;
    background: rgba(16, 185, 129, 0.10);
    border-color: rgba(16, 185, 129, 0.18);
  }

  .vf-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .vf-step {
    position: relative;
    padding: 24px;
    border-radius: var(--vf-radius-lg);
    border: 1px solid var(--vf-border);
    background: #ffffff;
    box-shadow: var(--vf-shadow-soft);
  }

  .vf-step-number {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #009f86, #12b99d);
    font-weight: 850;
    margin-bottom: 18px;
  }

  .vf-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .vf-comparison-card {
    padding: 26px;
    border-radius: var(--vf-radius-lg);
    border: 1px solid var(--vf-border);
    background: #ffffff;
    box-shadow: var(--vf-shadow-soft);
  }

  .vf-comparison-card.strong {
    background:
      radial-gradient(circle at 90% 0%, rgba(16, 185, 129, 0.11), transparent 36%),
      #ffffff;
    border-color: rgba(16, 185, 129, 0.24);
    box-shadow: 0 16px 42px rgba(16, 185, 129, 0.11);
  }

  .vf-list {
    display: grid;
    gap: 11px;
    margin-top: 18px;
    padding: 0;
    list-style: none;
  }

  .vf-list li {
    position: relative;
    padding-left: 23px;
    color: var(--vf-muted);
    line-height: 1.6;
    font-size: 15px;
  }

  .vf-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 99px;
    background: linear-gradient(135deg, var(--vf-emerald), var(--vf-cyan));
  }

  .vf-faq {
    display: grid;
    gap: 12px;
  }

  .vf-faq details {
    border: 1px solid var(--vf-border);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: var(--vf-shadow-soft);
    overflow: hidden;
  }

  .vf-faq summary {
    cursor: pointer;
    padding: 18px 20px;
    color: var(--vf-heading);
    font-weight: 800;
    list-style: none;
  }

  .vf-faq summary::-webkit-details-marker {
    display: none;
  }

  .vf-faq summary::after {
    content: "+";
    float: right;
    color: var(--vf-teal);
    font-size: 20px;
    line-height: 1;
  }

  .vf-faq details[open] summary::after {
    content: "−";
  }

  .vf-faq .vf-copy {
    margin: 0;
    padding: 0 20px 20px;
  }

  .vf-cta {
    border-radius: 18px;
    border: 1px solid rgba(16, 185, 129, 0.18);
    background:
      radial-gradient(circle at 20% 0%, rgba(16, 185, 129, 0.12), transparent 34%),
      radial-gradient(circle at 80% 0%, rgba(6, 182, 212, 0.10), transparent 34%),
      #ffffff;
    box-shadow: var(--vf-shadow);
    padding: clamp(30px, 5vw, 52px);
  }

  .vf-cta-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
  }

  /* Optional dark credibility block.
     Add class "vf-dark-section" to any section if you want it to match the dark homepage proof blocks. */
  .vf-dark-section {
    background: #071521;
  }

  .vf-dark-section .vf-h1,
  .vf-dark-section .vf-h2,
  .vf-dark-section .vf-h3,
  .vf-dark-section .vf-visual-title {
    color: #ffffff;
  }

  .vf-dark-section .vf-lead,
  .vf-dark-section .vf-copy,
  .vf-dark-section .vf-small,
  .vf-dark-section .vf-visual-muted {
    color: rgba(255, 255, 255, 0.68);
  }

  .vf-dark-section .vf-card,
  .vf-dark-section .vf-step,
  .vf-dark-section .vf-comparison-card,
  .vf-dark-section .vf-visual-card {
    background: rgba(255, 255, 255, 0.045);
    border-color: rgba(255, 255, 255, 0.10);
    box-shadow: none;
  }

  @media (max-width: 980px) {
    .vf-grid-2,
    .vf-comparison,
    .vf-cta-row {
      grid-template-columns: 1fr;
    }

    .vf-grid-3,
    .vf-steps {
      grid-template-columns: 1fr 1fr;
    }

    .vf-hero-visual {
      min-height: auto;
    }
  }

  @media (max-width: 640px) {
    .vf-section {
      padding: 58px 18px;
    }

    .vf-section.compact {
      padding: 46px 18px;
    }

    .vf-grid-3,
    .vf-steps {
      grid-template-columns: 1fr;
    }

    .vf-actions {
      flex-direction: column;
    }

    .vf-btn {
      width: 100%;
    }

    .vf-hero-visual {
      padding: 15px;
      border-radius: 16px;
    }

    .vf-meter {
      gap: 2px;
    }

    .vf-bar {
      height: 34px;
    }
  }
  .vf-hero-section {
    padding: 105px 22px 92px;
    background:
      radial-gradient(circle at 12% 18%, rgba(16, 185, 129, 0.16), transparent 28%),
      radial-gradient(circle at 78% 8%, rgba(6, 182, 212, 0.13), transparent 30%),
      linear-gradient(180deg, #f8fffc 0%, #ffffff 52%, #f4fbf8 100%);
    position: relative;
    isolation: isolate;
  }

  .vf-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(16, 185, 129, 0.055) 1px, transparent 1px),
      linear-gradient(90deg, rgba(16, 185, 129, 0.055) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, black 0%, transparent 78%);
    opacity: 0.75;
    z-index: 0;
  }

  .vf-hero-section::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -90px;
    width: min(980px, 90vw);
    height: 220px;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(16, 185, 129, 0.16), transparent 68%);
    filter: blur(16px);
    z-index: 0;
  }

  .vf-hero-section .vf-container {
    position: relative;
    z-index: 2;
  }

  .vf-hero-section .vf-h1 {
    max-width: 820px;
    font-size: clamp(46px, 6vw, 76px);
    line-height: 1.02;
    letter-spacing: -0.052em;
  }

  .vf-hero-section .vf-lead {
    max-width: 690px;
    font-size: clamp(17px, 1.45vw, 21px);
    color: #4d5b6a;
  }

  .vf-hero-proof-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
  }

  .vf-hero-proof {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(15, 35, 45, 0.10);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.055);
    color: #243142;
    font-size: 13px;
    font-weight: 700;
  }

  .vf-hero-proof span {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(135deg, #10b981, #06b6d4);
    box-shadow: 0 0 12px rgba(16, 185, 129, 0.45);
  }

  .vf-hero-visual {
    min-height: 540px;
    padding: 18px;
    border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 251, 249, 0.96)),
      radial-gradient(circle at 50% 0%, rgba(16, 185, 129, 0.18), transparent 40%);
    border: 1px solid rgba(15, 35, 45, 0.12);
    box-shadow:
      0 26px 70px rgba(15, 23, 42, 0.12),
      0 0 0 8px rgba(255, 255, 255, 0.74);
  }

  .vf-hero-dashboard {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 18px;
    background: #071521;
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 22px 52px rgba(15, 23, 42, 0.18);
  }

  .vf-dashboard-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 15px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .vf-window-dots {
    display: flex;
    gap: 6px;
  }

  .vf-window-dots i {
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.32);
  }

  .vf-window-dots i:nth-child(1) {
    background: #10b981;
  }

  .vf-window-dots i:nth-child(2) {
    background: #06b6d4;
  }

  .vf-dashboard-label {
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    font-weight: 700;
  }

  .vf-dashboard-body {
    padding: 18px;
  }

  .vf-dashboard-grid {
    display: grid;
    grid-template-columns: 1fr 0.72fr;
    gap: 14px;
  }

  .vf-dashboard-panel {
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 15px;
  }

  .vf-dashboard-title {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 12px;
  }

  .vf-dashboard-muted {
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
  }

  .vf-dashboard-bars {
    display: grid;
    grid-template-columns: repeat(18, 1fr);
    gap: 4px;
    align-items: end;
    height: 118px;
    margin-top: 14px;
  }

  .vf-dashboard-bars span {
    border-radius: 999px 999px 4px 4px;
    background: linear-gradient(180deg, #10b981, rgba(6, 182, 212, 0.45));
    min-height: 24px;
    animation: vfHeroBars 3.8s ease-in-out infinite;
  }

  .vf-dashboard-bars span:nth-child(2n) { height: 46px; animation-delay: 0.15s; }
  .vf-dashboard-bars span:nth-child(3n) { height: 72px; animation-delay: 0.3s; }
  .vf-dashboard-bars span:nth-child(4n) { height: 96px; animation-delay: 0.45s; }
  .vf-dashboard-bars span:nth-child(5n) { height: 58px; animation-delay: 0.6s; }

  @keyframes vfHeroBars {
    0%, 100% { opacity: 0.56; transform: scaleY(0.88); }
    50% { opacity: 1; transform: scaleY(1); }
  }

  .vf-dashboard-metric {
    display: grid;
    gap: 10px;
  }

  .vf-metric-card {
    border-radius: 13px;
    padding: 13px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .vf-metric-value {
    color: #a7f3d0;
    font-size: 22px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: -0.035em;
  }

  .vf-metric-label {
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    margin-top: 5px;
  }

  .vf-hero-floating-card {
    position: relative;
    z-index: 3;
    margin: -18px 18px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .vf-hero-mini {
    padding: 13px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(15, 35, 45, 0.10);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
  }

  .vf-hero-mini strong {
    display: block;
    color: #111827;
    font-size: 13px;
    line-height: 1.25;
  }

  .vf-hero-mini small {
    display: block;
    margin-top: 5px;
    color: #6b7280;
    font-size: 11px;
    line-height: 1.35;
  }

  @media (max-width: 980px) {
    .vf-hero-section {
      padding: 82px 20px 70px;
    }

    .vf-hero-visual {
      min-height: auto;
      margin-top: 10px;
    }
  }

  @media (max-width: 640px) {
    .vf-hero-section {
      padding: 64px 18px 58px;
    }

    .vf-hero-section .vf-h1 {
      font-size: clamp(39px, 13vw, 54px);
    }

    .vf-dashboard-grid {
      grid-template-columns: 1fr;
    }

    .vf-hero-floating-card {
      grid-template-columns: 1fr;
      margin: 12px 0 0;
    }
  }
  
    .vf-hero-clean {
    position: relative;
    padding: 108px 22px 96px;
    background:
      radial-gradient(circle at 10% 18%, rgba(16, 185, 129, 0.14), transparent 30%),
      radial-gradient(circle at 84% 14%, rgba(6, 182, 212, 0.10), transparent 32%),
      linear-gradient(180deg, #fbfffd 0%, #f4fbf8 58%, #ffffff 100%);
    overflow: hidden;
  }

  .vf-hero-clean::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(16, 185, 129, 0.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(16, 185, 129, 0.045) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(180deg, black 0%, transparent 76%);
    opacity: 0.8;
  }

  .vf-hero-clean::after {
    content: "";
    position: absolute;
    right: -160px;
    top: 70px;
    width: 420px;
    height: 420px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.16), transparent 68%);
    filter: blur(8px);
  }

  .vf-hero-clean .vf-container {
    position: relative;
    z-index: 2;
  }

  .vf-hero-clean-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
    gap: 58px;
    align-items: center;
  }

  .vf-hero-clean .vf-h1 {
    max-width: 780px;
    font-size: clamp(44px, 5.9vw, 76px);
    line-height: 1.02;
    letter-spacing: -0.055em;
  }

  .vf-hero-clean .vf-lead {
    max-width: 650px;
    color: #4f5f6f;
    font-size: clamp(16px, 1.35vw, 20px);
    line-height: 1.65;
  }

  .vf-hero-note {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
  }

  .vf-hero-note span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(15, 35, 45, 0.10);
    color: #344155;
    font-size: 12px;
    font-weight: 750;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.045);
  }

  .vf-hero-note span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(135deg, #10b981, #06b6d4);
  }

  .vf-evidence-visual {
    position: relative;
    border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.96), rgba(250,255,253,0.96));
    border: 1px solid rgba(15, 35, 45, 0.10);
    box-shadow:
      0 28px 70px rgba(15, 23, 42, 0.12),
      0 0 0 8px rgba(255, 255, 255, 0.58);
    padding: 22px;
    overflow: hidden;
  }

  .vf-evidence-visual::before {
    content: "";
    position: absolute;
    inset: -1px;
    background:
      radial-gradient(circle at 82% 8%, rgba(6, 182, 212, 0.12), transparent 36%),
      radial-gradient(circle at 10% 92%, rgba(16, 185, 129, 0.12), transparent 34%);
    pointer-events: none;
  }

  .vf-evidence-card {
    position: relative;
    z-index: 2;
    border-radius: 18px;
    background: #071521;
    color: #ffffff;
    padding: 22px;
    box-shadow: 0 20px 46px rgba(15, 23, 42, 0.18);
    overflow: hidden;
  }

  .vf-evidence-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 80% 0%, rgba(16, 185, 129, 0.24), transparent 34%),
      linear-gradient(180deg, rgba(255,255,255,0.04), transparent);
    pointer-events: none;
  }

  .vf-evidence-top {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 24px;
  }

  .vf-evidence-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 850;
    letter-spacing: -0.025em;
  }

  .vf-evidence-tag {
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.14);
    border: 1px solid rgba(16, 185, 129, 0.26);
    color: #a7f3d0;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
  }

  .vf-evidence-flow {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 12px;
  }

  .vf-evidence-row {
    display: grid;
    grid-template-columns: 38px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 13px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .vf-evidence-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(16, 185, 129, 0.13);
    color: #a7f3d0;
    font-size: 15px;
    font-weight: 850;
  }

  .vf-evidence-row strong {
    display: block;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.3;
  }

  .vf-evidence-row small {
    display: block;
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    line-height: 1.35;
  }

  .vf-evidence-status {
    color: #a7f3d0;
    font-size: 11px;
    font-weight: 800;
  }

  .vf-evidence-output {
    position: relative;
    z-index: 3;
    margin: 16px 12px 0;
    padding: 18px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(15, 35, 45, 0.10);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  }

  .vf-output-label {
    color: #6b7280;
    font-size: 11px;
    font-weight: 750;
    margin-bottom: 7px;
  }

  .vf-output-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }

  .vf-output-main strong {
    color: #111827;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.025em;
  }

  .vf-output-main span {
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.10);
    color: #00866f;
    font-size: 11px;
    font-weight: 850;
    white-space: nowrap;
  }

  .vf-clean-metric-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 18px;
  }

  .vf-clean-metric {
    position: relative;
    z-index: 2;
    padding: 14px;
    border-radius: 14px;
    background: rgba(255,255,255,0.76);
    border: 1px solid rgba(15, 35, 45, 0.09);
  }

  .vf-clean-metric strong {
    display: block;
    color: #111827;
    font-size: 13px;
    line-height: 1.25;
  }

  .vf-clean-metric small {
    display: block;
    margin-top: 5px;
    color: #6b7280;
    font-size: 11px;
    line-height: 1.35;
  }

  @media (max-width: 980px) {
    .vf-hero-clean {
      padding: 82px 20px 72px;
    }

    .vf-hero-clean-grid {
      grid-template-columns: 1fr;
      gap: 38px;
    }
  }

  @media (max-width: 640px) {
    .vf-hero-clean {
      padding: 64px 18px 58px;
    }

    .vf-hero-clean .vf-h1 {
      font-size: clamp(38px, 12vw, 54px);
    }

    .vf-evidence-visual {
      padding: 15px;
      border-radius: 18px;
    }

    .vf-evidence-card {
      padding: 17px;
    }

    .vf-evidence-row {
      grid-template-columns: 34px 1fr;
    }

    .vf-evidence-status {
      grid-column: 2;
    }

    .vf-output-main {
      align-items: flex-start;
      flex-direction: column;
    }

    .vf-clean-metric-strip {
      grid-template-columns: 1fr;
    }
  }
  
  <style>
  .vf-solution-faq-section,
  .vf-solution-faq-section * {
    box-sizing: border-box;
  }

  .vf-solution-faq-section {
    padding: 78px 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbf9 100%);
    font-family: inherit;
    color: #111827;
  }

  .vf-solution-faq-container {
    width: min(100%, 1100px);
    margin: 0 auto;
  }

  .vf-solution-faq-head {
    max-width: 760px;
    margin-bottom: 34px;
  }

  .vf-solution-faq-kicker {
    color: #00a98f;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
  }

  .vf-solution-faq-title {
    margin: 0;
    color: #111827;
    font-size: clamp(30px, 3.7vw, 46px);
    line-height: 1.07;
    letter-spacing: -0.04em;
    font-weight: 850;
  }

  .vf-solution-faq-lead {
    max-width: 680px;
    margin: 18px 0 0;
    color: #586575;
    font-size: clamp(16px, 1.3vw, 19px);
    line-height: 1.65;
  }

  .vf-solution-faq-list {
    display: grid;
    gap: 12px;
  }

  .vf-solution-faq-list details {
    border: 1px solid rgba(15, 35, 45, 0.10);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
    overflow: hidden;
  }

  .vf-solution-faq-list summary {
    cursor: pointer;
    padding: 19px 22px;
    color: #111827;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.35;
    list-style: none;
  }

  .vf-solution-faq-list summary::-webkit-details-marker {
    display: none;
  }

  .vf-solution-faq-list summary::after {
    content: "+";
    float: right;
    color: #00a98f;
    font-size: 22px;
    line-height: 1;
    margin-left: 18px;
  }

  .vf-solution-faq-list details[open] summary::after {
    content: "−";
  }

  .vf-solution-faq-list p {
    margin: 0;
    padding: 0 22px 21px;
    color: #586575;
    font-size: 15px;
    line-height: 1.7;
  }

  @media (max-width: 640px) {
    .vf-solution-faq-section {
      padding: 58px 18px;
    }

    .vf-solution-faq-list summary {
      padding: 17px 18px;
    }

    .vf-solution-faq-list p {
      padding: 0 18px 19px;
    }
  }
</style>/* End custom CSS */