.Navigation-module__Pj2Xoq__nav{z-index:100;transition:background var(--transition-base), backdrop-filter var(--transition-base), box-shadow var(--transition-base);padding:1.25rem 0;position:fixed;top:0;left:0;right:0}.Navigation-module__Pj2Xoq__scrolled{-webkit-backdrop-filter:blur(20px);background:#050d1ad9;padding:.875rem 0;box-shadow:0 1px #00d4ff1a}.Navigation-module__Pj2Xoq__inner{max-width:var(--container-max);justify-content:space-between;align-items:center;gap:2rem;margin:0 auto;padding:0 1.5rem;display:flex}.Navigation-module__Pj2Xoq__logo{flex-shrink:0;align-items:center;gap:.75rem;text-decoration:none;display:flex}.Navigation-module__Pj2Xoq__logoIcon{background:linear-gradient(135deg, var(--cyan), #7c3aed);width:36px;height:36px;font-family:var(--font-heading);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.Navigation-module__Pj2Xoq__logoText{font-family:var(--font-heading);color:var(--text-primary);font-size:.95rem;font-weight:600}.Navigation-module__Pj2Xoq__links{align-items:center;gap:.25rem;list-style:none;display:flex}.Navigation-module__Pj2Xoq__link{color:var(--text-secondary);transition:color var(--transition-fast), background var(--transition-fast);border-radius:6px;padding:.5rem .875rem;font-size:.9rem;position:relative}.Navigation-module__Pj2Xoq__link:after{content:"";background:var(--cyan);width:0;height:1px;transition:width var(--transition-fast);position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.Navigation-module__Pj2Xoq__link:hover{color:var(--text-primary)}.Navigation-module__Pj2Xoq__link:hover:after{width:60%}.Navigation-module__Pj2Xoq__navActions{align-items:center;gap:1rem;display:flex}.Navigation-module__Pj2Xoq__ctaBtn{background:linear-gradient(135deg, var(--cyan), var(--cyan-dim));color:var(--bg-primary);transition:all var(--transition-base);border-radius:6px;flex-shrink:0;align-items:center;gap:.4rem;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-flex}.Navigation-module__Pj2Xoq__ctaBtn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00d4ff4d}.Navigation-module__Pj2Xoq__mobileToggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;width:28px;padding:4px;display:none}.Navigation-module__Pj2Xoq__bar{background:var(--text-secondary);width:100%;height:2px;transition:all var(--transition-base);transform-origin:50%;border-radius:2px;display:block}.Navigation-module__Pj2Xoq__barOpen1{background:var(--cyan);transform:translateY(7px)rotate(45deg)}.Navigation-module__Pj2Xoq__barOpen2{opacity:0;transform:scaleX(0)}.Navigation-module__Pj2Xoq__barOpen3{background:var(--cyan);transform:translateY(-7px)rotate(-45deg)}.Navigation-module__Pj2Xoq__mobileMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--glass-border);max-height:0;transition:max-height var(--transition-slow), opacity var(--transition-slow);opacity:0;background:#050d1af7;flex-direction:column;gap:.25rem;padding:1rem 1.5rem 1.5rem;display:none;overflow:hidden}.Navigation-module__Pj2Xoq__mobileMenuOpen{opacity:1;max-height:500px}.Navigation-module__Pj2Xoq__mobileLink{color:var(--text-secondary);border-bottom:1px solid var(--glass-border);transition:color var(--transition-fast);padding:.75rem 0;font-size:1rem}.Navigation-module__Pj2Xoq__mobileLink:hover{color:var(--cyan)}.Navigation-module__Pj2Xoq__mobileCta{text-align:center;justify-content:center;margin-top:.75rem}@media (max-width:900px){.Navigation-module__Pj2Xoq__links,.Navigation-module__Pj2Xoq__ctaBtn{display:none}.Navigation-module__Pj2Xoq__mobileToggle,.Navigation-module__Pj2Xoq__mobileMenu{display:flex}}
.Footer-module__EZoWya__footer{background:var(--bg-secondary);border-top:1px solid var(--glass-border);padding:4rem 0 2rem;position:relative;overflow:hidden}.Footer-module__EZoWya__glow{pointer-events:none;background:radial-gradient(#00d4ff0f,#0000 70%);width:600px;height:200px;position:absolute;bottom:-100px;left:50%;transform:translate(-50%)}.Footer-module__EZoWya__grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__EZoWya__brand{flex-direction:column;gap:.875rem;display:flex}.Footer-module__EZoWya__logo{align-items:center;gap:.75rem;display:flex}.Footer-module__EZoWya__logoIcon{background:linear-gradient(135deg, var(--cyan), #7c3aed);width:36px;height:36px;font-family:var(--font-heading);color:#fff;border-radius:8px;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.Footer-module__EZoWya__logoText{font-family:var(--font-heading);font-size:1rem;font-weight:600}.Footer-module__EZoWya__tagline{font-size:.8rem;font-family:var(--font-mono);color:var(--cyan)}.Footer-module__EZoWya__desc{color:var(--text-secondary);max-width:280px;font-size:.875rem;line-height:1.7}.Footer-module__EZoWya__socials{gap:.5rem;display:flex}.Footer-module__EZoWya__socialBtn{background:var(--glass-bg);border:1px solid var(--glass-border);width:36px;height:36px;transition:all var(--transition-base);border-radius:8px;justify-content:center;align-items:center;font-size:1rem;text-decoration:none;display:flex}.Footer-module__EZoWya__socialBtn:hover{border-color:var(--cyan-border);background:var(--cyan-glow);transform:translateY(-2px)}.Footer-module__EZoWya__linkGroup{flex-direction:column;gap:1rem;display:flex}.Footer-module__EZoWya__linkGroupTitle{font-size:.8rem;font-weight:600;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.Footer-module__EZoWya__linkList{flex-direction:column;gap:.5rem;list-style:none;display:flex}.Footer-module__EZoWya__footerLink{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.9rem}.Footer-module__EZoWya__footerLink:hover{color:var(--cyan)}.Footer-module__EZoWya__podcastCta{align-items:stretch;display:flex}.Footer-module__EZoWya__podcastCtaInner{border:1px solid var(--cyan-border);background:linear-gradient(135deg,#00d4ff14,#7c3aed1a);border-radius:12px;flex-direction:column;gap:.5rem;width:100%;padding:1.5rem;display:flex}.Footer-module__EZoWya__podcastIcon{font-size:1.5rem}.Footer-module__EZoWya__podcastCtaInner h5{font-size:.95rem;font-weight:600}.Footer-module__EZoWya__podcastCtaInner p{color:var(--text-secondary);flex:1;font-size:.8rem;line-height:1.5}.Footer-module__EZoWya__bottom{border-top:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.Footer-module__EZoWya__bottom p{color:var(--text-muted);font-size:.8rem;font-family:var(--font-mono)}.Footer-module__EZoWya__emailLink{color:var(--cyan);transition:opacity var(--transition-fast)}.Footer-module__EZoWya__emailLink:hover{opacity:.7}@media (max-width:1024px){.Footer-module__EZoWya__grid{grid-template-columns:1fr 1fr;gap:2rem}.Footer-module__EZoWya__brand{grid-column:span 2}}@media (max-width:600px){.Footer-module__EZoWya__grid{grid-template-columns:1fr}.Footer-module__EZoWya__brand{grid-column:span 1}.Footer-module__EZoWya__bottom{text-align:center;flex-direction:column;gap:.5rem}}
.Hero-module__Z8hQ_W__hero{background:radial-gradient(#0a1628 0%,#050d1a 70%);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__stars{z-index:0;position:absolute;inset:0}.Hero-module__Z8hQ_W__nebula1{z-index:0;background:radial-gradient(#7c3aed1f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:10s ease-in-out infinite Hero-module__Z8hQ_W__float;position:absolute;top:20%;left:-10%}.Hero-module__Z8hQ_W__nebula2{z-index:0;background:radial-gradient(#00d4ff14 0%,#0000 70%);border-radius:50%;width:600px;height:400px;animation:14s ease-in-out infinite reverse Hero-module__Z8hQ_W__float;position:absolute;bottom:10%;right:-5%}.Hero-module__Z8hQ_W__nebula3{z-index:0;background:radial-gradient(#10b9810f 0%,#0000 70%);border-radius:50%;width:300px;height:300px;animation:8s ease-in-out 3s infinite Hero-module__Z8hQ_W__float;position:absolute;top:60%;left:40%}.Hero-module__Z8hQ_W__solarSystem{z-index:1;width:700px;height:700px;position:absolute;top:50%;right:-5%;transform:translateY(-50%)}.Hero-module__Z8hQ_W__sun{width:40px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__Z8hQ_W__sunCore{z-index:2;background:radial-gradient(circle,#fff7cc,gold,#ff8c00);border-radius:50%;width:40px;height:40px;animation:3s ease-in-out infinite Hero-module__Z8hQ_W__pulse-glow;position:relative}.Hero-module__Z8hQ_W__sunGlow{background:radial-gradient(circle,#ffc80040,#0000 70%);border-radius:50%;width:100px;height:100px;animation:3s ease-in-out infinite Hero-module__Z8hQ_W__pulse-glow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__Z8hQ_W__orbitRing{width:var(--orbit-size);height:var(--orbit-size);margin-top:calc(var(--orbit-size) / -2);margin-left:calc(var(--orbit-size) / -2);animation:Hero-module__Z8hQ_W__spin-orbit var(--orbit-duration) linear infinite;animation-direction:var(--orbit-dir,normal);border:1px solid #ffffff0f;border-radius:50%;position:absolute;top:50%;left:50%}@keyframes Hero-module__Z8hQ_W__spin-orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Hero-module__Z8hQ_W__planet{width:var(--planet-size,12px);height:var(--planet-size,12px);background:radial-gradient(circle at 35% 35%, #ffffffe6, var(--planet-color,#00d4ff));box-shadow:0 0 12px var(--planet-color,#00d4ff), 0 0 25px #00d4ff4d;border-radius:50%;position:absolute;top:0;left:50%;transform:translate(-50%)translateY(-50%)}.Hero-module__Z8hQ_W__moonOrbit{width:40px;height:40px;animation:5s linear infinite Hero-module__Z8hQ_W__spin-orbit;position:absolute;top:0;left:50%;transform:translate(-50%)translateY(-50%)}.Hero-module__Z8hQ_W__moon{background:#cbd5e1;border-radius:50%;width:5px;height:5px;position:absolute;top:0;left:50%;transform:translate(-50%)translateY(-50%);box-shadow:0 0 6px #cbd5e199}.Hero-module__Z8hQ_W__particles{z-index:1;pointer-events:none;position:absolute;inset:0}.Hero-module__Z8hQ_W__particle{background:var(--cyan);opacity:.4;width:3px;height:3px;animation:Hero-module__Z8hQ_W__float var(--dur,6s) var(--delay,0s) ease-in-out infinite;border-radius:50%;position:absolute}.Hero-module__Z8hQ_W__content{z-index:10;align-items:center;width:100%;min-height:100vh;display:flex;position:relative}.Hero-module__Z8hQ_W__contentInner{max-width:var(--container-max);max-width:700px;margin:0 auto 0 5%;padding:8rem 1.5rem 4rem}.Hero-module__Z8hQ_W__badge{color:var(--cyan);font-size:.8rem;font-family:var(--font-mono);background:#00d4ff1a;border:1px solid #00d4ff33;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;animation:.6s .1s both Hero-module__Z8hQ_W__fadeUp;display:inline-flex}.Hero-module__Z8hQ_W__badgeDot{background:#10b981;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite Hero-module__Z8hQ_W__pulse-glow;box-shadow:0 0 8px #10b981}.Hero-module__Z8hQ_W__title{flex-direction:column;margin-bottom:1rem;font-size:clamp(3.5rem,7vw,6rem);font-weight:700;line-height:1.05;animation:.6s .2s both Hero-module__Z8hQ_W__fadeUp;display:flex}.Hero-module__Z8hQ_W__titleLine1{color:var(--text-primary)}.Hero-module__Z8hQ_W__gradientName{background:linear-gradient(135deg, var(--cyan) 0%, #7c3aed 60%, var(--cyan) 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite Hero-module__Z8hQ_W__shimmer}.Hero-module__Z8hQ_W__tagline{font-family:var(--font-mono);color:var(--cyan);letter-spacing:.05em;margin-bottom:1.25rem;font-size:1rem;animation:.6s .3s both Hero-module__Z8hQ_W__fadeUp}.Hero-module__Z8hQ_W__description{color:var(--text-secondary);max-width:560px;margin-bottom:2rem;font-size:1.1rem;line-height:1.8;animation:.6s .4s both Hero-module__Z8hQ_W__fadeUp}.Hero-module__Z8hQ_W__stats{align-items:center;gap:1.5rem;margin-bottom:2.5rem;animation:.6s .5s both Hero-module__Z8hQ_W__fadeUp;display:flex}.Hero-module__Z8hQ_W__stat{flex-direction:column;gap:.2rem;display:flex}.Hero-module__Z8hQ_W__statValue{font-size:1.75rem;font-weight:700;font-family:var(--font-heading);color:var(--cyan);line-height:1}.Hero-module__Z8hQ_W__statLabel{color:var(--text-muted);font-size:.75rem;font-family:var(--font-mono)}.Hero-module__Z8hQ_W__statDivider{background:var(--glass-border);width:1px;height:40px}.Hero-module__Z8hQ_W__ctas{flex-wrap:wrap;gap:1rem;animation:.6s .6s both Hero-module__Z8hQ_W__fadeUp;display:flex}.Hero-module__Z8hQ_W__scrollIndicator{color:var(--text-muted);font-size:.7rem;font-family:var(--font-mono);letter-spacing:.1em;z-index:10;transition:color var(--transition-fast);flex-direction:column;align-items:center;gap:.5rem;animation:1s 1.5s both Hero-module__Z8hQ_W__fadeIn;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__Z8hQ_W__scrollIndicator:hover{color:var(--cyan)}.Hero-module__Z8hQ_W__scrollMouse{border:2px solid;border-radius:11px;justify-content:center;width:22px;height:36px;padding-top:5px;display:flex}.Hero-module__Z8hQ_W__scrollWheel{background:currentColor;border-radius:2px;width:3px;height:8px;animation:2s ease-in-out infinite Hero-module__Z8hQ_W__scrollWheel}@keyframes Hero-module__Z8hQ_W__scrollWheel{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(12px)}}@media (max-width:1024px){.Hero-module__Z8hQ_W__solarSystem{opacity:.3;right:-15%}.Hero-module__Z8hQ_W__contentInner{text-align:center;margin-left:auto;margin-right:auto}.Hero-module__Z8hQ_W__stats,.Hero-module__Z8hQ_W__ctas{justify-content:center}.Hero-module__Z8hQ_W__description{margin-left:auto;margin-right:auto}}@media (max-width:640px){.Hero-module__Z8hQ_W__solarSystem{display:none}.Hero-module__Z8hQ_W__stats{gap:1rem}.Hero-module__Z8hQ_W__statValue{font-size:1.4rem}}
.About-module__vqXTeW__section{padding:var(--section-padding);position:relative}.About-module__vqXTeW__section:before{content:"";background:linear-gradient(90deg, transparent, var(--cyan-border), transparent);height:1px;position:absolute;top:0;left:0;right:0}.About-module__vqXTeW__header{text-align:center;margin-bottom:3.5rem}.About-module__vqXTeW__header .About-module__vqXTeW__section-subtitle{margin:0 auto}.About-module__vqXTeW__bentoGrid{grid-template-columns:repeat(12,1fr);gap:1.25rem;display:grid}.About-module__vqXTeW__bioCard{grid-column:span 7;align-items:flex-start;gap:2rem;padding:2rem;display:flex}.About-module__vqXTeW__bioAvatar{flex-shrink:0;position:relative}.About-module__vqXTeW__avatarRing{background:linear-gradient(135deg, var(--cyan), #7c3aed);border-radius:50%;animation:8s linear infinite About-module__vqXTeW__spin-slow;position:absolute;inset:-4px}.About-module__vqXTeW__avatarInitials{background:var(--bg-secondary);width:80px;height:80px;font-family:var(--font-heading);color:var(--cyan);z-index:1;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex;position:relative}.About-module__vqXTeW__bioContent{flex:1}.About-module__vqXTeW__bioName{margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.About-module__vqXTeW__bioRole{color:var(--cyan);font-size:.875rem;font-family:var(--font-mono);margin-bottom:1.25rem}.About-module__vqXTeW__bioParagraph{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.8}.About-module__vqXTeW__bioTags{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.About-module__vqXTeW__expertiseCard{grid-column:span 5;padding:1.5rem}.About-module__vqXTeW__expertiseCard:nth-child(3),.About-module__vqXTeW__expertiseCard:nth-child(4){grid-column:span 5}.About-module__vqXTeW__expertiseIcon{margin-bottom:.75rem;font-size:2rem;display:block}.About-module__vqXTeW__expertiseTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:600}.About-module__vqXTeW__expertiseDesc{color:var(--text-secondary);font-size:.875rem;line-height:1.7}.About-module__vqXTeW__timelineCard{grid-column:span 7;padding:2rem}.About-module__vqXTeW__timelineHeading{color:var(--cyan);font-size:1.25rem;font-weight:700;font-family:var(--font-mono);margin-bottom:1.5rem}.About-module__vqXTeW__timeline{flex-direction:column;gap:1rem;display:flex}.About-module__vqXTeW__timelineItem{align-items:center;gap:1rem;display:flex}.About-module__vqXTeW__timelineYear{font-family:var(--font-mono);color:var(--cyan);min-width:40px;font-size:.8rem;font-weight:700}.About-module__vqXTeW__timelineLine{background:var(--cyan);width:8px;height:8px;box-shadow:0 0 8px var(--cyan);border-radius:50%;flex-shrink:0}.About-module__vqXTeW__timelineEvent{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.About-module__vqXTeW__missionCard{text-align:center;flex-direction:column;grid-column:span 5;justify-content:center;align-items:center;padding:2rem;display:flex;border-color:var(--cyan-border)!important;background:linear-gradient(135deg,#00d4ff14,#7c3aed14)!important}.About-module__vqXTeW__missionIcon{margin-bottom:1rem;font-size:2.5rem}.About-module__vqXTeW__missionTitle{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.About-module__vqXTeW__missionText{color:var(--text-secondary);font-size:.95rem;font-style:italic;line-height:1.7}@media (max-width:1024px){.About-module__vqXTeW__bioCard{flex-direction:column;grid-column:span 12}.About-module__vqXTeW__expertiseCard,.About-module__vqXTeW__expertiseCard:nth-child(3),.About-module__vqXTeW__expertiseCard:nth-child(4){grid-column:span 6}.About-module__vqXTeW__timelineCard{grid-column:span 8}.About-module__vqXTeW__missionCard{grid-column:span 4}}@media (max-width:768px){.About-module__vqXTeW__expertiseCard,.About-module__vqXTeW__expertiseCard:nth-child(3),.About-module__vqXTeW__expertiseCard:nth-child(4),.About-module__vqXTeW__timelineCard,.About-module__vqXTeW__missionCard,.About-module__vqXTeW__bioCard{grid-column:span 12}}
.PodcastSection-module__grCOHW__section{padding:var(--section-padding);background:linear-gradient(#0000,#00d4ff08,#0000);position:relative}.PodcastSection-module__grCOHW__header{text-align:center;margin-bottom:3rem}.PodcastSection-module__grCOHW__header .PodcastSection-module__grCOHW__section-subtitle{margin:0 auto}.PodcastSection-module__grCOHW__podcastBanner{border:1px solid var(--cyan-border);background:linear-gradient(135deg,#00d4ff14 0%,#7c3aed1f 100%);border-radius:20px;grid-template-columns:1fr auto;align-items:center;gap:2rem;margin-bottom:2rem;padding:3rem;display:grid;position:relative;overflow:hidden}.PodcastSection-module__grCOHW__bannerGlow{pointer-events:none;background:radial-gradient(circle,#00d4ff26,#0000 70%);width:300px;height:300px;position:absolute;top:-50px;right:-50px}.PodcastSection-module__grCOHW__bannerContent{z-index:1;position:relative}.PodcastSection-module__grCOHW__podcastBadge{font-family:var(--font-mono);color:var(--cyan);letter-spacing:.15em;border:1px solid var(--cyan-border);background:#00d4ff0d;border-radius:4px;margin-bottom:1rem;padding:.3rem .75rem;font-size:.7rem;display:inline-block}.PodcastSection-module__grCOHW__bannerTitle{margin-bottom:.75rem;font-size:1.75rem;font-weight:700}.PodcastSection-module__grCOHW__bannerDesc{color:var(--text-secondary);max-width:500px;margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.PodcastSection-module__grCOHW__platforms{flex-wrap:wrap;gap:.75rem;display:flex}.PodcastSection-module__grCOHW__platformBtn{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-secondary);transition:all var(--transition-base);border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;display:inline-flex}.PodcastSection-module__grCOHW__platformBtn:hover{border-color:var(--platform-color,var(--cyan));color:var(--text-primary);background:#ffffff0f;transform:translateY(-2px)}.PodcastSection-module__grCOHW__waveform{align-items:center;gap:3px;height:80px;display:flex}.PodcastSection-module__grCOHW__waveBar{width:3px;height:var(--bar-height,50%);background:linear-gradient(180deg, var(--cyan), #00d4ff4d);animation:1.5s ease-in-out infinite alternate PodcastSection-module__grCOHW__waveAnim;animation-delay:var(--bar-delay,0s);border-radius:2px}@keyframes PodcastSection-module__grCOHW__waveAnim{0%{opacity:.5;transform:scaleY(.3)}to{opacity:1;transform:scaleY(1)}}.PodcastSection-module__grCOHW__episodesGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}.PodcastSection-module__grCOHW__episodeCard{flex-direction:column;gap:.75rem;padding:1.75rem;display:flex}.PodcastSection-module__grCOHW__episodeNumber{font-family:var(--font-mono);color:var(--cyan);letter-spacing:.1em;font-size:.75rem}.PodcastSection-module__grCOHW__episodeTitle{color:var(--text-primary);flex:1;font-size:1rem;font-weight:600;line-height:1.4}.PodcastSection-module__grCOHW__episodeDesc{color:var(--text-secondary);flex:1;font-size:.875rem;line-height:1.7}.PodcastSection-module__grCOHW__episodeMeta{align-items:center;gap:1rem;display:flex}.PodcastSection-module__grCOHW__episodeDuration,.PodcastSection-module__grCOHW__episodeDate{color:var(--text-muted);font-size:.8rem;font-family:var(--font-mono)}.PodcastSection-module__grCOHW__playBtn{border:1px solid var(--cyan-border);color:var(--cyan);transition:all var(--transition-base);cursor:pointer;background:#00d4ff1a;border-radius:6px;align-items:center;gap:.5rem;margin-top:auto;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;display:inline-flex}.PodcastSection-module__grCOHW__playBtn:hover{background:#00d4ff33;transform:translateY(-1px)}.PodcastSection-module__grCOHW__viewAll{justify-content:center;margin-top:1rem;display:flex}@media (max-width:900px){.PodcastSection-module__grCOHW__episodesGrid,.PodcastSection-module__grCOHW__podcastBanner{grid-template-columns:1fr}.PodcastSection-module__grCOHW__waveform{display:none}}
.BlogSection-module__O5M9Ja__section{padding:var(--section-padding)}.BlogSection-module__O5M9Ja__header{text-align:center;margin-bottom:3rem}.BlogSection-module__O5M9Ja__header .BlogSection-module__O5M9Ja__section-subtitle{margin:0 auto}.BlogSection-module__O5M9Ja__grid{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:2rem;display:grid}.BlogSection-module__O5M9Ja__featured{flex-direction:column;justify-content:flex-end;min-height:400px;padding:2.5rem;text-decoration:none;display:flex;position:relative;overflow:hidden}.BlogSection-module__O5M9Ja__featuredBg{z-index:0;background:linear-gradient(135deg,#00d4ff0f 0%,#7c3aed14 50%,#00d4ff0a 100%);position:absolute;inset:0}.BlogSection-module__O5M9Ja__featuredBg:after{content:"";background:linear-gradient(#0000,#0a1628e6);height:60%;position:absolute;bottom:0;left:0;right:0}.BlogSection-module__O5M9Ja__featuredContent{z-index:1;position:relative}.BlogSection-module__O5M9Ja__featuredMeta{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.BlogSection-module__O5M9Ja__readTime{color:var(--text-muted);font-size:.8rem;font-family:var(--font-mono)}.BlogSection-module__O5M9Ja__featuredTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.5rem;font-weight:700;line-height:1.3}.BlogSection-module__O5M9Ja__featuredExcerpt{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.9rem;line-height:1.7}.BlogSection-module__O5M9Ja__readMore{color:var(--cyan);transition:gap var(--transition-fast);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:inline-flex}.BlogSection-module__O5M9Ja__featured:hover .BlogSection-module__O5M9Ja__readMore{gap:.75rem}.BlogSection-module__O5M9Ja__postsList{flex-direction:column;gap:1.25rem;display:flex}.BlogSection-module__O5M9Ja__postCard{flex-direction:column;gap:.5rem;padding:1.5rem;text-decoration:none;display:flex}.BlogSection-module__O5M9Ja__postMeta{align-items:center;gap:.75rem;display:flex}.BlogSection-module__O5M9Ja__postDate{color:var(--text-muted);font-size:.75rem;font-family:var(--font-mono)}.BlogSection-module__O5M9Ja__postTitle{color:var(--text-primary);transition:color var(--transition-fast);font-size:1rem;font-weight:600;line-height:1.4}.BlogSection-module__O5M9Ja__postCard:hover .BlogSection-module__O5M9Ja__postTitle{color:var(--cyan)}.BlogSection-module__O5M9Ja__postExcerpt{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.6;display:-webkit-box;overflow:hidden}.BlogSection-module__O5M9Ja__postReadMore{color:var(--cyan);transition:letter-spacing var(--transition-fast);margin-top:auto;font-size:.85rem;font-weight:500}.BlogSection-module__O5M9Ja__postCard:hover .BlogSection-module__O5M9Ja__postReadMore{letter-spacing:.05em}.BlogSection-module__O5M9Ja__viewAll{justify-content:center;display:flex}@media (max-width:900px){.BlogSection-module__O5M9Ja__grid{grid-template-columns:1fr}}
.SpeakingSection-module__1Belfq__section{padding:var(--section-padding);background:linear-gradient(#0000,#7c3aed08,#0000)}.SpeakingSection-module__1Belfq__header{text-align:center;margin-bottom:3rem}.SpeakingSection-module__1Belfq__header .SpeakingSection-module__1Belfq__section-subtitle{margin:0 auto}.SpeakingSection-module__1Belfq__grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.SpeakingSection-module__1Belfq__mainCard{padding:2.5rem;position:relative;overflow:hidden}.SpeakingSection-module__1Belfq__cardGlow{pointer-events:none;background:radial-gradient(circle,#7c3aed26,#0000 70%);width:250px;height:250px;position:absolute;top:-80px;left:-80px}.SpeakingSection-module__1Belfq__speakerBadge{font-size:.75rem;font-family:var(--font-mono);color:#a78bfa;background:#7c3aed1a;border:1px solid #7c3aed40;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.3rem .75rem;display:inline-flex}.SpeakingSection-module__1Belfq__cardTitle{margin-bottom:.75rem;font-size:1.75rem;font-weight:700}.SpeakingSection-module__1Belfq__cardDesc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.8}.SpeakingSection-module__1Belfq__topicsLabel{font-size:.75rem;font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}.SpeakingSection-module__1Belfq__topics{flex-direction:column;gap:.5rem;display:flex}.SpeakingSection-module__1Belfq__topic{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.9rem;display:flex}.SpeakingSection-module__1Belfq__topicDot{background:linear-gradient(135deg, var(--cyan), #7c3aed);border-radius:50%;flex-shrink:0;width:6px;height:6px}.SpeakingSection-module__1Belfq__rightCol{flex-direction:column;gap:1.25rem;display:flex}.SpeakingSection-module__1Belfq__engagementsCard{flex:1;padding:1.75rem}.SpeakingSection-module__1Belfq__engagementsTitle{color:var(--text-primary);font-size:1rem;font-weight:600;font-family:var(--font-mono);margin-bottom:1.25rem}.SpeakingSection-module__1Belfq__engagements{flex-direction:column;gap:0;display:flex}.SpeakingSection-module__1Belfq__engagement{border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:flex-start;padding:.875rem 0;display:flex}.SpeakingSection-module__1Belfq__engagement:last-child{border-bottom:none}.SpeakingSection-module__1Belfq__engagementEvent{color:var(--text-primary);margin-bottom:.2rem;font-size:.9rem;font-weight:600}.SpeakingSection-module__1Belfq__engagementRole{color:var(--cyan);font-size:.8rem;font-family:var(--font-mono)}.SpeakingSection-module__1Belfq__engagementRight{text-align:right}.SpeakingSection-module__1Belfq__engagementYear{color:var(--text-primary);font-size:.875rem;font-weight:600}.SpeakingSection-module__1Belfq__engagementLocation{color:var(--text-muted);font-size:.8rem}.SpeakingSection-module__1Belfq__formats{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.SpeakingSection-module__1Belfq__formatCard{text-align:center;flex-direction:column;align-items:center;gap:.4rem;padding:1.25rem;display:flex}.SpeakingSection-module__1Belfq__formatIcon{font-size:1.5rem}.SpeakingSection-module__1Belfq__formatLabel{color:var(--text-primary);font-size:.875rem;font-weight:600}.SpeakingSection-module__1Belfq__formatDuration{color:var(--text-muted);font-size:.75rem;font-family:var(--font-mono)}@media (max-width:900px){.SpeakingSection-module__1Belfq__grid{grid-template-columns:1fr}}
.CaseStudiesSection-module__8L93Ha__section{padding:var(--section-padding);background:linear-gradient(#0000,#00d4ff05,#0000)}.CaseStudiesSection-module__8L93Ha__header{text-align:center;margin-bottom:2.5rem}.CaseStudiesSection-module__8L93Ha__header .CaseStudiesSection-module__8L93Ha__section-subtitle{margin:0 auto}.CaseStudiesSection-module__8L93Ha__filterTabs{justify-content:center;gap:.5rem;margin-bottom:2.5rem;display:flex}.CaseStudiesSection-module__8L93Ha__filterTab{border:1px solid var(--glass-border);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-base);background:0 0;border-radius:100px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500}.CaseStudiesSection-module__8L93Ha__filterTab:hover{border-color:var(--cyan-border);color:var(--text-primary)}.CaseStudiesSection-module__8L93Ha__activeTab{border-color:var(--cyan-border);color:var(--cyan);background:#00d4ff1a}.CaseStudiesSection-module__8L93Ha__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}.CaseStudiesSection-module__8L93Ha__studyCard{flex-direction:column;gap:1rem;padding:2rem;text-decoration:none;display:flex;position:relative;overflow:hidden}.CaseStudiesSection-module__8L93Ha__studyCard:before{content:"";background:linear-gradient(90deg, var(--cyan), #7c3aed);opacity:0;height:2px;transition:opacity var(--transition-base);position:absolute;top:0;left:0;right:0}.CaseStudiesSection-module__8L93Ha__studyCard:hover:before{opacity:1}.CaseStudiesSection-module__8L93Ha__featured{flex-direction:row;grid-column:span 2;align-items:flex-start;gap:2rem}.CaseStudiesSection-module__8L93Ha__featured .CaseStudiesSection-module__8L93Ha__metrics{flex-shrink:0}.CaseStudiesSection-module__8L93Ha__studyHeader{justify-content:space-between;align-items:center;display:flex}.CaseStudiesSection-module__8L93Ha__studyMeta{align-items:center;gap:.75rem;display:flex}.CaseStudiesSection-module__8L93Ha__industry{color:var(--text-muted);font-size:.8rem;font-family:var(--font-mono)}.CaseStudiesSection-module__8L93Ha__studyTitle{color:var(--text-primary);flex:1;font-size:1.1rem;font-weight:700;line-height:1.4}.CaseStudiesSection-module__8L93Ha__metrics{gap:1.5rem;display:flex}.CaseStudiesSection-module__8L93Ha__metric{flex-direction:column;gap:.2rem;display:flex}.CaseStudiesSection-module__8L93Ha__metricValue{font-size:1.5rem;font-weight:700;font-family:var(--font-heading);color:var(--cyan);line-height:1}.CaseStudiesSection-module__8L93Ha__metricLabel{color:var(--text-muted);font-size:.72rem;font-family:var(--font-mono)}.CaseStudiesSection-module__8L93Ha__techStack{flex-wrap:wrap;gap:.5rem;margin-top:auto;display:flex}.CaseStudiesSection-module__8L93Ha__tech{background:var(--bg-tertiary);border:1px solid var(--glass-border);color:var(--text-secondary);font-size:.75rem;font-family:var(--font-mono);border-radius:4px;padding:.25rem .625rem}.CaseStudiesSection-module__8L93Ha__studyReadMore{color:var(--cyan);transition:letter-spacing var(--transition-fast);font-size:.875rem;font-weight:500}.CaseStudiesSection-module__8L93Ha__studyCard:hover .CaseStudiesSection-module__8L93Ha__studyReadMore{letter-spacing:.05em}.CaseStudiesSection-module__8L93Ha__viewAll{justify-content:center;display:flex}@media (max-width:900px){.CaseStudiesSection-module__8L93Ha__grid{grid-template-columns:1fr}.CaseStudiesSection-module__8L93Ha__featured{flex-direction:column;grid-column:span 1}}
.post-module__ZAXO3W__page{min-height:100vh;padding:8rem 0 5rem}.post-module__ZAXO3W__back{margin-bottom:2rem}.post-module__ZAXO3W__backLink{color:var(--text-muted);transition:color var(--transition-fast);font-size:.875rem}.post-module__ZAXO3W__backLink:hover{color:var(--cyan)}.post-module__ZAXO3W__article{max-width:760px;margin:0 auto}.post-module__ZAXO3W__header{margin-bottom:2rem}.post-module__ZAXO3W__meta{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.post-module__ZAXO3W__date{color:var(--text-muted);font-size:.875rem;font-family:var(--font-mono)}.post-module__ZAXO3W__title{margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.2}.post-module__ZAXO3W__excerpt{color:var(--text-secondary);font-size:1.125rem;line-height:1.7}.post-module__ZAXO3W__divider{background:linear-gradient(90deg, transparent, var(--cyan-border), transparent);height:1px;margin:2rem 0}.post-module__ZAXO3W__content{line-height:1.85}.post-module__ZAXO3W__h2{color:var(--text-primary);margin:2rem 0 .875rem;font-size:1.375rem;font-weight:700}.post-module__ZAXO3W__para{color:var(--text-secondary);margin-bottom:1rem;font-size:1rem;line-height:1.85}.post-module__ZAXO3W__li{color:var(--text-secondary);margin:.5rem 0 .5rem 1.5rem;font-size:1rem;line-height:1.7}.post-module__ZAXO3W__li strong{color:var(--text-primary)}.post-module__ZAXO3W__author{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;display:flex}.post-module__ZAXO3W__authorAvatar{background:linear-gradient(135deg, var(--cyan), #7c3aed);width:48px;height:48px;font-family:var(--font-heading);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.post-module__ZAXO3W__authorName{margin-bottom:.2rem;font-size:1rem;font-weight:600}.post-module__ZAXO3W__authorRole{color:var(--cyan);font-size:.8rem;font-family:var(--font-mono)}
.blog-module__3rPSzG__page{min-height:100vh;padding-bottom:5rem}.blog-module__3rPSzG__hero{padding:8rem 0 4rem;position:relative;overflow:hidden}.blog-module__3rPSzG__heroBg{pointer-events:none;background:radial-gradient(at 50% 0,#00d4ff14,#0000 60%);position:absolute;inset:0}.blog-module__3rPSzG__hero .blog-module__3rPSzG__section-subtitle{max-width:560px;margin-top:.75rem}.blog-module__3rPSzG__featured{margin-bottom:2rem;padding:2.5rem;text-decoration:none;display:block;border-color:var(--cyan-border)!important;background:linear-gradient(135deg,#00d4ff0f,#7c3aed14)!important}.blog-module__3rPSzG__featuredInner{max-width:700px}.blog-module__3rPSzG__featuredMeta{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.blog-module__3rPSzG__featuredLabel{font-size:.75rem;font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}.blog-module__3rPSzG__featuredTitle{color:var(--text-primary);margin-bottom:.875rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.3}.blog-module__3rPSzG__featuredExcerpt{color:var(--text-secondary);margin-bottom:1.25rem;font-size:1rem;line-height:1.7}.blog-module__3rPSzG__readMore{color:var(--cyan);font-size:.9rem;font-weight:600}.blog-module__3rPSzG__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.blog-module__3rPSzG__card{flex-direction:column;gap:.75rem;padding:1.75rem;text-decoration:none;display:flex}.blog-module__3rPSzG__cardMeta{align-items:center;gap:.75rem;display:flex}.blog-module__3rPSzG__date{color:var(--text-muted);font-size:.75rem;font-family:var(--font-mono)}.blog-module__3rPSzG__cardTitle{color:var(--text-primary);transition:color var(--transition-fast);flex:1;font-size:1rem;font-weight:600;line-height:1.4}.blog-module__3rPSzG__card:hover .blog-module__3rPSzG__cardTitle{color:var(--cyan)}.blog-module__3rPSzG__cardExcerpt{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-module__3rPSzG__cardReadMore{color:var(--cyan);margin-top:auto;font-size:.85rem;font-weight:500}@media (max-width:900px){.blog-module__3rPSzG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.blog-module__3rPSzG__grid{grid-template-columns:1fr}}
.case-studies-module__AyNS7q__page{min-height:100vh;padding-bottom:5rem}.case-studies-module__AyNS7q__hero{padding:8rem 0 4rem;position:relative}.case-studies-module__AyNS7q__heroBg{pointer-events:none;background:radial-gradient(at 50% 0,#7c3aed14,#0000 60%);position:absolute;inset:0}.case-studies-module__AyNS7q__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.case-studies-module__AyNS7q__card{flex-direction:column;gap:1.25rem;padding:2rem;text-decoration:none;display:flex;position:relative;overflow:hidden}.case-studies-module__AyNS7q__card:before{content:"";background:linear-gradient(90deg, var(--cyan), #7c3aed);opacity:0;height:2px;transition:opacity var(--transition-base);position:absolute;top:0;left:0;right:0}.case-studies-module__AyNS7q__card:hover:before{opacity:1}.case-studies-module__AyNS7q__cardMeta{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.case-studies-module__AyNS7q__industry{color:var(--text-muted);font-size:.78rem;font-family:var(--font-mono)}.case-studies-module__AyNS7q__cardTitle{color:var(--text-primary);transition:color var(--transition-fast);font-size:1.05rem;font-weight:700;line-height:1.4}.case-studies-module__AyNS7q__card:hover .case-studies-module__AyNS7q__cardTitle{color:var(--cyan)}.case-studies-module__AyNS7q__metrics{flex-wrap:wrap;gap:1.25rem;display:flex}.case-studies-module__AyNS7q__metric{flex-direction:column;gap:.2rem;display:flex}.case-studies-module__AyNS7q__metricValue{color:var(--cyan);font-size:1.5rem;font-weight:700;font-family:var(--font-heading);line-height:1}.case-studies-module__AyNS7q__metricLabel{color:var(--text-muted);font-size:.72rem;font-family:var(--font-mono)}.case-studies-module__AyNS7q__tech{flex-wrap:wrap;gap:.5rem;margin-top:auto;display:flex}.case-studies-module__AyNS7q__techTag{background:var(--bg-tertiary);border:1px solid var(--glass-border);color:var(--text-secondary);font-size:.75rem;font-family:var(--font-mono);border-radius:4px;padding:.25rem .625rem}.case-studies-module__AyNS7q__readMore{color:var(--cyan);font-size:.875rem;font-weight:500}@media (max-width:1024px){.case-studies-module__AyNS7q__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.case-studies-module__AyNS7q__grid{grid-template-columns:1fr}}
.ContactSection-module__G6BZYW__section{padding:var(--section-padding);background:linear-gradient(#0000,#7c3aed08,#0000)}.ContactSection-module__G6BZYW__header{text-align:center;margin-bottom:3rem}.ContactSection-module__G6BZYW__header .ContactSection-module__G6BZYW__section-subtitle{margin:0 auto}.ContactSection-module__G6BZYW__grid{grid-template-columns:3fr 2fr;align-items:start;gap:1.5rem;display:grid}.ContactSection-module__G6BZYW__formCard{padding:2.5rem}.ContactSection-module__G6BZYW__form{flex-direction:column;gap:1.25rem;display:flex}.ContactSection-module__G6BZYW__formRow{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.ContactSection-module__G6BZYW__spinner{border:2px solid #050d1a66;border-top-color:var(--bg-primary);border-radius:50%;width:16px;height:16px;animation:.6s linear infinite ContactSection-module__G6BZYW__spin-slow}.ContactSection-module__G6BZYW__successMsg{color:#34d399;background:#10b9811a;border:1px solid #10b9814d;border-radius:8px;padding:.875rem 1rem;font-size:.9rem;animation:.4s ContactSection-module__G6BZYW__fadeUp}.ContactSection-module__G6BZYW__errorMsg{color:#f87171;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;padding:.875rem 1rem;font-size:.9rem;animation:.4s ContactSection-module__G6BZYW__fadeUp}.ContactSection-module__G6BZYW__sideInfo{flex-direction:column;gap:1.25rem;display:flex}.ContactSection-module__G6BZYW__directCard{padding:1.75rem}.ContactSection-module__G6BZYW__directTitle{font-size:1rem;font-weight:600;font-family:var(--font-mono);color:var(--cyan);margin-bottom:1.25rem}.ContactSection-module__G6BZYW__contactItems{flex-direction:column;gap:1rem;display:flex}.ContactSection-module__G6BZYW__contactItem{align-items:flex-start;gap:.875rem;display:flex}.ContactSection-module__G6BZYW__contactIcon{flex-shrink:0;margin-top:2px;font-size:1.25rem}.ContactSection-module__G6BZYW__contactLabel{color:var(--text-muted);font-size:.75rem;font-family:var(--font-mono);margin-bottom:.2rem}.ContactSection-module__G6BZYW__contactValue{color:var(--text-primary);transition:color var(--transition-fast);font-size:.9rem;font-weight:500}a.ContactSection-module__G6BZYW__contactValue:hover{color:var(--cyan)}.ContactSection-module__G6BZYW__socialsCard{padding:1.75rem}.ContactSection-module__G6BZYW__socialsTitle{font-size:1rem;font-weight:600;font-family:var(--font-mono);color:var(--cyan);margin-bottom:1.25rem}.ContactSection-module__G6BZYW__socialsList{flex-direction:column;gap:.5rem;display:flex}.ContactSection-module__G6BZYW__socialLink{transition:all var(--transition-base);border:1px solid #0000;border-radius:8px;align-items:center;gap:.875rem;padding:.75rem;display:flex}.ContactSection-module__G6BZYW__socialLink:hover{background:var(--glass-hover);border-color:var(--glass-border)}.ContactSection-module__G6BZYW__socialIconWrap{background:var(--bg-tertiary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex}.ContactSection-module__G6BZYW__socialName{color:var(--text-primary);font-size:.875rem;font-weight:600}.ContactSection-module__G6BZYW__socialHandle{color:var(--text-muted);font-size:.75rem;font-family:var(--font-mono)}.ContactSection-module__G6BZYW__socialArrow{color:var(--text-muted);opacity:0;transition:opacity var(--transition-fast), transform var(--transition-fast);margin-left:auto}.ContactSection-module__G6BZYW__socialLink:hover .ContactSection-module__G6BZYW__socialArrow{opacity:1;transform:translate(2px,-2px)}@media (max-width:900px){.ContactSection-module__G6BZYW__grid,.ContactSection-module__G6BZYW__formRow{grid-template-columns:1fr}}
