@import"https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700&display=swap";:root{--primary: #057145;--primary-dark: #045a38;--primary-light: #078E57;--primary-gradient: radial-gradient(173.57% 117.3% at 50% 100%, #15BB78 0%, #078E57 100%);--success: #00AD65;--success-light: rgba(0, 173, 101, .12);--link-green: #0C925B;--text-dark: #000000;--text-secondary: #404040;--text-muted: #8C8C8C;--background: #FFFFFF;--background-secondary: #F7F7F7;--background-active: #EBEBEB;--border-light: #D8EAD9;--font-main: "Golos Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-2xl: 48px;--spacing-3xl: 64px;--radius-sm: 14px;--radius-md: 16px;--radius-lg: 22px;--radius-xl: 48px;--shadow-card: 0px 12px 248px rgba(0, 0, 0, .06);--max-width: 1440px;--content-width: 1120px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-main);font-size:16px;line-height:1.5;color:var(--text-dark);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit;transition:color .2s ease}button{font-family:var(--font-main);border:none;cursor:pointer;transition:all .2s ease}ul,ol{list-style:none}img{max-width:100%;height:auto}.container{max-width:var(--max-width);margin:0 auto;padding:0 160px}.content-container{max-width:var(--content-width);margin:0 auto}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.text-secondary{color:var(--text-secondary)}.btn{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;padding:16px 28px;gap:10px;font-weight:500;font-size:16px;line-height:19px;letter-spacing:-.01em;border-radius:var(--radius-md);transition:all .2s ease}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px)}.btn-option{background:var(--background);color:var(--link-green);border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-lg);padding:20px 48px;font-size:20px;line-height:24px;font-weight:500}.btn-option:hover{background:#0c925b0d;border-color:var(--link-green)}.section{padding:var(--spacing-3xl) 0}#root{min-height:100vh;min-height:100dvh}@media(max-width:768px){.hide-mobile{display:none!important}}@media(min-width:769px){.hide-desktop{display:none!important}}@supports (padding: env(safe-area-inset-bottom)){.safe-bottom{padding-bottom:env(safe-area-inset-bottom)}}.header{position:relative;width:100%;padding:16px 110px;z-index:100}.header-container{display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:flex;align-items:center;z-index:101;flex-shrink:0}.logo-img{width:126px;height:39px}.nav--desktop{flex:1;display:flex;justify-content:center}.nav-menu{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px;gap:2px;background:var(--background-secondary);border-radius:var(--radius-md)}.nav-item{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px 18px;gap:10px;font-weight:500;font-size:16px;line-height:19px;letter-spacing:-.01em;color:var(--text-muted);border-radius:var(--radius-sm);transition:all .2s ease;white-space:nowrap}.nav-item:hover{color:var(--text-secondary)}.nav-item--active{background:var(--background-active);color:var(--text-secondary)}.header-cta{font-weight:500;font-size:16px;line-height:19px;letter-spacing:-.01em;white-space:nowrap;flex-shrink:0}.burger{display:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;background:transparent;border:none;cursor:pointer;z-index:101;padding:10px;gap:5px}.burger-line{display:block;width:24px;height:2px;background:var(--text-dark);border-radius:2px;transition:all .3s ease;transform-origin:center}.burger--active .burger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger--active .burger-line:nth-child(2){opacity:0;transform:scaleX(0)}.burger--active .burger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-overlay{display:none;position:fixed;inset:0;background:#00000080;opacity:0;visibility:hidden;transition:all .3s ease;z-index:99}.mobile-overlay--active{opacity:1;visibility:visible}.mobile-menu{display:none;position:fixed;top:0;right:0;width:100%;max-width:320px;height:100vh;background:var(--background);transform:translate(100%);transition:transform .3s ease;z-index:100;padding-top:80px}.mobile-menu--active{transform:translate(0)}.mobile-menu-content{display:flex;flex-direction:column;padding:24px;gap:8px}.mobile-nav-item{display:flex;align-items:center;padding:16px 20px;font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.01em;color:var(--text-secondary);border-radius:var(--radius-md);transition:all .2s ease}.mobile-nav-item:hover,.mobile-nav-item--active{background:var(--background-secondary);color:var(--text-dark)}.mobile-cta{margin-top:16px;width:100%;justify-content:center}@media(max-width:1200px){.header{padding:16px 60px}}@media(max-width:1100px){.header{padding:16px 40px}.nav-item{padding:12px 14px}}@media(max-width:1024px){.header{padding:16px 40px}.nav--desktop,.header-cta--desktop{display:none}.burger{display:flex}.mobile-overlay,.mobile-menu{display:block}}@media(max-width:768px){.header{padding:16px 20px}.logo-img{width:100px;height:31px}}@media(max-width:375px){.header{padding:12px 16px}.logo-img{width:90px;height:28px}.mobile-menu{max-width:100%}}.hero{padding-top:40px;text-align:center}.hero-container{max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;padding:0 20px}.hero-title{font-weight:500;font-size:80px;line-height:80px;text-align:center;letter-spacing:-.02em;color:var(--text-dark);margin-bottom:24px;max-width:691px}.hero-subtitle{font-family:"Golos",var(--font-main);font-weight:400;font-size:20px;line-height:28px;text-align:center;color:var(--text-secondary);max-width:416px;margin-bottom:24px}.quiz-card{position:relative;width:100%;max-width:610px;min-height:324px;background:var(--primary-gradient);box-shadow:var(--shadow-card);border-radius:var(--radius-xl);padding:48px;text-align:left;display:flex;flex-direction:column;justify-content:space-between}.quiz-header{display:flex;flex-direction:column;gap:12px}.quiz-title{font-weight:500;font-size:32px;line-height:32px;letter-spacing:-.02em;color:#fff;max-width:187px}.quiz-step{font-weight:500;font-size:16px;line-height:16px;letter-spacing:-.02em;color:#ffffffe6}.quiz-options{position:absolute;top:140px;right:48px;display:flex;flex-direction:column;gap:8px;align-items:flex-end}.quiz-option{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:20px 48px;gap:10px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-lg);font-weight:500;font-size:20px;line-height:24px;color:var(--link-green);cursor:pointer;transition:all .2s ease}.quiz-option:hover{background:#fffffff2;border-color:var(--link-green);transform:translate(-4px)}.quiz-option--selected{background:var(--link-green);color:#fff;border-color:var(--link-green)}.quiz-option--selected:hover{background:var(--primary);color:#fff}.quiz-footer-wrapper{display:flex;flex-direction:column;gap:4px}.quiz-footer{font-weight:500;font-size:16px;line-height:16px;letter-spacing:-.02em;color:#ffffffe6;max-width:168px}.quiz-price{font-weight:500;font-size:16px;line-height:18px;letter-spacing:-.02em;color:#ffffffe6}.quiz-payment{font-weight:400;font-size:12px;line-height:14px;letter-spacing:-.02em;color:#fff9}@media(max-width:1024px){.hero-title{font-size:64px;line-height:64px}.quiz-card{width:100%;max-width:540px}.quiz-options{right:32px;top:120px}.quiz-option{padding:16px 36px;font-size:18px}}@media(max-width:768px){.hero{padding-top:32px}.hero-title{font-size:40px;line-height:42px}.hero-subtitle{font-size:16px;line-height:24px;max-width:100%}.quiz-card{width:100%;max-width:100%;min-height:auto;padding:32px;border-radius:32px}.quiz-header{margin-bottom:24px}.quiz-title{font-size:24px;line-height:26px;max-width:140px}.quiz-step{font-size:14px}.quiz-options{position:relative;top:auto;right:auto;align-items:stretch;gap:10px;margin-bottom:24px}.quiz-option{padding:16px 24px;font-size:16px;line-height:20px;border-radius:16px;width:100%}.quiz-option:hover{transform:none}.quiz-footer{font-size:14px;line-height:18px;max-width:100%}}@media(max-width:375px){.hero-title{font-size:32px;line-height:34px}.quiz-card{padding:24px;border-radius:24px}.quiz-title{font-size:22px;line-height:24px}.quiz-option{padding:14px 20px;font-size:15px}}.trust{padding:80px 160px}.trust-container{max-width:var(--content-width);margin:0 auto}.trust-title{font-weight:500;font-size:56px;line-height:56px;text-align:center;letter-spacing:-.02em;color:var(--text-dark);margin-bottom:48px}.trust-highlight{color:var(--success)}.trust-card{box-sizing:border-box;display:flex;flex-direction:row;align-items:flex-start;padding:54px 48px;gap:10px;background:#fff;border:1px solid var(--border-light);border-radius:var(--radius-xl)}.credentials-grid{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:25px;width:100%}.credentials-column{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1}.credential-item{display:flex;flex-direction:row;align-items:flex-start;padding:14px 18px;gap:12px;width:100%;border-radius:var(--radius-md)}.check-icon{position:relative;width:32px;height:32px;flex-shrink:0}.check-icon-fill{position:absolute;inset:8.33%;background:var(--success);opacity:.12;border-radius:50%}.check-icon-svg{position:relative;z-index:1}.credential-content{display:flex;flex-direction:column;gap:4px;flex:1}.credential-title{font-weight:600;font-size:20px;line-height:24px;color:var(--text-dark)}.credential-subtitle{font-weight:400;font-size:16px;line-height:22px;color:var(--text-secondary)}@media(max-width:1200px){.trust{padding:60px 40px}.trust-title{font-size:42px;line-height:44px}.trust-card{padding:40px 32px}.credential-title{font-size:18px;line-height:22px}.credential-subtitle{font-size:15px;line-height:20px}}@media(max-width:900px){.credentials-grid{flex-direction:column;gap:0}.credentials-column{width:100%}}@media(max-width:768px){.trust{padding:48px 20px}.trust-title{font-size:28px;line-height:32px;margin-bottom:32px}.trust-title br{display:none}.trust-card{padding:24px 20px;border-radius:24px}.credential-item{padding:12px 8px;gap:10px}.check-icon,.check-icon-svg{width:28px;height:28px}.credential-title{font-size:16px;line-height:20px}.credential-subtitle{font-size:14px;line-height:18px}}@media(max-width:375px){.trust{padding:40px 16px}.trust-title{font-size:24px;line-height:28px}.trust-card{padding:20px 16px}.credential-item{padding:10px 4px}.credential-title{font-size:14px;line-height:18px}.credential-subtitle{font-size:13px;line-height:16px}}.psychologists{padding:40px 0 80px;background:var(--background)}.psychologists-header{text-align:center;margin-bottom:48px;padding:0 20px}.psychologists-title{font-weight:500;font-size:56px;line-height:56px;letter-spacing:-.02em;color:var(--text-dark);margin-bottom:16px}.psychologists-subtitle{font-weight:400;font-size:20px;line-height:28px;color:var(--text-secondary)}.psychologists-carousel{position:relative;display:flex;align-items:center;padding:0 60px}.psychologists-scroll{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.psychologists-scroll::-webkit-scrollbar{display:none}.psychologists-track{display:flex;gap:24px;padding:20px 100px 40px}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;background:#fff;border:1px solid var(--border-light);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10;color:var(--text-dark);box-shadow:0 4px 16px #00000014}.carousel-arrow:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.carousel-arrow--left{left:20px}.carousel-arrow--right{right:20px}.carousel-arrow--hidden{opacity:0;pointer-events:none}.psy-card{flex-shrink:0;width:360px;height:500px;border-radius:28px;overflow:hidden;scroll-snap-align:start;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.psy-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.psy-card-image{width:100%;height:100%;background-size:cover;background-position:center top;position:relative}.psy-card-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.4) 60%,transparent 100%);padding:80px 24px 24px;display:flex;flex-direction:column;justify-content:flex-end;height:100%}.psy-card-content{display:flex;flex-direction:column;gap:8px}.psy-card-name{font-weight:600;font-size:22px;line-height:26px;color:#fff}.psy-card-approaches{display:flex;flex-wrap:wrap;gap:6px}.psy-card-approach{display:inline-block;padding:4px 10px;background:#fff3;border-radius:100px;font-size:12px;font-weight:500;color:#fff}.psy-card-price{font-weight:600;font-size:16px;color:var(--success)}.psy-card-description{font-weight:400;font-size:14px;line-height:18px;color:#fffc;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.psychologists-cta{display:flex;justify-content:center;margin-top:24px;padding:0 20px}@media(max-width:1200px){.psychologists-title{font-size:42px;line-height:44px}.psychologists-carousel{padding:0 40px}.psychologists-track{padding:0 60px}}@media(max-width:768px){.psychologists{padding:48px 0}.psychologists-header{margin-bottom:32px}.psychologists-title{font-size:32px;line-height:36px}.psychologists-subtitle{font-size:16px;line-height:24px}.psychologists-carousel{padding:0}.carousel-arrow{display:none}.psychologists-track{padding:0 20px;gap:16px}.psy-card{width:260px;height:360px}.psy-card-name{font-size:18px;line-height:22px}.psy-card-overlay{padding:60px 20px 20px}.psychologists-cta{margin-top:32px}}@media(max-width:375px){.psychologists-title{font-size:28px;line-height:32px}.psy-card{width:240px;height:340px}}.criteria{padding:60px 160px 80px;background:var(--background)}.criteria-container{max-width:var(--content-width);margin:0 auto}.criteria-title{font-weight:500;font-size:56px;line-height:56px;text-align:center;letter-spacing:-.02em;color:var(--text-dark);margin-bottom:48px}.criteria-card{box-sizing:border-box;display:flex;flex-direction:row;align-items:flex-start;padding:54px 48px;gap:10px;background:#fff;border:1px solid var(--border-light);border-radius:var(--radius-xl)}.criteria-grid{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:25px;width:100%}.criteria-column{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1}.criterion-card{position:relative;display:flex;flex-direction:row;align-items:flex-start;padding:14px 18px;gap:12px;width:100%;border-radius:var(--radius-md);transition:background .2s ease}.criterion-card--has-tooltip{cursor:help}.criterion-card--has-tooltip:hover{background:var(--background-secondary)}.criteria-check-icon{position:relative;flex-shrink:0;width:32px;height:32px}.criteria-check-fill{position:absolute;inset:8.33%;background:var(--success);opacity:.12;border-radius:50%}.criteria-check-svg{position:relative;z-index:1}.criterion-content{display:flex;flex-direction:column;gap:4px;flex:1}.criterion-title{font-weight:600;font-size:20px;line-height:24px;color:var(--text-dark);display:flex;align-items:center;gap:8px}.criterion-info-icon{font-size:14px;color:var(--text-muted);cursor:help}.criterion-subtitle{font-weight:400;font-size:16px;line-height:22px;color:var(--text-secondary)}.criterion-tooltip{position:absolute;top:100%;left:50px;right:20px;margin-top:8px;padding:16px 20px;background:var(--text-dark);color:#fff;font-size:14px;line-height:20px;border-radius:12px;z-index:100;box-shadow:0 8px 24px #00000026;animation:tooltipFadeIn .2s ease}.criterion-tooltip:before{content:"";position:absolute;top:-6px;left:30px;width:12px;height:12px;background:var(--text-dark);transform:rotate(45deg);border-radius:2px}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1200px){.criteria{padding:60px 40px}.criteria-title{font-size:42px;line-height:44px}.criteria-card{padding:40px 32px}}@media(max-width:900px){.criteria-grid{flex-direction:column;gap:0}.criteria-column{width:100%}}@media(max-width:768px){.criteria{padding:48px 20px}.criteria-title{font-size:28px;line-height:32px;margin-bottom:32px}.criteria-title br{display:none}.criteria-card{padding:24px 20px;border-radius:24px}.criterion-card{padding:12px 8px;gap:10px}.criterion-title{font-size:16px;line-height:20px}.criterion-subtitle{font-size:14px;line-height:18px}.criterion-tooltip{left:10px;right:10px}}@media(max-width:375px){.criteria{padding:40px 16px}.criteria-title{font-size:24px;line-height:28px}.criteria-card{padding:20px 16px}.criterion-card{padding:10px 4px}.criterion-title{font-size:14px;line-height:18px}.criterion-subtitle{font-size:13px;line-height:16px}}.steps{padding:80px 160px;background:var(--background)}.steps-container{max-width:var(--content-width);margin:0 auto}.steps-background{background:var(--background-secondary);border-radius:var(--radius-xl);padding:56px 48px;margin-bottom:48px}.steps-title{font-weight:500;font-size:56px;line-height:56px;text-align:center;letter-spacing:-.02em;color:var(--text-dark);margin-bottom:48px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.step-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 24px;background:#fff;border-radius:24px;box-shadow:0 4px 24px #0000000a;transition:transform .3s ease,box-shadow .3s ease}.step-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.step-number{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--primary-gradient);border-radius:50%;font-weight:600;font-size:24px;color:#fff;margin-bottom:20px;flex-shrink:0}.step-text{display:flex;flex-direction:column;align-items:center;min-height:120px;margin-bottom:20px}.step-title{font-weight:600;font-size:22px;line-height:26px;letter-spacing:-.02em;color:var(--text-dark);margin-bottom:12px}.step-description{font-weight:400;font-size:16px;line-height:24px;color:var(--text-secondary);max-width:260px}.step-image-placeholder{width:100%;height:180px;background:linear-gradient(135deg,var(--background-secondary) 0%,var(--border-light) 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-image-icon{font-size:56px;opacity:.6}.steps-privacy{display:flex;align-items:center;justify-content:center;gap:32px;margin-bottom:48px;padding:0 40px}.steps-privacy-content{flex:1;max-width:600px}.steps-privacy-text{font-weight:400;font-size:20px;line-height:30px;color:var(--text-secondary)}.privacy-highlight{color:var(--text-dark);font-weight:500}.privacy-accent{color:var(--success);font-weight:600}.steps-cat-card{width:140px;height:140px;background:#fff;border-radius:24px;box-shadow:0 8px 24px #00000014;overflow:hidden;flex-shrink:0}.steps-cat-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:64px;background:linear-gradient(135deg,#fff5e6,#ffe8cc)}.steps-cta{display:flex;justify-content:center}@media(max-width:1200px){.steps{padding:60px 40px}.steps-background{padding:40px 32px}.steps-title{font-size:42px;line-height:44px}.step-title{font-size:20px;line-height:24px}.step-text{min-height:110px}}@media(max-width:900px){.steps-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.step-text{min-height:auto}.steps-privacy{flex-direction:column;text-align:center}.steps-privacy-content{max-width:100%}}@media(max-width:768px){.steps{padding:48px 20px}.steps-background{padding:32px 20px;border-radius:24px}.steps-title{font-size:32px;line-height:36px;margin-bottom:32px}.step-card{padding:24px 20px}.step-number{width:40px;height:40px;font-size:20px}.step-title{font-size:18px;line-height:22px}.step-description{font-size:14px;line-height:20px}.step-image-placeholder{height:140px}.steps-privacy-text{font-size:16px;line-height:24px}.steps-cat-card{width:100px;height:100px}.steps-cat-placeholder{font-size:48px}}@media(max-width:375px){.steps-title{font-size:28px;line-height:32px}.step-card{padding:20px 16px}.steps-background{padding:24px 16px}}.telegram-bot{padding:0 160px 80px;background:var(--background)}.telegram-bot-container{max-width:var(--content-width);margin:0 auto}.telegram-bot-card{display:flex;align-items:center;justify-content:space-between;padding:56px 64px;background:var(--primary-gradient);border-radius:var(--radius-xl);gap:48px;min-height:320px}.telegram-bot-content{flex:1;max-width:400px}.telegram-bot-title{font-weight:500;font-size:40px;line-height:44px;letter-spacing:-.02em;color:#fff;margin-bottom:32px}.telegram-bot-features{display:flex;flex-direction:column;gap:16px}.telegram-bot-feature{display:flex;align-items:center;gap:12px;font-weight:500;font-size:18px;line-height:24px;color:#fff}.telegram-bot-feature svg{flex-shrink:0}.telegram-bot-illustration{flex:1;display:flex;align-items:center;justify-content:center}.telegram-bot-placeholder{width:280px;height:280px;background:#ffffff26;border-radius:32px;display:flex;align-items:center;justify-content:center;font-size:100px}@media(max-width:1200px){.telegram-bot{padding:0 40px 60px}.telegram-bot-card{padding:48px}.telegram-bot-title{font-size:32px;line-height:36px}.telegram-bot-placeholder{width:220px;height:220px;font-size:80px}}@media(max-width:900px){.telegram-bot-card{flex-direction:column;text-align:center;padding:40px 32px}.telegram-bot-content{max-width:100%}.telegram-bot-features{align-items:center}.telegram-bot-placeholder{width:180px;height:180px;font-size:64px}}@media(max-width:768px){.telegram-bot{padding:0 20px 48px}.telegram-bot-card{padding:32px 24px;border-radius:32px;min-height:auto}.telegram-bot-title{font-size:28px;line-height:32px;margin-bottom:24px}.telegram-bot-feature{font-size:16px;line-height:20px}.telegram-bot-placeholder{width:140px;height:140px;font-size:48px}}@media(max-width:375px){.telegram-bot-title{font-size:24px;line-height:28px}.telegram-bot-feature{font-size:14px}.telegram-bot-placeholder{width:120px;height:120px}}.founders{padding:80px 160px;background:var(--background)}.founders-container{max-width:var(--content-width);margin:0 auto}.founders-title{font-weight:500;font-size:48px;line-height:54px;text-align:center;letter-spacing:-.02em;color:var(--text-dark);margin-bottom:64px;max-width:800px;margin-left:auto;margin-right:auto}.founders-highlight{color:var(--success)}.founders-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px}.founder-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 40px;background:var(--background-secondary);border-radius:var(--radius-xl);transition:transform .3s ease}.founder-card:hover{transform:translateY(-4px)}.founder-photo-wrapper{position:relative;margin-bottom:24px}.founder-photo-placeholder{width:140px;height:140px;border-radius:50%;background:linear-gradient(135deg,var(--border-light) 0%,#E8F5E9 100%);display:flex;align-items:center;justify-content:center;font-size:64px;box-shadow:0 8px 32px #00ad651f}.founder-info{margin-bottom:24px}.founder-name{font-weight:600;font-size:24px;line-height:28px;color:var(--text-dark);margin-bottom:8px}.founder-role{font-weight:500;font-size:16px;line-height:20px;color:var(--success)}.founder-quote{position:relative;font-weight:400;font-size:18px;line-height:28px;color:var(--text-secondary);font-style:italic;max-width:380px;padding-top:16px}.quote-mark{position:absolute;top:-8px;left:50%;transform:translate(-50%);font-size:64px;line-height:1;color:var(--success);opacity:.2;font-style:normal;font-weight:700}@media(max-width:1200px){.founders{padding:60px 40px}.founders-title{font-size:38px;line-height:44px}.founders-grid{gap:32px}.founder-card{padding:40px 32px}.founder-quote{font-size:16px;line-height:26px}}@media(max-width:900px){.founders-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}@media(max-width:768px){.founders{padding:48px 20px}.founders-title{font-size:28px;line-height:34px;margin-bottom:40px}.founder-card{padding:32px 24px;border-radius:24px}.founder-photo-placeholder{width:100px;height:100px;font-size:48px}.founder-name{font-size:20px;line-height:24px}.founder-role{font-size:14px}.founder-quote{font-size:15px;line-height:24px}.quote-mark{font-size:48px}}@media(max-width:375px){.founders-title{font-size:24px;line-height:30px}.founder-card{padding:24px 20px}.founder-quote{font-size:14px;line-height:22px}}.approach-test{padding:80px 160px;background:var(--background)}.approach-test-container{max-width:900px;margin:0 auto}.test-start{text-align:center;padding:64px 48px;background:var(--primary-gradient);border-radius:var(--radius-xl)}.test-main-title{font-weight:500;font-size:44px;line-height:50px;letter-spacing:-.02em;color:#fff;margin-bottom:16px}.test-subtitle{font-weight:400;font-size:22px;line-height:30px;color:#ffffffe6;margin-bottom:12px}.test-description{font-weight:400;font-size:18px;line-height:26px;color:#ffffffb3;margin-bottom:32px}.btn-white{display:inline-flex;align-items:center;justify-content:center;padding:16px 40px;background:#fff;color:var(--primary);font-weight:600;font-size:16px;line-height:20px;border-radius:100px;border:none;cursor:pointer;transition:all .2s ease}.btn-white:hover{background:#ffffffe6;transform:translateY(-2px)}.test-question-card{padding:48px;background:var(--primary-gradient);border-radius:var(--radius-xl)}.test-progress{margin-bottom:40px}.test-progress-bar{height:6px;background:#fff3;border-radius:3px;overflow:hidden;margin-bottom:12px}.test-progress-fill{height:100%;background:#fff;border-radius:3px;transition:width .3s ease}.test-progress-text{font-weight:500;font-size:14px;color:#ffffffb3}.test-question-text{font-weight:500;font-size:28px;line-height:36px;letter-spacing:-.02em;color:#fff;margin-bottom:32px;text-align:center}.test-options{display:flex;flex-direction:column;gap:12px}.test-option{width:100%;padding:20px 24px;background:#ffffff26;border:2px solid rgba(255,255,255,.3);border-radius:16px;font-weight:500;font-size:16px;line-height:22px;color:#fff;text-align:left;cursor:pointer;transition:all .2s ease}.test-option:hover{background:#ffffff40;border-color:#fff}.test-result{text-align:center}.test-result-header{padding:48px 40px;background:var(--primary-gradient);border-radius:var(--radius-xl);margin-bottom:40px}.test-result-label{display:inline-block;padding:8px 16px;background:#fff3;border-radius:100px;font-weight:500;font-size:14px;color:#fff;margin-bottom:16px}.test-result-title{font-weight:600;font-size:36px;line-height:42px;color:#fff;margin-bottom:16px}.test-result-description{font-weight:400;font-size:18px;line-height:28px;color:#ffffffe6;max-width:600px;margin:0 auto}.test-result-subtitle{font-weight:500;font-size:24px;line-height:28px;color:var(--text-dark);margin-bottom:24px}.test-result-cards{display:flex;justify-content:center;gap:24px;margin-bottom:40px}.result-psy-card{width:360px;height:500px;flex-shrink:0;border-radius:28px;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.result-psy-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.result-psy-image{width:100%;height:100%;background-size:cover;background-position:center top;position:relative}.result-psy-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.4) 60%,transparent 100%);padding:80px 24px 24px;display:flex;flex-direction:column;justify-content:flex-end;height:100%}.result-psy-content{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:8px}.result-psy-name{font-weight:600;font-size:22px;line-height:26px;color:#fff}.result-psy-approaches{display:flex;flex-wrap:wrap;gap:6px}.result-psy-approach{display:inline-block;padding:4px 10px;background:#fff3;border-radius:100px;font-size:12px;font-weight:500;color:#fff}.result-psy-price{font-weight:600;font-size:16px;color:var(--success)}.result-psy-description{font-weight:400;font-size:14px;line-height:18px;color:#fffc;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.test-result-actions{display:flex;flex-direction:column;align-items:center;gap:16px}.btn-text{background:none;border:none;font-weight:500;font-size:16px;color:var(--text-muted);cursor:pointer;transition:color .2s ease}.btn-text:hover{color:var(--text-dark)}@media(max-width:1200px){.approach-test{padding:60px 40px}.test-main-title{font-size:36px;line-height:42px}}@media(max-width:768px){.approach-test{padding:48px 20px}.test-start,.test-question-card{padding:32px 24px}.test-main-title{font-size:28px;line-height:34px}.test-subtitle{font-size:18px;line-height:26px}.test-question-text{font-size:22px;line-height:30px}.test-option{padding:16px 20px;font-size:15px}.test-result-header{padding:32px 24px}.test-result-title{font-size:28px;line-height:34px}.test-result-description{font-size:16px;line-height:24px}.test-result-cards{flex-direction:column;align-items:center}.result-psy-card{width:100%;max-width:320px;height:420px}}@media(max-width:375px){.test-main-title{font-size:24px;line-height:30px}.test-question-text{font-size:20px;line-height:28px}.test-result-title{font-size:24px;line-height:30px}.result-psy-card{max-width:280px;height:380px}}.testimonials{padding:80px 0;background:var(--background)}.testimonials-title{font-weight:500;font-size:56px;line-height:56px;text-align:center;letter-spacing:-.02em;color:var(--text-dark);margin-bottom:48px;padding:0 20px}.testimonials-carousel{position:relative;display:flex;align-items:center;padding:0 60px}.testimonials-scroll{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.testimonials-scroll::-webkit-scrollbar{display:none}.testimonials-track{display:flex;gap:24px;padding:20px 100px 40px}.testimonial-card{flex-shrink:0;width:380px;padding:32px;background:var(--background-secondary);border-radius:24px;scroll-snap-align:start;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.testimonial-header{display:flex;align-items:center;gap:16px;margin-bottom:20px}.testimonial-photo{width:56px;height:56px;border-radius:50%;background-size:cover;background-position:center top;flex-shrink:0}.testimonial-info{display:flex;flex-direction:column;gap:4px}.testimonial-name{font-weight:600;font-size:18px;line-height:22px;color:var(--text-dark)}.testimonial-role{font-weight:400;font-size:14px;line-height:18px;color:var(--text-muted)}.testimonial-text{font-weight:400;font-size:16px;line-height:26px;color:var(--text-secondary);font-style:italic}@media(max-width:1200px){.testimonials-title{font-size:42px;line-height:44px}.testimonials-carousel{padding:0 40px}.testimonials-track{padding:20px 60px 40px}}@media(max-width:768px){.testimonials{padding:48px 0}.testimonials-title{font-size:32px;line-height:36px;margin-bottom:32px}.testimonials-carousel{padding:0}.testimonials-carousel .carousel-arrow{display:none}.testimonials-track{padding:10px 20px 30px;gap:16px}.testimonial-card{width:300px;padding:24px}.testimonial-photo{width:48px;height:48px}.testimonial-name{font-size:16px;line-height:20px}.testimonial-text{font-size:14px;line-height:22px}}@media(max-width:375px){.testimonials-title{font-size:28px;line-height:32px}.testimonial-card{width:260px;padding:20px}}.products{padding:80px 160px;background:var(--background-secondary)}.products-container{max-width:var(--content-width);margin:0 auto}.products-title{font-weight:500;font-size:56px;line-height:56px;text-align:center;letter-spacing:-.02em;color:var(--text-dark);margin-bottom:16px}.products-subtitle{font-weight:400;font-size:20px;line-height:28px;text-align:center;color:var(--text-secondary);margin-bottom:48px}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 32px;background:#fff;border-radius:var(--radius-xl);box-shadow:0 4px 24px #0000000a;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #00000014}.product-logo{width:100px;height:100px;margin-bottom:24px;border-radius:24px;overflow:hidden}.product-logo img{width:100%;height:100%;object-fit:cover}.product-name{font-weight:600;font-size:24px;line-height:28px;letter-spacing:-.02em;color:var(--text-dark);margin-bottom:12px}.product-description{font-weight:400;font-size:16px;line-height:24px;color:var(--text-secondary);margin-bottom:24px;flex-grow:1}.product-btn{width:100%;justify-content:center}@media(max-width:1200px){.products{padding:60px 40px}.products-title{font-size:42px;line-height:44px}.product-card{padding:32px 24px}.product-name{font-size:20px;line-height:24px}}@media(max-width:900px){.products-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}@media(max-width:768px){.products{padding:48px 20px}.products-title{font-size:32px;line-height:36px}.products-subtitle{font-size:16px;line-height:24px;margin-bottom:32px}.product-card{padding:32px 24px;border-radius:24px}.product-logo{width:80px;height:80px;border-radius:20px}.product-name{font-size:18px;line-height:22px}.product-description{font-size:14px;line-height:20px}}@media(max-width:375px){.products-title{font-size:28px;line-height:32px}.product-card{padding:24px 20px}}.individual-help{padding:80px 160px;background:var(--background)}.individual-help-container{max-width:var(--content-width);margin:0 auto}.individual-help-card{padding:64px;background:var(--primary-gradient);border-radius:var(--radius-xl);text-align:center}.individual-help-content{max-width:700px;margin:0 auto}.individual-help-title{font-weight:500;font-size:40px;line-height:48px;letter-spacing:-.02em;color:#fff;margin-bottom:20px}.individual-help-subtitle{font-weight:400;font-size:18px;line-height:28px;color:#ffffffe6;margin-bottom:24px}.individual-help-highlight{font-weight:600;font-size:20px;line-height:28px;color:#fff;margin-bottom:32px;padding:16px 24px;background:#ffffff26;border-radius:16px;display:inline-block}.individual-help-price{display:flex;align-items:baseline;justify-content:center;gap:8px;margin-bottom:16px}.price-label{font-weight:400;font-size:18px;color:#fffc}.price-value{font-weight:700;font-size:36px;line-height:40px;color:#fff}.individual-help-note{font-weight:400;font-size:16px;line-height:24px;color:#ffffffb3;margin-bottom:32px}.individual-help-btn{display:inline-flex}@media(max-width:1200px){.individual-help{padding:60px 40px}.individual-help-card{padding:48px}.individual-help-title{font-size:32px;line-height:40px}}@media(max-width:768px){.individual-help{padding:48px 20px}.individual-help-card{padding:32px 24px;border-radius:32px}.individual-help-title{font-size:26px;line-height:32px}.individual-help-subtitle{font-size:16px;line-height:24px}.individual-help-highlight{font-size:16px;line-height:24px;padding:12px 16px}.price-value{font-size:28px;line-height:32px}.price-label{font-size:16px}.individual-help-note{font-size:14px;line-height:20px}}@media(max-width:375px){.individual-help-title{font-size:22px;line-height:28px}.individual-help-card{padding:24px 20px}.individual-help-price{flex-direction:column;gap:4px}}.faq{padding:80px 160px;background:var(--background)}.faq-container{max-width:800px;margin:0 auto}.faq-title{font-weight:500;font-size:56px;line-height:56px;text-align:center;letter-spacing:-.02em;color:var(--text-dark);margin-bottom:48px}.faq-list{background:#fff;border-radius:var(--radius-xl);box-shadow:0 4px 24px #0000000a;overflow:hidden}.faq-item{border-bottom:1px solid var(--border-light)}.faq-item:last-child{border-bottom:none}.faq-question{display:flex;justify-content:space-between;align-items:center;width:100%;padding:24px 32px;background:none;border:none;text-align:left;cursor:pointer;transition:background .2s ease}.faq-question:hover{background:var(--background-secondary)}.faq-question-text{font-weight:600;font-size:18px;line-height:24px;color:var(--text-dark);flex:1;padding-right:16px}.faq-chevron{flex-shrink:0;color:var(--text-muted);transition:transform .3s ease}.faq-item--open .faq-chevron{transform:rotate(180deg);color:var(--primary)}.faq-answer-wrapper{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item--open .faq-answer-wrapper{max-height:500px}.faq-answer{padding:0 32px 24px;font-weight:400;font-size:16px;line-height:26px;color:var(--text-secondary)}@media(max-width:1200px){.faq{padding:60px 40px}.faq-title{font-size:42px;line-height:44px}}@media(max-width:768px){.faq{padding:48px 20px}.faq-title{font-size:32px;line-height:36px;margin-bottom:32px}.faq-list{border-radius:24px}.faq-question{padding:20px 24px}.faq-question-text{font-size:16px;line-height:22px}.faq-answer{padding:0 24px 20px;font-size:14px;line-height:22px}}@media(max-width:375px){.faq-title{font-size:28px;line-height:32px}.faq-question{padding:16px 20px}.faq-question-text{font-size:15px;line-height:20px}.faq-answer{padding:0 20px 16px;font-size:13px;line-height:20px}}.final-cta{padding:80px 160px;background:var(--background)}.final-cta-container{max-width:var(--content-width);margin:0 auto}.final-cta-card{padding:80px 64px;background:var(--primary-gradient);border-radius:var(--radius-xl);text-align:center}.final-cta-title{font-weight:500;font-size:48px;line-height:56px;letter-spacing:-.02em;color:#fff;margin-bottom:16px}.final-cta-subtitle{font-weight:400;font-size:22px;line-height:32px;color:#ffffffe6;margin-bottom:40px}.btn-large{padding:20px 48px;font-size:18px;line-height:24px}.final-cta-btn{display:inline-flex}@media(max-width:1200px){.final-cta{padding:60px 40px}.final-cta-card{padding:64px 48px}.final-cta-title{font-size:38px;line-height:46px}}@media(max-width:768px){.final-cta{padding:48px 20px}.final-cta-card{padding:48px 24px;border-radius:32px}.final-cta-title{font-size:28px;line-height:34px}.final-cta-title br{display:none}.final-cta-subtitle{font-size:18px;line-height:26px;margin-bottom:32px}.btn-large{padding:16px 32px;font-size:16px}}@media(max-width:375px){.final-cta-title{font-size:24px;line-height:30px}.final-cta-subtitle{font-size:16px;line-height:24px}}.footer{padding:64px 160px 40px;background:var(--background-secondary)}.footer-container{max-width:var(--content-width);margin:0 auto}.footer-contacts{margin-bottom:64px}.footer-contacts-title{font-weight:500;font-size:32px;line-height:36px;letter-spacing:-.02em;color:var(--text-dark);text-align:center;margin-bottom:32px}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.footer-link-card{display:flex;align-items:center;gap:16px;padding:24px;background:#fff;border-radius:20px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.footer-link-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.footer-link-icon{width:48px;height:48px;border-radius:12px;background:var(--primary-gradient);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.footer-link-icon--youtube{background:linear-gradient(135deg,red,#c00)}.footer-link-icon--podcast{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.footer-link-content{display:flex;flex-direction:column;gap:4px;flex:1}.footer-link-name{font-weight:600;font-size:16px;line-height:20px;color:var(--text-dark)}.footer-link-desc{font-weight:400;font-size:14px;line-height:18px;color:var(--text-muted)}.footer-link-btn{padding:8px 16px;background:var(--primary);color:#fff;font-weight:500;font-size:14px;border-radius:100px;white-space:nowrap}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:32px;border-top:1px solid var(--border-light)}.footer-logo{flex-shrink:0}.footer-logo-img{height:32px;width:auto}.footer-copyright{text-align:right}.footer-copyright p{font-weight:400;font-size:14px;line-height:20px;color:var(--text-muted)}.footer-legal{display:flex;gap:8px;justify-content:flex-end;margin-top:4px}.footer-legal a{color:var(--text-muted);text-decoration:none;transition:color .2s ease}.footer-legal a:hover{color:var(--primary)}.footer-legal span{color:var(--text-muted)}.footer-social{display:flex;gap:12px}.footer-social-link{width:40px;height:40px;border-radius:50%;background:#fff;color:var(--text-muted);display:flex;align-items:center;justify-content:center;transition:all .2s ease}.footer-social-link:hover{background:var(--primary);color:#fff}@media(max-width:1200px){.footer{padding:48px 40px 32px}.footer-links{grid-template-columns:1fr;max-width:500px;margin:0 auto}}@media(max-width:768px){.footer{padding:40px 20px 24px}.footer-contacts{margin-bottom:40px}.footer-contacts-title{font-size:24px;line-height:28px;margin-bottom:24px}.footer-link-card{padding:20px}.footer-link-btn{display:none}.footer-bottom{flex-direction:column;gap:24px;text-align:center}.footer-social{order:-1}}@media(max-width:375px){.footer-contacts-title{font-size:20px;line-height:24px}.footer-link-icon{width:40px;height:40px}.footer-link-name{font-size:14px}.footer-link-desc{font-size:12px}}
