:root{--color-bg: #ffffff;--color-text: #050505;--color-text-light: #555555;--color-border: #050505;--font-main: "Helvetica Neue", Helvetica, Arial, sans-serif;--spacing-unit: 8px;--spacing-md: 24px;--spacing-lg: 48px;--spacing-xl: 96px;--border-width: 1px;--fn-bg-body: #ffffff;--fn-bg-hero: #DCE4FD;--fn-bg-green: #D4EDCA;--fn-text-main: #111111;--fn-text-meta: #757575;--fn-border: #000000;--fn-font-serif: "Times New Roman", Times, Baskerville, Georgia, serif;--fn-font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;--sh-font-display: "Playfair Display", serif;--sh-font-body: "Space Grotesk", sans-serif;--col-grey: #D6D6D6;--col-white: #FFFFFF;--col-beige: #EFEEEA;--col-acid: #F2F500;--text-black: #0F0F0F;--text-blue: #2A2A9F;--font-display: "Cormorant Garamond", serif;--font-mono: "Space Mono", monospace;--ct-bg-deep: #0a0a0f;--ct-bg-base: #0e0e14;--ct-bg-surface: #16161f;--ct-bg-card: #1a1a24;--ct-glass-bg: rgba(255, 255, 255, .03);--ct-glass-border: rgba(255, 255, 255, .06);--ct-glass-blur: 20px;--ct-accent-primary: #00d4ff;--ct-accent-secondary: #00ff88;--ct-accent-glow-cyan: 0 0 20px rgba(0, 212, 255, .3);--ct-accent-glow-green: 0 0 20px rgba(0, 255, 136, .3);--ct-text-primary: #f0f0f5;--ct-text-secondary: #8888a0;--ct-text-tertiary: #55556a;--ct-font-sans: "Space Grotesk", sans-serif;--ct-font-mono: "Space Mono", monospace;--ct-ease-out: cubic-bezier(.16, 1, .3, 1);--ct-duration-fast: .2s;--ct-duration-normal: .4s;--ct-duration-slow: .8s}*{box-sizing:border-box;margin:0;padding:0;-webkit-font-smoothing:antialiased}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-main);font-size:16px;line-height:1.5}a{text-decoration:none;color:inherit;cursor:pointer}.ct-page{background-color:var(--ct-bg-deep);color:var(--ct-text-primary);font-family:var(--ct-font-sans);min-height:100vh;position:relative;overflow-x:hidden}.ct-container{max-width:1400px;margin:0 auto;padding:0 clamp(16px,4vw,48px)}.ct-bg-grid{position:fixed;inset:0;z-index:0;pointer-events:none;background-image:radial-gradient(circle,rgba(255,255,255,.03) 1px,transparent 1px);background-size:32px 32px}.ct-bg-orb{position:fixed;border-radius:50%;filter:blur(120px);pointer-events:none;z-index:0}.ct-bg-orb--cyan{width:500px;height:500px;background:#00d4ff0f;top:-100px;right:-100px;animation:ct-orb-drift 20s ease-in-out infinite alternate}.ct-bg-orb--green{width:400px;height:400px;background:#00ff880a;bottom:-80px;left:-80px;animation:ct-orb-drift 25s ease-in-out infinite alternate-reverse}@keyframes ct-orb-drift{0%{transform:translate(0)}to{transform:translate(40px,-30px)}}.ct-divider{width:100%;height:1px;background:var(--ct-glass-border);margin:0}@keyframes ct-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.ct-reveal{opacity:0;animation:ct-fade-up var(--ct-duration-slow) var(--ct-ease-out) forwards}.ct-reveal--d1{animation-delay:.1s}.ct-reveal--d2{animation-delay:.3s}.ct-reveal--d3{animation-delay:.5s}.ct-reveal--d4{animation-delay:.7s}.container{max-width:1600px;margin:0 auto;padding:0 var(--spacing-md)}.divider{width:100%;height:1px;background-color:var(--color-border);margin:0}.original-page h1,.original-page h2,.original-page h3{font-weight:700;letter-spacing:-.02em;line-height:1.1}.original-page h1{font-size:clamp(48px,5vw,80px)}.original-page h2{font-size:clamp(32px,3vw,48px)}.original-page h3{font-size:24px;margin-bottom:var(--spacing-unit)}.original-page p{color:var(--color-text-light);margin-bottom:var(--spacing-md);max-width:60ch}.ct-stats-bar{display:flex;justify-content:center;gap:clamp(3rem,8vw,8rem);padding:4rem clamp(16px,4vw,48px);background:var(--ct-bg-surface);border-top:1px solid var(--ct-glass-border);border-bottom:1px solid var(--ct-glass-border)}.ct-stat-item{text-align:center}.ct-stat-number{font-family:var(--ct-font-sans);font-size:clamp(32px,5vw,48px);font-weight:700;color:var(--ct-accent-primary);line-height:1;margin-bottom:.5rem}.ct-stat-label{font-family:var(--ct-font-mono);font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--ct-text-tertiary)}@media(max-width:768px){.ct-stats-bar{padding:3rem 16px;gap:clamp(2rem,5vw,4rem)}.ct-sectors{padding:3rem 16px}}@media(max-width:480px){.ct-stats-bar{flex-direction:column;gap:2rem;align-items:center;padding:2.5rem 16px}.ct-sectors{padding:2.5rem 16px}}.ct-sectors{padding:5rem clamp(16px,4vw,48px)}.ct-sectors-title{font-family:var(--ct-font-mono);font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--ct-text-tertiary);margin-bottom:3rem}.ct-sectors-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.ct-sector-item{padding:1.5rem 1.5rem 1.5rem 1.75rem;border:1px solid var(--ct-glass-border);position:relative;cursor:pointer;transition:background var(--ct-duration-normal) var(--ct-ease-out);overflow:hidden}.ct-sector-item:before{content:"";position:absolute;left:0;top:0;width:2px;height:0;background:var(--ct-accent-primary);transition:height var(--ct-duration-normal) var(--ct-ease-out)}.ct-sector-item:hover:before{height:100%}.ct-sector-item:hover{background:var(--ct-glass-bg)}.ct-sector-name{font-family:var(--ct-font-sans);font-size:1.25rem;font-weight:600;color:var(--ct-text-tertiary);transition:color var(--ct-duration-normal) var(--ct-ease-out);margin-bottom:0}.ct-sector-item:hover .ct-sector-name{color:var(--ct-text-primary)}.ct-sector-desc{font-family:var(--ct-font-sans);font-size:.85rem;color:var(--ct-text-secondary);line-height:1.5;max-height:0;opacity:0;overflow:hidden;transition:max-height var(--ct-duration-normal) var(--ct-ease-out),opacity var(--ct-duration-normal) var(--ct-ease-out),margin var(--ct-duration-normal) var(--ct-ease-out);margin-top:0}.ct-sector-item:hover .ct-sector-desc{max-height:80px;opacity:1;margin-top:.75rem}@media(max-width:1024px){.ct-sectors-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.ct-sectors-grid{grid-template-columns:1fr}}.sc-reveal{opacity:0;transform:translateY(40px);filter:blur(6px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1),filter .8s cubic-bezier(.16,1,.3,1)}.sc-revealed{opacity:1;transform:translateY(0);filter:blur(0)}.sc-main-grid>*{opacity:0;transform:translateY(30px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.sc-grid-revealed>*:nth-child(1){opacity:1;transform:translateY(0);transition-delay:.05s}.sc-grid-revealed>*:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.15s}.sc-grid-revealed>*:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.25s}.sc-grid-revealed>*:nth-child(4){opacity:1;transform:translateY(0);transition-delay:.35s}.sc-grid-revealed>*:nth-child(5){opacity:1;transform:translateY(0);transition-delay:.45s}.sc-grid-revealed>*:nth-child(6){opacity:1;transform:translateY(0);transition-delay:.55s}.sc-typing-cursor{display:inline-block;animation:sc-blink .7s step-end infinite;color:#e6f78c;font-weight:300;margin-left:2px}@keyframes sc-blink{0%,to{opacity:1}50%{opacity:0}}.sc-fade-in{animation:sc-fadeIn .6s ease forwards}@keyframes sc-fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sc-page{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;background-color:#f4f4f4;color:#0d0d0d;line-height:1.2;padding:24px;min-height:100vh;-webkit-font-smoothing:antialiased;overflow-x:hidden}.sc-pill{border:1px solid #0D0D0D;border-radius:100px;padding:8px 16px;font-size:14px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;transition:all .2s ease;text-decoration:none;color:#0d0d0d;background:transparent;cursor:pointer;font-family:inherit}.sc-pill:hover,.sc-pill-filled{background-color:#0d0d0d;color:#fff}.sc-pill-filled:hover{background-color:#555}.sc-nav{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:16px 0;margin-bottom:40px;max-width:1440px;margin-left:auto;margin-right:auto}.sc-logo{font-weight:800;font-size:24px;letter-spacing:-1px;display:flex;align-items:center;gap:8px;text-decoration:none;color:#0d0d0d}.sc-logo-img{height:36px;width:auto;-o-object-fit:contain;object-fit:contain;display:block}.sc-menu{display:flex;gap:24px;list-style:none}.sc-menu a{text-decoration:none;color:#0d0d0d;font-size:15px;font-weight:500;transition:opacity .2s}.sc-menu a:hover{opacity:.6}.sc-nav-actions{display:flex;gap:12px;align-items:center}.sc-search-bar{border:1px solid #0D0D0D;border-radius:100px;padding:8px 16px;display:flex;align-items:center;gap:8px;width:200px;background:#fff}.sc-search-bar input{border:none;outline:none;font-size:14px;width:100%;background:transparent;font-family:inherit}.sc-lang-toggle{border:1px solid #0D0D0D;border-radius:100px;padding:6px 14px;font-size:12px;font-weight:600;cursor:pointer;background:transparent;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.sc-lang-toggle:hover{background:#0d0d0d;color:#fff}.sc-main-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(100px,auto);gap:16px;max-width:1440px;margin:0 auto}.sc-card{border-radius:32px;padding:32px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;transition:transform .3s ease}.sc-card:hover{transform:translateY(-2px)}.sc-hero-text{grid-column:span 8;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-height:400px;border-radius:32px;padding:48px}.sc-pill-badge{border:1px solid #0D0D0D;border-radius:100px;padding:6px 16px;font-size:12px;text-transform:uppercase;margin-bottom:24px;display:inline-block;letter-spacing:.5px}.sc-hero-title{font-size:clamp(24px,5vw + 16px,72px);line-height:1;font-weight:400;letter-spacing:-2px;text-transform:uppercase;margin-bottom:24px;overflow-wrap:break-word;word-break:break-word}.sc-hero-italic{display:block;font-weight:300;font-style:italic;font-family:Georgia,Times New Roman,Times,serif;color:#888}.sc-card-dark{grid-column:span 4;background-color:#0d0d0d;color:#fff;min-height:400px}.sc-card-dark .sc-pill-badge{border-color:#ffffff4d;color:#fff;width:-moz-fit-content;width:fit-content}.sc-card-dark h3{font-size:24px;font-weight:400;margin-bottom:16px}.sc-card-dark p{color:#999;font-size:15px;line-height:1.4;max-width:280px}.sc-card-dark .sc-pill{margin-top:24px;border-color:#ffffff4d;color:#fff}.sc-card-dark .sc-pill:hover{background-color:#fff;color:#0d0d0d}.sc-asterisk{position:absolute;top:24px;right:24px;font-size:64px;line-height:.5;font-family:Georgia,Times New Roman,Times,serif}.sc-texture-lines{position:absolute;bottom:-50px;right:-50px;width:200%;height:200%;background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(255,255,255,.05) 10px,rgba(255,255,255,.05) 11px);pointer-events:none}.sc-card-dark-content{margin-top:auto;position:relative;z-index:2}.sc-card-stat{grid-column:span 4;background-color:#e5e5e5;border-radius:24px;height:200px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;transition:transform .3s ease}.sc-card-stat:hover{transform:translateY(-2px)}.sc-card-stat-dark{background-color:#0d0d0d;color:#fff}.sc-stat-num{font-size:48px;font-weight:400;margin-bottom:8px}.sc-stat-label{font-size:14px;text-transform:uppercase;letter-spacing:1px;opacity:.7}.sc-card-lime{grid-column:span 12;background-color:#e6f78c;min-height:320px}.sc-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:auto}.sc-tag-dark{background:#0d0d0d;color:#fff;padding:6px 16px;border-radius:100px;font-size:12px;font-weight:500}.sc-tag-outline{border:1px solid #0D0D0D;padding:6px 16px;border-radius:100px;font-size:12px;font-weight:500}.sc-card-lime-content{margin-top:auto}.sc-card-lime h2{font-size:clamp(20px,4vw + 8px,48px);font-weight:400;margin-bottom:16px;letter-spacing:-1px;overflow-wrap:break-word;word-break:break-word}.sc-card-lime p{max-width:400px;font-size:15px;line-height:1.5;margin-bottom:24px}.sc-arrow-icon{font-size:48px;position:absolute;bottom:24px;right:24px;transition:transform .2s}.sc-card-lime:hover .sc-arrow-icon{transform:translate(4px,-4px)}.sc-card-texture{grid-column:span 4;grid-row:span 1;background-color:#eaeaea;border-radius:24px;position:relative;background-image:radial-gradient(#cccccc 1px,transparent 1px);background-size:20px 20px;display:flex;align-items:center;justify-content:center;min-height:200px;transition:transform .3s ease}.sc-card-texture:hover{transform:translateY(-2px)}.sc-circular-badge{width:120px;height:120px;border:1px solid #0D0D0D;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:sc-rotate 10s linear infinite}.sc-badge-center{font-size:24px}.sc-badge-label{position:absolute;bottom:16px;font-size:12px;font-weight:500;letter-spacing:.5px}@keyframes sc-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sc-founder{display:grid;grid-template-columns:repeat(12,1fr);gap:16px;max-width:1440px;margin:16px auto 0}.sc-founder-img-wrap{grid-column:span 5;border-radius:32px;overflow:hidden;min-height:400px}.sc-founder-img-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.sc-founder-content{grid-column:span 7;background:#fff;border-radius:32px;padding:48px;display:flex;flex-direction:column;justify-content:center}.sc-founder-label{font-size:12px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;opacity:.6}.sc-founder-name{font-size:clamp(20px,4vw + 8px,48px);font-weight:400;letter-spacing:-1px;margin-bottom:24px;overflow-wrap:break-word;word-break:break-word}.sc-founder-bullets{list-style:none;padding:0;margin:0;max-width:520px}.sc-founder-bullets li{font-size:15px;line-height:1.6;padding-left:20px;position:relative;margin-bottom:12px;color:#555}.sc-founder-bullets li:before{content:"";position:absolute;left:0;top:.6em;width:8px;height:8px;border-radius:50%;background:#e6f78c;border:1px solid #0D0D0D}.sc-book{display:grid;grid-template-columns:1fr 2fr;gap:16px;max-width:1440px;margin:16px auto 0}.sc-book-img-wrap{background:#fff;border-radius:32px;padding:32px;display:flex;align-items:center;justify-content:center;overflow:hidden}.sc-book-img-wrap img{max-height:360px;width:auto;-o-object-fit:contain;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px #0000001f;transition:transform .3s ease}.sc-book-img-wrap:hover img{transform:scale(1.02)}.sc-book-content{background:#fff;border-radius:32px;padding:48px;display:flex;flex-direction:column;justify-content:center}.sc-book-label{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#e6f78c;background:#0d0d0d;display:inline-block;padding:4px 12px;border-radius:100px;margin-bottom:20px;width:-moz-fit-content;width:fit-content}.sc-book-title{font-size:clamp(20px,3vw + 8px,36px);font-weight:400;letter-spacing:-1px;margin-bottom:16px;line-height:1.1;overflow-wrap:break-word;word-break:break-word}.sc-book-desc{font-size:15px;line-height:1.6;color:#555;max-width:480px;margin-bottom:24px}.sc-focus-session{max-width:1440px;margin:16px auto 0;background:#0d0d0d;border-radius:32px;padding:48px;color:#fff;display:flex;flex-direction:column;gap:32px}.sc-focus-session-header .sc-pill-badge{border-color:#ffffff4d;color:#fff;margin-bottom:20px}.sc-focus-session-title{font-size:clamp(20px,4vw + 8px,48px);font-weight:400;letter-spacing:-1px;margin-bottom:16px;overflow-wrap:break-word;word-break:break-word}.sc-focus-session-desc{font-size:16px;line-height:1.6;color:#999;max-width:640px}.sc-focus-session-bullets{display:grid;grid-template-columns:1fr 1fr;gap:24px}.sc-focus-bullet{display:flex;gap:16px;align-items:flex-start}.sc-focus-bullet-num{font-size:32px;font-weight:300;color:#e6f78c;flex-shrink:0;line-height:1}.sc-focus-bullet-text{font-size:15px;line-height:1.5;color:#ccc;padding-top:4px}.sc-focus-session .sc-pill-filled{background:#e6f78c;color:#0d0d0d;border-color:#e6f78c}.sc-focus-session .sc-pill-filled:hover{background:#d4e56a}.sc-offices{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1440px;margin:16px auto 0}.sc-office-card{background:#fff;border-radius:32px;padding:40px;display:flex;flex-direction:column;transition:transform .3s ease}.sc-office-card:hover{transform:translateY(-2px)}.sc-office-city{font-size:28px;font-weight:400;letter-spacing:-.5px;margin-bottom:12px}.sc-office-desc{font-size:15px;line-height:1.6;color:#555}.sc-clients{max-width:1440px;margin:16px auto 0;background:#fff;border-radius:32px;padding:40px 48px;overflow:hidden}.sc-clients-label{font-size:12px;text-transform:uppercase;letter-spacing:1px;opacity:.5;margin-bottom:24px}.sc-clients-track{display:flex;gap:48px;animation:sc-scroll 30s linear infinite;width:-moz-max-content;width:max-content}.sc-clients-track img{height:48px;width:auto;-o-object-fit:contain;object-fit:contain;opacity:.5;filter:grayscale(100%);transition:opacity .3s,filter .3s}.sc-clients-track img:hover{opacity:1;filter:grayscale(0%)}@keyframes sc-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.sc-contact{max-width:1440px;margin:16px auto 0;background:#fff;border-radius:32px;padding:64px}.sc-contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.sc-contact-title{font-size:clamp(24px,3.5vw + 8px,42px);font-weight:400;letter-spacing:-1px;margin:16px 0;overflow-wrap:break-word;word-break:break-word}.sc-contact-desc{font-size:16px;line-height:1.6;color:#555;margin-bottom:32px}.sc-contact-channels{display:flex;flex-direction:column;gap:12px}.sc-contact-channel{display:inline-flex;align-items:center;gap:10px;font-size:15px;color:#0d0d0d;text-decoration:none;transition:opacity .2s}.sc-contact-channel:hover{opacity:.6}.sc-contact-form{display:flex;flex-direction:column;gap:20px}.sc-form-group{display:flex;flex-direction:column;gap:6px}.sc-form-group label{font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:#888}.sc-form-group input,.sc-form-group textarea{font-family:inherit;font-size:15px;padding:12px 16px;border:1px solid #ddd;border-radius:12px;background:#f4f4f4;outline:none;transition:border-color .2s;resize:vertical}.sc-form-group input:focus,.sc-form-group textarea:focus{border-color:#0d0d0d}.sc-contact-submit{align-self:flex-start;cursor:pointer;font-size:15px;margin-top:4px}.sc-contact-privacy{font-size:12px;color:#999;line-height:1.5}@media(max-width:900px){.sc-contact{padding:40px 24px}.sc-contact-inner{grid-template-columns:1fr;gap:40px}}.sc-consulting{max-width:1440px;margin:16px auto 0}.sc-consulting-header{margin-bottom:32px}.sc-consulting-title{font-size:clamp(20px,4vw + 8px,48px);font-weight:400;letter-spacing:-1px;overflow-wrap:break-word;word-break:break-word}.sc-consulting-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.sc-consulting-card{background:#0d0d0d;border-radius:32px;overflow:hidden;position:relative;display:flex;flex-direction:column;transition:transform .3s ease}.sc-consulting-card:hover{transform:translateY(-4px)}.sc-consulting-card-img{position:relative;height:240px;overflow:hidden}.sc-consulting-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s ease}.sc-consulting-card:hover .sc-consulting-card-img img{transform:scale(1.05)}.sc-consulting-card-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000001a,#0006)}.sc-consulting-card-content{padding:28px 32px 32px}.sc-consulting-card-num{font-size:28px;font-weight:300;color:#e6f78c;margin-bottom:8px}.sc-consulting-card-title{font-size:22px;font-weight:500;color:#fff;line-height:1.3;margin-bottom:12px;letter-spacing:-.3px}.sc-consulting-card-desc{font-size:14px;line-height:1.6;color:#999}.sc-product-search{max-width:1440px;margin:16px auto 0;background:#fff;border-radius:32px;padding:48px}.sc-product-search-header{margin-bottom:40px}.sc-product-search-title{font-size:48px;font-weight:400;letter-spacing:-1px;margin-bottom:16px}.sc-product-search-desc{font-size:16px;line-height:1.6;color:#555;max-width:640px}.sc-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px}.sc-product-card{background:#f4f4f4;border-radius:24px;padding:32px;transition:transform .3s ease,background .3s ease}.sc-product-card:hover{transform:translateY(-3px);background:#eaeaea}.sc-product-card-icon{font-size:36px;margin-bottom:16px}.sc-product-card-title{font-size:20px;font-weight:500;margin-bottom:8px;letter-spacing:-.3px}.sc-product-card-desc{font-size:14px;line-height:1.6;color:#666}.sc-product-cta{background:#0d0d0d;border-radius:24px;padding:40px;text-align:center}.sc-product-cta-title{font-size:28px;font-weight:400;color:#fff;letter-spacing:-.5px;margin-bottom:8px}.sc-product-cta-desc{font-size:16px;color:#e6f78c;margin-bottom:24px}.sc-product-cta .sc-pill-filled{background:#e6f78c;color:#0d0d0d;border-color:#e6f78c}.sc-product-cta .sc-pill-filled:hover{background:#d4e56a}.sc-footer{max-width:1440px;margin:16px auto 0;background:#0d0d0d;border-radius:32px;padding:48px;color:#fff}.sc-footer-top{display:flex;justify-content:space-between;gap:48px;margin-bottom:48px}.sc-footer-brand{flex-shrink:0}.sc-footer-brand-name{font-weight:800;font-size:20px;letter-spacing:-.5px;margin-bottom:16px}.sc-footer-logo-img{height:28px;width:auto;-o-object-fit:contain;object-fit:contain;display:block;filter:brightness(0) invert(1)}.sc-footer-email{display:block;color:#e6f78c;font-size:16px;font-weight:500;text-decoration:none;margin-bottom:12px;transition:opacity .2s}.sc-footer-email:hover{opacity:.7}.sc-footer-address,.sc-footer-legal-info{font-size:13px;color:#777;line-height:1.5;margin-bottom:4px}.sc-footer-socials{display:flex;gap:8px;margin-top:16px}.sc-footer-social{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:background .2s,border-color .2s}.sc-footer-social:hover{background:#e6f78c;border-color:#e6f78c;color:#0d0d0d}.sc-footer-columns{display:flex;gap:64px}.sc-footer-col h4{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#777;margin-bottom:16px;font-weight:500}.sc-footer-col ul{list-style:none}.sc-footer-col li{font-size:15px;margin-bottom:8px;cursor:pointer;transition:color .2s,transform .2s}.sc-footer-col li:hover{color:#e6f78c;transform:translate(4px)}.sc-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;color:#777;font-size:12px;text-transform:uppercase;letter-spacing:1px}.sc-footer-links{display:flex;gap:24px}.sc-footer-links span{cursor:pointer;transition:color .2s}.sc-footer-links span:hover{color:#fff}.sc-featured{max-width:1440px;margin:16px auto 0}.sc-featured-header{margin-bottom:24px}.sc-featured-title{font-size:clamp(20px,4vw + 8px,48px);font-weight:400;letter-spacing:-1px;overflow-wrap:break-word;word-break:break-word}.sc-featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.sc-featured-card{background:#0d0d0d;border-radius:32px;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease}.sc-featured-card:hover{transform:translateY(-4px)}.sc-featured-card-img{position:relative;height:220px;overflow:hidden}.sc-featured-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s ease}.sc-featured-card:hover .sc-featured-card-img img{transform:scale(1.05)}.sc-featured-card-tag{position:absolute;top:16px;left:16px;background:#e6f78c;color:#0d0d0d;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:5px 14px;border-radius:100px}.sc-featured-card-title{font-size:20px;font-weight:500;color:#fff;line-height:1.3;padding:24px 24px 0;letter-spacing:-.3px}.sc-featured-card-desc{font-size:14px;line-height:1.6;color:#999;padding:12px 24px 0;flex-grow:1}.sc-featured-card-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:#e6f78c;text-decoration:none;padding:20px 24px 24px;transition:gap .2s ease}.sc-featured-card-link:hover{gap:10px}.sc-featured-card-link span{transition:transform .2s ease}.sc-featured-card-link:hover span{transform:translate(2px)}.sc-insights{max-width:1440px;margin:16px auto 0;background:#fff;border-radius:32px;padding:40px 48px;overflow:hidden}.sc-insights-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px}.sc-insights-title{font-size:clamp(20px,3vw + 8px,36px);font-weight:400;letter-spacing:-1px;overflow-wrap:break-word;word-break:break-word}.sc-insights-nav{display:flex;gap:8px}.sc-insights-nav-btn{width:44px;height:44px;border-radius:50%;border:1px solid #0D0D0D;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.sc-insights-nav-btn:hover{background:#0d0d0d;color:#fff}.sc-insights-nav-btn:hover svg{stroke:#fff}.sc-insights-scroll{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.sc-insights-scroll::-webkit-scrollbar{display:none}.sc-insight-card{min-width:320px;max-width:320px;background:#f4f4f4;border-radius:24px;overflow:hidden;flex-shrink:0;scroll-snap-align:start;transition:transform .3s ease}.sc-insight-card:hover{transform:translateY(-3px)}.sc-insight-card-img{height:180px;overflow:hidden}.sc-insight-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s ease}.sc-insight-card:hover .sc-insight-card-img img{transform:scale(1.05)}.sc-insight-card-body{padding:20px}.sc-insight-card-meta{display:flex;align-items:center;gap:10px;margin-bottom:12px}.sc-insight-card-tag{background:#0d0d0d;color:#e6f78c;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:4px 12px;border-radius:100px}.sc-insight-card-date{font-size:12px;color:#999;text-transform:uppercase;letter-spacing:.5px}.sc-insight-card-title{font-size:17px;font-weight:500;line-height:1.3;letter-spacing:-.2px;margin-bottom:8px;color:#0d0d0d}.sc-insight-card-desc{font-size:13px;line-height:1.5;color:#777}.sc-facts-article{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sc-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;border:1px solid #0D0D0D;border-radius:50%;background:transparent;cursor:pointer;padding:0;transition:background .2s}.sc-hamburger:hover{background:#0d0d0d}.sc-hamburger:hover .sc-hamburger-line{background:#fff}.sc-hamburger-line{display:block;width:18px;height:2px;background:#0d0d0d;border-radius:2px;transition:transform .3s,opacity .3s}.sc-hamburger-line.sc-hamburger-open:nth-child(1){transform:translateY(7px) rotate(45deg)}.sc-hamburger-line.sc-hamburger-open:nth-child(2){opacity:0}.sc-hamburger-line.sc-hamburger-open:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.sc-mobile-menu{position:fixed;inset:0;background:#f4f4f4fa;z-index:999;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;animation:sc-fadeIn .3s ease}.sc-mobile-menu ul{list-style:none;text-align:center;padding:0;margin:0}.sc-mobile-menu li{margin-bottom:16px}.sc-mobile-menu a{font-size:20px;font-weight:500;color:#0d0d0d;text-decoration:none;display:inline-flex;align-items:center;min-height:44px;transition:opacity .2s}.sc-mobile-menu a:hover{opacity:.6}@media(max-width:1024px){.sc-hero-text{grid-column:span 12}.sc-card-dark{grid-column:span 12;min-height:300px}.sc-card-lime{grid-column:span 12}.sc-card-stat{grid-column:span 4}.sc-card-texture{grid-column:span 12;min-height:200px}.sc-book,.sc-focus-session-bullets,.sc-offices,.sc-founder{grid-template-columns:1fr}.sc-founder-img-wrap{grid-column:span 1;min-height:300px}.sc-founder-content{grid-column:span 1}.sc-featured-grid,.sc-consulting-grid{grid-template-columns:1fr}.sc-product-grid{grid-template-columns:repeat(2,1fr)}.sc-footer-top{flex-direction:column}.sc-footer-columns{flex-wrap:wrap;gap:32px}}@media(max-width:768px){.sc-page{padding:16px}.sc-nav{grid-template-columns:1fr auto;gap:12px}.sc-menu,.sc-search-bar{display:none}.sc-nav-actions{gap:8px}.sc-hamburger{display:flex}.sc-nav-actions>.sc-pill-filled{display:none}.sc-lang-toggle{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:6px 12px}.sc-pill{min-height:44px;padding:10px 16px}.sc-hero-text{padding:32px;min-height:280px}.sc-card-stat{grid-column:span 6;height:150px}.sc-card-stat:last-of-type{grid-column:span 12}.sc-stat-num{font-size:32px}.sc-stat-label{font-size:12px}.sc-card-dark{min-height:260px;padding:24px}.sc-card-dark p{max-width:100%}.sc-card-lime{min-height:260px;padding:24px}.sc-card-lime p{max-width:100%}.sc-arrow-icon svg{width:36px;height:36px}.sc-book-content,.sc-book-img-wrap{padding:24px}.sc-book-img-wrap img{max-height:280px}.sc-book-desc{max-width:100%}.sc-focus-session{padding:24px;gap:24px}.sc-focus-session-desc{max-width:100%}.sc-office-card{padding:24px;border-radius:24px}.sc-office-city{font-size:22px}.sc-founder-content{padding:24px}.sc-founder-img-wrap{min-height:260px}.sc-founder-bullets{max-width:100%}.sc-featured-card-title{font-size:18px;padding:20px 20px 0}.sc-featured-card-desc{padding:10px 20px 0}.sc-featured-card-link{padding:16px 20px 20px}.sc-featured-card-img{height:180px}.sc-insights{padding:24px;border-radius:24px}.sc-insights-header{flex-direction:column;align-items:flex-start;gap:16px}.sc-insight-card{min-width:280px;max-width:280px}.sc-insight-card-img{height:150px}.sc-insight-card-body{padding:16px}.sc-insight-card-title{font-size:15px}.sc-clients{padding:24px;border-radius:24px}.sc-clients-track{gap:32px}.sc-clients-track img{height:36px}.sc-contact-submit{align-self:stretch}.sc-footer{padding:24px;border-radius:24px}.sc-footer-top{flex-direction:column;gap:32px}.sc-footer-columns{flex-wrap:wrap;gap:24px}.sc-footer-col{min-width:120px}.sc-footer-bottom{flex-direction:column;gap:12px}.sc-footer-social{width:44px;height:44px}.sc-consulting-card-content{padding:20px 24px 24px}.sc-consulting-card-title{font-size:18px}.sc-consulting-card-img{height:200px}.sc-logo-img{height:30px}.sc-product-search{padding:24px;border-radius:24px}.sc-product-grid{grid-template-columns:1fr}.sc-product-card{padding:24px}.sc-product-card-title{font-size:18px}.sc-product-cta{padding:24px}.sc-product-cta-title{font-size:22px}}@media(max-width:480px){.sc-page{padding:16px}.sc-nav{margin-bottom:24px}.sc-hero-text{grid-column:span 12;padding:24px;min-height:240px;border-radius:24px}.sc-card-dark{grid-column:span 12;min-height:240px;padding:20px;border-radius:24px}.sc-card-stat{grid-column:span 12;height:120px;border-radius:20px}.sc-stat-num{font-size:28px}.sc-stat-label{font-size:11px}.sc-card-lime{grid-column:span 12;min-height:220px;padding:20px;border-radius:24px}.sc-card{border-radius:24px;padding:20px}.sc-book-img-wrap{padding:16px;border-radius:24px}.sc-book-img-wrap img{max-height:220px}.sc-book-content{padding:20px;border-radius:24px}.sc-book-desc{font-size:14px}.sc-focus-session{padding:20px;border-radius:24px;gap:20px}.sc-focus-session-desc{font-size:14px}.sc-focus-bullet-num{font-size:24px}.sc-focus-bullet-text{font-size:14px}.sc-office-card{padding:20px;border-radius:20px}.sc-office-city{font-size:20px}.sc-office-desc{font-size:14px}.sc-founder-img-wrap{min-height:220px;border-radius:24px}.sc-founder-content{padding:20px;border-radius:24px}.sc-founder-bullets li{font-size:14px}.sc-featured-card{border-radius:24px}.sc-featured-card-title{font-size:16px;padding:16px 16px 0}.sc-featured-card-desc{font-size:13px;padding:8px 16px 0}.sc-featured-card-link{padding:12px 16px 16px;min-height:44px}.sc-featured-card-img{height:160px}.sc-insights{padding:16px;border-radius:20px}.sc-insight-card{min-width:260px;max-width:260px;border-radius:20px}.sc-insight-card-img{height:130px}.sc-insight-card-body{padding:14px}.sc-insight-card-title{font-size:14px}.sc-insight-card-desc{font-size:12px}.sc-clients{padding:16px;border-radius:20px}.sc-clients-track{gap:24px}.sc-clients-track img{height:28px}.sc-contact{padding:32px 20px;border-radius:24px}.sc-footer{padding:20px;border-radius:20px}.sc-footer-brand-name{font-size:18px}.sc-footer-email{font-size:14px}.sc-footer-columns{gap:20px}.sc-footer-col h4{font-size:11px;margin-bottom:12px}.sc-footer-col li{font-size:14px;min-height:44px;display:flex;align-items:center}.sc-footer-bottom{font-size:11px}.sc-footer-links{gap:16px}.sc-footer-links span{min-height:44px;display:inline-flex;align-items:center}.sc-consulting-card{border-radius:24px}.sc-consulting-card-content{padding:16px 20px 20px}.sc-consulting-card-title{font-size:16px}.sc-consulting-card-desc{font-size:13px}.sc-consulting-card-img{height:160px}.sc-logo-img{height:26px}.sc-footer-logo-img{height:22px}.sc-product-search,.sc-product-card{padding:20px;border-radius:20px}.sc-product-card-icon{font-size:28px}.sc-product-card-title{font-size:16px}.sc-product-card-desc{font-size:13px}.sc-product-cta{padding:20px;border-radius:20px}.sc-product-cta-title{font-size:20px}.sc-product-cta-desc{font-size:14px}}@media(max-width:360px){.sc-page{padding:12px}.sc-nav{gap:8px;margin-bottom:16px}.sc-logo{font-size:18px}.sc-hero-text{padding:20px;min-height:200px}.sc-pill-badge{font-size:11px;padding:5px 12px}.sc-stat-num{font-size:24px}.sc-book-img-wrap img{max-height:180px}.sc-focus-bullet{gap:12px}.sc-focus-bullet-num{font-size:20px}.sc-focus-bullet-text{font-size:13px}.sc-office-card{padding:16px}.sc-office-city{font-size:18px}.sc-office-desc{font-size:13px}.sc-founder-img-wrap{min-height:180px}.sc-founder-content{padding:16px}.sc-founder-bullets li{font-size:13px;margin-bottom:8px}.sc-insight-card{min-width:240px;max-width:240px}.sc-insight-card-img{height:110px}.sc-consulting-card-img,.sc-featured-card-img{height:140px}.sc-featured-card-title{font-size:15px}.sc-contact{padding:24px 16px}.sc-contact-channels{gap:8px}.sc-contact-channel{font-size:14px;min-height:44px}.sc-clients-track img{height:24px}.sc-clients-track{gap:20px}}.site-footer{max-width:1440px;margin:16px auto 0;background:#0d0d0d;border-radius:32px;padding:48px;color:#fff;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;box-sizing:border-box}.site-footer *,.site-footer *:before,.site-footer *:after{box-sizing:border-box}.site-footer-top{display:flex;justify-content:space-between;gap:48px;margin-bottom:48px}.site-footer-brand{flex-shrink:0;min-width:0}.site-footer-brand-name{font-weight:800;font-size:20px;letter-spacing:-.5px;margin-bottom:16px;overflow-wrap:break-word;word-break:break-word}.site-footer-email{display:block;color:#e6f78c;font-size:16px;font-weight:500;text-decoration:none;margin-bottom:12px;transition:opacity .2s;overflow-wrap:break-word;word-break:break-word}.site-footer-email:hover{opacity:.7}.site-footer-address,.site-footer-legal-info{font-size:13px;color:#777;line-height:1.5;margin-bottom:4px}.site-footer-socials{display:flex;gap:8px;margin-top:16px;flex-wrap:wrap}.site-footer-social{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:background .2s,border-color .2s;flex-shrink:0}.site-footer-social:hover{background:#e6f78c;border-color:#e6f78c;color:#0d0d0d}.site-footer-columns{display:flex;gap:64px;min-width:0}.site-footer-col h4{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#777;margin-bottom:16px;font-weight:500}.site-footer-col ul{list-style:none}.site-footer-col li{font-size:15px;margin-bottom:8px;cursor:pointer;transition:color .2s,transform .2s}.site-footer-col li:hover{color:#e6f78c;transform:translate(4px)}.site-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;align-items:center;color:#777;font-size:12px;text-transform:uppercase;letter-spacing:1px}.site-footer-links{display:flex;gap:24px}.site-footer-links span{cursor:pointer;transition:color .2s}.site-footer-links span:hover{color:#fff}@media(max-width:1024px){.site-footer-top{flex-direction:column;gap:32px}.site-footer-columns{flex-wrap:wrap;gap:32px}}@media(max-width:768px){.site-footer{padding:24px;border-radius:24px}.site-footer-top{flex-direction:column;gap:32px;margin-bottom:32px}.site-footer-columns{flex-wrap:wrap;gap:24px}.site-footer-col{min-width:120px}.site-footer-col li{min-height:44px;display:flex;align-items:center}.site-footer-bottom{flex-direction:column;gap:12px;align-items:flex-start}.site-footer-social{width:44px;height:44px}.site-footer-links span{min-height:44px;display:inline-flex;align-items:center}.site-footer-address,.site-footer-legal-info{font-size:13px;line-height:1.6}}@media(max-width:480px){.site-footer{padding:20px;border-radius:20px}.site-footer-top{gap:24px;margin-bottom:24px}.site-footer-brand-name{font-size:18px}.site-footer-email{font-size:14px}.site-footer-columns{gap:20px}.site-footer-col h4{font-size:11px;margin-bottom:12px}.site-footer-col li{font-size:14px;min-height:44px;display:flex;align-items:center}.site-footer-bottom{font-size:11px}.site-footer-links{gap:16px}.site-footer-links span{min-height:44px;display:inline-flex;align-items:center}}@media(max-width:360px){.site-footer{padding:16px;border-radius:16px}.site-footer-top{gap:20px;margin-bottom:20px}.site-footer-brand-name{font-size:16px}.site-footer-email{font-size:13px}.site-footer-address,.site-footer-legal-info{font-size:12px}.site-footer-columns{gap:16px}.site-footer-col h4{font-size:10px;margin-bottom:10px}.site-footer-col li{font-size:13px}.site-footer-bottom{font-size:10px;padding-top:16px}.site-footer-links{gap:12px}}.b2b-reveal{opacity:0;transform:translateY(40px);filter:blur(6px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1),filter .8s cubic-bezier(.16,1,.3,1)}.b2b-revealed{opacity:1;transform:translateY(0);filter:blur(0)}.b2b-page{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;background-color:#f4f4f4;color:#0d0d0d;line-height:1.2;padding:24px;min-height:100vh;-webkit-font-smoothing:antialiased;overflow-x:hidden}.b2b-pill{border:1px solid #0D0D0D;border-radius:100px;padding:8px 16px;font-size:14px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;transition:all .2s ease;text-decoration:none;color:#0d0d0d;background:transparent;cursor:pointer;font-family:inherit}.b2b-pill:hover,.b2b-pill-filled{background-color:#0d0d0d;color:#fff}.b2b-pill-filled:hover{background-color:#555}.b2b-pill-badge{border:1px solid #0D0D0D;border-radius:100px;padding:6px 16px;font-size:12px;text-transform:uppercase;margin-bottom:24px;display:inline-block;letter-spacing:.5px}.b2b-nav{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:16px 0;margin-bottom:40px;max-width:1440px;margin-left:auto;margin-right:auto}.b2b-logo{font-weight:800;font-size:24px;letter-spacing:-1px;text-decoration:none;color:#0d0d0d}.b2b-menu{display:flex;gap:24px;list-style:none}.b2b-menu a{text-decoration:none;color:#0d0d0d;font-size:15px;font-weight:500;transition:opacity .2s}.b2b-menu a:hover{opacity:.6}.b2b-nav-actions{display:flex;gap:12px;align-items:center}.b2b-lang-toggle{border:1px solid #0D0D0D;border-radius:100px;padding:6px 14px;font-size:12px;font-weight:600;cursor:pointer;background:transparent;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.b2b-lang-toggle:hover{background:#0d0d0d;color:#fff}.b2b-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;border:1px solid #0D0D0D;border-radius:50%;background:transparent;cursor:pointer;padding:0}.b2b-hamburger-line{display:block;width:18px;height:2px;background:#0d0d0d;border-radius:2px;transition:transform .3s,opacity .3s}.b2b-hamburger-line.b2b-hamburger-open:nth-child(1){transform:translateY(7px) rotate(45deg)}.b2b-hamburger-line.b2b-hamburger-open:nth-child(2){opacity:0}.b2b-hamburger-line.b2b-hamburger-open:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.b2b-mobile-menu{position:fixed;inset:0;background:#f4f4f4fa;z-index:999;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px}.b2b-mobile-menu ul{list-style:none;text-align:center;padding:0}.b2b-mobile-menu li{margin-bottom:16px}.b2b-mobile-menu a{font-size:20px;font-weight:500;color:#0d0d0d;text-decoration:none;min-height:44px;display:inline-flex;align-items:center}.b2b-hero{max-width:1440px;margin:0 auto;background:linear-gradient(#0000008c,#000000a6),url(/clients-webp/b2b-page-photos/b2b-p1.jpg);background-size:cover;background-position:center;border-radius:32px;padding:80px 48px;color:#fff;position:relative;min-height:400px;display:flex;flex-direction:column;justify-content:flex-end}.b2b-hero .b2b-pill-badge{border-color:#ffffff80;color:#fff}.b2b-hero-title{font-size:72px;line-height:1;font-weight:400;letter-spacing:-2px;text-transform:uppercase;margin-bottom:24px;color:#fff}.b2b-hero-italic{display:block;font-weight:300;font-style:italic;font-family:Georgia,Times New Roman,Times,serif;color:#ffffffb3}.b2b-hero-desc{font-size:16px;line-height:1.6;color:#ffffffd9;max-width:640px}.b2b-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1440px;margin:16px auto 0}.b2b-stat-card{background:#e5e5e5;border-radius:24px;height:200px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;transition:transform .3s ease}.b2b-stat-card:hover{transform:translateY(-2px)}.b2b-stat-dark{background:#0d0d0d;color:#fff}.b2b-stat-num{font-size:48px;font-weight:400;margin-bottom:8px}.b2b-stat-label{font-size:14px;text-transform:uppercase;letter-spacing:1px;opacity:.7}.b2b-founder{display:grid;grid-template-columns:1fr 2fr;gap:16px;max-width:1440px;margin:16px auto 0}.b2b-founder-img{border-radius:32px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f4f4f4;min-height:400px}.b2b-founder-img img{width:200px;height:200px;-o-object-fit:cover;object-fit:cover;display:block;border-radius:50%;box-shadow:0 4px 24px #0000001f}.b2b-founder-content{background:#fff;border-radius:32px;padding:48px;display:flex;flex-direction:column;justify-content:center}.b2b-founder-quote{font-size:20px;line-height:1.6;color:#333;font-style:italic;margin:0 0 24px;max-width:560px}.b2b-founder-name{font-size:24px;font-weight:500;letter-spacing:-.5px}.b2b-founder-title{font-size:14px;color:#888;margin-top:4px}.b2b-mission{max-width:1440px;margin:16px auto 0;background:#0d0d0d;border-radius:32px;padding:48px;color:#fff}.b2b-mission .b2b-pill-badge{border-color:#ffffff4d;color:#fff}.b2b-mission-text{font-size:20px;line-height:1.6;color:#ccc;max-width:800px}.b2b-facts-article{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.b2b-events{max-width:1440px;margin:16px auto 0}.b2b-events-header{margin-bottom:32px}.b2b-events-title{font-size:48px;font-weight:400;letter-spacing:-1px;margin-top:8px}.b2b-events-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.b2b-event-card{background:#0d0d0d;border-radius:32px;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease}.b2b-event-card:hover{transform:translateY(-4px)}.b2b-event-img{width:100%;height:220px;overflow:hidden}.b2b-event-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.b2b-event-card:hover .b2b-event-img img{transform:scale(1.05)}.b2b-event-body{padding:28px 32px 32px}.b2b-event-tag{background:#e6f78c;color:#0d0d0d;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:5px 14px;border-radius:100px;display:inline-block;margin-bottom:16px}.b2b-event-title{font-size:20px;font-weight:500;color:#fff;line-height:1.3;margin-bottom:12px;letter-spacing:-.3px}.b2b-event-desc{font-size:14px;line-height:1.6;color:#999}.b2b-participants{max-width:1440px;margin:16px auto 0;background:#fff;border-radius:32px;padding:48px}.b2b-participants-header{margin-bottom:32px}.b2b-participants-title{font-size:48px;font-weight:400;letter-spacing:-1px;margin-bottom:8px}.b2b-participants-subtitle{font-size:16px;line-height:1.6;color:#555;max-width:640px}.b2b-participants-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px 48px}.b2b-participant-card{display:flex;align-items:center;gap:24px;padding:24px 0;border-bottom:1px solid #EAEAEA;transition:opacity .2s ease}.b2b-participant-card:hover{opacity:.7}.b2b-participant-logo{width:140px;height:100px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}.b2b-participant-name{font-size:15px;font-weight:500;line-height:1.3;color:#0d0d0d}.b2b-product-search{max-width:1440px;margin:16px auto 0;background:#fff;border-radius:32px;padding:48px}.b2b-product-header{margin-bottom:40px}.b2b-product-title{font-size:48px;font-weight:400;letter-spacing:-1px;margin-bottom:16px}.b2b-product-desc{font-size:16px;line-height:1.6;color:#555;max-width:640px}.b2b-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px}.b2b-product-card{background:#f4f4f4;border-radius:24px;padding:32px;transition:transform .3s ease,background .3s ease}.b2b-product-card:hover{transform:translateY(-3px);background:#eaeaea}.b2b-product-card-icon{font-size:36px;margin-bottom:16px}.b2b-product-card-title{font-size:20px;font-weight:500;margin-bottom:8px;letter-spacing:-.3px}.b2b-product-card-desc{font-size:14px;line-height:1.6;color:#666}.b2b-product-cta{background:#0d0d0d;border-radius:24px;padding:40px;text-align:center}.b2b-product-cta-title{font-size:28px;font-weight:400;color:#fff;letter-spacing:-.5px;margin-bottom:8px}.b2b-product-cta-desc{font-size:16px;color:#e6f78c;margin-bottom:24px}.b2b-product-cta-btn{background:#e6f78c!important;color:#0d0d0d!important;border-color:#e6f78c!important}.b2b-product-cta-btn:hover{background:#d4e56a!important}.b2b-contact{max-width:1440px;margin:16px auto 0;background:#fff;border-radius:32px;padding:64px}.b2b-contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.b2b-contact-title{font-size:42px;font-weight:400;letter-spacing:-1px;margin:16px 0}.b2b-contact-desc{font-size:16px;line-height:1.6;color:#555;margin-bottom:32px}.b2b-contact-channels{display:flex;flex-direction:column;gap:12px}.b2b-contact-channel{display:inline-flex;align-items:center;gap:10px;font-size:15px;color:#0d0d0d;text-decoration:none;transition:opacity .2s}.b2b-contact-channel:hover{opacity:.6}.b2b-contact-form{display:flex;flex-direction:column;gap:20px}.b2b-form-group{display:flex;flex-direction:column;gap:6px}.b2b-form-group label{font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:#888}.b2b-form-group input,.b2b-form-group textarea{font-family:inherit;font-size:15px;padding:12px 16px;border:1px solid #ddd;border-radius:12px;background:#f4f4f4;outline:none;transition:border-color .2s;resize:vertical}.b2b-form-group input:focus,.b2b-form-group textarea:focus{border-color:#0d0d0d}.b2b-contact-submit{align-self:flex-start;cursor:pointer;font-size:15px;margin-top:4px}.b2b-contact-privacy{font-size:12px;color:#999;line-height:1.5}.b2b-contact-cta{text-align:center;padding:80px 40px;max-width:1440px;margin:16px auto 0;background:#0d0d0d;border-radius:32px;color:#fff}.b2b-cta-title{font-size:48px;font-weight:700;margin-bottom:16px}.b2b-cta-desc{font-size:18px;color:#999;max-width:600px;margin:0 auto 32px;line-height:1.6}.b2b-cta-btn{display:inline-block;padding:16px 48px;font-size:16px;text-decoration:none;background:#e6f78c!important;color:#0d0d0d!important;border-color:#e6f78c!important}.b2b-cta-btn:hover{background:#d4e56a!important}.b2b-footer{max-width:1440px;margin:16px auto 0;background:#0d0d0d;border-radius:32px;padding:48px;color:#fff}.b2b-footer-top{display:flex;justify-content:space-between;gap:48px;margin-bottom:48px}.b2b-footer-brand{flex-shrink:0}.b2b-footer-brand-name{font-weight:800;font-size:20px;letter-spacing:-.5px;margin-bottom:16px}.b2b-footer-email{display:block;color:#e6f78c;font-size:16px;font-weight:500;text-decoration:none;margin-bottom:12px}.b2b-footer-email:hover{opacity:.7}.b2b-footer-address,.b2b-footer-legal-info{font-size:13px;color:#777;line-height:1.5;margin-bottom:4px}.b2b-footer-columns{display:flex;gap:64px}.b2b-footer-col h4{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#777;margin-bottom:16px;font-weight:500}.b2b-footer-col ul{list-style:none}.b2b-footer-col li{font-size:15px;margin-bottom:8px;cursor:pointer;transition:color .2s}.b2b-footer-col li:hover{color:#e6f78c}.b2b-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;color:#777;font-size:12px;text-transform:uppercase;letter-spacing:1px}.b2b-footer-links{display:flex;gap:24px}.b2b-footer-links span{cursor:pointer;transition:color .2s}.b2b-footer-links span:hover{color:#fff}@media(max-width:1024px){.b2b-hero{padding:60px 40px;min-height:360px}.b2b-hero-title{font-size:48px;letter-spacing:-1.5px}.b2b-stats{grid-template-columns:repeat(3,1fr)}.b2b-stat-card{height:160px}.b2b-stat-num{font-size:36px}.b2b-founder{grid-template-columns:1fr}.b2b-founder-img{min-height:300px;order:-1}.b2b-events-grid{grid-template-columns:1fr}.b2b-events-title,.b2b-participants-title{font-size:36px}.b2b-participants-grid{gap:24px 32px}.b2b-participant-logo{width:120px;height:80px}.b2b-product-grid{grid-template-columns:repeat(2,1fr)}.b2b-product-title{font-size:36px}.b2b-cta-title{font-size:40px}.b2b-footer-top{flex-direction:column}.b2b-footer-columns{flex-wrap:wrap;gap:32px}}@media(max-width:768px){.b2b-page{padding:16px}.b2b-nav{grid-template-columns:1fr auto;gap:12px}.b2b-menu{display:none}.b2b-hamburger{display:flex}.b2b-lang-toggle{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.b2b-pill{min-height:44px;padding:10px 16px}.b2b-hero{padding:32px 24px;min-height:300px;border-radius:28px}.b2b-hero-title{font-size:clamp(28px,7vw,36px);letter-spacing:-1px;margin-bottom:16px}.b2b-hero-desc{font-size:15px}.b2b-pill-badge{padding:5px 12px;font-size:11px;margin-bottom:16px}.b2b-stats{grid-template-columns:repeat(2,1fr)}.b2b-stat-card{height:140px}.b2b-stat-num{font-size:32px}.b2b-stat-label{font-size:12px}.b2b-founder-img{min-height:260px;order:-1;border-radius:28px}.b2b-founder-content{padding:24px;border-radius:28px}.b2b-founder-quote{font-size:16px;max-width:100%}.b2b-founder-name{font-size:20px}.b2b-mission{padding:24px;border-radius:28px}.b2b-mission-text{font-size:16px}.b2b-event-img{height:200px}.b2b-event-body{padding:20px 24px 24px}.b2b-event-tag{padding:5px 12px;font-size:10px;margin-bottom:12px}.b2b-event-title{font-size:18px}.b2b-participants{padding:24px;border-radius:24px}.b2b-participants-grid{grid-template-columns:1fr;gap:0}.b2b-participants-title{font-size:clamp(24px,6vw,28px)}.b2b-participants-subtitle{font-size:14px}.b2b-participant-card{gap:16px;padding:16px 0}.b2b-participant-logo{width:100px;height:70px}.b2b-product-search{padding:24px;border-radius:24px}.b2b-product-grid{grid-template-columns:1fr}.b2b-product-card,.b2b-product-cta{padding:24px}.b2b-product-cta-title{font-size:22px}.b2b-contact{padding:40px 24px}.b2b-contact-inner{grid-template-columns:1fr;gap:40px}.b2b-contact-title{font-size:32px}.b2b-contact-cta{padding:48px 24px;border-radius:28px}.b2b-cta-title{font-size:32px}.b2b-cta-desc{font-size:16px}.b2b-cta-btn{padding:14px 36px;font-size:15px}.b2b-footer{padding:24px;border-radius:24px}.b2b-footer-top{flex-direction:column;gap:32px}.b2b-footer-columns{flex-wrap:wrap;gap:24px}.b2b-footer-bottom{flex-direction:column;gap:12px}}@media(max-width:480px){.b2b-page{padding:12px}.b2b-nav{margin-bottom:24px}.b2b-nav-actions .b2b-pill-filled{display:none}.b2b-hero{padding:24px 20px;border-radius:24px;min-height:260px}.b2b-hero-title{font-size:clamp(24px,7vw,32px);margin-bottom:12px}.b2b-hero-desc{font-size:14px}.b2b-stats{grid-template-columns:1fr}.b2b-stat-card{height:120px;border-radius:20px}.b2b-stat-num{font-size:28px}.b2b-founder-img{min-height:220px;border-radius:24px}.b2b-founder-content{padding:20px;border-radius:24px}.b2b-founder-quote{font-size:15px}.b2b-founder-name{font-size:18px}.b2b-mission{padding:20px;border-radius:24px}.b2b-mission-text{font-size:15px}.b2b-events-title{font-size:clamp(20px,5.5vw,26px)}.b2b-event-img{height:180px}.b2b-event-body{padding:16px 20px 20px}.b2b-event-card{border-radius:20px}.b2b-event-tag{padding:4px 10px;font-size:10px;margin-bottom:10px}.b2b-event-title{font-size:16px}.b2b-event-desc{font-size:13px}.b2b-participants{padding:20px;border-radius:20px}.b2b-participants-title{font-size:clamp(20px,5.5vw,26px)}.b2b-participants-subtitle{font-size:13px}.b2b-participant-card{gap:12px;padding:12px 0}.b2b-participant-logo{width:80px;height:56px}.b2b-participant-name{font-size:13px}.b2b-product-search,.b2b-product-card{padding:20px;border-radius:20px}.b2b-product-card-icon{font-size:28px}.b2b-product-card-title{font-size:16px}.b2b-product-card-desc{font-size:13px}.b2b-product-cta{padding:20px;border-radius:20px}.b2b-product-cta-title{font-size:20px}.b2b-product-search-title{font-size:clamp(20px,5.5vw,26px)}.b2b-contact{padding:32px 20px;border-radius:24px}.b2b-contact-title{font-size:28px}.b2b-contact-cta{padding:40px 20px;border-radius:24px}.b2b-cta-title{font-size:24px}.b2b-cta-desc{font-size:15px;margin-bottom:24px}.b2b-cta-btn{padding:14px 32px;font-size:14px}.b2b-footer{padding:20px;border-radius:20px}.b2b-footer-brand-name{font-size:18px}.b2b-footer-col li{font-size:14px;min-height:44px;display:flex;align-items:center}.b2b-footer-bottom{font-size:11px}}@media(max-width:360px){.b2b-page{padding:10px}.b2b-nav{gap:8px;margin-bottom:16px}.b2b-logo{font-size:20px}.b2b-hero{padding:20px 16px;min-height:240px;border-radius:20px}.b2b-hero-title{font-size:clamp(22px,6.5vw,28px);margin-bottom:10px}.b2b-hero-desc{font-size:13px;line-height:1.5}.b2b-pill-badge{padding:4px 10px;font-size:10px;margin-bottom:12px}.b2b-stat-card{height:100px;border-radius:16px}.b2b-stat-num{font-size:24px}.b2b-stat-label{font-size:10px;letter-spacing:.5px}.b2b-founder-img{min-height:200px;border-radius:20px}.b2b-founder-content{padding:16px;border-radius:20px}.b2b-founder-quote{font-size:14px;margin-bottom:16px}.b2b-founder-name{font-size:16px}.b2b-founder-title{font-size:12px}.b2b-mission{padding:16px;border-radius:20px}.b2b-mission-text{font-size:14px}.b2b-events-header{margin-bottom:20px}.b2b-events-title{font-size:clamp(18px,5vw,22px)}.b2b-event-img{height:160px}.b2b-event-body{padding:14px 16px 16px}.b2b-event-card{border-radius:16px}.b2b-event-title{font-size:15px;margin-bottom:8px}.b2b-event-desc{font-size:12px}.b2b-participants{padding:16px;border-radius:16px}.b2b-participants-header{margin-bottom:20px}.b2b-participants-title{font-size:clamp(18px,5vw,22px)}.b2b-participants-subtitle{font-size:12px}.b2b-participant-card{gap:10px;padding:10px 0}.b2b-participant-logo{width:64px;height:48px}.b2b-participant-name{font-size:12px;line-height:1.4}.b2b-contact-cta{padding:32px 16px;border-radius:20px}.b2b-cta-title{font-size:22px}.b2b-cta-desc{font-size:14px;margin-bottom:20px}.b2b-cta-btn{padding:12px 28px;font-size:14px}.b2b-footer{padding:16px;border-radius:16px}.b2b-footer-brand-name{font-size:16px}.b2b-footer-email{font-size:14px}.b2b-footer-col h4{font-size:11px;margin-bottom:10px}.b2b-footer-col li{font-size:13px}.b2b-footer-bottom{font-size:10px}.b2b-footer-links{gap:16px}}.ps-reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.ps-revealed{opacity:1;transform:none}.ps-page{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;background-color:#f4f4f4;color:#0d0d0d;line-height:1.2;padding:24px;min-height:100vh;-webkit-font-smoothing:antialiased;overflow-x:hidden}.ps-pill{border:1px solid #0D0D0D;border-radius:100px;padding:8px 16px;font-size:14px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;transition:all .2s ease;text-decoration:none;color:#0d0d0d;background:transparent;cursor:pointer;font-family:inherit}.ps-pill:hover,.ps-pill-filled{background-color:#0d0d0d;color:#fff}.ps-pill-filled:hover{background-color:#555}.ps-pill-badge{border:1px solid #0D0D0D;border-radius:100px;padding:6px 16px;font-size:12px;text-transform:uppercase;margin-bottom:24px;display:inline-block;letter-spacing:.5px}.ps-nav{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:16px 0;margin-bottom:40px;max-width:1440px;margin-left:auto;margin-right:auto}.ps-logo{font-weight:800;font-size:24px;letter-spacing:-1px;display:flex;align-items:center;gap:8px;text-decoration:none;color:#0d0d0d}.ps-menu{display:flex;gap:24px;list-style:none}.ps-menu a{text-decoration:none;color:#0d0d0d;font-size:15px;font-weight:500;transition:opacity .2s}.ps-menu a:hover{opacity:.6}.ps-nav-actions{display:flex;gap:12px;align-items:center}.ps-search-bar{border:1px solid #0D0D0D;border-radius:100px;padding:8px 16px;display:flex;align-items:center;gap:8px;width:200px;background:#fff}.ps-search-bar input{border:none;outline:none;font-size:14px;width:100%;background:transparent;font-family:inherit}.ps-lang-toggle{border:1px solid #0D0D0D;border-radius:100px;padding:6px 14px;font-size:12px;font-weight:600;cursor:pointer;background:transparent;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.ps-lang-toggle:hover{background:#0d0d0d;color:#fff}.ps-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;border:1px solid #0D0D0D;border-radius:50%;background:transparent;cursor:pointer;padding:0;transition:background .2s}.ps-hamburger:hover{background:#0d0d0d}.ps-hamburger:hover .ps-hamburger-line{background:#fff}.ps-hamburger-line{display:block;width:18px;height:2px;background:#0d0d0d;border-radius:2px;transition:transform .3s,opacity .3s}.ps-hamburger-line.ps-hamburger-open:nth-child(1){transform:translateY(7px) rotate(45deg)}.ps-hamburger-line.ps-hamburger-open:nth-child(2){opacity:0}.ps-hamburger-line.ps-hamburger-open:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.ps-mobile-menu{position:fixed;inset:0;background:#f4f4f4fa;z-index:999;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px}.ps-mobile-menu ul{list-style:none;text-align:center;padding:0;margin:0}.ps-mobile-menu li{margin-bottom:16px}.ps-mobile-menu a{font-size:20px;font-weight:500;color:#0d0d0d;text-decoration:none;display:inline-flex;align-items:center;min-height:44px;transition:opacity .2s}.ps-mobile-menu a:hover{opacity:.6}.ps-hero{text-align:center;padding:80px 40px 48px;max-width:800px;margin:0 auto}.ps-hero-title{font-size:clamp(28px,5vw + 12px,56px);font-weight:400;letter-spacing:-2px;line-height:1.1;margin:24px 0 16px;overflow-wrap:break-word;word-break:break-word}.ps-hero-desc{font-size:18px;line-height:1.6;color:#555}.ps-products{max-width:1440px;margin:0 auto;padding:0 0 16px}.ps-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ps-product-card{background:#f0f0f0;border-radius:24px;overflow:hidden;transition:all .3s ease}.ps-product-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001a}.ps-product-card-img{width:100%;height:200px;overflow:hidden}.ps-product-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.ps-product-card:hover .ps-product-card-img img{transform:scale(1.05)}.ps-product-card-body{padding:24px}.ps-product-card-title{font-size:20px;font-weight:500;margin-bottom:8px;letter-spacing:-.3px}.ps-product-card-desc{font-size:14px;line-height:1.6;color:#666}.ps-cta{background:#0d0d0d;border-radius:32px;padding:48px;text-align:center;margin-top:16px;max-width:1440px;margin-left:auto;margin-right:auto}.ps-cta-title{font-size:28px;font-weight:400;color:#fff;letter-spacing:-.5px;margin-bottom:8px}.ps-cta-desc{font-size:16px;color:#e6f78c;margin-bottom:24px}.ps-cta-btn{background:#e6f78c!important;color:#0d0d0d!important;border-color:#e6f78c!important}.ps-cta-btn:hover{background:#d4e56a!important}.ps-internal-links{margin-top:16px;font-size:13px;color:#ffffff80}.ps-internal-links a{color:#fff9;text-decoration:underline;transition:color .2s}.ps-internal-links a:hover{color:#e6f78c}.ps-footer{margin-top:64px;padding-top:48px;border-top:1px solid #E5E5E5}.ps-footer-top{display:flex;justify-content:space-between;gap:48px;margin-bottom:48px}.ps-footer-brand-name{font-size:20px;font-weight:700;letter-spacing:2px;margin-bottom:12px}.ps-footer-email{display:block;color:#0d0d0d;text-decoration:none;margin-bottom:8px;font-size:14px}.ps-footer-address{font-size:13px;color:#777;line-height:1.5;margin-bottom:4px}.ps-footer-legal-info{font-size:13px;color:#777;line-height:1.5}.ps-footer-columns{display:flex;gap:64px}.ps-footer-col h4{font-size:14px;font-weight:600;margin-bottom:16px;letter-spacing:.5px}.ps-footer-col ul{list-style:none}.ps-footer-col li{margin-bottom:10px}.ps-footer-col a{text-decoration:none;color:#555;font-size:14px;transition:color .2s}.ps-footer-col a:hover{color:#0d0d0d}.ps-footer-bottom{display:flex;justify-content:space-between;padding:24px 0;border-top:1px solid #E5E5E5;font-size:13px;color:#999}@media(max-width:1024px){.ps-hero{padding:64px 32px 40px}.ps-hero-desc{font-size:16px}.ps-product-card-body{padding:20px}.ps-cta{padding:40px}.ps-cta-title{font-size:26px}.ps-footer-top{flex-direction:column}.ps-footer-columns{flex-wrap:wrap;gap:32px}}@media(max-width:768px){.ps-page{padding:16px}.ps-nav{grid-template-columns:1fr auto;gap:12px}.ps-menu,.ps-search-bar,.ps-nav-actions .ps-pill-filled{display:none}.ps-nav-actions{gap:8px}.ps-hamburger{display:flex}.ps-lang-toggle{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:6px 12px}.ps-pill{min-height:44px;padding:10px 16px}.ps-hero{padding:48px 16px 32px}.ps-hero-desc{font-size:16px}.ps-product-grid{grid-template-columns:repeat(2,1fr)}.ps-product-card-img{height:180px}.ps-product-card-body{padding:20px}.ps-product-card-title{font-size:18px}.ps-cta{padding:32px 24px;border-radius:24px}.ps-cta-title{font-size:24px}.ps-cta-desc{font-size:15px}.ps-internal-links{display:flex;flex-direction:column;gap:8px;text-align:center;line-height:1.5}.ps-footer-top{flex-direction:column}.ps-footer-columns{flex-wrap:wrap;gap:32px}}@media(max-width:480px){.ps-page{padding:12px}.ps-nav{margin-bottom:24px}.ps-hero{padding:32px 16px 24px}.ps-hero-desc{font-size:15px}.ps-pill-badge{font-size:11px;padding:5px 12px;margin-bottom:16px}.ps-product-grid{grid-template-columns:1fr}.ps-product-card-img{height:160px}.ps-product-card-body{padding:16px}.ps-product-card-title{font-size:16px}.ps-product-card-desc{font-size:13px}.ps-product-card{border-radius:20px}.ps-cta{padding:24px;border-radius:20px}.ps-cta-title{font-size:22px}.ps-cta-desc{font-size:14px;margin-bottom:20px}.ps-cta-btn{min-height:44px;padding:10px 20px;font-size:14px}.ps-internal-links{font-size:12px;margin-top:12px}.ps-internal-links a{min-height:44px;display:inline-flex;align-items:center}.ps-footer{margin-top:32px;padding-top:24px}.ps-footer-columns{gap:24px}.ps-footer-col li{min-height:44px;display:flex;align-items:center}.ps-footer-bottom{flex-direction:column;gap:12px}}@media(max-width:360px){.ps-page{padding:10px}.ps-hero{padding:24px 12px 20px}.ps-hero-desc{font-size:14px}.ps-product-grid{gap:12px}.ps-product-card-img{height:140px}.ps-product-card-body{padding:14px}.ps-product-card-title{font-size:15px}.ps-product-card-desc{font-size:12px}.ps-cta{padding:20px;border-radius:16px}.ps-cta-title{font-size:20px}.ps-cta-desc{font-size:13px}.ps-internal-links{font-size:11px}}.fs-reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.fs-revealed{opacity:1;transform:none}.fs-page{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;background-color:#f4f4f4;color:#0d0d0d;line-height:1.2;padding:24px;min-height:100vh;-webkit-font-smoothing:antialiased;overflow-x:hidden}.fs-pill{border:1px solid #0D0D0D;border-radius:100px;padding:8px 16px;font-size:14px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;transition:all .2s ease;text-decoration:none;color:#0d0d0d;background:transparent;cursor:pointer;font-family:inherit;min-height:44px}.fs-pill:hover,.fs-pill-filled{background-color:#0d0d0d;color:#fff}.fs-pill-filled:hover{background-color:#555}.fs-pill-badge{border:1px solid #0D0D0D;border-radius:100px;padding:6px 16px;font-size:12px;text-transform:uppercase;margin-bottom:24px;display:inline-block;letter-spacing:.5px}.fs-nav{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:16px 0;margin-bottom:40px;max-width:1440px;margin-left:auto;margin-right:auto}.fs-logo{font-weight:800;font-size:24px;letter-spacing:-1px;text-decoration:none;color:#0d0d0d;min-height:44px;display:inline-flex;align-items:center}.fs-menu{display:flex;gap:24px;list-style:none}.fs-menu a{text-decoration:none;color:#0d0d0d;font-size:15px;font-weight:500;transition:opacity .2s;min-height:44px;display:inline-flex;align-items:center}.fs-menu a:hover{opacity:.6}.fs-nav-actions{display:flex;gap:12px;align-items:center}.fs-lang-toggle{border:1px solid #0D0D0D;border-radius:100px;padding:6px 14px;font-size:12px;font-weight:600;cursor:pointer;background:transparent;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}.fs-lang-toggle:hover{background:#0d0d0d;color:#fff}.fs-search-bar{border:1px solid #0D0D0D;border-radius:100px;padding:8px 16px;display:flex;align-items:center;gap:8px;width:200px;background:#fff}.fs-search-bar input{border:none;outline:none;font-size:14px;width:100%;background:transparent;font-family:inherit}.fs-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;border:1px solid #0D0D0D;border-radius:50%;background:transparent;cursor:pointer;padding:0;transition:background .2s}.fs-hamburger:hover{background:#0d0d0d}.fs-hamburger:hover .fs-hamburger-line{background:#fff}.fs-hamburger-line{display:block;width:18px;height:2px;background:#0d0d0d;border-radius:2px;transition:transform .3s,opacity .3s}.fs-hamburger-line.fs-hamburger-open:nth-child(1){transform:translateY(7px) rotate(45deg)}.fs-hamburger-line.fs-hamburger-open:nth-child(2){opacity:0}.fs-hamburger-line.fs-hamburger-open:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.fs-mobile-menu{position:fixed;inset:0;background:#f4f4f4fa;z-index:999;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px}.fs-mobile-menu ul{list-style:none;text-align:center;padding:0;margin:0}.fs-mobile-menu li{margin-bottom:16px}.fs-mobile-menu a{font-size:20px;font-weight:500;color:#0d0d0d;text-decoration:none;display:inline-flex;align-items:center;min-height:44px;padding:4px 12px;transition:opacity .2s}.fs-mobile-menu a:hover{opacity:.6}.fs-hero{max-width:1440px;margin:0 auto;text-align:center;padding:80px 40px 60px}.fs-hero-title{display:flex;flex-direction:column;align-items:center}.fs-hero-focus{font-size:clamp(48px,12vw,160px);font-weight:800;letter-spacing:clamp(-2px,-.3vw,-4px);line-height:.9;color:#0d0d0d26;text-transform:uppercase}.fs-hero-session{font-size:clamp(28px,6vw,80px);font-weight:300;letter-spacing:clamp(-1px,-.15vw,-2px);color:#0d0d0d4d;margin-top:-10px}.fs-hero-byline{font-family:Georgia,Times New Roman,Times,serif;font-style:italic;font-size:clamp(16px,2.5vw,28px);color:#555;margin-top:16px;margin-bottom:48px}.fs-hero-cta{display:inline-block;padding:20px 64px;background:#0d0d0d;color:#fff;border-radius:100px;font-size:18px;font-weight:600;text-decoration:none;transition:all .3s ease;min-height:44px}.fs-hero-cta:hover{background:#555;transform:translateY(-2px)}.fs-intro{max-width:800px;margin:0 auto;padding:48px 16px;text-align:center}.fs-intro-text{font-size:clamp(16px,2vw,20px);line-height:1.7;color:#555}.fs-steps{max-width:900px;margin:48px auto;display:grid;grid-template-columns:1fr 280px;gap:48px;align-items:start;padding:0 16px}.fs-steps-content{align-self:center}.fs-steps-title{font-size:48px;font-weight:400;font-family:Georgia,Times New Roman,Times,serif;font-style:italic;line-height:1.1;margin-bottom:40px;letter-spacing:-.5px}.fs-step{display:flex;align-items:center;gap:24px;margin-bottom:32px}.fs-step-num{width:56px;height:56px;border-radius:50%;background:#0d0d0d;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff;flex-shrink:0}.fs-step-text{font-size:20px;font-family:Georgia,Times New Roman,Times,serif;color:#333;line-height:1.4}.fs-steps-video{border-radius:16px;overflow:hidden;aspect-ratio:9/16;max-height:500px;width:100%;align-self:center}.fs-steps-video iframe{width:100%;height:100%;border:none}.fs-results{max-width:1440px;margin:64px auto;display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:24px;overflow:hidden;background:#0d0d0d}.fs-results-content{padding:48px}.fs-results-title{font-size:36px;font-weight:700;text-transform:uppercase;line-height:1.2;margin-bottom:40px;letter-spacing:-.5px;color:#fff}.fs-results-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.fs-result-icon{margin-bottom:12px}.fs-result-name{font-size:18px;font-weight:600;margin-bottom:8px;color:#fff}.fs-result-desc{font-size:14px;line-height:1.6;color:#fff9}.fs-results-img{position:relative;overflow:hidden}.fs-results-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fs-stats{max-width:1440px;margin:64px auto;display:grid;grid-template-columns:repeat(3,1fr);gap:0}.fs-stat{text-align:center;padding:40px;border-top:1px solid #E5E5E5}.fs-stat-num{font-size:72px;font-weight:700;line-height:1;margin-bottom:12px}.fs-stat-label{font-size:14px;text-transform:uppercase;letter-spacing:1px;color:#777}.fs-book-banner{max-width:1440px;margin:64px auto 0;border-radius:32px;overflow:hidden;height:480px;position:relative}.fs-book-banner-label{position:absolute;top:20px;left:24px;font-size:12px;text-transform:uppercase;letter-spacing:1.5px;color:#ffffffbf;z-index:1;background:#0000004d;padding:4px 10px;border-radius:100px}.fs-book-banner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fs-book{max-width:1440px;margin:-40px auto 0;background:#fff;border-radius:32px;padding:48px;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.fs-book-left{display:flex;flex-direction:column;align-items:flex-start}.fs-book-label{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#e6f78c;background:#0d0d0d;display:inline-block;padding:4px 12px;border-radius:100px;margin-bottom:20px;width:-moz-fit-content;width:fit-content}.fs-book-title{font-size:36px;font-weight:400;letter-spacing:-1px;margin-bottom:28px;line-height:1.1}.fs-book-desc{font-size:15px;line-height:1.7;color:#555;margin:0}.fs-email-section{max-width:1440px;margin:64px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch}.fs-email-photo{border-radius:32px;overflow:hidden;min-height:480px}.fs-email-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fs-email-content{background:#0d0d0d;border-radius:32px;padding:48px;display:flex;flex-direction:column;justify-content:center;gap:20px;color:#fff}.fs-email-content .fs-pill-badge{border-color:#ffffff4d;color:#ffffffb3;margin-bottom:0}.fs-email-title{font-size:36px;font-weight:400;letter-spacing:-1px;line-height:1.1;color:#fff}.fs-email-desc{font-size:15px;line-height:1.6;color:#fff9}.fs-email-form{display:flex;gap:12px;align-items:center}.fs-email-input{flex:1;height:48px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:100px;padding:0 20px;font-size:14px;color:#fff;font-family:inherit;outline:none;transition:border-color .2s}.fs-email-input::-moz-placeholder{color:#fff6}.fs-email-input::placeholder{color:#fff6}.fs-email-input:focus{border-color:#e6f78c}.fs-email-content .fs-pill-filled{background:#e6f78c!important;color:#0d0d0d!important;border-color:#e6f78c!important;white-space:nowrap}.fs-email-content .fs-pill-filled:hover{background:#d4e56a!important}.fs-gallery{max-width:1440px;margin:64px auto}.fs-gallery-header{margin-bottom:32px}.fs-gallery-title{font-size:36px;font-weight:400;letter-spacing:-1px}.fs-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.fs-gallery-item{border-radius:16px;overflow:hidden;aspect-ratio:4/3}.fs-gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:grayscale(20%);transition:filter .3s ease}.fs-gallery-item:hover img{filter:grayscale(0%)}.fs-footer{margin-top:64px;padding-top:48px;border-top:1px solid #E5E5E5}.fs-footer-top{display:flex;justify-content:space-between;gap:48px;margin-bottom:48px}.fs-footer-brand-name{font-size:20px;font-weight:700;letter-spacing:2px;margin-bottom:12px}.fs-footer-email{display:block;color:#0d0d0d;text-decoration:none;margin-bottom:8px;font-size:14px}.fs-footer-address{font-size:13px;color:#777;line-height:1.5;margin-bottom:4px}.fs-footer-legal-info{font-size:13px;color:#777;line-height:1.5}.fs-footer-columns{display:flex;gap:64px}.fs-footer-col h4{font-size:14px;font-weight:600;margin-bottom:16px;letter-spacing:.5px}.fs-footer-col ul{list-style:none}.fs-footer-col li{margin-bottom:10px}.fs-footer-col a{text-decoration:none;color:#555;font-size:14px;transition:color .2s}.fs-footer-col a:hover{color:#0d0d0d}.fs-footer-bottom{display:flex;justify-content:space-between;padding:24px 0;border-top:1px solid #E5E5E5;font-size:13px;color:#999}@media(max-width:1024px){.fs-hero{padding:60px 32px 48px}.fs-hero-byline{margin-bottom:36px}.fs-steps{grid-template-columns:1fr 240px;gap:32px;max-width:800px}.fs-steps-title{font-size:40px}.fs-steps-video{max-height:420px}.fs-results{grid-template-columns:1fr}.fs-results-img{height:300px}.fs-email-section{grid-template-columns:1fr}.fs-email-photo{min-height:300px;border-radius:24px}.fs-email-content{padding:32px;border-radius:24px}.fs-email-title{font-size:28px}.fs-book-banner{height:360px;border-radius:24px}.fs-book{margin-top:-60px;padding:32px;border-radius:24px;gap:32px}.fs-gallery-title{font-size:32px}}@media(max-width:768px){.fs-page{padding:16px}.fs-nav{grid-template-columns:1fr auto;gap:12px}.fs-menu,.fs-search-bar{display:none}.fs-hamburger{display:flex}.fs-nav-actions .fs-pill-filled{display:none}.fs-hero{padding:48px 16px 32px}.fs-hero-cta{padding:16px 40px;font-size:16px}.fs-steps{grid-template-columns:1fr;gap:32px;max-width:100%;padding:0 16px}.fs-steps-title{font-size:32px;margin-bottom:28px}.fs-step{gap:16px;margin-bottom:24px}.fs-steps-video{max-height:480px;max-width:320px;margin:0 auto}.fs-results-title{font-size:28px;margin-bottom:28px}.fs-results-content{padding:32px}.fs-results-grid{grid-template-columns:1fr;gap:24px}.fs-stats{grid-template-columns:1fr}.fs-stat{padding:32px 24px;border-top:1px solid #E5E5E5}.fs-stat:last-child{border-bottom:1px solid #E5E5E5}.fs-stat-num{font-size:56px}.fs-gallery-grid{grid-template-columns:repeat(2,1fr);gap:12px}.fs-gallery-title{font-size:28px}.fs-email-photo{min-height:240px;border-radius:20px}.fs-email-content{padding:28px;border-radius:20px}.fs-email-title{font-size:24px}.fs-email-form{flex-direction:column}.fs-email-input{width:100%}.fs-book-banner{height:260px;border-radius:24px}.fs-book{margin-top:-50px;padding:28px;border-radius:24px;grid-template-columns:1fr;gap:24px}.fs-book-title{font-size:clamp(22px,5.5vw,28px)}.fs-footer-top{flex-direction:column}.fs-footer-columns{flex-wrap:wrap;gap:32px}.fs-footer-bottom{flex-direction:column;gap:8px}}@media(max-width:480px){.fs-page{padding:12px}.fs-hero{padding:36px 12px 24px}.fs-hero-cta{padding:14px 36px;font-size:15px}.fs-steps{padding:0 12px;gap:24px}.fs-steps-title{font-size:28px;margin-bottom:24px}.fs-step-num{width:44px;height:44px;font-size:18px}.fs-step{gap:14px;margin-bottom:20px}.fs-step-text{font-size:16px}.fs-steps-video{max-width:280px;max-height:420px}.fs-results{border-radius:20px}.fs-results-content{padding:24px}.fs-results-title{font-size:24px;margin-bottom:24px}.fs-results-img{height:220px}.fs-result-name{font-size:16px}.fs-result-desc{font-size:13px}.fs-stat{padding:24px 16px}.fs-stat-num{font-size:44px}.fs-stat-label{font-size:12px}.fs-gallery-grid{grid-template-columns:1fr;gap:12px}.fs-gallery-title{font-size:24px}.fs-gallery-item{border-radius:12px}.fs-intro{padding:32px 12px}.fs-intro-text{font-size:16px;line-height:1.6}.fs-book-banner{height:220px;border-radius:20px}.fs-book{margin-top:-40px;padding:24px;border-radius:20px;grid-template-columns:1fr;gap:20px}.fs-book-title{font-size:clamp(20px,5vw,24px)}.fs-book-desc{font-size:14px}.fs-pill-badge{font-size:11px;padding:5px 14px;margin-bottom:16px}}@media(max-width:360px){.fs-page{padding:10px}.fs-hero{padding:28px 10px 20px}.fs-hero-cta{padding:14px 28px;font-size:14px}.fs-steps{padding:0 8px}.fs-steps-title{font-size:24px}.fs-step-text{font-size:15px}.fs-steps-video{max-width:240px;max-height:380px}.fs-results-content{padding:20px}.fs-results-title{font-size:22px}.fs-results-img{height:180px}.fs-stat{padding:20px 12px}.fs-stat-num{font-size:36px}.fs-stat-label{font-size:11px}.fs-book-banner{height:180px;border-radius:16px}.fs-book{margin-top:-32px;padding:20px;border-radius:16px;grid-template-columns:1fr;gap:16px}.fs-book-title{font-size:20px}.fs-book-desc{font-size:13px}.fs-gallery-title{font-size:22px}.fs-gallery-item{border-radius:10px}.fs-intro{padding:24px 8px}.fs-intro-text{font-size:15px}}.cn-reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.cn-revealed{opacity:1;transform:none}.cn-page{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;background-color:#f4f4f4;color:#0d0d0d;line-height:1.2;padding:24px;min-height:100vh;-webkit-font-smoothing:antialiased;overflow-x:hidden}.cn-pill{border:1px solid #0D0D0D;border-radius:100px;padding:8px 16px;font-size:14px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;transition:all .2s ease;text-decoration:none;color:#0d0d0d;background:transparent;cursor:pointer;font-family:inherit}.cn-pill:hover,.cn-pill-filled{background-color:#0d0d0d;color:#fff}.cn-pill-filled:hover{background-color:#555}.cn-pill-badge{border:1px solid #0D0D0D;border-radius:100px;padding:6px 16px;font-size:12px;text-transform:uppercase;margin-bottom:24px;display:inline-block;letter-spacing:.5px}.cn-nav{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:16px 0;margin-bottom:40px;max-width:1440px;margin-left:auto;margin-right:auto}.cn-logo{font-weight:800;font-size:24px;letter-spacing:-1px;display:flex;align-items:center;gap:8px;text-decoration:none;color:#0d0d0d}.cn-menu{display:flex;gap:24px;list-style:none}.cn-menu a{text-decoration:none;color:#0d0d0d;font-size:15px;font-weight:500;transition:opacity .2s}.cn-menu a:hover{opacity:.6}.cn-nav-actions{display:flex;gap:12px;align-items:center}.cn-search-bar{border:1px solid #0D0D0D;border-radius:100px;padding:8px 16px;display:flex;align-items:center;gap:8px;width:200px;background:#fff}.cn-search-bar input{border:none;outline:none;font-size:14px;width:100%;background:transparent;font-family:inherit}.cn-lang-toggle{border:1px solid #0D0D0D;border-radius:100px;padding:6px 14px;font-size:12px;font-weight:600;cursor:pointer;background:transparent;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.cn-lang-toggle:hover{background:#0d0d0d;color:#fff}.cn-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;border:1px solid #0D0D0D;border-radius:50%;background:transparent;cursor:pointer;padding:0;transition:background .2s}.cn-hamburger:hover{background:#0d0d0d}.cn-hamburger:hover .cn-hamburger-line{background:#fff}.cn-hamburger-line{display:block;width:18px;height:2px;background:#0d0d0d;border-radius:2px;transition:transform .3s,opacity .3s}.cn-hamburger-line.cn-hamburger-open:nth-child(1){transform:translateY(7px) rotate(45deg)}.cn-hamburger-line.cn-hamburger-open:nth-child(2){opacity:0}.cn-hamburger-line.cn-hamburger-open:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.cn-mobile-menu{position:fixed;inset:0;background:#f4f4f4fa;z-index:999;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px}.cn-mobile-menu ul{list-style:none;text-align:center;padding:0;margin:0}.cn-mobile-menu li{margin-bottom:16px}.cn-mobile-menu a{font-size:20px;font-weight:500;color:#0d0d0d;text-decoration:none;display:inline-flex;align-items:center;min-height:44px;transition:opacity .2s}.cn-mobile-menu a:hover{opacity:.6}.cn-hero{text-align:center;padding:80px 40px 48px;max-width:900px;margin:0 auto}.cn-hero-title{font-size:clamp(28px,5vw + 12px,56px);font-weight:400;letter-spacing:-2px;line-height:1.1;margin:24px 0 16px;overflow-wrap:break-word;word-break:break-word}.cn-hero-desc{font-size:18px;line-height:1.6;color:#555}.cn-features{max-width:1440px;margin:0 auto;padding:0 0 16px}.cn-features-header{margin-bottom:32px}.cn-features-title{font-size:clamp(20px,4vw + 8px,48px);font-weight:400;letter-spacing:-1px;overflow-wrap:break-word;word-break:break-word}.cn-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:1440px}.cn-feature-card{background:#0d0d0d;border-radius:32px;overflow:hidden;transition:transform .3s ease}.cn-feature-card:hover{transform:translateY(-4px)}.cn-feature-card-img{width:100%;height:240px;overflow:hidden}.cn-feature-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s ease}.cn-feature-card:hover .cn-feature-card-img img{transform:scale(1.05)}.cn-feature-card-body{padding:28px;color:#fff}.cn-feature-card-title{font-size:20px;font-weight:500;color:#fff;margin-bottom:10px;letter-spacing:-.3px;line-height:1.3}.cn-feature-card-desc{font-size:14px;color:#999;line-height:1.6}.cn-cta{background:#0d0d0d;border-radius:32px;padding:48px;text-align:center;margin-top:16px;max-width:1440px;margin-left:auto;margin-right:auto}.cn-cta-title{font-size:28px;font-weight:400;color:#fff;letter-spacing:-.5px;margin-bottom:8px}.cn-cta-desc{font-size:16px;color:#e6f78c;margin-bottom:24px}.cn-cta-btn{background:#e6f78c!important;color:#0d0d0d!important;border-color:#e6f78c!important}.cn-cta-btn:hover{background:#d4e56a!important}@media(max-width:1024px){.cn-hero{padding:64px 32px 40px}.cn-hero-desc{font-size:16px}.cn-feature-card-body{padding:24px}.cn-cta{padding:40px}.cn-cta-title{font-size:26px}}@media(max-width:768px){.cn-page{padding:16px}.cn-nav{grid-template-columns:1fr auto;gap:12px}.cn-menu,.cn-search-bar,.cn-nav-actions .cn-pill-filled{display:none}.cn-nav-actions{gap:8px}.cn-hamburger{display:flex}.cn-lang-toggle{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:6px 12px}.cn-pill{min-height:44px;padding:10px 16px}.cn-hero{padding:48px 16px 32px}.cn-hero-desc{font-size:16px}.cn-features-grid{grid-template-columns:repeat(2,1fr)}.cn-feature-card-img{height:200px}.cn-feature-card-body{padding:20px}.cn-feature-card-title{font-size:18px}.cn-cta{padding:32px 24px;border-radius:24px}.cn-cta-title{font-size:24px}.cn-cta-desc{font-size:15px}}@media(max-width:480px){.cn-page{padding:12px}.cn-nav{margin-bottom:24px}.cn-hero{padding:32px 16px 24px}.cn-hero-desc{font-size:15px}.cn-pill-badge{font-size:11px;padding:5px 12px;margin-bottom:16px}.cn-features-grid{grid-template-columns:1fr}.cn-feature-card-img{height:180px}.cn-feature-card-body{padding:16px}.cn-feature-card-title{font-size:16px}.cn-feature-card-desc{font-size:13px}.cn-feature-card{border-radius:24px}.cn-cta{padding:24px;border-radius:20px}.cn-cta-title{font-size:22px}.cn-cta-desc{font-size:14px;margin-bottom:20px}.cn-cta-btn{min-height:44px;padding:10px 20px;font-size:14px}}@media(max-width:360px){.cn-page{padding:10px}.cn-hero{padding:24px 12px 20px}.cn-hero-desc{font-size:14px}.cn-features-grid{gap:12px}.cn-feature-card-img{height:160px}.cn-feature-card-body{padding:14px}.cn-feature-card-title{font-size:15px}.cn-feature-card-desc{font-size:12px}.cn-cta{padding:20px;border-radius:16px}.cn-cta-title{font-size:20px}.cn-cta-desc{font-size:13px}}.fn-page{font-family:var(--fn-font-sans);background:var(--fn-bg-body);color:var(--fn-text-main);min-height:100vh;overflow-x:hidden}.fn-section{max-width:1400px;margin:3rem auto;padding:0 2rem;box-sizing:border-box}.fn-section-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--fn-border);padding-bottom:1rem;margin-bottom:2rem}.fn-section-heading{font-family:var(--fn-font-sans);font-size:3rem;font-weight:400;letter-spacing:-.05em;color:var(--fn-text-main)}.fn-section-heading--serif{font-family:var(--fn-font-serif)}.fn-section-label{font-family:var(--fn-font-sans);font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--fn-text-meta)}.fn-book-grid{display:grid;grid-template-columns:1fr 2fr;border:1px solid var(--fn-border);background:var(--fn-bg-body)}.fn-book-img-cell{position:relative;overflow:hidden;border-right:1px solid var(--fn-border);display:flex;align-items:center;justify-content:center;background:#f8f8f6;padding:2rem}.fn-book-img{max-width:100%;max-height:400px;-o-object-fit:contain;object-fit:contain;display:block}.fn-book-badge{position:absolute;bottom:0;left:0;padding:.35rem .75rem;font-family:var(--fn-font-sans);font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--fn-text-main);background:var(--fn-bg-body);border-top:1px solid var(--fn-border);border-right:1px solid var(--fn-border)}.fn-book-content{padding:3rem;display:flex;flex-direction:column;justify-content:center;gap:1.25rem}.fn-book-author{font-family:var(--fn-font-sans);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--fn-text-meta)}.fn-book-title{font-family:var(--fn-font-serif);font-size:2.5rem;font-weight:400;line-height:1.15;color:var(--fn-text-main);letter-spacing:-.02em}.fn-book-desc{font-family:var(--fn-font-sans);font-size:1rem;line-height:1.6;color:var(--fn-text-meta);max-width:520px}.fn-book-cta{display:inline-block;padding:.6rem 1.5rem;font-family:var(--fn-font-sans);font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--fn-text-main);border:1px solid var(--fn-border);background:transparent;margin-top:.5rem;transition:background .2s,color .2s;align-self:flex-start;min-height:44px;display:inline-flex;align-items:center}.fn-book-cta:hover{background:var(--fn-text-main);color:var(--fn-bg-body)}.fn-featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.fn-fi-card{border:1px solid var(--fn-border);background:#fff;cursor:pointer;transition:border-color .2s,background .2s}.fn-fi-card:hover{border-color:var(--fn-text-main);background:#fafaf8}.fn-fi-img-wrap{position:relative;width:100%;height:220px;overflow:hidden}.fn-fi-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.fn-fi-tag{position:absolute;bottom:0;left:0;padding:.35rem .75rem;font-family:var(--fn-font-sans);font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--fn-text-main);background:var(--fn-bg-body);border-top:1px solid var(--fn-border);border-right:1px solid var(--fn-border)}.fn-fi-body{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.fn-fi-title{font-family:var(--fn-font-serif);font-size:1.5rem;font-weight:400;line-height:1.25;color:var(--fn-text-main);letter-spacing:-.01em}.fn-fi-desc{font-family:var(--fn-font-sans);font-size:1rem;line-height:1.6;color:var(--fn-text-meta);margin:0}.fn-carousel-controls{display:flex;gap:.5rem}.fn-carousel-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid var(--fn-border);background:transparent;color:var(--fn-text-main);cursor:pointer;font-family:var(--fn-font-sans);font-size:1.2rem;transition:background .2s,color .2s}.fn-carousel-btn:hover{background:var(--fn-text-main);color:var(--fn-bg-body)}.fn-carousel-track{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.5rem}.fn-carousel-track::-webkit-scrollbar{display:none}.fn-li-card{min-width:300px;max-width:300px;border:1px solid var(--fn-border);background:#fff;cursor:pointer;scroll-snap-align:start;flex-shrink:0;transition:border-color .2s,background .2s}.fn-li-card:hover{border-color:var(--fn-text-main);background:#fafaf8}.fn-li-img-wrap{position:relative;width:100%;height:180px;overflow:hidden}.fn-li-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.fn-li-tag{position:absolute;bottom:0;left:0;padding:.35rem .75rem;font-family:var(--fn-font-sans);font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--fn-text-main);background:var(--fn-bg-body);border-top:1px solid var(--fn-border);border-right:1px solid var(--fn-border)}.fn-li-body{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.fn-li-date{font-family:var(--fn-font-sans);font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--fn-text-meta)}.fn-li-title{font-family:var(--fn-font-serif);font-size:1.5rem;font-weight:400;line-height:1.25;color:var(--fn-text-main);letter-spacing:-.01em;margin:0}@media(max-width:768px){.fn-section{padding:0 1rem;margin:2rem auto}.fn-section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.fn-section-heading{font-size:2rem}.fn-book-grid{grid-template-columns:1fr}.fn-book-img-cell{border-right:none;border-bottom:1px solid var(--fn-border);padding:1.5rem}.fn-book-img{max-height:280px}.fn-book-content{padding:1.5rem}.fn-book-title{font-size:1.75rem}.fn-book-desc{font-size:.9rem}.fn-featured-grid{grid-template-columns:1fr}.fn-fi-title{font-size:1.25rem}.fn-fi-body{padding:1.25rem}.fn-li-card{min-width:260px;max-width:260px}.fn-li-title{font-size:1.2rem}}@media(max-width:480px){.fn-section{padding:0 16px;margin:1.5rem auto}.fn-section-heading{font-size:clamp(1.5rem,8vw,2rem);word-break:break-word}.fn-book-img-cell{padding:1rem}.fn-book-img{max-height:220px}.fn-book-content{padding:1.25rem 1rem;gap:1rem}.fn-book-title{font-size:clamp(1.25rem,6vw,1.75rem)}.fn-book-desc{font-size:.85rem}.fn-fi-img-wrap{height:180px}.fn-fi-body{padding:1rem}.fn-fi-title{font-size:1.1rem}.fn-fi-desc{font-size:.9rem}.fn-li-card{min-width:calc(100vw - 48px);max-width:calc(100vw - 48px)}.fn-li-img-wrap{height:160px}.fn-li-title{font-size:1.1rem}.fn-carousel-track{gap:1rem}}.lang-toggle{background:none;border:1px solid currentColor;color:inherit;font-family:inherit;font-size:12px;letter-spacing:.05em;padding:6px 14px;cursor:pointer;text-transform:uppercase;transition:background .2s,color .2s}.lang-toggle:hover{background:currentColor;background:#000;color:#fff}.ct-lang-toggle{border-color:var(--ct-accent-primary);color:var(--ct-accent-primary);background:transparent;font-family:var(--ct-font-mono)}.ct-lang-toggle:hover{background:var(--ct-accent-primary);color:var(--ct-bg-deep)}.fn-header{border-bottom:1px solid var(--fn-border);background:var(--fn-bg-body)}.fn-header-inner{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;padding:1.5rem 2rem}.fn-logo{font-family:var(--fn-font-sans);font-size:3rem;font-weight:400;letter-spacing:-.05em;color:var(--fn-text-main);line-height:1}.fn-nav{display:flex}.fn-nav-link{display:inline-block;padding:.5rem 1rem;font-family:var(--fn-font-sans);font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--fn-text-main);border:1px solid var(--fn-border);margin-left:-1px;transition:background .2s,color .2s}.fn-nav-link:first-child{margin-left:0}.fn-nav-link:hover{background:var(--fn-text-main);color:var(--fn-bg-body)}@media(max-width:1024px){.fn-header-inner{flex-direction:column;gap:1rem;padding:1rem 1.5rem}.fn-nav{flex-wrap:wrap;justify-content:center}}@media(max-width:768px){.fn-header-inner{padding:.75rem 1rem}.fn-logo{font-size:2rem}.fn-nav-link{font-size:.65rem;padding:.75rem;min-height:44px;display:inline-flex;align-items:center}}@media(max-width:480px){.fn-logo{font-size:1.75rem}.fn-header-inner{padding:.75rem 16px}.fn-nav{gap:4px}.fn-nav-link{font-size:.6rem;padding:.6rem .5rem;min-height:44px;margin-left:0}}.fn-hero{max-width:1400px;margin:2rem auto;padding:0 2rem}.fn-hero-inner{display:grid;grid-template-columns:2fr 1fr;background:var(--fn-bg-hero);border:1px solid var(--fn-border);padding:4rem}.fn-hero-content{display:flex;flex-direction:column;gap:1.5rem}.fn-hero-meta{font-family:var(--fn-font-sans);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--fn-text-meta)}.fn-hero-title{font-family:var(--fn-font-serif);font-size:3.5rem;font-weight:400;line-height:1.1;color:var(--fn-text-main);letter-spacing:-.02em}.fn-hero-desc{font-family:var(--fn-font-sans);font-size:1rem;line-height:1.6;color:var(--fn-text-meta);max-width:560px}.fn-hero-actions{display:flex;margin-top:.5rem}.fn-hero-btn{display:inline-block;padding:.75rem 1.5rem;font-family:var(--fn-font-sans);font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--fn-text-main);background:var(--fn-bg-body);border:1px solid var(--fn-border);cursor:pointer;transition:background .2s,color .2s}.fn-hero-btn+.fn-hero-btn{margin-left:-1px}.fn-hero-btn:hover{background:var(--fn-text-main);color:var(--fn-bg-body)}@media(max-width:1024px){.fn-hero-inner{grid-template-columns:1fr;padding:2.5rem 2rem}.fn-hero-title{font-size:2.5rem}.fn-hero-aside{display:none}}@media(max-width:768px){.fn-hero{padding:0 1rem}.fn-hero-inner{padding:2rem 1.25rem}.fn-hero-title{font-size:1.75rem}.fn-hero-desc{font-size:.9rem}.fn-hero-actions{flex-wrap:wrap}}.fn-insights{max-width:1400px;margin:3rem auto;padding:0 2rem}.fn-insights-inner{display:flex;flex-direction:column;gap:2rem}.fn-insights-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--fn-border);padding-bottom:1rem}.fn-insights-title{font-family:var(--fn-font-sans);font-size:3rem;font-weight:400;letter-spacing:-.05em;color:var(--fn-text-main)}.fn-insights-filters{display:flex}.fn-filter-pill{display:inline-block;padding:.4rem 1rem;font-family:var(--fn-font-sans);font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--fn-text-main);border:1px solid var(--fn-border);margin-left:-1px;transition:background .2s,color .2s}.fn-filter-pill:first-child{margin-left:0}.fn-filter-pill:hover{background:var(--fn-text-main);color:var(--fn-bg-body)}.fn-insights-grid{display:grid;grid-template-columns:8fr 4fr;gap:2rem}.fn-insights-main{display:flex;flex-direction:column;gap:1.5rem}.fn-articles-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.fn-article-card{border:1px solid var(--fn-border);background:var(--fn-bg-body);overflow:hidden}.fn-article-img-wrap{position:relative;overflow:hidden}.fn-article-img{display:block;width:100%;aspect-ratio:16 / 9;-o-object-fit:cover;object-fit:cover}.fn-article-tag{position:absolute;bottom:0;left:0;padding:.35rem .75rem;font-family:var(--fn-font-sans);font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--fn-text-main);background:var(--fn-bg-body);border-top:1px solid var(--fn-border);border-right:1px solid var(--fn-border)}.fn-article-body{padding:1.25rem}.fn-article-date{display:block;font-family:var(--fn-font-sans);font-size:.75rem;color:var(--fn-text-meta);margin-bottom:.5rem}.fn-article-title{font-family:var(--fn-font-serif);font-size:1.25rem;font-weight:400;line-height:1.3;color:var(--fn-text-main)}.fn-article-card--featured .fn-article-title{font-size:1.75rem}.fn-insights-sidebar{border:1px solid var(--fn-border);padding:1.5rem}.fn-sidebar-heading{font-family:var(--fn-font-sans);font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--fn-text-main);border-bottom:1px solid var(--fn-border);padding-bottom:.75rem;margin-bottom:1.25rem}.fn-sidebar-report{display:flex;gap:1rem;padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid #e0e0e0}.fn-sidebar-report:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.fn-sidebar-report-text{flex:1}.fn-sidebar-report-title{font-family:var(--fn-font-sans);font-size:.95rem;font-weight:700;color:var(--fn-text-main);line-height:1.3;margin-bottom:.35rem}.fn-sidebar-report-desc{font-family:var(--fn-font-sans);font-size:.8rem;color:var(--fn-text-meta);line-height:1.5}.fn-sidebar-report-img{width:60px;height:60px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}@media(max-width:1024px){.fn-insights-header{flex-direction:column;align-items:flex-start;gap:1rem}.fn-insights-grid,.fn-articles-row{grid-template-columns:1fr}}@media(max-width:768px){.fn-insights{padding:0 1rem;margin:2rem auto}.fn-insights-title{font-size:2rem}.fn-article-card--featured .fn-article-title{font-size:1.35rem}.fn-article-title{font-size:1.05rem}.fn-article-body{padding:1rem}.fn-insights-filters{flex-wrap:wrap;gap:4px}.fn-filter-pill{min-height:44px;display:inline-flex;align-items:center;padding:.5rem .75rem;margin-left:0}.fn-insights-sidebar{padding:1.25rem}}@media(max-width:480px){.fn-insights{padding:0 16px;margin:1.5rem auto}.fn-insights-title{font-size:clamp(1.5rem,8vw,2rem);word-break:break-word}.fn-article-card--featured .fn-article-title{font-size:1.15rem}.fn-article-title{font-size:1rem}}.fn-featured{max-width:1400px;margin:3rem auto;padding:0 2rem}.fn-featured-inner{display:flex;flex-direction:column}.fn-featured-card{display:grid;grid-template-columns:1fr 2fr;background:var(--fn-bg-green);border:1px solid var(--fn-border)}.fn-featured-img-wrap{position:relative;overflow:hidden}.fn-featured-img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fn-featured-tag{position:absolute;bottom:0;left:0;padding:.35rem .75rem;font-family:var(--fn-font-sans);font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--fn-text-main);background:var(--fn-bg-body);border-top:1px solid var(--fn-border);border-right:1px solid var(--fn-border)}.fn-featured-content{padding:3rem;display:flex;flex-direction:column;justify-content:center;gap:1.25rem}.fn-featured-meta{font-family:var(--fn-font-sans);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--fn-text-meta)}.fn-featured-title{font-family:var(--fn-font-serif);font-size:2.5rem;font-weight:400;line-height:1.15;color:var(--fn-text-main);letter-spacing:-.02em}.fn-featured-desc{font-family:var(--fn-font-sans);font-size:1rem;line-height:1.6;color:var(--fn-text-meta);max-width:520px}.fn-featured-cta{display:block;width:100%;padding:1rem;font-family:var(--fn-font-sans);font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-align:center;color:var(--fn-text-main);background:var(--fn-bg-body);border:1px solid var(--fn-border);border-top:none;cursor:pointer;transition:background .2s}.fn-featured-cta:hover{background:#f5f5f5}@media(max-width:1024px){.fn-featured-card{grid-template-columns:1fr}.fn-featured-img{aspect-ratio:16 / 9}.fn-featured-content{padding:2rem}.fn-featured-title{font-size:1.75rem}}@media(max-width:768px){.fn-featured{padding:0 1rem;margin:2rem auto}.fn-featured-content{padding:1.5rem 1.25rem}.fn-featured-title{font-size:1.4rem}.fn-featured-desc{font-size:.9rem}}
