:root{--cream: #EFE8DB;--cream-50: #F7F2E8;--cream-100: #E8E0D1;--ink: #0E1B24;--ink-50: #3A4750;--ink-100: #5B6670;--ink-muted: #8A9299;--teal: #1E3A8A;--teal-light: #3B82F6;--teal-bright: #2563EB;--sage: #7AAE9A;--sand: #C9B896;--border: rgba(14,27,36,0.10);--border-strong: rgba(14,27,36,0.18)}*{scroll-behavior: smooth;box-sizing: border-box}*::before,*::after{box-sizing: border-box}html,body{margin: 0;padding: 0;background: var(--cream);color: var(--ink);font-family: 'Inter',system-ui,-apple-system,sans-serif;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 16px;line-height: 1.5}body{min-height: 100vh;overflow-x: hidden}::-webkit-scrollbar{width: 8px;height: 8px}::-webkit-scrollbar-track{background: var(--cream)}::-webkit-scrollbar-thumb{background: var(--sand);border-radius: 4px}::selection{background: var(--teal);color: var(--cream-50)}a{color: inherit;text-decoration: none}button{font-family: inherit;border: 0;background: none;cursor: pointer}img{max-width: 100%;display: block}ul{margin: 0;padding: 0;list-style: none}.italic-accent{font-family: 'Instrument Serif',Georgia,serif;font-style: italic;font-weight: 400;background: linear-gradient(100deg,#3B82F6 0%,#2563EB 40%,#1E3A8A 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;background-size: 200% auto;letter-spacing: -0.01em;animation: shimmer 5s linear infinite}.italic-accent-solid{font-family: 'Instrument Serif',Georgia,serif;font-style: italic;font-weight: 400;color: var(--teal);letter-spacing: -0.01em}.section-label{font-family: 'Instrument Serif',Georgia,serif;font-style: italic;color: var(--teal);font-size: 1.1rem}.h-display{font-size: clamp(2.5rem,6vw,5rem);font-weight: 600;letter-spacing: -0.03em;line-height: 1.04}.h-section{font-size: clamp(2.2rem,4.5vw,3.6rem);font-weight: 600;letter-spacing: -0.02em;line-height: 1.05}.h-card{font-size: 1.5rem}@keyframes shimmer{0%{background-position: 0% center}100%{background-position: 200% center}}.container{max-width: 1280px;margin: 0 auto;padding: 0 1.5rem}@media (min-width: 640px){.container{padding: 0 2rem}}.divider{height: 1px;background: linear-gradient(90deg,transparent,rgba(14,27,36,0.12),transparent);margin: 0 auto;max-width: 1200px}.announcement{background: var(--ink);color: var(--cream-50);font-size: 0.75rem;padding: 0.65rem 0;overflow: hidden;position: relative;z-index: 60}.marquee-track{display: flex;gap: 3rem;animation: marquee 38s linear infinite;white-space: nowrap;will-change: transform}.marquee-track span{display: inline-flex;align-items: center;gap: 0.5rem}@keyframes marquee{from{transform: translateX(0)}to{transform: translateX(-50%)}}.site-header{position: sticky;top: 0;z-index: 50;background: rgba(239,232,219,0.85);backdrop-filter: saturate(180%) blur(14px);-webkit-backdrop-filter: saturate(180%) blur(14px);border-bottom: 1px solid var(--border)}.header-inner{max-width: 1280px;margin: 0 auto;padding: 1rem 1.5rem;display: flex;align-items: center;justify-content: space-between;gap: 2rem}@media (min-width: 640px){.header-inner{padding: 1rem 2rem}}.brand{display: inline-flex;align-items: center;gap: 0.6rem;font-weight: 700;letter-spacing: -0.015em;font-size: 1.1rem}.brand svg{flex-shrink: 0}.nav-primary{display: none;align-items: center;gap: 2rem;font-size: 0.9rem;color: var(--ink-50)}@media (min-width: 1024px){.nav-primary{display: flex}}.nav-primary>li{position: relative}.nav-primary a{transition: color 0.2s;display: inline-block}.nav-primary a:hover{color: var(--ink)}.nav-dropdown-trigger{cursor: pointer;display: inline-flex;align-items: center;gap: 0.25rem}.nav-dropdown{position: absolute;top: calc(100%+0.8rem);left: -1rem;background: var(--cream-50);border: 1px solid var(--border);border-radius: 14px;padding: 0.75rem;min-width: 280px;box-shadow: 0 20px 60px -20px rgba(14,27,36,0.25);opacity: 0;visibility: hidden;transform: translateY(-6px);transition: opacity 0.2s,transform 0.2s,visibility 0.2s;z-index: 70}.nav-primary>li:hover .nav-dropdown{opacity: 1;visibility: visible;transform: translateY(0)}.nav-dropdown a{display: block;padding: 0.6rem 0.75rem;border-radius: 8px;font-size: 0.875rem;color: var(--ink);transition: background 0.2s}.nav-dropdown a:hover{background: rgba(14,27,36,0.05);color: var(--teal)}.nav-dropdown a span{display: block;font-size: 0.75rem;color: var(--ink-100);font-weight: 400;margin-top: 2px}.nav-dropdown a strong{font-weight: 600;font-size: 0.875rem}.mobile-toggle{display: inline-flex;padding: 0.5rem;align-items: center;justify-content: center}@media (min-width: 1024px){.mobile-toggle{display: none}}.mobile-menu{display: none;border-top: 1px solid var(--border);background: var(--cream)}.mobile-menu.open{display: block;animation: fadeDown 0.3s}.mobile-menu ul{max-width: 1280px;margin: 0 auto;padding: 0.75rem 1.5rem 1.5rem;display: flex;flex-direction: column;gap: 0.25rem}.mobile-menu a{display: block;padding: 0.8rem 0;color: var(--ink-50);font-size: 0.95rem;border-bottom: 1px solid var(--border)}.mobile-menu a:last-child{border-bottom: 0}@keyframes fadeDown{from{opacity: 0;transform: translateY(-6px)}to{opacity: 1;transform: translateY(0)}}.btn{display: inline-flex;align-items: center;gap: 0.5rem;padding: 0.75rem 1.25rem;border-radius: 10px;font-size: 0.875rem;font-weight: 500;border: 1px solid transparent;cursor: pointer;transition: transform 0.3s cubic-bezier(0.2,0.8,0.2,1),box-shadow 0.3s ease,background 0.3s ease,border-color 0.3s ease,color 0.3s ease;font-family: inherit;line-height: 1}.btn-primary{background: var(--ink);color: var(--cream-50);border-color: rgba(14,27,36,0.95);box-shadow: 0 1px 2px rgba(14,27,36,0.08),0 6px 18px -6px rgba(14,27,36,0.25)}.btn-primary:hover{transform: translateY(-2px);background: #1a2a36;box-shadow: 0 4px 8px rgba(14,27,36,0.12),0 16px 32px -8px rgba(14,27,36,0.3)}.btn-secondary{background: transparent;color: var(--ink);border-color: var(--border-strong)}.btn-secondary:hover{background: rgba(14,27,36,0.05);border-color: rgba(14,27,36,0.28)}.btn-ghost{background: rgba(47,122,133,0.08);color: var(--teal);border-color: rgba(47,122,133,0.2)}.btn-ghost:hover{background: rgba(47,122,133,0.15)}.btn .arrow{transition: transform 0.3s}.btn:hover .arrow{transform: translateX(3px)}.card{background: rgba(247,242,232,0.6);border: 1px solid var(--border);border-radius: 22px;padding: 2rem;transition: border-color 0.3s,background 0.3s,transform 0.3s cubic-bezier(0.2,0.8,0.2,1);position: relative;overflow: hidden}.card::before{content: '';position: absolute;inset: 0;background: radial-gradient(circle at 0% 0%,rgba(59,130,246,0.14),transparent 60%);opacity: 0;transition: opacity 0.4s;pointer-events: none}.card:hover{border-color: rgba(30,58,138,0.28);background: rgba(247,242,232,0.92);transform: translateY(-4px)}.card:hover::before{opacity: 1}.card-tight{padding: 1.5rem;border-radius: 18px}.hero{position: relative;overflow: hidden;text-align: center;padding: 6rem 0 5rem}.hero-orb{position: absolute;width: 500px;height: 500px;border-radius: 50%;filter: blur(90px);opacity: 0.25;pointer-events: none}.sunburst{position: absolute;inset: 0;background: conic-gradient(from 210deg at 50% 110%,transparent 0deg,rgba(59,130,246,0.24) 4deg,transparent 8deg,rgba(59,130,246,0.20) 13deg,transparent 20deg,rgba(37,99,235,0.16) 23deg,transparent 30deg,rgba(59,130,246,0.22) 34deg,transparent 42deg,rgba(59,130,246,0.14) 46deg,transparent 54deg,rgba(37,99,235,0.20) 58deg,transparent 66deg,rgba(59,130,246,0.16) 70deg,transparent 78deg,rgba(59,130,246,0.22) 82deg,transparent 90deg,rgba(37,99,235,0.14) 94deg,transparent 102deg,rgba(59,130,246,0.18) 106deg,transparent 114deg,rgba(59,130,246,0.24) 118deg,transparent 150deg);mask-image: radial-gradient(ellipse 120% 90% at 50% 110%,#000 10%,rgba(0,0,0,0.8) 40%,transparent 85%);-webkit-mask-image: radial-gradient(ellipse 120% 90% at 50% 110%,#000 10%,rgba(0,0,0,0.8) 40%,transparent 85%);pointer-events: none;animation: sunburst-rotate 80s linear infinite;transform-origin: 50% 110%}@keyframes sunburst-rotate{from{transform: rotate(0deg)}to{transform: rotate(360deg)}}.paper-texture::before{content: '';position: absolute;inset: 0;background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");pointer-events: none;mix-blend-mode: multiply;opacity: 0.5}.reveal{opacity: 0;transform: translateY(36px);transition: opacity 0.9s cubic-bezier(0.2,0.8,0.2,1),transform 0.9s cubic-bezier(0.2,0.8,0.2,1)}.reveal.visible{opacity: 1;transform: translateY(0)}.reveal-delay-1{transition-delay: 0.08s}.reveal-delay-2{transition-delay: 0.16s}.reveal-delay-3{transition-delay: 0.24s}.reveal-delay-4{transition-delay: 0.32s}.word-reveal{display: inline-block;opacity: 0;transform: translateY(40px);animation: wordIn 0.9s cubic-bezier(0.2,0.8,0.2,1) forwards}@keyframes wordIn{to{opacity: 1;transform: translateY(0)}}.input,.textarea,.select{width: 100%;padding: 0.85rem 1rem;border-radius: 10px;border: 1px solid var(--border-strong);background: var(--cream-50);color: var(--ink);font-family: inherit;font-size: 0.95rem;transition: border-color 0.2s,box-shadow 0.2s}.input:focus,.textarea:focus,.select:focus{outline: 0;border-color: var(--teal);box-shadow: 0 0 0 3px rgba(59,130,246,0.25)}.textarea{min-height: 120px;resize: vertical}.label{display: block;font-size: 0.8rem;font-weight: 500;color: var(--ink-50);margin-bottom: 0.4rem;letter-spacing: 0.02em}details.faq{border-bottom: 1px solid var(--border);padding: 1.25rem 0}details.faq summary{list-style: none;cursor: pointer;display: flex;align-items: center;justify-content: space-between;gap: 1rem;font-family: 'Instrument Serif',Georgia,serif;font-style: italic;font-size: 1.4rem;color: var(--ink);padding: 0.25rem 0;transition: color 0.3s}details.faq summary::-webkit-details-marker{display: none}details.faq summary:hover{color: var(--teal)}details.faq .plus{position: relative;width: 22px;height: 22px;flex-shrink: 0;transition: transform 0.4s cubic-bezier(0.2,0.8,0.2,1)}details.faq .plus::before,details.faq .plus::after{content: '';position: absolute;background: var(--ink);left: 50%;top: 50%;transform: translate(-50%,-50%)}details.faq .plus::before{width: 100%;height: 1.5px}details.faq .plus::after{height: 100%;width: 1.5px;transition: transform 0.4s cubic-bezier(0.2,0.8,0.2,1)}details.faq[open] .plus::after{opacity: 0}details.faq[open] .plus{transform: rotate(180deg)}details.faq>.answer{padding-top: 0.75rem;color: var(--ink-100);font-size: 0.95rem;line-height: 1.7;max-width: 720px;animation: faqOpen 0.45s ease}@keyframes faqOpen{from{opacity: 0;transform: translateY(-6px)}to{opacity: 1;transform: translateY(0)}}.site-footer{background: var(--ink);color: var(--cream-50);margin-top: 6rem}.site-footer a{color: rgba(247,242,232,0.7);transition: color 0.2s}.site-footer a:hover{color: var(--cream-50)}.footer-inner{max-width: 1280px;margin: 0 auto;padding: 5rem 1.5rem 1.5rem}.footer-cols{display: grid;grid-template-columns: 1fr;gap: 2.5rem;padding-bottom: 3rem;border-bottom: 1px solid rgba(247,242,232,0.12)}@media (min-width: 640px){.footer-cols{grid-template-columns: repeat(2,1fr)}}@media (min-width: 1024px){.footer-cols{grid-template-columns: 1.4fr repeat(4,1fr);gap: 3rem}}.footer-cols h5{font-size: 0.75rem;font-weight: 600;letter-spacing: 0.15em;text-transform: uppercase;color: var(--cream-50);margin: 0 0 1rem}.footer-cols ul{display: flex;flex-direction: column;gap: 0.65rem;font-size: 0.875rem}.footer-bottom{display: flex;flex-direction: column;gap: 0.75rem;align-items: flex-start;padding: 1.5rem 0;font-size: 0.75rem;color: rgba(247,242,232,0.55)}@media (min-width: 640px){.footer-bottom{flex-direction: row;justify-content: space-between;align-items: center}}.social-icons{display: flex;gap: 0.5rem}.social-icons a{width: 36px;height: 36px;border: 1px solid rgba(247,242,232,0.18);border-radius: 8px;display: inline-flex;align-items: center;justify-content: center;transition: border-color 0.3s,color 0.3s}.social-icons a:hover{border-color: rgba(247,242,232,0.4)}.wordmark{font-family: 'Inter',sans-serif;font-weight: 800;letter-spacing: -0.05em;font-size: clamp(2.2rem,10vw,9rem);line-height: 0.9;color: transparent;-webkit-text-stroke: 1px rgba(201,184,150,0.35);user-select: none;white-space: nowrap;overflow: hidden;margin-top: 2rem;text-align: center;width: 100%}.grid{display: grid;gap: 1.5rem}.grid-2{grid-template-columns: repeat(1,1fr)}.grid-3{grid-template-columns: repeat(1,1fr)}.grid-4{grid-template-columns: repeat(1,1fr)}@media (min-width: 640px){.grid-2{grid-template-columns: repeat(2,1fr)}.grid-3{grid-template-columns: repeat(2,1fr)}.grid-4{grid-template-columns: repeat(2,1fr)}}@media (min-width: 1024px){.grid-3{grid-template-columns: repeat(3,1fr)}.grid-4{grid-template-columns: repeat(4,1fr)}}.text-center{text-align: center}.text-muted{color: var(--ink-100)}.text-muted-2{color: var(--ink-muted)}.section{padding: 6rem 0;position: relative}.section-sm{padding: 4rem 0}.section-header{text-align: center;max-width: 720px;margin: 0 auto 4rem}.section-header p.lead{color: var(--ink-50);font-size: 1.05rem;margin-top: 1rem}.pill{display: inline-flex;align-items: center;gap: 0.4rem;padding: 0.35rem 0.9rem;border: 1px solid var(--border);border-radius: 999px;background: var(--cream-50);color: var(--ink-50);font-size: 0.75rem;font-weight: 500}.pill-dark{background: var(--ink);color: var(--cream-50);border-color: var(--ink)}.tag{display: inline-block;padding: 0.2rem 0.6rem;font-size: 0.68rem;font-weight: 600;letter-spacing: 0.08em;text-transform: uppercase;background: rgba(47,122,133,0.1);color: var(--teal);border-radius: 4px}.kpi{text-align: left;padding: 1.25rem;background: rgba(247,242,232,0.7);border: 1px solid var(--border);border-radius: 16px}.kpi .kpi-value{font-size: 1.75rem;font-weight: 600;letter-spacing: -0.02em}.kpi .kpi-label{font-size: 0.75rem;color: var(--ink-100);margin-top: 0.35rem}.dashed{border-top: 1px dashed var(--border-strong)}.counter{font-variant-numeric: tabular-nums}.testimonial-viewport{position: relative;min-height: 340px;max-width: 820px;margin: 0 auto}.testimonial-slide{opacity: 0;position: absolute;inset: 0;transition: opacity 0.9s cubic-bezier(0.4,0,0.2,1);display: flex;align-items: center;justify-content: center;padding: 2rem 1rem;pointer-events: none}.testimonial-slide.active{opacity: 1;pointer-events: auto}.testimonial-slide .quote-mark{font-family: 'Instrument Serif',Georgia,serif;font-size: 5rem;line-height: 0.6;color: rgba(30,58,138,0.45)}.testimonial-slide p.quote-text{font-size: 1.25rem;line-height: 1.55;font-weight: 300;color: var(--ink);margin: 1rem 0 2rem}.dot-nav{width: 8px;height: 8px;border-radius: 50%;background: rgba(14,27,36,0.2);cursor: pointer;transition: all 0.3s;border: 0;padding: 0}.dot-nav.active{background: var(--ink);width: 24px;border-radius: 4px}.post-card{display: block;border: 1px solid var(--border);border-radius: 18px;overflow: hidden;transition: border-color 0.3s,transform 0.3s;background: var(--cream-50)}.post-card:hover{border-color: rgba(47,122,133,0.3);transform: translateY(-4px)}.post-card .post-cover{aspect-ratio: 16/9;background: linear-gradient(135deg,var(--teal-light),var(--teal-bright),var(--sand));position: relative;overflow: hidden}.post-card .post-cover::after{content: '';position: absolute;inset: 0;background: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='0.8' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");mix-blend-mode: overlay}.post-card .post-body{padding: 1.5rem}.post-card .post-body .tag{margin-bottom: 0.6rem}.post-card h3{font-size: 1.15rem;margin: 0.5rem 0;line-height: 1.3}.post-card p{font-size: 0.85rem;color: var(--ink-100);margin: 0}.breadcrumbs{font-size: 0.8rem;color: var(--ink-100);padding: 1.25rem 0 0}.breadcrumbs a:hover{color: var(--teal)}.breadcrumbs span.sep{margin: 0 0.5rem;opacity: 0.5}.timeline{position: relative;padding-left: 1.5rem}.timeline::before{content: '';position: absolute;left: 0;top: 8px;bottom: 8px;width: 1px;background: var(--border-strong)}.timeline-item{position: relative;padding-bottom: 2rem}.timeline-item::before{content: '';position: absolute;left: -1.9rem;top: 6px;width: 10px;height: 10px;border-radius: 50%;background: var(--cream);border: 1.5px solid var(--teal)}.timeline-item h4{font-family: 'Instrument Serif',serif;font-style: italic;color: var(--teal);font-size: 1.25rem;margin: 0 0 0.35rem}.timeline-item p{color: var(--ink-100);font-size: 0.9rem;margin: 0}.logo-wall{display: grid;grid-template-columns: repeat(2,1fr);gap: 2rem;align-items: center;opacity: 0.7;justify-items: center}@media (min-width: 640px){.logo-wall{grid-template-columns: repeat(3,1fr)}}@media (min-width: 1024px){.logo-wall{grid-template-columns: repeat(5,1fr)}}.logo-wall>div{font-weight: 600;letter-spacing: 0.1em;color: var(--ink-50)}.stat-strip{display: grid;grid-template-columns: repeat(2,1fr);gap: 1rem;background: var(--ink);color: var(--cream-50);border-radius: 20px;padding: 2rem}@media (min-width: 768px){.stat-strip{grid-template-columns: repeat(4,1fr);gap: 0}}.stat-strip>div{text-align: center;padding: 1rem;border-right: 1px dashed rgba(247,242,232,0.18)}.stat-strip>div:last-child{border-right: 0}.stat-strip .stat-value{font-family: 'Instrument Serif',serif;font-style: italic;font-size: 2.8rem;line-height: 1;background: linear-gradient(120deg,#3B82F6,#2563EB 60%,#C9B896);-webkit-background-clip: text;background-clip: text;color: transparent}.stat-strip .stat-label{font-size: 0.75rem;color: rgba(247,242,232,0.65);margin-top: 0.5rem;letter-spacing: 0.08em;text-transform: uppercase}.stats-head{text-align: center;max-width: 700px;margin: 0 auto 2.5rem}.stats-kicker{display: inline-flex;align-items: center;gap: 0.5rem;font-size: 0.7rem;letter-spacing: 0.22em;color: var(--teal);font-weight: 600;margin-bottom: 1rem}.stats-kicker-dot{width: 6px;height: 6px;border-radius: 50%;background: var(--teal);box-shadow: 0 0 0 3px rgba(30,58,138,0.15);animation: pulse-dot 2.2s ease-in-out infinite}.stats-heading{font-size: clamp(1.8rem,3.5vw,2.5rem);font-weight: 700;letter-spacing: -0.025em;margin: 0 0 0.6rem;color: var(--ink);line-height: 1.15}.stats-sub{font-size: 1.05rem;color: var(--ink-50);line-height: 1.55;margin: 0}.stats-grid{display: grid;grid-template-columns: repeat(2,1fr);gap: 1rem;background: var(--ink);border-radius: 20px;padding: 0.9rem;position: relative;overflow: hidden}.stats-grid::before{content: '';position: absolute;inset: 0;background: radial-gradient(ellipse 60% 80% at 20% 0%,rgba(59,130,246,0.16),transparent 60%),radial-gradient(ellipse 60% 80% at 100% 100%,rgba(59,130,246,0.10),transparent 60%);pointer-events: none}@media (min-width: 900px){.stats-grid{grid-template-columns: repeat(4,1fr)}}.stat-tile{position: relative;z-index: 1;padding: 1.75rem 1.25rem 1.5rem;text-align: center;color: var(--cream-50);border-radius: 14px;background: rgba(255,255,255,0.02);border: 1px solid rgba(255,255,255,0.05);transition: border-color 0.3s ease,background 0.3s ease,transform 0.3s ease}.stat-tile:hover{background: rgba(59,130,246,0.08);border-color: rgba(59,130,246,0.3);transform: translateY(-3px)}.stat-icon{width: 38px;height: 38px;margin: 0 auto 0.85rem;display: flex;align-items: center;justify-content: center;border-radius: 10px;background: linear-gradient(135deg,rgba(59,130,246,0.18),rgba(30,58,138,0.08));border: 1px solid rgba(59,130,246,0.22);color: #93b8ff}.stat-icon svg{width: 20px;height: 20px}.stats-grid .stat-value{font-family: 'Instrument Serif',Georgia,serif;font-style: italic;font-size: clamp(2.6rem,4.2vw,3.4rem);line-height: 1;letter-spacing: -0.01em;background: linear-gradient(180deg,#cfe2ff 0%,#3B82F6 60%,#1E3A8A 100%);-webkit-background-clip: text;background-clip: text;color: transparent}.stats-grid .stat-label{font-size: 0.8rem;color: var(--cream-50);margin-top: 0.5rem;letter-spacing: 0.04em;font-weight: 500}.stats-grid .stat-sub{margin-top: 0.3rem;font-size: 0.62rem;letter-spacing: 0.18em;color: rgba(247,242,232,0.5);text-transform: uppercase}.icon-round{width: 56px;height: 56px;border-radius: 16px;background: linear-gradient(135deg,rgba(59,130,246,0.18),rgba(37,99,235,0.08));border: 1px solid var(--border);display: inline-flex;align-items: center;justify-content: center;color: var(--teal)}.cta-strip{background: var(--ink);color: var(--cream-50);border-radius: 28px;padding: 4rem 2rem;text-align: center;position: relative;overflow: hidden}.cta-strip .sunburst{opacity: 0.4}.cta-strip h2{color: var(--cream-50)}.cta-strip a{color: var(--cream-50)}.cta-strip .btn-primary{background: var(--cream-50);color: var(--ink);border-color: var(--cream-50)}.cta-strip .btn-primary:hover{background: #fff}.cta-strip .btn-secondary{color: var(--cream-50);border-color: rgba(247,242,232,0.25)}.cta-strip .btn-secondary:hover{background: rgba(247,242,232,0.08)}.mockup{background: #fff;border: 1px solid var(--border);border-radius: 14px;box-shadow: 0 20px 40px -20px rgba(14,27,36,0.25),0 4px 12px -4px rgba(14,27,36,0.08);overflow: hidden}.mockup-head{padding: 0.5rem 0.75rem;background: var(--cream-50);border-bottom: 1px solid var(--border);display: flex;align-items: center;gap: 0.5rem}.mockup-head .dot{width: 8px;height: 8px;border-radius: 50%;background: #d5d5d5}.mockup-body{padding: 1rem}.sphere-wrap{position: relative;display: inline-block}.sphere-wrap svg{display: block}.magnetic{transition: transform 0.3s cubic-bezier(0.2,0.8,0.2,1)}.underline-anim{background-image: linear-gradient(currentColor,currentColor);background-size: 0% 1px;background-repeat: no-repeat;background-position: 0 100%;transition: background-size 0.3s}.underline-anim:hover{background-size: 100% 1px}.mt-1{margin-top: 0.5rem}.mt-2{margin-top: 1rem}.mt-3{margin-top: 1.5rem}.mt-4{margin-top: 2rem}.mt-5{margin-top: 2.5rem}.mt-6{margin-top: 3rem}.mt-8{margin-top: 4rem}.mt-10{margin-top: 5rem}.mt-12{margin-top: 6rem}.mb-1{margin-bottom: 0.5rem}.mb-2{margin-bottom: 1rem}.mb-3{margin-bottom: 1.5rem}.mb-4{margin-bottom: 2rem}.mb-6{margin-bottom: 3rem}.gap-2{gap: 0.5rem}.gap-3{gap: 0.75rem}.gap-4{gap: 1rem}.gap-6{gap: 1.5rem}.gap-8{gap: 2rem}.flex{display: flex}.inline-flex{display: inline-flex}.items-center{align-items: center}.items-start{align-items: flex-start}.items-end{align-items: flex-end}.justify-center{justify-content: center}.justify-between{justify-content: space-between}.justify-end{justify-content: flex-end}.flex-col{flex-direction: column}.flex-wrap{flex-wrap: wrap}.text-sm{font-size: 0.875rem}.text-xs{font-size: 0.75rem}.text-lg{font-size: 1.1rem}.text-xl{font-size: 1.25rem}.text-2xl{font-size: 1.5rem}.text-3xl{font-size: 1.875rem}.text-4xl{font-size: 2.25rem}.font-medium{font-weight: 500}.font-semibold{font-weight: 600}.font-bold{font-weight: 700}.w-full{width: 100%}.rounded-lg{border-radius: 12px}.rounded-xl{border-radius: 16px}.rounded-full{border-radius: 9999px}.border{border: 1px solid var(--border)}.bg-cream-50{background: var(--cream-50)}.bg-ink{background: var(--ink);color: var(--cream-50)}.p-4{padding: 1rem}.p-6{padding: 1.5rem}.p-8{padding: 2rem}.hidden{display: none}@media (min-width: 640px){.sm\\:block{display: block}.sm\\:flex{display: flex}}@media (min-width: 1024px){.lg\\:flex{display: flex}.lg\\:grid{display: grid}}.brand-logo{display:inline-block;height: 46px;width: auto}.brand{gap: 0}@media (min-width: 640px){.brand-logo{height: 54px}}.site-footer .brand-logo{height: 48px}.hero-pulse{position: relative;width: 100%;min-height: 100vh;background: radial-gradient(ellipse 65% 55% at 50% 55%,rgba(59,130,246,0.22) 0%,rgba(59,130,246,0.08) 35%,transparent 65%),var(--cream);overflow: hidden;isolation: isolate;color: var(--ink)}.pulse-grid{position: absolute;inset: 0;z-index: 0;pointer-events: none;background-image: linear-gradient(to right,rgba(30,58,138,0.07) 1px,transparent 1px),linear-gradient(to bottom,rgba(30,58,138,0.07) 1px,transparent 1px);background-size: 48px 48px;mask-image: radial-gradient(ellipse 70% 65% at 50% 55%,black 10%,transparent 70%);-webkit-mask-image: radial-gradient(ellipse 70% 65% at 50% 55%,black 10%,transparent 70%);opacity: 0.8}.pulse-canvas{position: absolute;inset: 0;width: 100%;height: 100%;z-index: 1;pointer-events: none}.pulse-scan{position: absolute;left: 0;right: 0;top: 0;height: 160px;z-index: 1;pointer-events: none;background: linear-gradient(180deg,transparent,rgba(59,130,246,0.10) 45%,rgba(30,58,138,0.18) 50%,transparent);mask-image: radial-gradient(ellipse 80% 100% at 50% 50%,black 30%,transparent 80%);-webkit-mask-image: radial-gradient(ellipse 80% 100% at 50% 50%,black 30%,transparent 80%);animation: pulse-scan 9s linear infinite}@keyframes pulse-scan{0%{transform: translateY(-30%)}100%{transform: translateY(calc(100vh+30%))}}@media (prefers-reduced-motion: reduce){.pulse-scan{animation: none;display: none}}.pulse-hud{position: absolute;width: 26px;height: 26px;z-index: 2;pointer-events: none}.pulse-hud::before,.pulse-hud::after{content: '';position: absolute;background: rgba(30,58,138,0.55)}.pulse-hud::before{width: 100%;height: 1.5px}.pulse-hud::after{width: 1.5px;height: 100%}.pulse-hud-tl{top: 1.5rem;left: 1.5rem}.pulse-hud-tl::before{top: 0;left: 0}.pulse-hud-tl::after{top: 0;left: 0}.pulse-hud-tr{top: 1.5rem;right: 1.5rem}.pulse-hud-tr::before{top: 0;right: 0}.pulse-hud-tr::after{top: 0;right: 0}.pulse-hud-bl{bottom: 1.5rem;left: 1.5rem}.pulse-hud-bl::before{bottom: 0;left: 0}.pulse-hud-bl::after{bottom: 0;left: 0}.pulse-hud-br{bottom: 1.5rem;right: 1.5rem}.pulse-hud-br::before{bottom: 0;right: 0}.pulse-hud-br::after{bottom: 0;right: 0}@media (max-width: 640px){.pulse-hud{display: none}}.pulse-status{position: absolute;top: 2rem;left: 50%;transform: translateX(-50%);z-index: 3;display: inline-flex;align-items: center;gap: 0.45rem;padding: 0.4rem 0.9rem;border: 1px solid rgba(30,58,138,0.22);background: rgba(247,242,232,0.7);backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);border-radius: 999px;font-size: 0.68rem;letter-spacing: 0.14em;color: var(--ink-50);text-transform: uppercase;white-space: nowrap}.pulse-status-dot{width: 6px;height: 6px;border-radius: 50%;background: #22c55e;box-shadow: 0 0 0 3px rgba(34,197,94,0.15),0 0 8px rgba(34,197,94,0.5);animation: pulse-dot 2.2s ease-in-out infinite}.pulse-status-sep{color: rgba(30,58,138,0.35);margin: 0 0.15rem}@media (max-width: 640px){.pulse-status{font-size: 0.58rem;padding: 0.3rem 0.65rem;letter-spacing: 0.1em}}.mono{font-family: 'JetBrains Mono','SF Mono',ui-monospace,'Menlo',monospace}.pulse-vignette{position: absolute;inset: 0;pointer-events: none;z-index: 1;background: radial-gradient(ellipse 85% 100% at 50% 50%,transparent 45%,var(--cream) 95%),linear-gradient(180deg,var(--cream) 0%,rgba(239,232,219,0.4) 14%,transparent 32%,transparent 70%,var(--cream) 100%)}.pulse-card{position: absolute;left: max(3rem,4vw);bottom: 5.5rem;z-index: 3;max-width: 520px;padding: 2rem 2.25rem 2.25rem;background: rgba(247,242,232,0.68);border: 1px solid rgba(30,58,138,0.18);border-radius: 16px;backdrop-filter: blur(18px) saturate(140%);-webkit-backdrop-filter: blur(18px) saturate(140%);box-shadow: 0 30px 60px -20px rgba(14,27,36,0.18),0 0 0 1px rgba(255,255,255,0.5) inset,0 1px 0 rgba(255,255,255,0.7) inset}.pulse-label{display: inline-flex;align-items: center;gap: 0.55rem;font-size: 0.68rem;letter-spacing: 0.16em;text-transform: uppercase;color: var(--teal);font-weight: 600;margin-bottom: 1.1rem}.pulse-label-dot{width: 7px;height: 7px;border-radius: 50%;background: var(--teal);box-shadow: 0 0 0 3px rgba(30,58,138,0.18),0 0 10px rgba(59,130,246,0.5);animation: pulse-dot 2.2s ease-in-out infinite}@keyframes pulse-dot{0%,100%{box-shadow: 0 0 0 3px rgba(30,58,138,0.18),0 0 10px rgba(59,130,246,0.5)}50%{box-shadow: 0 0 0 7px rgba(30,58,138,0.04),0 0 18px rgba(59,130,246,0.8)}}.pulse-headline{font-family: 'Inter',system-ui,sans-serif;font-size: clamp(2.4rem,4.5vw,3.6rem);line-height: 1.02;letter-spacing: -0.035em;font-weight: 700;color: var(--ink);margin: 0 0 1rem}.pulse-headline-accent{font-family: 'Instrument Serif',serif;font-style: italic;font-weight: 400;letter-spacing: -0.015em;background: linear-gradient(180deg,#1E3A8A 0%,#2563EB 60%,#3B82F6 100%);-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent}.pulse-desc{font-size: 1.02rem;line-height: 1.6;color: var(--ink-50);margin: 0 0 1.6rem}.pulse-desc em{font-family: 'Instrument Serif',serif;font-style: italic;color: var(--teal);font-weight: 500;font-size: 1.1rem}.pulse-cta-row{display: flex;gap: 1rem;align-items: center;flex-wrap: wrap}.pulse-btn-primary{display: inline-flex;align-items: center;gap: 0.55rem;padding: 0.9rem 1.6rem;background: var(--ink);color: var(--cream-50);font-size: 0.95rem;font-weight: 600;letter-spacing: -0.005em;text-decoration: none;border-radius: 999px;transition: transform 0.2s ease,box-shadow 0.25s ease,background 0.25s ease;box-shadow: 0 10px 26px -10px rgba(14,27,36,0.5)}.pulse-btn-primary:hover{transform: translateY(-2px);background: #182833;box-shadow: 0 16px 36px -10px rgba(14,27,36,0.55),0 0 0 4px rgba(59,130,246,0.18)}.pulse-btn-primary svg{transition: transform 0.2s ease}.pulse-btn-primary:hover svg{transform: translateX(3px)}.pulse-btn-ghost{display: inline-flex;align-items: center;padding: 0.85rem 0.5rem;color: var(--ink-50);font-size: 0.95rem;font-weight: 500;text-decoration: none;border-bottom: 1px solid rgba(30,58,138,0.25);transition: color 0.25s ease,border-color 0.25s ease}.pulse-btn-ghost:hover{color: var(--teal);border-bottom-color: var(--teal)}.pulse-meta-row{position: absolute;right: max(3rem,4vw);bottom: 5.75rem;z-index: 3;display: flex;align-items: center;gap: 0.55rem;font-size: 0.72rem;color: var(--ink-100);letter-spacing: 0.08em;text-transform: uppercase;text-align: right}.pulse-meta-item{display: inline-flex;align-items: center;gap: 0.3rem;color: var(--teal);font-weight: 600}.pulse-meta-item em{font-style: normal;color: var(--ink-100);font-weight: 400;letter-spacing: 0.1em}.pulse-meta-sep{color: rgba(30,58,138,0.35);font-weight: 500}@media (max-width: 900px){.pulse-card{left: 1.25rem;right: 1.25rem;bottom: 1.5rem;max-width: none;padding: 1.5rem 1.5rem 1.75rem}.pulse-meta-row{position: absolute;top: 1.25rem;right: 1.25rem;left: auto;bottom: auto;font-size: 0.7rem;gap: 0.4rem;flex-wrap: wrap;justify-content: flex-end;max-width: 60%}.pulse-meta-row .pulse-meta-item:nth-child(n+3){display: none}.pulse-meta-row .pulse-meta-sep:nth-child(n+3){display: none}.pulse-headline{font-size: clamp(2rem,8.5vw,2.75rem)}.pulse-desc{font-size: 0.95rem}}.hero-grid-overlay{position: absolute;inset: 0;pointer-events: none;z-index: 0;background-image: linear-gradient(to right,rgba(30,58,138,0.055) 1px,transparent 1px),linear-gradient(to bottom,rgba(30,58,138,0.055) 1px,transparent 1px);background-size: 72px 72px;mask-image: radial-gradient(ellipse 70% 65% at 50% 50%,black 20%,transparent 75%);-webkit-mask-image: radial-gradient(ellipse 70% 65% at 50% 50%,black 20%,transparent 75%)}.hero-core-glow{position: absolute;left: 50%;bottom: -30%;width: 900px;height: 900px;transform: translateX(-50%);pointer-events: none;z-index: 0;background: radial-gradient(circle at center,rgba(59,130,246,0.55) 0%,rgba(59,130,246,0.18) 30%,transparent 65%);filter: blur(70px);animation: hero-pulse 7s ease-in-out infinite}@keyframes hero-pulse{0%,100%{opacity: 0.9;transform: translateX(-50%) scale(1)}50%{opacity: 1;transform: translateX(-50%) scale(1.06)}}.hero-rays{position: absolute;inset: 0;pointer-events: none;z-index: 0;overflow: hidden}.hero-rays::before{content: "";position: absolute;left: 50%;bottom: -30%;width: 2000px;height: 2000px;transform: translateX(-50%);background: conic-gradient( from 180deg at 50% 50%,transparent 0deg,rgba(30,58,138,0.14) 2deg,transparent 4deg,transparent 10deg,rgba(30,58,138,0.10) 12deg,transparent 14deg,transparent 20deg,rgba(30,58,138,0.16) 22deg,transparent 24deg,transparent 30deg,rgba(30,58,138,0.09) 32deg,transparent 34deg,transparent 40deg,rgba(30,58,138,0.14) 42deg,transparent 44deg,transparent 50deg,rgba(30,58,138,0.11) 52deg,transparent 54deg,transparent 60deg,rgba(30,58,138,0.16) 62deg,transparent 64deg,transparent 70deg,rgba(30,58,138,0.10) 72deg,transparent 74deg,transparent 80deg,rgba(30,58,138,0.14) 82deg,transparent 84deg,transparent 90deg,rgba(30,58,138,0.11) 92deg,transparent 94deg,transparent 100deg,rgba(30,58,138,0.16) 102deg,transparent 104deg,transparent 110deg,rgba(30,58,138,0.09) 112deg,transparent 114deg,transparent 120deg,rgba(30,58,138,0.14) 122deg,transparent 124deg,transparent 130deg,rgba(30,58,138,0.11) 132deg,transparent 134deg,transparent 140deg,rgba(30,58,138,0.16) 142deg,transparent 144deg,transparent 150deg,rgba(30,58,138,0.10) 152deg,transparent 154deg,transparent 160deg,rgba(30,58,138,0.14) 162deg,transparent 164deg,transparent 170deg,rgba(30,58,138,0.11) 172deg,transparent 174deg );opacity: 1;mask-image: radial-gradient(circle at 50% 100%,black 0%,black 48%,transparent 78%);-webkit-mask-image: radial-gradient(circle at 50% 100%,black 0%,black 48%,transparent 78%)}.hero-rays::after{content: "";position: absolute;left: 50%;bottom: -40%;width: 1100px;height: 1100px;transform: translateX(-50%);background: radial-gradient(circle at center,rgba(59,130,246,0.35) 0%,rgba(59,130,246,0.12) 35%,transparent 70%);filter: blur(60px)}.hero-grain{position: absolute;inset: 0;pointer-events: none;z-index: 1;opacity: 0.035;background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");mix-blend-mode: multiply}.hero-pill{display: inline-flex;align-items: center;gap: 0.55rem;padding: 0.5rem 1.1rem 0.5rem 0.85rem;border: 1px solid rgba(30,58,138,0.22);background: rgba(247,242,232,0.7);backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);border-radius: 999px;font-size: 0.82rem;font-weight: 500;color: var(--ink-50);letter-spacing: 0.005em;text-decoration: none;transition: all 0.25s ease;box-shadow: 0 1px 2px rgba(14,27,36,0.04),0 0 0 4px rgba(59,130,246,0)}.hero-pill em{font-family: 'Instrument Serif',serif;font-style: italic;color: var(--teal);font-weight: 500;font-size: 0.95rem;line-height: 1}.hero-pill-dot{width: 7px;height: 7px;border-radius: 50%;background: var(--teal);box-shadow: 0 0 0 3px rgba(30,58,138,0.18);animation: hero-pill-pulse 2.2s ease-in-out infinite}@keyframes hero-pill-pulse{0%,100%{box-shadow: 0 0 0 3px rgba(30,58,138,0.18)}50%{box-shadow: 0 0 0 7px rgba(30,58,138,0.02)}}.hero-pill svg{color: var(--ink-muted);transition: transform 0.25s ease}.hero-pill:hover{border-color: rgba(30,58,138,0.45);color: var(--ink);transform: translateY(-1px);box-shadow: 0 4px 14px rgba(30,58,138,0.12),0 0 0 4px rgba(59,130,246,0.06)}.hero-pill:hover svg{transform: translateX(2px);color: var(--teal)}.hero-headline-accent{display: inline-block;margin-top: 0.1rem;position: relative}.hero-headline-accent::after{content: '';position: absolute;left: 8%;right: 8%;bottom: -0.18em;height: 0.5em;background: radial-gradient(ellipse at center,rgba(59,130,246,0.28),transparent 70%);filter: blur(10px);z-index: -1;pointer-events: none}.hero-stat-row{display: flex;gap: 1.1rem;justify-content: center;align-items: center;flex-wrap: wrap;margin: 1.75rem auto 0;max-width: 780px}.hero-stat{display: flex;flex-direction: column;align-items: center;gap: 0.1rem;min-width: 72px}.hero-stat-value{font-family: 'Instrument Serif',serif;font-style: italic;font-size: 1.85rem;font-weight: 500;line-height: 1;letter-spacing: -0.01em}.hero-stat-label{font-size: 0.72rem;letter-spacing: 0.14em;text-transform: uppercase;color: var(--ink-muted);font-weight: 500}.hero-stat-sep{width: 1px;height: 28px;background: linear-gradient(180deg,transparent,rgba(14,27,36,0.18),transparent)}@media (max-width: 640px){.hero-stat-row{gap: 0.75rem}.hero-stat-value{font-size: 1.5rem}.hero-stat-label{font-size: 0.65rem}.hero-stat-sep{height: 22px}}.hero-cta-row{display: flex;gap: 1.25rem;justify-content: center;align-items: center;flex-wrap: wrap;margin-top: 2.25rem}.hero-cta-primary{padding: 1.05rem 2.1rem;font-size: 1.05rem;box-shadow: 0 10px 30px -10px rgba(14,27,36,0.4),0 0 0 3px rgba(59,130,246,0);transition: box-shadow 0.3s ease,transform 0.2s ease}.hero-cta-primary:hover{box-shadow: 0 16px 42px -10px rgba(14,27,36,0.55),0 0 0 4px rgba(59,130,246,0.15);transform: translateY(-2px)}.hero-cta-ghost{display: inline-flex;align-items: center;gap: 0.55rem;color: var(--ink-50);font-size: 0.95rem;font-weight: 500;text-decoration: none;padding: 0.6rem 0.25rem;border-bottom: 1px solid transparent;transition: all 0.25s ease}.hero-cta-ghost svg{color: var(--teal);flex-shrink: 0;transition: transform 0.25s ease}.hero-cta-ghost:hover{color: var(--ink);border-bottom-color: rgba(30,58,138,0.35)}.hero-cta-ghost:hover svg{transform: scale(1.15)}.hero-float{position: absolute;z-index: 2;display: inline-flex;align-items: center;gap: 0.45rem;padding: 0.45rem 0.9rem;border: 1px solid rgba(30,58,138,0.22);background: rgba(247,242,232,0.72);backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);border-radius: 999px;font-size: 0.78rem;font-weight: 500;color: var(--ink-50);box-shadow: 0 6px 18px rgba(14,27,36,0.06);pointer-events: none}.hero-float svg{color: var(--teal)}.hero-float-dot{width: 7px;height: 7px;border-radius: 50%;background: #22c55e;box-shadow: 0 0 0 3px rgba(34,197,94,0.18)}.hero-float-1{top: 22%;left: 6%;animation: hero-float 7s ease-in-out infinite}.hero-float-2{top: 30%;right: 7%;animation: hero-float 8.5s ease-in-out -3s infinite}@keyframes hero-float{0%,100%{transform: translateY(0)}50%{transform: translateY(-10px)}}@media (max-width: 1100px){.hero-float{display: none}}.hero-scroll-cue{position: absolute;bottom: 1.25rem;left: 50%;transform: translateX(-50%);width: 24px;height: 38px;border: 1.5px solid rgba(14,27,36,0.22);border-radius: 999px;display: flex;justify-content: center;align-items: flex-start;padding-top: 6px;z-index: 3;transition: border-color 0.25s ease}.hero-scroll-cue span{display: block;width: 3px;height: 7px;background: var(--ink-50);border-radius: 2px;animation: hero-scroll-bounce 1.8s ease-in-out infinite}.hero-scroll-cue:hover{border-color: var(--teal)}.hero-scroll-cue:hover span{background: var(--teal)}@keyframes hero-scroll-bounce{0%{transform: translateY(0);opacity: 0.5}50%{transform: translateY(10px);opacity: 1}100%{transform: translateY(16px);opacity: 0}}@media (max-width: 768px){.hero-scroll-cue{display: none}}.hero-trust-strip{padding: 1.75rem 0 2.25rem;border-top: 1px solid rgba(30,58,138,0.14);background: linear-gradient(180deg,rgba(239,232,219,0) 0%,rgba(239,232,219,0.75) 60%,var(--cream) 100%);backdrop-filter: blur(6px)}.hero-trust-grid{display: grid;grid-template-columns: 1fr auto 1fr;gap: 2.5rem;align-items: center}.hero-trust-col{display: flex;flex-direction: column;align-items: center;gap: 0.85rem}.hero-trust-label{font-size: 0.72rem;letter-spacing: 0.22em;text-transform: uppercase;color: var(--ink-muted);font-weight: 500;margin: 0}.hero-trust-row{display: flex;gap: 2rem;justify-content: center;flex-wrap: wrap;align-items: baseline}.hero-trust-divider{width: 1px;height: 56px;background: linear-gradient(180deg,transparent,rgba(30,58,138,0.25),transparent)}.hero-v2 .brand-script{font-family: 'Instrument Serif',serif;font-size: 1.55rem;color: var(--ink-100);letter-spacing: -0.01em;font-weight: 500;transition: color 0.25s ease,transform 0.25s ease}.hero-v2 .brand-script:hover{color: var(--teal);transform: translateY(-2px)}@media (max-width: 768px){.hero-trust-grid{grid-template-columns: 1fr;gap: 1.5rem}.hero-trust-divider{width: 60%;height: 1px;background: linear-gradient(90deg,transparent,rgba(30,58,138,0.25),transparent);justify-self: center}.hero-trust-row{gap: 1.25rem}.hero-v2 .brand-script{font-size: 1.25rem}}.legal-hero{padding: 6rem 0 4rem;position: relative;overflow: hidden}.legal-hero h1{font-size: clamp(3rem,6vw,5rem);font-weight: 600;letter-spacing: -0.03em;line-height: 1.05;text-align: center;max-width: 900px;margin: 0 auto}.legal-hero .legal-subtitle{text-align: center;max-width: 560px;margin: 1.25rem auto 0;color: var(--ink-50);font-size: 1.05rem;line-height: 1.6}.legal-body{max-width: 1160px;margin: 0 auto;padding: 2rem 1.5rem 5rem}@media (min-width: 640px){.legal-body{padding: 2rem 2rem 6rem}}.legal-updated{font-size: 0.9rem;color: var(--ink-100);padding: 1.5rem 0;border-bottom: 1px solid var(--border)}.legal-updated strong{color: var(--ink);font-weight: 500;margin-left: 0.35rem}.legal-intro{font-size: 1.05rem;line-height: 1.75;color: var(--ink);padding: 2.5rem 0;border-bottom: 1px solid var(--border);max-width: 820px}.legal-section{display: grid;grid-template-columns: 1fr;gap: 2rem;padding: 3rem 0;border-bottom: 1px solid var(--border)}@media (min-width: 900px){.legal-section{grid-template-columns: 1fr 1.6fr;gap: 4rem}}.legal-section .legal-section-head{display: flex;flex-direction: column;gap: 1rem;align-items: flex-start}.legal-section .legal-number{display: inline-flex;align-items: center;justify-content: center;width: 36px;height: 36px;border: 1px solid var(--border-strong);border-radius: 6px;font-size: 0.75rem;font-weight: 500;color: var(--ink);letter-spacing: 0.05em}.legal-section h2{font-family: 'Instrument Serif',Georgia,serif;font-weight: 400;font-size: clamp(1.75rem,3vw,2.6rem);letter-spacing: -0.01em;line-height: 1.1;color: var(--ink);margin: 0}.legal-section h2 .accent{font-style: italic;color: var(--teal)}.legal-section h2 .plain{font-family: 'Inter',sans-serif;font-style: normal;font-weight: 600}.legal-section .legal-content{font-size: 1rem;line-height: 1.75;color: var(--ink);padding-left: 1.5rem;border-left: 1px solid var(--border)}.legal-section .legal-content p{margin: 0 0 1.1rem}.legal-section .legal-content ul,.legal-section .legal-content ol{margin: 0 0 1.1rem;padding-left: 1.25rem;list-style: disc}.legal-section .legal-content ul li,.legal-section .legal-content ol li{margin-bottom: 0.5rem}.legal-section .legal-content strong{color: var(--teal);font-weight: 500}.legal-section .legal-content .sublabel{display: block;color: var(--teal);font-weight: 500;margin-top: 1rem;margin-bottom: 0.25rem}.legal-footer-note{background: rgba(247,242,232,0.7);border: 1px solid var(--border);border-radius: 14px;padding: 1.75rem;margin-top: 2.5rem;font-size: 0.95rem;text-align: center;color: var(--ink-50);line-height: 1.7}.legal-footer-note a{color: var(--teal);font-weight: 500;text-decoration: none}.legal-footer-note a:hover{text-decoration: underline}.admin-shell{min-height: 100vh;background: var(--cream);display: flex;flex-direction: column}.admin-bar{background: var(--ink);color: var(--cream-50);padding: 0.8rem 1.5rem;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;gap: 1rem}.admin-bar .brand{color: var(--cream-50);gap: 0.5rem;font-size: 0.9rem}.admin-bar .brand-logo{filter: brightness(0) invert(1);height: 22px}.admin-bar nav{display: flex;gap: 1.5rem;font-size: 0.85rem;color: rgba(247,242,232,0.75)}.admin-bar nav a:hover,.admin-bar nav a.active{color: var(--cream-50)}.admin-main{padding: 2.5rem 1.5rem;max-width: 1280px;margin: 0 auto;width: 100%}.admin-title{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;gap: 1rem;margin-bottom: 2rem}.admin-title h1{font-size: 2.2rem;font-weight: 600;letter-spacing: -0.02em}.admin-card{background: var(--cream-50);border: 1px solid var(--border);border-radius: 16px;padding: 1.5rem}.admin-stat{display: grid;grid-template-columns: repeat(2,1fr);gap: 1rem;margin-bottom: 2rem}@media (min-width:640px){.admin-stat{grid-template-columns:repeat(4,1fr)}}.admin-stat .admin-card .kpi-v{font-family: 'Instrument Serif',serif;font-style: italic;font-size: 2rem;color: var(--teal)}.admin-stat .admin-card .kpi-l{font-size: 0.75rem;color: var(--ink-100);text-transform: uppercase;letter-spacing: 0.08em;margin-top: 0.35rem}.post-table{width: 100%;border-collapse: collapse;font-size: 0.9rem}.post-table th,.post-table td{text-align: left;padding: 0.85rem 1rem;border-bottom: 1px solid var(--border)}.post-table th{font-size: 0.7rem;letter-spacing: 0.1em;text-transform: uppercase;color: var(--ink-100);font-weight: 600}.post-table tr:last-child td{border-bottom: 0}.post-table .status{display: inline-block;padding: 0.2rem 0.7rem;font-size: 0.7rem;font-weight: 500;border-radius: 999px}.post-table .status-published{background: rgba(30,58,138,0.15);color: var(--teal)}.post-table .status-scheduled{background: rgba(201,184,150,0.25);color: #8A7547}.post-table .status-draft{background: rgba(14,27,36,0.08);color: var(--ink-50)}.post-table a{color: var(--teal);text-decoration: none;font-weight: 500}.post-table a:hover{text-decoration: underline}.editor-grid{display: grid;grid-template-columns: 1fr;gap: 1.5rem}@media (min-width:900px){.editor-grid{grid-template-columns:1.4fr 0.9fr}}.editor-pane{background: var(--cream-50);border: 1px solid var(--border);border-radius: 16px;padding: 1.5rem}.editor-pane h3{font-size: 0.75rem;text-transform: uppercase;letter-spacing: 0.1em;color: var(--ink-100);margin: 0 0 1rem}.editor-title-input{font-size: 1.6rem;font-weight: 600;border: 0;background: transparent;width: 100%;padding: 0.5rem 0;border-bottom: 1px solid var(--border);color: var(--ink)}.editor-title-input:focus{outline: 0;border-bottom-color: var(--teal)}.editor-title-input::placeholder{color: var(--ink-muted)}.ml-auto{margin-left: auto}.pdf-upload-row{display: flex;align-items: center;flex-wrap: wrap;gap: 0.5rem;margin-top: 0.5rem}.pdf-upload-btn{display: inline-flex;align-items: center;gap: 0.5rem;cursor: pointer;font-size: 0.88rem}#pdfUploadStatus code{font-family: 'JetBrains Mono',ui-monospace,monospace;background: rgba(30,58,138,0.08);padding: 0.1rem 0.4rem;border-radius: 4px;font-size: 0.78rem}.admin-tabs{display: flex;gap: 0.4rem;border-bottom: 1px solid var(--border);margin-bottom: 1.5rem;flex-wrap: wrap}.admin-tab{padding: 0.7rem 1.1rem;background: transparent;border: 0;border-bottom: 2px solid transparent;font-size: 0.92rem;font-weight: 500;color: var(--ink-100);cursor: pointer;transition: color 0.2s ease,border-color 0.2s ease;font-family: inherit;display: inline-flex;align-items: center;gap: 0.5rem}.admin-tab:hover{color: var(--ink)}.admin-tab.active{color: var(--teal);border-bottom-color: var(--teal)}.admin-tab-count{background: rgba(30,58,138,0.12);color: var(--teal);font-family: 'JetBrains Mono',ui-monospace,monospace;font-size: 0.7rem;padding: 0.1rem 0.45rem;border-radius: 999px;font-weight: 600}.admin-tab.active .admin-tab-count{background: var(--teal);color: var(--cream-50)}.admin-actions-row{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;gap: 1rem;margin-bottom: 1.5rem}.wp-grid{display: grid;grid-template-columns: repeat(auto-fit,minmax(290px,1fr));gap: 1.5rem}.wp-card{display: flex;flex-direction: column;background: var(--cream-50);border: 1px solid var(--border);border-radius: 16px;overflow: hidden;text-decoration: none;color: inherit;transition: transform 0.25s ease,box-shadow 0.25s ease,border-color 0.25s ease}.wp-card:hover{transform: translateY(-4px);border-color: rgba(30,58,138,0.32);box-shadow: 0 24px 50px -25px rgba(14,27,36,0.18)}.wp-card .wp-cover{position: relative;aspect-ratio: 16 / 9;display: flex;align-items: flex-end;justify-content: space-between;padding: 1.1rem;overflow: hidden}.wp-card .wp-cover::after{content: '';position: absolute;inset: 0;background: linear-gradient(180deg,transparent 30%,rgba(0,0,0,0.25) 100%),radial-gradient(ellipse at 30% 20%,rgba(255,255,255,0.15),transparent 60%);pointer-events: none}.wp-cover-mark{position: relative;z-index: 1;font-family: 'Instrument Serif',Georgia,serif;font-style: italic;font-size: 1.4rem;color: rgba(255,255,255,0.92);letter-spacing: 0.04em}.wp-cover-id{position: relative;z-index: 1;font-size: 0.7rem;letter-spacing: 0.18em;color: rgba(255,255,255,0.85);background: rgba(255,255,255,0.12);border: 1px solid rgba(255,255,255,0.25);padding: 0.2rem 0.55rem;border-radius: 999px}.wp-card .wp-body{padding: 1.4rem;display: flex;flex-direction: column;gap: 0.7rem;flex: 1}.wp-meta-row{display: flex;gap: 0.6rem;align-items: center;font-size: 0.65rem;letter-spacing: 0.14em;text-transform: uppercase;color: var(--ink-muted)}.wp-meta-row .wp-cat{background: rgba(30,58,138,0.1);color: var(--teal);padding: 0.22rem 0.55rem;border-radius: 999px;font-weight: 600}.wp-meta-row .wp-pages{color: var(--ink-100)}.wp-meta-row .wp-unlocked{margin-left: auto;color: #1f9d55;font-weight: 600}.wp-card .wp-title{font-size: 1.2rem;font-weight: 700;letter-spacing: -0.015em;line-height: 1.3;margin: 0;color: var(--ink)}.wp-card .wp-subtitle{font-family: 'Instrument Serif',Georgia,serif;font-style: italic;font-size: 1.05rem;color: var(--teal);margin: 0.15rem 0 0.15rem;line-height: 1.3;letter-spacing: -0.01em}.wp-card .wp-excerpt{font-size: 0.92rem;color: var(--ink-100);line-height: 1.55;margin: 0;flex: 1}.wp-card .wp-foot{display: flex;align-items: center;justify-content: space-between;font-size: 0.72rem;letter-spacing: 0.08em;text-transform: uppercase;color: var(--ink-muted);padding-top: 0.6rem;border-top: 1px solid var(--border)}.wp-card .wp-cta{color: var(--teal);font-weight: 600}.wp-article{max-width: 920px;margin: 0 auto;padding: 1.5rem 1.5rem 5rem}.wp-article .wp-head{padding-bottom: 1.5rem;border-bottom: 1px solid var(--border);margin-bottom: 2rem}.wp-article .wp-head h1{font-size: clamp(2rem,4.4vw,3rem);font-weight: 700;letter-spacing: -0.03em;line-height: 1.1}.wp-cover-hero{position: relative;border-radius: 20px;overflow: hidden;margin: 0 0 2.5rem;background: linear-gradient(135deg,#dfeaf2 0%,#c9dfe8 50%,#b8d2dd 100%);border: 1px solid rgba(30,58,138,0.2);box-shadow: 0 30px 70px -30px rgba(14,27,36,0.25);isolation: isolate}.wp-cover-rays{position: absolute;inset: 0;pointer-events: none;z-index: 0;background: conic-gradient( from 200deg at 0% 45%,transparent 0deg,rgba(30,58,138,0.10) 3deg,transparent 7deg,transparent 14deg,rgba(30,58,138,0.07) 17deg,transparent 22deg,transparent 28deg,rgba(30,58,138,0.12) 31deg,transparent 37deg,transparent 44deg,rgba(30,58,138,0.08) 47deg,transparent 52deg,transparent 58deg,rgba(30,58,138,0.11) 61deg,transparent 68deg,transparent 75deg,rgba(30,58,138,0.06) 78deg,transparent 84deg,transparent 90deg,rgba(30,58,138,0.10) 93deg,transparent 98deg );mask-image: radial-gradient(ellipse 120% 100% at 0% 50%,black 10%,transparent 75%);-webkit-mask-image: radial-gradient(ellipse 120% 100% at 0% 50%,black 10%,transparent 75%);opacity: 0.9}.wp-cover-grain{position: absolute;inset: 0;pointer-events: none;z-index: 0;background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");opacity: 0.4;mix-blend-mode: multiply}.wp-cover-inner{position: relative;z-index: 1;padding: 2.4rem 2.5rem 2.2rem;max-width: 100%}.wp-cover-title{font-family: 'Inter',system-ui,sans-serif;font-size: clamp(1.8rem,3.6vw,2.5rem);font-weight: 700;letter-spacing: -0.025em;line-height: 1.1;color: var(--ink);margin: 0 0 0.3rem}.wp-cover-subtitle{font-family: 'Instrument Serif',Georgia,serif;font-style: italic;font-size: clamp(1.5rem,3vw,2rem);font-weight: 400;letter-spacing: -0.015em;line-height: 1.15;color: var(--teal);margin: 0 0 1.1rem}.wp-cover-desc{font-size: 1rem;color: var(--ink-50);line-height: 1.55;margin: 0 0 1.75rem;max-width: 56ch}.wp-cover-h3{font-family: 'Instrument Serif',Georgia,serif;font-style: italic;font-weight: 400;font-size: 1.25rem;color: var(--teal);margin: 0 0 0.55rem;letter-spacing: -0.01em}.wp-cover-section{margin-bottom: 1.6rem}.wp-cover-takeaways{list-style: none;padding: 0;margin: 0;display: flex;flex-direction: column;gap: 0.4rem}.wp-cover-takeaways li{position: relative;padding-left: 1.2rem;font-size: 0.95rem;line-height: 1.55;color: var(--ink-50)}.wp-cover-takeaways li::before{content: '';position: absolute;left: 0.1rem;top: 0.55rem;width: 5px;height: 5px;border-radius: 50%;background: var(--teal);box-shadow: 0 0 0 2px rgba(30,58,138,0.12)}.wp-cover-grid{display: grid;grid-template-columns: 1.3fr 1fr;gap: 2rem;margin-top: 0.25rem}@media (max-width: 640px){.wp-cover-grid{grid-template-columns: 1fr;gap: 1.2rem}.wp-cover-inner{padding: 1.8rem 1.5rem 1.6rem}}.wp-cover-col p{font-size: 0.95rem;line-height: 1.55;color: var(--ink-50);margin: 0}.wp-cover-time{display: inline-flex;align-items: center;gap: 0.5rem;color: var(--ink) !important;font-weight: 500}.wp-cover-time svg{width: 18px;height: 18px;color: var(--teal)}.wp-cover-hero .wp-meta-line{margin-top: 1.5rem;padding-top: 1.2rem;border-top: 1px solid rgba(30,58,138,0.18);color: var(--ink-100)}.wp-cover-hero .wp-meta-line .sep{color: rgba(30,58,138,0.35)}.wp-meta-line{margin-top: 1rem;font-size: 0.75rem;letter-spacing: 0.1em;text-transform: uppercase;color: var(--ink-muted);display: flex;flex-wrap: wrap;gap: 0.5rem;align-items: center}.wp-meta-line .sep{color: rgba(30,58,138,0.3)}.wp-preview,.wp-rest{display: flex;flex-direction: column;align-items: center;gap: 1.5rem}.wp-page{position: relative;width: 100%;max-width: 860px;background: #fff;border: 1px solid var(--border);border-radius: 10px;overflow: hidden;box-shadow: 0 20px 50px -25px rgba(14,27,36,0.22)}.wp-page canvas{display: block;width: 100% !important;height: auto !important}.wp-page-num{position: absolute;top: 0.6rem;right: 0.7rem;background: rgba(14,27,36,0.85);color: var(--cream-50);font-size: 0.65rem;letter-spacing: 0.16em;padding: 0.2rem 0.55rem;border-radius: 999px;z-index: 2}.wp-loading{display: flex;align-items: center;gap: 0.6rem;font-size: 0.78rem;letter-spacing: 0.18em;color: var(--ink-muted);padding: 4rem 0}.wp-spin{width: 14px;height: 14px;border: 2px solid rgba(30,58,138,0.18);border-top-color: var(--teal);border-radius: 50%;animation: hs-spin 0.9s linear infinite}.wp-gate{margin: 2.5rem 0 1rem;position: relative}.wp-gate-inner{position: relative;background: linear-gradient(180deg,rgba(247,242,232,0.7),var(--cream-50));border: 1px solid rgba(30,58,138,0.18);border-radius: 18px;padding: 2.4rem 2rem 2rem;text-align: center;box-shadow: 0 30px 70px -30px rgba(14,27,36,0.25);overflow: hidden}.wp-gate-inner::before{content: '';position: absolute;top: -40px;left: 0;right: 0;height: 80px;background: linear-gradient(180deg,rgba(247,242,232,0),var(--cream-50) 70%);pointer-events: none}.wp-gate-icon{width: 52px;height: 52px;margin: 0 auto 1rem;display: flex;align-items: center;justify-content: center;background: linear-gradient(135deg,rgba(59,130,246,0.12),rgba(30,58,138,0.05));border: 1px solid rgba(30,58,138,0.22);border-radius: 14px;color: var(--teal)}.wp-gate-icon svg{width: 26px;height: 26px}.wp-gate-kicker{font-size: 0.7rem;letter-spacing: 0.22em;text-transform: uppercase;color: var(--teal);font-weight: 600;margin: 0 0 0.5rem}.wp-gate-title{font-size: clamp(1.5rem,2.6vw,1.95rem);font-weight: 700;letter-spacing: -0.025em;margin: 0 0 0.7rem;color: var(--ink);line-height: 1.2}.wp-gate-sub{color: var(--ink-50);margin: 0 auto 1.6rem;max-width: 540px;line-height: 1.55;font-size: 1rem}.wp-form{max-width: 620px;margin: 0 auto;text-align: left}.wp-form-row{display: grid;grid-template-columns: 1fr 1fr;gap: 0.85rem;margin-bottom: 0.85rem}@media (max-width: 540px){.wp-form-row{grid-template-columns: 1fr}}.wp-form-field{display: flex;flex-direction: column;gap: 0.35rem}.wp-form-field label{font-size: 0.72rem;letter-spacing: 0.12em;text-transform: uppercase;color: var(--ink-100);font-weight: 600}.wp-form-field input,.wp-form-field textarea{width: 100%;padding: 0.75rem 0.9rem;border: 1px solid var(--border-strong);border-radius: 8px;background: #fff;font-family: inherit;font-size: 0.95rem;color: var(--ink);transition: border-color 0.2s ease,box-shadow 0.2s ease}.wp-form-field input:focus,.wp-form-field textarea:focus{outline: 0;border-color: var(--teal);box-shadow: 0 0 0 3px rgba(30,58,138,0.12)}.wp-form-actions{margin-top: 1.2rem;text-align: center}.wp-form-submit{padding: 0.95rem 1.8rem;font-size: 1rem}.wp-form-fine{margin-top: 0.85rem;font-size: 0.72rem;color: var(--ink-muted);letter-spacing: 0.02em}.wp-thanks{margin: 2.5rem 0 1rem;background: linear-gradient(135deg,rgba(34,197,94,0.08),rgba(30,58,138,0.04));border: 1px solid rgba(34,197,94,0.2);border-radius: 16px;padding: 1.8rem 2rem}.wp-thanks-inner{display: flex;gap: 1.5rem;align-items: center;justify-content: space-between;flex-wrap: wrap}.wp-thanks-cta{display: flex;gap: 0.6rem;flex-wrap: wrap}.wire-sphere{display: inline-block;position: relative;transform-origin: center}.wire-sphere.rotate-slow svg{animation: spinZ 40s linear infinite;transform-origin: center}.wire-sphere.rotate-med svg{animation: spinZ 22s linear infinite;transform-origin: center}@keyframes spinZ{to{transform: rotate(360deg)}}.wire-globe{width: 220px;height: 220px;position: relative;transform-style: preserve-3d;animation: globe-spin 40s linear infinite}.wire-globe .ring{position: absolute;inset: 0;border-radius: 50%;border: 1px solid rgba(30,58,138,0.4)}.wire-globe .ring.r1{transform: rotateY(0deg)}.wire-globe .ring.r2{transform: rotateY(30deg);border-color: rgba(30,58,138,0.35)}.wire-globe .ring.r3{transform: rotateY(60deg);border-color: rgba(30,58,138,0.3)}.wire-globe .ring.r4{transform: rotateY(90deg);border-color: rgba(30,58,138,0.25)}.wire-globe .ring.r5{transform: rotateY(120deg);border-color: rgba(30,58,138,0.3)}.wire-globe .ring.r6{transform: rotateY(150deg);border-color: rgba(30,58,138,0.35)}.wire-globe .ring.r7{transform: rotateX(30deg);border-color: rgba(59,130,246,0.3)}.wire-globe .ring.r8{transform: rotateX(60deg);border-color: rgba(59,130,246,0.35)}.wire-globe .ring.r9{transform: rotateX(90deg);border-color: rgba(59,130,246,0.4)}.wire-globe .core{position: absolute;inset: 42%;background: radial-gradient(circle,var(--teal-light),var(--teal));border-radius: 50%;box-shadow: 0 0 40px rgba(59,130,246,0.5)}@keyframes globe-spin{to{transform: rotateY(360deg)}}.particles{position: absolute;inset: 0;pointer-events: none;overflow: hidden;z-index: 1}.particles .p{position: absolute;width: 4px;height: 4px;border-radius: 50%;background: var(--teal-light);opacity: 0.4;animation: float-p 14s linear infinite;box-shadow: 0 0 10px rgba(59,130,246,0.6)}@keyframes float-p{0%{transform: translateY(0) translateX(0);opacity: 0}10%{opacity: 0.6}90%{opacity: 0.4}100%{transform: translateY(-100vh) translateX(40px);opacity: 0}}.cursor-spotlight{position: fixed;pointer-events: none;z-index: 5;width: 500px;height: 500px;border-radius: 50%;background: radial-gradient(circle,rgba(59,130,246,0.08),transparent 60%);transform: translate(-50%,-50%);mix-blend-mode: multiply;transition: opacity 0.3s;opacity: 0}.cursor-spotlight.on{opacity: 1}.kinetic{display: inline-flex;flex-wrap: wrap;justify-content: center;gap: 0.2em 0.28em;line-height: 1.02}.kinetic .k-word{display: inline-block;opacity: 0;transform: translateY(60%) rotateX(70deg);transform-origin: bottom center;animation: kineticIn 1s cubic-bezier(0.2,0.8,0.2,1) forwards}@keyframes kineticIn{to{opacity: 1;transform: translateY(0) rotateX(0deg)}}.neo-card{position: relative;border-radius: 22px;padding: 1px;background: linear-gradient(135deg,rgba(59,130,246,0.35),rgba(30,58,138,0.1),rgba(201,184,150,0.25));transition: transform 0.5s cubic-bezier(0.2,0.8,0.2,1)}.neo-card>.neo-card-inner{background: rgba(247,242,232,0.95);border-radius: 21px;padding: 2rem;height: 100%}.neo-card::after{content: "";position: absolute;inset: 0;border-radius: 22px;background: conic-gradient(from 0deg,transparent,rgba(59,130,246,0.55),transparent 60%);opacity: 0;transition: opacity 0.5s;animation: spinZ 6s linear infinite;z-index: -1;filter: blur(12px)}.neo-card:hover{transform: translateY(-6px)}.neo-card:hover::after{opacity: 1}.scroll-progress{position: fixed;top: 0;left: 0;height: 3px;width: 0%;background: linear-gradient(90deg,var(--teal-light),var(--teal));z-index: 100;pointer-events: none;transition: width 0.1s}.dot-connector{display: flex;align-items: center;gap: 0.5rem;justify-content: center;padding: 1rem 0}.dot-connector .d{width: 6px;height: 6px;border-radius: 50%;background: var(--teal);animation: dotPulse 1.4s ease-in-out infinite}.dot-connector .d:nth-child(2){animation-delay: 0.2s;background: var(--teal-light)}.dot-connector .d:nth-child(3){animation-delay: 0.4s}.dot-connector .d:nth-child(4){animation-delay: 0.6s;background: var(--sand)}.dot-connector .d:nth-child(5){animation-delay: 0.8s}@keyframes dotPulse{0%,100%{transform: scale(1);opacity: 0.5}50%{transform: scale(1.6);opacity: 1}}.shimmer-line{position: relative}.shimmer-line::after{content: '';display: block;width: 120px;height: 2px;margin: 0.75rem auto 0;background: linear-gradient(90deg,transparent,var(--teal-light),transparent);background-size: 200% 100%;animation: shimmer 3s linear infinite}.logo-marquee{position: relative;overflow: hidden;padding: 2rem 0;mask-image: linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);-webkit-mask-image: linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.logo-marquee .track{display: flex;gap: 4rem;white-space: nowrap;animation: marquee 45s linear infinite;will-change: transform}.logo-marquee .track>div{font-weight: 600;letter-spacing: 0.15em;font-size: 1.15rem;color: var(--ink-50);opacity: 0.75;transition: opacity 0.3s,color 0.3s;display: inline-flex;align-items: center;gap: 0.5rem;padding: 0.5rem 1rem}.logo-marquee .track>div:hover{opacity: 1;color: var(--teal)}.logo-marquee .track>div .dot-sep{color: var(--sand);opacity: 0.6}.pill-row{display: flex;gap: 0.5rem;flex-wrap: wrap;justify-content: center}.pill-row .pill{background: var(--cream-50)}.index-col{font-family: 'Instrument Serif',serif;font-style: italic;color: var(--ink-muted);font-size: 0.9rem;letter-spacing: 0.05em}.node-map{position: relative;width: 200px;height: 200px}.node-map .n{position: absolute;width: 10px;height: 10px;border-radius: 50%;background: var(--ink);transform: translate(-50%,-50%)}.node-map .hub{background: var(--teal);width: 20px;height: 20px;box-shadow: 0 0 20px rgba(30,58,138,0.5);animation: hubPulse 2.4s ease-in-out infinite}@keyframes hubPulse{0%,100%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.2)}}.outcome-row{display: grid;grid-template-columns: 1fr;gap: 0.5rem;padding: 2rem 0;border-top: 1px solid var(--border);align-items: center}@media (min-width: 768px){.outcome-row{grid-template-columns: 0.9fr 1.3fr 0.8fr;gap: 2rem}}.outcome-row h4{font-family: 'Instrument Serif',Georgia,serif;font-style: italic;font-size: 1.7rem;color: var(--teal);letter-spacing: -0.01em;margin: 0}.outcome-row p{color: var(--ink-100);margin: 0;font-size: 0.95rem;line-height: 1.7}.outcome-row .stat{font-family: 'Instrument Serif',serif;font-style: italic;font-size: 2rem;color: var(--ink);text-align: right}@media (max-width:768px){.outcome-row .stat{text-align:left;font-size:1.6rem}}.svc-tab-wrap{display: grid;grid-template-columns: 1fr;gap: 1rem}@media (min-width: 900px){.svc-tab-wrap{grid-template-columns: 1fr 1.4fr;gap: 2rem}}.svc-tab-nav{display: flex;flex-direction: column;gap: 0.25rem}.svc-tab-nav button{text-align: left;padding: 1.25rem 1.5rem;background: transparent;border: 1px solid var(--border);border-radius: 14px;cursor: pointer;transition: all 0.3s cubic-bezier(0.2,0.8,0.2,1);font-family: inherit;color: var(--ink);display: flex;align-items: center;justify-content: space-between}.svc-tab-nav button:hover{border-color: var(--border-strong);background: rgba(247,242,232,0.6)}.svc-tab-nav button.active{background: var(--cream-50);border-color: rgba(30,58,138,0.35);box-shadow: 0 8px 24px -8px rgba(30,58,138,0.2)}.svc-tab-nav button .tab-title{font-family: 'Instrument Serif',serif;font-style: italic;font-size: 1.3rem;color: var(--teal)}.svc-tab-nav button.active .tab-title{background: linear-gradient(100deg,#3B82F6,#1E3A8A);-webkit-background-clip: text;background-clip: text;color: transparent}.svc-tab-nav button .tab-small{display: block;font-size: 0.75rem;color: var(--ink-100);margin-top: 0.25rem;font-style: normal;font-family: inherit}.svc-tab-nav button .tab-num{font-family: 'Instrument Serif',serif;font-style: italic;color: var(--ink-muted);font-size: 1rem}.svc-tab-panel{position: relative;min-height: 320px}.svc-tab-panel .svc-panel{position: absolute;inset: 0;opacity: 0;pointer-events: none;transition: opacity 0.4s}.svc-tab-panel .svc-panel.active{opacity: 1;pointer-events: auto;position: relative}.blob{position: absolute;filter: blur(60px);opacity: 0.25;border-radius: 50%;pointer-events: none}.blob.cyan{background: var(--teal-light)}.blob.sand{background: var(--sand)}.blob.deep{background: var(--teal)}.h-mega{font-size: clamp(2.8rem,7vw,6rem);font-weight: 600;letter-spacing: -0.035em;line-height: 1.02}.num-badge{font-family: 'Instrument Serif',serif;font-style: italic;font-size: 1rem;color: var(--ink-100);border: 1px solid var(--border-strong);border-radius: 8px;width: 42px;height: 36px;display: inline-flex;align-items: center;justify-content: center}.dark-strip{background: var(--ink);color: var(--cream-50);border-radius: 28px;padding: 3rem 2rem;position: relative;overflow: hidden}.dark-strip h2,.dark-strip p{color: var(--cream-50)}.dark-strip .tag{background: rgba(59,130,246,0.18);color: var(--teal-light)}.dark-strip a{color: var(--cream-50)}.split-row{display: grid;grid-template-columns: 1fr;gap: 3rem;align-items: center;padding: 4rem 0}@media (min-width: 900px){.split-row{grid-template-columns:1fr 1fr}}.split-row.reverse>:first-child{order: 2}@media (max-width:899px){.split-row.reverse>:first-child{order:unset}}.big-quote{font-family: 'Instrument Serif',Georgia,serif;font-style: italic;font-size: clamp(1.5rem,3.5vw,2.4rem);line-height: 1.35;color: var(--ink);letter-spacing: -0.01em}.big-quote::before{content: '“';color: var(--teal);margin-right: 0.1em}.big-quote::after{content: '”';color: var(--teal);margin-left: 0.05em}.post-body-md .post-img{margin: 2.2rem 0;padding: 0}.post-body-md .post-img img{width: 100%;height: auto;display: block;border-radius: 14px;box-shadow: 0 20px 50px -20px rgba(14,27,36,0.28);border: 1px solid rgba(30,58,138,0.12)}.post-body-md .post-img figcaption{display: block;font-family: 'JetBrains Mono',ui-monospace,monospace;font-size: 0.7rem;letter-spacing: 0.12em;text-transform: uppercase;color: var(--ink-muted);margin-top: 0.75rem;text-align: center}.post-body-md h2{display: flex;align-items: center;gap: 0.75rem;font-family: 'Inter',system-ui,sans-serif;font-size: 1.7rem;font-weight: 700;letter-spacing: -0.025em;color: var(--ink);margin: 2.8rem 0 1rem;line-height: 1.22}.post-body-md h2 .mi{width: 26px;height: 26px;padding: 6px;border: 1px solid rgba(30,58,138,0.22);background: linear-gradient(135deg,rgba(59,130,246,0.12),rgba(30,58,138,0.06));border-radius: 9px;color: var(--teal);flex-shrink: 0;box-sizing: content-box}.post-body-md h3{font-size: 1.2rem;font-weight: 600;color: var(--ink);letter-spacing: -0.01em;margin: 1.8rem 0 0.6rem}.post-body-md p{font-size: 1.06rem;line-height: 1.75;color: var(--ink-50);margin: 0.9rem 0}.post-body-md p .mi{display: inline-block;vertical-align: -3px;width: 16px;height: 16px;color: var(--teal);margin-right: 0.25rem}.post-body-md ul,.post-body-md ol{font-size: 1.06rem;line-height: 1.75;color: var(--ink-50);padding-left: 1.3rem;margin: 1rem 0}.post-body-md li{margin: 0.3rem 0}.post-body-md li strong{color: var(--ink);font-weight: 600}.post-body-md strong{color: var(--ink);font-weight: 600}.post-body-md blockquote{position: relative;margin: 2.2rem 0;padding: 1.4rem 1.5rem 1.4rem 2.4rem;background: linear-gradient(135deg,rgba(59,130,246,0.09),rgba(30,58,138,0.03));border-left: 3px solid var(--teal);border-radius: 0 12px 12px 0;font-family: 'Instrument Serif',Georgia,serif;font-style: italic;font-size: 1.3rem;line-height: 1.45;color: var(--ink)}.post-body-md blockquote::before{content: '“';position: absolute;left: 0.6rem;top: 0.25rem;font-size: 2.6rem;line-height: 1;color: var(--teal);opacity: 0.5}.post-body-md a{color: var(--teal);text-decoration: none;border-bottom: 1px solid rgba(30,58,138,0.35);transition: border-color 0.2s ease,color 0.2s ease}.post-body-md a:hover{color: var(--ink);border-bottom-color: var(--ink)}.post-body-md code{font-family: 'JetBrains Mono',ui-monospace,monospace;font-size: 0.9em;padding: 0.12em 0.42em;background: rgba(30,58,138,0.08);border-radius: 4px;color: var(--ink)}.post-body-md em{font-family: 'Instrument Serif',Georgia,serif;font-style: italic;color: var(--teal);font-weight: 500;font-size: 1.08em}.hero-split{position: relative;width: 100%;min-height: calc(100vh - 120px);padding: 4rem 0 5rem;background: var(--cream);overflow: hidden;isolation: isolate}.hero-split-grid{position: absolute;inset: 0;z-index: 0;pointer-events: none;background-image: linear-gradient(to right,rgba(30,58,138,0.06) 1px,transparent 1px),linear-gradient(to bottom,rgba(30,58,138,0.06) 1px,transparent 1px);background-size: 56px 56px;mask-image: radial-gradient(ellipse 80% 80% at 60% 50%,black 0%,transparent 80%);-webkit-mask-image: radial-gradient(ellipse 80% 80% at 60% 50%,black 0%,transparent 80%)}.hero-split-glow{position: absolute;border-radius: 50%;filter: blur(80px);pointer-events: none;z-index: 0}.hero-split-glow-a{width: 520px;height: 520px;top: -10%;right: -8%;background: radial-gradient(circle,rgba(59,130,246,0.28),transparent 70%);animation: hs-float-a 16s ease-in-out infinite}.hero-split-glow-b{width: 460px;height: 460px;bottom: -20%;left: -10%;background: radial-gradient(circle,rgba(30,58,138,0.20),transparent 70%);animation: hs-float-b 20s ease-in-out infinite}@keyframes hs-float-a{0%,100%{transform: translate(0,0)}50%{transform: translate(-40px,30px)}}@keyframes hs-float-b{0%,100%{transform: translate(0,0)}50%{transform: translate(30px,-20px)}}.hero-split-container{position: relative;z-index: 2;display: grid;grid-template-columns: minmax(0,1.1fr) minmax(0,1fr);gap: 3.5rem;align-items: center;min-height: calc(100vh - 220px)}.hero-split-left{display: flex;flex-direction: column;gap: 1.6rem}.hero-split-right{position: relative;display: flex;justify-content: center;align-items: center}.hs-chip{display: inline-flex;align-items: center;gap: 0.5rem;padding: 0.45rem 0.95rem 0.45rem 0.7rem;border: 1px solid rgba(30,58,138,0.22);background: rgba(247,242,232,0.7);backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);border-radius: 999px;font-size: 0.78rem;font-weight: 500;color: var(--ink-50);text-decoration: none;align-self: flex-start;transition: all 0.25s ease}.hs-chip em{font-family: 'Instrument Serif',serif;font-style: italic;color: var(--teal);font-weight: 500;font-size: 0.92rem}.hs-chip-dot{width: 7px;height: 7px;border-radius: 50%;background: var(--teal);box-shadow: 0 0 0 3px rgba(30,58,138,0.15),0 0 8px rgba(59,130,246,0.5);animation: pulse-dot 2.2s ease-in-out infinite}.hs-chip-sep{color: rgba(30,58,138,0.4);font-family: 'JetBrains Mono',ui-monospace,monospace}.hs-chip:hover{border-color: rgba(30,58,138,0.45);color: var(--ink);transform: translateY(-1px)}.hs-headline{font-size: clamp(2.6rem,5.6vw,4.8rem);line-height: 1.0;letter-spacing: -0.035em;font-weight: 700;color: var(--ink);margin: 0}.hs-rotator{position: relative;display: inline-block;vertical-align: baseline;min-width: 320px;height: 1em;overflow: hidden;white-space: nowrap}@media (max-width: 768px){.hs-rotator{min-width: 240px}}@media (max-width: 480px){.hs-rotator{min-width: 180px}}.hs-rotator-word{position: absolute;left: 0;top: 0;font-family: 'Instrument Serif',Georgia,serif;font-style: italic;font-weight: 400;letter-spacing: -0.015em;background: linear-gradient(180deg,#1E3A8A 0%,#2563EB 60%,#3B82F6 100%);-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;opacity: 0;transform: translateY(110%);transition: opacity 0.5s ease,transform 0.6s cubic-bezier(0.5,1.3,0.35,1)}.hs-rotator-word.is-active{opacity: 1;transform: translateY(0)}.hs-rotator-word.is-leaving{opacity: 0;transform: translateY(-110%);transition: opacity 0.45s ease,transform 0.55s cubic-bezier(0.55,0,0.65,0.4)}.hs-accent{font-family: 'Instrument Serif',Georgia,serif;font-style: italic;font-weight: 400;background: linear-gradient(180deg,#1E3A8A 0%,#2563EB 60%,#3B82F6 100%);-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent}.hs-sub{font-size: 1.12rem;line-height: 1.6;color: var(--ink-50);margin: 0;max-width: 520px}.hs-sub em{font-family: 'Instrument Serif',serif;font-style: italic;color: var(--teal);font-weight: 500;font-size: 1.2rem}.hs-cta-row{display: flex;gap: 1.25rem;align-items: center;flex-wrap: wrap;margin-top: 0.25rem}.hs-btn-primary{display: inline-flex;align-items: center;gap: 0.55rem;padding: 0.95rem 1.7rem;background: var(--ink);color: var(--cream-50);font-size: 0.98rem;font-weight: 600;text-decoration: none;border-radius: 999px;transition: transform 0.2s ease,box-shadow 0.25s ease,background 0.25s ease;box-shadow: 0 10px 26px -10px rgba(14,27,36,0.5)}.hs-btn-primary:hover{transform: translateY(-2px);background: #182833;box-shadow: 0 16px 36px -10px rgba(14,27,36,0.55),0 0 0 4px rgba(59,130,246,0.18)}.hs-btn-primary svg{transition: transform 0.2s ease}.hs-btn-primary:hover svg{transform: translateX(3px)}.hs-btn-ghost{display: inline-flex;align-items: baseline;gap: 0.4rem;color: var(--ink-50);font-size: 0.98rem;font-weight: 500;text-decoration: none;padding: 0.5rem 0;border-bottom: 1px solid rgba(30,58,138,0.25);transition: color 0.25s ease,border-color 0.25s ease}.hs-btn-ghost span{transition: transform 0.25s ease}.hs-btn-ghost:hover{color: var(--teal);border-bottom-color: var(--teal)}.hs-btn-ghost:hover span{transform: translateX(3px)}.hs-micro-stats{display: flex;gap: 0.8rem;align-items: center;margin-top: 0.5rem;flex-wrap: wrap}.hs-micro-stats>div:not(.hs-micro-sep){display: flex;flex-direction: column;gap: 0.15rem}.hs-micro-val{font-family: 'Instrument Serif',serif;font-style: italic;font-size: 1.8rem;line-height: 1;background: linear-gradient(180deg,#1E3A8A,#3B82F6);-webkit-background-clip: text;background-clip: text;color: transparent;letter-spacing: -0.01em}.hs-micro-val i{font-style: normal;font-size: 1.2rem}.hs-micro-lbl{font-family: 'JetBrains Mono',ui-monospace,monospace;font-size: 0.64rem;letter-spacing: 0.14em;text-transform: uppercase;color: var(--ink-muted)}.hs-micro-sep{width: 1px;height: 28px;background: linear-gradient(180deg,transparent,rgba(30,58,138,0.22),transparent)}.hs-art{position: relative;width: 100%;max-width: 560px;aspect-ratio: 6 / 5;margin: 0 auto}.hs-art-svg{width: 100%;height: 100%;display: block}.hs-art-hud{position: absolute;width: 18px;height: 18px;pointer-events: none}.hs-art-hud::before,.hs-art-hud::after{content: '';position: absolute;background: rgba(30,58,138,0.5)}.hs-art-hud::before{height: 1.25px;width: 100%}.hs-art-hud::after{width: 1.25px;height: 100%}.hs-art-hud-tl{top: 0;left: 0}.hs-art-hud-tl::before,.hs-art-hud-tl::after{top: 0;left: 0}.hs-art-hud-tr{top: 0;right: 0}.hs-art-hud-tr::before{top: 0;right: 0}.hs-art-hud-tr::after{top: 0;right: 0}.hs-art-hud-bl{bottom: 0;left: 0}.hs-art-hud-bl::before{bottom: 0;left: 0}.hs-art-hud-bl::after{bottom: 0;left: 0}.hs-art-hud-br{bottom: 0;right: 0}.hs-art-hud-br::before{bottom: 0;right: 0}.hs-art-hud-br::after{bottom: 0;right: 0}.hs-art-label{position: absolute;font-size: 0.6rem;letter-spacing: 0.16em;text-transform: uppercase;color: var(--ink-muted);display: inline-flex;align-items: center;gap: 0.35rem}.hs-art-label-tl{top: 0.25rem;left: 1.5rem}.hs-art-label-tr{top: 0.25rem;right: 1.5rem}.hs-art-label-bl{bottom: 0.25rem;left: 1.5rem}.hs-art-label-br{bottom: 0.25rem;right: 1.5rem;color: var(--teal)}.hs-art-ldot{width: 5px;height: 5px;border-radius: 50%;background: #22c55e;box-shadow: 0 0 0 2px rgba(34,197,94,0.18),0 0 6px rgba(34,197,94,0.55);animation: pulse-dot 2.2s ease-in-out infinite}.cx-connector{stroke-dasharray: 4 7;animation: cx-conn-flow 2.2s linear infinite}@keyframes cx-conn-flow{from{stroke-dashoffset: 0}to{stroke-dashoffset: -33}}.cx-node-halo{transform-box: fill-box;transform-origin: center;animation: cx-halo 3.2s ease-in-out infinite}.cx-plate-1 .cx-node:nth-of-type(1) .cx-node-halo{animation-delay: 0s}.cx-plate-1 .cx-node:nth-of-type(2) .cx-node-halo{animation-delay: -1.4s}.cx-plate-2 .cx-node:nth-of-type(1) .cx-node-halo{animation-delay: -0.3s}.cx-plate-2 .cx-node:nth-of-type(2) .cx-node-halo{animation-delay: -0.9s}.cx-plate-2 .cx-node:nth-of-type(3) .cx-node-halo{animation-delay: -1.5s}.cx-plate-2 .cx-node:nth-of-type(4) .cx-node-halo{animation-delay: -2.1s}.cx-plate-3 .cx-node:nth-of-type(1) .cx-node-halo{animation-delay: -2.6s}.cx-plate-3 .cx-node:nth-of-type(2) .cx-node-halo{animation-delay: -2.2s}.cx-plate-3 .cx-node:nth-of-type(3) .cx-node-halo{animation-delay: -1.8s}.cx-plate-3 .cx-node:nth-of-type(4) .cx-node-halo{animation-delay: -1.4s}.cx-plate-3 .cx-node:nth-of-type(5) .cx-node-halo{animation-delay: -1.0s}.cx-plate-3 .cx-node:nth-of-type(6) .cx-node-halo{animation-delay: -0.6s}@keyframes cx-halo{0%,100%{opacity: 0.15;transform: scale(1)}50%{opacity: 0.4;transform: scale(1.55)}}.cx-packet{offset-path: path('M 350 72 L 350 137 L 350 195 L 350 275 L 350 337 L 350 432');offset-rotate: 0deg;animation: cx-packet-run 4.2s linear infinite}@keyframes cx-packet-run{0%{offset-distance: 0%;opacity: 0}6%{opacity: 1}94%{opacity: 1}100%{offset-distance: 100%;opacity: 0}}.cx-packet>circle:last-child{transform-box: fill-box;transform-origin: center;animation: cx-packet-halo 1.4s ease-in-out infinite}@keyframes cx-packet-halo{0%,100%{opacity: 0.22;transform: scale(1)}50%{opacity: 0.45;transform: scale(1.5)}}.cx-node-hq{filter: drop-shadow(0 0 10px rgba(59,130,246,0.35))}@media (prefers-reduced-motion: reduce){.cx-connector,.cx-node-halo,.cx-packet,.cx-packet>circle:last-child{animation: none !important}}.nn-node-active .nn-halo{transform-box: fill-box;transform-origin: center;animation: nn-node-pulse 3s ease-in-out infinite}.nn-nodes .nn-node-active:nth-of-type(2) .nn-halo{animation-delay: -0.6s}.nn-nodes .nn-node-active:nth-of-type(3) .nn-halo{animation-delay: -1.2s}.nn-nodes .nn-node-active:nth-of-type(4) .nn-halo{animation-delay: -1.8s}@keyframes nn-node-pulse{0%,100%{opacity: 0.15;transform: scale(1)}50%{opacity: 0.38;transform: scale(1.55)}}.nn-conn-active-seg{stroke-dasharray: 5 14;animation: nn-conn-flow 2.4s linear infinite}@keyframes nn-conn-flow{from{stroke-dashoffset: 0}to{stroke-dashoffset: -38}}.nn-packet{offset-rotate: 0deg;animation: nn-packet-run 3.2s linear infinite}@keyframes nn-packet-run{0%{offset-distance: 0%;opacity: 0}6%{opacity: 1}94%{opacity: 1}100%{offset-distance: 100%;opacity: 0}}.nn-packet>circle:last-child{transform-box: fill-box;transform-origin: center;animation: nn-packet-halo 1.4s ease-in-out infinite}@keyframes nn-packet-halo{0%,100%{opacity: 0.2;transform: scale(1)}50%{opacity: 0.45;transform: scale(1.5)}}.nn-bars g:nth-child(2) rect:nth-child(2){animation: nn-bar-breath 2.4s ease-in-out infinite}@keyframes nn-bar-breath{0%,100%{opacity: 0.85}50%{opacity: 1;filter: drop-shadow(0 0 6px rgba(59,130,246,0.5))}}.hs-hub-halo{transform-box: fill-box;transform-origin: center;animation: hs-hub-halo 3.2s ease-in-out infinite}.hs-hub:nth-child(1) .hs-hub-halo{animation-delay: 0s}.hs-hub:nth-child(2) .hs-hub-halo{animation-delay: -0.5s}.hs-hub:nth-child(3) .hs-hub-halo{animation-delay: -1.0s}.hs-hub:nth-child(4) .hs-hub-halo{animation-delay: -1.5s}.hs-hub:nth-child(5) .hs-hub-halo{animation-delay: -2.0s}.hs-hub:nth-child(6) .hs-hub-halo{animation-delay: -2.5s}@keyframes hs-hub-halo{0%,100%{opacity: 0.1;transform: scale(1)}50%{opacity: 0.32;transform: scale(1.55)}}.hs-arc{stroke-dasharray: 6 180;stroke-dashoffset: 0;animation: hs-arc-flow 6s linear infinite}.hs-arc-2{animation-delay: -1.2s}.hs-arc-3{animation-delay: -2.4s}.hs-arc-4{animation-delay: -3.6s}.hs-arc-5{animation-delay: -4.8s}.hs-arc-6{animation-delay: -0.8s}.hs-arc-7{animation-delay: -2.0s}.hs-world-rings>circle{transform-box: fill-box;transform-origin: center;animation: hs-rings-breath 5s ease-in-out infinite}.hs-world-rings>circle:nth-child(2){animation-delay: -1.5s}.hs-world-rings>circle:nth-child(3){animation-delay: -3s}@keyframes hs-rings-breath{0%,100%{opacity: 0.2}50%{opacity: 0.45}}.hs-world-radar{transform-box: view-box;animation: hs-radar-sweep 6s linear infinite}@keyframes hs-radar-sweep{from{transform: translate(490px,184px) rotate(0deg)}to{transform: translate(490px,184px) rotate(360deg)}}@keyframes hs-arc-flow{from{stroke-dashoffset: 0}to{stroke-dashoffset: -372}}.hs-label-hq{fill: var(--teal)}.hs-world-plane{offset-path: path('M 110 132 Q 165 80 225 128 Q 290 62 355 96 Q 400 115 455 172 Q 472 175 490 184 Q 500 193 515 208');offset-rotate: 0deg;animation: hs-plane-fly 9s linear infinite}@keyframes hs-plane-fly{0%{offset-distance: 0%;opacity: 0}8%{opacity: 1}92%{opacity: 1}100%{offset-distance: 100%;opacity: 0}}.hs-world-plane>circle:last-child{transform-box: fill-box;transform-origin: center;animation: hs-plane-halo 1.4s ease-in-out infinite}@keyframes hs-plane-halo{0%,100%{opacity: 0.18;transform: scale(1)}50%{opacity: 0.38;transform: scale(1.4)}}.hs-hub-hq{filter: drop-shadow(0 0 8px rgba(59,130,246,0.35))}@media (max-width: 960px){.hs-art{max-width: 520px}.hs-art-label{display: none}.hs-world-labels text{font-size: 8px}}@media (prefers-reduced-motion: reduce){.hs-hub-halo,.hs-arc,.hs-world-plane,.hs-world-plane>circle:last-child,.hs-world-rings>circle,.hs-world-radar{animation: none !important}}.hs-dash{position: relative;width: 100%;max-width: 520px;background: linear-gradient(180deg,#0F1A2B 0%,#0B1322 100%);border: 1px solid rgba(59,130,246,0.25);border-radius: 14px;overflow: hidden;box-shadow: 0 40px 80px -30px rgba(14,27,36,0.35),0 0 0 1px rgba(255,255,255,0.04) inset,0 1px 0 rgba(255,255,255,0.05) inset;transform: perspective(1600px) rotateY(-3deg) rotateX(2deg);animation: hs-dash-float 9s ease-in-out infinite}@keyframes hs-dash-float{0%,100%{transform: perspective(1600px) rotateY(-3deg) rotateX(2deg) translateY(0)}50%{transform: perspective(1600px) rotateY(-3deg) rotateX(2deg) translateY(-10px)}}.hs-dash-bar{display: flex;align-items: center;gap: 0.5rem;padding: 0.75rem 1rem;background: rgba(255,255,255,0.03);border-bottom: 1px solid rgba(255,255,255,0.06)}.hs-dot{width: 10px;height: 10px;border-radius: 50%}.hs-dot-r{background: #ff5f57}.hs-dot-y{background: #febc2e}.hs-dot-g{background: #28c840}.hs-dash-title{flex: 1;font-size: 0.72rem;color: rgba(255,255,255,0.55);margin-left: 0.5rem;letter-spacing: 0.02em;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}.hs-dash-branch{color: var(--teal-light);background: rgba(59,130,246,0.12);padding: 0.1rem 0.4rem;border-radius: 4px;margin-left: 0.4rem}.hs-dash-live{display: inline-flex;align-items: center;gap: 0.4rem;font-size: 0.65rem;color: #22c55e;letter-spacing: 0.12em}.hs-live-dot{width: 6px;height: 6px;border-radius: 50%;background: #22c55e;box-shadow: 0 0 0 3px rgba(34,197,94,0.18),0 0 8px rgba(34,197,94,0.6);animation: pulse-dot 2.2s ease-in-out infinite}.hs-dash-body{padding: 1.25rem;display: flex;flex-direction: column;gap: 1rem}.hs-pipeline{display: flex;flex-direction: column;gap: 0.5rem}.hs-stage{display: flex;align-items: center;gap: 0.7rem;padding: 0.55rem 0.75rem;border-radius: 8px;background: rgba(255,255,255,0.02);border: 1px solid rgba(255,255,255,0.04);transition: all 0.3s ease}.hs-stage.done{border-color: rgba(34,197,94,0.18)}.hs-stage.active{background: linear-gradient(90deg,rgba(59,130,246,0.12),rgba(30,58,138,0.06));border-color: rgba(59,130,246,0.35);box-shadow: 0 0 0 1px rgba(59,130,246,0.1),0 0 20px rgba(59,130,246,0.12)}.hs-stage-icon{width: 22px;height: 22px;display: inline-flex;align-items: center;justify-content: center;border-radius: 50%;flex-shrink: 0}.hs-stage.done .hs-stage-icon{background: rgba(34,197,94,0.18);color: #22c55e}.hs-stage.active .hs-stage-icon{background: rgba(59,130,246,0.18)}.hs-stage .hs-stage-dot{width: 6px;height: 6px;border-radius: 50%;background: rgba(255,255,255,0.25)}.hs-spin{width: 12px;height: 12px;border: 2px solid rgba(59,130,246,0.25);border-top-color: var(--teal-light);border-radius: 50%;animation: hs-spin 1s linear infinite}@keyframes hs-spin{to{transform: rotate(360deg)}}.hs-stage-name{flex: 1;font-size: 0.86rem;color: rgba(255,255,255,0.85);font-weight: 500}.hs-stage:not(.done):not(.active) .hs-stage-name{color: rgba(255,255,255,0.4)}.hs-stage-time{font-size: 0.72rem;color: rgba(255,255,255,0.45);letter-spacing: 0.05em}.hs-stage.active .hs-stage-time{color: var(--teal-light)}.blink{animation: hs-blink 1s steps(2,end) infinite}@keyframes hs-blink{50%{opacity: 0.35}}.hs-metric-row{display: grid;grid-template-columns: repeat(4,1fr);gap: 0.5rem;padding: 0.75rem;background: rgba(255,255,255,0.02);border: 1px solid rgba(255,255,255,0.04);border-radius: 8px}.hs-metric{display: flex;flex-direction: column;gap: 0.15rem;align-items: center;text-align: center}.hs-metric-lbl{font-size: 0.6rem;letter-spacing: 0.14em;text-transform: uppercase;color: rgba(255,255,255,0.4)}.hs-metric-val{font-size: 0.95rem;color: #fff;font-weight: 600;letter-spacing: -0.005em}.hs-log{background: rgba(0,0,0,0.25);border-radius: 8px;padding: 0.7rem 0.85rem;font-size: 0.72rem;color: rgba(255,255,255,0.7);line-height: 1.7;border: 1px solid rgba(255,255,255,0.04)}.hs-log-line{display: flex;gap: 0.5rem;align-items: center;white-space: nowrap}.hs-log-t{color: rgba(255,255,255,0.35)}.hs-log-c{color: #22c55e}.hs-log-active .hs-log-c{color: var(--teal-light)}.hs-log-pct{margin-left: auto;color: var(--teal-light);font-weight: 600}.hs-chip-float{position: absolute;padding: 0.4rem 0.85rem;border-radius: 999px;border: 1px solid rgba(30,58,138,0.22);background: rgba(247,242,232,0.85);backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);font-family: 'JetBrains Mono',ui-monospace,monospace;font-size: 0.68rem;letter-spacing: 0.12em;color: var(--teal);font-weight: 600;box-shadow: 0 6px 20px rgba(14,27,36,0.08)}.hs-chip-float-1{top: 4%;left: -4%;animation: hs-float-a 8s ease-in-out infinite}.hs-chip-float-2{bottom: 12%;right: -6%;animation: hs-float-b 10s ease-in-out -2s infinite}.hs-chip-float-3{top: 45%;right: -10%;animation: hs-float-a 12s ease-in-out -4s infinite}@media (max-width: 960px){.hero-split{padding: 3rem 0 4rem}.hero-split-container{grid-template-columns: 1fr;gap: 2.5rem;min-height: auto}.hero-split-right{order: 2}.hs-dash{max-width: 100%;transform: none;animation: none}.hs-chip-float-1,.hs-chip-float-2,.hs-chip-float-3{display: none}.hs-headline{font-size: clamp(2.2rem,9vw,3rem)}.hs-micro-val{font-size: 1.5rem}.hs-metric-row{grid-template-columns: repeat(2,1fr)}}.recog{padding: 4.5rem 0 3rem;position: relative}.recog::before{content: '';position: absolute;left: 0;right: 0;top: 0;height: 1px;background: linear-gradient(90deg,transparent,rgba(30,58,138,0.18),transparent)}.recog-head{text-align: center;max-width: 780px;margin: 0 auto 2.5rem}.recog-kicker{display: inline-flex;align-items: center;gap: 0.5rem;font-size: 0.7rem;letter-spacing: 0.2em;color: var(--teal);font-weight: 600;margin-bottom: 1rem}.recog-kicker-dot{width: 6px;height: 6px;border-radius: 50%;background: var(--teal);box-shadow: 0 0 0 3px rgba(30,58,138,0.14)}.recog-sub{font-size: 1.15rem;line-height: 1.55;color: var(--ink-50);margin: 0;font-weight: 400}.recog-sub em{font-family: 'Instrument Serif',serif;font-style: italic;color: var(--teal);font-weight: 500;font-size: 1.22rem}.recog-strip{display: grid;grid-template-columns: repeat(6,1fr);gap: 0.75rem;align-items: stretch;border: 1px solid rgba(30,58,138,0.12);background: rgba(247,242,232,0.45);border-radius: 18px;overflow: hidden;box-shadow: 0 20px 50px -25px rgba(14,27,36,0.12)}.recog-item{display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;gap: 0.7rem;padding: 1.4rem 0.75rem;color: var(--ink-50);position: relative;transition: all 0.3s ease;background: transparent}.recog-item::after{content: '';position: absolute;right: 0;top: 16%;bottom: 16%;width: 1px;background: linear-gradient(180deg,transparent,rgba(30,58,138,0.12),transparent)}.recog-item:last-child::after{display: none}.recog-logo{width: 44px;height: 44px;display: flex;align-items: center;justify-content: center;color: var(--ink-100);filter: grayscale(0.5);opacity: 0.85;transition: all 0.35s ease}.recog-logo svg{width: 100%;height: 100%}.recog-meta{display: flex;flex-direction: column;gap: 0.1rem}.recog-name{font-family: 'Instrument Serif',serif;font-style: italic;font-size: 1.02rem;color: var(--ink);letter-spacing: -0.005em;line-height: 1.2}.recog-desc{font-family: 'JetBrains Mono',ui-monospace,monospace;font-size: 0.6rem;letter-spacing: 0.1em;text-transform: uppercase;color: var(--ink-muted);line-height: 1.45}.recog-item:hover{background: rgba(247,242,232,0.85)}.recog-item:hover .recog-logo{color: var(--teal);filter: grayscale(0);opacity: 1;transform: translateY(-2px) scale(1.05)}.recog-item:hover .recog-name{color: var(--teal)}@media (max-width: 900px){.recog-strip{grid-template-columns: repeat(3,1fr)}.recog-item:nth-child(3)::after{display: none}.recog-item:nth-child(n+4){border-top: 1px solid rgba(30,58,138,0.08)}}@media (max-width: 540px){.recog-strip{grid-template-columns: repeat(2,1fr)}.recog-item::after{display: none}.recog-item{border-bottom: 1px solid rgba(30,58,138,0.08)}.recog-sub{font-size: 1rem}}