@import"https://fonts.googleapis.com/css2?family=Gallient&display=swap";*{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:var(--bg-page);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:1;contain:layout}#root,.App,.homepage-container{width:100%}img,video,canvas,iframe{max-width:100%;height:auto;display:block}@media(max-width:768px){body{-webkit-overflow-scrolling:touch}.section-fullscreen{min-height:auto;padding:3rem 0}}:root{--accent-color: #8b4c99;--accent-hover: #6d3a7a;--accent-secondary: #a855f7;--accent-tertiary: #7c3aed;--bg-page: #faf8fc;--bg-card: #ffffff;--bg-card-transparent: rgba(255, 255, 255, .85);--bg-elevated: #f8f4ff;--bg-surface: #f3ecff;--text-primary: #2b1f35;--text-secondary: #6b5f78;--text-muted: #8b7b94;--text-disabled: #a8a0b0;--success-color: #059669;--warning-color: #d97706;--error-color: #dc2626;--info-color: #2563eb;--border-light: rgba(139, 76, 153, .15);--border-elevated: rgba(139, 76, 153, .25);--border-subtle: rgba(139, 76, 153, .08);--shadow-light: rgba(43, 31, 53, .08);--shadow-elevated: rgba(43, 31, 53, .15);--shadow-intense: rgba(43, 31, 53, .25);--shadow-hover-light: rgba(43, 31, 53, .12);--overlay-light: rgba(255, 255, 255, .85);--overlay-heavy: rgba(250, 248, 252, .95);--glow-accent: rgba(139, 76, 153, .2);--glow-subtle: rgba(139, 76, 153, .1);--glow-intense: rgba(139, 76, 153, .3);--gradient-primary: linear-gradient(135deg, #8b4c99 0%, #a855f7 100%);--gradient-secondary: linear-gradient(135deg, #a855f7 0%, #7c3aed 100%);--gradient-card: linear-gradient(145deg, #ffffff 0%, #f8f4ff 100%);--gradient-card-transparent: linear-gradient( 145deg, rgba(255, 255, 255, .85) 0%, rgba(248, 244, 255, .85) 100% );--gradient-surface: linear-gradient(145deg, #f8f4ff 0%, #f3ecff 100%);--gradient-radial: radial-gradient( circle at center, rgba(139, 76, 153, .05) 0%, transparent 70% );--font-body: "Nunito Sans", Arial, sans-serif;--font-mono: "Courier New", monospace;--font-heading: "Gallient", Georgia, serif;--subtitle-opacity: .85}[data-theme=dark]{--accent-color: #bb86fc;--accent-hover: #d4b3ff;--accent-secondary: #8b5cf6;--accent-tertiary: #6366f1;--bg-page: #0d0a14;--bg-card: #1a1625;--bg-card-transparent: rgba(26, 22, 37, .85);--bg-elevated: #252033;--bg-surface: #2d2438;--text-primary: #f8f6fc;--text-secondary: #b8a9c9;--text-muted: #8a7ca8;--text-disabled: #5c5470;--success-color: #10b981;--warning-color: #f59e0b;--error-color: #ef4444;--info-color: #3b82f6;--border-light: rgba(187, 134, 252, .15);--border-elevated: rgba(187, 134, 252, .25);--border-subtle: rgba(187, 134, 252, .08);--shadow-light: rgba(0, 0, 0, .4);--shadow-elevated: rgba(0, 0, 0, .6);--shadow-intense: rgba(0, 0, 0, .8);--shadow-hover-light: rgba(187, 134, 252, .15);--overlay-light: rgba(26, 22, 37, .9);--overlay-heavy: rgba(13, 10, 20, .95);--glow-accent: rgba(187, 134, 252, .3);--glow-subtle: rgba(187, 134, 252, .1);--glow-intense: rgba(187, 134, 252, .5);--gradient-primary: linear-gradient(135deg, #bb86fc 0%, #8b5cf6 100%);--gradient-secondary: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);--gradient-card: linear-gradient(145deg, #1a1625 0%, #252033 100%);--gradient-card-transparent: linear-gradient( 145deg, rgba(26, 22, 37, .85) 0%, rgba(37, 32, 51, .85) 100% );--gradient-surface: linear-gradient(145deg, #252033 0%, #2d2438 100%);--gradient-radial: radial-gradient( circle at center, rgba(187, 134, 252, .1) 0%, transparent 70% )}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;background:transparent}.homepage-container>*{position:relative;z-index:1}.silk-background-wrapper{position:fixed;inset:0;width:100vw;height:100vh;pointer-events:none;z-index:0}.silk-background-wrapper canvas,.silk-background-wrapper>div{width:100%!important;height:100%!important;display:block!important}body.silk-active{background:transparent}body.silk-active .homepage-container:before,body.silk-active .homepage-container:after,body.silk-active .section-fullscreen:before,body.silk-active .section-fullscreen:after{display:none!important}@media(max-width:768px){.homepage-container{padding:0}.silk-background-wrapper{height:100dvh}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--nav-bg: var(--bg-card);--nav-text: var(--text-primary);--nav-accent: var(--accent-color)}.navbar{position:fixed;top:0;left:0;right:0;background:var(--bg-card, #ffffff);color:var(--text-primary, #2d2a30);display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;box-shadow:0 2px 8px #0000000d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1000;width:100%;box-sizing:border-box;min-height:60px;transition:all .3s ease}.navbar-logo{display:flex;align-items:center}.navbar-title{font-family:var( --font-heading, "Gallient", Georgia, serif );font-size:1.5rem;font-weight:700;color:var(--accent-color, #9055a2);white-space:nowrap;transition:color .3s ease;line-height:1.2}.navbar-toggle{display:none;background:none;border:none;font-size:1.5rem;color:var(--text-primary, #2d2a30);cursor:pointer;z-index:1001;padding:.5rem;border-radius:.375rem;transition:all .2s ease;min-width:44px;min-height:44px;align-items:center;justify-content:center}.navbar-toggle:hover{background:rgba(var(--accent-color-rgb, 144, 85, 162),.1);color:var(--accent-color, #9055a2)}.navbar-toggle:focus-visible{outline:2px solid var(--accent-color, #9055a2);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,.navbar-links .navbar-links a{font-family:var( --font-heading, "Gallient", Georgia, serif );font-size:1rem;font-weight:500;color:var(--text-primary, #2d2a30);text-decoration:none;position:relative;padding:.5rem 0;transition:color .3s ease;display:block}.navbar-links a:after{content:"";position:absolute;bottom:-4px;left:50%;width:0;height:2px;background:var(--accent-color, #9055a2);transition:width .3s ease,left .3s ease}.navbar-links a:hover,.navbar-links a.active{color:var(--accent-color, #9055a2)}.navbar-links a:hover:after,.navbar-links a.active:after{width:100%;left:0}.theme-toggle-btn{display:flex;align-items:center;gap:.5rem;background:none;border:none;font-size:1rem;color:var(--text-primary, #2d2a30);cursor:pointer;font-family:var( --font-body, "Nunito Sans", Arial, sans-serif );padding:.5rem .5rem .5rem 1rem;outline:none;border-radius:.375rem;transition:all .2s ease;min-height:36px}.theme-toggle-btn:hover{background:rgba(var(--accent-color-rgb, 144, 85, 162),.1);color:var(--accent-color, #9055a2)}.theme-toggle-btn:focus-visible{outline:2px solid var(--accent-color, #9055a2);outline-offset:2px}@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-title{font-size:1.25rem}.navbar-toggle{display:flex}.navbar-links{position:fixed;top:0;right:0;height:100vh;height:100dvh;width:320px;max-width:85vw;background:var(--bg-card, #ffffff);flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;transform:translate(100%);transition:all .3s cubic-bezier(.4,0,.2,1);visibility:hidden;opacity:0;z-index:1000;box-shadow:-4px 0 20px #00000026;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-left:1px solid rgba(var(--accent-color-rgb, 144, 85, 162),.2)}.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;position:relative}.navbar-links a:hover,.navbar-links a.active{background:rgba(var(--accent-color-rgb, 144, 85, 162),.1)}.navbar-links a:after{display:none}.theme-toggle-btn{padding:1rem 1.25rem;width:100%;justify-content:flex-start;font-size:1.125rem;margin-top:1rem;border-top:1px solid rgba(var(--text-primary-rgb, 45, 42, 48),.1)}}@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,.theme-toggle-btn{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}@media(max-width:768px){.navbar-overlay{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:999;opacity:0;visibility:hidden;transition:all .3s ease}.navbar-overlay.open{opacity:1;visibility:visible}}.navbar-links a:focus-visible{outline:2px solid var(--accent-color, #9055a2);outline-offset:2px}.navbar-links a,.navbar-toggle,.theme-toggle-btn{-webkit-tap-highlight-color:transparent}[data-theme=dark] .navbar{box-shadow:0 2px 8px #0003}@media(prefers-reduced-motion:reduce){.navbar,.navbar-links,.navbar-toggle,.theme-toggle-btn,.navbar-overlay,.navbar-links a{transition:none}}.hero{position:relative;display:flex;justify-content:center;align-items:center;height:93vh;background:transparent url(/assets/unmasked-logo-BaD4mcFO.png) no-repeat center center;background-size:clamp(260px,55vw,600px) auto;background-attachment:fixed;z-index:1;color:var(--text-primary);text-align:center;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:transparent url(/assets/unmasked-logo-BaD4mcFO.png) no-repeat center center;background-size:clamp(260px,55vw,600px) auto;background-attachment:fixed;background-blend-mode:soft-light;opacity:0;transition:opacity 2.5s ease-in-out;z-index:0}.hero.hero-loaded:before{opacity:.65}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:120px;z-index:1;pointer-events:none}[data-theme=dark] .hero.section-fullscreen{background-color:transparent}[data-theme=dark] .hero.section-fullscreen:before{background:transparent}@media(max-width:768px){.hero{background-size:clamp(220px,70vw,480px) auto;background-attachment:scroll}.hero:before{background-size:clamp(220px,70vw,480px) auto;background-attachment:scroll}.hero.section-fullscreen{background-color:transparent}.hero.section-fullscreen:before{background:transparent}[data-theme=dark] .hero.section-fullscreen{background-color:transparent}[data-theme=dark] .hero.section-fullscreen:before{background:transparent}}@media(max-width:480px){.hero{background-size:clamp(180px,80vw,360px) auto}.hero:before{background-size:clamp(180px,80vw,360px) auto}.hero.section-fullscreen{height:100vh;background-color:transparent;padding:15px 0}.hero.section-fullscreen:before{background:transparent}[data-theme=dark] .hero.section-fullscreen{background-color:transparent}[data-theme=dark] .hero.section-fullscreen:before{background:transparent}}.hero-overlay{position:absolute;inset:0;z-index:2}.hero-content{position:relative;z-index:4;padding:40px 20px;width:100%;max-width:1200px;margin:0 auto;color:var(--text-primary);opacity:0;transform:translateY(30px);transition:opacity 1s ease-in-out 1s,transform 1s ease-in-out 1s;backdrop-filter:blur(12px);border-radius:20px;border:1px solid rgba(255,255,255,.15);box-shadow:0 8px 32px #0000001a,inset 0 1px #fff3;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-content.hero-content-visible{opacity:1;transform:translateY(0)}.hero-title{font-family:var(--font-heading);font-size:3.5rem;font-weight:300;line-height:1.1;margin-bottom:20px;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto;text-shadow:0 2px 8px rgba(0,0,0,.3),0 4px 16px rgba(0,0,0,.2),0 1px 2px rgba(0,0,0,.4);filter:contrast(1.1)}.hero-word{display:inline-block;margin-right:.3em;white-space:nowrap}.hero-letter{display:inline-block;opacity:0;transform:translateY(10px) scale(.9);color:transparent;-webkit-text-stroke:1px var(--text-primary);position:relative}.hero-content-visible .hero-letter{animation:fadeZoomLetter .4s ease-out forwards}.hero-letter:before{content:attr(data-char);color:var(--text-primary);position:absolute;top:0;left:0;-webkit-text-stroke:0;text-shadow:0 2px 8px rgba(0,0,0,.4),0 4px 16px rgba(0,0,0,.2),0 1px 2px rgba(0,0,0,.5);filter:contrast(1.15)}[data-theme=dark] .hero-title{text-shadow:0 3px 12px rgba(0,0,0,.8),0 6px 24px rgba(0,0,0,.6),0 2px 4px rgba(0,0,0,.9);filter:contrast(1.2) brightness(1.1)}[data-theme=dark] .hero-letter{-webkit-text-stroke:1px var(--text-primary)}[data-theme=dark] .hero-letter:before{text-shadow:0 3px 12px rgba(0,0,0,.9),0 6px 24px rgba(0,0,0,.7),0 2px 4px rgba(0,0,0,1);filter:contrast(1.25) brightness(1.1)}[data-theme=dark] .hero-content{background:#00000026;backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0006,inset 0 1px #ffffff1a}.hero-space{width:.5rem;display:inline-block}.hero-subtitle{font-family:var(--font-body);font-size:1.5rem;font-weight:500;line-height:1.6;max-width:600px;margin:0 auto 30px;color:var(--text-primary);opacity:0;transition:transform .75s ease-out;text-shadow:0 2px 6px rgba(0,0,0,.3),0 1px 3px rgba(0,0,0,.4);filter:contrast(1.1)}.hero-content-visible .hero-subtitle{animation:subtitleFadeIn .85s ease-out forwards;animation-delay:2s}[data-theme=dark] .hero-subtitle{text-shadow:0 2px 8px rgba(0,0,0,.7),0 4px 16px rgba(0,0,0,.5),0 1px 3px rgba(0,0,0,.8);filter:contrast(1.15) brightness(1.05)}.hero-cta{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--accent-color) 0%,var(--accent-hover) 100%);color:#fff;padding:16px 32px;font-size:1.2rem;border-radius:50px;text-decoration:none;font-weight:800;transition:all .4s cubic-bezier(.4,0,.2,1);border:3px solid transparent;position:relative;min-height:44px;box-shadow:0 8px 25px #8b4c9966,0 4px 12px #8b4c994d,inset 0 1px #fff3;text-shadow:0 2px 6px rgba(0,0,0,.8),0 1px 3px rgba(0,0,0,.6);animation:heroCtaPulse 3s ease-in-out infinite}.hero-cta:hover{background:linear-gradient(135deg,var(--accent-hover) 0%,var(--accent-secondary) 100%);color:#fff;transform:translateY(var(--scroll-y, 0px)) scale(1.05);box-shadow:0 12px 35px #8b4c9999,0 8px 20px #8b4c9966,inset 0 1px #ffffff4d;text-shadow:0 3px 8px rgba(0,0,0,.9),0 1px 4px rgba(0,0,0,.7);animation:none}.hero-cta:focus{outline:none;border-color:#fff;box-shadow:0 12px 35px #8b4c9999,0 8px 20px #8b4c9966,0 0 0 4px var(--glow-accent),inset 0 1px #ffffff4d;color:#fff;text-shadow:0 3px 8px rgba(0,0,0,.9),0 1px 4px rgba(0,0,0,.7);animation:none}[data-theme=dark] .hero-cta{background:linear-gradient(135deg,var(--accent-color) 0%,var(--accent-secondary) 100%);color:#fff;font-weight:800;text-shadow:0 3px 8px rgba(0,0,0,.9),0 2px 4px rgba(0,0,0,.8);box-shadow:0 8px 25px #a855f780,0 4px 12px #a855f766,inset 0 1px #ffffff26}[data-theme=dark] .hero-cta:hover{background:linear-gradient(135deg,var(--accent-hover) 0%,var(--accent-tertiary) 100%);color:#fff;box-shadow:0 12px 35px #a855f7b3,0 8px 20px #a855f780,inset 0 1px #fff3;text-shadow:0 4px 10px rgba(0,0,0,.95),0 2px 6px rgba(0,0,0,.8)}[data-theme=dark] .hero-cta:focus{border-color:#fff;box-shadow:0 12px 35px #a855f7b3,0 8px 20px #a855f780,0 0 0 4px var(--glow-accent),inset 0 1px #fff3;color:#fff;text-shadow:0 4px 10px rgba(0,0,0,.95),0 2px 6px rgba(0,0,0,.8)}@keyframes heroCtaPulse{0%,to{box-shadow:0 8px 25px #8b4c9966,0 4px 12px #8b4c994d,inset 0 1px #fff3}50%{box-shadow:0 10px 30px #8b4c9980,0 6px 16px #8b4c9966,inset 0 1px #ffffff40}}[data-theme=dark] .hero-cta{animation:heroCtaPulseDark 3s ease-in-out infinite}@keyframes heroCtaPulseDark{0%,to{box-shadow:0 8px 25px #a855f780,0 4px 12px #a855f766,inset 0 1px #ffffff26}50%{box-shadow:0 10px 30px #a855f799,0 6px 16px #a855f780,inset 0 1px #fff3}}.scroll-indicator{position:absolute;bottom:20px;left:50%;z-index:4;border-radius:50%;padding:8px;cursor:pointer;background:none;border:none;min-height:44px;min-width:44px;opacity:0;transform:translate(-50%) translateY(20px);transition:opacity 1s ease-in-out 1.5s,transform 1s ease-in-out 1.5s,background-color .3s ease}.scroll-indicator.scroll-indicator-visible{opacity:1;transform:translate(-50%) translateY(0);animation:bounce 2s infinite}.scroll-indicator:hover{background-color:#9055a21a}.scroll-indicator:focus{outline:none;background-color:#9055a233;box-shadow:0 0 0 2px var(--accent-color)}[data-theme=dark] .scroll-indicator:hover{background-color:#e3a4f626}[data-theme=dark] .scroll-indicator:focus{background-color:#e3a4f640}.scroll-chevron{color:var(--text-primary);width:32px;height:32px;opacity:.8;transition:opacity .3s ease}.scroll-indicator:hover .scroll-chevron{opacity:1}@keyframes fadeZoomLetter{0%{opacity:0;transform:translateY(10px) scale(.9);color:transparent}to{opacity:1;transform:translateY(0) scale(1);color:var(--text-primary)}}@keyframes subtitleFadeIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:.9}}[data-theme=dark] .hero-content-visible .hero-subtitle{animation:subtitleFadeInDark .85s ease-out forwards;animation-delay:2s}@keyframes subtitleFadeInDark{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:.95}}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}@media(max-width:1024px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.3rem}}@media(max-width:768px){.hero.section-fullscreen{height:100vh;background-color:transparent;padding:0;display:flex;align-items:center;justify-content:center}.hero.section-fullscreen:before{background:transparent}.hero-content{padding:30px 20px 20px;max-width:calc(100% - 40px);width:calc(100% - 40px);margin:0 auto;border-radius:16px;background:#ffffff1f;backdrop-filter:blur(10px)}.hero-title{font-size:2.4rem;line-height:1.2;margin-bottom:20px;letter-spacing:.02em;text-align:center}.hero-word{margin-right:.25em;display:inline-block}.hero-subtitle{font-size:1.2rem;line-height:1.6;margin-bottom:30px;padding:0 20px;max-width:500px;margin-left:auto;margin-right:auto}.hero-cta{font-size:1.1rem;padding:15px 30px;min-height:48px;margin-top:10px;border-radius:40px}}@media(max-width:480px){.hero-content{padding:25px 15px 15px;max-width:calc(100% - 30px);width:calc(100% - 30px);margin:0 auto;border-radius:12px;background:#ffffff26;backdrop-filter:blur(8px)}.hero-title{font-size:2rem;line-height:1.3;margin-bottom:18px;letter-spacing:.01em;padding:0 10px}.hero-word{margin-right:.2em}.hero-subtitle{font-size:1.1rem;line-height:1.5;margin-bottom:25px;padding:0 15px;max-width:400px}.hero-cta{font-size:1rem;padding:14px 28px;min-height:48px;border-radius:35px;font-weight:700}.scroll-indicator{bottom:25px;padding:12px}.scroll-chevron{width:30px;height:30px}}@media(max-width:360px){.hero{background-size:clamp(160px,85vw,300px) auto}.hero:before{background-size:clamp(160px,85vw,300px) auto}.hero.section-fullscreen{background-color:transparent}.hero.section-fullscreen:before{background:transparent}[data-theme=dark] .hero.section-fullscreen{background-color:transparent}[data-theme=dark] .hero.section-fullscreen:before{background:transparent}.hero-content{padding:20px 8px 12px;margin-top:0;border-radius:10px;background:#ffffff2e;backdrop-filter:blur(6px)}.hero-title{font-size:1.8rem;line-height:1.4;margin-bottom:15px;padding:0 5px}.hero-subtitle{font-size:1rem;line-height:1.4;margin-bottom:20px;padding:0 10px}.hero-cta{font-size:.95rem;padding:14px 26px;min-height:48px;border-radius:30px}.scroll-indicator{bottom:20px}.scroll-chevron{width:28px;height:28px}}@media(max-width:768px){[data-theme=dark] .hero-content{background:#0003;backdrop-filter:blur(12px)}}@media(max-width:480px){[data-theme=dark] .hero-content{background:#00000040;backdrop-filter:blur(10px)}}@media(max-width:360px){[data-theme=dark] .hero-content{background:#0000004d;backdrop-filter:blur(8px)}}@media(prefers-reduced-motion:reduce){.hero-cta{animation:none!important;transition:none!important}.hero-cta:hover{transform:translateY(var(--scroll-y, 0px)) scale(1)!important;animation:none!important}[data-theme=dark] .hero-cta{animation:none!important}}.bio-section{position:relative;min-height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;padding:40px 120px;background:transparent}.bio-card{background:linear-gradient(145deg,#ffffff3d,#f8f4ff33);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:var(--text-primary);max-width:900px;width:90vw;overflow-y:auto;border-radius:16px;box-shadow:0 8px 32px #00000026;z-index:1;margin-top:32px;display:flex;flex-direction:column;border:1px solid rgba(227,164,246,.18);justify-content:flex-start}[data-theme=dark] .bio-card{background:linear-gradient(145deg,#0d0a148c,#1a162573);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 8px 32px #0006;border:1px solid rgba(227,164,246,.3)}.bio-text{padding:32px 28px;line-height:1.7;overflow-y:visible}.bio-header{position:relative;display:flex;justify-content:center;align-items:center;margin-bottom:24px;min-height:140px}.bio-headshot-container{position:absolute;left:0;top:90%;transform:translateY(-50%)}.bio-headshot{width:120px;height:120px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:3px solid var(--accent-color);box-shadow:0 4px 16px #9055a233;transition:all .3s ease;opacity:0;transform:translateY(-50%) scale(.8)}.bio-text.visible .bio-headshot{opacity:1;transform:translateY(-50%) scale(1);transition:all .6s ease .3s}.bio-headshot:hover{transform:translateY(-50%) scale(1.05);box-shadow:0 6px 20px #9055a24d}[data-theme=dark] .bio-headshot{box-shadow:0 4px 16px #e3a4f64d}[data-theme=dark] .bio-headshot:hover{box-shadow:0 6px 20px #e3a4f666}.bio-title-section{text-align:center;width:100%}.bio-text .bio-title,.bio-text .bio-paragraph,.bio-text .bio-subheading,.bio-text .bio-signature{opacity:1!important;transform:none!important}.bio-title{font-family:var(--font-heading);font-size:2.5rem;margin-bottom:12px;line-height:1.2;text-align:center;color:var(--accent-color)}.bio-divider{margin:0 auto 24px;display:block}.bio-greeting{margin-bottom:32px;text-align:center}.bio-greeting .bio-paragraph:first-child{font-size:1.5rem;font-weight:600;margin-bottom:16px;color:var(--accent-color)}.bio-section-block{margin-bottom:32px}.bio-subheading{font-family:var(--font-heading);font-size:1.4rem;color:var(--accent-color);margin-bottom:16px;font-weight:600}.bio-paragraph{margin-bottom:16px;font-size:1.1rem;color:var(--text-primary)}.bio-credentials{margin-top:16px}.bio-credential{margin-bottom:16px;padding:16px;background:#9055a214;border-left:4px solid var(--accent-color);border-radius:8px;font-size:1rem;line-height:1.6;color:var(--text-primary)}[data-theme=dark] .bio-credential{background:#e3a4f61a;border-left:4px solid var(--accent-color)}.bio-credential strong{color:var(--accent-color);font-weight:700}.bio-discovery-list{list-style:none;padding:0;margin:16px 0}.bio-discovery-list li{position:relative;padding-left:24px;margin-bottom:12px;font-size:1.1rem;line-height:1.6;color:var(--text-primary)}.bio-discovery-list li:before{content:"✨";position:absolute;left:0;top:0}.bio-closing{margin:32px 0;padding:24px;background:linear-gradient(135deg,#9055a21a,#e3a4f61a);border-radius:12px;text-align:center}.cta-section{text-align:center;padding:24px;border-radius:12px;background:var(--accent-color);color:#fff;margin:32px 0}.cta-text{font-size:1.3rem;font-weight:600;margin:0 0 20px;line-height:1.4}.cta-link-container{display:flex;flex-direction:column;align-items:center;gap:12px}.cta-link{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#fff3;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:2px solid rgba(255,255,255,.3)}.cta-link:hover{background:#ffffff4d;transform:translateY(-2px)}.link-icon,.link-arrow{font-size:1.1rem}.cta-subtext{font-size:1rem;margin:0;font-style:italic;opacity:.9}[data-theme=dark] .bio-closing{background:linear-gradient(135deg,#e3a4f626,#9055a21a)}[data-theme=dark] .bio-signature{background:linear-gradient(135deg,#e3a4f61f,#9055a214);border:2px solid rgba(227,164,246,.25)}[data-theme=dark] .bio-signature:before{background:linear-gradient(90deg,var(--accent-color),#f0c3ff,var(--accent-color))}.bio-highlight{font-size:1.3rem;font-weight:600;color:var(--accent-color);margin-top:20px}.bio-quote{margin-top:32px;padding:24px;background:var(--accent-color);color:#fff;border-radius:12px;text-align:center}.bio-3cs{font-size:1.1rem;font-style:italic;margin-bottom:8px;line-height:1.6}.bio-signature{margin-top:24px;padding:20px 24px;background:linear-gradient(135deg,#9055a214,#e3a4f614);border:2px solid rgba(144,85,162,.15);border-radius:12px;text-align:center;position:relative;overflow:hidden}.bio-signature:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent-color),#b366c7,var(--accent-color))}.bio-signature p{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;color:var(--accent-color);margin:0;line-height:1.4;letter-spacing:.3px}@media(max-width:900px){.bio-card{max-width:98vw;width:98vw;padding:0}.bio-text{padding:28px 20px}.bio-header{position:static;flex-direction:column;min-height:auto;padding:16px 0}.bio-headshot-container{position:static;transform:none;display:flex;justify-content:center;margin-bottom:8px}.bio-headshot{width:110px;height:110px;opacity:1!important;transform:scale(1)!important;border-width:3px;box-shadow:0 6px 20px #9055a240;transition:all .4s ease;display:block;position:relative;z-index:10}.bio-text.visible .bio-headshot{opacity:1!important;transform:scale(1)!important;box-shadow:0 8px 24px #9055a24d}.bio-headshot:hover{transform:scale(1.05)!important;box-shadow:0 10px 28px #9055a266}[data-theme=dark] .bio-headshot{box-shadow:0 6px 20px #e3a4f659}[data-theme=dark] .bio-text.visible .bio-headshot{box-shadow:0 8px 24px #e3a4f666}[data-theme=dark] .bio-headshot:hover{box-shadow:0 10px 28px #e3a4f680}}@media(max-width:768px){.bio-section{padding:40px 20px;height:auto;max-height:none}.bio-card{width:95%;max-width:600px;max-height:90vh;margin:0 auto;box-shadow:0 4px 16px #00000014}.bio-video-container{display:none}}@media(max-width:600px){.bio-card{margin:12px 0;border-radius:10px}.bio-text{padding:20px 16px}.bio-header{gap:16px;padding:12px 0}.bio-headshot-container{margin-bottom:4px}.bio-headshot{width:90px;height:90px;opacity:1!important;transform:scale(1)!important;border-width:3px;box-shadow:0 4px 16px #9055a240;display:block;position:relative;z-index:10}.bio-text.visible .bio-headshot{opacity:1!important;transform:scale(1)!important;box-shadow:0 6px 20px #9055a259}.bio-headshot:hover{transform:scale(1.05)!important;box-shadow:0 8px 24px #9055a273}[data-theme=dark] .bio-headshot{box-shadow:0 4px 16px #e3a4f64d}[data-theme=dark] .bio-text.visible .bio-headshot{box-shadow:0 6px 20px #e3a4f666}[data-theme=dark] .bio-headshot:hover{box-shadow:0 8px 24px #e3a4f680}.bio-title{font-size:2rem}.bio-subheading{font-size:1.2rem}.bio-paragraph{font-size:1rem;margin-bottom:14px}.bio-credential{padding:12px;font-size:.95rem}.bio-discovery-list li{font-size:1rem}.bio-highlight{font-size:1.2rem}.cta-section{padding:16px}.cta-text{font-size:1.1rem}.cta-link{padding:10px 16px;font-size:.95rem}.bio-3cs{font-size:1rem}.bio-signature{margin-top:20px;padding:16px 20px}.bio-signature p{font-size:1rem;line-height:1.3}}:root{--contact-bg-light: var(--bg-card);--contact-bg-dark: var(--bg-elevated);--contact-border-radius: 20px;--contact-padding-desktop: 4rem 3rem;--contact-padding-tablet: 3rem 2rem;--contact-padding-mobile: 2.5rem 1.5rem;--contact-padding-small: 2rem 1rem;--contact-max-width: 700px;--contact-shadow-light: var(--shadow-light);--contact-shadow-dark: var(--shadow-elevated);--contact-shadow-hover-light: var(--shadow-hover-light);--contact-shadow-hover-dark: var(--shadow-elevated);--contact-transform-hover: translateY(-5px)}.contact-container{background:linear-gradient(145deg,#ffffff38,#f8f4ff2e);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:2px solid var(--accent-color);border-radius:var(--contact-border-radius);padding:var(--contact-padding-desktop);max-width:var(--contact-max-width);width:100%;margin:0 auto;position:relative;box-shadow:var(--shadow-light);transition:all .3s ease;will-change:transform,box-shadow;contain:layout style paint;transform-style:preserve-3d}@media(prefers-reduced-motion:reduce){.contact-container,.cta-link,.link-arrow{transition:none!important;will-change:auto;animation:none!important}.contact-container:hover,.cta-link:hover{transform:none!important}.cta-link:before{display:none}.cta-link:hover .link-arrow{transform:none!important}}.contact-container:before{content:"";position:absolute;inset:-2px;background:linear-gradient(135deg,#8b4c9952,#a855f75c);border-radius:var(--contact-border-radius);z-index:-1;opacity:0;transition:opacity .3s ease}.contact-container:hover:before{opacity:1}.contact-container:hover{border-color:transparent;transform:var(--contact-transform-hover);box-shadow:var(--shadow-hover-light)}[data-theme=dark] .contact-container{background:linear-gradient(145deg,#0d0a1480,#1a162566);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:var(--shadow-elevated)}[data-theme=dark] .contact-container:hover{box-shadow:var(--shadow-intense)}[data-theme=dark] .contact-container:before{background:linear-gradient(135deg,#bb86fc5c,#8b5cf652)}.cta-section{text-align:center}.cta-header{margin-bottom:2.5rem}.cta-text{font-family:var(--font-heading);color:var(--text-primary);line-height:1.4;letter-spacing:-.01em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cta-main-heading{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:300;margin-bottom:1rem}.cta-sub-heading{font-size:clamp(1.2rem,3.5vw,2rem);font-weight:200;opacity:.8;margin-top:-.5rem;margin-bottom:0}[data-theme=dark] .cta-main-heading,[data-theme=dark] .cta-sub-heading{text-shadow:0 1px 3px rgba(0,0,0,.4)}[data-theme=dark] .cta-main-heading{font-weight:400}[data-theme=dark] .cta-sub-heading{font-weight:300;opacity:.9}.cta-link-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-top:2.5rem}.cta-link{display:inline-flex;align-items:center;gap:.75rem;padding:18px 36px;border:3px solid var(--accent-color);border-radius:50px;background:linear-gradient(135deg,var(--accent-color) 0%,var(--accent-hover) 100%);color:var(--bg-page);text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;min-height:44px;min-width:44px;cursor:pointer;box-shadow:0 8px 25px #8b4c9966,0 4px 12px #8b4c994d,inset 0 1px #fff3;text-shadow:0 2px 4px rgba(0,0,0,.3);animation:ctaLinkGlow 4s ease-in-out infinite}.cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;border:2px solid var(--accent-color);border-radius:50px;background:var(--gradient-primary);color:var(--text-dark);text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;position:relative;overflow:hidden;min-height:44px;min-width:44px;cursor:pointer;outline:none;box-shadow:var(--shadow-light)}.cta-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-elevated);border-color:var(--accent-secondary);background:var(--gradient-secondary)}.cta-button:focus{outline:2px solid var(--accent-color);outline-offset:2px;box-shadow:0 0 0 4px var(--glow-accent)}.cta-button:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px;box-shadow:0 0 0 4px var(--glow-accent)}.cta-button:hover:focus,.cta-button:hover:focus-visible{outline:2px solid var(--accent-secondary);outline-offset:3px;box-shadow:0 0 0 6px var(--glow-accent)}.cta-button:active{transform:translateY(0);box-shadow:var(--shadow-light)}.cta-link:before{content:"";position:absolute;inset:0;transform:translate(-100%);transition:transform .6s ease}.cta-link:hover:before{transform:translate(100%)}.cta-link:hover{background:linear-gradient(135deg,var(--accent-hover) 0%,var(--accent-secondary) 100%);transform:translateY(-5px) scale(1.02);border-color:var(--accent-secondary);box-shadow:0 12px 35px #8b4c9999,0 8px 20px #8b4c9966,inset 0 1px #ffffff4d;text-shadow:0 2px 6px rgba(0,0,0,.4);animation:none}.cta-link:focus{outline:none;border-color:var(--bg-page);box-shadow:0 12px 35px #8b4c9999,0 8px 20px #8b4c9966,0 0 0 4px var(--glow-accent),inset 0 1px #ffffff4d;animation:none}[data-theme=dark] .cta-link{background:linear-gradient(135deg,var(--accent-color) 0%,var(--accent-secondary) 100%);border-color:var(--accent-secondary);color:var(--bg-page);font-weight:700;box-shadow:0 8px 25px #a855f780,0 4px 12px #a855f766,inset 0 1px #ffffff26;text-shadow:0 2px 6px rgba(0,0,0,.6);animation:ctaLinkGlowDark 4s ease-in-out infinite}[data-theme=dark] .cta-link:focus{border-color:var(--bg-page);box-shadow:0 12px 35px #a855f7b3,0 8px 20px #a855f780,0 0 0 4px var(--glow-accent),inset 0 1px #fff3}[data-theme=dark] .cta-link:hover{background:linear-gradient(135deg,var(--accent-hover) 0%,var(--accent-tertiary) 100%);border-color:var(--accent-tertiary);color:var(--bg-page);box-shadow:0 12px 35px #a855f7b3,0 8px 20px #a855f780,inset 0 1px #fff3;text-shadow:0 2px 8px rgba(0,0,0,.7)}[data-theme=dark] .cta-button{background:var(--gradient-primary);color:var(--bg-page);border-color:var(--accent-color);box-shadow:var(--shadow-elevated)}[data-theme=dark] .cta-button:hover{background:var(--gradient-secondary);color:var(--bg-page);border-color:var(--accent-hover);box-shadow:var(--shadow-intense);transform:translateY(-2px)}[data-theme=dark] .cta-button:focus{outline:2px solid var(--accent-hover);outline-offset:2px;box-shadow:0 0 0 4px var(--glow-accent)}[data-theme=dark] .cta-button:focus-visible{outline:2px solid var(--accent-hover);outline-offset:2px;box-shadow:0 0 0 4px var(--glow-accent)}@keyframes ctaLinkGlow{0%,to{box-shadow:0 8px 25px #8b4c9966,0 4px 12px #8b4c994d,inset 0 1px #fff3}50%{box-shadow:0 10px 30px #8b4c9980,0 6px 16px #8b4c9966,inset 0 1px #ffffff40}}@keyframes ctaLinkGlowDark{0%,to{box-shadow:0 8px 25px #a855f780,0 4px 12px #a855f766,inset 0 1px #ffffff26}50%{box-shadow:0 10px 30px #a855f799,0 6px 16px #a855f780,inset 0 1px #fff3}}.link-icon{font-size:clamp(1rem,2.5vw,1.125rem);filter:drop-shadow(0 1px 2px rgba(0,0,0,.1));flex-shrink:0}.link-text{font-weight:inherit;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.link-arrow{font-size:clamp(1rem,2.5vw,1.125rem);font-weight:600;flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1)}.cta-link:hover .link-arrow{transform:translate(6px)}[data-theme=dark] .link-icon{filter:drop-shadow(0 1px 3px rgba(0,0,0,.6))}[data-theme=dark] .link-arrow{font-weight:700}@media(max-width:480px){.link-text{white-space:normal;text-align:center;line-height:1.3}}.cta-subtext{font-family:var(--font-body);font-size:clamp(.9rem,2.5vw,1.125rem);color:var(--text-primary);font-style:italic;font-weight:300;line-height:1.5;text-align:center;margin:0;max-width:400px;opacity:.8}[data-theme=dark] .cta-subtext{opacity:.9;font-weight:400;text-shadow:0 1px 2px rgba(0,0,0,.3)}@media(prefers-contrast:high){.cta-subtext{opacity:1;font-weight:500}}@media(max-width:768px){.contact-container{width:95%;max-width:600px;padding:var(--contact-padding-tablet);border-radius:18px}[data-theme=dark] .contact-container{box-shadow:var(--shadow-elevated)}.cta-link-container{margin-top:2rem;gap:1.25rem}.cta-link{padding:16px 30px;gap:.6rem;font-size:1.05rem}}@media(max-width:480px){.contact-container{padding:var(--contact-padding-mobile);border-radius:16px;width:95%}[data-theme=dark] .contact-container{box-shadow:var(--shadow-intense)}.cta-link-container{margin-top:1.75rem;gap:1rem}.cta-link{padding:15px 28px;text-align:center;min-width:280px;font-size:1rem}.cta-link:hover .link-arrow{transform:translate(4px)}.cta-subtext{padding:0 1rem;line-height:1.4}}@media(max-width:360px){.contact-container{padding:var(--contact-padding-small)}.cta-link{min-width:260px;padding:14px 24px;font-size:.95rem}}@media(prefers-contrast:high){.contact-container{background:Canvas;border-color:CanvasText;color:CanvasText;border-width:3px}.cta-text{color:CanvasText;font-weight:700}}@media screen and (-ms-high-contrast:active){.contact-container{border:3px solid windowText;background:window;color:windowText}}@media(prefers-reduced-motion:reduce){.contact-container{transition:none;animation:none}.contact-container:hover{transform:none}}@media(prefers-contrast:more){.cta-text{font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.2)}.cta-subtext{font-weight:600;color:var(--text-primary)}}.cta-header{position:relative}.cta-main-heading{font-weight:700;line-height:1.2;text-rendering:optimizeLegibility}.cta-sub-heading{margin-top:.5em;font-weight:400}.cta-link{position:relative;scroll-margin-top:2rem}.cta-link:after{content:" (External link)";position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.cta-link:focus:after,.cta-link:focus-visible:after{position:static;width:auto;height:auto;overflow:visible;clip:auto;font-size:.875rem;color:inherit;margin-left:.5em}.link-icon,.link-arrow{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.cta-link-container[role=region]{position:relative;scroll-margin-top:1rem}.cta-subtext[role=complementary]{margin-top:1em;font-style:italic;opacity:.9}@media(hover:none)and (pointer:coarse){.cta-button{min-height:48px;min-width:48px;padding:1.25rem 2.5rem}.cta-link{min-height:48px;padding:16px 28px;font-size:1rem}}.social-media-section{margin-top:2rem;padding-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem;animation:socialFadeIn .6s ease-out .3s both}@keyframes socialFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.social-divider{position:relative;width:100%;text-align:center;margin-bottom:.5rem}.social-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,var(--border-light) 15%,var(--accent-color) 50%,var(--border-light) 85%,transparent 100%);z-index:0;opacity:.6}.divider-text{background:linear-gradient(145deg,#fff3,#f8f4ff29);padding:0 1.5rem;font-size:.9rem;color:var(--text-secondary);font-weight:600;position:relative;z-index:1;letter-spacing:.5px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:20px;text-transform:uppercase}.social-link{display:inline-flex;align-items:center;gap:1rem;padding:1rem 2rem;background:linear-gradient(145deg,#ffffff38,#f8f4ff2e);border:2px solid var(--border-light);border-radius:16px;color:var(--text-primary);text-decoration:none;font-weight:600;font-size:1rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:var(--shadow-light),0 0 #0077b500;position:relative;overflow:hidden;letter-spacing:.5px}.social-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,119,181,.1),transparent);transition:left .6s ease;z-index:0}.social-link:hover:before,.social-link:focus:before{left:100%}.social-link:hover,.social-link:focus{transform:translateY(-4px) scale(1.02);box-shadow:var(--shadow-elevated),0 8px 25px #0077b540,0 0 20px #0077b51a;border-color:#0077b5;background:linear-gradient(135deg,#ffffff47,#0077b514)}.social-link:focus{outline:3px solid rgba(0,119,181,.4);outline-offset:3px}.social-link:active{transform:translateY(-2px) scale(.98);transition:all .1s ease}.social-icon{width:20px;height:20px;fill:#fff;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;z-index:2;flex-shrink:0}.linkedin-icon{width:20px;height:20px;padding:6px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0077b5,#005885);border-radius:8px;color:#fff;fill:#fff;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;z-index:1;box-shadow:0 2px 8px #0077b54d;animation:subtlePulse 3s ease-in-out infinite;min-width:32px;min-height:32px}@keyframes subtlePulse{0%,to{box-shadow:0 2px 8px #0077b54d}50%{box-shadow:0 2px 8px #0077b54d,0 0 15px #0077b533}}.linkedin-icon:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#08c,#06a);border-radius:inherit;opacity:0;transition:opacity .3s ease;z-index:-1}.linkedin-link:hover .linkedin-icon,.linkedin-link:focus .linkedin-icon{transform:scale(1.15) rotate(5deg);box-shadow:0 4px 16px #0077b580}.linkedin-link:hover .social-icon,.linkedin-link:focus .social-icon{fill:#fff}.linkedin-link:hover .linkedin-icon:before,.linkedin-link:focus .linkedin-icon:before{opacity:1}.social-text{position:relative;z-index:1;background:linear-gradient(135deg,var(--text-primary) 0%,#0077b5 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;transition:all .3s ease}.linkedin-link:hover .social-text,.linkedin-link:focus .social-text{background:linear-gradient(135deg,#0077b5,#005885);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transform:translate(2px)}[data-theme=dark] .divider-text{color:var(--text-primary);background:linear-gradient(145deg,#1a162580,#2520336b);text-shadow:0 1px 3px rgba(187,134,252,.3)}[data-theme=dark] .social-link{border-color:var(--border-elevated);background:linear-gradient(145deg,#1a16257a,#25203366);box-shadow:var(--shadow-light),0 4px 12px #0000004d}[data-theme=dark] .social-link:before{background:linear-gradient(90deg,transparent,rgba(0,119,181,.15),transparent)}[data-theme=dark] .social-link:hover,[data-theme=dark] .social-link:focus{background:linear-gradient(135deg,#1a162599,#0077b526);border-color:#0077b5;box-shadow:var(--shadow-elevated),0 8px 25px #0077b54d,0 0 20px #0077b526}[data-theme=dark] .linkedin-icon{background:linear-gradient(135deg,#08c,#0077b5);box-shadow:0 2px 8px #0077b566,0 0 10px #0077b533}[data-theme=dark] .social-icon{fill:#fff}[data-theme=dark] .linkedin-link:hover .linkedin-icon,[data-theme=dark] .linkedin-link:focus .linkedin-icon{background:linear-gradient(135deg,#09d,#08c);box-shadow:0 4px 16px #0077b599,0 0 20px #0077b54d}[data-theme=dark] .linkedin-link:hover .social-icon,[data-theme=dark] .linkedin-link:focus .social-icon{fill:#fff}[data-theme=dark] .social-text{background:linear-gradient(135deg,var(--text-primary) 0%,#4fc3f7 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .linkedin-link:hover .social-text,[data-theme=dark] .linkedin-link:focus .social-text{background:linear-gradient(135deg,#4fc3f7,#08c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.social-media-section{margin-top:2rem;padding-top:1.5rem}.social-divider:before{height:1px}.social-link{padding:1rem 1.75rem;font-size:.95rem;min-height:56px;gap:.875rem;border-radius:14px}.social-icon{width:18px;height:18px}.linkedin-icon{min-width:28px;min-height:28px;padding:5px}.divider-text{padding:0 1.25rem;font-size:.85rem}}@media(max-width:480px){.social-media-section{margin-top:1.5rem;padding-top:1rem}.divider-text{font-size:.8rem;padding:0 1rem}.social-link{width:100%;justify-content:center;max-width:240px;padding:1.125rem 2rem;font-size:1rem;min-height:60px;border-radius:16px}.social-icon{width:20px;height:20px}.linkedin-icon{min-width:30px;min-height:30px;padding:5px}}@media(max-width:360px){.social-link{max-width:220px;padding:1rem 1.5rem;font-size:.95rem}.social-icon{width:26px;height:26px;font-size:1.2rem}}@media print{.contact-container{background:#fff;border:2px solid black;box-shadow:none;backdrop-filter:none;page-break-inside:avoid}}.certifications{padding:clamp(1rem,4vw,2rem) clamp(1rem,5vw,2rem) 0;margin:0 auto;max-width:1200px;text-align:center;background:transparent;position:relative}.contact-section .certifications,#contact .certifications{padding:0 clamp(1rem,4vw,2rem) clamp(1rem,4vw,2rem);max-width:min(800px,90vw);opacity:.9;transition:opacity .3s ease,transform .2s ease}.certifications h2{font-family:var(--font-heading);font-size:2.5rem;margin-bottom:40px;color:var(--text-primary)}#contact .certifications{opacity:.85;transition:opacity .3s ease}#contact .certifications:hover{opacity:1}.certifications-layout{display:flex;align-items:center;justify-content:center;gap:clamp(1rem,4vw,2.5rem);padding:0 clamp(.5rem,3vw,1.25rem);min-height:clamp(250px,40vh,350px);width:100%;position:relative}.certifications-column{display:flex;flex-direction:row;gap:clamp(.75rem,2.5vw,1.25rem);flex:0 0 auto;align-items:center}.certifications-center{flex:0 0 auto;display:flex;align-items:center;justify-content:center;position:relative}.center-cert{width:clamp(200px,25vw,350px);max-width:min(400px,70vw);height:auto;-o-object-fit:contain;object-fit:contain;border-radius:clamp(8px,1vw,12px);box-shadow:var(--shadow-elevated);transition:all .3s cubic-bezier(.4,0,.2,1);aspect-ratio:1}.side-cert{width:clamp(90px,14vw,180px);max-width:min(220px,20vw);height:auto;-o-object-fit:contain;object-fit:contain;border-radius:clamp(6px,.8vw,8px);transition:all .3s cubic-bezier(.4,0,.2,1);aspect-ratio:1;cursor:pointer}@media(max-width:1200px){.certifications-layout{gap:clamp(1.5rem,3vw,2rem);padding:0 clamp(1rem,2vw,1.5rem)}}@media(max-width:1024px){.certifications{padding:clamp(1rem,3vw,1.5rem) clamp(.75rem,4vw,1.5rem) 0}.certifications-layout{gap:clamp(1.25rem,2.5vw,1.75rem);min-height:clamp(200px,35vh,280px)}}@media(max-width:768px){.certifications-layout{flex-direction:column;gap:clamp(1rem,3vw,1.5rem);align-items:center;padding:0 clamp(.75rem,2vw,1rem)}.certifications-column{flex-direction:row;gap:clamp(.75rem,2vw,1rem);justify-content:center;width:100%;max-width:400px}.certifications-center{order:-1;margin-bottom:clamp(.5rem,2vw,1rem)}.center-cert{width:clamp(180px,40vw,280px);max-width:min(320px,75vw)}.side-cert{width:clamp(80px,16vw,130px);max-width:min(160px,30vw)}}@media(max-width:480px){.certifications{padding:clamp(.75rem,2vw,1rem) clamp(.5rem,3vw,1rem) 0}.certifications-layout{gap:clamp(.75rem,2.5vw,1.25rem);padding:0 clamp(.5rem,2vw,.75rem)}.certifications-column{gap:clamp(.5rem,1.5vw,.75rem);max-width:320px}.center-cert{width:clamp(150px,45vw,220px);max-width:min(260px,80vw)}.side-cert{width:clamp(60px,18vw,110px);max-width:min(130px,35vw)}}@media(max-width:360px){.certifications-layout{gap:clamp(.5rem,2vw,1rem);padding:0 clamp(.25rem,1vw,.5rem)}.certifications-column{gap:clamp(.25rem,1vw,.5rem);max-width:280px}.center-cert{width:clamp(120px,50vw,170px);max-width:min(190px,85vw)}.side-cert{width:clamp(45px,20vw,80px);max-width:min(100px,38vw)}}.cert-img{transition:all .3s cubic-bezier(.4,0,.2,1);filter:brightness(1) contrast(1.05);transform-origin:center;will-change:transform,filter,box-shadow}.cert-img:hover{transform:scale(1.05) translateZ(0);opacity:.95;filter:brightness(1.05) contrast(1.1)}.center-cert:hover{transform:scale(1.03) translateZ(0);box-shadow:var(--shadow-intense)}.side-cert:hover{transform:scale(1.08) translateZ(0);box-shadow:var(--shadow-elevated)}.cert-img:focus{outline:2px solid var(--accent-color);outline-offset:4px;transform:scale(1.05) translateZ(0)}@media(prefers-reduced-motion:reduce){.cert-img{transition:opacity .2s ease}.cert-img:hover,.cert-img:focus{transform:none}}@media(hover:none)and (pointer:coarse){.cert-img{transition:transform .2s ease,opacity .2s ease}.cert-img:active{transform:scale(.98);opacity:.9}.side-cert{min-height:44px;min-width:44px}}.cert-img{backface-visibility:hidden;transform-style:preserve-3d;contain:layout style paint}@media(min-resolution:192dpi){.cert-img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}.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(max-height:500px)and (orientation:landscape){.certifications{padding:clamp(.5rem,2vh,1rem) clamp(1rem,4vw,2rem) 0}.certifications-layout{min-height:clamp(150px,25vh,200px);gap:clamp(.75rem,2vw,1.25rem)}.center-cert{width:clamp(90px,16vh,140px)}.side-cert{width:clamp(60px,12vh,90px)}}@media(min-width:1440px){.certifications{max-width:1400px}.certifications-layout{gap:clamp(2rem,3vw,3rem)}.center-cert{width:clamp(300px,22vw,400px);max-width:450px}.side-cert{width:clamp(150px,12vw,200px);max-width:240px}}@media(min-width:1920px){.certifications{max-width:1600px}.certifications-layout{gap:clamp(2.5rem,4vw,4rem)}}@supports (container-type: inline-size){.certifications{container-type:inline-size}@container (max-width: 600px){.certifications-layout{flex-direction:column}}}[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] .side-cert:hover{box-shadow:var(--shadow-elevated)}[data-theme=dark] .cert-img:focus{outline-color:var(--accent-color);box-shadow:0 0 0 4px var(--glow-accent)}#contact .certifications-layout{max-width:min(600px,95vw);margin:0 auto;gap:clamp(1rem,3vw,1.5rem);padding:0 clamp(.5rem,2vw,1rem)}#contact .center-cert{width:clamp(150px,20vw,210px);max-width:min(250px,60vw)}#contact .side-cert{width:clamp(75px,12vw,110px);max-width:min(140px,25vw)}@media(max-width:768px){#contact .certifications-layout{gap:clamp(.75rem,2.5vw,1.25rem)}#contact .center-cert{width:clamp(135px,28vw,180px);max-width:min(210px,65vw)}#contact .side-cert{width:clamp(60px,15vw,90px);max-width:min(120px,28vw)}}@media(max-width:480px){#contact .certifications-layout{gap:clamp(.5rem,2vw,1rem)}#contact .center-cert{width:clamp(120px,32vw,150px);max-width:min(180px,70vw)}#contact .side-cert{width:clamp(55px,16vw,80px);max-width:min(100px,30vw)}}@media(max-width:360px){#contact .certifications-layout{gap:clamp(.375rem,1.5vw,.75rem);padding:0 clamp(.25rem,1vw,.5rem)}#contact .center-cert{width:clamp(105px,35vw,135px);max-width:min(150px,75vw)}#contact .side-cert{width:clamp(45px,18vw,70px);max-width:min(85px,32vw)}}.testimonials-section{position:relative;padding:40px 20px;min-height:auto;display:flex;align-items:center;justify-content:center;overflow:hidden;background:transparent}.testimonials-content{position:relative;z-index:1;background:linear-gradient(145deg,#ffffff3d,#f8f4ff33);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;box-shadow:var(--shadow-elevated),var(--shadow-light),0 0 0 1px var(--overlay-light);padding:30px 25px;max-width:900px;width:100%;backdrop-filter:blur(20px) saturate(180%);border:1px solid var(--border-light);animation:testimonialsFadeIn .8s ease-out}.testimonials-header{text-align:center;margin-bottom:20px}.testimonials-heading{font-family:var(--font-heading);font-size:2.4rem;font-weight:700;margin-bottom:8px;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;letter-spacing:-.02em;text-shadow:0 2px 4px var(--glow-subtle);animation:headingSlideUp .6s ease-out .2s both}.testimonials-subtitle{font-size:1rem;color:var(--text-secondary);font-style:italic;opacity:.85;font-weight:300;line-height:1.5;max-width:500px;margin:0 auto;animation:subtitleFadeIn .6s ease-out .4s both}.testimonials-carousel{position:relative;display:flex;align-items:center;gap:15px;margin-bottom:20px}.testimonials-container{flex:1;position:relative;max-width:700px;margin:0 auto}.testimonial-card{width:100%;opacity:1;transform:none;transition:all .8s cubic-bezier(.4,0,.2,1);animation:cardSlideIn .6s ease-out .6s both}.testimonial-content{background:linear-gradient(145deg,#fff3,#f8f4ff29);padding:25px 20px;border-radius:12px;box-shadow:var(--shadow-elevated),var(--shadow-light),inset 0 1px 0 var(--overlay-light);border:1px solid var(--border-subtle);position:relative;min-height:220px;display:flex;flex-direction:column;justify-content:space-between;backdrop-filter:blur(10px);transition:all .4s cubic-bezier(.25,.8,.25,1)}.testimonial-content:hover{transform:translateY(-8px);box-shadow:var(--shadow-intense),var(--shadow-elevated),inset 0 1px 0 var(--overlay-heavy);border-color:var(--border-elevated)}.quote-icon{position:absolute;top:-8px;left:20px;font-size:1.5rem;background:var(--gradient-primary);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-elevated),0 0 0 3px var(--overlay-light),inset 0 2px 4px var(--overlay-light);border:2px solid white;animation:float 3s ease-in-out infinite}.testimonial-quote{font-family:var(--font-body);font-size:1rem;line-height:1.6;color:var(--text-primary);margin:15px 0 20px;font-style:italic;text-align:left;flex-grow:1;position:relative;padding:0 10px;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;animation:quoteReveal .8s ease-out .8s both}.testimonial-quote:before{content:'"';position:absolute;left:-10px;top:-15px;font-size:3.5rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:.2;font-family:var(--font-heading);line-height:1;font-weight:700;animation:quoteMarkFade 1s ease-out 1s both}.testimonial-footer{display:flex;align-items:center;gap:12px;margin-top:15px;padding-top:15px;border-top:1px solid var(--border-subtle)}.author-avatar{width:40px;height:40px;border-radius:50%;background:var(--gradient-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:1.1rem;font-weight:700;box-shadow:var(--shadow-elevated),inset 0 2px 4px var(--overlay-light);border:2px solid var(--overlay-heavy);transition:all .3s ease}.author-avatar:hover{transform:scale(1.05);box-shadow:var(--shadow-intense),inset 0 2px 4px var(--overlay-light)}.author-info{flex:1}.testimonial-author{font-family:var(--font-heading);font-weight:700;font-size:1rem;color:var(--accent-color);margin:0 0 2px}.author-role{font-size:.85rem;color:var(--text-secondary);margin:0;opacity:.8;font-weight:500}.carousel-nav{background:linear-gradient(145deg,#ffffff3d,#f8f4ff33);border:2px solid var(--accent-color);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .4s cubic-bezier(.25,.8,.25,1);color:var(--accent-color);flex-shrink:0;box-shadow:var(--shadow-light),inset 0 1px 0 var(--overlay-light);backdrop-filter:blur(15px) saturate(180%);position:relative}.carousel-nav:before{content:"";position:absolute;inset:-4px;border-radius:50%;padding:2px;background:var(--gradient-primary);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease}.carousel-nav:hover{background:var(--gradient-primary);color:#fff;transform:scale(1.05) translateY(-2px);box-shadow:var(--shadow-intense),inset 0 2px 4px var(--overlay-light)}.carousel-nav:hover:before{opacity:1}.carousel-nav:active{transform:scale(1.02) translateY(-1px)}.carousel-controls{display:flex;justify-content:space-between;align-items:center;margin-top:15px}.carousel-dots{display:flex;justify-content:center;gap:10px;flex:1}.carousel-dot{width:12px;height:12px;border-radius:50%;border:none;background:var(--glow-accent);cursor:pointer;transition:all .3s ease;position:relative}.carousel-dot:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;border-radius:50%;background:transparent;transition:all .3s ease}.carousel-dot.active{background:var(--accent-color);transform:scale(1.3)}.carousel-dot.active:after{background:#fff}.carousel-dot:hover{background:var(--accent-color);opacity:.8;transform:scale(1.2)}.carousel-counter{font-family:var(--font-heading);font-size:.9rem;color:var(--text-secondary);background:var(--glow-subtle);padding:8px 16px;border-radius:20px;font-weight:600;min-width:80px;text-align:center}.testimonial-progress{width:100%;height:4px;background:var(--glow-accent);border-radius:2px;overflow:hidden;margin-top:15px}.testimonial-progress-bar{height:100%;background:var(--gradient-primary);border-radius:4px;animation:progress-fill 15s linear forwards;transform-origin:left;box-shadow:var(--shadow-light),inset 0 1px 2px var(--overlay-light);position:relative;overflow:hidden}.testimonial-progress-bar:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 2s infinite}@keyframes shimmer{to{left:100%}}@keyframes testimonialsFadeInMobile{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(hover:none)and (pointer:coarse){.testimonial-content:hover{transform:none}.carousel-nav:hover{transform:none;background:var(--accent-color);color:#fff}.author-avatar:hover{transform:none}.carousel-nav:active{transform:scale(.95);opacity:.8}.carousel-dot:active{transform:scale(.9)}}@media(prefers-reduced-motion:reduce){.testimonials-content,.testimonial-card,.testimonials-heading,.testimonials-subtitle,.testimonial-quote,.quote-icon,.testimonial-progress-bar,.testimonial-progress-bar:after{animation:none!important}.testimonial-content,.carousel-nav,.author-avatar,.carousel-dot{transition:none!important}.testimonial-content:hover,.carousel-nav:hover,.author-avatar:hover{transform:none!important}}@media(prefers-contrast:high){.testimonials-content{border:2px solid var(--accent-color)}.testimonial-content{border:2px solid var(--accent-color);background:var(--bg-card-transparent)}.carousel-nav{border:3px solid var(--accent-color)}.testimonial-progress{border:1px solid var(--accent-color)}}@keyframes progress-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes testimonialsFadeIn{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes headingSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes subtitleFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:.85;transform:translateY(0)}}@keyframes cardSlideIn{0%{opacity:0;transform:translate(20px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes quoteReveal{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes quoteMarkFade{0%{opacity:0;transform:scale(.8)}to{opacity:.2;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}[data-theme=dark] .testimonials-section{background:transparent}[data-theme=dark] .testimonials-content{background:linear-gradient(145deg,#0d0a148c,#1a162573);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-light);box-shadow:var(--shadow-intense),var(--shadow-light),0 0 0 1px var(--border-subtle)}[data-theme=dark] .testimonials-heading{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .testimonial-content{background:linear-gradient(145deg,#1a16257a,#25203366);border:1px solid var(--border-light);box-shadow:var(--shadow-intense),var(--shadow-light),inset 0 1px 0 var(--border-subtle)}[data-theme=dark] .testimonial-content:hover{transform:translateY(-8px);box-shadow:var(--shadow-intense),var(--shadow-elevated),inset 0 1px 0 var(--border-light);border-color:var(--border-elevated)}[data-theme=dark] .quote-icon{background:var(--gradient-primary);border:3px solid var(--bg-card);box-shadow:var(--shadow-elevated)}[data-theme=dark] .testimonial-quote:before{color:var(--accent-color);opacity:.2}[data-theme=dark] .testimonial-footer{border-top:2px solid var(--border-light)}[data-theme=dark] .author-avatar{background:var(--gradient-primary);border:3px solid var(--bg-card);box-shadow:var(--shadow-elevated)}[data-theme=dark] .carousel-nav{background:linear-gradient(145deg,#1a16257a,#25203366);border:2px solid var(--accent-color);color:var(--accent-color);box-shadow:var(--shadow-light),inset 0 1px 0 var(--border-subtle)}[data-theme=dark] .carousel-nav:hover{background:var(--gradient-primary);color:var(--bg-page);box-shadow:var(--shadow-intense),inset 0 2px 4px var(--overlay-light)}[data-theme=dark] .carousel-nav:hover:before{opacity:1}[data-theme=dark] .carousel-dot{background:var(--glow-accent)}[data-theme=dark] .carousel-dot.active{background:var(--accent-color);box-shadow:var(--shadow-light)}[data-theme=dark] .carousel-dot.active:after{background:var(--bg-card-transparent)}[data-theme=dark] .carousel-dot:hover{background:var(--accent-color)}[data-theme=dark] .carousel-counter{background:var(--glow-subtle);border:1px solid var(--border-light);color:var(--text-secondary)}[data-theme=dark] .testimonial-progress{background:var(--glow-accent)}[data-theme=dark] .testimonial-progress-bar{background:var(--gradient-primary);box-shadow:var(--shadow-light),inset 0 1px 2px var(--overlay-light)}[data-theme=dark] .testimonial-quote:before{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:.25}@media(max-width:1200px){.testimonials-section{padding:30px 40px}.testimonials-content{padding:25px 20px}.testimonials-heading{font-size:2.2rem}}@media(max-width:900px){.testimonials-section{padding:25px 30px}.testimonials-content{padding:20px 18px}.testimonials-heading{font-size:2rem}.testimonial-content{padding:20px 15px;min-height:200px}.testimonial-quote{font-size:.95rem}}@media(max-width:768px){.testimonials-section{padding:20px 15px;min-height:auto}.testimonials-content{background:linear-gradient(145deg,#ffffff3d,#f8f4ff33);padding:20px 15px;border-radius:16px;animation:testimonialsFadeInMobile .6s ease-out}.testimonials-video-container{display:none}.testimonials-section,[data-theme=dark] .testimonials-section{background:transparent}[data-theme=dark] .testimonials-content{background:linear-gradient(145deg,#0d0a148c,#1a162573)}.testimonials-heading{font-size:2.2rem;margin-bottom:18px;animation:none}.testimonials-subtitle{font-size:1.1rem;margin-bottom:35px;animation:none}.testimonials-carousel{gap:15px;margin-bottom:30px}.testimonial-content{padding:30px 25px;min-height:340px;transition:all .3s ease}.testimonial-content:hover{transform:translateY(-4px)}.quote-icon{width:40px;height:40px;font-size:1.5rem;top:-8px;left:15px}.testimonial-quote{font-size:.95rem;line-height:1.7;margin:15px 0}.testimonial-quote:before{font-size:3rem;left:-8px;top:-12px}.testimonial-footer{margin-top:20px;padding-top:15px;gap:12px}.author-avatar{width:40px;height:40px;font-size:1.1rem}.testimonial-author{font-size:1rem}.author-role{font-size:.85rem}.carousel-nav{width:48px;height:48px;min-width:48px;min-height:48px;transition:all .2s ease}.carousel-nav:hover{transform:scale(1.02)}.carousel-nav:active{transform:scale(.98)}.carousel-controls{flex-direction:column;gap:18px;margin-top:20px}.carousel-counter{order:-1;font-size:.85rem;padding:6px 12px}.carousel-dots{gap:8px}.carousel-dot{width:10px;height:10px}.carousel-dot:after{width:6px;height:6px}}@media(max-width:600px){.testimonials-section{padding:15px}.testimonials-content{padding:20px 15px}.carousel-nav{display:none}.testimonials-carousel{gap:0}.testimonials-heading{font-size:1.8rem}.testimonials-subtitle{font-size:.9rem}.testimonial-content{padding:18px 15px;min-height:280px}.quote-icon{width:35px;height:35px;font-size:1.3rem}.testimonial-quote{font-size:.9rem;padding:0 8px}.testimonial-quote:before{font-size:2.5rem}.author-avatar{width:35px;height:35px;font-size:1rem}.testimonial-author{font-size:.9rem}.author-role{font-size:.8rem}.carousel-counter{font-size:.8rem;padding:5px 10px}}@media(max-width:480px){.testimonials-heading{font-size:1.6rem}.testimonial-content{min-height:280px;padding:18px 12px}.testimonial-quote{font-size:.85rem;line-height:1.6}.carousel-dot{width:10px;height:10px}.carousel-dot:after{width:5px;height:5px}}.footer{background:linear-gradient(145deg,#ffffff38,#f8f4ff2e);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:var(--text-primary);padding:40px 20px;font-size:.9rem;border:1px solid var(--border-light)}[data-theme=dark] .footer{background:linear-gradient(145deg,#0d0a147a,#1a162561);border:1px solid rgba(187,134,252,.25)}.footer-container{display:flex;justify-content:space-between;gap:20px;max-width:1200px;margin:0 auto}.footer-section h3,.footer-section h4{font-family:Roboto,sans-serif;font-weight:700;margin-bottom:10px}.footer-about p{margin:0;line-height:1.5}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:8px}.footer-links a{color:inherit;transition:color .3s ease}.footer-links a:hover{color:#f39c12}.footer-contact a{color:inherit;text-decoration:underline}.footer-contact p{margin:0;line-height:1.5}.footer-bottom{text-align:center;margin-top:30px;padding-top:20px;border-top:1px solid rgba(255,255,255,.2)}@media(max-width:768px){.footer-container{flex-direction:column;align-items:center;text-align:center}.footer-container>.footer-section{margin-bottom:20px}}.cookie-policy{max-width:800px;margin:20px auto;padding:40px 20px;background-color:var(--bg-card);color:var(--text-primary);border-radius:8px;box-shadow:0 2px 4px #0000001a}.cookie-policy h1{font-family:var(--font-heading);font-size:2.5rem;color:var(--accent-color);margin-bottom:20px}.cookie-policy h2{font-family:var(--font-heading);font-size:1.8rem;color:var(--text-primary);margin-top:30px;margin-bottom:15px}.cookie-policy p{font-family:var(--font-body);font-size:1rem;color:var(--text-primary);line-height:1.6;margin-bottom:16px}.cookie-policy ul{margin:16px 0;padding-left:20px}.cookie-policy li{font-family:var(--font-body);color:var(--text-primary);margin-bottom:8px;line-height:1.5}.cookie-policy a{color:var(--accent-color);text-decoration:none;font-weight:500}.cookie-policy a:hover{text-decoration:underline}.back-link{display:inline-block;margin-bottom:20px;color:var(--accent-color);text-decoration:none;font-weight:500}.back-link:hover{text-decoration:underline}@media(max-width:768px){.cookie-policy{padding:20px 16px;margin-top:10px}.cookie-policy h1{font-size:2rem}.cookie-policy h2{font-size:1.5rem}.cookie-policy p{font-size:.9rem}}
