:root{--yhcc-navy:#102f50;--yhcc-navy-dark:#091f35;--yhcc-navy-deep:#071a2c;--yhcc-navy-soft:#173d62;--yhcc-gold:#c9a456;--yhcc-gold-dark:#a77f2f;--yhcc-gold-light:#ead7a8;--yhcc-gold-soft:#f6efdf;--yhcc-text:#263544;--yhcc-muted:#667684;--yhcc-muted-light:#8a97a3;--yhcc-white:#fff;--yhcc-bg:#fff;--yhcc-light:#f6f8fa;--yhcc-light-alt:#eef3f6;--yhcc-border:#e1e7ec;--yhcc-border-dark:#d2dbe2;--yhcc-shadow-sm:0 5px 18px #0a223a0d;--yhcc-shadow-md:0 14px 40px #0a223a14;--yhcc-shadow-lg:0 28px 70px #0a223a1f}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;margin:0;padding:0;scroll-padding-top:82px}body{background:var(--yhcc-bg);min-height:100vh;color:var(--yhcc-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.65}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.yhcc-site{min-height:100vh}.yhcc-main{width:100%}.yhcc-container{width:min(1200px,100% - 48px);margin:0 auto}.yhcc-section{padding:100px 0;position:relative;overflow:hidden}.yhcc-section-heading{max-width:720px;margin-bottom:50px}.yhcc-section-heading--center{text-align:center;margin-left:auto;margin-right:auto}.yhcc-section-label{color:var(--yhcc-gold-dark);letter-spacing:.14em;text-transform:uppercase;align-items:center;margin-bottom:13px;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.yhcc-section-label--light{color:var(--yhcc-gold-light)}.yhcc-section-title{color:var(--yhcc-navy);letter-spacing:-.03em;margin:0;font-size:clamp(32px,3.8vw,48px);font-weight:700;line-height:1.12}.yhcc-section-description{max-width:650px;color:var(--yhcc-muted);margin:18px auto 0;font-size:16px;line-height:1.75}.yhcc-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-size:13px;font-weight:700;transition:background-color .2s,border-color .2s,color .2s,transform .2s,box-shadow .2s;display:inline-flex}.yhcc-btn--primary{color:var(--yhcc-white);background:var(--yhcc-navy);border-color:var(--yhcc-navy);box-shadow:0 8px 20px #102f5026}.yhcc-btn--primary:hover{background:var(--yhcc-navy-dark);border-color:var(--yhcc-navy-dark);transform:translateY(-1px);box-shadow:0 12px 25px #102f5033}.yhcc-btn--secondary{color:var(--yhcc-navy);background:#ffffffc7;border-color:#102f5021;box-shadow:0 4px 12px #0a223a0a}.yhcc-btn--secondary:hover{background:var(--yhcc-white);border-color:#102f5040;transform:translateY(-1px)}.yhcc-btn--full{width:100%}.yhcc-topbar{z-index:1000;-webkit-backdrop-filter:blur(16px);background:#fffffff5;border-bottom:1px solid #102f5014;width:100%;position:sticky;top:0;box-shadow:0 1px #0a223a05}.yhcc-topbar__inner{justify-content:space-between;align-items:center;gap:34px;width:min(1240px,100% - 48px);min-height:82px;margin:0 auto;display:flex}.yhcc-topbar__brand{flex:none;align-items:center;display:inline-flex}.yhcc-topbar__logo{-o-object-fit:contain;object-fit:contain;width:auto;height:56px}.yhcc-topbar__nav{align-items:center;gap:5px;display:flex}.yhcc-topbar__link{min-height:40px;color:var(--yhcc-muted);border-radius:8px;align-items:center;padding:0 13px;font-size:14px;font-weight:600;transition:color .2s,background-color .2s;display:inline-flex}.yhcc-topbar__link:hover{color:var(--yhcc-navy);background:var(--yhcc-light)}.yhcc-topbar__cta{min-height:38px;color:var(--yhcc-white);background:var(--yhcc-navy);border-radius:8px;justify-content:center;align-items:center;margin-left:7px;padding:0 15px;font-size:13px;font-weight:700;transition:background-color .2s,transform .2s;display:inline-flex}.yhcc-topbar__cta:hover{background:var(--yhcc-navy-dark);transform:translateY(-1px)}.yhcc-mobile-nav{display:none;position:relative}.yhcc-mobile-nav summary{list-style:none}.yhcc-mobile-nav summary::-webkit-details-marker{display:none}.yhcc-mobile-nav__toggle{cursor:pointer;background:var(--yhcc-white);border:1px solid var(--yhcc-border-dark);border-radius:9px;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:flex}.yhcc-mobile-nav__icon{flex-direction:column;justify-content:space-between;width:19px;height:14px;display:flex}.yhcc-mobile-nav__icon span{background:var(--yhcc-navy);border-radius:999px;width:100%;height:2px;transition:transform .25s,opacity .2s;display:block}.yhcc-mobile-nav[open] .yhcc-mobile-nav__icon span:first-child{transform:translateY(6px)rotate(45deg)}.yhcc-mobile-nav[open] .yhcc-mobile-nav__icon span:nth-child(2){opacity:0}.yhcc-mobile-nav[open] .yhcc-mobile-nav__icon span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.yhcc-mobile-nav__panel{border:1px solid var(--yhcc-border);width:min(310px,100vw - 28px);box-shadow:var(--yhcc-shadow-lg);-webkit-backdrop-filter:blur(16px);background:#fffffffa;border-radius:13px;padding:8px;position:absolute;top:calc(100% + 11px);right:0}.yhcc-mobile-nav__links{flex-direction:column;gap:3px;display:flex}.yhcc-mobile-nav__links>a{min-height:44px;color:var(--yhcc-muted);border-radius:8px;align-items:center;padding:0 13px;font-size:14px;font-weight:600;display:flex}.yhcc-mobile-nav__links>a:hover{color:var(--yhcc-navy);background:var(--yhcc-light)}.yhcc-mobile-nav__links .yhcc-mobile-nav__cta{color:var(--yhcc-white);background:var(--yhcc-navy);justify-content:center;margin-top:5px}.yhcc-hero{background:linear-gradient(#f5f8fa 0%,#fff 100%);padding:42px 0 70px}.yhcc-hero__frame{background:#dfe6eb;border-radius:22px;width:100%;height:590px;position:relative;overflow:hidden;box-shadow:0 22px 58px #0a223a1c}.yhcc-hero__image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.yhcc-hero__frame:after{content:"";pointer-events:none;background:linear-gradient(90deg,#071a2c1f 0%,#071a2c0a 42%,#071a2c00 70%);position:absolute;inset:0}.yhcc-hero__overlay{z-index:2;align-items:center;padding:38px;display:flex;position:absolute;inset:0}.yhcc-hero__content{-webkit-backdrop-filter:blur(12px);background:#ffffff80;border:1px solid #ffffff8f;border-radius:16px;width:min(450px,100%);padding:27px 28px 26px;box-shadow:0 15px 38px #071a2c14}.yhcc-hero__eyebrow{color:var(--yhcc-gold-dark);letter-spacing:.13em;text-transform:uppercase;margin-bottom:12px;font-size:10px;font-weight:800;line-height:1.2;display:inline-flex}.yhcc-hero__title{max-width:390px;color:var(--yhcc-navy);letter-spacing:-.04em;margin:0;font-size:clamp(32px,3.5vw,46px);font-weight:700;line-height:1.055}.yhcc-hero__title span{display:block}.yhcc-hero__text{max-width:395px;color:var(--yhcc-text);margin:17px 0 0;font-size:13.5px;line-height:1.68}.yhcc-hero__actions{flex-wrap:wrap;align-items:center;gap:9px;margin-top:21px;display:flex}.yhcc-hero__actions .yhcc-btn{min-height:41px;padding:0 15px;font-size:11px}.yhcc-hero__capabilities{background:var(--yhcc-white);border:1px solid var(--yhcc-border);border-radius:14px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:22px;display:grid;overflow:hidden;box-shadow:0 9px 26px #0a223a0b}.yhcc-hero__capability{grid-template-columns:auto 1fr;align-items:start;gap:11px;min-height:94px;padding:19px 18px;display:grid}.yhcc-hero__capability+.yhcc-hero__capability{border-left:1px solid var(--yhcc-border)}.yhcc-hero__capability-number{color:var(--yhcc-gold-dark);font-size:9px;font-weight:800}.yhcc-hero__capability div{flex-direction:column;gap:3px;display:flex}.yhcc-hero__capability strong{color:var(--yhcc-navy);font-size:12px;font-weight:700}.yhcc-hero__capability div span{color:var(--yhcc-muted-light);font-size:10px;line-height:1.5}.yhcc-about{color:var(--yhcc-white);background:linear-gradient(135deg, var(--yhcc-navy-dark) 0%, var(--yhcc-navy-soft) 100%)}.yhcc-about .yhcc-section-label{color:var(--yhcc-gold-light)}.yhcc-about .yhcc-section-title{color:var(--yhcc-white)}.yhcc-about__grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:start;gap:70px;display:grid}.yhcc-about__intro{max-width:540px}.yhcc-about__mission{color:#ffffffb8;max-width:510px;margin:22px 0 0;font-size:15px;line-height:1.75}.yhcc-about__content{padding-top:4px}.yhcc-about__content p{color:#ffffffb8;margin:0 0 18px;font-size:14px;line-height:1.78}.yhcc-about__content p:last-child{margin-bottom:0}.yhcc-about__features{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:48px;display:grid}.yhcc-feature-card{-webkit-backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:13px;padding:22px}.yhcc-feature-card__number{color:var(--yhcc-gold-light);letter-spacing:.08em;margin-bottom:14px;font-size:11px;font-weight:800;display:inline-block}.yhcc-feature-card h3{color:var(--yhcc-white);margin:0 0 7px;font-size:15px}.yhcc-feature-card p{color:#ffffff9e;margin:0;font-size:11.5px;line-height:1.65}@media (width<=760px){.yhcc-about__grid{grid-template-columns:1fr;gap:30px}.yhcc-about__mission{margin-top:17px;font-size:13px}.yhcc-about__content p{font-size:12.5px}.yhcc-about__features{grid-template-columns:1fr;gap:10px;margin-top:38px}.yhcc-feature-card{padding:19px}}.yhcc-services{background:var(--yhcc-light)}.yhcc-services__group{margin-top:64px}.yhcc-services__group:first-of-type{margin-top:0}.yhcc-services__group--ongoing{margin-top:78px}.yhcc-services__group-heading{max-width:720px;margin-bottom:30px}.yhcc-services__group-kicker{color:var(--yhcc-gold-dark);letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:10px;font-weight:800;display:block}.yhcc-services__group-heading h3{color:var(--yhcc-navy);letter-spacing:-.025em;margin:0;font-size:clamp(28px,3vw,38px);font-weight:700;line-height:1.12}.yhcc-services__group-heading p{max-width:610px;color:var(--yhcc-muted);margin:12px 0 0;font-size:14px;line-height:1.7}.yhcc-services__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.yhcc-service-card{background:var(--yhcc-white);border:1px solid var(--yhcc-border);border-radius:14px;min-height:250px;padding:24px 20px;transition:transform .22s,box-shadow .22s,border-color .22s;position:relative;box-shadow:0 5px 18px #0a223a0a}.yhcc-service-card:hover{border-color:#c9a4567a;transform:translateY(-4px);box-shadow:0 14px 32px #0a223a14}.yhcc-service-card__number{width:35px;height:35px;color:var(--yhcc-gold-dark);background:var(--yhcc-gold-soft);border-radius:8px;justify-content:center;align-items:center;margin-bottom:22px;font-size:10px;font-weight:800;display:flex}.yhcc-service-card h4{color:var(--yhcc-navy);margin:0 0 10px;font-size:16px;font-weight:700;line-height:1.35}.yhcc-service-card p{color:var(--yhcc-muted);margin:0;font-size:12px;line-height:1.68}.yhcc-services__cta{background:var(--yhcc-white);border:1px solid var(--yhcc-border);border-radius:16px;justify-content:space-between;align-items:center;gap:36px;margin-top:72px;padding:32px 36px;display:flex;box-shadow:0 8px 24px #0a223a0d}.yhcc-services__cta>div{max-width:670px}.yhcc-services__cta h3{color:var(--yhcc-navy);margin:0;font-size:24px;line-height:1.2}.yhcc-services__cta p{color:var(--yhcc-muted);margin:10px 0 0;font-size:13px;line-height:1.7}@media (width<=1080px){.yhcc-services__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=760px){.yhcc-services__group{margin-top:48px}.yhcc-services__group--ongoing{margin-top:58px}.yhcc-services__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.yhcc-service-card{min-height:220px;padding:20px 18px}.yhcc-services__cta{flex-direction:column;align-items:flex-start;margin-top:54px;padding:26px}}@media (width<=560px){.yhcc-services__group-heading{margin-bottom:22px}.yhcc-services__group-heading h3{font-size:26px}.yhcc-services__group-heading p{font-size:12px}.yhcc-services__grid{grid-template-columns:1fr;gap:10px}.yhcc-service-card{min-height:auto;padding:20px}.yhcc-service-card__number{width:32px;height:32px;margin-bottom:16px}.yhcc-service-card h4{font-size:15px}.yhcc-service-card p{font-size:11.5px}.yhcc-services__cta{border-radius:14px;margin-top:46px;padding:22px}.yhcc-services__cta h3{font-size:20px}.yhcc-services__cta p{font-size:11.5px}.yhcc-services__cta .yhcc-btn{width:100%}}.yhcc-process{background:var(--yhcc-navy-deep)}.yhcc-process__shell{color:var(--yhcc-white);grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:center;gap:72px;display:grid;position:relative}.yhcc-process__heading{max-width:500px}.yhcc-process__heading h2{color:var(--yhcc-white);letter-spacing:-.03em;margin:0;font-size:clamp(30px,3.7vw,44px);font-weight:700;line-height:1.12}.yhcc-process__heading p{color:#ffffffad;margin:18px 0 0;font-size:14px;line-height:1.75}.yhcc-process__steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.yhcc-process-step{-webkit-backdrop-filter:blur(10px);background:#ffffff12;border:1px solid #ffffff1c;border-radius:14px;flex-direction:column;gap:18px;min-height:250px;padding:22px;display:flex}.yhcc-process-step>span{width:34px;height:34px;color:var(--yhcc-navy-dark);background:var(--yhcc-gold);border-radius:8px;justify-content:center;align-items:center;font-size:9px;font-weight:800;display:flex}.yhcc-process-step>div{flex-direction:column;flex:1;display:flex}.yhcc-process-step__metric{color:var(--yhcc-gold-light);letter-spacing:-.04em;margin-bottom:14px;font-size:42px;font-weight:700;line-height:1;display:block}.yhcc-process-step h3{color:var(--yhcc-white);margin:0 0 8px;font-size:15px;font-weight:700;line-height:1.35}.yhcc-process-step p{color:#ffffff9e;margin:0;font-size:11.5px;line-height:1.65}@media (width<=1020px){.yhcc-process__shell{grid-template-columns:1fr;gap:38px}.yhcc-process__heading{max-width:680px}}@media (width<=760px){.yhcc-process__steps{grid-template-columns:1fr}.yhcc-process-step{min-height:auto;padding:20px}.yhcc-process-step__metric{font-size:36px}}.yhcc-testimonials{background:var(--yhcc-light)}.yhcc-testimonials__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.yhcc-testimonial{background:var(--yhcc-white);border:1px solid var(--yhcc-border);box-shadow:var(--yhcc-shadow-sm);border-radius:14px;padding:28px;position:relative}.yhcc-testimonial__quote{height:32px;color:var(--yhcc-gold);font-family:Georgia,serif;font-size:50px;line-height:.8}.yhcc-testimonial>p{color:var(--yhcc-text);margin:13px 0 21px;font-size:13px;line-height:1.75}.yhcc-testimonial__author{flex-direction:column;gap:2px;display:flex}.yhcc-testimonial__author strong{color:var(--yhcc-navy);font-size:12px}.yhcc-testimonial__author span{color:var(--yhcc-muted-light);font-size:10px}.yhcc-contact{color:var(--yhcc-white);background:linear-gradient(135deg, var(--yhcc-navy-soft), var(--yhcc-navy-dark))}.yhcc-contact__shell{grid-template-columns:minmax(0,1fr) minmax(320px,.68fr);align-items:center;gap:62px;padding:0;display:grid}.yhcc-contact .yhcc-section-label{color:var(--yhcc-gold-light)}.yhcc-contact__content h2{max-width:620px;color:var(--yhcc-white);letter-spacing:-.03em;margin:0;font-size:clamp(31px,3.8vw,46px);line-height:1.12}.yhcc-contact__content>p{color:#ffffffad;max-width:580px;margin:18px 0 0;font-size:14px;line-height:1.76}.yhcc-contact__items{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:28px;display:grid}.yhcc-contact__item{flex-direction:column;gap:4px;display:flex}.yhcc-contact__item span{color:var(--yhcc-gold-light);letter-spacing:.09em;text-transform:uppercase;font-size:9px;font-weight:800}.yhcc-contact__item strong{color:var(--yhcc-white);font-size:13px;line-height:1.5}.yhcc-contact__card{-webkit-backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #ffffff21;border-radius:15px;padding:30px}.yhcc-contact__card-label{color:var(--yhcc-gold-light);letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:800}.yhcc-contact__card h3{color:var(--yhcc-white);margin:10px 0;font-size:21px}.yhcc-contact__card p{color:#ffffffa6;margin:0 0 21px;font-size:13px;line-height:1.68}.yhcc-contact__card .yhcc-btn--primary{color:var(--yhcc-navy-dark);background:var(--yhcc-gold);border-color:var(--yhcc-gold)}.yhcc-contact__card .yhcc-btn--primary:hover{background:#d5b467;border-color:#d5b467}.yhcc-footer{background:var(--yhcc-white);border-top:1px solid var(--yhcc-border);padding:24px 0 14px}.yhcc-footer__inner{justify-content:space-between;align-items:center;gap:20px;display:flex}.yhcc-footer__brand{align-items:center;display:inline-flex}.yhcc-footer__brand img{-o-object-fit:contain;object-fit:contain;width:auto;height:38px}.yhcc-footer__links{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.yhcc-footer__links a{color:var(--yhcc-muted);font-size:11px;font-weight:600;transition:color .2s}.yhcc-footer__links a:hover{color:var(--yhcc-navy)}.yhcc-footer__bottom{border-top:1px solid var(--yhcc-border);margin-top:14px;padding-top:11px}.yhcc-footer__bottom span{color:var(--yhcc-muted-light);font-size:9px}@media (width<=760px){.yhcc-footer{padding:20px 0 12px}.yhcc-footer__inner{flex-direction:column;align-items:flex-start;gap:14px}.yhcc-footer__brand img{height:34px}.yhcc-footer__links{gap:9px 14px}.yhcc-footer__links a{font-size:10px}.yhcc-footer__bottom{margin-top:13px;padding-top:10px}.yhcc-footer__bottom span{font-size:8.5px}}@media (width<=1020px){.yhcc-topbar__nav{display:none}.yhcc-mobile-nav{display:block}.yhcc-hero__frame{height:540px}.yhcc-hero__content{width:min(415px,100%)}.yhcc-hero__title{font-size:39px}.yhcc-hero__capabilities{grid-template-columns:repeat(2,minmax(0,1fr))}.yhcc-hero__capability:nth-child(3),.yhcc-hero__capability:nth-child(4){border-top:1px solid var(--yhcc-border)}.yhcc-hero__capability:nth-child(3){border-left:0}.yhcc-about__grid{grid-template-columns:1fr;gap:36px}.yhcc-services__grid,.yhcc-testimonials__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.yhcc-process__shell,.yhcc-contact__shell{grid-template-columns:1fr;gap:38px}}@media (width<=760px){.yhcc-container{width:calc(100% - 30px)}.yhcc-section{padding:72px 0}.yhcc-topbar__inner{width:calc(100% - 28px);min-height:72px}.yhcc-topbar__logo{height:49px}.yhcc-about__features,.yhcc-services__grid,.yhcc-testimonials__grid,.yhcc-contact__items{grid-template-columns:1fr}.yhcc-footer__inner{flex-direction:column;align-items:flex-start}}@media (width<=560px){.yhcc-container{width:calc(100% - 24px)}.yhcc-topbar__inner{width:calc(100% - 22px);min-height:68px}.yhcc-topbar__logo{height:44px}.yhcc-mobile-nav__toggle{width:40px;height:40px}.yhcc-hero{padding:18px 0 52px}.yhcc-hero__frame{background:var(--yhcc-white);border-radius:16px;height:auto;overflow:hidden;box-shadow:0 14px 34px #0a223a1a}.yhcc-hero__image{-o-object-fit:cover;object-fit:cover;-o-object-position:60% center;object-position:60% center;width:100%;height:330px}.yhcc-hero__frame:after{display:none}.yhcc-hero__overlay{z-index:3;margin-top:-48px;padding:0 14px 14px;display:block;position:relative;inset:auto}.yhcc-hero__content{-webkit-backdrop-filter:blur(14px);background:#fffffff5;border:1px solid #102f5014;border-radius:14px;width:100%;padding:24px 22px 22px;box-shadow:0 16px 34px #071a2c21}.yhcc-hero__eyebrow{color:var(--yhcc-gold-dark);letter-spacing:.13em;text-transform:uppercase;margin-bottom:10px;font-size:9px;font-weight:800;line-height:1.3}.yhcc-hero__title{max-width:100%;color:var(--yhcc-navy);letter-spacing:-.035em;margin:0;font-size:31px;font-weight:700;line-height:1.08}.yhcc-hero__title span{display:block}.yhcc-hero__text{max-width:100%;color:var(--yhcc-text);margin:15px 0 0;font-size:13px;line-height:1.65}.yhcc-hero__actions{grid-template-columns:1fr 1fr;gap:9px;margin-top:20px;display:grid}.yhcc-hero__actions .yhcc-btn{border-radius:8px;width:100%;min-height:44px;padding:0 12px;font-size:11px;font-weight:700}.yhcc-section{padding:64px 0}.yhcc-section-label{margin-bottom:11px;font-size:9px}.yhcc-section-title{font-size:29px;line-height:1.12}.yhcc-section-description{font-size:13px}.yhcc-about__grid{gap:28px}.yhcc-about__content p{font-size:13px;line-height:1.75}.yhcc-about__features{gap:11px;margin-top:40px}.yhcc-feature-card{padding:21px}.yhcc-feature-card__number{margin-bottom:13px}.yhcc-feature-card h3{font-size:15px}.yhcc-feature-card p{font-size:11.5px}.yhcc-services__grid{gap:12px}.yhcc-service-card{padding:22px}.yhcc-service-card__icon{margin-bottom:15px}.yhcc-service-card h3{font-size:15px}.yhcc-service-card p{font-size:11.5px}.yhcc-process__shell{gap:30px}.yhcc-process__heading h2{font-size:29px}.yhcc-process__heading p{font-size:12px}.yhcc-process-step{grid-template-columns:38px 1fr;gap:12px;padding:15px}.yhcc-process-step>span{width:35px;height:35px}.yhcc-process-step h3{font-size:13px}.yhcc-process-step p{font-size:10.5px}.yhcc-testimonials__grid{gap:12px}.yhcc-testimonial{padding:22px}.yhcc-testimonial>p{font-size:12px}.yhcc-contact__shell{gap:32px}.yhcc-contact__content h2{font-size:29px}.yhcc-contact__content>p{font-size:12px}.yhcc-contact__card{padding:23px}.yhcc-contact__card h3{font-size:18px}.yhcc-contact__card p{font-size:11.5px}}@media (width<=390px){.yhcc-hero__image{-o-object-position:61% center;object-position:61% center;height:300px}.yhcc-hero__overlay{margin-top:-42px;padding:0 12px 12px}.yhcc-hero__content{padding:21px 18px 19px}.yhcc-hero__title{font-size:28px}.yhcc-hero__text{font-size:12.5px}.yhcc-hero__actions{grid-template-columns:1fr;gap:8px}.yhcc-hero__actions .yhcc-btn{min-height:43px;font-size:11px}}@media (width<=560px){.yhcc-container{width:calc(100% - 52px);margin-left:auto;margin-right:auto}.yhcc-section,.yhcc-about,.yhcc-services,.yhcc-process,.yhcc-testimonials,.yhcc-contact{padding-left:0;padding-right:0}.yhcc-about__grid,.yhcc-about__features,.yhcc-services__grid,.yhcc-process__shell,.yhcc-testimonials__grid,.yhcc-contact__shell,.yhcc-feature-card,.yhcc-service-card,.yhcc-testimonial,.yhcc-contact__card,.yhcc-process-step{width:100%;max-width:100%}}.yhcc-legal{background:linear-gradient(#f7f9fb 0%,#fff 100%);padding:72px 0 96px}.yhcc-legal__header{width:100%;margin-bottom:38px}.yhcc-legal__header h1{color:var(--yhcc-navy);letter-spacing:-.04em;margin:0;font-size:clamp(38px,5vw,58px);font-weight:700;line-height:1.05}.yhcc-legal__header>p{color:var(--yhcc-muted-light);margin:14px 0 0;font-size:12px}.yhcc-legal__content{background:var(--yhcc-white);border:1px solid var(--yhcc-border);border-radius:18px;width:100%;max-width:none;padding:42px;box-shadow:0 14px 40px #0a223a0f}.yhcc-legal__content section{border-bottom:1px solid var(--yhcc-border);margin:0 0 30px;padding:0 0 30px}.yhcc-legal__content section:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.yhcc-legal__content h2{color:var(--yhcc-navy);margin:0 0 14px;font-size:20px;font-weight:700;line-height:1.35}.yhcc-legal__content h3{color:var(--yhcc-navy);margin:22px 0 10px;font-size:15px;font-weight:700;line-height:1.4}.yhcc-legal__content p{color:var(--yhcc-muted);margin:0 0 14px;font-size:14px;line-height:1.82}.yhcc-legal__content p:last-child{margin-bottom:0}.yhcc-legal__content ul{margin:12px 0 18px;padding-left:22px}.yhcc-legal__content li{color:var(--yhcc-muted);margin-bottom:8px;font-size:14px;line-height:1.7}.yhcc-legal__content strong{color:var(--yhcc-navy)}.yhcc-legal__content a{color:var(--yhcc-navy);text-underline-offset:3px;font-weight:700;-webkit-text-decoration:underline #c9a45699;text-decoration:underline #c9a45699;transition:color .2s,text-decoration-color .2s}.yhcc-legal__content a:hover{color:var(--yhcc-gold-dark);-webkit-text-decoration-color:var(--yhcc-gold-dark);text-decoration-color:var(--yhcc-gold-dark)}@media (width<=760px){.yhcc-legal{padding:52px 0 70px}.yhcc-legal__header{margin-bottom:28px}.yhcc-legal__header h1{font-size:36px}.yhcc-legal__content{border-radius:15px;padding:30px 24px}.yhcc-legal__content section{margin-bottom:24px;padding-bottom:24px}}@media (width<=560px){.yhcc-legal{padding:36px 0 56px}.yhcc-legal__header{margin-bottom:22px}.yhcc-legal__header h1{font-size:30px;line-height:1.08}.yhcc-legal__header>p{margin-top:10px;font-size:10px}.yhcc-legal__content{border-radius:14px;padding:24px 20px}.yhcc-legal__content section{margin-bottom:21px;padding-bottom:21px}.yhcc-legal__content h2{font-size:17px}.yhcc-legal__content h3{font-size:14px}.yhcc-legal__content p,.yhcc-legal__content li{font-size:12px;line-height:1.75}}.yhcc-consultation{background:linear-gradient(#f5f8fa 0%,#fff 100%);padding:72px 0 96px}.yhcc-consultation__layout{grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);align-items:start;gap:70px;display:grid}.yhcc-consultation__intro{position:sticky;top:120px}.yhcc-consultation__intro h1{max-width:520px;color:var(--yhcc-navy);letter-spacing:-.04em;margin:0;font-size:clamp(38px,4.6vw,56px);font-weight:700;line-height:1.05}.yhcc-consultation__lead{max-width:510px;color:var(--yhcc-muted);margin:20px 0 0;font-size:15px;line-height:1.75}.yhcc-consultation__support{flex-direction:column;gap:12px;margin-top:36px;display:flex}.yhcc-consultation__support-item{border:1px solid var(--yhcc-border);background:#ffffffb8;border-radius:13px;grid-template-columns:38px 1fr;gap:14px;padding:18px;display:grid}.yhcc-consultation__support-item>span{width:34px;height:34px;color:var(--yhcc-gold-dark);background:var(--yhcc-gold-soft);border-radius:8px;justify-content:center;align-items:center;font-size:9px;font-weight:800;display:flex}.yhcc-consultation__support-item strong{color:var(--yhcc-navy);margin-bottom:3px;font-size:13px;display:block}.yhcc-consultation__support-item p{color:var(--yhcc-muted);margin:0;font-size:11.5px;line-height:1.6}.yhcc-consultation__card{background:var(--yhcc-white);border:1px solid var(--yhcc-border);border-radius:18px;padding:38px;box-shadow:0 18px 50px #0a223a12}.yhcc-consultation-form{flex-direction:column;gap:22px;display:flex}.yhcc-form-grid{gap:16px;display:grid}.yhcc-form-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.yhcc-form-field{flex-direction:column;gap:7px;display:flex}.yhcc-form-field label{color:var(--yhcc-navy);font-size:11px;font-weight:700}.yhcc-form-field label span{color:var(--yhcc-gold-dark)}.yhcc-form-field input,.yhcc-form-field select,.yhcc-form-field textarea{width:100%;color:var(--yhcc-text);border:1px solid var(--yhcc-border-dark);background:#fff;border-radius:9px;outline:none;transition:border-color .2s,box-shadow .2s,background-color .2s}.yhcc-form-field input,.yhcc-form-field select{min-height:46px;padding:0 13px}.yhcc-form-field textarea{resize:vertical;min-height:145px;padding:12px 13px}.yhcc-form-field input:focus,.yhcc-form-field select:focus,.yhcc-form-field textarea:focus{border-color:var(--yhcc-gold);box-shadow:0 0 0 3px #c9a4561f}.yhcc-form-field textarea::placeholder{color:#9aa6b1}.yhcc-form-error{color:#a63d40;font-size:10px;line-height:1.5}.yhcc-form-alert{background:#fff8f7;border:1px solid #eed7d5;border-radius:10px;margin-bottom:24px;padding:15px 17px}.yhcc-form-alert strong{color:#8d3437;font-size:12px;display:block}.yhcc-form-alert p{color:#8a6565;margin:3px 0 0;font-size:10.5px}.yhcc-sms-consent{background:var(--yhcc-light);border:1px solid var(--yhcc-border);border-radius:12px;padding:18px}.yhcc-sms-consent__label{cursor:pointer;grid-template-columns:20px 1fr;gap:12px;display:grid;position:relative}.yhcc-sms-consent__label input{opacity:0;pointer-events:none;position:absolute}.yhcc-sms-consent__box{border:1px solid var(--yhcc-border-dark);background:#fff;border-radius:5px;width:19px;height:19px;margin-top:2px;transition:background-color .2s,border-color .2s,box-shadow .2s;display:block;position:relative}.yhcc-sms-consent__label input:checked+.yhcc-sms-consent__box{background:var(--yhcc-navy);border-color:var(--yhcc-navy)}.yhcc-sms-consent__label input:checked+.yhcc-sms-consent__box:after{content:"";border-bottom:2px solid #fff;border-right:2px solid #fff;width:5px;height:9px;position:absolute;top:3px;left:6px;transform:rotate(45deg)}.yhcc-sms-consent__label input:focus-visible+.yhcc-sms-consent__box{box-shadow:0 0 0 3px #c9a4562e}.yhcc-sms-consent__content{flex-direction:column;gap:5px;display:flex}.yhcc-sms-consent__content strong{color:var(--yhcc-navy);font-size:11px}.yhcc-sms-consent__content>span{color:var(--yhcc-muted);font-size:9.5px;line-height:1.65}.yhcc-sms-consent__content a{color:var(--yhcc-navy);text-underline-offset:2px;font-weight:700;-webkit-text-decoration:underline #c9a456bf;text-decoration:underline #c9a456bf}.yhcc-consultation-form__footer{flex-direction:column;gap:12px;display:flex}.yhcc-consultation-form__submit{width:100%;min-height:48px}.yhcc-consultation-form__footer p{color:var(--yhcc-muted-light);text-align:center;margin:0;font-size:9px;line-height:1.6}.yhcc-consultation-form__footer p a{color:var(--yhcc-navy);font-weight:700}@media (width<=960px){.yhcc-consultation__layout{grid-template-columns:1fr;gap:42px}.yhcc-consultation__intro{position:static}.yhcc-consultation__intro h1{max-width:680px}.yhcc-consultation__lead{max-width:650px}.yhcc-consultation__support{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}@media (width<=560px){.yhcc-consultation{padding:38px 0 58px}.yhcc-consultation__layout{gap:28px}.yhcc-consultation__intro h1{font-size:30px}.yhcc-consultation__lead{margin-top:14px;font-size:12px}.yhcc-consultation__support{grid-template-columns:1fr;gap:9px;margin-top:26px}.yhcc-consultation__support-item{padding:15px}.yhcc-consultation__card{border-radius:15px;padding:23px 20px}.yhcc-consultation-form{gap:18px}.yhcc-form-grid--two{grid-template-columns:1fr}.yhcc-form-field input,.yhcc-form-field select{min-height:44px}.yhcc-form-field textarea{min-height:130px}.yhcc-sms-consent{padding:15px}.yhcc-sms-consent__content>span{font-size:9px}}.yhcc-consultation-success{background:linear-gradient(#f5f8fa 0%,#fff 100%);align-items:center;min-height:65vh;padding:90px 0;display:flex}.yhcc-consultation-success__card{text-align:center;border:1px solid var(--yhcc-border);background:#fff;border-radius:18px;max-width:650px;margin:0 auto;padding:48px;box-shadow:0 18px 50px #0a223a12}.yhcc-consultation-success__icon{width:52px;height:52px;color:var(--yhcc-navy);background:var(--yhcc-gold-soft);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:20px;font-weight:800;display:flex}.yhcc-consultation-success__card h1{color:var(--yhcc-navy);letter-spacing:-.03em;margin:0;font-size:clamp(32px,4vw,44px);line-height:1.1}.yhcc-consultation-success__card p{max-width:500px;color:var(--yhcc-muted);margin:18px auto 26px;font-size:14px;line-height:1.75}@media (width<=560px){.yhcc-consultation-success{min-height:60vh;padding:52px 0}.yhcc-consultation-success__card{padding:32px 22px}.yhcc-consultation-success__card h1{font-size:28px}.yhcc-consultation-success__card p{font-size:12px}}.yhcc-consultation__contact{border-top:1px solid var(--yhcc-border);grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:34px;padding-top:28px;display:grid}.yhcc-consultation__contact-block:last-child{grid-column:1/-1}.yhcc-consultation__contact-label{color:var(--yhcc-gold-dark);letter-spacing:.1em;text-transform:uppercase;margin-bottom:7px;font-size:9px;font-weight:800;display:block}.yhcc-consultation__contact-block a{color:var(--yhcc-navy);font-size:17px;font-weight:700}.yhcc-consultation__contact-block p,.yhcc-consultation__contact-block address{color:var(--yhcc-muted);margin:0 0 9px;font-size:12px;font-style:normal;line-height:1.65}@media (width<=560px){.yhcc-consultation__contact{grid-template-columns:1fr;gap:20px;margin-top:26px}.yhcc-consultation__contact-block:last-child{grid-column:auto}}
