@import"https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700&display=swap";:root{--primary: #8B5CF6;--primary-dark: #7C3AED;--primary-light: #A78BFA;--primary-gradient: radial-gradient(173.57% 117.3% at 50% 100%, #A78BFA 0%, #8B5CF6 100%);--success: #8B5CF6;--success-light: rgba(139, 92, 246, .12);--link-lavender: #7C3AED;--text-dark: #000000;--text-secondary: #404040;--text-muted: #8C8C8C;--background: #FFFFFF;--background-secondary: #F5F3FF;--background-active: #EDE9FE;--border-light: #DDD6FE;--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-lavender);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:#8b6ad90d;border-color:var(--link-lavender)}.section{padding:var(--spacing-3xl) 0}#root{min-height:100vh;min-height:100dvh;padding-top:71px}@media(max-width:768px){.container{padding:0 16px}.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:fixed;top:0;left:0;right:0;width:100%;padding:16px 110px;z-index:1000;background:transparent;transition:all .3s ease}.header--scrolled{background:#ffffffbf;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px #0000000d}.header-container{display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:flex;align-items:center;z-index:101;flex:0 0 200px}.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:#f5f5f5;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:#e8e8e8;color:var(--text-dark)}.header-cta{font-weight:500;font-size:16px;line-height:19px;letter-spacing:-.01em;white-space:nowrap;flex:0 0 200px;display:flex;justify-content:flex-end}.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:#f5f5f5;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%}}.footer{padding:64px 160px 40px;background:#f5f5f5}.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--telegram{background:linear-gradient(135deg,#08c,#0077b5)}.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-copyright{text-align:center}.footer-legal{justify-content:center;flex-wrap:wrap}.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}}.breadcrumbs{padding:16px 0}.breadcrumbs-list{display:flex;flex-wrap:wrap;align-items:center;gap:8px;list-style:none;margin:0;padding:0;font-size:14px}.breadcrumbs-item{display:flex;align-items:center;gap:8px}.breadcrumbs-separator{color:var(--text-muted)}.breadcrumbs-link{color:var(--primary);text-decoration:none;transition:color .2s ease}.breadcrumbs-link:hover{color:var(--primary-dark);text-decoration:underline}.breadcrumbs-current{color:var(--text-secondary)}.hero{display:flex;flex-direction:column;align-items:center;padding:16px;gap:0;max-width:1400px;margin:0 auto}.hero-combined{width:100%;display:flex;flex-direction:column;background:#fff;border-radius:46px;overflow:hidden}.hero-bg{position:relative;width:100%;max-width:100%;height:948px;border-radius:46px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;isolation:isolate}.hero-bg-image{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover;object-position:center top;z-index:0}.hero-bg:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#00000059,#0000001a 40%,#00000040);z-index:1;pointer-events:none}.hero-overlay-text{position:absolute;top:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:24px;z-index:2;width:934px;max-width:calc(100% - 32px)}.hero-title{font-family:"Golos Text",var(--font-main);font-weight:600;font-size:80px;line-height:80px;text-align:center;letter-spacing:-.02em;color:#fff;position:relative;white-space:pre-line}.hero-green-dot{display:inline-block;width:24px;height:24px;background:#57ff6a;border-radius:50%;margin-left:4px;vertical-align:super;position:relative;top:-8px}.hero-subtitle{font-family:"Golos Text",var(--font-main);font-weight:400;font-size:28px;line-height:36px;text-align:center;color:#fff;max-width:674px}.hero-psy-card{display:flex;flex-direction:row;align-items:center;padding:10px 28px 10px 10px;gap:14px;position:absolute;left:55%;top:68%;transform:translate(-50%,-10%);width:auto;height:auto;background:#fff3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:46px;z-index:3;cursor:pointer;transition:background .25s ease,transform .25s ease,box-shadow .25s ease}.hero-psy-card:hover{background:#ffffff59;transform:translate(-50%,-10%) scale(1.03);box-shadow:0 8px 32px #00000026}.hero-psy-card:active{transform:translate(-50%,-10%) scale(.98)}.hero-psy-avatar{width:64px;height:64px;border:3px solid rgba(255,255,255,.3);border-radius:200px;object-fit:cover;flex:none}.hero-psy-info{display:flex;flex-direction:column;gap:4px;padding-top:0}.hero-psy-name{font-family:"Golos Text",var(--font-main);font-weight:600;font-size:20px;line-height:26px;color:#fff}.hero-psy-desc{font-family:"Golos Text",var(--font-main);font-weight:500;font-size:15px;line-height:20px;color:#fffc}.hero-bottom-bar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:42px 48px;gap:123px;width:calc(100% - 32px);max-width:1168px;background:#fff;border-radius:40px;position:relative;z-index:4;margin-bottom:24px}.hero-bottom-title{font-family:"Golos Text",var(--font-main);font-weight:600;font-size:32px;line-height:35px;letter-spacing:-.02em;color:#1f1f21;white-space:nowrap}.hero-options{display:flex;flex-direction:row;align-items:center;gap:8px}.hero-option{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:20px 26px;gap:10px;height:64px;background:#f2f2f2;border:1px solid rgba(0,0,0,.1);border-radius:22px;font-family:"Golos Text",var(--font-main);font-weight:500;font-size:20px;line-height:24px;color:#1f1f21;cursor:pointer;transition:all .2s ease;white-space:nowrap}.hero-option:hover{background:#e8e8e8}.hero-option--active{background:#713eea;color:#fff;border-color:#713eea}.hero-option--active:hover{background:#6232d1;border-color:#6232d1}@media(max-width:1280px){.hero-psy-card{left:50%}}@media(max-width:1024px){.hero-combined{border-radius:36px}.hero-bg{height:750px;border-radius:36px}.hero-overlay-text{top:48px;width:90%}.hero-title{font-size:56px;line-height:58px}.hero-subtitle{font-size:22px;line-height:30px}.hero-psy-card{left:50%;top:61%}.hero-psy-avatar{width:56px;height:56px}.hero-psy-name{font-size:20px;line-height:26px}.hero-psy-desc{font-size:15px;line-height:20px}.hero-bottom-bar{padding:32px 36px;gap:40px;border-radius:32px}.hero-bottom-title{font-size:26px;line-height:30px}.hero-option{padding:16px 22px;font-size:18px;height:56px}}@media(max-width:768px){.hero{padding:8px}.hero-combined{border-radius:28px}.hero-bg{height:560px;border-radius:28px}.hero-bg-image{object-position:30% top}.hero-overlay-text{top:24px;width:calc(100% - 32px);gap:12px}.hero-title{font-size:36px;line-height:38px}.hero-green-dot{width:16px;height:16px;top:-4px}.hero-subtitle{font-size:16px;line-height:22px;max-width:100%}.hero-psy-card{display:none}.hero-bottom-bar{flex-direction:column;align-items:center;gap:16px;padding:24px 20px;margin-bottom:16px;border-radius:24px}.hero-bottom-title{font-size:22px;line-height:26px;text-align:center;white-space:normal}.hero-options{flex-wrap:wrap;justify-content:center}.hero-option{padding:14px 20px;font-size:16px;height:50px;border-radius:18px}}@media(max-width:375px){.hero-combined{border-radius:22px}.hero-bg{height:500px;border-radius:22px}.hero-title{font-size:28px;line-height:30px}.hero-subtitle{font-size:14px;line-height:20px}.hero-psy-card{bottom:140px;padding:6px 16px 6px 6px;gap:8px}.hero-psy-avatar{width:40px;height:40px}.hero-psy-name{font-size:15px;line-height:20px}.hero-psy-desc{font-size:12px;line-height:16px}.hero-bottom-bar{padding:20px 16px;gap:14px;border-radius:20px}.hero-bottom-title{font-size:20px;line-height:24px}.hero-option{padding:12px 18px;font-size:15px;height:46px}}.trust-card{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;padding:48px 48px 40px;gap:32px;width:100%;border-left:1px solid rgba(0,0,0,.08);border-right:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08);border-top:none;border-radius:0 0 46px 46px}.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)}.credential-icon{width:56px;height:56px;flex-shrink:0}.credential-icon svg{width:56px;height:56px}.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)}.trust-bottom-note{font-weight:500;font-size:28px;line-height:34px;text-align:center;letter-spacing:-.02em;color:var(--text-dark);margin:0;padding-top:16px;width:100%}.trust-highlight{color:var(--success);font-weight:500}@media(max-width:1200px){.trust-card{padding:40px 32px 32px;border-radius:0 0 36px 36px}.credential-title{font-size:18px;line-height:22px}.credential-subtitle{font-size:15px;line-height:20px}.trust-bottom-note{font-size:24px;line-height:30px}}@media(max-width:900px){.credentials-grid{flex-direction:column;gap:0}.credentials-column{width:100%}}@media(max-width:768px){.trust-card{padding:28px 20px 24px;gap:24px;border-radius:0 0 28px 28px}.credential-item{padding:12px 8px;gap:10px}.credential-icon{width:48px;height:48px}.credential-icon svg{width:48px;height:48px}.credential-title{font-size:16px;line-height:20px}.credential-subtitle{font-size:14px;line-height:18px}.trust-bottom-note{font-size:18px;line-height:24px}}@media(max-width:375px){.trust-card{padding:20px 16px;border-radius:0 0 22px 22px}.credential-item{padding:10px 4px}.credential-title{font-size:14px;line-height:18px}.credential-subtitle{font-size:13px;line-height:16px}.trust-bottom-note{font-size:16px;line-height:22px}}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem}.loading-spinner-circle{border-radius:50%;border:3px solid rgba(25,151,114,.2);border-top-color:#199772;animation:spin .8s linear infinite}.loading-spinner--small .loading-spinner-circle{width:20px;height:20px;border-width:2px}.loading-spinner--medium .loading-spinner-circle{width:40px;height:40px;border-width:3px}.loading-spinner--large .loading-spinner-circle{width:60px;height:60px;border-width:4px}.loading-spinner-text{color:#666;font-size:.9rem;margin:0}.loading-spinner-fullpage{display:flex;align-items:center;justify-content:center;min-height:400px;width:100%}@keyframes spin{to{transform:rotate(360deg)}}.error-message{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;text-align:center;max-width:400px;margin:0 auto}.error-message-icon{color:#dc3545;opacity:.8}.error-message-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0}.error-message-text{font-size:.95rem;color:#666;margin:0;line-height:1.5}.error-message-btn{margin-top:.5rem;padding:.75rem 1.5rem;background:#199772;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s}.error-message-btn:hover{background:#15805f}.error-message-fullpage{display:flex;align-items:center;justify-content:center;min-height:400px;width:100%}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-card{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#fff;border-radius:16px}.skeleton-card-content{display:flex;flex-direction:column;gap:.5rem;padding:.5rem}.skeleton-psychologist-card{padding:0;overflow:hidden}.skeleton-psychologist-card .skeleton-card-content{padding:1rem}.skeleton-product-card{align-items:center;text-align:center;padding:1.5rem}.skeleton-media-card{padding:0;overflow:hidden}.skeleton-media-card .skeleton-card-content{padding:1rem}.skeleton-profile{display:grid;grid-template-columns:280px 1fr;gap:2rem;padding:2rem 0}.skeleton-profile-sidebar{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:16px}.skeleton-profile-content{display:flex;flex-direction:column;gap:1.5rem}.skeleton-tags{display:flex;gap:.5rem;flex-wrap:wrap}@media(max-width:768px){.skeleton-profile{grid-template-columns:1fr}}.psychologists{padding:80px 0;background:var(--background)}.psychologists-header{text-align:center;margin-bottom:48px;padding:0 20px}.psychologists-title{font-family:"Golos Text",var(--font-main);font-weight:600;font-size:80px;line-height:80px;text-align:center;letter-spacing:-.02em;color:#000;white-space:pre-line}.psychologists-carousel{position:relative}.psychologists-scroll{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;width:100%;scroll-padding-left:max(60px,calc((100vw - 1320px)/2))}.psychologists-scroll::-webkit-scrollbar{display:none}.psychologists-track{display:flex;gap:24px;padding:20px max(60px,calc((100vw - 1320px)/2)) 40px max(60px,calc((100vw - 1320px)/2))}.carousel-card{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-start;padding:0 0 48px;gap:32px;isolation:isolate;width:404px;background:#f7f7f7;border-radius:40px;overflow:hidden;scroll-snap-align:start;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit}.carousel-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.carousel-card-photo{position:relative;width:100%;height:403px;overflow:hidden;flex:none;border-radius:36px}.carousel-card-image{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.carousel-card-tags{position:absolute;left:16px;right:16px;bottom:16px;display:flex;flex-direction:row;flex-wrap:wrap;gap:6px;z-index:2}.carousel-card-tag{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px 18px;gap:10px;background:#e3e3e366;backdrop-filter:blur(17px);-webkit-backdrop-filter:blur(17px);border-radius:38px;font-family:"Golos Text",var(--font-main);font-weight:500;font-size:16px;line-height:19px;letter-spacing:-.01em;color:#fff}.carousel-card-info{display:flex;flex-direction:column;align-items:flex-start;padding:0 32px;gap:32px;width:100%;box-sizing:border-box}.carousel-card-details{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:100%}.carousel-card-name{font-family:"Golos Text",var(--font-main);font-weight:600;font-size:32px;line-height:35px;letter-spacing:-.02em;color:#1f1f21}.carousel-card-desc{font-family:"Golos Text",var(--font-main);font-weight:400;font-size:20px;line-height:24px;color:#1f1f21bf;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.carousel-card-price{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px 18px;gap:10px;background:#713eea;border-radius:38px;font-family:"Golos Text",var(--font-main);font-weight:500;font-size:16px;line-height:19px;letter-spacing:-.01em;color:#fff}@media(max-width:1200px){.psychologists-title{font-size:56px;line-height:58px}.carousel-card{width:360px}.carousel-card-photo{height:360px}.carousel-card-name{font-size:28px;line-height:32px}.carousel-card-desc{font-size:18px;line-height:22px}}@media(max-width:768px){.psychologists{padding:48px 0}.psychologists-header{margin-bottom:32px}.psychologists-title{font-size:36px;line-height:38px}.psychologists-track{gap:16px;padding:20px 16px 32px}.psychologists-scroll{scroll-padding-left:16px}.carousel-card{width:300px;padding:0 0 32px;gap:24px;border-radius:28px}.carousel-card-photo{height:300px}.carousel-card-info{padding:0 24px;gap:24px}.carousel-card-name{font-size:24px;line-height:28px}.carousel-card-desc{font-size:16px;line-height:20px}.carousel-card-tag{padding:8px 14px;font-size:14px}}@media(max-width:375px){.psychologists-title{font-size:30px;line-height:32px}.carousel-card{width:260px;padding:0 0 28px;border-radius:24px}.carousel-card-photo{height:260px}.carousel-card-info{padding:0 20px;gap:20px}.carousel-card-name{font-size:22px;line-height:26px}.carousel-card-desc{font-size:15px;line-height:18px}.carousel-card-tag{padding:6px 12px;font-size:13px}}.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{height:300vh;background:var(--background)}.steps-sticky-wrapper{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.steps-container{width:100%;max-width:var(--content-width);margin:0 auto;padding:0}.steps-title{font-weight:500;font-size:56px;line-height:56px;text-align:center;letter-spacing:-.02em;color:var(--text-dark);margin-bottom:80px}.steps-interactive-block{position:relative;width:100%;margin:0 auto}.steps-illustration-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;pointer-events:none;display:flex;justify-content:center;align-items:center}.steps-illustration{height:380px;object-fit:contain;mix-blend-mode:multiply}.steps-list{display:flex;flex-direction:column;gap:16px;position:relative;z-index:1}.step-row{display:flex;align-items:center;justify-content:space-between;height:60px;padding:0 48px;border-radius:24px;background:transparent;color:#b3b3b3;transition:all .5s cubic-bezier(.2,.8,.2,1);overflow:hidden}.step-row--active{height:160px;background:#f5f5f5;color:var(--text-dark)}.step-row-title{font-weight:500;font-size:32px;line-height:1.1;flex:1;white-space:pre-line;transition:color .5s ease}.step-row-desc{font-size:16px;line-height:1.5;color:var(--text-secondary);text-align:right;max-width:0;opacity:0;transition:all .5s cubic-bezier(.2,.8,.2,1);white-space:pre-wrap;visibility:hidden}.step-row--active .step-row-desc{max-width:320px;opacity:1;visibility:visible}@media(max-width:1200px){.steps-container{padding:0 40px}.steps-title{font-size:42px;margin-bottom:60px}.step-row-title{font-size:28px}.steps-illustration{height:300px}}@media(max-width:900px){.step-row{flex-direction:column;justify-content:center;align-items:flex-start;padding:0 32px}.step-row--active{height:180px}.step-row-desc{text-align:left;padding-top:12px;max-width:100%;max-height:0}.step-row--active .step-row-desc{max-height:100px;max-width:100%}.steps-illustration-container{left:unset;right:0;top:0;transform:none}.steps-illustration{height:200px}}@media(max-width:768px){.steps{height:auto;padding:60px 0}.steps-sticky-wrapper{position:relative;height:auto}.steps-container{padding:0 20px}.steps-title{font-size:32px;line-height:36px;margin-bottom:40px}.steps-illustration-container{display:none}.steps-list{gap:12px}.step-row{height:auto;padding:24px;background:#f8f8f8;color:var(--text-dark);border-radius:20px}.step-row--active{height:auto;background:#f5f5f5}.step-row-title{font-size:20px;white-space:normal}.step-row-desc{opacity:1;max-height:500px;visibility:visible;font-size:15px;margin-top:8px;padding-top:0;text-align:left}}.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:#fff;border:none;border-radius:16px;font-weight:500;font-size:16px;line-height:22px;color:var(--primary);text-align:left;cursor:pointer;transition:all .2s ease}.test-option:hover{background:#ffffffe6;transform:translate(4px)}.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)}.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:flex-start;text-align:left;padding:32px 24px;background:#fff;border-radius:24px;box-shadow:0 4px 24px #0000000a;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit;cursor:pointer}.product-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #00000014}.product-logo{width:96px;height:96px;margin-bottom:24px;border-radius:20px;overflow:hidden;flex-shrink:0}.product-logo img{width:100%;height:100%;object-fit:cover}.product-name{font-weight:600;font-size:20px;line-height:24px;letter-spacing:-.01em;color:var(--text-dark);margin-bottom:8px}.product-description{font-weight:400;font-size:15px;line-height:22px;color:var(--text-secondary);margin-bottom:0;flex-grow:1}@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-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:40px 120px 80px;background:var(--background)}.individual-help-container{max-width:1200px;margin:0 auto}.individual-help-card{position:relative;display:flex;align-items:center;justify-content:space-between;padding:42px;background:#c3e9fa;border-radius:48px;height:220px;overflow:hidden}.individual-help-content{display:flex;flex-direction:column;align-items:flex-start;gap:20px;z-index:1}.individual-help-title{font-family:"Golos Text",var(--font-main);font-weight:400;font-size:28px;line-height:36px;color:#0a94ca;margin:0;max-width:619px}.individual-help-btn{display:inline-flex;justify-content:center;align-items:center;padding:20px 26px;gap:10px;background:#fff;border-radius:22px;font-family:"Golos Text",var(--font-main);font-weight:500;font-size:16px;line-height:19px;color:#0994ca;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease}.individual-help-btn:hover{box-shadow:0 4px 16px #0994ca33;transform:translateY(-2px)}.individual-help-illustration{position:absolute;right:60px;bottom:-40px;z-index:1}.individual-help-tg{width:228px;height:235px;object-fit:contain;display:block}@media(max-width:1200px){.individual-help{padding:0 40px 60px}.individual-help-card{padding:36px;border-radius:36px}.individual-help-title{font-size:24px;line-height:32px}.individual-help-tg{width:180px;height:185px}}@media(max-width:768px){.individual-help{padding:0 16px 48px}.individual-help-card{padding:28px;border-radius:28px;min-height:auto}.individual-help-title{font-size:22px;line-height:28px}.individual-help-tg{width:120px;height:124px}.individual-help-btn{padding:16px 22px;font-size:15px;border-radius:18px}}@media(max-width:480px){.individual-help-card{flex-direction:column;align-items:center;text-align:center;gap:24px}.individual-help-content{align-items:center}.individual-help-tg{width:140px;height:144px}}.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 rgba(0,0,0,.08)}.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:#f7f7f7}.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:#1f1f1f}.faq-item--open .faq-question{background:#f7f7f7}.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}}.podbor-page{min-height:calc(100vh - 200px);padding:var(--spacing-2xl) 0 var(--spacing-3xl)}.podbor-container{max-width:800px;margin:0 auto;width:100%;padding:0 var(--spacing-md)}.podbor-step{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.podbor-hero-card{position:relative;width:680px;height:396px;margin:0 auto;background:#f7f7f7;border-radius:42px}.podbor-hero-card .podbor-title{position:absolute;left:48px;top:48px;font-family:"Golos Text",var(--font-main);font-weight:500;font-size:32px;line-height:32px;letter-spacing:-.02em;color:#1f1f1f;margin:0}.podbor-hero-label{position:absolute;left:48px;bottom:32px;font-family:"Golos Text",var(--font-main);font-weight:500;font-size:16px;line-height:16px;letter-spacing:-.02em;color:#0009;margin:0}.podbor-hero-actions{position:absolute;right:48px;bottom:48px;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.podbor-hero-btn{box-sizing:border-box;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:22px;font-family:"Golos Text",var(--font-main);font-weight:500;font-size:20px;line-height:24px;color:#1f1f1f;cursor:pointer;transition:all .2s ease;white-space:nowrap}.podbor-hero-btn:hover{background:#fff;border-color:#00000040;box-shadow:0 4px 16px #00000014}.podbor-step2-card{display:flex;flex-direction:column;align-items:flex-start;padding:48px;gap:40px;width:680px;margin:0 auto;background:#f7f7f7;border-radius:42px}.podbor-step2-header{display:flex;align-items:center;justify-content:space-between;width:100%}.podbor-back-white{background:none;border:none;color:#00000080;font-family:"Golos Text",var(--font-main);font-size:15px;cursor:pointer;padding:0;transition:color .2s ease}.podbor-back-white:hover{color:#1f1f1f}.podbor-session-badge-white{font-family:"Golos Text",var(--font-main);font-size:14px;padding:8px 16px;background:#0000000f;border-radius:100px;color:#1f1f1f;font-weight:500}.podbor-step2-title{font-family:"Golos Text",var(--font-main);font-weight:500;font-size:32px;line-height:32px;letter-spacing:-.02em;color:#1f1f1f;margin:0}.podbor-step2-subtitle{font-family:"Golos Text",var(--font-main);font-weight:500;font-size:16px;line-height:16px;letter-spacing:-.02em;color:#0009;margin:-24px 0 0}.podbor-step2-card>.podbor-step2-title,.podbor-step2-card>.podbor-step2-subtitle{width:100%}.podbor-categories{display:flex;flex-direction:column;gap:12px;width:100%}.podbor-category{background:#f7f7f7;border:none;border-radius:16px;overflow:hidden;transition:background .2s ease,box-shadow .2s ease;box-shadow:none}.podbor-category:hover{background:#fff}.podbor-category:has(.podbor-checkbox:checked){background:#fff;box-shadow:none}.podbor-category-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;cursor:pointer;-webkit-user-select:none;user-select:none}.podbor-checkbox{position:absolute;opacity:0;pointer-events:none}.podbor-checkbox-custom{width:24px;height:24px;border:2px solid rgba(64,64,64,.2);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease}.podbor-checkbox:checked+.podbor-checkbox-custom{background:#1f1f1f;border-color:#1f1f1f}.podbor-checkbox:checked+.podbor-checkbox-custom:after{content:"✓";color:#fff;font-size:14px;font-weight:700}.podbor-category-name{flex:1;font-family:"Golos Text",var(--font-main);font-weight:500;font-size:16px;line-height:16px;letter-spacing:-.02em;color:#1f1f1f}.podbor-category-arrow{font-size:12px;color:#40404066;transition:transform .2s ease;flex-shrink:0}.podbor-category-arrow.expanded{transform:rotate(180deg)}.podbor-subcategories{padding:0 16px 16px;display:flex;flex-direction:column;gap:0;animation:expandIn .2s ease}@keyframes expandIn{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.podbor-subcategory{display:flex;align-items:center;gap:16px;padding:8px 0;background:transparent;border-radius:0;cursor:pointer;transition:opacity .15s ease}.podbor-subcategory:hover{opacity:.7;background:transparent}.podbor-subcategory .podbor-checkbox-custom{width:24px;height:24px;border:2px solid rgba(64,64,64,.2);border-radius:6px}.podbor-subcategory .podbor-checkbox:checked+.podbor-checkbox-custom{background:#1f1f1f;border-color:#1f1f1f}.podbor-subcategory .podbor-checkbox:checked+.podbor-checkbox-custom:after{font-size:14px}.podbor-subcategory-name{font-family:"Golos Text",var(--font-main);font-weight:500;font-size:16px;line-height:16px;letter-spacing:-.02em;color:#404040cc}.podbor-submit{padding-top:32px;display:flex;justify-content:center;width:100%;align-self:stretch;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.podbor-submit-btn{width:auto;padding:20px 48px;font-size:20px;background:#713eea;color:#fff;border:none;border-radius:100px;font-weight:600;cursor:pointer;transition:all .2s ease}.podbor-submit-btn:hover{background:#5f2fd4;box-shadow:0 8px 24px #713eea4d}@media(max-width:768px){.podbor-page{padding:var(--spacing-lg) 0 var(--spacing-2xl)}.podbor-container{padding:0 16px}.podbor-hero-card{width:100%;height:360px;border-radius:28px}.podbor-hero-card .podbor-title{left:28px;top:28px;font-size:28px;line-height:28px}.podbor-hero-label{left:28px;bottom:24px}.podbor-hero-actions{right:28px;bottom:28px}.podbor-hero-btn{padding:16px 36px;font-size:18px;border-radius:18px}.podbor-header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:24px}.podbor-session-badge{align-self:flex-start}.podbor-title{font-size:28px}.podbor-subtitle{font-size:16px;margin-bottom:24px}.podbor-step2-card{width:100%;padding:28px 20px;border-radius:28px;gap:28px}.podbor-step2-title{font-size:26px;line-height:26px}.podbor-step2-subtitle{font-size:14px;margin:-16px 0 0}.podbor-category-header{padding:14px}.podbor-submit{padding-top:24px}.podbor-submit-btn{padding:16px 32px;font-size:18px}}.psychologists-page{padding:0 0 var(--spacing-3xl)}.page-hero{padding:var(--spacing-2xl) 0;text-align:center;max-width:800px;margin:0 auto}.page-title{font-size:42px;font-weight:700;margin-bottom:16px;color:var(--text-dark)}.page-lead{font-size:18px;color:var(--text-secondary);line-height:1.6}.page-lead strong{color:var(--primary)}.filters-section{padding:var(--spacing-lg) 0;border-bottom:1px solid var(--border-light);margin-bottom:var(--spacing-xl)}.filters-row{display:flex;flex-wrap:wrap;gap:32px;align-items:flex-end}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-label{font-size:14px;font-weight:500;color:var(--text-secondary);display:flex;align-items:center;gap:6px}.filter-help-link{display:inline-flex;color:var(--text-muted);transition:color .2s ease}.filter-help-link:hover{color:var(--primary)}.filter-buttons{display:flex;gap:8px}.filter-btn{padding:10px 20px;border-radius:var(--radius-md);background:var(--background-secondary);color:var(--text-dark);font-size:14px;font-weight:500;transition:all .2s ease}.filter-btn:hover{background:var(--background-active)}.filter-btn.active{background:var(--primary);color:#fff}.filter-dropdown{position:relative}.filter-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;min-width:180px;border-radius:var(--radius-md);background:var(--background-secondary);color:var(--text-dark);font-size:14px;font-weight:500;transition:all .2s ease;cursor:pointer}.filter-dropdown-trigger:hover{background:var(--background-active)}.filter-dropdown-trigger.open{background:var(--primary);color:#fff}.filter-dropdown-trigger svg{transition:transform .2s ease}.filter-dropdown-trigger.open svg{transform:rotate(180deg)}.filter-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:220px;background:#fff;border-radius:var(--radius-lg);box-shadow:0 8px 32px #0000001f;padding:8px;z-index:100;animation:dropdownFadeIn .2s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.filter-dropdown-item{display:flex;align-items:center;gap:12px;padding:10px 12px;cursor:pointer;border-radius:var(--radius-sm);transition:background .15s ease;font-size:14px;color:var(--text-dark)}.filter-dropdown-item:hover{background:var(--background-secondary)}.filter-dropdown-item input{position:absolute;opacity:0;pointer-events:none}.filter-checkbox-custom{width:18px;height:18px;border:2px solid var(--border-medium);border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease}.filter-dropdown-item input:checked+.filter-checkbox-custom{background:var(--primary);border-color:var(--primary)}.filter-dropdown-item input:checked+.filter-checkbox-custom:after{content:"";width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);margin-bottom:2px}.filter-dropdown-clear{width:100%;padding:10px 12px;margin-top:4px;border-top:1px solid var(--border-light);color:var(--text-muted);font-size:13px;text-align:center;transition:color .15s ease;background:none;border-radius:0}.filter-dropdown-clear:hover{color:var(--primary)}.filter-range{width:200px;height:6px;appearance:none;-webkit-appearance:none;background:var(--background-active);border-radius:3px;outline:none}.filter-range::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:var(--primary);cursor:pointer}.results-section{padding:var(--spacing-lg) 0}.results-count{font-size:14px;color:var(--text-muted);margin-bottom:var(--spacing-lg)}.catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.catalog-card{text-decoration:none;color:inherit;display:flex;flex-direction:column;background:#f7f7f7;border-radius:32px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.catalog-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0000001a}.catalog-card-photo{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:28px}.catalog-card-image{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.catalog-card-tags{position:absolute;left:12px;right:12px;bottom:12px;display:flex;flex-wrap:wrap;gap:6px;z-index:2}.catalog-card-tag{display:flex;justify-content:center;align-items:center;padding:10px 14px;background:#e3e3e366;backdrop-filter:blur(17px);-webkit-backdrop-filter:blur(17px);border-radius:38px;font-family:"Golos Text",var(--font-main);font-weight:500;font-size:14px;line-height:17px;letter-spacing:-.01em;color:#fff}.catalog-card-info{display:flex;flex-direction:column;padding:20px 24px 28px;gap:20px}.catalog-card-details{display:flex;flex-direction:column;gap:8px}.catalog-card-name{font-family:"Golos Text",var(--font-main);font-weight:600;font-size:24px;line-height:28px;letter-spacing:-.02em;color:#1f1f21}.catalog-card-desc{font-family:"Golos Text",var(--font-main);font-weight:400;font-size:16px;line-height:20px;color:#1f1f21bf;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.catalog-card-price{display:inline-flex;justify-content:center;align-items:center;padding:10px 16px;background:#713eea;border-radius:38px;font-family:"Golos Text",var(--font-main);font-weight:500;font-size:15px;line-height:18px;letter-spacing:-.01em;color:#fff;align-self:flex-start}.no-results{text-align:center;padding:var(--spacing-3xl);background:var(--background-secondary);border-radius:var(--radius-lg)}.no-results p{margin-bottom:var(--spacing-lg);color:var(--text-secondary)}@media(max-width:768px){.psychologists-page{padding:0 0 var(--spacing-2xl)}.page-hero{text-align:left;padding:var(--spacing-lg) 16px}.page-title{font-size:28px}.page-lead{font-size:15px}.filters-section{padding:var(--spacing-md) 16px;overflow-x:auto;-webkit-overflow-scrolling:touch}.filters-row{flex-direction:column;gap:16px;align-items:stretch}.filter-group{gap:8px}.filter-buttons{flex-wrap:wrap;gap:8px}.filter-btn{padding:8px 16px;font-size:13px}.filter-range{width:100%}.results-section{padding:var(--spacing-md) 16px}.catalog-grid{grid-template-columns:1fr;gap:16px}.catalog-card{border-radius:24px}.catalog-card-photo{border-radius:20px}.catalog-card-info{padding:16px 20px 24px}.catalog-card-name{font-size:22px;line-height:26px}}.psychologist-page{padding:var(--spacing-xl) 0 var(--spacing-3xl)}.not-found h1{font-size:32px;margin-bottom:16px}.not-found p{color:var(--text-secondary);margin-bottom:24px}.profile-layout{display:grid;grid-template-columns:320px 1fr;gap:48px;align-items:start}.profile-sidebar{position:sticky;top:100px}.profile-card{background:#fff;border-radius:var(--radius-lg);padding:0}.profile-avatar{width:100%;aspect-ratio:1 / 1.1;border-radius:var(--radius-lg);overflow:hidden;margin-bottom:20px}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-name{font-size:24px;font-weight:700;color:var(--text-dark);margin-bottom:4px;line-height:1.2}.profile-role{font-size:15px;color:var(--primary);margin-bottom:16px}.profile-format{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-secondary);margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--border-light)}.profile-format svg{color:var(--text-muted);flex-shrink:0}.profile-prices-compact{margin-bottom:24px}.prices-title{font-size:14px;font-weight:600;color:var(--text-dark);margin-bottom:12px}.price-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--border-light)}.price-row:last-of-type{border-bottom:none}.price-row-info{display:flex;flex-direction:column;gap:4px}.price-row-type{font-size:14px;color:var(--text-dark)}.price-row-time{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--text-muted)}.price-row-time svg{flex-shrink:0}.price-row-value{font-size:16px;font-weight:600;color:var(--primary)}.profile-cta-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px 24px;background:var(--primary);color:#fff;font-size:15px;font-weight:600;border-radius:var(--radius-md);transition:all .2s ease}.profile-cta-btn:hover{background:var(--primary-dark);transform:translateY(-2px)}.profile-cta-btn svg{flex-shrink:0}.profile-content{display:flex;flex-direction:column;gap:32px}.content-block{padding:28px 32px;background:#fafafa;border-radius:var(--radius-lg)}.block-title{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:600;color:var(--text-dark);margin-bottom:16px}.block-title svg{color:var(--text-muted);flex-shrink:0}.tags-list{display:flex;flex-wrap:wrap;gap:10px}.tag{display:inline-block;padding:10px 18px;background:#fff;border:1px solid #E5E5E5;border-radius:100px;font-size:14px;color:var(--text-dark);transition:all .2s ease}.tag:hover{border-color:#ccc}.tag--approach{background:var(--primary);color:#fff;border-color:var(--primary)}.tag--approach:hover{background:var(--primary-dark);border-color:var(--primary-dark);color:#fff}.block-text{font-size:16px;line-height:1.7;color:var(--text-secondary)}.block-highlight{font-size:24px;font-weight:600;color:var(--text-dark)}.block-education{font-size:15px;line-height:1.8;color:var(--text-secondary)}.block-education b{display:block;color:var(--text-dark);font-weight:600;margin-top:20px;margin-bottom:10px}.block-education b:first-child{margin-top:0}@media(max-width:1024px){.profile-layout{grid-template-columns:280px 1fr;gap:32px}.content-block{padding:24px}}@media(max-width:900px){.profile-layout{grid-template-columns:1fr;gap:32px}.profile-sidebar{position:relative;top:0}.profile-card{display:grid;grid-template-columns:200px 1fr;gap:24px;align-items:start}.profile-avatar{margin-bottom:0}.profile-format{grid-column:2;margin-bottom:0;padding-bottom:0;border-bottom:none}.profile-prices-compact{grid-column:1 / -1;padding-top:20px;border-top:1px solid var(--border-light)}.profile-cta-btn{grid-column:1 / -1}}@media(max-width:600px){.psychologist-page{padding:var(--spacing-md) 0 var(--spacing-2xl)}.profile-card{grid-template-columns:1fr;gap:0}.profile-avatar{width:100%;max-width:100%;aspect-ratio:1 / 1;margin:0 0 20px;border-radius:var(--radius-lg)}.profile-name{text-align:center;font-size:22px;margin-bottom:2px}.profile-role{text-align:center;font-size:14px;margin-bottom:12px}.profile-format{justify-content:center;grid-column:1;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #EBEBEB}.profile-prices-compact{grid-column:1;margin-bottom:16px;border-top:none;padding-top:0}.prices-title{font-size:13px;margin-bottom:8px}.price-row{padding:8px 0}.profile-cta-btn{grid-column:1;padding:14px 20px;font-size:14px}.content-block{padding:20px}.block-title{font-size:18px}.tag{padding:8px 14px;font-size:13px}}.psychologist-media-list{display:flex;flex-direction:column;gap:12px}.psychologist-media-item{display:flex;align-items:center;gap:16px;padding:12px 16px;background:#fff;border-radius:var(--radius-md);border:1px solid var(--border-light);transition:all .2s ease}.psychologist-media-item:hover{border-color:var(--primary);transform:translate(4px)}.psychologist-media-image{width:60px;height:60px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0}.psychologist-media-info{display:flex;flex-direction:column;gap:4px;min-width:0}.psychologist-media-type{font-size:12px;color:var(--text-muted)}.psychologist-media-title{font-size:14px;font-weight:500;color:var(--text-dark);line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.products-page{padding:0 0 var(--spacing-3xl)}.products-section{padding:var(--spacing-2xl) 0}.products-page .products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.products-page .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}.products-page .product-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #00000014}.products-page .product-logo{width:180px;height:180px;margin-bottom:24px;border-radius:32px;overflow:hidden}.products-page .product-logo img{width:100%;height:100%;object-fit:cover}.products-page .product-name{font-weight:600;font-size:24px;line-height:28px;letter-spacing:-.02em;color:var(--text-dark);margin-bottom:12px}.products-page .product-description{font-weight:400;font-size:16px;line-height:24px;color:var(--text-secondary);margin-bottom:24px;flex-grow:1}.products-page .product-btn{width:100%;justify-content:center}@media(max-width:900px){.products-page .products-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}@media(max-width:768px){.products-page .product-card{padding:32px 24px;border-radius:24px}.products-page .product-logo{width:120px;height:120px;border-radius:24px}.products-page .product-name{font-size:20px;line-height:24px}.products-page .product-description{font-size:14px;line-height:20px}}.product-page{padding:0 0 var(--spacing-3xl)}.product-hero{padding:var(--spacing-3xl) 0;text-align:center}.product-hero-content{max-width:700px;margin:0 auto}.product-hero-logo{width:160px;height:160px;border-radius:var(--radius-lg);margin-bottom:24px;box-shadow:var(--shadow-card)}.product-hero-title{font-size:42px;font-weight:700;margin-bottom:16px}.product-hero-description{font-size:18px;color:var(--text-secondary);line-height:1.7;margin-bottom:32px}.product-hero-cta{font-size:18px;padding:16px 48px}.product-section{padding:var(--spacing-2xl) 0;border-top:1px solid var(--border-light)}.product-features{list-style:none;max-width:600px}.product-feature{display:flex;align-items:center;gap:16px;padding:16px 0;font-size:16px;border-bottom:1px solid var(--border-light)}.feature-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--success-light);color:var(--primary);border-radius:50%;font-weight:700}.product-testimonials{display:grid;gap:24px;max-width:700px}.product-testimonial{background:var(--background-secondary);border-radius:var(--radius-lg);padding:24px;margin:0}.product-testimonial p{font-size:16px;line-height:1.6;font-style:italic;margin-bottom:16px}.product-testimonial footer{display:flex;flex-direction:column;gap:4px}.product-testimonial strong{font-size:14px}.product-testimonial span{font-size:13px;color:var(--text-muted)}.product-cta-section{text-align:center;padding:var(--spacing-3xl);background:var(--primary-gradient);border-radius:var(--radius-xl);margin:var(--spacing-2xl) 0;color:#fff}.product-cta-section h2{font-size:28px;margin-bottom:12px}.product-cta-section p{opacity:.9;margin-bottom:24px}.product-cta-section .btn{background:#fff;color:var(--primary)}@media(max-width:768px){.product-hero-title{font-size:28px}.product-hero-logo{width:120px;height:120px}}.psy-card-link{text-decoration:none;color:inherit;display:block}.psy-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:var(--background);box-shadow:var(--shadow-card);transition:transform .3s ease,box-shadow .3s ease}.psy-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001f}.psy-card-image{position:relative;width:100%;height:420px;background-size:cover;background-position:center top}.psy-card-link--compact .psy-card-image{height:320px}.psy-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000 40%,#000000d9);display:flex;align-items:flex-end;padding:24px}.psy-card-content{color:#fff;width:100%}.psy-card-name{font-size:22px;font-weight:600;margin-bottom:4px;line-height:1.2}.psy-card-role{font-size:14px;opacity:.8;margin-bottom:12px}.psy-card-approaches{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.psy-card-approach{font-size:12px;padding:4px 10px;background:#ffffff26;border-radius:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.psy-card-price{font-size:16px;font-weight:600;color:var(--primary-light)}.psy-card-description{font-size:14px;opacity:.9;margin-top:8px;line-height:1.4}.psy-card-badges{position:absolute;top:16px;left:16px;display:flex;flex-wrap:wrap;gap:8px}.psy-card-badge{font-size:12px;padding:6px 12px;background:#fffffff2;border-radius:20px;font-weight:500;color:var(--text-dark)}.psy-card-badge--experience{background:var(--primary);color:#fff}.psychologists-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}@media(max-width:768px){.psy-card-image{height:360px}.psy-card-name{font-size:18px}.psychologists-grid{grid-template-columns:1fr}}.media-card-link{text-decoration:none;color:inherit;display:block}.media-card{background:var(--background);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card);transition:transform .3s ease,box-shadow .3s ease}.media-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001f}.media-card-image{position:relative;height:200px;background-size:cover;background-position:center;background-color:var(--background-secondary)}.media-card-type{position:absolute;top:12px;left:12px;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.02em}.media-card-type--article{background:#8b5cf6f2;color:#fff}.media-card-type--video{background:#ef4444f2;color:#fff}.media-card-type--podcast{background:#3b82f6f2;color:#fff}.media-card-duration{position:absolute;bottom:12px;right:12px;padding:4px 10px;background:#000000b3;color:#fff;border-radius:4px;font-size:12px;font-weight:500}.media-card-content{padding:20px}.media-card-title{font-size:18px;font-weight:600;line-height:1.3;margin-bottom:8px;color:var(--text-dark);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.media-card-description{font-size:14px;color:var(--text-secondary);line-height:1.5;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.media-card-meta{display:flex;align-items:center;justify-content:space-between}.media-card-author{display:flex;align-items:center;gap:12px}.media-card-author-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.media-card-author-placeholder{width:36px;height:36px;border-radius:50%;background:var(--primary, #8B5CF6);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.media-card-author-name{display:block;font-size:14px;font-weight:500;color:var(--text-dark)}.media-card-date{display:block;font-size:12px;color:var(--text-muted)}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}@media(max-width:768px){.media-grid{grid-template-columns:1fr}.media-card-title{font-size:16px}}.product-card-link{text-decoration:none;color:inherit;display:block}.product-card-new{background:var(--background);border-radius:var(--radius-lg);padding:32px;text-align:center;box-shadow:var(--shadow-card);transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column;align-items:center}.product-card-new:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001f}.product-card-logo{width:120px;height:120px;margin-bottom:20px;border-radius:var(--radius-md);overflow:hidden}.product-card-logo img{width:100%;height:100%;object-fit:cover}.product-card-name{font-size:20px;font-weight:600;margin-bottom:12px;color:var(--text-dark)}.product-card-description{font-size:14px;color:var(--text-secondary);line-height:1.5;margin-bottom:20px;flex-grow:1}.product-card-cta{color:var(--primary);font-weight:500;font-size:14px}.products-grid-new{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}@media(max-width:768px){.products-grid-new{grid-template-columns:1fr}.product-card-new{padding:24px}.product-card-logo{width:100px;height:100px}}.related-media-card{display:flex;gap:16px;padding:16px;background:#fafafa;border-radius:12px;transition:all .2s ease}.related-media-card:hover{background:#f0f0f0;transform:translate(4px)}.related-media-card-image{width:100px;height:80px;border-radius:8px;object-fit:cover;flex-shrink:0}.related-media-card-placeholder{width:100px;height:80px;border-radius:8px;background:linear-gradient(135deg,#e5e5e5,#d0d0d0);display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0}.related-media-card-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.related-media-card-type{font-size:12px;color:var(--text-muted)}.related-media-card-title{font-size:15px;font-weight:600;color:var(--text-dark);line-height:1.35;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.related-media-card-description{font-size:13px;color:var(--text-secondary);line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.related-section{margin-top:48px;padding-top:32px;border-top:1px solid var(--border-light)}.related-section-title{font-size:20px;font-weight:600;color:var(--text-dark);margin-bottom:20px}.related-section-grid{display:flex;flex-direction:column;gap:12px}.recommended-section{margin-top:32px;padding:24px;background:linear-gradient(135deg,#8b5cf60d,#3b82f60d);border-radius:16px}.recommended-section .related-section-title{color:var(--primary)}.recommended-section .related-media-card{background:#fff}.recommended-section .related-media-card:hover{background:#fafafa}@media(max-width:600px){.related-media-card{padding:12px;gap:12px}.related-media-card-image,.related-media-card-placeholder{width:80px;height:64px}.related-media-card-title{font-size:14px}.related-media-card-description{display:none}}.media-hub-page{padding:0 0 var(--spacing-3xl)}.media-section{padding:var(--spacing-2xl) 0;border-bottom:1px solid var(--border-light)}.media-section:last-child{border-bottom:none}.media-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-lg)}.section-title{font-size:28px;font-weight:700;color:var(--text-dark)}.section-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;font-size:14px;font-weight:500;border-radius:100px;transition:all .2s ease}.section-btn svg{flex-shrink:0}.section-btn:hover{transform:translate(4px)}.section-btn--articles{background:#8b5cf61a;color:#8b5cf6}.section-btn--articles:hover{background:#8b5cf626}.section-btn--videos{background:#ef44441a;color:#ef4444}.section-btn--videos:hover{background:#ef444426}.section-btn--podcasts{background:#3b82f61a;color:#3b82f6}.section-btn--podcasts:hover{background:#3b82f626}.section-btn--approaches{background:#14b8a61a;color:#14b8a6}.section-btn--approaches:hover{background:#14b8a626}.media-hub-page .approaches-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.media-hub-page .approach-card{display:flex;flex-direction:column;background:var(--background);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-card);text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease}.media-hub-page .approach-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0000001f}.media-hub-page .approach-card-image{position:relative;height:140px;display:flex;align-items:center;justify-content:center}.media-hub-page .approach-short-badge{font-size:28px;font-weight:700;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.2)}.media-hub-page .approach-card-content{padding:20px;display:flex;flex-direction:column;gap:10px;flex:1}.media-hub-page .approach-name{font-size:16px;font-weight:600;color:var(--text-dark);line-height:1.3}.media-hub-page .approach-description{font-size:13px;color:var(--text-secondary);line-height:1.5;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:0}.media-hub-page .approach-link{font-size:13px;font-weight:500;color:var(--primary);margin-top:auto}@media(max-width:900px){.media-hub-page .approaches-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.media-hub-page .approaches-grid{grid-template-columns:1fr}.media-hub-page .approach-card-image{height:100px}.media-hub-page .approach-short-badge{font-size:22px}.media-hub-page .approach-card-content{padding:16px}}.articles-page{padding:0 0 var(--spacing-3xl)}.articles-section{padding:var(--spacing-2xl) 0}.author-block{display:flex;align-items:center;gap:12px}.author-block--clickable{cursor:pointer;transition:opacity .2s ease}.author-block--clickable:hover{opacity:.85}.author-block-avatar,.author-block-placeholder{flex-shrink:0;border-radius:50%;object-fit:cover}.author-block-avatar--hero,.author-block-placeholder--hero{width:44px;height:44px;border:2px solid rgba(255,255,255,.3)}.author-block-avatar--card,.author-block-placeholder--card{width:80px;height:80px}.author-block-avatar--inline,.author-block-placeholder--inline{width:44px;height:44px}.author-block-placeholder{display:flex;align-items:center;justify-content:center;background:var(--primary, #8B5CF6);color:#fff;font-weight:600;font-size:14px}.author-block-placeholder--hero{font-size:16px}.author-block-placeholder--card{font-size:24px}.author-block-info{display:flex;flex-direction:column}.author-block-label{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted, #888);margin-bottom:4px}.author-block-name{font-weight:600;color:var(--text-dark, #111)}.author-block-name--hero{font-size:15px;color:#fff;margin-bottom:2px}.author-block-name--card{font-size:20px;margin-bottom:4px}.author-block-name--inline{font-size:15px;margin-bottom:2px}.author-block--clickable .author-block-name--hero{text-decoration:underline;text-underline-offset:2px}.author-block--clickable .author-block-name--card{color:var(--primary, #8B5CF6)}.author-block-role{color:var(--text-secondary, #666)}.author-block-role--hero{font-size:13px;color:#ffffffb3}.author-block-role--card{font-size:15px}.author-block-role--inline{font-size:13px}.author-block--card{padding:32px;background:#fafafa;border-radius:20px;margin-top:64px}.author-block--card.author-block--clickable:hover{background:#f0f0f0;transform:translateY(-2px);opacity:1}.author-block--hero .author-block-info{text-align:left}.content-hero{position:relative;width:100vw;margin-left:calc(-50vw + 50%);margin-top:14px;aspect-ratio:21 / 9;min-height:400px;max-height:650px;overflow:hidden}.content-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.content-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0003,#00000080 60%,#000000bf)}.content-hero-inner{position:relative;height:100%;max-width:900px;margin:0 auto;padding:40px 24px;display:flex;flex-direction:column;justify-content:flex-end;text-align:center;z-index:2}.content-badge{display:inline-flex;align-self:center;padding:8px 20px;border-radius:100px;font-size:13px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;margin-bottom:20px}.content-badge--article{background:#8b5cf6e6;color:#fff}.content-badge--video{background:#ef4444e6;color:#fff}.content-badge--podcast{background:#3b82f6e6;color:#fff}.content-badge--approach{background:#14b8a6e6;color:#fff}.content-hero-title{font-size:48px;font-weight:700;color:#fff;line-height:1.15;margin-bottom:20px;text-shadow:0 2px 20px rgba(0,0,0,.3)}.content-hero-meta{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}.content-hero-author{display:flex;align-items:center;gap:12px}.content-hero-author-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.3)}.content-hero-author-info{text-align:left}.content-hero-author-name{display:block;font-size:15px;font-weight:600;color:#fff;margin-bottom:2px}.content-hero-author-role{display:block;font-size:13px;color:#ffffffb3}.content-hero-divider{width:1px;height:30px;background:#ffffff4d}.content-hero-info{display:flex;align-items:center;gap:16px;font-size:14px;color:#ffffffd9}.content-hero-info span{display:flex;align-items:center;gap:6px}.content-body-container{max-width:800px;margin:0 auto;padding:60px 24px}.content-lead{font-size:22px;line-height:1.7;color:var(--text-secondary);font-style:italic;padding-left:24px;border-left:4px solid var(--primary);margin-bottom:48px}.content-body{font-size:18px;line-height:1.65;color:var(--text-dark)}.content-body h2{font-size:28px;font-weight:700;margin-top:56px;margin-bottom:24px;padding-top:32px;border-top:1px solid var(--border-light);position:relative}.content-body h2:first-of-type{margin-top:0;padding-top:0;border-top:none}.content-body h2:first-of-type:before{display:none}.content-body h2:before{content:"";position:absolute;top:-1px;left:0;width:60px;height:3px;background:var(--primary)}.content-body h3{font-size:22px;font-weight:600;margin-top:40px;margin-bottom:16px;color:var(--text-dark)}.content-body p{margin-bottom:20px}.content-body strong{color:var(--text-dark);font-weight:700}.content-body a{color:var(--primary);text-decoration:underline;text-underline-offset:3px}.content-body a:hover{color:var(--primary-dark)}.content-body ul,.content-body ol{margin-bottom:24px;padding-left:0;list-style:none}.content-body li{position:relative;padding-left:32px;margin-bottom:12px}.content-body ul li:before{content:"";position:absolute;left:8px;top:10px;width:6px;height:6px;background:var(--text-muted);border-radius:50%}.content-body ol{counter-reset:item}.content-body ol li{counter-increment:item}.content-body ol li:before{content:counter(item) ".";position:absolute;left:0;top:0;font-size:16px;font-weight:600;color:var(--text-muted)}.content-body blockquote{margin:48px 0;padding:32px 40px;background:transparent;border-left:3px solid #E5E5E5;border-radius:0;font-size:22px;font-style:italic;line-height:1.5;color:var(--text-secondary)}.content-body blockquote p{margin-bottom:0}.content-body blockquote p:last-child{margin-bottom:0}.callout-box{margin:40px 0;padding:28px 32px;border-radius:16px;display:flex;gap:16px;align-items:flex-start}.callout-box--tip{background:#14b8a61a;border:1px solid rgba(20,184,166,.2)}.callout-box--tip .callout-icon{color:#14b8a6}.callout-box--warning{background:#f59e0b1a;border:1px solid rgba(245,158,11,.2)}.callout-box--warning .callout-icon{color:#f59e0b}.callout-box--important{background:#8b5cf61a;border:1px solid rgba(139,92,246,.2)}.callout-box--important .callout-icon{color:#8b5cf6}.callout-icon{flex-shrink:0;font-size:24px}.content-note{margin:40px 0;padding:24px 28px;background:#fafafa;border-radius:12px}.content-note strong{display:block;font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:8px}.content-note p{margin:0;color:var(--text-dark)}.content-note--warning{background:#fef3c7}.content-note--warning strong{color:#92400e}.content-highlight{margin:48px 0;padding:32px 40px;background:#111;border-radius:16px;text-align:center}.content-highlight p{margin:0;font-size:20px;font-weight:500;line-height:1.5;color:#fff}.content-video{margin:48px 0}.video-wrapper{position:relative;border-radius:16px;overflow:hidden;cursor:pointer}.video-wrapper img{width:100%;display:block;transition:transform .3s ease}.video-wrapper:hover img{transform:scale(1.02)}.video-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:transform .2s ease}.video-wrapper:hover .video-play-btn{transform:translate(-50%,-50%) scale(1.1)}.content-video figcaption{margin-top:12px;font-size:14px;color:var(--text-muted);text-align:center}.content-image{margin:48px 0}.content-image img{width:100%;border-radius:12px}.content-image figcaption{margin-top:12px;font-size:14px;color:var(--text-muted);text-align:center}.content-divider{margin:48px 0;border:none;height:1px;background:#e5e5e5}.content-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:48px;padding-top:32px;border-top:1px solid var(--border-light)}.content-tag{padding:8px 16px;background:#fafafa;border-radius:100px;font-size:14px;color:var(--text-secondary);transition:all .2s ease}.content-tag:hover{background:var(--primary);color:#fff}.author-card{margin-top:64px;padding:32px;background:#fafafa;border-radius:20px;display:flex;gap:24px;align-items:center}.author-card-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;flex-shrink:0}.author-card-info{flex:1}.author-card-label{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:8px}.author-card-name{font-size:20px;font-weight:600;color:var(--text-dark);margin-bottom:4px}.author-card-role{font-size:15px;color:var(--text-secondary)}.content-hero-author--link{transition:opacity .2s ease}.content-hero-author--link:hover{opacity:.85}.content-hero-author--link .content-hero-author-name{text-decoration:underline;text-underline-offset:2px}.author-card--link{transition:all .2s ease;cursor:pointer}.author-card--link:hover{background:#f0f0f0;transform:translateY(-2px)}.author-card--link .author-card-name{color:var(--primary)}.content-related{max-width:800px;margin:0 auto;padding:48px 24px 80px;border-top:1px solid var(--border-light)}.content-related-title{font-size:24px;font-weight:700;margin-bottom:32px}@media(max-width:768px){.content-hero{aspect-ratio:4 / 3;min-height:350px}.content-hero-title{font-size:28px}.content-hero-meta{flex-direction:column;gap:16px}.content-hero-divider{display:none}.content-body-container{padding:40px 20px}.content-lead{font-size:18px;padding-left:16px}.content-body{font-size:16px}.content-body h2{font-size:22px;margin-top:40px}.content-body h3{font-size:18px}.content-body blockquote{padding:20px;font-size:17px}.author-card{flex-direction:column;text-align:center}}.videos-page{padding:0 0 var(--spacing-3xl)}.videos-section{padding:var(--spacing-lg) 0}.video-page{padding:0 0 var(--spacing-3xl)}.video-breadcrumb{display:flex;align-items:center;gap:8px;padding:var(--spacing-lg) 0;font-size:14px;color:var(--text-muted)}.video-breadcrumb a{color:var(--text-secondary)}.video-breadcrumb a:hover{color:var(--primary)}.video-content{max-width:900px;margin:0 auto}.video-header{margin-bottom:var(--spacing-xl)}.video-meta{display:flex;gap:16px;margin-bottom:16px;font-size:14px;color:var(--text-muted)}.video-duration{color:var(--primary);font-weight:500}.video-title{font-size:36px;font-weight:700;line-height:1.2;margin-bottom:16px;color:var(--text-dark)}.video-description{font-size:18px;color:var(--text-secondary);line-height:1.6}.video-player{width:100%;aspect-ratio:16 / 9;background:#000;border-radius:var(--radius-xl);overflow:hidden;margin-bottom:var(--spacing-xl)}.video-player iframe{width:100%;height:100%;border:none}.video-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#fff}.video-placeholder span{font-size:64px}.video-placeholder p{font-size:18px;opacity:.8}.video-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px;padding-top:var(--spacing-xl);border-top:1px solid var(--border-light)}.video-author{display:flex;align-items:center;gap:16px}.author-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover}.author-avatar-placeholder{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--primary) 0%,#8B5CF6 100%);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;color:#fff;flex-shrink:0}.author-info{display:flex;flex-direction:column;gap:4px}.video-tags{display:flex;flex-wrap:wrap;gap:8px}.video-tag{font-size:13px;padding:6px 12px;background:var(--background-secondary);border-radius:var(--radius-md);color:var(--text-secondary)}@media(max-width:768px){.video-title{font-size:28px}.video-description{font-size:16px}.video-footer{flex-direction:column;align-items:flex-start}}.podcasts-page{padding:0 0 var(--spacing-3xl)}.podcasts-section{padding:var(--spacing-lg) 0}.podcast-page{padding:0 0 var(--spacing-3xl)}.podcast-breadcrumb{display:flex;align-items:center;gap:8px;padding:var(--spacing-lg) 0;font-size:14px;color:var(--text-muted)}.podcast-breadcrumb a{color:var(--text-secondary)}.podcast-breadcrumb a:hover{color:var(--primary)}.podcast-content{max-width:900px;margin:0 auto}.podcast-header{display:flex;gap:40px;margin-bottom:var(--spacing-xl)}.podcast-cover{flex-shrink:0;width:280px;height:280px;border-radius:var(--radius-xl);overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2)}.podcast-cover-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:80px}.podcast-info{flex:1;display:flex;flex-direction:column}.podcast-meta{display:flex;gap:16px;margin-bottom:16px;font-size:14px;color:var(--text-muted)}.podcast-duration{color:var(--primary);font-weight:500}.podcast-title{font-size:32px;font-weight:700;line-height:1.2;margin-bottom:16px;color:var(--text-dark)}.podcast-description{font-size:18px;color:var(--text-secondary);line-height:1.6;margin-bottom:24px}.podcast-actions{margin-top:auto}.podcast-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px;padding-top:var(--spacing-xl);border-top:1px solid var(--border-light)}.podcast-author{display:flex;align-items:center;gap:16px}.author-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover}.author-avatar-placeholder{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--primary) 0%,#8B5CF6 100%);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:#fff;flex-shrink:0}.author-info{display:flex;flex-direction:column;gap:2px}.author-label{font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.author-name{font-weight:600;color:var(--text-dark)}.author-role{font-size:14px;color:var(--text-muted)}.podcast-tags{display:flex;flex-wrap:wrap;gap:8px}.podcast-tag{font-size:13px;padding:6px 12px;background:var(--background-secondary);border-radius:var(--radius-md);color:var(--text-secondary)}@media(max-width:768px){.podcast-header{flex-direction:column;gap:24px}.podcast-cover{width:200px;height:200px;margin:0 auto}.podcast-cover-placeholder{font-size:60px}.podcast-title{font-size:24px}.podcast-description{font-size:16px}.podcast-footer{flex-direction:column;align-items:flex-start}}.approaches-page{padding:0 0 var(--spacing-3xl)}.approaches-section{padding:var(--spacing-lg) 0}.approaches-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.approach-card{display:flex;flex-direction:column;background:var(--background);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-card);text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease}.approach-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0000001f}.approach-card-image{position:relative;height:160px;display:flex;align-items:center;justify-content:center}.approach-short-badge{font-size:32px;font-weight:700;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.2)}.approach-card-content{padding:24px;display:flex;flex-direction:column;gap:12px;flex:1}.approach-name{font-size:18px;font-weight:600;color:var(--text-dark);line-height:1.3}.approach-description{font-size:14px;color:var(--text-secondary);line-height:1.5;flex:1}.approach-meta{display:flex;gap:16px;margin-top:auto}.approach-duration{font-size:13px;color:var(--text-muted)}@media(max-width:768px){.approaches-grid{grid-template-columns:1fr}.approach-card-image{height:120px}.approach-short-badge{font-size:24px}}.approach-page{padding:0 0 var(--spacing-3xl)}.approach-hero{padding:var(--spacing-2xl) 0;max-width:800px}.approach-badge{display:inline-block;padding:8px 20px;background:var(--primary);color:#fff;border-radius:24px;font-size:14px;font-weight:600;margin-bottom:20px}.approach-title{font-size:42px;font-weight:700;margin-bottom:16px}.approach-lead{font-size:20px;color:var(--text-secondary);line-height:1.6}.approach-section{padding:var(--spacing-2xl) 0;border-top:1px solid var(--border-light)}.approach-full-description{font-size:17px;line-height:1.8;color:var(--text-secondary);max-width:700px}.approach-full-description strong{color:var(--text-dark)}.approach-list{list-style:none;max-width:600px}.approach-list-item{display:flex;align-items:center;gap:16px;padding:14px 0;font-size:16px;border-bottom:1px solid var(--border-light)}.list-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--success-light);color:var(--primary);border-radius:50%;font-weight:700;flex-shrink:0}.approach-steps{list-style:none;max-width:600px;counter-reset:step}.approach-step{display:flex;align-items:flex-start;gap:20px;padding:20px 0;border-bottom:1px solid var(--border-light)}.step-number{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;border-radius:50%;font-weight:700;flex-shrink:0}.step-text{font-size:16px;line-height:1.5;padding-top:6px}.approach-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;padding:var(--spacing-2xl) 0}.stat-card{background:var(--background-secondary);border-radius:var(--radius-lg);padding:28px}.stat-card--primary{background:var(--primary-gradient);color:#fff}.stat-label{display:block;font-size:14px;opacity:.8;margin-bottom:8px}.stat-value{font-size:18px;font-weight:600;line-height:1.4}.approach-cta{text-align:center;padding:var(--spacing-3xl);background:var(--background-secondary);border-radius:var(--radius-xl);margin-top:var(--spacing-2xl)}.approach-cta h2{font-size:28px;margin-bottom:12px}.approach-cta p{color:var(--text-secondary);margin-bottom:24px}.not-found{text-align:center;padding:var(--spacing-3xl)}.approach-psychologists{display:flex;flex-wrap:wrap;gap:16px}.approach-psy-card{display:flex;align-items:center;gap:12px;padding:12px 20px 12px 12px;background:var(--background-secondary);border-radius:var(--radius-lg);text-decoration:none;color:inherit;transition:all .2s ease}.approach-psy-card:hover{background:var(--background-active)}.approach-psy-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.approach-psy-name{font-size:15px;font-weight:600;margin-bottom:2px}.approach-psy-role{font-size:13px;color:var(--text-muted)}@media(max-width:768px){.approach-title{font-size:28px}.approach-lead{font-size:17px}}.for-psychologists-page{padding:var(--spacing-xl) 0 var(--spacing-3xl)}.status-banner{display:flex;gap:16px;padding:24px;background:#fff9e6;border:1px solid #F0E4C0;border-radius:var(--radius-lg);margin-bottom:var(--spacing-2xl)}.status-icon{flex-shrink:0;color:#d4a017}.status-banner p{font-size:15px;line-height:1.6;color:var(--text-secondary);margin:0}.join-content{max-width:900px;margin:0 auto}.page-title{font-size:42px;font-weight:700;color:var(--text-dark);margin-bottom:16px;text-align:center}.page-lead{font-size:18px;line-height:1.6;color:var(--text-secondary);text-align:center;margin-bottom:var(--spacing-2xl)}.requirements-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:var(--spacing-2xl)}.requirement-card{background:#fafafa;border-radius:var(--radius-lg);padding:28px}.requirement-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;margin-bottom:20px;color:var(--primary);box-shadow:0 2px 8px #0000000f}.requirement-card h3{font-size:18px;font-weight:600;color:var(--text-dark);margin-bottom:16px}.requirement-card ul{display:flex;flex-direction:column;gap:10px}.requirement-card li{font-size:14px;line-height:1.5;color:var(--text-secondary);padding-left:16px;position:relative}.requirement-card li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;background:var(--primary);border-radius:50%}.selection-process{background:#fafafa;border-radius:var(--radius-lg);padding:40px;text-align:center;margin-bottom:var(--spacing-2xl)}.selection-process h2{font-size:24px;font-weight:600;color:var(--text-dark);margin-bottom:32px}.process-steps{display:flex;align-items:center;justify-content:center;gap:20px}.process-step{display:flex;flex-direction:column;align-items:center;gap:12px}.step-number{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;font-size:18px;font-weight:600;border-radius:50%}.step-title{font-size:15px;font-weight:500;color:var(--text-dark)}.process-arrow{color:var(--text-muted)}.join-cta{text-align:center}.btn-large{padding:20px 48px;font-size:18px;gap:12px}@media(max-width:900px){.requirements-grid{grid-template-columns:1fr}.process-steps{flex-direction:column}.process-arrow{transform:rotate(90deg)}}@media(max-width:600px){.for-psychologists-page{padding:var(--spacing-md) 0 var(--spacing-2xl)}.status-banner{flex-direction:column;padding:20px}.page-title{font-size:28px}.page-lead{font-size:16px}.requirement-card{padding:24px}.selection-process{padding:28px 20px}.btn-large{width:100%;padding:18px 32px;font-size:16px}}
