.fi-hero{position:relative;padding:var(--product-hero-padding);text-align:center;overflow:var(--product-hero-overflow);background:var(--product-hero-bg)}.fi-hero-glow{position:absolute;width:var(--product-hero-glow-width);height:var(--product-hero-glow-height);background:var(--product-hero-glow-bg);filter:none;border-radius:var(--product-hero-glow-radius);top:var(--product-hero-glow-top);left:var(--product-hero-glow-left);transform:var(--product-hero-glow-transform);opacity:var(--product-hero-glow-opacity);z-index:var(--product-hero-glow-z-index);pointer-events:none}.fi-icons-field{position:absolute;inset:0;z-index:var(--product-hero-icons-z-index);pointer-events:none}.fi-icon{position:absolute;display:flex;align-items:center;justify-content:center;width:var(--product-hero-icon-size);height:var(--product-hero-icon-size);background:var(--product-hero-icon-bg);backdrop-filter:none;-webkit-backdrop-filter:none;border-radius:var(--product-hero-icon-radius);border:var(--product-hero-icon-border);box-shadow:var(--product-hero-icon-shadow);pointer-events:auto;transition:var(--product-hero-icon-transition)}.fi-icon:hover{transform:var(--product-hero-icon-hover-transform)!important;box-shadow:var(--product-hero-icon-hover-shadow)}.fi-icon img{border-radius:var(--product-hero-icon-img-radius)}.fi-icon--1{top:var(--product-hero-icon-1-top);left:var(--product-hero-icon-1-left)}.fi-icon--2{top:var(--product-hero-icon-2-top);right:var(--product-hero-icon-2-right);width:var(--product-hero-icon-size-lg);height:var(--product-hero-icon-size-lg)}.fi-icon--3{top:var(--product-hero-icon-3-top);left:var(--product-hero-icon-3-left)}.fi-icon--4{top:var(--product-hero-icon-4-top);right:var(--product-hero-icon-4-right)}.fi-icon--5{bottom:var(--product-hero-icon-5-bottom);left:var(--product-hero-icon-5-left)}.fi-icon--6{bottom:var(--product-hero-icon-6-bottom);right:var(--product-hero-icon-6-right);width:var(--product-hero-icon-size-lg);height:var(--product-hero-icon-size-lg)}.fi-icon--7{top:var(--product-hero-icon-7-top);right:var(--product-hero-icon-7-right);width:var(--product-hero-icon-size-sm);height:var(--product-hero-icon-size-sm)}.fi-icon--8{bottom:var(--product-hero-icon-8-bottom);left:var(--product-hero-icon-8-left);width:var(--product-hero-icon-size-sm);height:var(--product-hero-icon-size-sm)}.fi-hero-center-override{position:relative;z-index:var(--product-hero-content-z-index)}.fi-hero-sub{font-size:var(--product-hero-sub-size);font-weight:var(--product-hero-sub-weight);color:var(--product-hero-sub-color);line-height:var(--product-hero-sub-line-height);margin:var(--product-hero-sub-margin);max-width:var(--product-hero-sub-width)}.hero-tagline{font-family:var(--product-tagline-family);font-size:var(--product-tagline-size);font-weight:var(--product-tagline-weight);color:var(--product-tagline-color);letter-spacing:var(--product-tagline-letter-spacing);margin:var(--product-tagline-margin);text-align:center;opacity:var(--product-tagline-opacity)}.fi-hero-actions{display:flex;gap:var(--product-hero-actions-gap);justify-content:center;flex-wrap:wrap}.fi-hero-stats{position:relative;z-index:var(--product-hero-content-z-index);display:flex;justify-content:var(--product-hero-stats-justify);max-width:var(--product-hero-stats-width);margin:var(--product-hero-stats-margin);padding:var(--product-hero-stats-padding);background:var(--product-hero-stats-bg);border-top:var(--product-hero-stats-border)}.fi-stat{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;flex:1}.fi-stat:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:var(--product-hero-stat-orb-size);height:var(--product-hero-stat-orb-size);background:var(--product-hero-stat-orb-bg);filter:none;border-radius:var(--product-hero-stat-orb-radius);z-index:-1}.fi-stat-val{font-size:var(--product-stat-value-size);font-weight:var(--product-stat-value-weight);color:var(--product-stat-value-color);letter-spacing:var(--product-stat-value-letter-spacing);display:block;line-height:var(--product-stat-value-line-height)}.fi-stat-lbl{font-size:var(--product-stat-label-size);color:var(--product-stat-label-color);text-transform:var(--product-stat-label-text-transform);letter-spacing:var(--product-stat-label-letter-spacing);margin-top:var(--product-hero-stat-label-margin-top);font-weight:var(--product-stat-label-weight);line-height:var(--product-stat-label-line-height)}.direct-use-cases{padding:var(--product-use-case-section-padding);background:var(--product-use-case-section-bg)}.use-cases-grid{display:grid;grid-template-columns:var(--product-card-grid-columns);gap:var(--layout-grid-gap);max-width:var(--layout-content-width);margin:var(--section-content-gap) auto 0}.use-case-card{padding:var(--product-card-shell-padding);background:var(--product-card-shell-bg);border-radius:var(--product-card-shell-radius);border:var(--product-card-shell-border);box-shadow:var(--product-card-shell-shadow);transition:var(--product-card-shell-transition)}.use-case-card:hover{transform:var(--product-card-shell-hover-transform);box-shadow:var(--product-card-shell-hover-shadow);border-color:var(--product-card-shell-hover-border-color)}.use-case-icon{width:var(--product-icon-container-size);height:var(--product-icon-container-size);display:flex;align-items:center;justify-content:center;background:var(--product-card-icon-bg);border-radius:var(--product-icon-container-radius);margin-bottom:var(--product-card-icon-margin-bottom);color:var(--product-card-icon-color)}.use-case-icon svg{width:var(--product-icon-glyph-size);height:var(--product-icon-glyph-size)}.use-case-card h3{font-size:var(--product-card-title-size);font-weight:var(--product-card-title-weight);line-height:var(--product-card-title-line-height);letter-spacing:var(--product-card-title-letter-spacing);margin-bottom:var(--product-card-title-margin-bottom);color:var(--product-card-title-color)}.use-case-line{margin:0;font-size:var(--product-card-body-size);line-height:var(--product-card-body-line-height);color:var(--product-card-body-color)}.use-case-benefits{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--product-card-benefits-gap)}.use-case-benefits li{font-size:var(--product-card-list-size);line-height:var(--product-card-list-line-height);color:var(--product-card-list-color);padding-left:var(--product-card-benefit-padding-left);position:relative}.use-case-benefits li:before{content:"";position:absolute;left:0;top:var(--product-card-benefit-bullet-top);width:var(--product-card-benefit-bullet-size);height:var(--product-card-benefit-bullet-size);border-radius:var(--product-card-benefit-bullet-radius);background:var(--product-card-benefit-bullet-bg);opacity:var(--product-card-benefit-bullet-opacity)}.direct-problems{padding:var(--product-problem-section-padding);background:var(--product-problem-section-bg)}.direct-problems-grid{display:grid;grid-template-columns:var(--product-problem-grid-columns);gap:var(--layout-grid-gap-comfort);margin-top:var(--section-content-gap)}.direct-problem-card{background:var(--product-problem-card-bg);border-radius:var(--product-problem-card-radius);padding:var(--product-problem-card-padding);border:var(--product-problem-card-border);box-shadow:var(--product-problem-card-shadow);transition:var(--product-problem-card-transition);text-align:left;position:relative;overflow:hidden}.direct-problem-card:after{content:"";position:absolute;top:var(--product-problem-accent-bar-top);left:var(--product-problem-accent-bar-left);right:var(--product-problem-accent-bar-right);height:var(--product-problem-accent-bar-height);border-radius:var(--product-problem-accent-bar-radius);z-index:var(--product-problem-accent-bar-z-index)}.direct-problems-grid .direct-problem-card:nth-child(1):after{background:var(--product-problem-accent-danger-bg)}.direct-problems-grid .direct-problem-card:nth-child(2):after{background:var(--product-problem-accent-warning-bg)}.direct-problems-grid .direct-problem-card:nth-child(3):after{background:var(--product-problem-accent-info-bg)}.direct-problem-card:before{content:"";position:absolute;top:var(--product-problem-glow-offset);left:var(--product-problem-glow-offset);width:var(--product-problem-glow-size);height:var(--product-problem-glow-size);background:var(--product-problem-glow-bg);opacity:0;transition:var(--product-problem-glow-transition);pointer-events:none;z-index:var(--product-problem-glow-z-index)}.direct-problem-card>*{position:relative;z-index:1}.direct-problem-card:hover{transform:var(--product-problem-card-hover-transform);box-shadow:var(--product-problem-card-hover-shadow);border-color:var(--product-problem-card-hover-border-color)}.direct-problem-card:hover:before{opacity:var(--product-problem-hover-glow-opacity)}.direct-problem-icon{width:var(--product-problem-icon-size);height:var(--product-problem-icon-size);margin:var(--product-problem-icon-margin);display:flex;align-items:center;justify-content:center;border-radius:var(--product-problem-icon-radius);font-size:var(--content-icon-size)}.direct-problem-icon.icon-budget{background:var(--product-problem-icon-budget-bg);color:var(--product-problem-icon-budget-color)}.direct-problem-icon.icon-table{background:var(--product-problem-icon-table-bg);color:var(--product-problem-icon-table-color)}.direct-problem-icon.icon-drop{background:var(--product-problem-icon-drop-bg);color:var(--product-problem-icon-drop-color)}.direct-problem-icon svg{width:var(--product-problem-icon-glyph-size);height:var(--product-problem-icon-glyph-size)}.direct-problem-card h3{font-size:var(--product-problem-title-size);font-weight:var(--product-problem-title-weight);line-height:var(--product-problem-title-line-height);letter-spacing:var(--product-problem-title-letter-spacing);color:var(--product-problem-title-color);margin-bottom:var(--product-problem-title-margin-bottom)}.direct-problem-card p{color:var(--product-problem-copy-color);font-size:var(--product-problem-copy-size);line-height:var(--product-problem-copy-line-height)}.direct-bento{padding:var(--product-widget-section-padding);background:var(--product-widget-section-bg)}.bento-grid{display:grid;grid-template-columns:var(--product-widget-grid-columns);grid-auto-rows:var(--product-widget-grid-auto-rows);gap:var(--layout-grid-gap-dense);margin-top:var(--section-content-gap)}.bento-w{background:var(--product-widget-shell-bg);border:var(--product-widget-shell-border);border-radius:var(--product-widget-shell-radius);padding:var(--product-widget-shell-padding);display:flex;flex-direction:column;gap:var(--product-widget-gap);transition:var(--product-widget-shell-transition);position:relative;overflow:hidden}.bento-w:hover{transform:var(--product-widget-shell-hover-transform);box-shadow:var(--product-widget-shell-hover-shadow);border-color:var(--product-widget-shell-hover-border-color)}.bento-w--featured{grid-column:var(--product-widget-grid-span-wide);grid-row:var(--product-widget-grid-row-featured);padding:var(--product-widget-featured-padding);background:var(--product-widget-featured-bg)}.bento-w--wide{grid-column:var(--product-widget-grid-span-wide)}.bento-w-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--product-widget-head-margin-bottom)}.bento-w-label{font-family:var(--product-widget-label-family);font-size:var(--product-widget-label-size);font-weight:var(--product-widget-label-weight);line-height:var(--product-widget-label-line-height);color:var(--product-widget-label-color);text-transform:var(--product-widget-label-text-transform);letter-spacing:var(--product-widget-label-letter-spacing)}.bento-w-status{font-size:var(--product-widget-status-size);font-weight:var(--product-widget-status-weight);line-height:var(--product-widget-status-line-height);padding:var(--product-widget-status-padding-y) var(--product-widget-status-padding-x);border-radius:var(--product-widget-status-radius);text-transform:var(--product-widget-status-text-transform);letter-spacing:var(--product-widget-status-letter-spacing)}.bento-w-status--ok{background:var(--product-widget-status-ok-bg);color:var(--product-widget-status-ok-color)}.bento-w-status--danger{background:var(--product-widget-status-danger-bg);color:var(--product-widget-status-danger-color)}.bento-w h3{margin:0;font-size:var(--product-widget-title-size);font-weight:var(--product-widget-title-weight);line-height:var(--product-widget-title-line-height);letter-spacing:var(--product-widget-title-letter-spacing);color:var(--product-widget-title-color)}.bento-w--featured h3{font-size:var(--product-widget-title-featured-size)}.bento-w-num{font-family:var(--product-widget-number-family);font-size:var(--product-widget-number-size);font-weight:var(--product-widget-number-weight);color:var(--product-widget-number-color);letter-spacing:var(--product-widget-number-letter-spacing);line-height:var(--product-widget-number-line-height);margin:var(--product-widget-number-margin-y) 0}.bento-w--featured .bento-w-num{font-size:var(--product-widget-number-featured-size)}.bento-w-num--danger{color:var(--product-widget-number-danger-color)}.bento-w-num--ok{color:var(--product-widget-number-ok-color)}.bento-w-delta{font-family:var(--product-widget-number-family);font-size:var(--product-widget-delta-size);font-weight:var(--product-widget-delta-weight);line-height:var(--product-widget-delta-line-height);letter-spacing:var(--product-widget-delta-letter-spacing);color:var(--product-widget-delta-color)}.bento-w-delta--ok{color:var(--product-widget-delta-ok-color)}.bento-w-desc{margin:0;font-size:var(--product-widget-desc-size);color:var(--product-widget-desc-color);line-height:var(--product-widget-desc-line-height);flex:1}.bento-w--featured .bento-w-desc{font-size:var(--product-widget-desc-featured-size)}.bento-w-spark{display:flex;gap:var(--product-widget-spark-gap);align-items:flex-end;height:var(--product-widget-spark-height);margin-top:auto}.bento-w-spark>div{flex:1;background:var(--product-widget-spark-bar-bg);opacity:var(--product-widget-spark-opacity);border-radius:var(--product-widget-spark-bar-radius)}.bento-w-spark-bar--30{height:30%}.bento-w-spark-bar--40{height:40%}.bento-w-spark-bar--50{height:50%}.bento-w-spark-bar--55{height:55%}.bento-w-spark-bar--60{height:60%}.bento-w-spark-bar--65{height:65%}.bento-w-spark-bar--70{height:70%}.bento-w-spark-bar--75{height:75%}.bento-w-spark-bar--85{height:85%}.bento-w-spark-bar--95{height:95%}.bento-w-spark>div:last-child{opacity:var(--product-widget-spark-opacity-strong)}.bento-w-spark>div:nth-last-child(2){opacity:var(--product-widget-spark-opacity-soft)}.bento-w-tags{display:flex;gap:var(--product-widget-tags-gap);flex-wrap:wrap;margin-top:auto}.bento-w-tag{font-size:var(--product-widget-tag-size);font-weight:var(--product-widget-tag-weight);line-height:var(--product-widget-tag-line-height);letter-spacing:var(--product-widget-tag-letter-spacing);text-transform:var(--product-widget-tag-text-transform);padding:var(--product-widget-tag-padding);border-radius:var(--product-widget-tag-radius);border:var(--product-widget-tag-border);background:var(--product-widget-tag-bg);color:var(--product-widget-tag-color)}.bento-w-tag--danger{background:var(--product-widget-tag-danger-bg);color:var(--product-widget-tag-danger-color)}.bento-w-tag--warn{background:var(--product-widget-tag-warn-bg);color:var(--product-widget-tag-warn-color)}.bento-w-bars{display:flex;gap:var(--product-widget-bars-gap);margin-top:auto;padding-top:var(--product-widget-bars-padding-top)}.bento-w-bar{display:flex;flex-direction:column;gap:var(--product-widget-bar-gap)}.bento-w-bar strong{font-family:var(--product-widget-bar-value-family);font-size:var(--product-widget-bar-value-size);font-weight:var(--product-widget-bar-value-weight);color:var(--product-widget-bar-value-color);line-height:var(--product-widget-bar-value-line-height);letter-spacing:var(--product-widget-bar-value-letter-spacing)}.bento-w-bar span{font-size:var(--product-widget-bar-label-size);line-height:var(--product-widget-bar-label-line-height);color:var(--product-widget-bar-label-color)}@media(max-width:768px){.direct-bento{padding:var(--product-widget-section-padding-mobile)}.bento-grid{grid-template-columns:var(--product-widget-grid-columns-mobile);grid-auto-rows:var(--product-widget-grid-auto-rows-mobile);gap:var(--product-widget-grid-gap-mobile);margin-top:var(--product-widget-grid-margin-top-mobile)}.bento-w{padding:var(--product-widget-shell-padding-mobile);gap:var(--product-widget-gap-mobile)}.bento-w--featured{grid-column:var(--product-widget-grid-span-full);grid-row:var(--product-widget-grid-row-auto);padding:var(--product-widget-featured-padding-mobile)}.bento-w--wide{grid-column:var(--product-widget-grid-span-full)}.bento-w h3{font-size:var(--product-widget-title-mobile-size)}.bento-w--featured h3{font-size:var(--product-widget-title-featured-mobile-size)}.bento-w-num{font-size:var(--product-widget-number-mobile-size)}.bento-w--featured .bento-w-num{font-size:var(--product-widget-number-featured-mobile-size)}.bento-w-desc{font-size:var(--product-widget-desc-mobile-size)}.bento-w--featured .bento-w-desc{font-size:var(--product-widget-desc-featured-mobile-size)}.bento-w-spark{height:var(--product-widget-spark-height-mobile)}.bento-w-bars{gap:var(--product-widget-bars-gap-mobile)}.bento-w-bar strong{font-size:var(--product-widget-bar-value-mobile-size)}.bento-w-bar span{font-size:var(--product-widget-bar-label-mobile-size)}.bento-w-label{font-size:var(--product-widget-label-mobile-size)}.bento-w-status{font-size:var(--product-widget-status-mobile-size);padding:var(--product-widget-status-padding-y-mobile) var(--product-widget-status-padding-x-mobile)}}.direct-features{padding:var(--product-feature-section-padding);background:var(--product-feature-section-bg)}.direct-feature{display:grid;grid-template-columns:var(--product-feature-row-grid);gap:var(--layout-feature-gap);align-items:center;margin-top:var(--section-content-gap);padding:var(--product-feature-row-padding)}.direct-feature--reverse{direction:rtl}.direct-feature--reverse>*{direction:ltr}.direct-feature-num{color:var(--product-feature-num-color);font-size:var(--product-feature-num-size);font-weight:var(--product-feature-num-weight);line-height:var(--product-feature-num-line-height);margin-bottom:var(--product-feature-num-margin-bottom);letter-spacing:var(--product-feature-num-letter-spacing)}.direct-feature-text h3{font-size:var(--product-feature-title-size);font-weight:var(--product-feature-title-weight);line-height:var(--product-feature-title-line-height);margin-bottom:var(--product-feature-title-margin-bottom);letter-spacing:var(--product-feature-title-letter-spacing);color:var(--product-feature-title-color)}.direct-feature-text p{color:var(--product-feature-copy-color);font-size:var(--product-feature-copy-size);font-weight:var(--product-feature-copy-weight);line-height:var(--product-feature-copy-line-height);margin-bottom:var(--product-feature-copy-margin-bottom)}.direct-feature-list{list-style:none;padding:0}.direct-feature-list li{position:relative;padding:var(--product-feature-list-item-padding-y) 0 var(--product-feature-list-item-padding-y) var(--product-feature-list-item-padding-left);color:var(--product-feature-list-item-color);font-size:var(--product-feature-list-item-size);line-height:var(--product-feature-list-item-line-height)}.direct-feature-list li:before{content:"\2713";position:absolute;left:0;color:var(--product-feature-check-color);font-weight:var(--product-feature-check-weight)}.direct-feature-widget{position:relative;overflow:hidden;background:var(--product-feature-widget-bg);border-radius:var(--product-feature-widget-radius);padding:var(--product-feature-widget-padding);box-shadow:var(--product-feature-widget-shadow);border:var(--product-feature-widget-border);text-align:center;transition:transform var(--motion-slow),box-shadow var(--motion-slow)}.direct-feature-widget:hover{transform:var(--product-feature-widget-hover-transform);box-shadow:var(--product-feature-widget-hover-shadow)}.widget-bg-num{position:absolute;top:var(--product-feature-bg-num-top);right:var(--product-feature-bg-num-right);font-size:var(--product-feature-bg-num-size);font-weight:var(--product-feature-bg-num-weight);background:var(--product-feature-bg-num-gradient);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:var(--product-feature-bg-num-line-height);pointer-events:none;user-select:none;z-index:0}.widget-content{position:relative;z-index:1}.direct-fcard-header{display:flex;align-items:center;justify-content:center;gap:var(--product-feature-card-header-gap);font-size:var(--product-feature-card-header-size);font-weight:var(--product-feature-card-header-weight);color:var(--product-feature-card-header-color);text-transform:var(--product-feature-card-header-text-transform);letter-spacing:var(--product-feature-card-header-letter-spacing);margin-bottom:var(--product-feature-card-header-margin-bottom)}.direct-fcard-value{font-size:var(--product-feature-card-value-size);font-weight:var(--product-feature-card-value-weight);color:var(--product-feature-card-value-color);letter-spacing:var(--product-feature-card-value-letter-spacing);line-height:var(--product-feature-card-value-line-height);margin-bottom:var(--product-feature-card-value-margin-bottom)}.direct-fcard-sub{font-size:var(--product-feature-card-sub-size);color:var(--product-feature-card-sub-color);line-height:var(--product-feature-card-sub-line-height)}.direct-control-window{margin:var(--product-control-margin-top) auto 0;max-width:var(--product-control-width);overflow:hidden;border:var(--product-control-border);border-radius:var(--product-control-radius);background:var(--product-control-bg);box-shadow:var(--product-control-shadow)}.direct-control-bar{display:grid;grid-template-columns:var(--product-control-bar-grid);align-items:center;gap:var(--product-control-bar-gap);padding:var(--product-control-bar-padding);border-bottom:var(--product-control-divider);background:var(--product-control-bar-bg)}.direct-control-dots{display:flex;gap:var(--product-control-dots-gap)}.direct-control-dots span{width:var(--product-mock-dot-size);height:var(--product-mock-dot-size);border-radius:var(--product-mock-dot-radius);background:var(--product-mock-dot-red)}.direct-control-dots span:nth-child(2){background:var(--product-mock-dot-yellow)}.direct-control-dots span:nth-child(3){background:var(--product-mock-dot-green)}.direct-control-url{display:block;max-width:var(--product-control-url-width);min-width:0;margin:0 auto;overflow:hidden;border:var(--product-control-url-border);border-radius:var(--product-control-url-radius);background:var(--product-control-url-bg);color:var(--product-control-url-color);font-size:var(--product-control-url-size);line-height:var(--product-control-url-line-height);padding:var(--product-control-url-padding);text-align:center;text-overflow:ellipsis;white-space:nowrap}.direct-control-body{padding:var(--product-control-body-padding);background:var(--product-control-bg-soft)}.direct-control-metrics{display:grid;grid-template-columns:var(--product-control-metric-grid);gap:var(--product-control-metric-gap)}.direct-control-metric{min-height:var(--product-control-metric-min-height);padding:var(--product-control-metric-padding);border:var(--product-control-metric-border);border-radius:var(--product-control-metric-radius);background:var(--product-control-metric-bg)}.direct-control-metric span,.direct-control-kicker{display:block;color:var(--product-control-label-color);font-size:var(--product-control-label-size);font-weight:var(--product-control-label-weight);line-height:var(--product-control-label-line-height);letter-spacing:var(--product-control-label-letter-spacing);text-transform:var(--product-control-label-text-transform)}.direct-control-metric strong{display:block;font-family:var(--product-control-value-family);margin-top:var(--product-control-value-margin-top);color:var(--product-control-value-color);font-size:var(--product-control-value-size);font-weight:var(--product-control-value-weight);line-height:var(--product-control-value-line-height);letter-spacing:var(--product-control-value-letter-spacing)}.direct-control-metric small{display:block;margin-top:var(--product-control-note-margin-top);color:var(--product-control-note-color);font-size:var(--product-control-note-size);line-height:var(--product-control-note-line-height)}.direct-control-metric--danger strong{color:var(--product-control-value-danger-color)}.direct-control-grid{display:grid;grid-template-columns:var(--product-control-grid);gap:var(--product-control-grid-gap);margin-top:var(--product-control-grid-margin-top)}.direct-control-card{min-height:var(--product-control-card-min-height);padding:var(--product-control-card-padding);border:var(--product-control-card-border);border-radius:var(--product-control-card-radius);background:var(--product-control-card-bg);box-shadow:var(--product-control-card-shadow)}.direct-control-card--accent{background:var(--product-control-card-accent-bg);border-color:var(--product-control-card-accent-border-color);display:flex;flex-direction:column}.direct-control-card h3{margin:var(--product-control-card-title-margin);font-size:var(--product-control-card-title-size);font-weight:var(--product-control-card-title-weight);line-height:var(--product-control-card-title-line-height);letter-spacing:var(--product-control-card-title-letter-spacing);color:var(--product-control-card-title-color)}.direct-control-card p{margin:0;color:var(--product-control-card-copy-color);font-size:var(--product-control-card-copy-size);line-height:var(--product-control-card-copy-line-height)}.direct-control-list{display:grid;gap:var(--product-control-list-gap);margin:var(--product-control-list-margin-top) 0 0;padding:0;list-style:none}.direct-control-list li{position:relative;padding-left:var(--product-control-list-item-padding-left);color:var(--product-control-list-item-color);font-size:var(--product-control-list-item-size);line-height:var(--product-control-list-item-line-height)}.direct-control-list li:before{content:"";position:absolute;left:0;top:var(--product-control-list-bullet-offset);width:var(--product-control-list-bullet-size);height:var(--product-control-list-bullet-size);border-radius:var(--product-control-list-bullet-radius);background:var(--product-control-list-bullet-bg)}.direct-control-action{display:inline-flex;align-items:center;gap:var(--product-control-action-gap);margin-top:var(--product-control-action-margin-top);border-radius:var(--product-control-action-radius);background:var(--product-control-action-bg);color:var(--product-control-action-color);padding:var(--product-control-action-padding);font-size:var(--product-control-action-size);font-weight:var(--product-control-action-weight);align-self:flex-start}.direct-control-guard{margin-top:var(--product-control-guard-margin-top);padding-top:var(--product-control-guard-padding-top);border-top:var(--product-control-divider);display:grid;gap:var(--product-control-guard-gap);color:var(--product-control-guard-color);font-size:var(--product-control-guard-size);line-height:var(--product-control-guard-line-height)}.direct-control-guard-label{color:var(--product-control-guard-label-color);font-size:var(--product-control-guard-label-size);font-weight:var(--product-control-guard-label-weight);letter-spacing:var(--product-control-guard-label-letter-spacing);line-height:var(--product-control-guard-label-line-height);text-transform:var(--product-control-guard-label-text-transform)}.direct-alerts{padding:var(--product-alert-section-padding);background:var(--product-alert-section-bg)}.direct-alerts-grid{display:grid;grid-template-columns:var(--product-alerts-grid-columns);gap:var(--layout-grid-gap-comfort);margin-top:var(--section-content-gap)}.direct-app-mock{margin:var(--section-content-gap) auto 0;max-width:var(--layout-content-width);background:var(--product-mock-bg);border:var(--product-mock-border);border-radius:var(--product-mock-radius);overflow:hidden;box-shadow:var(--product-mock-shadow)}.app-bar{display:flex;align-items:center;gap:var(--product-mock-bar-gap);padding:var(--product-mock-bar-padding);background:var(--product-mock-bar-bg);border-bottom:var(--product-mock-divider)}.app-dot{width:var(--product-mock-dot-size);height:var(--product-mock-dot-size);border-radius:var(--product-mock-dot-radius)}.app-dot--red{background:var(--product-mock-dot-red)}.app-dot--yellow{background:var(--product-mock-dot-yellow)}.app-dot--green{background:var(--product-mock-dot-green)}.app-url{flex:1;text-align:center;font-family:var(--product-mock-url-family);font-size:var(--product-mock-url-size);color:var(--product-mock-url-color);background:var(--product-mock-url-bg);padding:var(--product-mock-url-padding);border-radius:var(--product-mock-url-radius);border:var(--product-mock-url-border);max-width:var(--product-mock-url-width);margin:0 auto}.app-body{display:grid;grid-template-columns:var(--product-mock-sidebar-width) minmax(0,1fr);min-height:var(--product-mock-body-min-height)}.app-side{background:var(--product-mock-sidebar-bg);border-right:var(--product-mock-divider);padding:var(--product-mock-sidebar-padding);display:flex;flex-direction:column;gap:var(--product-mock-sidebar-gap)}.app-side-item{display:flex;align-items:center;gap:var(--product-mock-sidebar-item-gap);padding:var(--product-mock-sidebar-item-padding);border-radius:var(--product-mock-sidebar-item-radius);font-size:var(--product-mock-sidebar-item-size);font-weight:var(--product-mock-sidebar-item-weight);color:var(--product-mock-sidebar-item-color);cursor:default}.app-side-item--active{background:var(--product-mock-active-bg);color:var(--product-mock-sidebar-item-active-color)}.app-side-item--ai{margin-top:auto;color:var(--product-mock-sidebar-item-ai-color)}.app-side-item svg{flex-shrink:0}.app-side-badge{margin-left:auto;font-family:var(--product-mock-side-badge-family);font-size:var(--product-mock-side-badge-size);font-weight:var(--product-mock-side-badge-weight);line-height:var(--product-mock-side-badge-line-height);letter-spacing:var(--product-mock-side-badge-letter-spacing);padding:var(--product-mock-side-badge-padding-y) var(--product-mock-side-badge-padding-x);border-radius:var(--product-mock-side-badge-radius);background:var(--product-mock-side-badge-bg);color:var(--product-mock-side-badge-color)}.app-main{padding:var(--product-mock-main-padding);display:flex;flex-direction:column;gap:var(--product-mock-main-gap)}.app-main-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:var(--product-mock-main-head-margin-bottom)}.app-main-head h3{margin:0;font-size:var(--product-mock-title-size);font-weight:var(--product-mock-title-weight);color:var(--product-mock-title-color)}.app-filter{font-size:var(--product-mock-filter-size);color:var(--product-mock-filter-color);font-family:var(--product-mock-filter-family)}.app-alert{display:grid;grid-template-columns:var(--product-mock-alert-grid);gap:var(--product-mock-alert-gap);padding:var(--product-mock-alert-padding);border:var(--product-mock-border);border-radius:var(--product-mock-alert-radius);background:var(--product-mock-bg);border-left-width:var(--product-mock-alert-left-border);transition:background-color var(--motion-base),border-color var(--motion-base),opacity var(--motion-base)}.app-alert--warning{border-left-color:var(--product-mock-alert-warning-border-color);background:var(--product-mock-warning-bg)}.app-alert--danger{border-left-color:var(--product-mock-alert-danger-border-color);background:var(--product-mock-danger-bg)}.app-alert--info{border-left-color:var(--product-mock-alert-info-border-color);background:var(--product-mock-info-bg)}.app-alert--snoozed{border-left-color:var(--product-mock-alert-snoozed-border-color);background:var(--product-mock-snoozed-bg)}.app-alert--paused{border-left-color:var(--product-mock-alert-paused-border-color);background:var(--product-mock-paused-bg)}.app-alert-icon{width:var(--product-mock-alert-icon-size);height:var(--product-mock-alert-icon-size);border-radius:var(--product-mock-alert-icon-radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.app-alert--warning .app-alert-icon{background:var(--product-mock-warning-icon-bg);color:var(--product-mock-warning-icon-color)}.app-alert--danger .app-alert-icon{background:var(--product-mock-danger-icon-bg);color:var(--product-mock-danger-icon-color)}.app-alert--info .app-alert-icon{background:var(--product-mock-info-icon-bg);color:var(--product-mock-info-icon-color)}.app-alert-body{display:flex;flex-direction:column;gap:var(--product-mock-alert-body-gap);min-width:0}.app-alert-title{font-size:var(--product-mock-alert-title-size);font-weight:var(--product-mock-alert-title-weight);color:var(--product-mock-alert-title-color);display:inline-flex;align-items:center;gap:var(--product-mock-alert-title-gap);flex-wrap:wrap}.app-alert-tag{font-size:var(--product-mock-alert-tag-size);font-weight:var(--product-mock-alert-tag-weight);line-height:var(--product-mock-alert-tag-line-height);letter-spacing:var(--product-mock-alert-tag-letter-spacing);padding:var(--product-mock-alert-tag-padding-y) var(--product-mock-alert-tag-padding-x);border-radius:var(--product-mock-alert-tag-radius);background:var(--product-mock-alert-tag-bg);color:var(--product-mock-alert-tag-color);font-family:var(--product-mock-alert-tag-family)}.app-alert-text{font-size:var(--product-mock-alert-text-size);line-height:var(--product-mock-alert-text-line-height);color:var(--product-mock-alert-text-color)}.app-alert-actions{display:flex;gap:var(--product-mock-alert-actions-gap);margin-top:var(--product-mock-alert-actions-margin-top);flex-wrap:wrap}.app-alert-btn{font-family:var(--product-mock-alert-action-family);font-size:var(--product-mock-alert-action-size);font-weight:var(--product-mock-alert-action-weight);padding:var(--product-mock-alert-action-padding);border-radius:var(--product-mock-alert-action-radius);border:var(--product-mock-alert-action-border);background:var(--product-mock-alert-action-bg);color:var(--product-mock-alert-action-color);cursor:pointer;transition:background var(--motion-base),border-color var(--motion-base),color var(--motion-base),transform var(--motion-base)}.app-alert-btn:hover{background:var(--product-mock-alert-action-hover-bg)}.app-alert-btn[aria-pressed=true]{border-color:var(--product-mock-pressed-border);background:var(--product-mock-pressed-bg);color:var(--product-mock-alert-action-pressed-color)}.app-alert--paused .app-alert-btn[aria-pressed=true]{border-color:var(--product-mock-success-border);background:var(--product-mock-success-bg);color:var(--product-mock-alert-action-paused-color)}.app-alert-btn--primary{background:var(--product-mock-alert-action-primary-bg);color:var(--product-mock-alert-action-primary-color);border-color:var(--product-mock-alert-action-primary-border-color)}.app-alert-btn--primary:hover{background:var(--product-mock-alert-action-primary-hover-bg);border-color:var(--product-mock-alert-action-primary-hover-border-color)}.app-alert-status{min-height:var(--product-mock-alert-status-min-height);color:var(--product-mock-alert-status-color);font-size:var(--product-mock-alert-status-size);font-weight:var(--product-mock-alert-status-weight);line-height:var(--product-mock-alert-status-line-height)}.app-alert-status:empty{display:var(--product-mock-alert-empty-display)}.app-alert-time{font-family:var(--product-mock-alert-time-family);font-size:var(--product-mock-alert-time-size);color:var(--product-mock-alert-time-color);align-self:flex-start;flex-shrink:0}@media(max-width:768px){.direct-app-mock{margin-top:var(--section-content-gap-mobile);border-radius:var(--product-mock-radius-mobile)}.app-bar{padding:var(--product-mock-bar-padding-mobile)}.app-url{font-size:var(--product-mock-url-size-mobile);max-width:var(--product-mock-url-width-mobile)}.app-body{grid-template-columns:1fr;min-height:var(--product-mock-body-min-height-mobile)}.app-side{flex-direction:row;gap:var(--product-mock-sidebar-gap-mobile);border-right:var(--product-mock-sidebar-divider-mobile);border-bottom:var(--product-mock-divider);padding:var(--product-mock-sidebar-padding-mobile);overflow-x:auto;white-space:nowrap}.app-side-item{padding:var(--product-mock-sidebar-item-padding-mobile);font-size:var(--product-mock-sidebar-item-size-mobile)}.app-side-item--ai{margin-top:var(--product-mock-sidebar-ai-margin-mobile)}.app-side-item span:not(.app-side-badge){display:var(--product-mock-sidebar-label-hidden-display)}.app-side-item--active span:not(.app-side-badge){display:var(--product-mock-sidebar-label-active-display)}.app-main{padding:var(--product-mock-main-padding-mobile);gap:var(--product-mock-main-gap-mobile)}.app-alert{grid-template-columns:var(--product-mock-alert-grid-mobile);padding:var(--product-mock-alert-padding-mobile);gap:var(--product-mock-alert-gap-mobile)}.app-alert-time{grid-column:var(--product-mock-alert-time-column-mobile);font-size:var(--product-mock-alert-time-size-mobile);margin-top:var(--product-mock-alert-time-offset-mobile)}.app-alert-icon{width:var(--product-mock-alert-icon-size-mobile);height:var(--product-mock-alert-icon-size-mobile)}.app-alert-icon svg{width:var(--product-mock-alert-icon-svg-size-mobile);height:var(--product-mock-alert-icon-svg-size-mobile)}.app-alert-title{font-size:var(--product-mock-alert-title-size-mobile)}.app-alert-text{font-size:var(--product-mock-alert-text-size-mobile)}}.direct-fcard-value--hero{font-size:var(--product-feature-card-value-hero-size);font-weight:var(--product-feature-card-value-hero-weight);color:var(--product-feature-card-value-hero-color);letter-spacing:var(--product-feature-card-value-hero-letter-spacing);line-height:var(--product-feature-card-value-hero-line-height);margin-bottom:var(--product-feature-card-value-hero-margin-bottom)}.direct-metrics{padding:var(--product-process-section-padding);background:var(--product-process-section-bg)}.direct-metrics-grid{display:flex;justify-content:center;gap:var(--layout-metrics-gap);flex-wrap:wrap;max-width:var(--layout-content-width-narrow);margin:var(--section-content-gap) auto 0}.direct-metric-item{text-align:center;padding:var(--product-process-metric-item-padding)}.direct-metric-value{font-family:var(--product-process-metric-value-family);font-size:var(--product-process-metric-value-size);font-weight:var(--product-process-metric-value-weight);color:var(--product-process-metric-value-color);letter-spacing:var(--product-process-metric-value-letter-spacing);line-height:var(--product-process-metric-value-line-height)}.direct-metric-label{font-size:var(--product-process-metric-label-size);color:var(--product-process-metric-label-color);margin-top:var(--product-process-metric-label-margin-top);line-height:var(--product-process-metric-label-line-height)}.direct-checks-grid{display:grid;grid-template-columns:var(--product-check-grid);gap:var(--layout-grid-gap);max-width:var(--layout-content-width);margin:var(--section-content-gap) 0 0;align-items:stretch}.direct-check-card{min-height:0;display:flex;flex-direction:column;gap:var(--product-check-card-gap);padding:var(--product-check-card-padding);border:var(--product-check-card-border);border-radius:var(--product-check-card-radius);background:var(--product-check-card-bg);box-shadow:var(--product-check-card-shadow);position:relative;overflow:hidden}.direct-check-card:before{content:"";position:absolute;inset:0 auto 0 0;width:var(--product-check-accent-bar-width);background:var(--product-check-accent-bg);opacity:var(--product-check-accent-opacity)}.direct-check-num{width:fit-content;min-width:var(--product-check-num-min-width);min-height:var(--product-check-num-min-height);display:inline-flex;align-items:center;justify-content:center;padding:var(--product-check-num-padding);border:var(--product-check-num-border);border-radius:var(--product-check-num-radius);background:var(--product-check-num-bg);font-family:var(--product-check-num-family);font-size:var(--product-check-num-size);font-weight:var(--product-check-num-weight);letter-spacing:var(--product-check-num-letter-spacing);color:var(--product-check-num-color);text-transform:var(--product-check-num-text-transform)}.direct-check-card h3{margin:0;font-size:var(--product-check-title-size);font-weight:var(--product-check-title-weight);line-height:var(--product-check-title-line-height);letter-spacing:var(--product-check-title-letter-spacing);color:var(--product-check-title-color)}.direct-check-card p{margin:0;color:var(--product-check-copy-color);font-size:var(--product-check-copy-size);line-height:var(--product-check-copy-line-height)}.direct-check-note{max-width:none;margin:var(--product-check-note-margin);padding:var(--product-check-note-padding);border:var(--product-check-note-border);border-radius:var(--product-check-note-radius);background:var(--product-check-note-bg);color:var(--product-check-note-color);font-size:var(--product-check-note-size);line-height:var(--product-check-note-line-height)}.direct-steps{padding:var(--product-step-section-padding);background:var(--product-step-section-bg)}.direct-steps-grid{display:flex;align-items:center;justify-content:center;gap:var(--product-step-grid-gap);margin-top:var(--section-content-gap)}.direct-step-card{background:var(--product-step-card-bg);border:var(--product-step-card-border);border-radius:var(--product-step-card-radius);padding:var(--product-step-card-padding);box-shadow:var(--product-step-card-shadow);text-align:center;flex:1;max-width:var(--product-step-card-max-width);transition:var(--product-step-card-transition)}.direct-step-card:hover{transform:var(--product-step-card-hover-transform);box-shadow:var(--product-step-card-hover-shadow);border-color:var(--product-step-card-hover-border-color)}.direct-step-num{width:var(--product-step-num-size);height:var(--product-step-num-size);background:var(--product-step-num-bg);color:var(--product-step-num-color);border-radius:var(--product-step-num-radius);display:flex;align-items:center;justify-content:center;font-size:var(--product-step-num-font-size);font-weight:var(--product-step-num-weight);margin:var(--product-step-num-margin)}.direct-step-card h3{margin:var(--product-step-title-margin);font-size:var(--product-step-title-size);font-weight:var(--product-step-title-weight);line-height:var(--product-step-title-line-height);letter-spacing:var(--product-step-title-letter-spacing);color:var(--product-step-title-color)}.direct-step-card p{color:var(--product-step-copy-color);font-size:var(--product-step-copy-size);line-height:var(--product-step-copy-line-height)}.direct-step-connector{padding:var(--product-step-connector-padding);opacity:var(--product-step-connector-opacity)}@media(max-width:1024px){.fi-icon{width:var(--product-hero-icon-size-tablet);height:var(--product-hero-icon-size-tablet);border-radius:var(--product-hero-icon-radius-tablet)}.fi-icon--1{left:var(--product-hero-icon-1-left-tablet)}.fi-icon--2{right:var(--product-hero-icon-2-right-tablet);width:var(--product-hero-icon-size-lg-tablet);height:var(--product-hero-icon-size-lg-tablet)}.fi-icon--3{left:var(--product-hero-icon-3-left-tablet)}.fi-icon--4{right:var(--product-hero-icon-4-right-tablet)}.fi-icon--5{left:var(--product-hero-icon-5-left-tablet)}.fi-icon--6{right:var(--product-hero-icon-6-right-tablet);width:var(--product-hero-icon-size-lg-tablet);height:var(--product-hero-icon-size-lg-tablet)}.fi-icon--7{right:var(--product-hero-icon-7-right-tablet);width:var(--product-hero-icon-size-sm-tablet);height:var(--product-hero-icon-size-sm-tablet)}.fi-icon--8{left:var(--product-hero-icon-8-left-tablet);width:var(--product-hero-icon-size-sm-tablet);height:var(--product-hero-icon-size-sm-tablet)}.fi-icon svg{width:var(--product-hero-icon-glyph-size-tablet);height:var(--product-hero-icon-glyph-size-tablet)}.fi-icon img{width:var(--product-hero-icon-img-size-tablet);height:var(--product-hero-icon-img-size-tablet)}.fi-hero-center h1{font-size:var(--product-hero-center-title-tablet-size)}.fi-stat{padding:var(--product-hero-stat-padding-tablet)}.fi-stat-val{font-size:var(--product-stat-value-tablet-size)}.direct-problems-grid{grid-template-columns:var(--product-problem-grid-columns-tablet);gap:var(--layout-grid-gap-tight)}.use-cases-grid{grid-template-columns:var(--product-card-grid-columns-tablet);gap:var(--layout-grid-gap-tight)}.direct-feature,.direct-feature--reverse{grid-template-columns:1fr;gap:var(--layout-grid-gap);direction:ltr;margin-top:var(--product-feature-row-margin-top-tablet);padding:var(--product-feature-row-padding-tablet)}.direct-features{padding:var(--product-feature-section-padding-tablet)}.direct-feature-num{font-size:var(--product-feature-num-size-tablet);margin-bottom:var(--product-feature-num-margin-bottom-tablet);opacity:var(--product-feature-num-opacity-tablet)}.direct-feature-text h3{font-size:var(--product-feature-title-size-tablet);margin-bottom:var(--product-feature-title-margin-bottom-tablet)}.direct-feature-text p{line-height:var(--product-feature-copy-line-height);margin-bottom:var(--product-feature-copy-margin-bottom-tablet);font-size:var(--product-feature-copy-size)}.direct-feature-list li{padding:var(--product-feature-list-item-padding-y-tablet) 0 var(--product-feature-list-item-padding-y-tablet) var(--product-feature-list-item-padding-left-tablet);font-size:var(--product-feature-list-item-size-tablet)}.direct-feature-widget{padding:var(--product-feature-widget-padding-tablet);border-radius:var(--product-feature-widget-radius-tablet)}.direct-control-window{margin-top:var(--product-control-margin-top-mobile);border-radius:var(--product-control-radius-mobile)}.direct-control-bar{padding:var(--product-control-bar-padding-mobile);gap:var(--product-control-bar-gap-mobile)}.direct-control-url{max-width:100%;padding:var(--product-control-url-padding-mobile);font-size:var(--product-control-url-size-mobile)}.direct-control-body{padding:var(--product-control-body-padding-mobile)}.direct-control-metrics{grid-template-columns:var(--product-control-metric-grid);gap:var(--product-control-metric-gap-mobile)}.direct-control-grid{grid-template-columns:var(--product-control-grid-tablet);gap:var(--product-control-grid-gap-mobile)}.direct-control-metric{min-height:var(--product-control-metric-min-height-tablet);padding:var(--product-control-metric-padding-tablet)}.direct-control-card{min-height:var(--product-control-card-min-height-tablet);padding:var(--product-control-card-padding-mobile);border-radius:var(--product-control-card-radius)}.direct-control-card h3{font-size:var(--product-control-card-title-size-mobile)}.direct-steps-grid{flex-direction:column;gap:var(--product-step-grid-gap-tablet)}.direct-step-connector{transform:rotate(90deg)}.direct-step-card{max-width:var(--product-step-card-max-width-tablet)}.direct-metrics-grid{gap:var(--layout-grid-gap-wide)}.direct-checks-grid{grid-template-columns:var(--product-check-grid-tablet)}.direct-integrations-grid{gap:var(--product-integration-grid-gap-tablet)}.direct-integration-card{min-width:var(--product-integration-card-min-width-tablet);padding:var(--product-integration-card-padding-tablet)}}@media(max-width:768px){.fi-hero{padding:var(--product-hero-padding-mobile)}.fi-icon{display:none}.fi-hero-center h1{font-size:var(--product-hero-center-title-mobile-size)}.fi-hero-sub{font-size:var(--product-hero-subtitle-mobile-size);margin:var(--product-hero-sub-margin-mobile)}.use-cases-grid{grid-template-columns:var(--product-card-grid-columns-mobile)}.fi-hero-stats{flex-wrap:wrap;gap:var(--product-hero-stats-gap-mobile);padding:var(--product-hero-stats-padding-mobile);margin-top:var(--product-hero-stats-margin-mobile)}.fi-stat{flex:var(--product-hero-stat-flex-mobile)}.fi-stat-val{font-size:var(--product-stat-value-mobile-size)}.fi-stat-lbl{font-size:var(--product-stat-label-mobile-size)}.hero-tagline{font-size:var(--product-tagline-mobile-size);margin:var(--product-tagline-margin-mobile)}.direct-control-window{margin-top:var(--product-control-margin-top-mobile);border-radius:var(--product-control-radius-mobile)}.direct-control-body{padding:var(--product-control-body-padding-mobile)}.direct-control-metrics,.direct-control-grid{grid-template-columns:1fr;gap:var(--product-control-grid-gap-mobile)}.direct-control-metric{min-height:auto;padding:var(--product-control-metric-padding-tablet)}.direct-control-card{min-height:auto;padding:var(--product-control-card-padding-mobile);border-radius:var(--product-control-card-radius)}.direct-control-card h3{font-size:var(--product-control-card-title-size-mobile)}.faq{padding:var(--product-faq-section-padding);background:var(--product-faq-section-bg)}.faq h2{margin-bottom:var(--product-faq-title-margin-bottom-mobile)}.use-cases-grid,.direct-metrics-grid{margin:var(--section-content-gap-mobile) auto 0}.direct-checks-grid{grid-template-columns:var(--product-check-grid-mobile);gap:var(--layout-grid-gap-dense);margin-top:var(--section-content-gap-mobile)}.direct-check-card{min-height:auto;padding:var(--product-check-card-padding-mobile)}.direct-metrics-grid{gap:var(--layout-grid-gap-comfort);flex-direction:column;align-items:center}.direct-metric-value{font-size:var(--product-process-metric-value-mobile-size)}.direct-integrations-grid{gap:var(--product-integration-grid-gap-mobile)}.direct-integration-card{min-width:var(--product-integration-card-min-width-mobile);padding:var(--product-integration-card-padding-mobile)}.direct-integration-card svg{width:var(--product-integration-icon-size-mobile);height:var(--product-integration-icon-size-mobile)}}.direct-demo-section{padding:var(--lead-form-section-padding);background:var(--lead-form-product-section-bg);position:relative;overflow:hidden}.direct-demo-inner{display:grid;grid-template-columns:var(--lead-form-grid-columns-desktop);gap:var(--lead-form-grid-gap);align-items:var(--lead-form-grid-align-product)}.direct-demo-content{min-width:0;max-width:var(--lead-form-content-width)}.direct-demo-badge{display:inline-flex;align-items:center;gap:var(--pill-gap);width:fit-content;padding:var(--pill-padding-y) var(--pill-padding-x);border-radius:var(--pill-radius);background:var(--pill-bg);color:var(--pill-color);font-size:var(--pill-font-size);font-weight:var(--pill-font-weight);letter-spacing:var(--pill-letter-spacing);line-height:var(--pill-line-height);text-transform:var(--pill-text-transform);backdrop-filter:var(--pill-backdrop-filter);-webkit-backdrop-filter:var(--pill-backdrop-filter);box-shadow:var(--pill-shadow);margin-bottom:var(--lead-form-badge-margin-bottom);border:var(--pill-border)}.direct-demo-title{max-width:var(--lead-form-content-width);font-size:var(--lead-form-title-size);font-weight:var(--lead-form-title-weight);line-height:var(--lead-form-title-line-height);margin-bottom:var(--lead-form-title-margin-bottom);letter-spacing:var(--lead-form-title-letter-spacing);color:var(--lead-form-title-color)}.direct-demo-subtitle{color:var(--lead-form-subtitle-color);font-size:var(--lead-form-subtitle-size);font-weight:var(--lead-form-subtitle-weight);line-height:var(--lead-form-subtitle-line-height);margin-bottom:var(--lead-form-subtitle-margin-bottom);max-width:var(--lead-form-copy-width)}.direct-demo-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--lead-form-list-gap);max-width:var(--lead-form-content-width)}.direct-demo-checklist li{display:flex;align-items:flex-start;gap:var(--lead-form-list-item-gap);color:var(--lead-form-list-color);font-size:var(--lead-form-list-item-size);line-height:var(--lead-form-list-item-line-height);font-weight:var(--lead-form-list-item-weight)}.direct-demo-checklist li svg{flex-shrink:0;width:var(--lead-form-list-icon-size);height:var(--lead-form-list-icon-size);margin-top:var(--lead-form-list-icon-offset-y)}@media(max-width:1024px){.direct-demo-section{padding:var(--lead-form-section-padding-tablet)}.direct-demo-inner{grid-template-columns:1fr;gap:var(--lead-form-grid-gap-tablet);max-width:var(--lead-form-grid-width-tablet);margin:0 auto}.direct-demo-content,.direct-demo-title{max-width:var(--lead-form-content-width-tablet)}.direct-demo-title{font-size:var(--lead-form-title-size-tablet)}.direct-demo-subtitle,.direct-demo-checklist{max-width:var(--lead-form-copy-width-tablet)}.direct-demo-subtitle{font-size:var(--lead-form-subtitle-size-tablet);margin-bottom:var(--lead-form-subtitle-margin-bottom)}}@media(max-width:768px){.direct-demo-section{padding:var(--lead-form-section-padding-mobile)}.direct-demo-inner{gap:var(--lead-form-grid-gap-mobile)}.direct-demo-badge{padding:var(--pill-mobile-padding-y) var(--pill-mobile-padding-x);margin-bottom:var(--lead-form-badge-margin-bottom-mobile);font-size:var(--pill-mobile-font-size)}.direct-demo-title{font-size:var(--lead-form-title-size-mobile);margin-bottom:var(--lead-form-title-margin-bottom-mobile)}.direct-demo-subtitle{font-size:var(--lead-form-subtitle-size-mobile);line-height:var(--lead-form-subtitle-line-height-mobile);margin-bottom:var(--lead-form-subtitle-margin-bottom-mobile)}.direct-demo-checklist{gap:var(--lead-form-list-gap-mobile)}.direct-demo-checklist li{gap:var(--lead-form-list-item-gap-mobile);font-size:var(--lead-form-list-item-size-mobile);line-height:var(--lead-form-list-item-line-height)}.direct-demo-checklist li svg{width:var(--lead-form-list-icon-size-mobile);height:var(--lead-form-list-icon-size-mobile);margin-top:var(--lead-form-list-icon-offset-y)}}.fi-hero .hero-title{font-family:var(--product-hero-title-family);font-size:var(--product-hero-title-size);max-width:var(--product-hero-title-width);margin:var(--product-hero-title-margin);font-weight:var(--product-hero-title-weight);letter-spacing:var(--product-hero-title-letter-spacing);line-height:var(--product-hero-title-line-height);color:var(--product-hero-title-color);background:none;-webkit-text-fill-color:currentColor;text-shadow:none}.fi-hero .hero-title--sentence-sheen{color:var(--product-hero-title-color);background:var(--product-hero-sheen-gradient);background-size:var(--product-hero-sheen-bg-size);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:var(--product-hero-sheen-animation);text-shadow:var(--product-hero-sheen-text-shadow)}.fi-hero .hero-subtitle{font-size:var(--product-hero-subtitle-size);font-weight:var(--product-hero-subtitle-weight);line-height:var(--product-hero-subtitle-line-height);max-width:var(--product-hero-subtitle-width);margin-top:var(--product-hero-subtitle-margin-top);margin-left:auto;margin-right:auto}@media(max-width:768px){.fi-hero .hero-title{font-size:var(--product-hero-title-mobile-size);line-height:var(--product-hero-title-mobile-line-height)}.fi-hero .hero-subtitle{font-size:var(--product-hero-subtitle-mobile-size)}.fi-stat-val{font-size:var(--product-stat-value-mobile-size);white-space:normal;line-height:var(--product-stat-value-mobile-line-height)}.fi-stat-lbl{font-size:var(--product-stat-label-mobile-size);line-height:var(--product-stat-label-mobile-line-height)}}
