/* TSFP Ventures site stylesheet (adapted from the original main.css for Elementor). Edit directly. */
*,
*::before,
*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;}
:root body{margin:0;}
:root h1:where(.cwc,.cwc *),
:root h2:where(.cwc,.cwc *),
:root h3:where(.cwc,.cwc *),
:root h4:where(.cwc,.cwc *),
:root h5:where(.cwc,.cwc *),
:root h6:where(.cwc,.cwc *),
:root p:where(.cwc,.cwc *),
:root .cwc-figure{margin:0;}
:root ul:where(.cwc,.cwc *),
:root ol:where(.cwc,.cwc *){margin:0;padding:0;list-style:none;}
:root img:where(.cwc,.cwc *){max-width:100%;height:auto;display:block;}
:root a:where(.cwc,.cwc *){color:inherit;text-decoration:none;}
:root button:where(.cwc,.cwc *){font:inherit;color:inherit;background:none;border:0;cursor:pointer;padding:0;}
:root input:where(.cwc,.cwc *),
:root select:where(.cwc,.cwc *),
:root textarea:where(.cwc,.cwc *){font:inherit;}
:root svg:where(.cwc,.cwc *){display:block;}
:root{--tsfp-navy:#071943; --tsfp-blue:#375EFB; --tsfp-blue-dark:#0051AE; --tsfp-lightblue:#EFF5FD; --tsfp-lightblue-2:#F0F6FD; --tsfp-border:#E0E0E0; --tsfp-white:#FFFFFF; --tsfp-text:#334155; --tsfp-font:Helvetica,Arial,sans-serif; --tsfp-body-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;}
:root body{font-family:var(--tsfp-body-font); font-size:16px; line-height:1.65; color:var(--tsfp-text); background-color:#fff;}
:root h1:where(.cwc,.cwc *),
:root h2:where(.cwc,.cwc *),
:root h3:where(.cwc,.cwc *),
:root h4:where(.cwc,.cwc *),
:root h5:where(.cwc,.cwc *),
:root h6:where(.cwc,.cwc *){font-weight:600;}
:root .tsfp-header{position:sticky;top:0;z-index:100;background-color:#fff;box-shadow:0 2px 12px rgba(0,0,0,.08);}
:root .tsfp-header-inner{display:flex;align-items:center;justify-content:space-between;padding-block:14px;}
:root .tsfp-logo{display:inline-flex;align-items:center;}
:root .tsfp-logo img{width:180px;height:auto;}
:root .tsfp-nav-toggle{display:none;width:40px;height:40px;align-items:center;justify-content:center;}
:root .tsfp-nav-toggle-bars{display:block;width:22px;height:16px;position:relative;}
:root .tsfp-nav-toggle-bars span{position:absolute;left:0;width:100%;height:2px;background-color:var(--tsfp-navy);transition:transform .2s ease,opacity .2s ease,top .2s ease;}
:root .tsfp-nav-toggle-bars span:nth-child(1){top:0;}
:root .tsfp-nav-toggle-bars span:nth-child(2){top:7px;}
:root .tsfp-nav-toggle-bars span:nth-child(3){top:14px;}
:root .tsfp-nav-open .tsfp-nav-toggle-bars span:nth-child(1){top:7px;transform:rotate(45deg);}
:root .tsfp-nav-open .tsfp-nav-toggle-bars span:nth-child(2){opacity:0;}
:root .tsfp-nav-open .tsfp-nav-toggle-bars span:nth-child(3){top:7px;transform:rotate(-45deg);}
:root .tsfp-nav-menu{display:flex;align-items:center;gap:4px;}
:root .tsfp-nav-menu > li{position:relative;}
:root .tsfp-nav-menu > li > a{display:inline-flex;align-items:center;gap:5px;padding:12px 18px;font-family:var(--tsfp-font);font-weight:500;font-size:.95rem;color:var(--tsfp-navy);border-radius:6px;transition:color .15s ease;}
:root .tsfp-nav-menu > li > a:hover{color:var(--tsfp-blue);}
:root .tsfp-nav-caret{width:8px;height:8px;flex:0 0 auto;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);margin-top:-3px;}
:root .tsfp-dropdown{position:absolute;top:100%;left:0;min-width:250px;margin-top:4px;padding:8px;background-color:#fff;border:1px solid var(--tsfp-border);border-radius:10px;box-shadow:0 16px 32px rgba(7,25,67,.14);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease;}
:root .tsfp-has-dropdown:hover > .tsfp-dropdown,
:root .tsfp-has-dropdown.tsfp-dropdown-open > .tsfp-dropdown{opacity:1;visibility:visible;transform:translateY(0);}
:root .tsfp-dropdown li a{display:block;padding:10px 14px;border-radius:6px;font-family:var(--tsfp-font);font-size:.9rem;color:var(--tsfp-navy);}
:root .tsfp-dropdown li a:hover{background-color:var(--tsfp-lightblue);color:var(--tsfp-blue-dark);}
@media (max-width:921.99px){
	:root .tsfp-nav-toggle{display:inline-flex;}
	:root .tsfp-nav-menu{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background-color:#fff;border-top:1px solid var(--tsfp-border);border-bottom:1px solid var(--tsfp-border);padding:8px 20px;max-height:0;overflow:hidden;visibility:hidden;transition:max-height .2s ease;}
	:root .tsfp-nav-open .tsfp-nav-menu{max-height:600px;visibility:visible;}
	:root .tsfp-nav-menu > li > a{width:100%;padding:12px 4px;justify-content:space-between;}
	:root .tsfp-dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;margin:0 0 4px;padding:0 0 0 14px;display:none;}
	:root .tsfp-has-dropdown.tsfp-dropdown-open > .tsfp-dropdown{display:block;}
}
:root .tsfp-footer{background-color:var(--tsfp-navy);padding-block:56px 0;}
:root .tsfp-footer-cols{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding-bottom:40px;}
:root .tsfp-footer-brand{max-width:320px;}
:root .tsfp-footer-logo{display:inline-block;}
:root .tsfp-footer-logo img{display:block;height:36px;width:auto;filter:brightness(0) invert(1);}
:root .tsfp-footer-tagline{margin:16px 0 0;font-size:.9rem;line-height:1.65;color:#B9C3DC;}
:root .tsfp-footer-heading{margin:0 0 18px;font-family:var(--tsfp-font);font-weight:700;font-size:.95rem;color:#fff;}
:root .tsfp-footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px;}
:root .tsfp-footer-links a{font-size:.9rem;color:#B9C3DC;text-decoration:none;transition:color .15s ease;}
:root .tsfp-footer-links a:hover{color:#fff;}
:root .tsfp-footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-block:22px;text-align:center;}
:root .tsfp-footer-bottom p{margin:0;font-size:.85rem;color:#B9C3DC;}
@media (max-width:820px){
	:root .tsfp-footer-cols{grid-template-columns:1fr 1fr;}
	:root .tsfp-footer-brand{grid-column:1 / -1;max-width:none;}
}
@media (max-width:540px){
	:root .tsfp-footer-cols{grid-template-columns:1fr;gap:32px;}
}
:root .tsfp-scroll-top{position:fixed;right:24px;bottom:24px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background-color:var(--tsfp-blue);color:#fff;border-radius:50%;box-shadow:0 6px 18px rgba(7,25,67,.25);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:90;}
:root .tsfp-scroll-top.tsfp-visible{opacity:1;visibility:visible;transform:translateY(0);}
:root .tsfp-scroll-top svg{width:16px;height:16px;fill:currentColor;transform:rotate(-90deg);}
:root .tsfp-container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:clamp(20px, (100vw - 1200px) / 2, 100px);padding-right:clamp(20px, (100vw - 1200px) / 2, 100px);box-sizing:border-box;}
:root .tsfp-container.tsfp-narrow{padding-left:24px;padding-right:24px;}
:root .tsfp-section{padding-block:72px;}
:root .tsfp-section-alt{background-color:var(--tsfp-lightblue);}
:root .tsfp-section-tight{padding-block:48px;}
:root .tsfp-eyebrow{font-family:var(--tsfp-font);font-weight:700;font-size:.8rem;letter-spacing:.09em;text-transform:uppercase;color:var(--tsfp-blue-dark);text-align:center;margin:0 0 14px;}
:root .tsfp-eyebrow-lined{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:10px;}
:root .tsfp-eyebrow-lined::after{content:"";width:70px;height:2px;border-radius:2px;background:linear-gradient(to right,var(--tsfp-blue) 0%,#fff 100%);}
:root .tsfp-eyebrow-line-right{display:flex;align-items:center;text-align:left;gap:16px;}
:root .tsfp-eyebrow-line-right::after{content:"";width:70px;flex:0 0 auto;height:2px;border-radius:2px;background:linear-gradient(to right,var(--tsfp-blue) 0%,#fff 100%);}
:root .tsfp-h1{font-family:var(--tsfp-font);font-weight:600;font-size:2.4rem;line-height:3rem;color:var(--tsfp-navy);text-align:center;margin:0 0 18px;}
:root .tsfp-h2{font-family:var(--tsfp-font);font-weight:600;font-size:1.7rem;line-height:2.2rem;color:var(--tsfp-navy);margin:0 0 14px;}
:root .tsfp-h3{font-family:var(--tsfp-font);font-weight:600;font-size:1.25rem;line-height:1.6rem;color:var(--tsfp-navy);margin:0 0 10px;}
:root .tsfp-lead{font-size:1rem;line-height:1.6;color:var(--tsfp-navy);text-align:center;max-width:760px;margin:0 auto 44px;}
:root .tsfp-body{font-size:.98rem;line-height:1.7;color:var(--tsfp-navy);margin:0 0 18px;}
:root .tsfp-center{text-align:center;}
:root .tsfp-breadcrumb{background-color:#EFF5FD;padding-block:26px;position:relative;overflow:hidden;}
:root .tsfp-breadcrumb::after{content:"";position:absolute;top:50%;right:4%;width:200px;height:200px;transform:translateY(-50%);background:url('../images/tree.png') no-repeat center/contain;opacity:.16;pointer-events:none;}
:root .tsfp-breadcrumb .tsfp-container{position:relative;z-index:1;}
@media (max-width:700px){
	:root .tsfp-breadcrumb::after{width:120px;height:120px;right:-10px;}
}
:root .tsfp-breadcrumb-trail{display:flex;align-items:center;gap:8px;font-family:var(--tsfp-font);font-size:.85rem;color:var(--tsfp-text);margin:0 0 14px;}
:root .tsfp-breadcrumb-trail a{color:var(--tsfp-blue-dark);text-decoration:none;}
:root .tsfp-breadcrumb-trail a:hover{text-decoration:underline;}
:root .tsfp-breadcrumb-trail span[aria-current]{color:var(--tsfp-navy);font-weight:600;}
:root .tsfp-breadcrumb-sep{color:#A9B6CC;}
:root .tsfp-breadcrumb-title{font-family:var(--tsfp-font);font-weight:700;font-size:2.2rem;line-height:1.2;color:var(--tsfp-navy);margin:0;}
:root .tsfp-page-hero{background-color:var(--tsfp-lightblue);padding-block:68px 56px;}
:root .tsfp-page-hero-alt{background-color:#fff;position:relative;overflow:hidden;}
:root .tsfp-page-hero-alt::before,
:root .tsfp-page-hero-alt::after{content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:0;}
:root .tsfp-page-hero-alt::before{top:-140px;right:-100px;width:420px;height:420px;background:radial-gradient(circle at 30% 30%,rgba(55,94,251,.14),rgba(55,94,251,0) 70%);animation:tsfp-float 9s ease-in-out infinite;}
:root .tsfp-page-hero-alt::after{bottom:-160px;left:6%;width:280px;height:280px;background:radial-gradient(circle at 70% 70%,rgba(0,81,174,.10),rgba(0,81,174,0) 70%);animation:tsfp-float 11s ease-in-out infinite reverse;}
:root .tsfp-page-hero-alt .tsfp-container{position:relative;z-index:1;}
@keyframes tsfp-float{0%,100%{transform:translateY(0);}50%{transform:translateY(-18px);}}
:root .tsfp-who-cols{align-items:center;}
:root .tsfp-who-media{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 48px rgba(7,25,67,.16);}
:root .tsfp-who-media::after{content:"";position:absolute;inset:0;background:linear-gradient(160deg,rgba(0,32,120,.42) 0%,rgba(55,94,251,.22) 55%,rgba(55,94,251,.05) 100%);}
:root .tsfp-who-media img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:6/5;}
@media (max-width:900px){
	:root .tsfp-who-media{order:-1;}
}
:root .tsfp-page-hero .tsfp-h1{margin-bottom:16px;}
:root .tsfp-page-hero .tsfp-lead{margin-bottom:0;}
:root .tsfp-btn-group{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin:8px 0 0;}
:root :is(.tsfp-btn,:where(.cwc-form .elementor-button)){display:inline-flex;align-items:center;gap:10px;background-color:var(--tsfp-blue);color:#fff !important;font-family:var(--tsfp-font);font-weight:600;font-size:.9rem;padding:13px 26px;border-radius:4px;text-decoration:none;line-height:1;border:1.5px solid var(--tsfp-blue);transition:background-color .15s ease,color .15s ease;}
:root :is(.tsfp-btn,:where(.cwc-form .elementor-button)):hover{background-color:var(--tsfp-blue-dark);border-color:var(--tsfp-blue-dark);}
:root .tsfp-btn-outline{background-color:transparent;color:var(--tsfp-navy) !important;border-color:var(--tsfp-navy);}
:root .tsfp-btn-outline:hover{background-color:var(--tsfp-navy);border-color:var(--tsfp-navy);color:#fff !important;}
:root :is(.tsfp-btn,:where(.cwc-form .elementor-button)) svg{width:14px;height:14px;fill:currentColor;}
:root .tsfp-grid{display:flex;flex-wrap:wrap;gap:28px;justify-content:center;}
:root .tsfp-grid-2 > .tsfp-card{flex:1 1 340px;max-width:calc(50% - 14px);}
:root .tsfp-grid-3 > .tsfp-card{flex:1 1 280px;max-width:calc(33.333% - 19px);}
:root .tsfp-grid-4 > .tsfp-card{flex:1 1 240px;max-width:calc(25% - 21px);}
:root .tsfp-card{background-color:#fff;border:1px solid var(--tsfp-border);border-radius:12px;padding:32px;box-sizing:border-box;}
:root .tsfp-card .tsfp-h3{margin-bottom:12px;}
:root .tsfp-card p{font-size:.92rem;line-height:1.65;color:var(--tsfp-navy);margin:0 0 16px;}
:root .tsfp-card .tsfp-card-link{font-family:var(--tsfp-font);font-weight:600;font-size:.85rem;color:var(--tsfp-blue);text-decoration:none;display:inline-flex;align-items:center;gap:6px;}
:root .tsfp-card .tsfp-card-link:hover{color:var(--tsfp-blue-dark);}
:root .tsfp-card-num{display:inline-block;font-family:var(--tsfp-font);font-weight:700;font-size:.85rem;color:#fff;background-color:var(--tsfp-blue);width:30px;height:30px;line-height:30px;text-align:center;border-radius:50%;margin-bottom:14px;}
:root .tsfp-platform-grid{display:grid;grid-template-columns:repeat(2,1fr);}
:root .tsfp-grid-4.tsfp-platform-grid > .tsfp-card{max-width:none;flex:none;}
:root .tsfp-card-split{display:flex;gap:20px;align-items:flex-start;text-align:left;}
:root .tsfp-card-split .tsfp-card-media{flex:0 0 auto;}
:root .tsfp-card-split .tsfp-card-body{flex:1 1 auto;min-width:0;}
:root .tsfp-platform-grid .tsfp-card{border:none;border-radius:20px;box-shadow:0 10px 28px rgba(7,25,67,.08);transition:box-shadow .3s ease,transform .3s ease;}
:root .tsfp-platform-grid .tsfp-card:hover{box-shadow:0 20px 44px rgba(7,25,67,.16);transform:translateY(-4px);}
:root .tsfp-platform-grid .tsfp-card-media{width:96px;height:96px;border-radius:50%;background-color:var(--tsfp-lightblue);display:flex;align-items:center;justify-content:center;}
:root .tsfp-platform-grid .tsfp-card-media img{width:64px;height:64px;object-fit:contain;}
:root .tsfp-platform-grid .tsfp-card-num{display:block;background-color:transparent;color:#A8BFE4;width:auto;height:auto;line-height:1;font-size:2.1rem;text-align:left;border-radius:0;margin-bottom:4px;}
:root .tsfp-platform-grid .tsfp-h3{color:#0051AE;font-size:1.35rem;}
:root .tsfp-platform-grid .tsfp-card-link{color:var(--tsfp-navy);text-decoration:underline;text-underline-offset:3px;font-weight:700;gap:10px;}
:root .tsfp-platform-grid .tsfp-card-link svg{width:18px;height:18px;flex:0 0 auto;color:var(--tsfp-blue);}
:root .tsfp-platform-grid .tsfp-card-link:hover{color:var(--tsfp-blue-dark);}
@media (max-width:700px){
	:root .tsfp-platform-grid{grid-template-columns:1fr;}
}
@media (max-width:480px){
	:root .tsfp-card-split{flex-direction:column;}
}
:root .tsfp-cols-2{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center;}
:root .tsfp-cols-2.tsfp-cols-2-tight{gap:36px;}
:root .tsfp-investor-cols{gap:0;}
:root .tsfp-investor-media{display:flex;justify-content:flex-end;}
:root .tsfp-investor-media img{width:100%;max-width:240px;height:auto;}
@media (max-width:900px){
	:root .tsfp-investor-media{justify-content:center;}
	:root .tsfp-investor-media img{max-width:200px;}
}
:root .tsfp-why-grid{align-items:stretch;}
:root .tsfp-why-problem{display:flex;flex-direction:column;justify-content:flex-start;}
:root .tsfp-why-problem .tsfp-h2{color:var(--tsfp-navy);}
:root .tsfp-why-solution{display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,var(--tsfp-blue) 0%,var(--tsfp-blue-dark) 100%);border-radius:24px;padding:40px 36px;box-shadow:0 20px 44px rgba(7,25,67,.18);transition:box-shadow .3s ease,transform .3s ease;}
:root .tsfp-why-solution:hover{box-shadow:0 28px 60px rgba(7,25,67,.3);transform:translateY(-4px);}
:root .tsfp-why-solution .tsfp-h2{color:#fff;}
:root .tsfp-why-kicker{display:inline-block;font-family:var(--tsfp-font);font-weight:700;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--tsfp-blue);margin-bottom:14px;}
:root .tsfp-why-kicker-light{color:rgba(255,255,255,.8);}
@media (max-width:900px){
	:root .tsfp-why-solution{padding:32px 28px;}
}
:root .tsfp-checklist{list-style:none;margin:0 0 20px;padding:0;display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:12px 32px;}
:root .tsfp-checklist.tsfp-checklist-1col{grid-template-columns:1fr;}
:root .tsfp-checklist li{position:relative;padding-left:24px;color:var(--tsfp-navy);font-size:.95rem;line-height:1.55;}
:root .tsfp-checklist li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:50%;background-color:var(--tsfp-blue);}
:root .tsfp-approach-cards .tsfp-h3{color:var(--tsfp-blue-dark);}
:root .tsfp-card-icon{width:52px;height:52px;border-radius:50%;background-color:var(--tsfp-lightblue);color:var(--tsfp-blue);display:flex;align-items:center;justify-content:center;margin-bottom:18px;transition:transform .3s ease,background-color .3s ease;}
:root .tsfp-card-icon svg{width:24px;height:24px;}
:root .tsfp-icon-card:hover .tsfp-card-icon{transform:scale(1.1);background-color:var(--tsfp-blue);color:#fff;}
:root .tsfp-founder-cols{grid-template-columns:.85fr 1.15fr;align-items:start;}
:root .tsfp-founder-avatar{aspect-ratio:1/1;max-width:280px;border-radius:20px;background:linear-gradient(145deg,var(--tsfp-navy) 0%,var(--tsfp-blue-dark) 55%,var(--tsfp-blue) 100%);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.85);box-shadow:0 18px 40px rgba(7,25,67,.18);}
:root .tsfp-founder-avatar svg{width:46%;height:46%;}
:root .tsfp-founder-caption{margin:16px 0 20px;font-family:var(--tsfp-font);font-weight:700;font-size:.95rem;color:var(--tsfp-navy);max-width:280px;}
:root .tsfp-inline-logo-chip{display:inline-flex;align-items:center;gap:5px;background-color:var(--tsfp-lightblue-2);border-radius:16px;padding:2px 10px 2px 3px;margin:2px 2px 2px 0;font-weight:600;color:var(--tsfp-navy);vertical-align:middle;white-space:nowrap;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;}
:root .tsfp-inline-logo-chip:hover{background-color:var(--tsfp-blue);color:#fff;transform:translateY(-2px);box-shadow:0 6px 14px rgba(55,94,251,.3);}
:root .tsfp-inline-logo-chip:hover .tsfp-founder-logo-mark{background-color:#fff;color:var(--tsfp-blue-dark);}
:root .tsfp-founder-logo-mark{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 3px;border-radius:50%;background-color:#fff;color:var(--tsfp-blue-dark);font-size:.58rem;font-weight:700;letter-spacing:.01em;}
@media (max-width:900px){
	:root .tsfp-founder-cols{grid-template-columns:1fr;}
	:root .tsfp-founder-avatar,
	:root .tsfp-founder-caption{max-width:none;}
}
:root .tsfp-faq-wrap{margin:0 auto;}
:root .tsfp-accordion{display:flex;flex-direction:column;gap:12px;}
:root .tsfp-accordion-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;background-color:#fff;border:1px solid var(--tsfp-lightblue-2);border-radius:24px;padding:16px 24px;font-family:var(--tsfp-font);font-weight:600;font-size:1rem;color:var(--tsfp-navy);transition:background-color .15s ease,color .15s ease,border-color .15s ease;}
:root .tsfp-accordion-item summary::-webkit-details-marker{display:none;}
:root .tsfp-accordion-item summary::marker{content:"";}
:root .tsfp-accordion-item:not([open]) summary:hover{border-color:var(--tsfp-blue);}
:root .tsfp-accordion-item[open] summary{background-color:var(--tsfp-blue-dark);border-color:var(--tsfp-blue-dark);color:#fff;}
:root .tsfp-accordion-icon{position:relative;flex:0 0 auto;width:15px;height:15px;}
:root .tsfp-accordion-icon::before,
:root .tsfp-accordion-icon::after{content:"";position:absolute;top:50%;left:50%;background-color:currentColor;transform:translate(-50%,-50%);}
:root .tsfp-accordion-icon::before{width:15px;height:2px;}
:root .tsfp-accordion-icon::after{width:2px;height:15px;transition:opacity .1s ease;}
:root .tsfp-accordion-item[open] .tsfp-accordion-icon::after{opacity:0;}
:root .tsfp-accordion-body{background-color:var(--tsfp-lightblue-2);border:1px solid var(--tsfp-lightblue-2);border-radius:24px;padding:18px 24px;margin-top:10px;}
:root .tsfp-accordion-body p{margin:0;font-size:.92rem;line-height:1.65;color:var(--tsfp-navy);}
:root .tsfp-form{display:grid;grid-template-columns:1fr 1fr;gap:20px 24px;max-width:100%;margin:0 auto;}
:root .tsfp-form .tsfp-field-full{grid-column:1 / -1;}
:root .tsfp-form label{display:block;font-family:var(--tsfp-font);font-weight:600;color:var(--tsfp-navy);margin-bottom:7px;font-size:.88rem;}
:root .tsfp-form input,
:root .tsfp-form select,
:root .tsfp-form textarea{width:100%;padding:12px 14px;border:1px solid var(--tsfp-border);border-radius:6px;font-family:inherit;font-size:.95rem;color:var(--tsfp-navy);box-sizing:border-box;background-color:#fff;}
:root .tsfp-form textarea{min-height:130px;resize:vertical;}
:root .tsfp-form input:focus,
:root .tsfp-form select:focus,
:root .tsfp-form textarea:focus{outline:2px solid var(--tsfp-blue);outline-offset:1px;}
:root .tsfp-office-card{background-color:var(--tsfp-lightblue);border-radius:12px;padding:32px;text-align:center;max-width:640px;margin:0 auto;}
:root .tsfp-office-card .tsfp-note{font-size:.85rem;color:#4a5570;font-style:italic;margin-top:10px;}
:root .tsfp-hero{position:relative;min-height:34vw;display:flex;align-items:center;background-image:linear-gradient(100deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.88) 24%, rgba(255,255,255,0) 44%), url(../images/cropedbg1-1.png);background-repeat:no-repeat;background-size:cover;background-position:bottom right;padding-block:60px 90px;}
:root .tsfp-hero-inner{max-width:60%;min-width:280px;}
:root .tsfp-hero-title{font-family:var(--tsfp-font);font-weight:700;font-size:2.75rem;line-height:1.2;color:var(--tsfp-navy);margin:0 0 20px;}
:root .tsfp-hero-lead{font-size:1rem;line-height:1.65;color:var(--tsfp-navy);margin:0 0 30px;}
:root .tsfp-hero-lead strong{display:block;margin-bottom:8px;}
:root .tsfp-hero .tsfp-btn-group{justify-content:flex-start;margin-bottom:34px;}
:root .tsfp-hero-note{font-size:.85rem;color:var(--tsfp-navy);margin-top:14px;}
:root .tsfp-hero-trust{margin-top:34px;max-width:100%;}
:root .tsfp-hero-badges{display:flex;flex-wrap:wrap;gap:8px;margin:0;}
:root .tsfp-hero-badge{display:inline-flex;align-items:center;gap:7px;background-color:var(--tsfp-white);color:var(--tsfp-navy);font-family:var(--tsfp-font);font-weight:600;font-size:.72rem;line-height:1.3;padding:8px 13px;border-radius:999px;border:1px solid var(--tsfp-border);box-shadow:0 2px 8px rgba(7,25,67,.06);white-space:nowrap;}
:root .tsfp-hero-row-break{flex-basis:100%;width:0;height:0;margin:0;padding:0;}
:root .tsfp-hero-badge::before{content:"";flex:0 0 auto;width:7px;height:7px;border-radius:50%;background-color:var(--tsfp-blue);box-shadow:0 0 0 0 rgba(55,94,251,.55);animation:tsfp-live-pulse 1.8s cubic-bezier(.4,0,.6,1) infinite;}
@keyframes tsfp-live-pulse{0%{box-shadow:0 0 0 0 rgba(55,94,251,.55);}
	70%{box-shadow:0 0 0 7px rgba(55,94,251,0);}
	100%{box-shadow:0 0 0 0 rgba(55,94,251,0);}}
@media (prefers-reduced-motion:reduce){
	:root .tsfp-hero-badge::before{animation:none;}
}
:root .tsfp-hero-scroll{position:fixed;right:32px;bottom:26px;display:flex;flex-direction:column;align-items:center;gap:12px;z-index:40;opacity:1;visibility:visible;transition:opacity .4s ease,visibility .4s ease;}
:root .tsfp-hero-scroll.tsfp-hero-scroll-hidden{opacity:0;visibility:hidden;pointer-events:none;}
:root .tsfp-hero-scroll-text{writing-mode:vertical-rl;font-family:var(--tsfp-font);font-weight:600;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--tsfp-navy);}
:root .tsfp-hero-scroll-line{position:relative;width:1px;height:64px;background-color:rgba(7,25,67,.16);overflow:hidden;}
:root .tsfp-hero-scroll-line::before{content:"";position:absolute;left:0;top:-45%;width:100%;height:45%;background-color:var(--tsfp-blue);animation:tsfp-scroll-run 1.7s ease-in-out infinite;}
@keyframes tsfp-scroll-run{0%{top:-45%;}
	100%{top:100%;}}
@media (prefers-reduced-motion:reduce){
	:root .tsfp-hero-scroll-line::before{animation:none;top:0;height:100%;}
}
@media (max-width:900px){
	:root .tsfp-hero-scroll{display:none;}
}
:root .tsfp-reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease;}
:root .tsfp-reveal.tsfp-reveal-visible{opacity:1;transform:translateY(0);}
:root .tsfp-reveal-stagger > *{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease;}
:root .tsfp-reveal-stagger.tsfp-reveal-visible > *{opacity:1;transform:translateY(0);}
:root .tsfp-reveal-stagger.tsfp-reveal-visible > *:nth-child(1){transition-delay:.05s;}
:root .tsfp-reveal-stagger.tsfp-reveal-visible > *:nth-child(2){transition-delay:.18s;}
:root .tsfp-reveal-stagger.tsfp-reveal-visible > *:nth-child(3){transition-delay:.31s;}
:root .tsfp-reveal-stagger.tsfp-reveal-visible > *:nth-child(4){transition-delay:.44s;}
@media (prefers-reduced-motion:reduce){
	:root .tsfp-reveal,
	:root .tsfp-reveal-stagger > *{opacity:1;transform:none;transition:none;}
	:root .tsfp-page-hero-alt::before,
	:root .tsfp-page-hero-alt::after{animation:none;}
}
:root .tsfp-icon-cards{display:flex;flex-wrap:wrap;gap:28px;justify-content:flex-start;margin-top:8px;}
:root .tsfp-services-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;}
:root .tsfp-services-cards .tsfp-icon-card{max-width:none;}
@media (max-width:700px){
	:root .tsfp-services-cards{grid-template-columns:1fr;}
}
:root .tsfp-icon-card{flex:1 1 300px;max-width:360px;text-align:left;background-color:#fff;border:1px solid var(--tsfp-border);border-radius:16px;padding:32px 28px;box-shadow:0 4px 14px rgba(7,25,67,.05);transition:box-shadow .3s ease,transform .3s ease;}
:root .tsfp-icon-card:hover{box-shadow:0 18px 36px rgba(7,25,67,.14);transform:translateY(-4px);}
:root .tsfp-icon-card img{width:100px;height:100px;margin:0 0 18px;object-fit:contain;}
:root .tsfp-icon-card .tsfp-h3{text-align:left;}
:root .tsfp-icon-card p{font-size:.95rem;line-height:1.6;color:var(--tsfp-navy);}
:root .tsfp-icon-card-accent .tsfp-h3{color:var(--tsfp-blue-dark);}
:root .tsfp-stat-highlight{display:inline-block;font-size:1.7em;font-weight:700;color:var(--tsfp-blue);line-height:1;}
:root .tsfp-text-highlight{color:var(--tsfp-blue-dark);font-weight:600;}
:root .tsfp-card-illustrated img{width:100%;max-width:220px;height:auto;margin:0 auto 18px;display:block;}
@media (max-width:900px){
	:root .tsfp-cols-2{grid-template-columns:1fr;gap:32px;}
	:root .tsfp-checklist{grid-template-columns:1fr;}
	:root .tsfp-grid-2 > .tsfp-card,
	:root .tsfp-grid-3 > .tsfp-card,
	:root .tsfp-grid-4 > .tsfp-card{max-width:100%;flex:1 1 100%;}
	:root .tsfp-form{grid-template-columns:1fr;}
	:root .tsfp-h1{font-size:1.9rem;line-height:2.4rem;}
	:root .tsfp-breadcrumb-title{font-size:1.7rem;}
	:root .tsfp-hero{min-height:0;padding-block:56px 64px;background-position:bottom center;}
	:root .tsfp-hero-inner{max-width:100%;}
	:root .tsfp-hero-title{font-size:2.1rem;}
	:root .tsfp-hero .tsfp-btn-group{justify-content:flex-start;}
	:root .tsfp-hero-trust{max-width:100%;}
	:root .tsfp-hero-badge{white-space:normal;}
}
