:root{--navy: #040b1d;--blue: #145fff;--muted: #677088;--surface: #f3f5f8;--white: #ffffff;--radius-lg: 28px;--radius-md: 20px;--radius-sm: 14px;--radius-pill: 999px;--container: 1200px;--font: "Gilroy", "Gilroy Bold", "Manrope", "Segoe UI", sans-serif;color:var(--navy);background:var(--white);font-family:var(--font);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-width:320px;background:var(--white);color:var(--navy);line-height:1.5}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer;border:none;background:none}ul{list-style:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app{min-height:100vh;display:flex;flex-direction:column}.page{width:min(100% - 48px,var(--container));margin:0 auto;flex:1;padding-bottom:48px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}.delay-1.is-visible{transition-delay:.12s}.header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding:28px 0 20px;position:relative}.mobile-nav{display:none}.logo{font-size:1.35rem;font-weight:700;letter-spacing:-.03em}.logo-light{color:var(--white)}.nav{display:flex;gap:28px;font-size:.95rem;font-weight:500;color:var(--navy)}.nav a{transition:color .2s ease}.nav a:hover,.nav a.is-active{color:var(--blue)}.nav-dropdown{position:relative}.nav-dropdown:after{content:"";position:absolute;top:100%;left:-40px;right:-40px;height:16px}.nav-dropdown-trigger{display:inline-flex;align-items:center;gap:4px;font:inherit;color:inherit;background:none;border:none;cursor:pointer;padding:0;text-decoration:none;transition:color .2s ease}.nav-dropdown-trigger:hover,.nav-dropdown-trigger.is-active,.nav-dropdown:hover .nav-dropdown-trigger{color:var(--blue)}.nav-dropdown-menu{display:none;position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%);min-width:320px;max-width:360px;max-height:min(70vh,520px);overflow-y:auto;background:var(--white);border-radius:20px;box-shadow:0 18px 48px #040b1d1f;padding:12px;z-index:30}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{display:block}.nav-dropdown-all{display:block;margin-bottom:8px;padding:10px 12px;font-weight:700;font-size:.92rem;color:var(--blue);border-radius:12px;transition:background .2s ease}.nav-dropdown-all:hover{background:var(--surface)}.nav-dropdown-group+.nav-dropdown-group{margin-top:8px;padding-top:8px;border-top:1px solid var(--surface)}.nav-dropdown-group-title{display:block;padding:8px 12px;font-weight:700;font-size:.88rem;color:var(--navy);border-radius:12px;transition:background .2s ease,color .2s ease}.nav-dropdown-group-title:hover{background:var(--surface);color:var(--blue)}.nav-dropdown-items{display:grid;gap:2px}.nav-dropdown-item{display:block;padding:8px 12px 8px 18px;font-size:.88rem;font-weight:500;color:var(--muted);border-radius:10px;transition:background .2s ease,color .2s ease}.nav-dropdown-item:hover{background:var(--surface);color:var(--blue)}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px}.header-account{display:inline-flex;align-items:center;gap:8px;font-size:.95rem;font-weight:500}.icon-btn{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;color:var(--navy);transition:background .2s ease}.icon-btn:hover{background:var(--surface)}.menu-btn{margin-left:4px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:12px 22px;border-radius:var(--radius-pill);font-weight:600;font-size:.95rem;transition:transform .2s ease,background .2s ease,color .2s ease}.btn:hover{transform:translateY(-1px)}.btn-white{background:var(--white);color:var(--navy)}.btn-dark{background:var(--navy);color:var(--white);padding-right:12px}.btn-primary{background:var(--blue);color:var(--white)}.btn-primary:hover{background:#0f4fe0}.btn-block{width:100%}.btn-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#ffffff1f}.circle-btn{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#ffffff2e;color:var(--white);flex-shrink:0;transition:transform .2s ease}.circle-btn:hover{transform:rotate(45deg)}.circle-btn-lg{width:56px;height:56px;background:var(--blue);margin-left:auto;margin-top:28px}.badge{display:inline-flex;align-items:center;min-height:34px;padding:6px 16px;border-radius:var(--radius-pill);background:var(--blue);color:var(--white);font-size:.85rem;font-weight:600}.hero{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center;padding:40px 0 72px}.hero-copy h1{font-size:clamp(2.8rem,5.5vw,4.6rem);line-height:1.05;letter-spacing:-.04em;font-weight:700;margin-bottom:22px}.hero-copy p{max-width:34ch;color:var(--muted);font-size:1.05rem;font-weight:500}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:280px 180px;gap:16px}.hero-photo{grid-column:1 / -1;position:relative;border-radius:var(--radius-lg);overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-ctas{position:absolute;left:18px;right:18px;bottom:18px;display:flex;gap:10px;flex-wrap:wrap}.hero-card{border-radius:var(--radius-lg);padding:22px;display:flex;flex-direction:column;justify-content:space-between;min-height:100%;overflow:hidden;position:relative}.hero-card-blue{background:var(--blue);color:var(--white)}.hero-card-blue p{font-size:.98rem;font-weight:500;line-height:1.35;max-width:22ch}.hero-card-gray{background:var(--surface);color:var(--navy)}.hero-card-donate{transition:transform .2s ease,background .2s ease}.hero-card-donate:hover{transform:translateY(-2px);background:#e9eef5}.hero-card-gray p{font-size:1.2rem;font-weight:700;letter-spacing:-.02em;margin-top:auto;max-width:12ch}.donate-tag{display:inline-flex;align-items:center;padding:6px 12px;border-radius:var(--radius-pill);background:var(--blue);color:var(--white);font-size:.8rem;font-weight:600;width:fit-content}.circle-btn-blue{background:var(--blue)}.hero-card-top{display:flex;justify-content:space-between;align-items:flex-start}.learning-tag{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:var(--radius-pill);background:#ffffff2e;color:var(--white);font-size:.85rem;font-weight:600;width:fit-content}.online-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:var(--radius-pill);background:var(--white);font-size:.8rem;font-weight:600;width:fit-content}.online-tag:before{content:"";width:7px;height:7px;border-radius:50%;background:#22c55e}.hero-wave{width:120px;margin:12px 0;animation:wave 4s ease-in-out infinite}@keyframes wave{0%,to{transform:translate(0)}50%{transform:translate(8px)}}.about{display:grid;grid-template-columns:.85fr 1.15fr;gap:40px;align-items:start;padding:40px 0 72px}.about h2,.doctors-intro h2,.reviews h2,.blog h2,.location h2,.services-content h2,.appointment-copy h2{font-size:clamp(2rem,3.5vw,2.75rem);letter-spacing:-.035em;line-height:1.1;font-weight:700}.about-copy{display:grid;gap:14px;max-width:58ch}.about p,.doctors-intro p,.location p{color:var(--muted);font-size:1.05rem;font-weight:500;max-width:54ch}.about-copy p{max-width:none}.about-more{display:inline-flex;margin-top:8px;font-weight:600;color:var(--blue)}.services{display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;background:var(--surface);border-radius:36px;padding:24px;margin-bottom:40px}.services-media{border-radius:28px;overflow:hidden;min-height:420px}.services-media img{width:100%;height:100%;object-fit:cover}.services-content{display:flex;flex-direction:column;padding:28px 20px 20px 8px}.services-content h2{margin-bottom:28px;max-width:16ch}.service-tags{display:flex;flex-wrap:wrap;gap:10px}.service-tag{display:inline-flex;align-items:center;min-height:44px;padding:10px 18px;border-radius:var(--radius-pill);background:var(--white);font-weight:600;font-size:.92rem}.service-tag-link{color:inherit;text-decoration:none;transition:background .2s ease,color .2s ease}.service-tag-link:hover{background:var(--blue);color:var(--white)}.programs{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:96px}.promo-card{border-radius:var(--radius-lg);padding:28px;min-height:280px;display:flex;flex-direction:column;position:relative;overflow:hidden}.promo-blue{background:var(--blue);color:var(--white)}.promo-white{background:var(--white);border:1px solid #e7ebf2}.promo-gray{background:var(--surface)}.promo-tag{display:inline-flex;width:fit-content;padding:6px 12px;border-radius:var(--radius-pill);background:#ffffff2e;font-size:.8rem;font-weight:600;margin-bottom:18px}.promo-white .promo-tag,.promo-gray .promo-tag{background:var(--blue);color:var(--white)}.promo-card h3{font-size:1.55rem;letter-spacing:-.03em;line-height:1.2;font-weight:700;margin-bottom:12px}.promo-card p{color:inherit;opacity:.85;font-weight:500;font-size:.95rem}.promo-white p,.promo-gray p{color:var(--muted);opacity:1}.promo-wave{width:140px;margin-top:auto;animation:wave 4s ease-in-out infinite}.promo-prices{margin-top:auto;display:flex;gap:10px;flex-wrap:wrap}.price-old,.price-new{display:inline-flex;align-items:center;min-height:40px;padding:8px 16px;border-radius:var(--radius-pill);font-weight:700}.price-old{background:#ffffff29;text-decoration:line-through;opacity:.8}.price-new{background:var(--white);color:var(--navy)}.doctors{padding:20px 0 72px}.doctors-intro{max-width:560px;margin-bottom:36px}.doctors-intro h2{margin-bottom:16px}.doctors-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,1fr);gap:16px;overflow-x:auto;padding-bottom:8px;scrollbar-width:thin}.doctor-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:3 / 4;background:var(--surface)}.doctor-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.doctor-card:hover img{transform:scale(1.04)}.doctor-label{position:absolute;left:14px;right:14px;bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-radius:var(--radius-pill);background:var(--white);box-shadow:0 8px 24px #040b1d14}.doctor-label strong{display:block;font-size:.82rem;line-height:1.25}.doctor-label small{display:block;color:var(--muted);font-size:.72rem;margin-top:2px}.statement{position:relative;background:var(--surface);border-radius:36px;padding:72px 48px;margin-bottom:96px;overflow:hidden;text-align:center}.statement-inner{position:relative;z-index:1;max-width:720px;margin:0 auto}.statement h2{font-size:clamp(1.8rem,3.4vw,2.6rem);letter-spacing:-.035em;line-height:1.15;margin-bottom:18px}.statement p{color:var(--muted);font-size:1.05rem;font-weight:500}.statement-wave{position:absolute;right:6%;top:50%;width:180px;transform:translateY(-50%);opacity:.95;animation:wave 5s ease-in-out infinite}.reviews{padding-bottom:24px}.reviews h2{margin-bottom:36px}.reviews-grid{columns:3;column-gap:16px;margin-bottom:0}.blog{padding:56px 0 40px}.blog-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:36px}.blog-all{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:var(--blue);white-space:nowrap;transition:opacity .2s ease}.blog-all:hover{opacity:.8}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.blog-card{display:flex;flex-direction:column;overflow:hidden;border-radius:var(--radius-md);background:var(--surface);transition:transform .2s ease,background .2s ease}.blog-card:hover{transform:translateY(-3px);background:#e9eef5}.blog-card:hover .blog-image img{transform:scale(1.04)}.blog-image{aspect-ratio:16 / 10;overflow:hidden;background:#dce3ee}.blog-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blog-body{display:flex;flex-direction:column;flex:1;padding:22px;min-height:240px}.blog-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.blog-tag{display:inline-flex;padding:6px 12px;border-radius:var(--radius-pill);background:var(--blue);color:var(--white);font-size:.78rem;font-weight:600}.blog-meta time{color:var(--muted);font-size:.82rem;white-space:nowrap}.blog-card h3{font-size:1.2rem;letter-spacing:-.02em;line-height:1.25;margin-bottom:12px}.blog-card p{color:var(--muted);font-size:.95rem;font-weight:500;line-height:1.45}.blog-more{display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding-top:20px;font-weight:600;font-size:.92rem;color:var(--blue)}.review-card{break-inside:avoid;background:var(--surface);border-radius:var(--radius-md);padding:22px;margin-bottom:16px}.review-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.review-tag{display:inline-flex;padding:6px 12px;border-radius:var(--radius-pill);background:var(--blue);color:var(--white);font-size:.78rem;font-weight:600}.review-meta time{color:var(--muted);font-size:.82rem;white-space:nowrap}.review-card h3{font-size:1.05rem;margin-bottom:8px}.review-card p{color:var(--muted);font-size:.95rem;font-weight:500}.clinic-photo{border-radius:32px;overflow:hidden;margin-top:20px;margin-bottom:72px}.clinic-photo img{width:100%;height:min(420px,50vw);object-fit:cover}.appointment{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;background:var(--surface);border-radius:36px;padding:48px;margin-bottom:96px;position:relative;overflow:hidden}.appointment-copy{position:relative;z-index:1}.appointment-copy .badge{margin-bottom:18px}.appointment-copy h2{margin-bottom:12px}.appointment-copy p{color:var(--muted);font-weight:500;max-width:32ch}.appointment-wave{width:220px;margin-top:36px;animation:wave 4.5s ease-in-out infinite}.appointment-form{position:relative;z-index:1;display:grid;gap:12px}.field input{width:100%;min-height:56px;border:none;outline:none;border-radius:var(--radius-md);background:var(--white);padding:0 20px;color:var(--navy)}.field input::placeholder{color:#9aa3b5}.field-phone{position:relative}.field-phone .flag{position:absolute;left:18px;top:50%;transform:translateY(-50%);font-size:1.1rem}.field-phone input{padding-left:48px}.form-note{color:var(--muted);font-size:.78rem;text-align:center;line-height:1.4}.location{padding-bottom:72px}.location h2{margin-bottom:16px}.location p{margin-bottom:28px}.map-wrap{position:relative;border-radius:28px;overflow:hidden;height:380px;background:#e8edf3;filter:grayscale(.85) contrast(1.05)}.map-wrap iframe{width:100%;height:100%;border:0}.map-pin{position:absolute;left:48%;top:42%;width:22px;height:22px;border-radius:50%;background:#145fff33;display:grid;place-items:center;pointer-events:none;animation:pulse 2s ease-in-out infinite}.map-pin span{width:12px;height:12px;border-radius:50%;background:var(--blue);border:2px solid var(--white)}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.25)}}.footer{width:100%;margin:0;background:var(--navy);color:var(--white);border-radius:36px 36px 0 0;padding:56px 0 28px}.footer-inner{width:min(100% - 48px,var(--container));margin:0 auto}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:40px;padding-bottom:40px}.footer-metros{margin:28px 0 24px;display:grid;gap:10px;color:#ffffffd9;font-weight:500}.metro{display:inline-grid;place-items:center;width:20px;height:20px;margin-right:8px;border-radius:4px;background:#e21a1a;color:var(--white);font-size:.7rem;font-weight:700}.footer-phone{display:block;font-size:1.55rem;font-weight:700;letter-spacing:-.02em;margin-bottom:8px}.footer-email{color:#ffffffbf;font-weight:500}.footer h3{margin-bottom:18px;font-size:1rem}.footer ul{display:grid;gap:10px}.footer ul a{color:#ffffffd1;font-weight:500;transition:color .2s ease}.footer ul a:hover{color:var(--white)}.footer-bottom{display:flex;justify-content:space-between;gap:16px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);color:#ffffff8c;font-size:.85rem}@media (max-width: 1100px){.hero,.about,.services,.appointment,.footer-grid{grid-template-columns:1fr}.hero-grid{grid-template-rows:260px 160px}.reviews-grid{columns:2}.blog-grid,.programs{grid-template-columns:1fr}.statement-wave,.nav{display:none}.header{grid-template-columns:1fr auto}.header-account span{display:none}.mobile-nav{display:flex;flex-direction:column;gap:4px;position:absolute;top:calc(100% - 8px);left:0;right:0;z-index:20;padding:16px;border-radius:var(--radius-md);background:var(--white);box-shadow:0 16px 40px #040b1d1f;border:1px solid #e7ebf2}.mobile-nav a{padding:12px 14px;border-radius:12px;font-weight:600}.mobile-nav a:hover{background:var(--surface);color:var(--blue)}.mobile-nav-group{display:grid;gap:4px;padding:8px 0 4px}.mobile-nav-group-title{padding:8px 14px 4px;font-weight:700;color:var(--navy)}.mobile-nav-group-link{display:block;padding:12px 14px;border-radius:12px;color:var(--blue)}.mobile-nav-group-link:hover{background:var(--surface)}.mobile-nav-subgroup{display:grid;gap:2px}.mobile-nav-direction{padding:10px 14px;border-radius:12px;font-weight:700;font-size:.92rem;color:var(--blue)}.mobile-nav-subitem{padding:8px 14px 8px 24px;border-radius:10px;font-weight:500;font-size:.9rem;color:var(--muted)}.mobile-nav-direction:hover,.mobile-nav-subitem:hover{background:var(--surface);color:var(--blue)}.services-media{min-height:300px}}@media (max-width: 720px){.page{width:min(100% - 24px,var(--container))}.hero{padding-top:12px}.hero-grid{grid-template-columns:1fr;grid-template-rows:240px auto auto}.hero-ctas{flex-direction:column}.btn{width:100%}.footer-inner{width:min(100% - 24px,var(--container))}.appointment,.services,.statement{border-radius:24px}.appointment{padding-left:20px;padding-right:20px}.footer{border-radius:24px 24px 0 0}.reviews-grid{columns:1}.footer-grid{gap:32px}.footer-bottom{flex-direction:column}.map-wrap{height:280px}}.about-page{padding-bottom:24px}.about-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center;padding:28px 0 64px}.about-hero-copy .badge{margin-bottom:18px}.about-hero h1{font-size:clamp(2.4rem,4.8vw,3.8rem);letter-spacing:-.04em;line-height:1.05;margin-bottom:18px}.about-hero-copy>p{color:var(--muted);font-size:1.05rem;font-weight:500;max-width:40ch;margin-bottom:28px}.about-hero-actions{display:flex;flex-wrap:wrap;gap:12px}.about-hero-media{border-radius:var(--radius-lg);overflow:hidden;min-height:360px}.about-hero-media img{width:100%;height:100%;object-fit:cover;min-height:360px}.about-story{display:grid;grid-template-columns:.75fr 1.25fr;gap:40px;padding:24px 0 56px}.about-story h2,.about-advantages h2,.about-leadership-intro h2,.about-cta h2{font-size:clamp(2rem,3.5vw,2.75rem);letter-spacing:-.035em;line-height:1.1;font-weight:700}.about-story-copy{display:grid;gap:14px}.about-story-copy p,.about-advantages-copy p,.about-leadership-intro p,.about-cta p,.about-extra-card p,.about-advantages-card p{color:var(--muted);font-size:1.05rem;font-weight:500}.about-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:72px}.about-stat{background:var(--surface);border-radius:var(--radius-md);padding:28px 22px;min-height:150px;display:flex;flex-direction:column;justify-content:space-between}.about-stat strong{font-size:clamp(2.2rem,3.5vw,3rem);letter-spacing:-.04em;color:var(--blue);line-height:1}.about-stat span{color:var(--muted);font-weight:600;font-size:.95rem}.about-advantages{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;background:var(--surface);border-radius:36px;padding:36px;margin-bottom:72px}.about-advantages-copy{display:flex;flex-direction:column;align-items:flex-start;gap:18px}.about-advantages-card{background:var(--blue);color:var(--white);border-radius:var(--radius-lg);padding:28px;display:flex;flex-direction:column;justify-content:flex-end;min-height:260px;position:relative;overflow:hidden}.about-advantages-card h3{font-size:1.55rem;letter-spacing:-.03em;margin-bottom:10px;position:relative;z-index:1}.about-advantages-card p{color:#ffffffe0;position:relative;z-index:1}.about-wave{width:150px;margin-bottom:24px;position:relative;z-index:1;animation:wave 4.5s ease-in-out infinite}.about-leadership{padding-bottom:64px}.about-leadership-intro{max-width:560px;margin-bottom:32px}.about-leadership-intro h2{margin-bottom:14px}.about-leadership-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.about-leader-card{display:grid;grid-template-columns:140px 1fr;gap:18px;align-items:center;background:var(--surface);border-radius:var(--radius-md);padding:16px}.about-leader-card img{width:140px;height:160px;object-fit:cover;border-radius:var(--radius-sm)}.about-leader-card h3{font-size:1.15rem;letter-spacing:-.02em;margin-bottom:6px}.about-leader-card p{color:var(--muted);font-weight:500}.about-extras{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:72px}.about-extra-card{background:var(--white);border:1px solid #e7ebf2;border-radius:var(--radius-md);padding:24px}.about-extra-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#145fff1a;color:var(--blue);margin-bottom:18px}.about-extra-card h3{margin-bottom:8px;font-size:1.15rem}.about-cta{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center;background:var(--navy);color:var(--white);border-radius:36px;padding:40px}.about-cta .badge{margin-bottom:16px}.about-cta h2{margin-bottom:12px}.about-cta p{color:#ffffffb8;max-width:40ch}.about-cta-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}@media (max-width: 1100px){.about-hero,.about-story,.about-advantages,.about-cta{grid-template-columns:1fr}.about-stats,.about-leadership-grid,.about-extras{grid-template-columns:1fr 1fr}.about-cta-actions{width:100%;justify-content:flex-start}}@media (max-width: 560px){.about-stats,.about-leadership-grid,.about-extras,.about-leader-card{grid-template-columns:1fr}.about-leader-card img{width:100%;height:220px}.about-cta-actions .btn{flex:1}}.service-page{padding-bottom:24px}.service-hero{padding:28px 0 48px;max-width:760px}.service-hero-copy .badge{margin-bottom:18px}.service-hero h1{font-size:clamp(2.4rem,4.8vw,3.6rem);letter-spacing:-.04em;line-height:1.05;margin-bottom:18px}.service-hero-copy>p{color:var(--muted);font-size:1.05rem;font-weight:500;max-width:52ch;margin-bottom:28px}.service-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;font-size:.88rem;font-weight:600;color:var(--muted)}.service-breadcrumbs a{color:var(--blue)}.service-breadcrumbs a:hover{text-decoration:underline}.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:72px}.service-card{display:flex;flex-direction:column;gap:10px;min-height:180px;padding:24px;background:var(--surface);border-radius:var(--radius-lg);color:inherit;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.service-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px #040b1d14}.service-card h2{font-size:1.15rem;letter-spacing:-.02em;line-height:1.2}.service-card p{flex:1;color:var(--muted);font-size:.95rem;font-weight:500;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.service-card-link{display:inline-flex;align-items:center;gap:6px;font-size:.92rem;font-weight:700;color:var(--blue)}.services-overview{display:grid;gap:20px;margin-bottom:72px}.services-overview-block{background:var(--surface);border-radius:var(--radius-lg);padding:28px 32px}.services-overview-block-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.services-overview-block-header h2{font-size:clamp(1.35rem,2.5vw,1.75rem);letter-spacing:-.03em;line-height:1.15}.services-overview-block-header h2 a{color:inherit;text-decoration:none;transition:color .2s ease}.services-overview-block-header h2 a:hover{color:var(--blue)}.services-overview-more{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;font-size:.92rem;font-weight:700;color:var(--blue);white-space:nowrap}.services-overview-links{display:flex;flex-wrap:wrap;gap:10px}.service-categories{display:grid;gap:20px;margin-bottom:72px}.service-category{background:var(--surface);border-radius:var(--radius-lg);padding:28px 32px}.service-category h2{font-size:clamp(1.35rem,2.5vw,1.75rem);letter-spacing:-.03em;line-height:1.15;margin-bottom:16px}.service-category-text{color:var(--muted);font-size:1.02rem;font-weight:500;line-height:1.65}.service-procedures{display:grid;gap:20px}.service-procedure h2,.service-procedure h3{font-size:1.05rem;font-weight:700;margin-bottom:8px}.service-procedure p{color:var(--muted);font-size:1.02rem;font-weight:500;line-height:1.65}.service-cta{display:flex;align-items:center;justify-content:space-between;gap:32px;background:var(--blue);color:var(--white);border-radius:var(--radius-lg);padding:40px 36px}.service-cta .badge{margin-bottom:16px}.service-cta h2{font-size:clamp(1.8rem,3vw,2.4rem);letter-spacing:-.035em;line-height:1.1;margin-bottom:12px}.service-cta p{color:#ffffffd1;font-size:1.02rem;font-weight:500;max-width:42ch}.service-cta-actions{display:flex;flex-wrap:wrap;gap:12px;flex-shrink:0}@media (max-width: 768px){.service-category{padding:22px 20px}.service-grid{grid-template-columns:1fr}.services-overview-block{padding:22px 20px}.services-overview-block-header{flex-direction:column;align-items:flex-start}.service-cta{flex-direction:column;align-items:flex-start;padding:28px 22px}.service-cta-actions{width:100%}.service-cta-actions .btn{flex:1}}.education-page{padding-bottom:24px}.education-hero{padding:28px 0 48px;max-width:760px}.education-hero-copy .badge{margin-bottom:18px}.education-hero h1{font-size:clamp(2.4rem,4.8vw,3.6rem);letter-spacing:-.04em;line-height:1.05;margin-bottom:18px}.education-hero-copy>p{color:var(--muted);font-size:1.05rem;font-weight:500;max-width:52ch;margin-bottom:28px}.education-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:64px}.education-stat{background:var(--surface);border-radius:var(--radius-md);padding:28px 22px;min-height:140px;display:flex;flex-direction:column;justify-content:space-between}.education-stat strong{font-size:clamp(2rem,3.5vw,2.75rem);letter-spacing:-.04em;color:var(--blue);line-height:1}.education-stat span{color:var(--muted);font-weight:600;font-size:.95rem}.education-courses{margin-bottom:72px}.education-courses-intro{max-width:620px;margin-bottom:32px}.education-courses-intro h2{font-size:clamp(2rem,3.5vw,2.75rem);letter-spacing:-.035em;line-height:1.1;margin-bottom:14px}.education-courses-intro p{color:var(--muted);font-size:1.05rem;font-weight:500}.education-preview{margin-bottom:96px}.education-preview-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.education-preview-header .badge{margin-bottom:14px}.education-preview-header h2{margin-bottom:10px}.education-preview-header p{color:var(--muted);font-weight:500;max-width:46ch}.education-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.education-grid-preview{grid-template-columns:repeat(3,1fr)}.course-card{border-radius:var(--radius-lg);padding:28px;min-height:320px;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.course-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px #040b1d14}.course-card-blue{background:var(--blue);color:var(--white)}.course-card-white{background:var(--white);border:1px solid #e7ebf2}.course-card-gray{background:var(--surface)}.course-tag{display:inline-flex;width:fit-content;padding:6px 12px;border-radius:var(--radius-pill);font-size:.8rem;font-weight:600;margin-bottom:18px}.course-card-blue .course-tag{background:#ffffff2e}.course-card-white .course-tag,.course-card-gray .course-tag{background:var(--blue);color:var(--white)}.course-card h3{font-size:1.4rem;letter-spacing:-.03em;line-height:1.2;font-weight:700;margin-bottom:12px}.course-card p{font-size:.95rem;font-weight:500;line-height:1.55;flex:1}.course-card-blue p{color:#ffffffe0}.course-card-white p,.course-card-gray p{color:var(--muted)}.course-meta{display:flex;flex-wrap:wrap;gap:14px;margin:18px 0 20px;font-size:.88rem;font-weight:600}.course-meta span{display:inline-flex;align-items:center;gap:6px}.course-card-blue .course-meta{color:#ffffffd1}.course-card-white .course-meta,.course-card-gray .course-meta{color:var(--muted)}.course-card-link{display:inline-flex;align-items:center;gap:6px;font-size:.92rem;font-weight:700;margin-top:auto;transition:opacity .2s ease}.course-card-blue .course-card-link{color:var(--white)}.course-card-white .course-card-link,.course-card-gray .course-card-link{color:var(--blue)}.course-card-link:hover{opacity:.8}.education-cta{display:flex;align-items:center;justify-content:space-between;gap:32px;background:var(--navy);color:var(--white);border-radius:var(--radius-lg);padding:40px 36px}.education-cta .badge{margin-bottom:16px}.education-cta h2{font-size:clamp(1.8rem,3vw,2.4rem);letter-spacing:-.035em;line-height:1.1;margin-bottom:12px}.education-cta p{color:#ffffffd1;font-size:1.02rem;font-weight:500;max-width:42ch}.education-cta-actions{display:flex;flex-wrap:wrap;gap:12px;flex-shrink:0}@media (max-width: 1100px){.education-grid,.education-grid-preview{grid-template-columns:1fr 1fr}.education-stats{grid-template-columns:1fr}}@media (max-width: 768px){.education-preview-header{flex-direction:column;align-items:flex-start}.education-grid,.education-grid-preview{grid-template-columns:1fr}.education-cta{flex-direction:column;align-items:flex-start;padding:28px 22px}.education-cta-actions{width:100%}.education-cta-actions .btn{flex:1}}.contacts-page{padding-bottom:24px}.contacts-hero{padding:28px 0 48px;max-width:760px}.contacts-hero-copy .badge{margin-bottom:18px}.contacts-hero h1{font-size:clamp(2.4rem,4.8vw,3.6rem);letter-spacing:-.04em;line-height:1.05;margin-bottom:18px}.contacts-hero-copy>p{color:var(--muted);font-size:1.05rem;font-weight:500;max-width:52ch}.contacts-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:48px}.contacts-card{background:var(--surface);border-radius:var(--radius-lg);padding:24px;min-height:180px;display:flex;flex-direction:column}.contacts-card-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:var(--white);color:var(--blue);margin-bottom:16px}.contacts-card h2{font-size:.92rem;font-weight:700;margin-bottom:8px;color:var(--muted)}.contacts-card a,.contacts-card p{font-size:1.05rem;font-weight:600;line-height:1.4;color:var(--navy)}.contacts-card a:hover{color:var(--blue)}.contacts-card-note{display:block;margin-top:6px;font-size:.88rem;font-weight:500;color:var(--muted)}.contacts-metro{margin-bottom:48px}.contacts-metro h2{font-size:clamp(1.35rem,2.5vw,1.75rem);letter-spacing:-.03em;margin-bottom:16px}.contacts-metro-list{display:flex;flex-wrap:wrap;gap:12px}.contacts-metro-list li{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:var(--radius-pill);background:var(--surface);font-weight:600;font-size:.95rem}.contacts-page .location{padding-bottom:72px}.contacts-appointment .appointment{margin-bottom:0}@media (max-width: 1100px){.contacts-cards{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.contacts-cards{grid-template-columns:1fr}}
