*{box-sizing:border-box;margin:0;padding:0}*:before,*:after{box-sizing:inherit}html{min-height:100%;scroll-behavior:smooth}body{min-height:100%;margin:0;font-family:var(--font-body, "Nunito Sans", Arial, sans-serif);line-height:1.6;color:var(--text-primary);background:transparent;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;position:relative;transition:none}body.app-loaded{transition:background-color .3s ease,color .3s ease}.App{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}.component-loading,.section-loading{display:flex;align-items:center;justify-content:center;background:transparent}.component-loading{min-height:4rem}.section-loading{min-height:50vh}.section-fullscreen{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:transparent;overflow:hidden;z-index:var(--z-base);contain:layout}#root,.App,.homepage-container{width:100%}img,video,canvas,iframe{max-width:100%;height:auto;display:block}:root{--radius-surface: 20px;--radius-card: 16px;--radius-pill: 9999px;--radius-inner: 12px;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2rem;--space-xl: 3rem;--space-2xl: 4rem;--space-3xl: 6rem;--section-max-width: 1160px;--section-medium-width: 960px;--section-padding-block: clamp(3rem, 6vw, 5rem);--section-padding-inline: clamp(1.25rem, 4vw, 2.75rem);--section-stack-gap: clamp(2.25rem, 4vw, 4.25rem);--opacity-high: .85;--opacity-medium: .7;--opacity-low: .5;--opacity-subtle: .3;--font-heading: "Gallient", Georgia, serif;--font-body: "Nunito Sans", Arial, sans-serif;--z-background: -1;--z-base: 1;--z-content: 10;--z-elevated: 50;--z-navbar: 1000;--z-dropdown: 1100;--z-overlay: 1200;--z-modal: 1300;--z-toast: 1400;--border-light: rgba(17, 24, 39, .08);--border-elevated: rgba(17, 24, 39, .12);--border-subtle: rgba(17, 24, 39, .06);--shadow-light: rgba(0, 0, 0, .08);--shadow-elevated: rgba(0, 0, 0, .16);--shadow-intense: rgba(0, 0, 0, .26);--breakpoint-sm: 640px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1280px;--breakpoint-2xl: 1536px}@media(max-width:768px){body{-webkit-overflow-scrolling:touch}.section-fullscreen{min-height:auto;padding:3rem 0}}@media(max-width:640px){:root{--section-stack-gap: clamp(1.75rem, 5vw, 2.75rem);--section-padding-block: clamp(2.25rem, 6vw, 3rem)}}@media(min-width:1024px){:root{--section-stack-gap: clamp(3.5rem, 4vw, 6rem);--section-padding-block: clamp(3.5rem, 6vw, 5.5rem)}}.section-shell{position:relative;width:100%;padding:var(--section-padding-block) var(--section-padding-inline);display:flex;justify-content:center}.section-inner{width:min(100%,var(--section-max-width))}.section-inner.narrow{width:min(100%,var(--section-medium-width))}[data-theme=dark]{--accent-color: #c499ff;--accent-hover: #d9b3ff;--accent-secondary: #9d6eff;--accent-tertiary: #7c3aed;--bg-page: #0a0814;--bg-card: #1c1829;--bg-card-transparent: rgba(28, 24, 41, .88);--bg-elevated: #282137;--bg-surface: #332a42;--text-primary: #faf9fc;--text-secondary: #c4b5d9;--text-muted: #9688b8;--text-disabled: #675e78;--success-color: #10b981;--warning-color: #f59e0b;--error-color: #ef4444;--info-color: #3b82f6;--border-light: rgba( 196, 153, 255, .2 );--border-elevated: rgba(196, 153, 255, .35);--border-subtle: rgba(196, 153, 255, .12);--shadow-light: rgba(0, 0, 0, .5);--shadow-elevated: rgba(0, 0, 0, .7);--shadow-intense: rgba(0, 0, 0, .85);--shadow-hover-light: rgba( 196, 153, 255, .2 );--overlay-light: rgba(28, 24, 41, .92);--overlay-heavy: rgba(10, 8, 20, .96);--glow-accent: rgba(196, 153, 255, .4);--glow-subtle: rgba(196, 153, 255, .15);--glow-intense: rgba(196, 153, 255, .6);--gradient-primary: linear-gradient(135deg, #c499ff 0%, #9d6eff 100%);--gradient-secondary: linear-gradient(135deg, #9d6eff 0%, #7c3aed 100%);--gradient-card: linear-gradient(145deg, #1c1829 0%, #282137 100%);--gradient-card-transparent: linear-gradient( 145deg, rgba(28, 24, 41, .88) 0%, rgba(40, 33, 55, .88) 100% );--gradient-surface: linear-gradient(145deg, #282137 0%, #332a42 100%);--gradient-radial: radial-gradient( circle at center, rgba(196, 153, 255, .15) 0%, transparent 70% );--gradient-button-primary: linear-gradient(135deg, #a855f7, #7c3aed);--gradient-button-primary-hover: linear-gradient(135deg, #b165f8, #8b47f0);--gradient-cta-text: linear-gradient(135deg, #a855f7, #c499ff, #d9b3ff);--gradient-cta-button: linear-gradient(135deg, #a855f7, #b366ff, #c270ff);--gradient-cta-button-hover: linear-gradient( 135deg, #b366ff, #c270ff, #d084ff );--gradient-linkedin: linear-gradient(135deg, #0088cc, #0077b5);--gradient-linkedin-hover: linear-gradient(135deg, #0099dd, #0088cc)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading, "Gallient", Georgia, serif);font-weight:600;color:var(--text-primary);margin-bottom:.75em}p{margin-bottom:1em}a{color:inherit;text-decoration:none;transition:color .2s ease}a:hover,a:focus{color:var(--accent-hover)}ul,ol{margin:0 0 1.25em 1.5em;padding:0}.homepage-container{position:relative;width:100%;min-height:100vh;isolation:isolate}.homepage-container>*{position:relative;z-index:var(--z-base)}.homepage-container .silk-background-container{z-index:-1}.homepage-container>section+section{margin-top:var(--section-stack-gap)}@media(max-width:768px){.homepage-container{padding:0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition:none!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.cookie-banner{position:fixed!important;left:50%!important;bottom:calc(16px + env(safe-area-inset-bottom,0px))!important;transform:translate(-50%);z-index:var(--z-toast);width:min(960px,calc(100% - 2rem));background:var(--gradient-card-transparent);color:var(--text-primary);border:1px solid var(--border-light);box-shadow:0 10px 30px var(--shadow-elevated),0 1px 0 var(--shadow-light);border-radius:var(--radius-card);padding:14px;display:grid;grid-template-columns:1fr auto;gap:12px 16px;align-items:center;isolation:isolate;contain:paint}.cookie-banner__content{font-size:.975rem;line-height:1.5;opacity:var(--subtitle-opacity, .85)}.cookie-banner__content a{color:var(--accent-color);text-decoration:underline}.cookie-banner__actions{display:inline-flex;gap:10px;justify-self:end}.cookie-banner__btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;border-radius:var(--radius-pill);padding:10px 16px;border:1px solid transparent;cursor:pointer;white-space:nowrap;transition:transform .15s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease;will-change:transform}.cookie-banner__btn:active{transform:translateY(1px)}.cookie-banner__btn--accept{background:var(--gradient-primary);color:#fff;box-shadow:0 6px 16px var(--glow-accent)}.cookie-banner__btn--accept:hover,.cookie-banner__btn--accept:focus-visible{box-shadow:0 8px 22px var(--glow-intense)}.cookie-banner__btn--decline{background:transparent;color:var(--text-primary);border-color:var(--border-light)}.cookie-banner__btn--decline:hover,.cookie-banner__btn--decline:focus-visible{background:var(--bg-surface);border-color:var(--border-elevated)}@media(max-width:640px){.cookie-banner{grid-template-columns:1fr;padding:12px;gap:10px;width:min(720px,calc(100% - 1.5rem))}.cookie-banner__actions{justify-self:stretch;display:grid;grid-auto-flow:row;grid-template-columns:1fr 1fr;gap:8px}.cookie-banner__btn{width:100%}}.calendly-overlay,.calendly-popup-content,.calendly-popup-close{z-index:9999999!important}.calendly-overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:#000c!important}.calendly-popup-content{position:fixed!important}.under-construction{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a8a,#3730a3,#581c87);padding:1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow:hidden}.background-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 50%,rgba(99,102,241,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(168,85,247,.1) 0%,transparent 50%);animation:patternShift 20s ease-in-out infinite;pointer-events:none}@keyframes patternShift{0%,to{transform:translate(0) scale(1)}50%{transform:translate(20px,-20px) scale(1.05)}}.under-construction-content{position:relative;max-width:640px;width:100%;text-align:center;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:4rem 3rem;border-radius:24px;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff1a;animation:fadeInUp .8s cubic-bezier(.16,1,.3,1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.construction-icon-wrapper{position:relative;display:inline-block;margin-bottom:2.5rem}.icon-glow{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:radial-gradient(circle,rgba(99,102,241,.4) 0%,transparent 70%);border-radius:50%;animation:glowPulse 3s ease-in-out infinite;z-index:0}@keyframes glowPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.construction-icon{position:relative;z-index:1;color:#4f46e5;filter:drop-shadow(0 4px 6px rgba(79,70,229,.2));animation:sparkleRotate 4s ease-in-out infinite}@keyframes sparkleRotate{0%,to{transform:rotate(0)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}.sparkle-main{animation:sparkleScale 2s ease-in-out infinite}.sparkle-small{animation:sparkleScale 2s ease-in-out infinite;animation-delay:.5s}@keyframes sparkleScale{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.9)}}.construction-title{font-size:3rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.025em}.construction-divider{width:60px;height:4px;background:linear-gradient(90deg,#4f46e5,#7c3aed);border-radius:2px;margin:0 auto 2rem}.construction-message{font-size:1.375rem;color:#334155;margin-bottom:1rem;line-height:1.6;font-weight:500}.construction-submessage{font-size:1.125rem;color:#64748b;margin-bottom:2.5rem;line-height:1.7}.progress-indicator{width:200px;height:6px;background:#4f46e51a;border-radius:3px;margin:2.5rem auto;overflow:hidden;position:relative}.progress-bar{height:100%;background:linear-gradient(90deg,#4f46e5,#7c3aed,#4f46e5);background-size:200% 100%;border-radius:3px;animation:progressSlide 2s ease-in-out infinite}@keyframes progressSlide{0%{transform:translate(-100%);background-position:0% 0%}50%{transform:translate(0);background-position:100% 0%}to{transform:translate(100%);background-position:0% 0%}}.construction-contact{margin-top:3rem;padding-top:2.5rem;border-top:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;align-items:center;gap:1rem}.contact-prompt{font-size:1.0625rem;color:#475569;margin-bottom:.5rem;font-weight:500}.contact-link{display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;text-decoration:none;padding:.875rem 1.75rem;border-radius:12px;transition:all .3s cubic-bezier(.16,1,.3,1);min-width:180px}.primary-link{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;box-shadow:0 4px 12px #4f46e54d}.primary-link:hover{transform:translateY(-2px);box-shadow:0 8px 20px #4f46e566}.primary-link:active{transform:translateY(0)}.secondary-link{background:#4f46e514;color:#4f46e5;border:2px solid rgba(79,70,229,.2)}.secondary-link:hover{background:#4f46e51f;border-color:#4f46e54d;transform:translateY(-2px)}.secondary-link:active{transform:translateY(0)}.link-separator{font-size:.875rem;color:#94a3b8;font-weight:500}@media(max-width:640px){.under-construction{padding:1rem}.under-construction-content{padding:3rem 1.75rem;border-radius:20px}.construction-title{font-size:2.25rem}.construction-message{font-size:1.125rem}.construction-submessage{font-size:1rem}.construction-icon{width:80px;height:80px}.contact-link{width:100%;max-width:280px}.progress-indicator{width:150px}}@media(max-width:380px){.under-construction-content{padding:2.5rem 1.5rem}.construction-title{font-size:1.875rem}}.error-boundary{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:var(--space-lg, 2rem);background:hsl(var(--background));color:hsl(var(--foreground))}.error-boundary__content{max-width:600px;text-align:center;padding:var(--space-xl, 3rem);border-radius:var(--radius-card, 16px);background:hsl(var(--card));border:1px solid hsl(var(--border))}.error-boundary__title{font-size:2rem;font-weight:700;margin-bottom:var(--space-md, 1.5rem);color:hsl(var(--foreground))}.error-boundary__message{font-size:1.125rem;line-height:1.6;margin-bottom:var(--space-xl, 3rem);color:hsl(var(--muted-foreground))}.error-boundary__actions{display:flex;gap:var(--space-md, 1.5rem);justify-content:center;flex-wrap:wrap}.error-boundary__button{padding:.875rem 1.75rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#a855f7,#7c3aed);border:none;border-radius:var(--radius-inner, 12px);cursor:pointer;transition:all .3s ease;font-family:inherit}.error-boundary__button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #a855f766}.error-boundary__button:active{transform:translateY(0)}.error-boundary__link{padding:.875rem 1.75rem;font-size:1rem;font-weight:600;color:hsl(var(--foreground));background:transparent;border:2px solid hsl(var(--border));border-radius:var(--radius-inner, 12px);text-decoration:none;transition:all .3s ease;display:inline-block}.error-boundary__link:hover{border-color:#a855f7;color:#a855f7;transform:translateY(-2px)}.error-boundary__details{margin-top:var(--space-xl, 3rem);text-align:left;background:hsl(var(--muted));padding:var(--space-md, 1.5rem);border-radius:var(--radius-inner, 12px);border:1px solid hsl(var(--border))}.error-boundary__details summary{cursor:pointer;font-weight:600;margin-bottom:var(--space-sm, 1rem);color:hsl(var(--foreground))}.error-boundary__stack{overflow-x:auto;padding:var(--space-sm, 1rem);background:hsl(var(--background));border-radius:var(--radius-inner, 12px);font-size:.875rem;font-family:Courier New,monospace;white-space:pre-wrap;word-break:break-all;color:hsl(var(--muted-foreground))}:root{--navbar-height: 60px;--navbar-padding: 1rem 2rem;--navbar-transition: all .3s cubic-bezier(.4, 0, .2, 1);--navbar-mobile-width: 320px}.navbar{position:fixed;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:var(--navbar-padding);z-index:var(--z-navbar);width:100%;box-sizing:border-box;min-height:var(--navbar-height);transition:var(--navbar-transition),transform .3s cubic-bezier(.4,0,.2,1);isolation:isolate;contain:paint;background:linear-gradient(180deg,#ffffffc7,#ffffffb8);color:var(--text-primary);box-shadow:0 4px 18px var(--shadow-light);border-bottom:1px solid var(--border-subtle)}.navbar-visible{transform:translateY(0)}.navbar-hidden{transform:translateY(-100%)}.navbar-logo{display:flex;align-items:center}.navbar-logo-link{display:inline-flex;align-items:center;gap:.65rem;text-decoration:none;color:inherit}.navbar-logo-mark{width:40px;height:40px;-o-object-fit:contain;object-fit:contain;border-radius:12px;padding:6px;background:#ffffffa6;box-shadow:0 10px 24px #0000001f}.navbar-title{font-size:1.5rem;font-weight:700;white-space:nowrap;transition:color .3s ease;line-height:1.2;color:var(--accent-color)}.navbar-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;z-index:var(--z-dropdown);padding:.5rem;border-radius:.375rem;transition:all .2s ease;min-width:44px;min-height:44px;align-items:center;justify-content:center;color:var(--text-primary)}.navbar-toggle:hover{background:#6d3a7a1a;color:var(--accent-color, #6d3a7a)}.navbar-toggle:focus-visible{outline:2px solid var(--accent-color, #6d3a7a);outline-offset:2px}.navbar-links{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.navbar-links li{list-style:none}.navbar-links a{font-size:1rem;text-decoration:none;position:relative;padding:.5rem 0;transition:color .3s ease;display:block;font-weight:600;color:var(--text-primary)}.navbar-links a:after{content:"";position:absolute;bottom:-4px;left:50%;width:0;height:2px;background:var(--accent-color, #6d3a7a);transition:width .3s ease,left .3s ease}.navbar-links a:hover,.navbar-links a.active{color:var(--accent-color, #6d3a7a)}.navbar-links a:hover:after,.navbar-links a.active:after{width:100%;left:0}@media(min-width:1200px){.navbar{padding:1rem 3rem}.navbar-links{gap:2.5rem}.navbar-title{font-size:1.6rem}}@media(max-width:1199px)and (min-width:769px){.navbar{padding:1rem 2rem}.navbar-links{gap:1.5rem}}@media(max-width:768px){.navbar{padding:.875rem 1.5rem;min-height:56px}.navbar-logo-link{gap:.5rem}.navbar-logo-mark{width:34px;height:34px;padding:5px}.navbar-title{font-size:1.25rem}.navbar-toggle{display:flex}.navbar-links{position:fixed;top:0;right:0;height:100vh;height:100dvh;width:var(--navbar-mobile-width);max-width:85vw;flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;transform:translate(100%);transition:var(--navbar-transition);visibility:hidden;opacity:0;z-index:var(--z-navbar);background:linear-gradient(180deg,#ffffffe6,#ffffffd9);box-shadow:-4px 0 20px #00000026;border-left:1px solid var(--border-light)}.navbar-links.open{transform:translate(0);visibility:visible;opacity:1}.navbar-links li{margin:.375rem 0;width:100%;border-radius:.5rem;overflow:hidden}.navbar-links a{padding:1rem 1.25rem;font-size:1.125rem;width:100%;box-sizing:border-box;border-radius:.5rem;transition:all .2s ease}.navbar-links a:hover,.navbar-links a.active{background:#6d3a7a1a}.navbar-links a:after{display:none}}@media(max-width:480px){.navbar{padding:.75rem 1rem;min-height:52px}.navbar-title{font-size:1.125rem}.navbar-links{width:280px;max-width:90vw;padding:4.5rem 1.5rem 2rem}.navbar-links a{padding:.875rem 1rem;font-size:1rem}}@media(max-width:360px){.navbar{padding:.625rem .875rem}.navbar-title{font-size:1rem}.navbar-links{width:260px;max-width:95vw}}.navbar-overlay{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background:#00000073;z-index:var(--z-overlay);opacity:0;visibility:hidden;transition:all .3s ease}.navbar-overlay.open{opacity:1;visibility:visible}@media(max-width:768px){.navbar-overlay{display:block}}.navbar-links a:focus-visible,.navbar-toggle:focus-visible{outline:2px solid var(--accent-color, #6d3a7a);outline-offset:2px}[data-theme=dark] .navbar-links a:focus-visible,[data-theme=dark] .navbar-toggle:focus-visible{outline:2px solid #d4b3ff;outline-offset:2px;box-shadow:0 0 0 4px #c499ff33}[data-theme=dark] .navbar{background:linear-gradient(180deg,#1c1829e6,#1c1829db);color:var(--text-primary);box-shadow:0 4px 18px var(--shadow-light);border-bottom:1px solid var(--border-light)}[data-theme=dark] .navbar-logo-mark{background:#ffffff14;box-shadow:0 10px 24px #0006}[data-theme=dark] .navbar-title{color:var(--accent-color);font-weight:800}[data-theme=dark] .navbar-links a{color:var(--text-primary);font-weight:600}[data-theme=dark] .navbar-links a:hover,[data-theme=dark] .navbar-links a.active{color:#d4b3ff}[data-theme=dark] .navbar-toggle{color:#faf9fc;text-shadow:0 1px 3px rgba(0,0,0,.6)}[data-theme=dark] .navbar-toggle:hover{color:#d4b3ff;background:#c499ff26}@media(max-width:768px){[data-theme=dark] .navbar-links{background:linear-gradient(180deg,#1c1829eb,#1c1829e0);box-shadow:-4px 0 20px #0009,0 0 30px #c499ff1a;border-left:1px solid var(--border-light)}[data-theme=dark] .navbar-links a{color:var(--text-primary);font-weight:600}[data-theme=dark] .navbar-links a:hover,[data-theme=dark] .navbar-links a.active{color:#d4b3ff;background:#c499ff26}}.navbar-links a,.navbar-toggle{-webkit-tap-highlight-color:transparent}@media(prefers-reduced-motion:reduce){.navbar,.navbar-links,.navbar-toggle,.navbar-overlay,.navbar-links a{transition:none}}.hero{--hero-height: auto;--hero-padding: clamp(4rem, 8vw, 6rem) 0;--surface: rgba(255, 255, 255, .06);--border: var(--border-elevated);position:relative;display:flex;flex-direction:column;justify-content:center;min-height:var(--hero-height);padding:var(--hero-padding);color:var(--text-primary);background:transparent}.hero-surface{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(1200px 600px at 50% 30%,rgba(0,0,0,.22),transparent 60%);mix-blend-mode:multiply;pointer-events:none;z-index:var(--z-background)}.hero-content{position:relative;z-index:var(--z-base);width:min(100%,var(--section-max-width));margin:0 auto;display:flex;flex-direction:column;gap:clamp(4rem,8vw,6rem)}.hero-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(1.75rem,3.5vw,2.5rem);max-width:min(900px,100%);margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#a855f71a;border:1px solid rgba(168,85,247,.2);border-radius:var(--radius-pill);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 2px 8px #a855f714;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease}.hero-badge:hover{transform:translateY(-2px);background:#a855f726;border-color:#a855f74d;box-shadow:0 4px 16px #a855f726}[data-theme=dark] .hero-badge{background:#a855f726;border-color:#a855f740}[data-theme=dark] .hero-badge:hover{background:#a855f733;border-color:#a855f766}.badge-icon{font-size:1.25rem;line-height:1}.badge-text{font-size:clamp(.875rem,1.8vw,1rem);font-weight:600;color:var(--text-primary);letter-spacing:.01em}.hero-title{font-family:var(--font-heading);font-weight:700;letter-spacing:-.03em;line-height:1.1;font-size:clamp(2.75rem,7.5vw,5.5rem);margin:0;max-width:20ch}.title-highlight{background:var(--gradient-primary);padding-right:.3em;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;white-space:nowrap;filter:brightness(1.1);display:inline-block}.hero-subtitle{margin:0;color:var(--text-secondary);font-size:clamp(1.125rem,2.75vw,1.5rem);line-height:1.65;max-width:65ch;font-weight:400;opacity:.9}.hero-actions{display:flex;gap:clamp(1rem,2.5vw,1.5rem);justify-content:center;align-items:center;flex-wrap:wrap;margin-top:clamp(.5rem,1vw,.75rem)}.hero-cta{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;min-height:64px;padding:clamp(1rem,2vw,1.25rem) clamp(2rem,4vw,2.75rem);border-radius:var(--radius-card);text-decoration:none;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease,background .3s ease;will-change:transform}.hero-cta:focus-visible{outline:3px solid var(--accent-color);outline-offset:4px}.cta-text{font-weight:700;font-size:clamp(1.0625rem,2vw,1.1875rem);letter-spacing:-.01em;line-height:1.2}.cta-subtext{font-weight:500;font-size:clamp(.875rem,1.6vw,.9375rem);opacity:.9;line-height:1.3}.hero-cta.primary{color:#fff;background:var(--gradient-button-primary);box-shadow:0 14px 32px #a855f773,0 5px 14px #7c3aed40;position:relative;overflow:hidden}.hero-cta.primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.hero-cta.primary:hover:before{left:100%}.hero-cta.primary:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 20px 48px #a855f799,0 8px 20px #7c3aed66;background:var(--gradient-button-primary-hover)}.hero-cta.primary:active{transform:translateY(-2px) scale(1);transition-duration:.1s}.hero-cta.secondary{color:var(--text-primary);background:var(--bg-card-transparent, rgba(255, 255, 255, .08));border:1.5px solid var(--border-elevated);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);gap:0;font-weight:600;font-size:clamp(1rem,2vw,1.0625rem);letter-spacing:.01em;padding:clamp(.875rem,1.75vw,1rem) clamp(1.75rem,3.5vw,2.25rem);min-height:auto}.hero-cta.secondary:hover{transform:translateY(-3px) scale(1.02);background:#ffffff29;border-color:#a855f74d;box-shadow:0 8px 24px #00000026,0 0 0 1px #a855f71a inset}.hero-cta.secondary:active{transform:translateY(-1px) scale(1);transition-duration:.1s}[data-theme=dark] .hero-cta.secondary{background:#ffffff0f;border-color:#ffffff26}[data-theme=dark] .hero-cta.secondary:hover{background:#ffffff1a;border-color:#a855f766}.hero-pillars{width:100%;display:flex;flex-direction:column;gap:clamp(2.5rem,5vw,3.5rem)}.pillars-header{text-align:center;margin:0 auto}.pillars-title{font-family:var(--font-heading);font-size:clamp(2rem,4.5vw,3rem);font-weight:700;color:var(--text-primary);letter-spacing:-.02em;line-height:1.2;margin:0 0 clamp(1rem,2vw,1.25rem) 0}.pillars-subtitle{font-size:clamp(1.0625rem,2.5vw,1.25rem);color:var(--text-secondary);font-weight:400;line-height:1.6;margin:0;opacity:.85}.pillars-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));gap:clamp(1.5rem,3vw,2rem);width:100%}.pillar-card{padding:clamp(2rem,4vw,2.75rem);background:linear-gradient(135deg,#ffffff1f,#ffffff0f);border:1px solid var(--border-elevated);border-radius:var(--radius-card);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 8px 24px #0000001f,0 2px 8px #00000014,0 0 0 1px #ffffff0d inset;display:flex;flex-direction:column;gap:clamp(1rem,2vw,1.25rem);transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease,border-color .3s ease,background .3s ease}.pillar-card:hover{transform:translateY(-6px) scale(1.02);background:linear-gradient(135deg,#ffffff29,#ffffff14);box-shadow:0 20px 48px #0003,0 8px 16px #0000001f,0 0 0 1px #a855f733 inset;border-color:#a855f766}.pillar-card:hover .pillar-icon{transform:scale(1.1) rotate(-5deg)}[data-theme=dark] .pillar-card{background:linear-gradient(135deg,#ffffff14,#ffffff08)}[data-theme=dark] .pillar-card:hover{background:linear-gradient(135deg,#ffffff1f,#ffffff0d);box-shadow:0 20px 48px #0006,0 8px 16px #a855f733,0 0 0 1px #a855f74d inset}.pillar-icon{font-size:clamp(2.5rem,5vw,3rem);line-height:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));transition:transform .3s cubic-bezier(.34,1.56,.64,1),filter .3s ease}.pillar-card:hover .pillar-icon{filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}.pillar-title{font-family:var(--font-heading);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;color:var(--text-primary);letter-spacing:-.01em;line-height:1.3;margin:0}.pillar-description{font-size:clamp(1rem,2vw,1.0625rem);color:var(--text-secondary);line-height:1.65;margin:0;opacity:.9}@media(max-width:768px){.hero{--hero-padding: clamp(3rem, 6vw, 4rem) 0}.hero-content{gap:clamp(3rem,6vw,4rem)}.pillars-grid{grid-template-columns:1fr}}@media(max-width:600px){.hero{margin-top:clamp(3rem,5vw,4rem)}.hero-badge{flex-direction:column;gap:.5rem;padding:.875rem 1.25rem;text-align:center}.badge-text{line-height:1.4}.hero-actions{flex-direction:column;width:100%;gap:clamp(.875rem,2vw,1rem)}.hero-cta{width:100%;max-width:400px}.hero-cta.secondary{min-height:52px}}@media(prefers-reduced-motion:reduce){.hero-badge,.hero-badge:hover,.hero-cta,.hero-cta:hover,.hero-cta:active,.hero-cta.primary:before,.pillar-card,.pillar-card:hover,.pillar-icon,.pillar-card:hover .pillar-icon{transition:none!important;transform:none!important;animation:none!important}}.bio-section{--bio-section-padding: var(--section-padding-block) var(--section-padding-inline);--bio-card-max-width: min(1200px, 95vw);--bio-content-max-width: min(900px, 100%);--bio-header-padding: clamp(3rem, 6vw, 5rem) clamp(2rem, 5vw, 4rem);--bio-content-padding: clamp(2.5rem, 5vw, 4rem) clamp(2rem, 5vw, 3rem);--bio-section-gap: clamp(3rem, 6vw, 5rem);--bio-headshot-size: 160px;--bio-bg-primary: rgba(255, 255, 255, .95);--bio-bg-secondary: rgba(248, 250, 252, .9);--bio-bg-accent: rgba(139, 76, 153, .08);--bio-text-primary: var(--text-primary);--bio-text-secondary: rgba(0, 0, 0, .7);--bio-text-accent: var(--accent-color);--bio-border: rgba(139, 76, 153, .12);--bio-card-bg: rgba(255, 255, 255, .6);--bio-dark-bg-primary: rgba(10, 8, 20, .95);--bio-dark-bg-secondary: rgba(20, 16, 35, .9);--bio-dark-bg-accent: rgba(196, 153, 255, .1);--bio-dark-text-secondary: rgba(255, 255, 255, .7);--bio-dark-border: rgba(196, 153, 255, .15);--bio-dark-card-bg: rgba(20, 16, 35, .6);--bio-shadow-sm: 0 2px 8px rgba(0, 0, 0, .04);--bio-shadow-md: 0 4px 16px rgba(0, 0, 0, .06), 0 2px 8px rgba(0, 0, 0, .04);--bio-shadow-lg: 0 8px 32px rgba(0, 0, 0, .08), 0 4px 16px rgba(0, 0, 0, .06);--bio-shadow-dark: 0 8px 32px rgba(0, 0, 0, .4), 0 0 40px rgba(196, 153, 255, .1);--bio-title-size: clamp(2.25rem, 5vw, 3.5rem);--bio-section-title-size: clamp(1.75rem, 4vw, 2.25rem);--bio-subtitle-size: clamp(1.25rem, 3vw, 1.5rem);--bio-text-size: clamp(1.0625rem, 2.5vw, 1.1875rem);--bio-text-emphasis-size: clamp(1.1875rem, 3vw, 1.375rem);--bio-line-height: 1.7;position:relative;min-height:auto;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:var(--bio-section-padding);background:transparent}.bio-card{--bio-frost-radial-alpha: .06;--bio-frost-linear-top-alpha: .05;--bio-frost-linear-bottom-alpha: .02;background:radial-gradient(120% 100% at 0% 0%,rgba(255,255,255,var(--bio-frost-radial-alpha)),transparent 60%),linear-gradient(180deg,rgba(255,255,255,var(--bio-frost-linear-top-alpha)),rgba(255,255,255,var(--bio-frost-linear-bottom-alpha))),var(--bio-bg-primary);color:var(--bio-text-primary);border:1px solid var(--bio-border);box-shadow:var(--bio-shadow-md);max-width:var(--bio-card-max-width);width:100%;border-radius:var(--radius-surface);overflow:hidden;position:relative;z-index:var(--z-base);margin:0 auto}[data-theme=dark] .bio-card{--bio-frost-radial-alpha: .04;--bio-frost-linear-top-alpha: .04;--bio-frost-linear-bottom-alpha: .015;background:radial-gradient(120% 100% at 0% 0%,rgba(255,255,255,var(--bio-frost-radial-alpha)),transparent 60%),linear-gradient(180deg,rgba(255,255,255,var(--bio-frost-linear-top-alpha)),rgba(255,255,255,var(--bio-frost-linear-bottom-alpha))),var(--bio-dark-bg-primary);border:1px solid var(--bio-dark-border);box-shadow:var(--bio-shadow-dark)}.bio-header{background:linear-gradient(135deg,var(--bio-bg-secondary) 0%,var(--bio-bg-accent) 100%);border-bottom:1px solid var(--bio-border);padding:var(--bio-header-padding);text-align:center}[data-theme=dark] .bio-header{background:linear-gradient(135deg,var(--bio-dark-bg-secondary) 0%,var(--bio-dark-bg-accent) 100%);border-bottom:1px solid var(--bio-dark-border)}.bio-header-content{max-width:var(--bio-content-max-width);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:clamp(2rem,4vw,3rem)}.bio-headshot-container{position:relative}.bio-headshot{width:var(--bio-headshot-size);height:var(--bio-headshot-size);border-radius:50%;-o-object-fit:cover;object-fit:cover;border:5px solid var(--bio-text-accent);box-shadow:0 8px 32px #8b4c9933,0 0 0 12px #8b4c9914;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease}.bio-headshot:hover{transform:scale(1.05);box-shadow:0 12px 40px #8b4c994d,0 0 0 16px #8b4c991f}[data-theme=dark] .bio-headshot{box-shadow:0 8px 32px #c499ff40,0 0 0 12px #c499ff1a}[data-theme=dark] .bio-headshot:hover{box-shadow:0 12px 40px #c499ff59,0 0 0 16px #c499ff26}.bio-intro{display:flex;flex-direction:column;align-items:center;gap:clamp(1rem,2vw,1.5rem);max-width:700px}.bio-title{font-family:var(--font-heading);font-size:var(--bio-title-size);font-weight:800;line-height:1.1;color:var(--bio-text-accent);margin:0;letter-spacing:-.02em}.bio-credentials-badge{font-size:clamp(.9375rem,2vw,1.0625rem);color:var(--bio-text-secondary);font-weight:600;margin:0;opacity:.9}[data-theme=dark] .bio-credentials-badge{color:var(--bio-dark-text-secondary)}.bio-divider{width:clamp(80px,12vw,120px);height:4px;background:linear-gradient(90deg,transparent,var(--accent-color),transparent);border-radius:var(--radius-pill)}.bio-tagline{font-size:var(--bio-text-emphasis-size);color:var(--bio-text-primary);font-weight:500;margin:0;line-height:1.4;font-style:italic;opacity:.85}[data-theme=dark] .bio-tagline{opacity:.9}.bio-content{max-width:var(--bio-content-max-width);margin:0 auto;padding:var(--bio-content-padding);display:flex;flex-direction:column;gap:var(--bio-section-gap)}.bio-section{position:relative}.bio-section-title{font-family:var(--font-heading);font-size:var(--bio-section-title-size);font-weight:700;color:var(--bio-text-accent);margin:0 0 clamp(1.5rem,3vw,2rem) 0;line-height:1.2;letter-spacing:-.015em}.bio-section-intro{font-size:var(--bio-text-size);color:var(--bio-text-secondary);margin:0 0 clamp(2rem,4vw,2.5rem) 0;line-height:1.7}[data-theme=dark] .bio-section-intro{color:var(--bio-dark-text-secondary)}.bio-greeting{text-align:center;padding:clamp(2.5rem,5vw,3.5rem) clamp(2rem,4vw,3rem);background:var(--bio-bg-secondary);border-radius:var(--radius-card);border:1px solid var(--bio-border)}[data-theme=dark] .bio-greeting{background:var(--bio-dark-bg-secondary);border-color:var(--bio-dark-border)}.bio-greeting .bio-section-title{margin-bottom:clamp(1.5rem,3vw,2rem)}.bio-text-emphasis{font-size:var(--bio-text-emphasis-size);color:var(--bio-text-primary);line-height:1.7;margin:0}.bio-text-emphasis strong{color:var(--bio-text-accent);font-weight:700}.bio-philosophy{margin:clamp(1rem,2vw,1.5rem) 0}.philosophy-card{background:linear-gradient(135deg,var(--bio-text-accent) 0%,rgba(139,76,153,.88) 100%);color:#fff;padding:clamp(2.5rem,5vw,3.5rem);border-radius:var(--radius-card);box-shadow:var(--bio-shadow-lg),0 0 0 1px #ffffff1a inset;display:flex;align-items:center;gap:clamp(2rem,4vw,3rem);position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.philosophy-card:hover{transform:translateY(-2px);box-shadow:var(--bio-shadow-lg),0 16px 48px #8b4c9966,0 0 0 1px #ffffff26 inset}[data-theme=dark] .philosophy-card{background:linear-gradient(135deg,#a855f7f2,#8b4c99e6)}[data-theme=dark] .philosophy-card:hover{box-shadow:0 16px 48px #a855f780,0 8px 32px #0006,0 0 0 1px #fff3 inset}.philosophy-card:before{content:"";position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%}.philosophy-icon{font-size:clamp(3rem,6vw,4rem);flex-shrink:0;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.philosophy-content{flex:1;position:relative;z-index:1}.philosophy-title{font-family:var(--font-heading);font-size:var(--bio-subtitle-size);font-weight:700;margin:0 0 clamp(1rem,2vw,1.25rem) 0;letter-spacing:-.01em}.philosophy-quote{font-size:var(--bio-text-size);font-style:italic;margin:0 0 clamp(.75rem,1.5vw,1rem) 0;line-height:1.6;opacity:.95}.philosophy-quote strong{font-weight:700;font-style:normal}.philosophy-cta{font-size:clamp(1rem,2vw,1.125rem);font-weight:600;margin:0;opacity:.9}.bio-approach{padding:clamp(2rem,4vw,3rem);background:var(--bio-bg-secondary);border-radius:var(--radius-card);border:1px solid var(--bio-border)}[data-theme=dark] .bio-approach{background:var(--bio-dark-bg-secondary);border-color:var(--bio-dark-border)}.approach-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:clamp(2rem,4vw,3rem)}.approach-card{text-align:center}.approach-icon{font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:clamp(1rem,2vw,1.5rem);display:block}.approach-title{font-family:var(--font-heading);font-size:var(--bio-subtitle-size);font-weight:600;color:var(--bio-text-accent);margin:0 0 clamp(1rem,2vw,1.25rem) 0;line-height:1.3}.approach-text{font-size:var(--bio-text-size);color:var(--bio-text-secondary);line-height:1.7;margin:0}[data-theme=dark] .approach-text{color:var(--bio-dark-text-secondary)}.experience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr));gap:clamp(1.5rem,3vw,2rem)}.experience-card{padding:clamp(1.75rem,3.5vw,2.25rem);background:var(--bio-card-bg);border:1px solid var(--bio-border);border-radius:var(--radius-inner);border-left:4px solid var(--bio-text-accent);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease}.experience-card:hover{transform:translate(4px);background:#fffc;border-left-width:6px;box-shadow:0 4px 16px #8b4c991f}[data-theme=dark] .experience-card{background:var(--bio-dark-card-bg);border-color:var(--bio-dark-border)}[data-theme=dark] .experience-card:hover{background:#1e182dcc;box-shadow:0 4px 16px #c499ff26}.experience-badge{display:inline-block;font-size:clamp(.9375rem,2vw,1.0625rem);font-weight:700;color:var(--bio-text-accent);background:#8b4c991a;padding:.5rem 1rem;border-radius:var(--radius-pill);margin-bottom:clamp(1rem,2vw,1.25rem)}[data-theme=dark] .experience-badge{background:#c499ff26}.experience-text{font-size:var(--bio-text-size);color:var(--bio-text-primary);line-height:1.7;margin:0}.discovery-list{list-style:none;padding:0;margin:0;display:grid;gap:clamp(1.25rem,2.5vw,1.75rem)}.discovery-list li{display:flex;align-items:flex-start;gap:clamp(1rem,2vw,1.25rem);padding:clamp(1.5rem,3vw,2rem);background:var(--bio-card-bg);border:1px solid var(--bio-border);border-radius:var(--radius-inner);transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease}.discovery-list li:hover{transform:translateY(-2px);background:#fffc;border-color:#8b4c9933;box-shadow:0 8px 24px #8b4c991a}.discovery-list li:hover .discovery-icon{transform:scale(1.1) rotate(5deg)}[data-theme=dark] .discovery-list li{background:var(--bio-dark-card-bg);border-color:var(--bio-dark-border)}[data-theme=dark] .discovery-list li:hover{background:#1e182dcc;border-color:#c499ff40;box-shadow:0 8px 24px #c499ff1f}.discovery-icon{font-size:clamp(1.5rem,3vw,2rem);flex-shrink:0;line-height:1;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.discovery-text{font-size:var(--bio-text-size);color:var(--bio-text-primary);line-height:1.6;margin:0}.bio-invitation{margin-top:clamp(1rem,2vw,1.5rem)}.invitation-card{background:var(--bio-bg-secondary);border:2px solid var(--bio-text-accent);border-radius:var(--radius-card);padding:clamp(2.5rem,5vw,3.5rem);text-align:center;box-shadow:0 4px 16px #8b4c9914,0 0 0 1px #8b4c990d inset;transition:transform .3s ease,box-shadow .3s ease}.invitation-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #8b4c9926,0 0 0 1px #8b4c991a inset}[data-theme=dark] .invitation-card{background:var(--bio-dark-bg-secondary);box-shadow:0 4px 16px #c499ff1a,0 0 0 1px #c499ff14 inset}[data-theme=dark] .invitation-card:hover{box-shadow:0 12px 32px #c499ff33,0 0 0 1px #c499ff26 inset}.invitation-text{font-size:var(--bio-text-size);color:var(--bio-text-primary);line-height:1.75;margin:0 0 clamp(2rem,4vw,2.5rem) 0}.invitation-cta{font-size:var(--bio-text-emphasis-size);font-weight:600;color:var(--bio-text-accent);line-height:1.5;margin:0}.invitation-highlight{display:inline-block;margin-top:.5rem;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700}@media(max-width:768px){.bio-section{--bio-headshot-size: 140px;--bio-header-padding: clamp(2.5rem, 5vw, 3rem) clamp(1.5rem, 4vw, 2rem);--bio-content-padding: clamp(2rem, 4vw, 2.5rem) clamp(1.5rem, 3vw, 2rem);--bio-section-gap: clamp(2.5rem, 5vw, 3rem)}.philosophy-card{flex-direction:column;text-align:center;gap:clamp(1.5rem,3vw,2rem)}.approach-grid,.experience-grid{grid-template-columns:1fr}}@media(max-width:600px){.bio-section{--bio-headshot-size: 120px;--bio-header-padding: clamp(2rem, 4vw, 2.5rem) clamp(1.25rem, 3vw, 1.5rem);--bio-content-padding: clamp(1.75rem, 3.5vw, 2rem) clamp(1.25rem, 2.5vw, 1.5rem);--bio-section-gap: clamp(2rem, 4vw, 2.5rem)}.bio-greeting,.bio-approach,.invitation-card{padding:clamp(1.75rem,3.5vw,2rem) clamp(1.5rem,3vw,1.75rem)}.philosophy-card{padding:clamp(2rem,4vw,2.5rem) clamp(1.5rem,3vw,2rem)}.experience-card,.discovery-list li{padding:clamp(1.25rem,2.5vw,1.5rem)}}@media(max-width:400px){.bio-section{--bio-headshot-size: 100px;--bio-header-padding: clamp(1.75rem, 3.5vw, 2rem) clamp(1rem, 2.5vw, 1.25rem);--bio-content-padding: clamp(1.5rem, 3vw, 1.75rem) clamp(1rem, 2vw, 1.25rem);--bio-section-gap: clamp(1.75rem, 3.5vw, 2rem)}}@media(prefers-reduced-motion:reduce){.bio-headshot,.bio-headshot:hover,.philosophy-card,.philosophy-card:hover,.experience-card,.experience-card:hover,.discovery-list li,.discovery-list li:hover,.discovery-icon,.invitation-card,.invitation-card:hover{transition:none!important;transform:none!important}.discovery-list li:hover .discovery-icon{transform:none!important}}.contact-container{--contact-max-width: var(--section-medium-width);--contact-border-radius: 24px;--contact-padding: clamp(2.5rem, 4vw, 3.5rem) clamp(2rem, 4vw, 3rem);--contact-gap: clamp(1.5rem, 3.5vw, 2.25rem);--contact-bg: linear-gradient( 180deg, rgba(255, 255, 255, .92), rgba(252, 250, 255, .9) );--contact-border: 1px solid var(--border-elevated);--contact-shadow: 0 18px 44px rgba(0, 0, 0, .14), 0 4px 16px rgba(0, 0, 0, .08);--contact-heading-size: clamp(2.5rem, 4.5vw, 3.25rem);--contact-subheading-size: clamp(1.15rem, 2.8vw, 1.45rem);--contact-text-size: clamp(1.05rem, 2.5vw, 1.2rem);--contact-button-padding: clamp(1.125rem, 3vw, 1.375rem) clamp(2rem, 4vw, 2.5rem);--contact-button-radius: 14px;--contact-button-gap: .625rem;--contact-transition: all .3s cubic-bezier(.34, 1.56, .64, 1)}.contact-container{max-width:var(--contact-max-width);width:min(100%,var(--contact-max-width));margin:0 auto;padding:var(--contact-padding);border-radius:var(--contact-border-radius);position:relative;background:linear-gradient(180deg,#ffffff0f,#ffffff05),var(--contact-bg);border:var(--contact-border);box-shadow:var(--contact-shadow);isolation:isolate;contain:paint;transition:var(--contact-transition);overflow:hidden}.contact-container:hover{box-shadow:0 14px 40px #8b4c9952,0 4px 14px #a855f738;border-color:#a855f780}.contact-container:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(168,85,247,.35),transparent);border-radius:var(--contact-border-radius) var(--contact-border-radius) 0 0}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.contact-container:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:var(--z-background);background:linear-gradient(180deg,#ffffff14,#ffffff05),radial-gradient(120% 120% at 20% 0%,rgba(255,255,255,.08),transparent 60%)}[data-theme=dark] .contact-container{--contact-bg: linear-gradient( 180deg, rgba(28, 24, 41, .9), rgba(20, 16, 35, .88) );--contact-border: 1px solid rgba(196, 153, 255, .28);--contact-shadow: 0 18px 44px rgba(0, 0, 0, .42), 0 6px 18px rgba(0, 0, 0, .3)}[data-theme=light] .contact-container{--contact-bg: linear-gradient( 180deg, rgba(255, 255, 255, .96), rgba(248, 244, 255, .9) );--contact-border: 1px solid rgba(139, 76, 153, .2);--contact-shadow: 0 18px 44px rgba(139, 76, 153, .12), 0 4px 12px rgba(139, 76, 153, .08)}.cta-section{text-align:center;display:flex;flex-direction:column;gap:var(--contact-gap)}.cta-header{display:flex;flex-direction:column;gap:clamp(1rem,2.8vw,1.5rem);margin-bottom:clamp(.5rem,2vw,1rem)}.cta-description{font-family:var(--font-body);font-size:clamp(1.05rem,2.5vw,1.2rem);color:var(--text-secondary);line-height:1.65;max-width:620px;margin:0 auto;opacity:.9}.cta-text{font-family:var(--font-heading);color:var(--text-primary);line-height:1.3;letter-spacing:-.02em}.cta-main-heading{font-size:clamp(2.5rem,5vw,3.25rem);font-weight:750;margin:0;background:var(--gradient-cta-text);background-size:100% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease;line-height:1.15;letter-spacing:-.03em}.cta-sub-heading{font-size:clamp(1.35rem,3.5vw,1.85rem);font-weight:550;opacity:.9;margin:0;color:var(--text-secondary);transition:opacity .3s ease;line-height:1.4;letter-spacing:-.01em}.cta-link-container{display:flex;flex-direction:column;align-items:center;gap:clamp(1.25rem,3vw,1.75rem)}.cta-buttons-grid{display:grid;grid-template-columns:1fr;gap:clamp(1rem,2.5vw,1.25rem);width:100%;max-width:650px;margin:0 auto}@media(min-width:640px){.cta-buttons-grid{grid-template-columns:1fr 1fr;gap:clamp(1.25rem,3vw,1.75rem)}}.cta-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:clamp(1.25rem,3vw,1.5rem) clamp(1.5rem,3.5vw,2rem);border:2px solid transparent;border-radius:18px;background:var(--gradient-cta-button);color:#fff;text-decoration:none;font-weight:650;font-size:clamp(1rem,2.5vw,1.1rem);transition:all .35s cubic-bezier(.34,1.56,.64,1);position:relative;min-height:120px;cursor:pointer;pointer-events:auto;touch-action:manipulation;-webkit-tap-highlight-color:rgba(168,85,247,.3);box-shadow:0 8px 20px #a855f759,0 3px 10px #c499ff33,inset 0 1px 2px #ffffff4d;overflow:hidden;letter-spacing:.005em;text-align:center;width:100%}.cta-link.primary{background:var(--gradient-cta-button);box-shadow:0 10px 24px #a855f766,0 4px 12px #c499ff40,inset 0 1px 2px #ffffff4d}.cta-link.secondary{background:#0077b529;border:2px solid rgba(0,119,181,.45);color:#08c;box-shadow:0 6px 16px #0077b540,0 2px 8px #0077b526}.cta-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.cta-link:hover{transform:translateY(-4px) scale(1.03)}.cta-link.primary:hover{background:var(--gradient-cta-button-hover);box-shadow:0 14px 32px #a855f799,0 5px 14px #c499ff66,inset 0 1px 2px #fff6}.cta-link.secondary:hover{border-color:#09d;background:#0088cc3d;color:#09d;box-shadow:0 10px 26px #0088cc73,0 4px 12px #0077b54d}.cta-link:hover:before{left:100%}.cta-link:focus-visible{outline:3px solid rgba(139,76,153,.5);outline-offset:3px}[data-theme=light] .cta-link{background:linear-gradient(135deg,#7c3aed,#8b5cf6,#9d6fff);color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 4px 16px #7c3aed66,0 2px 8px #8b5cf640,inset 0 1px #ffffff4d}[data-theme=light] .cta-link:hover{background:linear-gradient(135deg,#8b5cf6,#9d6fff,#a78bfa);box-shadow:0 8px 28px #7c3aed80,0 4px 12px #8b5cf659,inset 0 1px #fff6}[data-theme=light] .cta-link .link-text,[data-theme=light] .cta-link .link-icon,[data-theme=light] .cta-link .link-arrow{color:#fff}.link-icon{font-size:2rem;flex-shrink:0;opacity:.95;filter:drop-shadow(0 2px 4px rgba(0,0,0,.15));margin-bottom:.25rem}.cta-link.secondary .link-icon{font-size:1.75rem}.link-content{display:flex;flex-direction:column;align-items:center;gap:.375rem;width:100%}.link-text{font-weight:650;line-height:1.3;text-align:center}.link-subtitle{font-size:.875rem;opacity:.85;font-weight:500;line-height:1.4}.cta-link.secondary .link-subtitle{color:currentColor;opacity:.8}.cta-section{position:relative;z-index:var(--z-base)}.cta-subtext{font-family:var(--font-body);font-size:clamp(.95rem,2.3vw,1.05rem);color:var(--text-secondary);font-style:italic;font-weight:500;line-height:1.6;text-align:center;margin:0;margin-top:clamp(.5rem,1.5vw,.75rem);opacity:.8;transition:opacity .3s ease;position:relative;letter-spacing:.002em;max-width:480px}@media(max-width:768px){.contact-container{--contact-padding: clamp(1.5rem, 3vw, 2rem) clamp(1.25rem, 3vw, 1.75rem);--contact-border-radius: 18px;width:95%;max-width:600px}.cta-link-container{gap:.875rem}}@media(max-width:480px){.contact-container{--contact-padding: clamp(1.25rem, 3vw, 1.75rem) clamp(1rem, 3vw, 1.5rem);--contact-border-radius: 16px;--contact-button-padding: .875rem 1.75rem;width:95%}.cta-link{min-width:280px;text-align:center}.cta-subtext{padding:0 1rem;line-height:1.5}.link-text{white-space:normal;text-align:center;line-height:1.3}}@media(prefers-reduced-motion:reduce){.contact-container,.cta-link,.social-link,.link-arrow{transition:none;animation:none}.contact-container:before,.cta-link:before,.social-link:before{display:none}.contact-container:hover,.cta-link:hover,.social-link:hover,.cta-link:hover .link-arrow{transform:none}}@media(prefers-contrast:high){.contact-container{border-width:3px}.cta-text{font-weight:700}.cta-subtext{opacity:1;font-weight:500}}@media(hover:none)and (pointer:coarse){.cta-link{min-height:48px;padding:16px 28px}}.linkedin-icon{width:32px;height:32px;padding:6px;background:linear-gradient(135deg,#0077b5,#00a0dc);border-radius:8px;fill:#fff;box-shadow:0 3px 8px #0077b559;transition:all .3s ease}.cta-link.secondary:hover .linkedin-icon{background:linear-gradient(135deg,#08c,#00b4eb);box-shadow:0 4px 12px #0088cc73;transform:scale(1.08)}@media(max-width:768px){.contact-container{--contact-padding: clamp(2rem, 4vw, 2.5rem) clamp(1.5rem, 3.5vw, 2rem);--contact-border-radius: 20px;width:92%;max-width:550px}.cta-buttons-grid{grid-template-columns:1fr;max-width:100%}.cta-link{min-height:110px}.link-icon{font-size:1.75rem}.linkedin-icon{width:28px;height:28px}}@media(max-width:480px){.contact-container{--contact-padding: clamp(1.75rem, 4vw, 2.25rem) clamp(1.25rem, 3.5vw, 1.75rem);--contact-border-radius: 18px;width:90%}.cta-link{min-height:100px;padding:1rem 1.25rem}.link-icon{font-size:1.5rem}.link-text{font-size:.95rem}.link-subtitle{font-size:.8rem}.linkedin-icon{width:26px;height:26px}}@media(max-width:360px){.cta-link{min-height:95px;padding:.875rem 1rem}.link-icon{font-size:1.35rem}.link-text{font-size:.9rem}.linkedin-icon{width:24px;height:24px}}@media print{.contact-container{background:#fff;border:2px solid black;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;page-break-inside:avoid}}.certifications{--cert-max-width: 1200px;--cert-section-padding: clamp(1rem, 4vw, 2rem);--cert-layout-gap: clamp(1.5rem, 5vw, 3rem);--cert-column-gap: clamp(1rem, 3vw, 1.75rem);--cert-center-size: clamp(200px, 25vw, 350px);--cert-center-max: min(400px, 70vw);--cert-side-size: clamp(90px, 14vw, 180px);--cert-side-max: min(220px, 20vw);--cert-mobile-center: clamp(150px, 40vw, 280px);--cert-mobile-side: clamp(60px, 16vw, 130px);--cert-border-radius: clamp(6px, .8vw, 12px);--cert-transition: all .3s cubic-bezier(.4, 0, .2, 1);--cert-hover-scale: 1.05;--cert-center-hover-scale: 1.03;--cert-side-hover-scale: 1.08;padding:var(--cert-section-padding) var(--cert-section-padding) 0;margin:0 auto;max-width:var(--cert-max-width);text-align:center;background:transparent;position:relative}#contact .certifications{--cert-max-width: min(800px, 90vw);--cert-layout-gap: clamp(1rem, 3vw, 1.5rem);--cert-center-size: clamp(150px, 20vw, 210px);--cert-center-max: min(250px, 60vw);--cert-side-size: clamp(75px, 12vw, 110px);--cert-side-max: min(140px, 25vw);padding:0 var(--cert-section-padding) var(--cert-section-padding);opacity:.9;transition:opacity .3s ease}#contact .certifications:hover{opacity:1}.certifications h2{font-family:var(--font-heading);font-size:2.5rem;margin-bottom:clamp(2.5rem,5vw,3.5rem);color:var(--text-primary)}.certifications-layout{display:flex;align-items:center;justify-content:center;gap:var(--cert-layout-gap);padding:clamp(1rem,4vw,2rem) clamp(.75rem,3.5vw,1.5rem);min-height:clamp(280px,45vh,400px);width:100%;position:relative}.certifications-column{display:flex;flex-direction:row;gap:var(--cert-column-gap);flex:0 0 auto;align-items:center}.certifications-center{flex:0 0 auto;display:flex;align-items:center;justify-content:center;position:relative}.cert-img{height:auto;-o-object-fit:contain;object-fit:contain;border-radius:var(--cert-border-radius);transition:var(--cert-transition);aspect-ratio:1;backface-visibility:hidden;transform-style:preserve-3d;contain:layout style paint;will-change:transform,filter,box-shadow}.center-cert{width:var(--cert-center-size);max-width:var(--cert-center-max);box-shadow:var(--shadow-elevated)}.side-cert{width:var(--cert-side-size);max-width:var(--cert-side-max);cursor:pointer}@media(max-width:768px){.certifications{--cert-layout-gap: clamp(1.25rem, 4vw, 2rem);--cert-center-size: var(--cert-mobile-center);--cert-center-max: min(320px, 75vw);--cert-side-size: var(--cert-mobile-side);--cert-side-max: min(160px, 30vw)}.certifications-layout{flex-direction:column;align-items:center}.certifications-column{flex-direction:row;justify-content:center;width:100%;max-width:400px}.certifications-center{order:-1;margin-bottom:clamp(.75rem,3vw,1.5rem)}}@media(max-width:480px){.certifications{--cert-section-padding: clamp(.75rem, 2vw, 1rem);--cert-layout-gap: clamp(.75rem, 2.5vw, 1.25rem);--cert-column-gap: clamp(.5rem, 1.5vw, .75rem);--cert-mobile-center: clamp(150px, 45vw, 220px);--cert-mobile-side: clamp(60px, 18vw, 110px)}#contact .certifications{--cert-center-size: clamp(120px, 32vw, 150px);--cert-center-max: min(180px, 70vw);--cert-side-size: clamp(55px, 16vw, 80px);--cert-side-max: min(100px, 30vw)}.certifications-column{max-width:320px}}@media(max-width:360px){.certifications{--cert-layout-gap: clamp(.5rem, 2vw, 1rem);--cert-column-gap: clamp(.25rem, 1vw, .5rem);--cert-mobile-center: clamp(120px, 50vw, 170px);--cert-mobile-side: clamp(45px, 20vw, 80px)}#contact .certifications{--cert-center-size: clamp(105px, 35vw, 135px);--cert-center-max: min(150px, 75vw);--cert-side-size: clamp(45px, 18vw, 70px);--cert-side-max: min(85px, 32vw)}.certifications-column{max-width:280px}}.cert-img{filter:brightness(1) contrast(1.05);transform-origin:center}.cert-img:hover{transform:scale(var(--cert-hover-scale)) translateZ(0);opacity:.95;filter:brightness(1.05) contrast(1.1)}.center-cert:hover{transform:scale(var(--cert-center-hover-scale)) translateZ(0);box-shadow:var(--shadow-intense)}.side-cert:hover{transform:scale(var(--cert-side-hover-scale)) translateZ(0);box-shadow:var(--shadow-elevated)}.cert-img:focus-visible{outline:2px solid var(--accent-color);outline-offset:4px;transform:scale(var(--cert-hover-scale)) translateZ(0)}@media(hover:none)and (pointer:coarse){.cert-img:active{transform:scale(.98);opacity:.9}.side-cert{min-height:44px;min-width:44px}}@media(prefers-reduced-motion:reduce){.cert-img{transition:opacity .2s ease}.cert-img:hover,.cert-img:focus-visible,.cert-img:active{transform:none}}[data-theme=dark] .cert-img{filter:brightness(1.05) contrast(1.15) saturate(1.1);opacity:.95;box-shadow:var(--shadow-light)}[data-theme=dark] .cert-img:hover{filter:brightness(1.15) contrast(1.25) saturate(1.2);opacity:1}[data-theme=dark] .center-cert{box-shadow:var(--shadow-elevated)}[data-theme=dark] .center-cert:hover{box-shadow:var(--shadow-intense)}[data-theme=dark] .cert-img:focus-visible{outline-color:var(--accent-color);box-shadow:0 0 0 4px var(--glow-accent)}.cert-img[loading=lazy]{opacity:0;animation:fadeIn .5s ease forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(min-resolution:192dpi){.cert-img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}.testimonials-section{--testimonials-padding: var(--section-padding-block) var(--section-padding-inline);--testimonials-bg: rgba(255, 255, 255, .07);--testimonials-border: var(--border-elevated);--testimonials-shadow: 0 18px 44px rgba(0, 0, 0, .16);position:relative;padding:var(--testimonials-padding);display:flex;align-items:center;justify-content:center;overflow:hidden;background:transparent}.testimonials-content{position:relative;max-width:var(--section-max-width);width:100%;padding:clamp(3rem,6vw,4rem) clamp(2rem,5vw,3rem);background:var(--testimonials-bg);border-radius:var(--radius-surface);border:1px solid var(--testimonials-border);box-shadow:var(--testimonials-shadow);isolation:isolate;contain:paint;opacity:0;transform:translateY(20px);animation:testimonialsFadeIn .6s ease-out forwards}.testimonials-content:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:var(--z-background);pointer-events:none;background:linear-gradient(180deg,#ffffff0d,#ffffff05)}.testimonials-content>*{position:relative;z-index:var(--z-base)}@media(max-width:768px){.testimonials-content{padding:clamp(2rem,5vw,2.75rem)}}.testimonials-header{text-align:center;margin-bottom:clamp(1.75rem,4vw,2.5rem)}.testimonials-heading{font-family:var(--font-heading);font-size:clamp(1.9rem,4.8vw,2.8rem);font-weight:600;margin:0 0 .75rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.section-divider{width:clamp(60px,10vw,96px);height:4px;margin:.15rem auto .75rem;background:linear-gradient(90deg,transparent,var(--accent-color),transparent);border-radius:var(--radius-pill);opacity:.85}.testimonials-subtitle{font-size:1rem;color:var(--text-secondary);font-weight:400;margin:0 auto;max-width:640px;line-height:1.5}.testimonials-carousel{position:relative;display:flex;align-items:center;gap:.75rem;margin-bottom:clamp(1rem,3vw,1.5rem);contain:paint}.testimonials-container{flex:1;position:relative}.testimonial-card{position:absolute;top:0;left:0;right:0}.swipe-hint{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .65rem;border-radius:999px;background:#00000059;color:#fff;font-size:.85rem;line-height:1;opacity:0;animation:hintFade 2.4s ease forwards;pointer-events:none}.swipe-hint .hint-hand{width:18px;height:18px;border-radius:4px;background:linear-gradient(135deg,#a855f7,#7c3aed);position:relative;overflow:hidden}.swipe-hint .hint-hand:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 50%,rgba(255,255,255,.6),transparent 55%);animation:handSwipe 1.2s ease-in-out 2}.swipe-hint .hint-text{opacity:.9}@keyframes hintFade{0%{opacity:0}10%{opacity:1}85%{opacity:1}to{opacity:0}}@keyframes handSwipe{0%,to{transform:translate(0)}50%{transform:translate(12px)}}@media(prefers-reduced-motion:reduce){.swipe-hint{animation:none;opacity:0}}.testimonial-card{width:100%;transition:opacity .3s ease;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:grab;will-change:transform,opacity;backface-visibility:hidden;transform:translateZ(0)}.testimonials-measurements{position:absolute;left:0;right:0;top:0;visibility:hidden;pointer-events:none}.testimonial-measure{width:100%}.testimonial-content{position:relative;padding:clamp(2rem,4.5vw,2.75rem) clamp(1.75rem,4vw,2.25rem);border-radius:var(--radius-card);background:#ffffff0d;border:1px solid var(--testimonials-border);box-shadow:0 4px 16px #0000001a;min-height:240px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .25s ease,box-shadow .25s ease}.testimonial-content:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0000002e}.testimonial-card:active{cursor:grabbing}.quote-icon,.quote-mark{position:absolute;top:.85rem;left:.85rem;width:28px;height:28px;color:var(--accent-color)}.testimonial-quote{font-family:var(--font-body);font-size:clamp(1rem,2.2vw,1.1rem);line-height:1.7;color:var(--text-primary);margin:clamp(1.25rem,3vw,1.75rem) 0 clamp(1.5rem,3.5vw,2rem) 0;flex-grow:1;position:relative}.testimonial-footer{display:flex;align-items:center;gap:clamp(.875rem,2vw,1.125rem);padding-top:clamp(1.25rem,3vw,1.5rem);border-top:1px solid rgba(255,255,255,.1)}.author-avatar{width:36px;height:36px;border-radius:50%;background:var(--gradient-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:1rem;font-weight:700;flex-shrink:0}.author-info{flex:1}.testimonial-author{font-family:var(--font-heading);font-weight:600;font-size:.95rem;color:var(--accent-color);margin:0 0 .25rem;font-style:normal}.author-role{font-size:.8rem;color:var(--text-secondary);margin:0;opacity:.8}.carousel-nav{background:#ffffff1a;border:2px solid var(--accent-color);border-radius:var(--radius-pill);width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--accent-color);flex-shrink:0;transition:all .25s ease}.carousel-nav:hover:not(:disabled){background:var(--accent-color);color:#fff;transform:translateY(-1px)}.carousel-nav:disabled{opacity:.3;cursor:not-allowed}.carousel-controls{display:flex;justify-content:space-between;align-items:center;margin-top:clamp(1.75rem,4vw,2.25rem)}.carousel-dots{display:flex;justify-content:center;gap:.5rem;flex:1}.carousel-dot{width:10px;height:10px;border-radius:50%;border:none;background:#ffffff4d;cursor:pointer;transition:all .2s ease}.carousel-dot.active{background:var(--accent-color);transform:scale(1.2)}.carousel-dot:hover{background:var(--accent-color);opacity:.8}.carousel-counter{font-family:var(--font-heading);font-size:.85rem;color:var(--text-secondary);background:#ffffff14;padding:.5rem 1rem;border-radius:var(--radius-pill);font-weight:500;min-width:70px;text-align:center}.testimonial-progress{width:100%;height:3px;background:#fff3;border-radius:2px;overflow:hidden;margin-top:1rem}.testimonial-progress-bar{height:100%;background:var(--accent-color);border-radius:2px;animation:progress-fill linear forwards;transform-origin:left}@keyframes testimonialsFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes progress-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}[data-theme=dark] .testimonials-section{--testimonials-bg: rgba(28, 24, 41, .72);--testimonials-border: rgba(196, 153, 255, .25);--testimonials-shadow: 0 18px 44px rgba(0, 0, 0, .42)}[data-theme=light] .testimonials-section{--testimonials-bg: rgba(255, 255, 255, .9);--testimonials-border: rgba(139, 76, 153, .16);--testimonials-shadow: 0 18px 44px rgba(139, 76, 153, .12)}@media(max-width:768px){.testimonials-section{--testimonials-padding: 2rem 1rem}.testimonials-content{padding:1.5rem}.testimonials-carousel{gap:.75rem}.carousel-nav{width:44px;height:44px}.carousel-controls{flex-direction:column;gap:1rem;margin-top:1.25rem}.carousel-counter{order:-1;font-size:.8rem;padding:.375rem .75rem}}@media(max-width:480px){.testimonials-section{--testimonials-padding: 1.5rem .75rem}.testimonials-content{padding:1.25rem}.carousel-nav{display:none}.testimonials-carousel{gap:0}.testimonial-content{padding:1.5rem 1.25rem;min-height:180px}.quote-icon{width:28px;height:28px;font-size:1.2rem}.testimonial-quote{font-size:.9rem}.author-avatar{width:32px;height:32px;font-size:.9rem}}@media(prefers-reduced-motion:reduce){.testimonials-content{animation:none}.testimonial-content,.carousel-nav,.carousel-dot{transition:none}.testimonial-content:hover,.carousel-nav:hover{transform:none}}@media print{.testimonials-section{background:#fff;page-break-inside:avoid}.testimonials-content{background:#fff;border:2px solid black;box-shadow:none}.carousel-nav,.carousel-controls,.testimonial-progress{display:none}}.footer{--footer-padding: 1.5rem 1rem;position:relative;margin-top:auto;padding:var(--footer-padding);background:linear-gradient(180deg,#ffffff0f,#ffffff05);color:var(--text-primary);border-top:1px solid var(--border-subtle);font-size:.9rem;line-height:1.5}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border-subtle)}.footer-brand{flex:1}.footer-brand-link{display:inline-flex;color:inherit;text-decoration:none}.footer-logo-lockup{display:inline-flex;align-items:center;gap:.85rem}.footer-title-block{display:flex;flex-direction:column;gap:.35rem}.footer-logo{width:56px;height:56px;-o-object-fit:contain;object-fit:contain;border-radius:14px;padding:8px;background:#ffffff1f;box-shadow:0 12px 30px #0000002e}.footer-nav{flex:0 0 auto}.footer-title{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:var(--accent-color);margin:0 0 .5rem;line-height:1.2}.footer-divider{width:clamp(56px,9vw,88px);height:3px;background:linear-gradient(90deg,transparent,var(--accent-color),transparent);border-radius:var(--radius-pill);opacity:.85;margin:.25rem 0 .5rem}.footer-heading{font-family:var(--font-heading);font-size:.75rem;font-weight:600;color:var(--text-primary);margin:0 0 .75rem;text-transform:uppercase;letter-spacing:1px;opacity:.7}.footer-description{color:var(--text-secondary);margin:.35rem 0 0;line-height:1.4;font-size:.85rem;opacity:.7}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;justify-content:center;gap:1.25rem}.footer-link{color:var(--text-secondary);text-decoration:none;font-size:.85rem;display:inline-block;padding:.25rem 0;transition:color .3s ease;opacity:.7}.footer-link:hover,.footer-link:focus-visible{color:var(--accent-color);opacity:1}.footer-link:focus-visible{outline:1px solid var(--accent-color);outline-offset:2px;border-radius:2px}.footer-bottom{text-align:center}.back-to-top{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 10px;margin-bottom:.5rem;border:1px solid var(--border-light);border-radius:var(--radius-pill);background:#ffffff14;color:var(--text-secondary);font-size:.75rem;font-weight:600;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease}.back-to-top:hover{background:#ffffff24;color:var(--accent-color);border-color:var(--border-elevated)}.back-to-top:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}.copyright{color:var(--text-muted);margin:0;font-size:.75rem;opacity:.6}.copyright-symbol{margin-right:.25rem}@media(min-width:1024px){.footer{--footer-padding: 2rem 2rem}.footer-content{gap:3rem}.footer-title{font-size:1.5rem}.footer-description{font-size:.9rem}}[data-theme=dark] .footer{background:linear-gradient(180deg,#1c18291f,#1c18290f);border-top:1px solid var(--border-light)}[data-theme=dark] .footer-logo{background:#ffffff14;box-shadow:0 12px 30px #0006}@media(max-width:768px){.footer{--footer-padding: 1.25rem 1rem}.footer-content{flex-direction:column;align-items:center;text-align:center;gap:1.25rem;margin-bottom:.75rem;padding-bottom:.75rem}.footer-brand-link,.footer-logo-lockup{justify-content:center}.footer-brand{order:1}.footer-nav{order:2}.footer-title{font-size:1.125rem}.footer-description{font-size:.8rem}.footer-logo{width:52px;height:52px}}@media(max-width:480px){.footer{--footer-padding: 1rem .75rem}.footer-content{gap:1rem;margin-bottom:.5rem;padding-bottom:.5rem}.footer-title{font-size:1rem}.footer-heading{font-size:.7rem}.footer-description{font-size:.75rem}}@media print{.footer{background:#fff;border-top:1px solid black;page-break-inside:avoid;padding:1rem}.footer-link,.footer-title,.footer-heading{color:#000}}.cookie-policy{--policy-max-width: 800px;--policy-padding: 2.5rem 1.25rem;--policy-border-radius: 12px;--policy-shadow: 0 4px 16px rgba(0, 0, 0, .1);--policy-margin: 1.25rem auto;max-width:var(--policy-max-width);margin:var(--policy-margin);padding:var(--policy-padding);background-color:var(--bg-card);color:var(--text-primary);border-radius:var(--policy-border-radius);box-shadow:var(--policy-shadow);line-height:1.6}.cookie-policy h1{font-family:var(--font-heading);font-size:clamp(2rem,5vw,2.5rem);color:var(--accent-color);margin-bottom:1.5rem;font-weight:700;line-height:1.2}.cookie-policy h2{font-family:var(--font-heading);font-size:clamp(1.5rem,4vw,1.8rem);color:var(--text-primary);margin-top:2rem;margin-bottom:1rem;font-weight:600;line-height:1.3}.cookie-policy p{font-family:var(--font-body);font-size:1rem;color:var(--text-primary);line-height:1.6;margin-bottom:1rem}.policy-intro{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.policy-section{margin-bottom:2rem}.policy-section:last-child{margin-bottom:0}.cookie-policy ul{margin:1rem 0;padding-left:1.25rem}.cookie-policy li{font-family:var(--font-body);color:var(--text-primary);margin-bottom:.5rem;line-height:1.6}.cookie-policy a{color:var(--accent-color);text-decoration:none;font-weight:500;transition:color .2s ease}.cookie-policy a:hover,.cookie-policy a:focus-visible{color:var(--accent-hover);text-decoration:underline}.back-link{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.75rem 1rem;color:var(--accent-color);text-decoration:none;font-weight:500;border:1px solid transparent;border-radius:8px;transition:all .2s ease}.back-link:hover,.back-link:focus-visible{color:var(--accent-hover);background-color:#ffffff0d;border-color:#ffffff1a;text-decoration:none}[data-theme=dark] .policy-intro{border-bottom-color:#ffffff1a}[data-theme=light] .policy-intro{border-bottom-color:#0000001a}[data-theme=dark] .back-link:hover,[data-theme=dark] .back-link:focus-visible{background-color:#ffffff0d;border-color:#ffffff1a}[data-theme=light] .back-link:hover,[data-theme=light] .back-link:focus-visible{background-color:#0000000d;border-color:#0000001a}@media(max-width:768px){.cookie-policy{--policy-padding: 1.5rem 1rem;--policy-margin: 1rem auto}.policy-section{margin-bottom:1.5rem}.back-link{padding:.625rem .75rem;font-size:.9rem}}@media(max-width:480px){.cookie-policy{--policy-padding: 1.25rem .75rem;--policy-border-radius: 8px}}@media print{.cookie-policy{background:#fff;border:1px solid black;box-shadow:none;max-width:none;margin:0;page-break-inside:avoid}.back-link{display:none}}.privacy-policy-container{--privacy-max-width: 800px;--privacy-padding: clamp(2rem, 4vw, 3rem);--privacy-section-gap: clamp(2rem, 4vw, 3rem);--privacy-border-radius: 16px;--privacy-bg: rgba(255, 255, 255, .95);--privacy-border: 1px solid rgba(139, 76, 153, .1);--privacy-shadow: 0 4px 20px rgba(139, 76, 153, .08);--privacy-title-size: clamp(2rem, 4vw, 2.5rem);--privacy-heading-size: clamp(1.5rem, 3vw, 1.75rem);--privacy-subheading-size: clamp(1.25rem, 2.5vw, 1.375rem);--privacy-text-size: clamp(1rem, 2vw, 1.125rem);--privacy-line-height: 1.65}.privacy-policy-container{min-height:100vh;padding:var(--privacy-padding);background:transparent;display:flex;justify-content:center;align-items:flex-start}.privacy-policy-content{max-width:var(--privacy-max-width);width:100%;background:var(--privacy-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:var(--privacy-border);border-radius:var(--privacy-border-radius);box-shadow:var(--privacy-shadow);padding:var(--privacy-padding);margin-top:6rem;position:relative}[data-theme=dark] .privacy-policy-container{--privacy-bg: rgba(28, 24, 41, .95);--privacy-border: 1px solid rgba(196, 153, 255, .15);--privacy-shadow: 0 4px 20px rgba(0, 0, 0, .3)}.privacy-header{text-align:center;margin-bottom:var(--privacy-section-gap);padding-bottom:2rem;border-bottom:1px solid rgba(139,76,153,.1)}[data-theme=dark] .privacy-header{border-bottom:1px solid rgba(196,153,255,.15)}.privacy-breadcrumb{margin-bottom:1.5rem;text-align:left}.breadcrumb-link{color:var(--accent-color);text-decoration:none;font-weight:500;font-size:.95rem;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.breadcrumb-link:hover{color:var(--accent-hover);transform:translate(-2px)}.privacy-title{font-family:var(--font-heading);font-size:var(--privacy-title-size);font-weight:700;color:var(--text-primary);margin:0 0 1rem;line-height:1.2;background:linear-gradient(135deg,var(--accent-color),#c499ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.privacy-subtitle{font-size:var(--privacy-text-size);color:var(--text-secondary);margin:0 0 1.5rem;line-height:var(--privacy-line-height);opacity:.9}.privacy-date{font-size:.9rem;color:var(--text-muted);margin:0;opacity:.8}.privacy-main{display:flex;flex-direction:column;gap:var(--privacy-section-gap)}.privacy-section{position:relative}.privacy-section h2{font-family:var(--font-heading);font-size:var(--privacy-heading-size);font-weight:600;color:var(--text-primary);margin:0 0 1rem;line-height:1.3;position:relative;padding-left:1rem}.privacy-section h2:before{content:"";position:absolute;left:0;top:.5rem;width:3px;height:1.5rem;background:var(--accent-color);border-radius:2px}.privacy-section h3{font-family:var(--font-heading);font-size:var(--privacy-subheading-size);font-weight:600;color:var(--text-primary);margin:1.5rem 0 .75rem;line-height:1.3}.privacy-section p{font-size:var(--privacy-text-size);color:var(--text-primary);line-height:var(--privacy-line-height);margin:0 0 1rem;opacity:.9}.privacy-section ul{margin:1rem 0;padding-left:1.5rem}.privacy-section li{font-size:var(--privacy-text-size);color:var(--text-primary);line-height:var(--privacy-line-height);margin-bottom:.5rem;opacity:.9}.privacy-section a{color:var(--accent-color);text-decoration:none;font-weight:500;transition:color .3s ease}.privacy-section a:hover{color:var(--accent-hover);text-decoration:underline}.contact-info{background:#8b4c990d;border:1px solid rgba(139,76,153,.1);border-radius:12px;padding:1.5rem;margin-top:1rem}[data-theme=dark] .contact-info{background:#c499ff14;border:1px solid rgba(196,153,255,.15)}.contact-info p{margin-bottom:.5rem}.contact-info p:last-child{margin-bottom:0}.privacy-footer{margin-top:var(--privacy-section-gap);padding-top:2rem;border-top:1px solid rgba(139,76,153,.1)}[data-theme=dark] .privacy-footer{border-top:1px solid rgba(196,153,255,.15)}.privacy-footer-nav{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.footer-nav-link{color:var(--accent-color);text-decoration:none;font-weight:500;font-size:var(--privacy-text-size);padding:.5rem 1rem;border:1px solid var(--accent-color);border-radius:8px;transition:all .3s ease;text-align:center}.footer-nav-link:hover{background:var(--accent-color);color:#fff;transform:translateY(-2px)}@media(max-width:768px){.privacy-policy-container{--privacy-padding: clamp(1.5rem, 4vw, 2rem);--privacy-section-gap: clamp(1.5rem, 4vw, 2rem)}.privacy-policy-content{margin-top:5rem}.privacy-header{margin-bottom:2rem;padding-bottom:1.5rem}.privacy-footer-nav{flex-direction:column;align-items:center;gap:1rem}.footer-nav-link{width:100%;max-width:200px}}@media(max-width:480px){.privacy-policy-container{--privacy-padding: clamp(1rem, 4vw, 1.5rem)}.privacy-policy-content{margin-top:4rem;border-radius:12px}.privacy-section h2{padding-left:.75rem}.privacy-section h2:before{left:0;width:2px;height:1.25rem;top:.375rem}.contact-info{padding:1rem}}@media(prefers-reduced-motion:reduce){.breadcrumb-link,.footer-nav-link{transition:none}.breadcrumb-link:hover,.footer-nav-link:hover{transform:none}}@media print{.privacy-policy-container{background:#fff;padding:1rem}.privacy-policy-content{background:#fff;border:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;margin-top:0}.privacy-breadcrumb,.privacy-footer{display:none}.privacy-title{color:#000;background:none;-webkit-text-fill-color:initial}.privacy-section h2,.privacy-section h3,.privacy-section p,.privacy-section li{color:#000}.privacy-section a{color:#06c}}.silk-background-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none;overflow:hidden}.silk-background-container canvas{width:100%!important;height:100%!important;display:block}
