.cfo-hero{flex-direction:column;align-items:center;gap:4rem;min-height:614px;display:flex;position:relative}@media (width>=1024px){.cfo-hero{flex-direction:row;gap:2.5rem}}.cfo-hero__bg{z-index:-1;background:radial-gradient(circle at 50% 0,#ffffffd9 0%,#f7f9ff00 70%);position:absolute;inset:0}.cfo-hero__copy{z-index:10;flex-direction:column;flex:1;gap:1.5rem;display:flex}.cfo-hero__eyebrow{color:var(--color-primary,#1b9e74);letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;font-weight:600}.cfo-hero__title{font-family:var(--font-display,inherit);color:var(--color-on-surface,#171c21);font-size:3rem;line-height:1.05}@media (width>=768px){.cfo-hero__title{font-size:3.75rem}}.cfo-hero__title-accent{color:var(--color-primary,#1b9e74);font-style:italic}.cfo-hero__description{color:var(--color-on-surface-variant,#3d4a43);max-width:42rem;margin-top:.5rem;font-size:1.125rem;line-height:1.625}.cfo-hero__actions{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}@media (width>=640px){.cfo-hero__actions{flex-direction:row}}.cfo-hero__btn{letter-spacing:.05em;text-transform:uppercase;cursor:pointer;border-radius:9999px;padding:1rem 2rem;font-size:.75rem;font-weight:600;transition:background-color .2s}.cfo-hero__btn--primary{background:var(--color-primary,#1b9e74);color:#fff;box-shadow:0 1px 2px #0000000d}.cfo-hero__btn--primary:hover{background:var(--color-primary-container,#85f8c8)}.cfo-hero__btn--secondary{background:var(--color-surface-container-lowest,#fff);color:var(--color-on-surface,#171c21);border:1px solid var(--color-outline-variant,#bccac1)}.cfo-hero__btn--secondary:hover{background:var(--color-surface-container-low,#f0f4f8)}.cfo-hero__media{flex:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.cfo-hero__image-wrap{aspect-ratio:4/3;background:var(--color-surface-container-lowest,#fff);border:1px solid #bccac14d;border-radius:1.5rem;justify-content:center;align-items:center;width:100%;max-width:36rem;animation:7s ease-in-out infinite cfoHeroFloat;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 2px #0000000d}@keyframes cfoHeroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.cfo-hero__image{object-fit:cover;width:100%;height:100%}.cfo-hero__widget{backdrop-filter:blur(12px);z-index:10;background:#ffffffeb;border:1px solid #fff;border-radius:1rem;min-width:230px;padding:1rem;animation:6s ease-in-out infinite cfoWidgetDrift;position:absolute;bottom:-1.5rem;right:-1rem;box-shadow:0 10px 15px -3px #0000001a}@media (width>=768px){.cfo-hero__widget{right:1.5rem}}@keyframes cfoWidgetDrift{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.cfo-hero__widget-head{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.cfo-hero__widget-badge{text-transform:uppercase;letter-spacing:.05em;color:var(--color-primary,#1b9e74);font-size:10px;font-weight:600}.cfo-hero__widget-pulse{background:var(--color-primary,#1b9e74);border-radius:9999px;width:8px;height:8px}.cfo-hero__widget-row{border-bottom:1px solid #bccac133;justify-content:space-between;align-items:center;gap:.75rem;padding:.375rem 0;display:flex}.cfo-hero__widget-row--last{border-bottom:none;padding-top:.5rem}.cfo-hero__widget-label{color:var(--color-on-surface-variant,#3d4a43);font-size:11px}.cfo-hero__widget-label--highlight{color:var(--color-primary,#1b9e74);font-weight:600}.cfo-hero__widget-value{color:var(--color-on-surface,#171c21);font-size:.75rem;font-weight:600}.cfo-hero__widget-value--highlight{color:var(--color-primary,#1b9e74);font-weight:700}.cfo-forecast{border-top:1px solid #bccac14d;flex-direction:column;gap:2.5rem;padding-top:4rem;display:flex}.cfo-forecast__top{flex-direction:column;gap:2rem;display:flex}@media (width>=1024px){.cfo-forecast__top{flex-direction:row;justify-content:space-between;align-items:flex-end}}.cfo-forecast__header{flex-direction:column;gap:1rem;max-width:48rem;display:flex}.cfo-forecast__title{font-family:var(--font-display,inherit);color:var(--color-on-surface,#171c21);font-size:2.25rem;line-height:1.15}@media (width>=768px){.cfo-forecast__title{font-size:3rem}}.cfo-forecast__title-accent{color:var(--color-primary,#1b9e74);font-style:italic}.cfo-forecast__aside{color:var(--color-on-surface-variant,#3d4a43);max-width:28rem;font-size:1rem;line-height:1.625}.cfo-forecast__dashboard{background:#fff;border:1px solid #bccac140;border-radius:1.5rem;padding:1.5rem 2rem;box-shadow:0 24px 64px #0000000a}.cfo-forecast__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=1024px){.cfo-forecast__grid{grid-template-columns:repeat(3,1fr)}}.cfo-forecast__chart-panel{background:#fff6;border:1px solid #bccac133;border-radius:1rem;padding:1.25rem 1.5rem}@media (width>=1024px){.cfo-forecast__chart-panel{grid-column:span 2}}.cfo-forecast__panel-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.cfo-forecast__eyebrow{text-transform:uppercase;letter-spacing:.05em;color:var(--color-primary,#1b9e74);margin-bottom:.25rem;font-size:10px;font-weight:700}.cfo-forecast__panel-title{font-family:var(--font-display,inherit);color:var(--color-on-surface,#171c21);font-size:1.25rem}.cfo-forecast__legend{color:var(--color-on-surface-variant,#3d4a43);align-items:center;gap:1rem;font-size:10px;display:flex}.cfo-forecast__legend-item{align-items:center;gap:.375rem;display:flex}.cfo-forecast__legend-swatch{border-radius:2px;width:8px;height:8px}.cfo-forecast__legend-swatch--inflow{background:#1b9e74b3}.cfo-forecast__legend-swatch--outflow{background:#85f8c880}.cfo-forecast__chart-wrap{height:180px;position:relative}@media (width>=640px){.cfo-forecast__chart-wrap{height:200px}}.cfo-forecast__chart-wrap svg{width:100%;height:100%;overflow:visible}.cfo-forecast__area-line{stroke-dasharray:1;stroke-dashoffset:1px;animation:2.5s ease-out .3s forwards cfoAreaDraw}@keyframes cfoAreaDraw{to{stroke-dashoffset:0}}.cfo-forecast__endpoint{pointer-events:none;position:absolute;top:17.5%;right:0;transform:translate(50%,-50%)}.cfo-forecast__endpoint-ring{background:#1b9e7433;border-radius:9999px;width:1rem;height:1rem;position:absolute}.cfo-forecast__endpoint-dot{background:var(--color-primary,#1b9e74);border-radius:9999px;width:8px;height:8px;position:relative}.cfo-forecast__week-labels{color:var(--color-on-surface-variant,#3d4a43);border-top:1px solid #bccac133;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;font-size:10px;display:flex}.cfo-forecast__week-label--active{color:var(--color-primary,#1b9e74);font-weight:600}.cfo-forecast__stats{border-top:1px solid #bccac133;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:1.25rem;padding-top:1rem;display:grid}.cfo-forecast__stat-label{text-transform:uppercase;letter-spacing:.05em;color:var(--color-on-surface-variant,#3d4a43);font-size:10px;display:block}.cfo-forecast__stat-value{font-family:var(--font-display,inherit);color:var(--color-on-surface,#171c21);font-size:1.125rem}.cfo-forecast__stat-value--accent{color:var(--color-primary,#1b9e74)}.cfo-forecast__kpi-panel{background:#fff6;border:1px solid #bccac133;border-radius:1rem;flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.cfo-forecast__kpi-tile{background:#ffffffb3;border:1px solid #bccac133;border-radius:12px;padding:.85rem 1rem}.cfo-forecast__kpi-tile--highlight{background:#1b9e740f;border-color:#1b9e7433}.cfo-forecast__kpi-head{justify-content:space-between;align-items:center;display:flex}.cfo-forecast__kpi-label{text-transform:uppercase;letter-spacing:.05em;color:var(--color-on-surface-variant,#3d4a43);font-size:10px}.cfo-forecast__kpi-label--highlight{color:var(--color-primary,#1b9e74);font-weight:600}.cfo-forecast__kpi-trend{color:var(--color-primary,#1b9e74);align-items:center;gap:.125rem;font-size:10px;font-weight:600;display:flex}.cfo-forecast__kpi-trend--muted{color:var(--color-on-surface-variant,#3d4a43)}.cfo-forecast__kpi-value{font-family:var(--font-display,inherit);color:var(--color-on-surface,#171c21);font-size:1.5rem}.cfo-forecast__kpi-value--highlight{color:var(--color-primary,#1b9e74)}.cfo-forecast__kpi-bar-track{background:var(--color-surface-container-high,#e8ecef);border-radius:9999px;height:6px;margin-top:.5rem;overflow:hidden}.cfo-forecast__kpi-bar{transform-origin:0;height:100%;animation:1.2s cubic-bezier(.16,1,.3,1) forwards cfoBarGrow;transform:scaleX(0)}.cfo-forecast__kpi-bar--strong{background:#1b9e74cc}.cfo-forecast__kpi-bar--medium{background:#1b9e7499}.cfo-forecast__kpi-bar--full{background:var(--color-primary,#1b9e74)}.cfo-forecast__kpi-bar--delay-1{animation-delay:.25s}.cfo-forecast__kpi-bar--delay-2{animation-delay:.5s}@keyframes cfoBarGrow{to{transform:scaleX(1)}}.cfo-operations{border-top:1px solid #bccac14d;flex-direction:column;gap:3rem;padding-top:4rem;display:flex}.cfo-operations__header{flex-direction:column;gap:1rem;max-width:48rem;display:flex}.cfo-operations__title{font-family:var(--font-display,inherit);color:var(--color-on-surface,#171c21);font-size:2.25rem;line-height:1.15}@media (width>=768px){.cfo-operations__title{font-size:3rem}}.cfo-operations__description{color:var(--color-on-surface-variant,#3d4a43);font-size:1rem;line-height:1.625}.cfo-operations__grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=768px){.cfo-operations__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.cfo-operations__grid{grid-template-columns:repeat(3,1fr)}}.cfo-service-card{background:#fff;border:1px solid #bccac14d;border-radius:18px;flex-direction:column;padding:1.75rem 1.75rem 1.75rem 2.25rem;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s,border-color .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000005}.cfo-service-card:hover{border-color:#1b9e744d;transform:translateY(-4px);box-shadow:0 14px 32px #1b9e7414}.cfo-service-card__bar{background:linear-gradient(#1b9e74 0%,#85f8c8 100%);border-radius:0 3px 3px 0;width:3px;position:absolute;top:1.5rem;bottom:1.5rem;left:0}.cfo-service-card__head{color:#1b9e74;align-items:center;gap:.6rem;display:flex}.cfo-service-card__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#1b9e74;font-size:10px;font-weight:700}.cfo-service-card__title{font-family:var(--font-display,inherit);color:var(--color-on-surface,#171c21);margin-top:.5rem;margin-bottom:.5rem;font-size:1.5rem}.cfo-service-card__text{color:var(--color-on-surface-variant,#3d4a43);font-size:.875rem;line-height:1.625}
