.about-section{position:relative;background:#000;scroll-margin-top:5rem;overflow:hidden}.about-section:before{top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,hsla(0,0%,100%,.25),transparent),radial-gradient(ellipse 60% 40% at 50% 100%,hsla(0,0%,100%,.15),transparent)}.about-section:after,.about-section:before{content:"";position:absolute;pointer-events:none;z-index:0}.about-section:after{top:-50%;left:-50%;width:200%;height:200%;background:repeating-linear-gradient(0deg,transparent,transparent 2px,hsla(0,0%,100%,.03) 0,hsla(0,0%,100%,.03) 4px),repeating-linear-gradient(90deg,transparent,transparent 2px,hsla(0,0%,100%,.03) 0,hsla(0,0%,100%,.03) 4px),repeating-linear-gradient(45deg,transparent,transparent 2px,hsla(0,0%,100%,.02) 0,hsla(0,0%,100%,.02) 4px),repeating-linear-gradient(-45deg,transparent,transparent 2px,hsla(0,0%,100%,.02) 0,hsla(0,0%,100%,.02) 4px);background-size:100% 100%,100% 100%,100% 100%,100% 100%;animation:lightRaysRotate 25s linear infinite;transform-origin:center center}@keyframes lightRaysRotate{0%{transform:rotate(0deg);opacity:.5}50%{opacity:.8}to{transform:rotate(1turn);opacity:.5}}.about-header{text-align:center;margin-bottom:3rem}@media (min-width:768px){.about-header{margin-bottom:4rem}}.about-badge{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem}.about-title{font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2}.about-description{color:hsla(0,0%,100%,.8);max-width:48rem;margin:0 auto;padding:0 1rem}.about-content-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;margin-bottom:3rem}@media (min-width:1024px){.about-content-grid{grid-template-columns:1fr 1fr;gap:3rem}}.about-text{display:flex;flex-direction:column;gap:1rem}@media (min-width:640px){.about-text{gap:1.5rem}}.about-paragraph{color:hsla(0,0%,100%,.8);line-height:1.75}.about-social-links{margin-top:2rem}@media (min-width:640px){.about-social-links{margin-top:2.5rem}}.about-social-label{font-weight:500;color:hsla(0,0%,100%,.9);margin-bottom:.75rem}.about-social-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);border:2px solid hsla(0,0%,100%,.3);border-radius:50%;color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none}.about-social-link:hover{background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.5);box-shadow:0 4px 12px hsla(0,0%,100%,.2)}@media (min-width:640px){.about-social-link{width:2.75rem;height:2.75rem}}.about-highlight{position:relative;display:inline-block;font-weight:600;color:#1e293b}.about-highlight:after{content:"";position:absolute;bottom:.25rem;left:0;right:0;height:.375rem;background:linear-gradient(90deg,hsla(0,0%,100%,.8),hsla(0,0%,100%,.6));z-index:-1;border-radius:.125rem;animation:highlightPulse 2s ease-in-out infinite}@keyframes highlightPulse{0%,to{opacity:.3}50%{opacity:.6}}.about-gif-container{position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.2);background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);border:2px solid hsla(0,0%,100%,.3);padding:.5rem}@media (min-width:640px){.about-gif-container{padding:1rem;border-radius:1.5rem}}@media (min-width:768px){.about-gif-container{padding:1.5rem;border-radius:2rem}}.about-gif{width:100%;height:auto;border-radius:.75rem;display:block;max-width:100%}@media (min-width:640px){.about-gif{border-radius:1rem}}@media (min-width:768px){.about-gif{border-radius:1.25rem}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.about-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;position:relative;z-index:1}@media (min-width:640px){.about-stats-grid{gap:1.5rem}}.about-stat-item{text-align:center}.about-stat-value{font-weight:700;color:#fff;margin-bottom:.5rem;line-height:1;text-shadow:0 0 10px hsla(0,0%,100%,.5)}.about-stat-label{font-size:.75rem;color:hsla(0,0%,100%,.7)}@media (min-width:640px){.about-stat-label{font-size:.875rem}}.about-stat-full-width{grid-column:1/-1}.about-points-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.about-points-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (min-width:640px){.about-points-grid{gap:2rem}}.about-point-card{background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);border-radius:1rem;padding:1.5rem;box-shadow:0 10px 25px -5px rgba(0,0,0,.3);border:2px solid hsla(0,0%,100%,.3);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}@media (min-width:640px){.about-point-card{padding:2rem}}.about-point-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);transition:left .5s}.about-point-card:hover:before{left:100%}.about-point-card:hover{transform:translateY(-.5rem) scale(1.02);box-shadow:0 20px 40px -5px rgba(0,0,0,.15)}.about-point-icon{width:3.5rem;height:3.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;box-shadow:0 10px 25px -5px rgba(0,0,0,.2);position:relative;z-index:1}@media (min-width:640px){.about-point-icon{width:4rem;height:4rem;margin-bottom:1.5rem}}.about-point-title{font-weight:700;color:#fff;margin-bottom:.75rem;position:relative;z-index:1}.about-point-description{color:hsla(0,0%,100%,.8);line-height:1.75;position:relative;z-index:1}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.about-animate-left{animation:fadeInLeft .6s ease-out forwards}.about-animate-right{animation:fadeInRight .6s ease-out forwards}@media (max-width:480px){.about-section{scroll-margin-top:4rem;padding-top:2rem;padding-bottom:2rem}.about-header{margin-bottom:2rem}.about-title{font-size:1.75rem}.about-description{font-size:.875rem;padding:0 .5rem}.about-paragraph{font-size:.875rem;line-height:1.6}.about-social-link{width:2.25rem;height:2.25rem}.about-gif-container{padding:.5rem;border-radius:.75rem}}@media (max-width:640px){.about-section{scroll-margin-top:4rem}.about-stats-card{padding:1rem}.about-stat-value{font-size:1.875rem}.about-header{margin-bottom:2.5rem}}@media (min-width:641px) and (max-width:1023px){.about-content-grid{gap:2rem}}.blog-section{position:relative;background:#000;overflow:hidden}.blog-section:before{top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,hsla(0,0%,100%,.25),transparent),radial-gradient(ellipse 60% 40% at 50% 100%,hsla(0,0%,100%,.15),transparent)}.blog-section:after,.blog-section:before{content:"";position:absolute;pointer-events:none;z-index:0}.blog-section:after{top:-50%;left:-50%;width:200%;height:200%;background:repeating-linear-gradient(0deg,transparent,transparent 2px,hsla(0,0%,100%,.03) 0,hsla(0,0%,100%,.03) 4px),repeating-linear-gradient(90deg,transparent,transparent 2px,hsla(0,0%,100%,.03) 0,hsla(0,0%,100%,.03) 4px);background-size:100% 100%,100% 100%;animation:blogLightRaysRotate 30s linear infinite;transform-origin:center center}@keyframes blogLightRaysRotate{0%{transform:rotate(0deg);opacity:.5}50%{opacity:.8}to{transform:rotate(1turn);opacity:.5}}.blog-header{text-align:center;margin-bottom:4rem;position:relative;z-index:1}@media (min-width:1024px){.blog-header{margin-bottom:5rem}}.blog-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:hsla(0,0%,100%,.2);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);border-radius:9999px;margin-bottom:1.5rem;font-size:.75rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em}.blog-badge-icon{width:1rem;height:1rem;color:#fff}.blog-title{font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2;letter-spacing:-.02em}.blog-description{color:hsla(0,0%,100%,.85);line-height:1.7;font-weight:400}.blog-grid{display:grid;grid-template-columns:1fr;gap:2rem;position:relative;z-index:1}@media (min-width:768px){.blog-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}.blog-card{position:relative;height:100%}.blog-card-link{display:block;height:100%;text-decoration:none;color:inherit}.blog-thumbnail-wrapper{position:relative;width:100%;height:280px;border-radius:1rem 1rem 0 0;overflow:hidden;background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px)}@media (min-width:768px){.blog-thumbnail-wrapper{height:320px}}.blog-thumbnail{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.blog-overlay{position:absolute;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .4s ease}.blog-card-link:hover .blog-overlay{opacity:1}.blog-external-icon{width:3rem;height:3rem;color:#fff;transition:transform .3s ease}.blog-card-link:hover .blog-external-icon{transform:scale(1.2) rotate(-45deg)}.blog-card-link:hover .blog-thumbnail{transform:scale(1.1)}.blog-content{padding:2rem;background:hsla(0,0%,100%,.12);backdrop-filter:blur(25px);border:2px solid hsla(0,0%,100%,.25);border-top:none;border-radius:0 0 1.5rem 1.5rem;transition:all .4s ease;min-height:220px;display:flex;flex-direction:column}.blog-card-link:hover .blog-content{background:hsla(0,0%,100%,.18);border-color:hsla(0,0%,100%,.35);transform:translateY(-4px);box-shadow:0 20px 60px -15px rgba(0,0,0,.5)}.blog-category-badge{margin-bottom:1rem}.blog-category-badge span{display:inline-block;padding:.375rem .875rem;background:hsla(0,0%,100%,.2);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);border-radius:9999px;font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em}.blog-card-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.75rem;line-height:1.3;font-family:var(--font-poppins);letter-spacing:-.01em}@media (min-width:768px){.blog-card-title{font-size:1.75rem;margin-bottom:1rem}}.blog-card-description{font-size:.95rem;color:hsla(0,0%,100%,.8);line-height:1.6;margin-bottom:1.5rem;flex:1;font-family:var(--font-inter)}@media (min-width:768px){.blog-card-description{font-size:1rem;line-height:1.7}}.blog-action{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);border:2px solid hsla(0,0%,100%,.3);border-radius:.75rem;font-weight:600;color:#fff;transition:all .3s ease;width:-moz-fit-content;width:fit-content;margin-top:auto}.blog-card-link:hover .blog-action{background:#fff;color:#000;border-color:hsla(0,0%,100%,.5);box-shadow:0 10px 30px -5px hsla(0,0%,100%,.4)}.blog-action-text{font-size:.875rem;font-weight:700;font-family:var(--font-poppins)}.blog-action-icon{width:1rem;height:1rem;transition:transform .3s ease}.blog-card-link:hover .blog-action-icon{transform:translateX(4px)}@media (max-width:480px){.blog-section{padding-top:2rem;padding-bottom:2rem}.blog-header{margin-bottom:2rem}.blog-badge{padding:.375rem .75rem;font-size:.625rem}.blog-title{font-size:1.5rem}.blog-description{font-size:.875rem}.blog-grid{gap:1.25rem}.blog-thumbnail-wrapper{height:200px}.blog-content{padding:1.25rem;min-height:180px}.blog-card-title{font-size:1.125rem;margin-bottom:.5rem}.blog-card-description{font-size:.8125rem;margin-bottom:1rem}.blog-action{padding:.625rem 1.25rem;font-size:.8125rem}}@media (max-width:639px){.blog-header{margin-bottom:3rem}.blog-grid{gap:1.5rem}.blog-thumbnail-wrapper{height:240px}.blog-content{padding:1.5rem;min-height:200px}.blog-card-title{font-size:1.25rem}.blog-card-description{font-size:.875rem}}@media (min-width:768px) and (max-width:1023px){.blog-grid{gap:2rem}}