.about-module__8TymFG__container{width:100%;color:var(--text-primary);box-sizing:border-box;background:0 0;flex-direction:column;flex:1;margin:0 auto;padding:0;display:flex;overflow:visible}.about-module__8TymFG__compactHeader{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:linear-gradient(135deg,#3b82f614 0%,#818cf80a 100%);border-bottom:1px solid #3b82f626;justify-content:center;align-items:center;gap:1rem;width:100%;padding:2rem 2.5rem 1.5rem;display:flex;position:relative;overflow:hidden}.about-module__8TymFG__compactHeader:before{content:"";pointer-events:none;background:radial-gradient(at 50% 0,#3b82f61a 0%,#0000 60%);position:absolute;inset:0}.about-module__8TymFG__compactHeaderInner{z-index:1;align-items:center;gap:1rem;width:80%;max-width:1400px;display:flex;position:relative}.about-module__8TymFG__headerIcon{color:var(--primary);flex-shrink:0;width:32px;height:32px}.about-module__8TymFG__headerText{flex-direction:column;gap:.25rem;display:flex}.about-module__8TymFG__headerTitle{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:800;line-height:1.2}.about-module__8TymFG__headerSubtitle{color:var(--text-secondary);margin:0;font-size:.9375rem;line-height:1.4}.about-module__8TymFG__content{max-width:1440px;margin:0 auto;padding:3rem 1.5rem}.about-module__8TymFG__aboutSection{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.about-module__8TymFG__aboutInfo{padding-right:1.5rem}.about-module__8TymFG__sectionTitle{background:linear-gradient(135deg,var(--primary),#818cf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-size:1.75rem;font-weight:700}.about-module__8TymFG__description{color:var(--text-secondary);margin:0 0 2rem;font-size:1rem;line-height:1.6}.about-module__8TymFG__features{flex-direction:column;gap:1rem;display:flex}.about-module__8TymFG__feature{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-light);border-radius:.875rem;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.about-module__8TymFG__feature:hover{background:#3b82f60a;border-color:#3b82f640;transform:translateY(-2px);box-shadow:0 8px 24px #3b82f61a}.about-module__8TymFG__featureIcon{background:linear-gradient(135deg,var(--primary),#818cf8);color:#fff;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 4px 12px #3b82f64d}.about-module__8TymFG__feature h3{color:var(--text-primary);margin:0 0 .25rem;font-size:1rem;font-weight:600}.about-module__8TymFG__feature p{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.4}.about-module__8TymFG__servicesCard{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-light);border-radius:1rem;padding:2rem;box-shadow:0 8px 40px #00000014}.about-module__8TymFG__cardTitle{background:linear-gradient(135deg,var(--primary),#818cf8);-webkit-text-fill-color:transparent;text-align:center;-webkit-background-clip:text;background-clip:text;margin:0 0 1.5rem;font-size:1.25rem;font-weight:700}.about-module__8TymFG__servicesList{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.about-module__8TymFG__serviceItem{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:.75rem;align-items:center;gap:1rem;padding:1rem;text-decoration:none;transition:all .2s;display:flex}.about-module__8TymFG__serviceItem:hover{background:#3b82f60f;border-color:#3b82f64d;transform:translate(4px)}.about-module__8TymFG__serviceEmoji{flex-shrink:0;font-size:1.5rem}.about-module__8TymFG__serviceText{flex-direction:column;gap:.125rem;display:flex}.about-module__8TymFG__serviceText strong{color:var(--text-primary);font-size:.9375rem;font-weight:600}.about-module__8TymFG__serviceText span{color:var(--text-muted);font-size:.8125rem}.about-module__8TymFG__cardActions{flex-direction:column;gap:.75rem;display:flex}.about-module__8TymFG__primaryButton{background:linear-gradient(135deg,var(--primary),#818cf8);color:#fff;text-align:center;border-radius:2rem;justify-content:center;align-items:center;height:48px;padding:0 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 12px #3b82f64d}.about-module__8TymFG__primaryButton:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.about-module__8TymFG__secondaryButton{background:var(--bg-secondary);height:48px;color:var(--text-primary);text-align:center;border:1px solid var(--border-light);box-shadow:var(--shadow-sm);border-radius:2rem;justify-content:center;align-items:center;padding:0 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.about-module__8TymFG__secondaryButton:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-1px)}@media (max-width:992px){.about-module__8TymFG__aboutSection{grid-template-columns:1fr;gap:2.5rem}.about-module__8TymFG__aboutInfo{padding-right:0}}@media (max-width:768px){.about-module__8TymFG__compactHeader{gap:.75rem;padding:1rem 1rem .75rem}.about-module__8TymFG__compactHeaderInner{width:100%}.about-module__8TymFG__headerIcon{width:24px;height:24px}.about-module__8TymFG__headerTitle{font-size:1.25rem}.about-module__8TymFG__headerSubtitle{font-size:.8125rem}.about-module__8TymFG__content{padding:2rem 1rem}.about-module__8TymFG__sectionTitle{margin-bottom:1rem;font-size:1.25rem;line-height:1.2}.about-module__8TymFG__description{margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}.about-module__8TymFG__feature{gap:.875rem;padding:1rem 1.25rem}.about-module__8TymFG__featureIcon{width:38px;height:38px}.about-module__8TymFG__feature h3{font-size:.9375rem}.about-module__8TymFG__feature p{font-size:.8125rem}.about-module__8TymFG__servicesCard{padding:1.5rem}.about-module__8TymFG__cardTitle{margin-bottom:1.25rem;font-size:1.125rem}.about-module__8TymFG__serviceItem{gap:.875rem;padding:.875rem}.about-module__8TymFG__serviceEmoji{font-size:1.25rem}.about-module__8TymFG__serviceText strong{font-size:.875rem}.about-module__8TymFG__serviceText span{font-size:.75rem}.about-module__8TymFG__primaryButton,.about-module__8TymFG__secondaryButton{border-radius:1.5rem;height:44px;padding:0 1.25rem;font-size:.875rem}}@media (max-width:480px){.about-module__8TymFG__compactHeader{padding:.875rem .75rem .625rem}.about-module__8TymFG__headerIcon{width:20px;height:20px}.about-module__8TymFG__headerTitle{font-size:1.125rem}.about-module__8TymFG__headerSubtitle{font-size:.75rem}.about-module__8TymFG__content{padding:1.5rem .75rem}.about-module__8TymFG__aboutSection{gap:1.5rem}.about-module__8TymFG__sectionTitle{margin-bottom:.875rem;font-size:1.125rem}.about-module__8TymFG__description{margin-bottom:1.25rem;font-size:.8125rem}.about-module__8TymFG__feature{gap:.75rem;padding:.875rem 1rem}.about-module__8TymFG__featureIcon{width:34px;height:34px}.about-module__8TymFG__feature h3{font-size:.875rem}.about-module__8TymFG__feature p{font-size:.75rem}.about-module__8TymFG__servicesCard{padding:1.25rem}.about-module__8TymFG__cardTitle{margin-bottom:1rem;font-size:1rem}.about-module__8TymFG__serviceItem{gap:.75rem;padding:.75rem}.about-module__8TymFG__serviceEmoji{font-size:1.125rem}.about-module__8TymFG__serviceText strong{font-size:.8125rem}.about-module__8TymFG__serviceText span{font-size:.6875rem}.about-module__8TymFG__cardActions{gap:.5rem}.about-module__8TymFG__primaryButton,.about-module__8TymFG__secondaryButton{border-radius:1.25rem;height:40px;padding:0 1rem;font-size:.8125rem}}
