:root{--tf-primary:var(--member-primary,#38bdf8);--tf-secondary:var(--member-secondary,#0ea5e9);--tf-bg:var(--member-page-bg,#07111f);--tf-card:var(--member-card-bg,#0d1b30);--tf-text:var(--member-text,#f8fafc);--tf-muted:var(--member-muted,#94a3b8);--tf-border:var(--member-border,#2d405c);--tf-radius:22px;--tf-shadow:0 24px 70px rgba(0,0,0,.24)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--tf-bg);color:var(--tf-text);font-family:Inter,system-ui,sans-serif;line-height:1.6}.tf-container{width:min(1160px,calc(100% - 32px));margin:auto}.tf-header{z-index:50;background:rgba(7,17,31,.95);border-bottom:1px solid var(--tf-border)}.tf-header.is-sticky{position:sticky;top:0}.tf-header.is-transparent{background:rgba(7,17,31,.72);backdrop-filter:blur(16px)}.tf-header-inner{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}.tf-brand{display:flex;align-items:center;gap:10px;color:var(--tf-text);text-decoration:none}.tf-brand img{max-height:42px;max-width:150px}.tf-brand span{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:var(--tf-primary);color:#03111f;font-weight:900}.tf-nav{display:flex;align-items:center;gap:20px}.tf-nav a{color:var(--tf-text);text-decoration:none}.tf-nav-item{position:relative}.tf-dropdown{display:none;position:absolute;top:100%;left:0;min-width:190px;padding:10px;background:var(--tf-card);border:1px solid var(--tf-border);border-radius:12px}.tf-nav-item:hover .tf-dropdown{display:grid}.tf-dropdown a{padding:8px}.tf-menu-button{display:none}.tf-search{border:0;background:none;color:var(--tf-text);font-size:22px}
.tf-section{position:relative;padding:88px 0;background-position:center;background-size:cover}.tf-section.tf-bg-image{background-image:linear-gradient(rgba(3,10,19,.78),rgba(3,10,19,.78)),var(--tf-section-bg)}.tf-bg-soft{background-color:rgba(255,255,255,.025)}.tf-bg-gradient{background:linear-gradient(135deg,rgba(56,189,248,.14),rgba(14,165,233,.035))}.tf-bg-dark{background:#030a13}.tf-align-center{text-align:center}.tf-align-center .tf-section-head p,.tf-align-center .tf-copy p{margin-left:auto;margin-right:auto}.tf-align-center .tf-buttons{justify-content:center}.tf-section-head{margin-bottom:34px}.tf-section-head h2,.tf-copy h2{font-size:clamp(30px,4vw,50px);line-height:1.1;margin:10px 0 16px}.tf-section-head p,.tf-copy p{color:var(--tf-muted);font-size:18px;max-width:720px}.tf-eyebrow{display:inline-block;color:var(--tf-primary);font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:12px}.tf-split{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:64px}.tf-split.image-left .tf-copy{order:2}.tf-copy h1{font-size:clamp(42px,6vw,76px);line-height:1.04;margin:12px 0 20px}.tf-media img{width:100%;max-height:560px;object-fit:cover;border-radius:28px;border:1px solid var(--tf-border);box-shadow:var(--tf-shadow)}.tf-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.tf-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border:1px solid var(--tf-primary);border-radius:13px;background:var(--tf-primary);color:#03111f;text-decoration:none;font-weight:900}.tf-btn-outline{background:transparent;color:var(--tf-text);border-color:var(--tf-border)}.tf-items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.tf-item{overflow:hidden;background:var(--tf-card);border:1px solid var(--tf-border);border-radius:var(--tf-radius);transition:.25s}.tf-item:hover{transform:translateY(-4px);border-color:var(--tf-primary)}.tf-item-image{aspect-ratio:16/10;background:rgba(255,255,255,.03)}.tf-item-image img{width:100%;height:100%;object-fit:cover}.tf-item-body{padding:22px}.tf-item-subtitle{color:var(--tf-primary);font-size:13px;font-weight:800}.tf-item h3{margin:6px 0 10px;font-size:21px}.tf-item p{margin:0;color:var(--tf-muted)}.tf-link{display:inline-block;margin-top:16px;color:var(--tf-primary);text-decoration:none;font-weight:800}
/* Hero */.tf-type-hero.tf-layout-centered .tf-split{grid-template-columns:1fr;text-align:center;max-width:900px}.tf-type-hero.tf-layout-centered .tf-copy p{margin-inline:auto}.tf-type-hero.tf-layout-centered .tf-buttons{justify-content:center}.tf-type-hero.tf-layout-centered .tf-media{max-width:760px;margin:auto}.tf-type-hero.tf-layout-minimal{padding:64px 0}.tf-type-hero.tf-layout-minimal .tf-split{gap:36px}.tf-type-hero.tf-layout-minimal .tf-media img{border-radius:16px;box-shadow:none}
/* Features */.tf-type-features.tf-layout-minimal .tf-item{background:transparent;border:0;border-radius:0}.tf-type-features.tf-layout-minimal .tf-item-image{width:72px;height:72px;aspect-ratio:1;border-radius:18px}.tf-type-features.tf-layout-minimal .tf-item-body{padding:18px 0}.tf-type-features.tf-layout-glass .tf-item{background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));backdrop-filter:blur(14px);box-shadow:0 18px 50px rgba(0,0,0,.18)}
/* Content */.tf-type-content.tf-layout-overlap .tf-split{gap:0}.tf-type-content.tf-layout-overlap .tf-copy{position:relative;z-index:2;background:var(--tf-card);padding:42px;border:1px solid var(--tf-border);border-radius:var(--tf-radius);margin-right:-70px}.tf-type-content.tf-layout-overlap .image-left .tf-copy{margin-right:0;margin-left:-70px}.tf-type-content.tf-layout-boxed .tf-split{padding:34px;background:var(--tf-card);border:1px solid var(--tf-border);border-radius:28px}
/* CTA */.tf-cta-inner{max-width:900px;padding:42px;border:1px solid var(--tf-border);border-radius:28px;background:rgba(13,27,48,.74)}.tf-type-cta.tf-layout-centered .tf-cta-inner{text-align:center}.tf-type-cta.tf-layout-centered .tf-copy p{margin-inline:auto}.tf-type-cta.tf-layout-centered .tf-buttons{justify-content:center}.tf-type-cta.tf-layout-split .tf-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:36px;max-width:1160px}.tf-type-cta.tf-layout-banner{padding:42px 0}.tf-type-cta.tf-layout-banner .tf-cta-inner{max-width:1160px;border-radius:16px;padding:28px 32px}
/* Statistics */.tf-items-statistics{grid-template-columns:repeat(4,1fr)}.tf-type-statistics .tf-item{text-align:center}.tf-type-statistics .tf-item h3{font-size:40px;color:var(--tf-primary)}.tf-type-statistics.tf-layout-minimal .tf-item{background:transparent;border:0}.tf-type-statistics.tf-layout-band .tf-items{padding:30px;background:var(--tf-card);border-block:1px solid var(--tf-border);border-radius:0}
/* FAQ */.tf-items-faq{grid-template-columns:1fr}.tf-faq-item{background:var(--tf-card);border:1px solid var(--tf-border);border-radius:16px;padding:0 20px}.tf-faq-item summary{cursor:pointer;padding:20px 0;font-weight:800}.tf-faq-item div{padding:0 0 20px;color:var(--tf-muted)}.tf-type-faq.tf-layout-two_column .tf-items{grid-template-columns:1fr 1fr}.tf-type-faq.tf-layout-cards .tf-faq-item{padding:20px}.tf-type-faq.tf-layout-cards .tf-faq-item summary{list-style:none}
/* Logos */.tf-type-logos .tf-item-image{aspect-ratio:3/2;padding:24px}.tf-type-logos .tf-item-image img{object-fit:contain}.tf-type-logos.tf-layout-marquee .tf-items{display:flex;overflow:auto;scroll-snap-type:x mandatory}.tf-type-logos.tf-layout-marquee .tf-item{min-width:220px;scroll-snap-align:start}.tf-type-logos.tf-layout-boxed .tf-items{padding:28px;background:var(--tf-card);border:1px solid var(--tf-border);border-radius:24px}
/* Gallery */.tf-type-gallery .tf-item-body{padding:16px}.tf-type-gallery.tf-layout-masonry .tf-items{columns:3;display:block}.tf-type-gallery.tf-layout-masonry .tf-item{break-inside:avoid;margin-bottom:20px}.tf-type-gallery.tf-layout-masonry .tf-item-image{aspect-ratio:auto}.tf-type-gallery.tf-layout-masonry .tf-item-image img{height:auto}.tf-type-gallery.tf-layout-slider .tf-items{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px}.tf-type-gallery.tf-layout-slider .tf-item{min-width:min(420px,82vw);scroll-snap-align:start}
/* Portfolio */.tf-type-portfolio.tf-layout-overlay .tf-item{position:relative}.tf-type-portfolio.tf-layout-overlay .tf-item-body{position:absolute;inset:auto 0 0;padding:26px;background:linear-gradient(transparent,rgba(0,0,0,.9))}.tf-type-portfolio.tf-layout-overlay .tf-item-image{aspect-ratio:4/3}.tf-type-portfolio.tf-layout-case_study .tf-items{grid-template-columns:1fr}.tf-type-portfolio.tf-layout-case_study .tf-item{display:grid;grid-template-columns:1fr 1fr}.tf-type-portfolio.tf-layout-case_study .tf-item-image{aspect-ratio:auto;min-height:320px}
/* Team */.tf-type-team .tf-item-image{aspect-ratio:1}.tf-type-team.tf-layout-minimal .tf-item{background:transparent;border:0;text-align:center}.tf-type-team.tf-layout-round .tf-item{text-align:center;background:transparent;border:0}.tf-type-team.tf-layout-round .tf-item-image{width:190px;height:190px;border-radius:50%;margin:0 auto}.tf-type-team.tf-layout-round .tf-item-image img{border-radius:50%}
/* Testimonials */.tf-type-testimonials .tf-item-image{width:76px;height:76px;border-radius:50%;margin:22px 0 0 22px}.tf-type-testimonials .tf-item-image img{border-radius:50%}.tf-type-testimonials.tf-layout-slider .tf-items{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.tf-type-testimonials.tf-layout-slider .tf-item{min-width:min(420px,82vw);scroll-snap-align:start}.tf-type-testimonials.tf-layout-featured .tf-items{grid-template-columns:1fr}.tf-type-testimonials.tf-layout-featured .tf-item{max-width:850px;margin:auto;text-align:center;padding:30px}.tf-type-testimonials.tf-layout-featured .tf-item-image{margin:0 auto}
/* Pricing */.tf-type-pricing .tf-item-subtitle{font-size:28px}.tf-type-pricing.tf-layout-compact .tf-item-body{padding:18px}.tf-type-pricing.tf-layout-comparison .tf-items{grid-template-columns:1fr}.tf-type-pricing.tf-layout-comparison .tf-item{display:grid;grid-template-columns:1fr 180px 1fr;align-items:center}
/* Timeline */.tf-type-timeline .tf-items{grid-template-columns:1fr}.tf-type-timeline .tf-item{display:grid;grid-template-columns:160px 1fr}.tf-type-timeline.tf-layout-horizontal .tf-items{display:flex;overflow-x:auto}.tf-type-timeline.tf-layout-horizontal .tf-item{min-width:330px;display:block}.tf-type-timeline.tf-layout-alternating .tf-item{width:calc(50% - 30px)}.tf-type-timeline.tf-layout-alternating .tf-item:nth-child(even){margin-left:auto}
/* Process */.tf-type-process .tf-item-subtitle{font-size:30px}.tf-type-process.tf-layout-connected .tf-items{position:relative}.tf-type-process.tf-layout-connected .tf-items:before{content:"";position:absolute;left:8%;right:8%;top:50%;height:2px;background:var(--tf-border)}.tf-type-process.tf-layout-connected .tf-item{position:relative;z-index:1}.tf-type-process.tf-layout-cards .tf-item{box-shadow:var(--tf-shadow)}
/* Services */.tf-type-services.tf-layout-icon_list .tf-items{grid-template-columns:1fr 1fr}.tf-type-services.tf-layout-icon_list .tf-item{display:grid;grid-template-columns:110px 1fr}.tf-type-services.tf-layout-icon_list .tf-item-image{aspect-ratio:1;height:100%}.tf-type-services.tf-layout-featured .tf-item:first-child{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr}
/* Contact */.tf-type-contact.tf-layout-split .tf-items{grid-template-columns:1fr 1fr}.tf-type-contact.tf-layout-split .tf-item:first-child{grid-row:span 2}.tf-type-contact.tf-layout-cards .tf-item{text-align:center}
/* Video */.tf-video,.tf-map{position:relative;overflow:hidden;border-radius:24px;border:1px solid var(--tf-border);aspect-ratio:16/9}.tf-video iframe,.tf-map iframe{width:100%;height:100%;border:0}.tf-type-video.tf-layout-full .tf-container{width:100%;max-width:none}.tf-type-video.tf-layout-full .tf-section-head{width:min(1160px,calc(100% - 32px));margin-inline:auto}.tf-type-video.tf-layout-full .tf-video{border-radius:0}.tf-type-video.tf-layout-split .tf-video-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:center}
/* Banner */.tf-banner-inner{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:30px;border:1px solid var(--tf-border);border-radius:22px;background:var(--tf-card)}.tf-type-banner.tf-layout-floating .tf-banner-inner{box-shadow:var(--tf-shadow);transform:translateY(-18px)}.tf-type-banner.tf-layout-full{padding:0}.tf-type-banner.tf-layout-full .tf-container{width:100%;max-width:none}.tf-type-banner.tf-layout-full .tf-banner-inner{border-radius:0;border-inline:0;padding:36px max(32px,calc((100vw - 1160px)/2))}.tf-type-banner.tf-align-center .tf-banner-inner{justify-content:center;text-align:center;flex-direction:column}
/* Countdown */.tf-countdown-inner{text-align:center}.tf-count-grid{display:grid;grid-template-columns:repeat(4,110px);justify-content:center;gap:14px;margin-top:28px}.tf-count-grid div{padding:20px;border:1px solid var(--tf-border);border-radius:18px;background:var(--tf-card)}.tf-count-grid strong{display:block;font-size:32px}.tf-count-grid span{color:var(--tf-muted);font-size:12px}.tf-type-countdown.tf-layout-split .tf-countdown-inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;text-align:left}.tf-type-countdown.tf-layout-compact{padding:36px 0}.tf-type-countdown.tf-layout-compact .tf-countdown-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.tf-type-countdown.tf-layout-compact .tf-count-grid{margin:0;grid-template-columns:repeat(4,82px)}
/* Download */.tf-type-download.tf-layout-app .tf-items{grid-template-columns:1fr}.tf-type-download.tf-layout-app .tf-item{display:grid;grid-template-columns:.8fr 1.2fr}.tf-type-download.tf-layout-minimal .tf-item{background:transparent;border-style:dashed}
/* Career */.tf-type-career .tf-items{grid-template-columns:1fr}.tf-type-career .tf-item{display:flex;justify-content:space-between}.tf-type-career.tf-layout-cards .tf-items{grid-template-columns:repeat(2,1fr)}.tf-type-career.tf-layout-cards .tf-item{display:block}.tf-type-career.tf-layout-featured .tf-item:first-child{border-color:var(--tf-primary);box-shadow:var(--tf-shadow)}
/* Newsletter */.tf-newsletter-inner{text-align:center}.tf-subscribe{display:flex;max-width:620px;margin:26px auto 0}.tf-subscribe input{flex:1;padding:15px;border:1px solid var(--tf-border);border-radius:13px 0 0 13px;background:var(--tf-card);color:var(--tf-text)}.tf-subscribe .tf-btn{border-radius:0 13px 13px 0}.tf-type-newsletter.tf-layout-split .tf-newsletter-inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;text-align:left}.tf-type-newsletter.tf-layout-split .tf-subscribe{margin:0}.tf-type-newsletter.tf-layout-compact{padding:40px 0}.tf-type-newsletter.tf-layout-compact .tf-newsletter-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.tf-type-newsletter.tf-layout-compact .tf-subscribe{margin:0;min-width:420px}
/* Map */.tf-type-map.tf-layout-full .tf-container{width:100%;max-width:none}.tf-type-map.tf-layout-full .tf-section-head{width:min(1160px,calc(100% - 32px));margin-inline:auto}.tf-type-map.tf-layout-full .tf-map{border-radius:0}.tf-type-map.tf-layout-card .tf-map-wrap{padding:30px;background:var(--tf-card);border:1px solid var(--tf-border);border-radius:26px}.tf-type-map.tf-layout-default .tf-map-wrap{display:grid;grid-template-columns:.7fr 1.3fr;gap:44px;align-items:center}
.tf-placeholder{padding:40px;border:1px dashed var(--tf-border);border-radius:18px;text-align:center;color:var(--tf-muted)}.tf-footer{padding:56px 0 20px;background:#030a13;border-top:1px solid var(--tf-border)}.tf-footer-grid{display:grid;grid-template-columns:repeat(var(--footer-cols),minmax(0,1fr));gap:28px}.tf-footer-block h4{margin-top:0}.tf-footer-block a{display:block;color:var(--tf-muted);text-decoration:none;margin:7px 0}.tf-footer-block p,.tf-footer-brand p{color:var(--tf-muted)}.tf-footer-bottom{margin-top:36px;padding-top:18px;border-top:1px solid var(--tf-border);color:var(--tf-muted)}
@media(max-width:900px){.tf-menu-button{display:block;background:none;border:0;color:var(--tf-text);font-size:26px}.tf-nav{display:none;position:absolute;top:74px;left:16px;right:16px;flex-direction:column;align-items:stretch;padding:18px;background:var(--tf-card);border:1px solid var(--tf-border);border-radius:16px}.tf-nav.open{display:flex}.tf-dropdown{position:static;display:grid;margin-top:8px}.tf-split,.tf-type-video.tf-layout-split .tf-video-wrap,.tf-type-countdown.tf-layout-split .tf-countdown-inner,.tf-type-newsletter.tf-layout-split .tf-newsletter-inner,.tf-type-map.tf-layout-default .tf-map-wrap{grid-template-columns:1fr}.tf-split.image-left .tf-copy{order:0}.tf-items,.tf-items-statistics{grid-template-columns:repeat(2,1fr)}.tf-footer-grid{grid-template-columns:repeat(2,1fr)}.tf-type-content.tf-layout-overlap .tf-copy,.tf-type-content.tf-layout-overlap .image-left .tf-copy{margin:0}.tf-type-process.tf-layout-connected .tf-items:before{display:none}.tf-type-countdown.tf-layout-compact,.tf-type-newsletter.tf-layout-compact{padding:56px 0}.tf-type-countdown.tf-layout-compact .tf-countdown-inner,.tf-type-newsletter.tf-layout-compact .tf-newsletter-inner{display:block}.tf-type-newsletter.tf-layout-compact .tf-subscribe{min-width:0;margin-top:24px}}
@media(max-width:600px){.tf-section{padding:62px 0}.tf-items,.tf-items-statistics,.tf-type-faq.tf-layout-two_column .tf-items,.tf-type-career.tf-layout-cards .tf-items,.tf-type-services.tf-layout-icon_list .tf-items,.tf-type-contact.tf-layout-split .tf-items{grid-template-columns:1fr}.tf-banner-inner,.tf-type-career .tf-item,.tf-type-portfolio.tf-layout-case_study .tf-item,.tf-type-download.tf-layout-app .tf-item,.tf-type-pricing.tf-layout-comparison .tf-item,.tf-type-services.tf-layout-featured .tf-item:first-child{display:block}.tf-banner-inner .tf-btn{margin-top:8px}.tf-count-grid,.tf-type-countdown.tf-layout-compact .tf-count-grid{grid-template-columns:repeat(2,1fr)}.tf-subscribe{display:grid;gap:10px}.tf-subscribe input,.tf-subscribe .tf-btn{border-radius:13px}.tf-footer-grid{grid-template-columns:1fr}.tf-type-timeline .tf-item{grid-template-columns:1fr}.tf-type-timeline.tf-layout-alternating .tf-item{width:100%}.tf-copy h1{font-size:42px}.tf-media{display:block!important}.tf-type-gallery.tf-layout-masonry .tf-items{columns:1}.tf-type-services.tf-layout-featured .tf-item:first-child{grid-column:auto}}
