*{box-sizing:border-box}
html{font-size:100%}
body{margin:0}
.brand-strip{background:#096399;padding:16px 32px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand-strip__identity{display:flex;align-items:center;gap:16px}
.brand-strip__logo-container{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#fff;border-radius:7px;box-shadow:2px 2px 2px -1px #09639914 2px 7px 20px -1px #0963991a;flex-shrink:0}
.brand-strip__logo-container img{width:36px;height:36px;object-fit:contain;display:block}
.brand-strip__wordmark{font-family:'Literata',Georgia,serif;font-size:24px;font-weight:700;color:#fff;line-height:1.1;letter-spacing:0;text-decoration:none}
.brand-strip__tagline{font-family:'Literata',Georgia,serif;font-size:16px;font-weight:400;color:#DFF1D4;line-height:1.4}
.brand-strip__status{display:flex;align-items:center;gap:8px;background:#dff1d41f;border:1px solid #dff1d44d;border-radius:42px;padding:8px 16px;flex-shrink:0}
.brand-strip__status-dot{width:8px;height:8px;border-radius:42px;background:#DFF1D4;flex-shrink:0}
.brand-strip__status-text{font-family:'Literata',Georgia,serif;font-size:16px;color:#DFF1D4;line-height:1.4;white-space:nowrap}
.menu-bar{background:#fff;border-bottom:2px solid #DFF1D4;box-shadow:2px 7px 20px -1px #0963991a}
.menu-bar__inner{max-width:1100px;margin:0 auto;padding:0 32px;display:flex;align-items:stretch}
.menu-bar__link{font-family:'Literata',Georgia,serif;font-size:16px;font-weight:600;color:#096399;text-decoration:none;padding:16px;line-height:1.4;display:inline-flex;align-items:center;gap:8px;border-bottom:3px solid transparent;transition:color .12s cubic-bezier(0.4,0,1,1),border-color .12s cubic-bezier(0.4,0,1,1),background-color .15s ease-in;white-space:nowrap}
.menu-bar__link:hover{color:#FD8F45;border-bottom-color:#FD8F45;background-color:#f4f9ff}
.menu-bar__link:focus{outline:none;background-color:#DFF1D4;color:#096399}
.menu-bar__link--active{color:#FD8F45;border-bottom-color:#FD8F45}
.page-footer{background:#096399;padding:48px 0 0}
.page-footer__grid{max-width:1100px;margin:0 auto;padding:0 32px 48px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:48px}
.page-footer__brand-block{display:flex;flex-direction:column;gap:16px}
.page-footer__brand-name{font-family:'Literata',Georgia,serif;font-size:24px;font-weight:700;color:#fff;line-height:1.1}
.page-footer__brand-desc{font-family:'Literata',Georgia,serif;font-size:16px;color:#DFF1D4;line-height:1.6}
.page-footer__nav-block{display:flex;flex-direction:column;gap:8px}
.page-footer__nav-label{font-family:'Literata',Georgia,serif;font-size:16px;font-weight:700;color:#DFF1D4;line-height:1.4;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}
.page-footer__nav-link{font-family:'Literata',Georgia,serif;font-size:16px;color:#fff;text-decoration:none;line-height:1.6;transition:color .1s ease-in;display:block;padding:8px 0}
.page-footer__nav-link:hover{color:#FD8F45}
.page-footer__nav-link:focus{outline:none;background-color:#dff1d426;color:#DFF1D4}
.page-footer__contact-block{display:flex;flex-direction:column;gap:8px}
.page-footer__contact-label{font-family:'Literata',Georgia,serif;font-size:16px;font-weight:700;color:#DFF1D4;line-height:1.4;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}
.page-footer__contact-item{display:flex;align-items:flex-start;gap:8px;font-family:'Literata',Georgia,serif;font-size:16px;color:#fff;line-height:1.6}
.page-footer__contact-item a{color:#fff;text-decoration:none;transition:color .1s ease-in}
.page-footer__contact-item a:hover{color:#FD8F45}
.page-footer__contact-item a:focus{outline:none;background-color:#dff1d426}
.page-footer__contact-icon{width:16px;height:16px;flex-shrink:0;margin-top:4px;fill:#DFF1D4}
.page-footer__bottom{background:#0000002e;border-top:1px solid #dff1d433}
.page-footer__bottom-inner{max-width:1100px;margin:0 auto;padding:16px 32px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.page-footer__copyright{font-family:'Literata',Georgia,serif;font-size:16px;color:#DFF1D4;line-height:1.4}
.page-footer__logo-close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#fff;border-radius:7px;box-shadow:2px 2px 2px -1px #09639914}
.page-footer__logo-close img{width:36px;height:36px;object-fit:contain;display:block}
.consent-tray{position:fixed;bottom:32px;left:32px;z-index:1200;max-width:420px;width:calc(100vw - 64px);background:#fff;border-radius:7px;box-shadow:2px 12px 52px -1px #0963991a;border:1px solid #DFF1D4;overflow:hidden;display:none;transform:translateY(-12px);opacity:0;transition:transform .42s cubic-bezier(0.4,0,1,1),opacity .42s cubic-bezier(0.4,0,1,1)}
.consent-tray--visible{transform:translateY(0);opacity:1}
.consent-tray__body{padding:16px}
.consent-tray__description{font-family:'Literata',Georgia,serif;font-size:16px;color:#1a1a2e;line-height:1.6;margin-bottom:16px}
.consent-tray__expand-toggle{font-family:'Literata',Georgia,serif;font-size:16px;color:#096399;background:none;border:none;padding:0;cursor:pointer;text-decoration:underline;transition:color .1s ease-in;margin-bottom:16px;display:block}
.consent-tray__expand-toggle:hover{color:#FD8F45}
.consent-tray__expand-toggle:focus{outline:none;background-color:#DFF1D4}
.consent-tray__panel{background:#f4f9ff;border-radius:2px;padding:16px;margin-bottom:16px;display:none}
.consent-tray__panel--open{display:block}
.consent-tray__toggle-row{display:flex;align-items:center;justify-content:space-between;gap:16px}
.consent-tray__toggle-label{font-family:'Literata',Georgia,serif;font-size:16px;color:#1a1a2e;line-height:1.4}
.consent-tray__toggle-input{width:36px;height:20px;cursor:pointer;flex-shrink:0}
.consent-tray__datasale-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;padding-top:16px;border-top:1px solid #DFF1D4}
.consent-tray__datasale-label{font-family:'Literata',Georgia,serif;font-size:16px;color:#1a1a2e;line-height:1.4}
.consent-tray__actions{display:flex;gap:16px;align-items:center}
.consent-tray__accept{font-family:'Literata',Georgia,serif;font-size:16px;color:#096399;background:none;border:none;padding:0;cursor:pointer;text-decoration:underline;font-weight:600;transition:color .1s ease-in}
.consent-tray__accept:hover{color:#FD8F45}
.consent-tray__accept:focus{outline:none;background-color:#DFF1D4}
.consent-tray__decline{font-family:'Literata',Georgia,serif;font-size:16px;color:#096399;background:none;border:none;padding:0;cursor:pointer;text-decoration:underline;transition:color .1s ease-in}
.consent-tray__decline:hover{color:#FD8F45}
.consent-tray__decline:focus{outline:none;background-color:#DFF1D4}
.preference-trigger{position:fixed;bottom:32px;left:32px;z-index:1100;width:44px;height:44px;background:#096399;border-radius:42px;border:none;cursor:pointer;display:none;align-items:center;justify-content:center;box-shadow:2px 7px 20px -1px #0963991a;transition:background-color .12s ease-in}
.preference-trigger:hover{background-color:#FD8F45}
.preference-trigger:focus{outline:none;background-color:#DFF1D4}
.preference-trigger svg{width:20px;height:20px;fill:#fff;pointer-events:none}
@media (max-width: 768px) {
.brand-strip{padding:16px;flex-wrap:wrap}
.brand-strip__tagline{display:none}
.menu-bar__inner{padding:0 16px;flex-wrap:wrap}
.menu-bar__link{padding:16px 8px;font-size:16px}
.page-footer__grid{grid-template-columns:1fr;gap:32px;padding:0 16px 32px}
.page-footer__bottom-inner{padding:16px;flex-direction:column;align-items:flex-start}
}
.policy-block{max-width:1100px;margin:0 auto;padding:96px 48px}
.policy-block h1{font-size:44px;line-height:1.1;color:#096399;margin-bottom:32px;padding-bottom:16px;border-bottom:2px solid #DFF1D4}
.policy-block h2{font-size:32px;line-height:1.1;color:#096399;margin-top:48px;margin-bottom:16px}
.policy-block h3{font-size:24px;line-height:1.4;color:#1b3a4b;margin-top:32px;margin-bottom:16px}
.policy-block h4{font-size:19px;line-height:1.4;color:#1b3a4b;margin-top:32px;margin-bottom:8px}
.policy-block h5{font-size:16px;line-height:1.4;color:#1b3a4b;margin-top:16px;margin-bottom:8px;text-transform:uppercase;letter-spacing:.08em}
.policy-block h6{font-size:16px;line-height:1.4;color:#FD8F45;margin-top:16px;margin-bottom:8px;text-transform:uppercase;letter-spacing:.08em}
.policy-block strong,.policy-block b{color:#096399;font-weight:700}
.policy-block em,.policy-block i{color:#1b3a4b;font-style:italic}
.policy-block hr{border:none;border-top:1px solid #DFF1D4;margin:48px 0}
.policy-block div{margin-bottom:16px;line-height:1.6;font-size:16px;color:#1b3a4b}
.policy-block div div{margin-bottom:8px}
@media (max-width: 768px) {
.policy-block{padding:48px 16px}
.policy-block h1{font-size:32px}
.policy-block h2{font-size:24px}
.policy-block h3{font-size:19px}
}
.interview-detail{max-width:100%;overflow-x:hidden}
.interview-detail .article-drop{opacity:0;transform:translateY(-28px);animation:dropIn .16s cubic-bezier(0.4,0,1,1) forwards}
.interview-detail .article-drop:nth-child(1){animation-delay:.04s}
.interview-detail .article-drop:nth-child(2){animation-delay:.09s}
.interview-detail .article-drop:nth-child(3){animation-delay:.14s}
.interview-detail .article-drop:nth-child(4){animation-delay:.19s}
@keyframes dropIn {
to{opacity:1;transform:translateY(0)}
}
.interview-detail .post-header{background:#0d2a3e;padding:96px 16px 48px;position:relative}
.interview-detail .post-header::before{content:'';position:absolute;top:0;left:0;width:260px;height:260px;border-radius:42px;background:radial-gradient(circle at top left,#fd8f452e,transparent 70%);pointer-events:none}
.interview-detail .post-header::after{content:'';position:absolute;top:32px;left:32px;width:80px;height:80px;border:2px solid #fd8f4538;border-radius:2px;transform:rotate(45deg);pointer-events:none}
.interview-detail .post-header__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.interview-detail .post-header__meta{display:flex;flex-direction:row;align-items:center;gap:16px;margin-bottom:16px}
.interview-detail .post-header__tag{background:#FD8F45;color:#0d2a3e;font-size:16px;font-weight:700;padding:8px 16px;border-radius:2px;letter-spacing:.08em;text-transform:uppercase}
.interview-detail .post-header__readtime{color:#dff1d4d9;font-size:16px;display:flex;flex-direction:row;align-items:center;gap:8px}
.interview-detail .post-header__readtime svg{flex-shrink:0}
.interview-detail .post-header__date{color:#dff1d4b3;font-size:16px}
.interview-detail .post-header__title{font-size:44px;line-height:1.1;color:#fff;margin:0 0 16px;font-weight:800}
.interview-detail .post-header__author{display:flex;flex-direction:row;align-items:center;gap:16px;margin-top:32px;padding-top:16px;border-top:1px solid #ffffff1a}
.interview-detail .post-header__author-label{font-size:16px;color:#ffffff8c}
.interview-detail .post-header__author-name{font-size:19px;color:#DFF1D4;font-weight:600}
.interview-detail .post-header__image-wrap{border-radius:7px;overflow:hidden;aspect-ratio:1/1;box-shadow:2px 12px 52px -1px #0963991a;position:relative}
.interview-detail .post-header__image-wrap img{width:100%;height:100%;object-fit:cover;display:block;filter:blur(0px) saturate(1.1)}
.interview-detail .post-header__image-wrap::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at top left,#09639938,transparent 60%);pointer-events:none}
.interview-detail .divider-mono{text-align:center;padding:8px 0;background:#fff;position:relative}
.interview-detail .divider-mono__symbol{display:inline-block;font-size:32px;font-weight:900;color:#096399;line-height:1.1;letter-spacing:.12em;text-transform:uppercase;opacity:.18;user-select:none}
.interview-detail .article-body{background:#fff;padding:48px 16px}
.interview-detail .article-body__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:48px;align-items:start}
.interview-detail .article-body__overline{display:block;font-size:16px;text-transform:uppercase;letter-spacing:.1em;color:#096399;font-weight:700;margin-bottom:8px}
.interview-detail .article-body__content{font-size:19px;line-height:1.6;color:#1b2636}
.interview-detail .article-body__content p{margin:0 0 16px}
.interview-detail .article-body__content h2{font-size:32px;line-height:1.1;color:#0d2a3e;margin:32px 0 16px;font-weight:800}
.interview-detail .article-body__content em{color:#096399;font-style:italic}
.interview-detail .article-body__content ol{padding-left:0;list-style:none;counter-reset:article-list;margin:16px 0}
.interview-detail .article-body__content ol li{counter-increment:article-list;padding:8px 0 8px 48px;position:relative;font-size:19px;line-height:1.6;color:#1b2636}
.interview-detail .article-body__content ol li::before{content:counter(article-list);position:absolute;left:0;top:8px;width:32px;height:32px;border-radius:42px;background:#096399;color:#fff;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1.1}
.interview-detail .article-sidebar{display:flex;flex-direction:column;gap:32px}
.interview-detail .metrics-bar{background:#0d2a3e;border-radius:7px;padding:32px 16px;display:flex;flex-direction:row;gap:0;box-shadow:2px 7px 20px -1px #0963991a}
.interview-detail .metrics-bar__item{flex:1;text-align:center;padding:0 16px;position:relative}
.interview-detail .metrics-bar__item + .metrics-bar__item::before{content:'';position:absolute;left:0;top:10%;height:80%;width:1px;background:#dff1d433}
.interview-detail .metrics-bar__value{font-size:32px;font-weight:800;color:#FD8F45;line-height:1.1;display:block}
.interview-detail .metrics-bar__label{font-size:16px;color:#dff1d4bf;display:block;margin-top:8px}
.interview-detail .poll-card{background:#DFF1D4;border-radius:7px;padding:32px;box-shadow:2px 2px 2px -1px #09639914;position:relative}
.interview-detail .poll-card__diamond{position:absolute;top:-14px;right:24px;width:28px;height:28px;background:#FD8F45;border-radius:2px;transform:rotate(45deg);pointer-events:none}
.interview-detail .poll-card__overline{display:block;font-size:16px;text-transform:uppercase;letter-spacing:.1em;color:#096399;font-weight:700;margin-bottom:8px}
.interview-detail .poll-card__question{font-size:19px;font-weight:700;color:#0d2a3e;line-height:1.4;margin:0 0 16px}
.interview-detail .poll-card__options{display:flex;flex-direction:column;gap:8px}
.interview-detail .poll-card__option{display:flex;flex-direction:row;align-items:center;gap:8px}
.interview-detail .poll-card__option input[type="radio"]{appearance:none;width:20px;height:20px;border-radius:42px;border:2px solid #096399;background:#fff;cursor:pointer;flex-shrink:0;transition:background .12s cubic-bezier(0.4,0,1,1),border-color .12s cubic-bezier(0.4,0,1,1)}
.interview-detail .poll-card__option input[type="radio"]:checked{background:#096399;border-color:#096399;box-shadow:inset 0 0 0 4px #DFF1D4}
.interview-detail .poll-card__option label{font-size:16px;color:#0d2a3e;cursor:pointer;line-height:1.4;padding:8px 0;flex:1;transition:color .1s ease-in}
.interview-detail .poll-card__option input[type="radio"]:checked + label{color:#096399;font-weight:700}
.interview-detail .poll-card__submit{margin-top:16px;background:#096399;color:#fff;border:none;border-radius:7px;padding:16px 32px;font-size:16px;font-weight:700;cursor:pointer;width:100%;transition:background .12s cubic-bezier(0.4,0,1,1),box-shadow .12s cubic-bezier(0.4,0,1,1);box-shadow:2px 2px 2px -1px #09639914;position:relative;overflow:hidden}
.interview-detail .poll-card__submit:hover{background:#074e7a;box-shadow:2px 7px 20px -1px #0963991a}
.interview-detail .poll-card__submit:active{background:#053d61}
.interview-detail .poll-card__submit:focus-visible{outline:2px solid #FD8F45;outline-offset:2px}
.interview-detail .noise-section{position:relative;background:#096399;padding:48px 16px;overflow:hidden}
.interview-detail .noise-section::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");background-size:200px 200px;opacity:.18;pointer-events:none;border-radius:0}
.interview-detail .noise-section__inner{max-width:1100px;margin:0 auto;position:relative;z-index:1}
.interview-detail .noise-section__overline{display:block;font-size:16px;text-transform:uppercase;letter-spacing:.1em;color:#DFF1D4;font-weight:700;margin-bottom:16px;opacity:.85}
.interview-detail .noise-section__heading{font-size:32px;font-weight:800;color:#fff;line-height:1.1;margin:0 0 32px;max-width:640px}
.interview-detail .noise-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.interview-detail .noise-section__card{background:#ffffff17;border-radius:7px;padding:32px;border:1px solid #dff1d42e;box-shadow:2px 2px 2px -1px #09639914;transition:background .14s cubic-bezier(0.4,0,1,1)}
.interview-detail .noise-section__card:hover{background:#ffffff26}
.interview-detail .noise-section__card-icon{width:40px;height:40px;margin-bottom:16px}
.interview-detail .noise-section__card-heading{font-size:19px;font-weight:700;color:#DFF1D4;line-height:1.4;margin:0 0 8px}
.interview-detail .noise-section__card-text{font-size:16px;color:#fffc;line-height:1.6;margin:0}
.interview-detail .noise-section__cta{margin-top:32px;display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:#FD8F45;color:#0d2a3e;font-weight:700;font-size:16px;padding:16px 32px;border-radius:7px;text-decoration:none;box-shadow:2px 7px 20px -1px #fd8f452e;transition:background .12s ease-in,box-shadow .12s ease-in}
.interview-detail .noise-section__cta:hover{background:#e07a30;box-shadow:2px 12px 52px -1px #fd8f452e;color:#0d2a3e;text-decoration:none}
.interview-detail .noise-section__cta-arrow{display:inline-block;width:16px;height:16px}
@media (max-width: 900px) {
.interview-detail .post-header__inner{grid-template-columns:1fr;gap:32px}
.interview-detail .post-header__image-wrap{max-width:480px}
.interview-detail .article-body__inner{grid-template-columns:1fr}
.interview-detail .noise-section__grid{grid-template-columns:1fr;gap:16px}
.interview-detail .metrics-bar{flex-direction:column;gap:16px}
.interview-detail .metrics-bar__item + .metrics-bar__item::before{display:none}
}
@media (max-width: 600px) {
.interview-detail .post-header__title{font-size:32px}
.interview-detail .post-header{padding:64px 16px 32px}
}
.interview{max-width:100%;overflow-x:hidden}
.interview .constrain{max-width:1100px;margin-left:auto;margin-right:auto;padding-left:32px;padding-right:32px}
.interview .page-banner{background:#f4f7fb;padding-top:96px;padding-bottom:48px;position:relative}
.interview .page-banner::before{content:'';position:absolute;top:0;left:0;width:340px;height:340px;background:radial-gradient(circle at top left,#fd8f4521 0%,transparent 70%);pointer-events:none}
.interview .page-banner::after{content:'';position:absolute;bottom:0;right:0;width:260px;height:260px;background:radial-gradient(circle at top left,#09639917 0%,transparent 70%);pointer-events:none}
.interview .banner__overline{display:block;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#096399;margin-bottom:16px}
.interview .banner__overline::before{content:'';display:inline-block;width:32px;height:2px;background:#FD8F45;vertical-align:middle;margin-right:8px}
.interview .banner__heading{font-size:44px;line-height:1.1;color:#0e2233;margin-bottom:16px;max-width:640px}
.interview .banner__description{font-size:19px;line-height:1.6;color:#2d4a5e;max-width:560px;margin-bottom:0}
.interview .posts-grid-section{padding-top:64px;padding-bottom:64px;background:#fff}
.interview .posts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.interview .post-card{border:1.5px solid #dde8f0;border-radius:7px;background:#fff;box-shadow:2px 7px 20px -1px #0963991a;display:flex;flex-direction:column;transition:box-shadow .15s cubic-bezier(0.4,0,1,1),border-color .15s cubic-bezier(0.4,0,1,1);overflow:hidden}
.interview .post-card:hover{box-shadow:2px 12px 52px -1px #0963991a;border-color:#096399}
.interview .post-card__image-wrap{width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:7px 7px 0 0;border-bottom:2px solid #dde8f0}
.interview .post-card__image-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .18s cubic-bezier(0.4,0,1,1)}
.interview .post-card:hover .post-card__image-wrap img{transform:scale(1.04)}
.interview .post-card__body{padding:16px 16px 8px;display:flex;flex-direction:column;gap:8px;flex:1}
.interview .post-card__tag{display:inline-block;background:#DFF1D4;color:#1a4a28;font-size:16px;font-weight:700;border-radius:2px;padding:2px 8px;text-transform:uppercase;letter-spacing:.08em}
.interview .post-card__title{font-size:19px;line-height:1.4;color:#0e2233;font-weight:700;margin:0}
.interview .post-card__excerpt{font-size:16px;line-height:1.6;color:#2d4a5e;margin:0}
.interview .post-card__meta{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;align-items:center;padding:8px 16px 16px;border-top:1px solid #dde8f0;margin-top:auto}
.interview .post-card__author{font-size:16px;font-weight:600;color:#096399;flex:1;min-width:0}
.interview .post-card__readtime{font-size:16px;color:#5a7a8e}
.interview .post-card__link{display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:700;color:#FD8F45;text-decoration:none;border-radius:2px;padding:8px 0;transition:color .12s cubic-bezier(0.4,0,1,1);width:100%;padding:8px 16px 16px 16px}
.interview .post-card__link:hover{color:#096399}
.interview .post-card__link-arrow{display:inline-block;width:16px;height:16px;flex-shrink:0}
.interview .expertise-band{background:#096399;padding-top:48px;padding-bottom:48px;position:relative;overflow:hidden}
.interview .expertise-band__spotlight{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,#fd8f452e 0%,transparent 65%);pointer-events:none;animation:expertiseSpotlight 7s ease-in-out infinite alternate}
@keyframes expertiseSpotlight {
0%{background:radial-gradient(circle at 20% 40%,#fd8f452e 0%,transparent 65%)}
100%{background:radial-gradient(circle at 70% 60%,#fd8f452e 0%,transparent 65%)}
}
.interview .expertise-band__grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px;position:relative}
.interview .expertise-metric{text-align:center;padding:16px;border-radius:7px;border:1px solid #ffffff24;background:#ffffff0f;box-shadow:2px 2px 2px -1px #fd8f4514}
.interview .expertise-metric__value{font-size:44px;line-height:1.1;font-weight:700;color:#FD8F45;display:block}
.interview .expertise-metric__label{font-size:16px;color:#DFF1D4;line-height:1.4;display:block;margin-top:8px}
.interview .topics-section{background:#f4f7fb;padding-top:64px;padding-bottom:64px;position:relative}
.interview .topics-section__dot-grid{position:absolute;top:0;right:0;width:220px;height:220px;pointer-events:none;background-image:radial-gradient(circle,#09639921 1.5px,transparent 1.5px);background-size:18px 18px;background-position:9px 9px;border-radius:0 0 0 42px}
.interview .topics-overline{display:block;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#FD8F45;margin-bottom:16px}
.interview .topics-overline::before{content:'';display:inline-block;width:32px;height:2px;background:#096399;vertical-align:middle;margin-right:8px}
.interview .topics-heading{font-size:32px;line-height:1.1;color:#0e2233;margin-bottom:16px;max-width:520px}
.interview .topics-body{font-size:16px;line-height:1.6;color:#2d4a5e;max-width:560px;margin-bottom:32px}
.interview .topics-table{width:100%;border-collapse:separate;border-spacing:0 8px}
.interview .topics-table th{font-size:16px;font-weight:700;color:#096399;text-align:left;padding:8px 16px;border-bottom:2px solid #096399;background:transparent}
.interview .topics-table td{font-size:16px;color:#0e2233;padding:8px 16px;background:#fff;border-top:1px solid #dde8f0;border-bottom:1px solid #dde8f0}
.interview .topics-table td:first-child{border-left:1px solid #dde8f0;border-radius:7px 0 0 7px}
.interview .topics-table td:last-child{border-right:1px solid #dde8f0;border-radius:0 7px 7px 0;text-align:center}
.interview .topics-table tr:hover td{background:#DFF1D4;transition:background .12s cubic-bezier(0.4,0,1,1)}
.interview .cell--high{color:#1a4a28;font-weight:700;background:#DFF1D4!important}
.interview .cell--medium{color:#5a5200;font-weight:600;background:#fff9d6!important}
.interview .cell--low{color:#7a2a00;font-weight:600;background:#ffe8d4!important}
.interview .image-feature-section{background:#fff;padding-top:64px;padding-bottom:64px}
.interview .image-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.interview .image-feature-frame{aspect-ratio:1/1;border-radius:7px;overflow:hidden;border:3px solid #096399;box-shadow:2px 12px 52px -1px #0963991a;position:relative}
.interview .image-feature-frame::after{content:'';position:absolute;inset:0;background:#09639924;pointer-events:none;border-radius:7px}
.interview .image-feature-frame img{width:100%;height:100%;object-fit:cover;display:block}
.interview .image-feature-content{display:flex;flex-direction:column;gap:16px}
.interview .image-feature-overline{display:block;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#FD8F45}
.interview .image-feature-overline::before{content:'';display:inline-block;width:32px;height:2px;background:#096399;vertical-align:middle;margin-right:8px}
.interview .image-feature-heading{font-size:32px;line-height:1.1;color:#0e2233;margin:0}
.interview .image-feature-body{font-size:16px;line-height:1.6;color:#2d4a5e;margin:0}
.interview .image-feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.interview .image-feature-list li{display:flex;align-items:flex-start;gap:8px;font-size:16px;line-height:1.4;color:#0e2233}
.interview .list-num{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:42px;background:#096399;color:#fff;font-size:16px;font-weight:700;flex-shrink:0;margin-top:1px}
.interview .feature-cta{display:inline-flex;align-items:center;gap:8px;background:#FD8F45;color:#fff;font-size:16px;font-weight:700;border:none;border-radius:7px;padding:16px 32px;cursor:pointer;text-decoration:none;transition:background .12s cubic-bezier(0.4,0,1,1),box-shadow .12s cubic-bezier(0.4,0,1,1);box-shadow:2px 7px 20px -1px #fd8f451a;position:relative;overflow:hidden;align-self:flex-start}
.interview .feature-cta:hover{background:#096399;box-shadow:2px 12px 52px -1px #0963991a}
.interview .feature-cta:focus{outline:2px solid #096399;outline-offset:2px}
.interview .section-divider{width:100%;height:4px;background:linear-gradient(90deg,#fd8f452e 0%,#096399 60%,#0e2233 100%);border:none;margin:0}
.interview .section-divider--thin{height:1px;background:linear-gradient(90deg,transparent 0%,#096399 40%,transparent 100%)}
@media (max-width: 800px) {
.interview .posts-grid{grid-template-columns:1fr;gap:24px}
.interview .expertise-band__grid{grid-template-columns:1fr;gap:16px}
.interview .image-feature-grid{grid-template-columns:1fr;gap:32px}
.interview .banner__heading{font-size:32px}
.interview .constrain{padding-left:16px;padding-right:16px}
.interview .topics-table{display:block;overflow-x:auto}
}
.interview .post-card__body,.interview .post-card__meta,.interview .post-card__link{animation:cardAppear .18s cubic-bezier(0.4,0,1,1) both}
.interview .post-card:nth-child(1){animation-delay:.04s}
.interview .post-card:nth-child(2){animation-delay:.09s}
.interview .post-card:nth-child(3){animation-delay:.13s}
.interview .post-card:nth-child(4){animation-delay:.17s}
@keyframes cardAppear {
from{opacity:0;transform:translateY(12px)}
to{opacity:1;transform:none}
}
.contact-us{max-width:100%;overflow-x:hidden}
.contact-us .grid-full{max-width:1100px;margin:0 auto;padding:0 32px}
.contact-us .reveal-load{animation:revealRotate .18s cubic-bezier(0.4,0,1,1) both}
@keyframes revealRotate {
from{opacity:0;transform:rotate(-1.5deg) translateY(12px)}
to{opacity:1;transform:rotate(0deg) translateY(0)}
}
.contact-us .page-band{background:#096399;padding:48px 0 32px}
.contact-us .page-band .grid-full{display:flex;flex-direction:row;align-items:flex-end;gap:48px}
.contact-us .band__text{flex:1 1 0}
.contact-us .band__overline{display:block;font-size:16px;line-height:1.1;letter-spacing:.12em;text-transform:uppercase;color:#FD8F45;margin-bottom:16px}
.contact-us .band__heading{font-size:44px;line-height:1.1;color:#fff;margin:0 0 16px}
.contact-us .band__heading em{font-style:normal;color:transparent;-webkit-text-stroke:1.5px #fff}
.contact-us .band__sub{font-size:19px;line-height:1.4;color:#DFF1D4;max-width:480px;margin:0}
.contact-us .band__image-col{flex:0 0 340px;position:relative;border-radius:7px;overflow:hidden;box-shadow:2px 12px 52px -1px #0963991a}
.contact-us .band__image-col img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:7px}
.contact-us .band__image-col::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to top,#096399d1,transparent);border-radius:0 0 7px 7px;pointer-events:none}
.contact-us .band__image-decor{position:absolute;top:-24px;right:-24px;width:80px;height:80px;border-radius:42px;background:radial-gradient(circle at top left,#fd8f4547,transparent 70%);pointer-events:none;z-index:0}
.contact-us .split-panel{padding:0;background:#fff}
.contact-us .split-panel .grid-full{display:flex;flex-direction:row;align-items:stretch;gap:0;max-width:1100px}
.contact-us .form-side{flex:0 0 58%;background:#fff;padding:48px 48px 48px 0}
.contact-us .details-side{flex:0 0 42%;background:#096399;padding:48px 32px;display:flex;flex-direction:column;gap:32px}
.contact-us .form-side .section-label{display:block;font-size:16px;line-height:1.1;text-transform:uppercase;letter-spacing:.1em;color:#FD8F45;margin-bottom:16px}
.contact-us .form-side h2{font-size:32px;line-height:1.1;color:#111;margin:0 0 32px}
.contact-us .editorial-form{display:flex;flex-direction:column;gap:32px}
.contact-us .form-row{display:flex;flex-direction:row;gap:16px}
.contact-us .field{position:relative;flex:1 1 0}
.contact-us .field input{width:100%;border:none;border-bottom:2px solid #bbb;background:transparent;padding:24px 0 8px;font-size:19px;line-height:1.4;color:#111;outline:none;border-radius:0;transition:border-color .12s cubic-bezier(0.4,0,1,1);box-shadow:inset 0 -1px 0 0 transparent}
.contact-us .field input:focus{border-bottom-color:#096399;box-shadow:inset 0 -2px 0 0 #09639914}
.contact-us .field label{position:absolute;top:24px;left:0;font-size:16px;line-height:1.4;color:#666;pointer-events:none;transition:top .12s cubic-bezier(0.4,0,1,1),font-size .12s cubic-bezier(0.4,0,1,1),color .12s cubic-bezier(0.4,0,1,1)}
.contact-us .field input:focus + label,.contact-us .field input:not(:placeholder-shown) + label{top:4px;font-size:16px;color:#096399;font-size:13px}
.contact-us .budget-group{display:flex;flex-direction:column;gap:16px}
.contact-us .budget-group .group-label{font-size:16px;line-height:1.1;color:#444;text-transform:uppercase;letter-spacing:.08em}
.contact-us .budget-options{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}
.contact-us .budget-option{position:relative}
.contact-us .budget-option input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.contact-us .budget-option label{display:block;padding:8px 16px;border:2px solid #bbb;border-radius:2px;font-size:16px;line-height:1.4;color:#444;cursor:pointer;transition:border-color .15s cubic-bezier(0.4,0,1,1),background .15s cubic-bezier(0.4,0,1,1),color .15s cubic-bezier(0.4,0,1,1);user-select:none}
.contact-us .budget-option input[type="radio"]:checked + label{border-color:#096399;background:#096399;color:#fff}
.contact-us .budget-option label:hover{border-color:#FD8F45}
.contact-us .privacy-row{display:flex;flex-direction:row;align-items:flex-start;gap:8px}
.contact-us .privacy-row input[type="checkbox"]{flex-shrink:0;margin-top:3px;accent-color:#096399;width:18px;height:18px;cursor:pointer}
.contact-us .privacy-row .privacy-text{font-size:16px;line-height:1.6;color:#444}
.contact-us .privacy-row .privacy-text a{color:#096399;text-decoration:underline}
.contact-us .submit-btn{position:relative;overflow:hidden;background:#FD8F45;color:#fff;border:none;border-radius:2px;padding:16px 48px;font-size:19px;line-height:1.1;cursor:pointer;align-self:flex-start;box-shadow:2px 7px 20px -1px #fd8f451a;transition:background .15s cubic-bezier(0.4,0,1,1),box-shadow .15s cubic-bezier(0.4,0,1,1)}
.contact-us .submit-btn:hover{background:#e0782e;box-shadow:2px 12px 52px -1px #fd8f451a}
.contact-us .submit-btn:focus{outline:3px solid #FD8F45;outline-offset:3px}
.contact-us .submit-btn::after{content:'';position:absolute;border-radius:42px;background:#ffffff59;width:0;height:0;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;transition:width .15s cubic-bezier(0.4,0,1,1),height .15s cubic-bezier(0.4,0,1,1),opacity .15s cubic-bezier(0.4,0,1,1);opacity:0}
.contact-us .submit-btn:active::after{width:200px;height:200px;opacity:1}
.contact-us .details-side .details-overline{display:block;font-size:16px;line-height:1.1;text-transform:uppercase;letter-spacing:.1em;color:#DFF1D4;margin-bottom:16px}
.contact-us .details-side h3{font-size:24px;line-height:1.1;color:#fff;margin:0 0 32px}
.contact-us .contact-item{display:flex;flex-direction:row;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid #ffffff1f}
.contact-us .contact-item:last-of-type{border-bottom:none}
.contact-us .contact-item .item-icon{flex-shrink:0;width:40px;height:40px;border-radius:7px;background:#dff1d41f;display:flex;align-items:center;justify-content:center}
.contact-us .contact-item .item-icon svg{width:20px;height:20px;fill:#DFF1D4}
.contact-us .contact-item .item-body{display:flex;flex-direction:column;gap:8px}
.contact-us .contact-item .item-label{font-size:16px;line-height:1.1;color:#dff1d4b3;text-transform:uppercase;letter-spacing:.08em}
.contact-us .contact-item .item-value{font-size:19px;line-height:1.4;color:#fff}
.contact-us .contact-item .item-value a{color:#fff;text-decoration:none;transition:color .12s cubic-bezier(0.4,0,1,1)}
.contact-us .contact-item .item-value a:hover{color:#FD8F45}
.contact-us .context-strip{padding:48px 0 96px;background:#DFF1D4}
.contact-us .context-strip .grid-full{display:flex;flex-direction:row;gap:48px;align-items:flex-start}
.contact-us .context-left{flex:0 0 340px;display:flex;flex-direction:column;gap:16px}
.contact-us .context-left .overline{display:block;font-size:16px;line-height:1.1;text-transform:uppercase;letter-spacing:.1em;color:#096399}
.contact-us .context-left h2{font-size:32px;line-height:1.1;color:#111;margin:0 0 8px}
.contact-us .context-left p{font-size:16px;line-height:1.6;color:#333;margin:0}
.contact-us .context-right{flex:1 1 0;display:flex;flex-direction:column;gap:16px}
.contact-us .context-right .empty-space{height:32px}
.contact-us .faq-item{background:#fff;border-radius:7px;padding:16px;box-shadow:2px 2px 2px -1px #09639914;display:flex;flex-direction:row;gap:16px;align-items:flex-start}
.contact-us .faq-item .faq-number{flex-shrink:0;width:32px;height:32px;border-radius:42px;background:#096399;color:#fff;font-size:16px;line-height:32px;text-align:center;font-weight:700}
.contact-us .faq-item .faq-body{display:flex;flex-direction:column;gap:8px}
.contact-us .faq-item .faq-q{font-size:19px;line-height:1.4;color:#111;font-weight:600;margin:0}
.contact-us .faq-item .faq-a{font-size:16px;line-height:1.6;color:#444;margin:0}
@media (max-width: 900px) {
.contact-us .page-band .grid-full{flex-direction:column-reverse;gap:32px}
.contact-us .band__image-col{flex:0 0 auto;width:100%;max-width:400px}
.contact-us .split-panel .grid-full{flex-direction:column}
.contact-us .form-side{flex:none;padding:32px 0}
.contact-us .details-side{flex:none;padding:32px}
.contact-us .context-strip .grid-full{flex-direction:column;gap:32px}
.contact-us .context-left{flex:none;width:100%}
.contact-us .form-row{flex-direction:column;gap:32px}
.contact-us .band__heading{font-size:32px}
}
@media (max-width: 600px) {
.contact-us .grid-full{padding:0 16px}
.contact-us .budget-options{flex-direction:column}
.contact-us .band__heading{font-size:32px}
.contact-us .submit-btn{width:100%;text-align:center}
}
.contact-us .divider-gradient{height:2px;background:linear-gradient(to right,transparent,#FD8F45,transparent);border:none;margin:0}
.debut{max-width:100%;overflow-x:hidden}
.debut__container{max-width:1100px;margin:0 auto;padding:0 32px}
.debut__title-block{background:linear-gradient(to bottom right,#fff9f4,#f0f7ff);padding:48px 0;position:relative}
.debut__title-block .debut__container{display:flex;flex-direction:row;align-items:center;gap:48px}
.debut__title-text{flex:2;min-width:0}
.debut__title-overline{display:inline-block;font-size:16px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#096399;border-top:2px solid #FD8F45;padding-top:8px;margin-bottom:16px}
.debut__title-h1{font-size:44px;line-height:1.1;color:#0d2d40;margin:0 0 16px}
.debut__title-h1 span{color:#FD8F45}
.debut__title-sub{font-size:19px;line-height:1.6;color:#1a3a50;margin:0 0 32px;max-width:520px}
.debut__title-badges{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap}
.debut__badge{font-size:16px;background:#DFF1D4;color:#1a3a50;padding:8px 16px;border-radius:2px;font-weight:600}
.debut__badge--accent{background:#096399;color:#fff!important}
.debut__title-visual{flex:1;position:relative;display:flex;flex-direction:column;align-items:flex-end;gap:16px}
.debut__title-img-wrap{width:100%;max-width:320px;aspect-ratio:1/1;border-radius:7px;overflow:hidden;box-shadow:2px 7px 20px -1px #0963991a;position:relative}
.debut__title-img-wrap::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#fd8f4538 0%,transparent 60%);pointer-events:none}
.debut__title-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.debut__shape-tri{position:absolute;top:-16px;right:-16px;width:64px;height:64px;pointer-events:none}
.debut__shape-dot{position:absolute;bottom:-8px;left:-24px;width:48px;height:48px;border-radius:42px;background:#DFF1D4;opacity:.7;pointer-events:none}
.debut__approach{background:#fff;padding:96px 0 48px}
.debut__approach .debut__container{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.debut__approach-left{position:relative}
.debut__approach-overline{display:inline-block;font-size:16px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#FD8F45;border-top:2px solid #096399;padding-top:8px;margin-bottom:16px}
.debut__approach-h2{font-size:32px;line-height:1.1;color:#0d2d40;margin:0 0 16px}
.debut__approach-img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:7px;box-shadow:2px 12px 52px -1px #fd8f451a;display:block;margin-top:32px}
.debut__approach-right{display:flex;flex-direction:column;gap:32px}
.debut__approach-item{display:flex;flex-direction:row;align-items:flex-start;gap:16px}
.debut__approach-num{width:36px;height:36px;min-width:36px;border-radius:42px;background:#096399;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700}
.debut__approach-item-text{flex:1;min-width:0}
.debut__approach-item-text h4{font-size:19px;line-height:1.4;color:#0d2d40;margin:0 0 8px}
.debut__approach-item-text p{font-size:16px;line-height:1.6;color:#2a4a60;margin:0}
.debut__current{background:linear-gradient(160deg,#f0f7ff 0%,#fffaf6 100%);padding:48px 0;animation:bgpulse 5s ease-in-out infinite}
@keyframes bgpulse {
0%,100%{filter:brightness(1)}
50%{filter:brightness(1.04)}
}
.debut__current .debut__container{display:flex;flex-direction:column;gap:32px}
.debut__current-top{display:flex;flex-direction:row;gap:48px;align-items:flex-start}
.debut__current-heading{flex:1;min-width:0}
.debut__current-overline{display:inline-block;font-size:16px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#096399;border-top:2px solid #FD8F45;padding-top:8px;margin-bottom:16px}
.debut__current-h2{font-size:32px;line-height:1.1;color:#0d2d40;margin:0}
.debut__current-body{flex:1.4;min-width:0}
.debut__current-body p{font-size:16px;line-height:1.6;color:#2a4a60;margin:0 0 16px}
.debut__current-body p:last-child{margin:0}
.debut__current-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.debut__metric{background:#fff;border-radius:7px;padding:16px;box-shadow:2px 2px 2px -1px #09639914;border-top:3px solid #FD8F45}
.debut__metric-num{font-size:32px;line-height:1.1;font-weight:700;color:#096399;display:block}
.debut__metric-label{font-size:16px;line-height:1.4;color:#2a4a60;display:block;margin-top:8px}
.debut__current-img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:7px;box-shadow:2px 7px 20px -1px #0963991a;display:block;margin-top:16px}
.debut__reputation{background:#0d2d40;padding:96px 0}
.debut__reputation .debut__container{display:flex;flex-direction:column;gap:48px}
.debut__reputation-top{display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:start}
.debut__reputation-overline{display:inline-block;font-size:16px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#FD8F45;border-top:2px solid #FD8F45;padding-top:8px;margin-bottom:16px}
.debut__reputation-h2{font-size:32px;line-height:1.1;color:#fff;margin:0}
.debut__reputation-body p{font-size:16px;line-height:1.6;color:#a8cce0;margin:0 0 16px}
.debut__reputation-body p:last-child{margin:0}
.debut__reputation-refs{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.debut__ref-card{background:#ffffff0d;border-radius:7px;padding:16px;border-top:2px solid #FD8F45;transition:background .15s cubic-bezier(0.4,0,1,1)}
.debut__ref-card:hover{background:#ffffff1a}
.debut__ref-icon{display:block;margin-bottom:8px}
.debut__ref-card h5{font-size:16px;line-height:1.4;color:#fff;margin:0 0 8px}
.debut__ref-card p{font-size:16px;line-height:1.4;color:#a8cce0;margin:0}
.debut__method{background:#fff;padding:96px 0;position:relative}
.debut__method-math{position:absolute;right:32px;top:32px;font-size:70px;line-height:1.1;color:#DFF1D4;font-weight:700;pointer-events:none;user-select:none;z-index:0}
.debut__method .debut__container{position:relative;z-index:1;display:grid;grid-template-columns:2fr 1fr;gap:48px;align-items:start}
.debut__method-primary{display:flex;flex-direction:column;gap:32px}
.debut__method-overline{display:inline-block;font-size:16px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#096399;border-top:2px solid #FD8F45;padding-top:8px;margin-bottom:16px}
.debut__method-h2{font-size:32px;line-height:1.1;color:#0d2d40;margin:0 0 16px}
.debut__method-p{font-size:16px;line-height:1.6;color:#2a4a60;margin:0}
.debut__method-steps{display:flex;flex-direction:column;gap:16px}
.debut__step{display:flex;flex-direction:row;gap:16px;align-items:flex-start;padding:16px;background:#f4f9ff;border-radius:7px;transition:box-shadow .12s cubic-bezier(0.4,0,1,1)}
.debut__step:hover{box-shadow:2px 7px 20px -1px #0963991a}
.debut__step-num{min-width:32px;height:32px;border-radius:42px;background:#FD8F45;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700}
.debut__step-text h5{font-size:16px;line-height:1.4;color:#0d2d40;margin:0 0 8px}
.debut__step-text p{font-size:16px;line-height:1.6;color:#2a4a60;margin:0}
.debut__method-secondary{display:flex;flex-direction:column;gap:16px}
.debut__method-img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:7px;box-shadow:2px 12px 52px -1px #fd8f451a;display:block}
.debut__connector{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px}
.debut__connector-icons{display:flex;flex-direction:row;align-items:center;gap:8px}
.debut__connector-icon{width:36px;height:36px;border-radius:42px;background:#DFF1D4;display:flex;align-items:center;justify-content:center}
.debut__connector-line{flex:1;height:2px;border-top:2px dashed #096399;min-width:32px}
.debut__connector-label{font-size:16px;color:#2a4a60;text-align:center;line-height:1.4}
.debut__community{background:linear-gradient(135deg,#DFF1D4 0%,#e8f4fd 100%);padding:96px 0}
.debut__community .debut__container{display:flex;flex-direction:column;gap:48px}
.debut__community-top{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.debut__community-overline{display:inline-block;font-size:16px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#096399;border-top:2px solid #096399;padding-top:8px;margin-bottom:16px}
.debut__community-h2{font-size:32px;line-height:1.1;color:#0d2d40;margin:0 0 16px}
.debut__community-p{font-size:16px;line-height:1.6;color:#2a4a60;margin:0}
.debut__community-quote{background:#fff;border-radius:7px;padding:32px;box-shadow:2px 7px 20px -1px #0963991a;display:flex;flex-direction:column;gap:16px}
.debut__community-quote blockquote{margin:0;font-size:19px;line-height:1.6;color:#0d2d40;font-style:italic}
.debut__community-author{display:flex;flex-direction:row;align-items:center;gap:16px}
.debut__author-portrait{width:64px;height:84px;border-radius:7px;object-fit:cover;object-position:top;display:block;box-shadow:2px 2px 2px -1px #09639914}
.debut__author-info strong{display:block;font-size:16px;color:#0d2d40;line-height:1.4}
.debut__author-info span{font-size:16px;color:#2a4a60;line-height:1.4}
.debut__community-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.debut__peer-card{background:#fff;border-radius:7px;padding:16px;box-shadow:2px 2px 2px -1px #09639914;position:relative;overflow:hidden;transition:box-shadow .16s ease-in}
.debut__peer-card:hover{box-shadow:2px 7px 20px -1px #0963991a}
.debut__peer-card::before{content:"";position:absolute;top:0;left:0;width:0;height:0;border-top:32px solid #DFF1D4;border-right:32px solid transparent;pointer-events:none}
.debut__peer-card h5{font-size:16px;line-height:1.4;color:#0d2d40;margin:0 0 8px}
.debut__peer-card p{font-size:16px;line-height:1.6;color:#2a4a60;margin:0}
.debut__fit{background:#fff;padding:96px 0}
.debut__fit .debut__container{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.debut__fit-left{display:flex;flex-direction:column;gap:32px}
.debut__fit-overline{display:inline-block;font-size:16px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#FD8F45;border-top:2px solid #096399;padding-top:8px;margin-bottom:16px}
.debut__fit-h2{font-size:32px;line-height:1.1;color:#0d2d40;margin:0 0 16px}
.debut__fit-p{font-size:16px;line-height:1.6;color:#2a4a60;margin:0}
.debut__fit-lists{display:flex;flex-direction:column;gap:32px}
.debut__fit-group h4{font-size:19px;line-height:1.4;color:#0d2d40;margin:0 0 16px;padding-bottom:8px;border-bottom:2px solid #DFF1D4}
.debut__fit-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.debut__fit-list li{display:flex;flex-direction:row;align-items:flex-start;gap:8px;font-size:16px;line-height:1.6;color:#2a4a60}
.debut__fit-list--yes li::before{content:"";min-width:20px;height:20px;border-radius:42px;background:#DFF1D4;flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center}
.debut__fit-list--no li::before{content:"";min-width:20px;height:20px;border-radius:2px;background:#ffe5d0;flex-shrink:0;margin-top:2px}
.debut__fit-visual{display:flex;flex-direction:column;gap:16px}
.debut__fit-img-wrap{width:100%;aspect-ratio:1/1;border-radius:7px;overflow:hidden;box-shadow:2px 12px 52px -1px #fd8f451a;position:relative}
.debut__fit-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .18s cubic-bezier(0.4,0,1,1)}
.debut__fit-img-wrap:hover img{transform:scale(1.03)}
.debut__fit-img-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#096399d9 0%,transparent 100%);padding:32px 16px 16px}
.debut__fit-img-overlay p{font-size:16px;line-height:1.4;color:#fff!important;margin:0}
@media (max-width: 768px) {
.debut__title-block .debut__container{flex-direction:column;gap:32px}
.debut__title-visual{align-items:center;width:100%}
.debut__title-img-wrap{max-width:100%}
.debut__title-h1{font-size:32px}
.debut__approach .debut__container{grid-template-columns:1fr}
.debut__current-top{flex-direction:column;gap:32px}
.debut__current-metrics{grid-template-columns:repeat(2,1fr)}
.debut__reputation-top{grid-template-columns:1fr}
.debut__reputation-refs{grid-template-columns:1fr}
.debut__method .debut__container{grid-template-columns:1fr}
.debut__method-math{display:none}
.debut__community-top{grid-template-columns:1fr}
.debut__community-cards{grid-template-columns:1fr}
.debut__fit .debut__container{grid-template-columns:1fr}
}
.about-us{max-width:100%;overflow-x:hidden}
.about-us .about-us__inner{max-width:1100px;margin:0 auto;padding:0 32px}
@keyframes scaleSettle {
from{transform:scale(0.95);opacity:.7}
to{transform:scale(1);opacity:1}
}
.about-us .panel{animation:scaleSettle .18s cubic-bezier(0.4,0,1,1) both}
.about-us .overline{display:block;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.13em;color:#096399;margin-bottom:8px;line-height:1.1}
.about-us .divider-asymmetric{display:flex;align-items:center;gap:8px;margin:0;padding:0}
.about-us .divider-asymmetric::before{content:"";display:block;height:2px;width:72%;background:#FD8F45;border-radius:2px}
.about-us .divider-asymmetric::after{content:"";display:block;height:2px;width:12%;background:#DFF1D4;border-radius:2px}
.about-us .tag{display:inline-block;background:#DFF1D4;color:#096399;font-size:16px;font-weight:600;border-radius:42px;padding:8px 16px;line-height:1.1}
.about-us .tag--primary{background:#FD8F45;color:#fff}
.about-us .tag--secondary{background:#096399;color:#fff}
.about-us .title-panel{background:#fff;padding:96px 32px 48px;position:relative}
.about-us .title-panel__bg-grid{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden;border-radius:0}
.about-us .title-panel__bg-grid svg{width:100%;height:100%;opacity:.045}
.about-us .title-panel__body{position:relative;z-index:1;max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:32px}
.about-us .title-panel__image-wrap{width:340px;height:340px;border-radius:7px;overflow:hidden;box-shadow:2px 12px 52px -1px #0963991a;position:relative;flex-shrink:0}
.about-us .title-panel__image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:saturate(1.15) brightness(0.97) sepia(0.12)}
.about-us .title-panel__image-badge{position:absolute;bottom:16px;right:16px;background:#FD8F45;color:#fff;font-size:16px;font-weight:700;border-radius:7px;padding:8px 16px;line-height:1.1;box-shadow:2px 7px 20px -1px #fd8f451a}
.about-us .title-panel__text{text-align:center;max-width:680px}
.about-us .title-panel__text h1{font-size:44px;line-height:1.1;font-weight:800;color:#111c2b;margin:16px 0}
.about-us .title-panel__text p{font-size:19px;line-height:1.6;color:#2a3a4a;margin:0}
.about-us .focus-panel{background:linear-gradient(135deg,#09639912 0%,#fff0 60%),#f4f8fc;padding:96px 32px}
.about-us .focus-panel__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.7fr 1fr;gap:48px;align-items:start}
.about-us .focus-panel__left h2{font-size:44px;font-weight:800;line-height:1.1;color:#111c2b;margin:16px 0}
.about-us .focus-panel__left p{font-size:19px;line-height:1.6;color:#2a3a4a;margin:0 0 16px}
.about-us .focus-panel__checklist{list-style:none;margin:32px 0 0;padding:0;display:flex;flex-direction:column;gap:16px}
.about-us .focus-panel__checklist li{display:flex;align-items:flex-start;gap:16px;font-size:16px;line-height:1.6;color:#2a3a4a}
.about-us .check-mark{flex-shrink:0;width:24px;height:24px;border-radius:42px;background:#DFF1D4;display:flex;align-items:center;justify-content:center;margin-top:1px}
.about-us .check-mark svg{display:block}
.about-us .cross-mark{flex-shrink:0;width:24px;height:24px;border-radius:42px;background:#ffe4d4;display:flex;align-items:center;justify-content:center;margin-top:1px}
.about-us .focus-panel__right{display:flex;flex-direction:column;gap:16px}
.about-us .focus-panel__image-wrap{width:100%;aspect-ratio:1/1;border-radius:7px;overflow:hidden;box-shadow:2px 7px 20px -1px #0963991a}
.about-us .focus-panel__image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.about-us .focus-panel__stat-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.about-us .stat-box{background:#fff;border-radius:7px;padding:16px;box-shadow:2px 2px 2px -1px #fd8f4514;text-align:center}
.about-us .stat-box__num{font-size:32px;font-weight:800;color:#096399;line-height:1.1;display:block}
.about-us .stat-box__label{font-size:16px;color:#2a3a4a;line-height:1.4}
.about-us .approach-panel{background:#111c2b;padding:96px 32px;position:relative}
.about-us .approach-panel__deco{position:absolute;top:48px;right:0;width:340px;height:220px;pointer-events:none;overflow:hidden;border-radius:0}
.about-us .approach-panel__inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:48px}
.about-us .approach-panel__top{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.about-us .approach-panel .overline{color:#FD8F45}
.about-us .approach-panel__top h2{font-size:44px;font-weight:800;line-height:1.1;color:#fff;margin:16px 0}
.about-us .approach-panel__top p{font-size:19px;line-height:1.6;color:#b8cde0;margin:0 0 16px}
.about-us .approach-panel__top p:last-child{margin-bottom:0}
.about-us .level-group{display:flex;flex-direction:column;gap:16px}
.about-us .level-item{background:#ffffff0a;border-radius:7px;padding:16px;transition:background .15s cubic-bezier(0.4,0,1,1)}
.about-us .level-item:hover{background:#fd8f4521}
.about-us .level-item h4{font-size:19px;font-weight:700;color:#fff;margin:0 0 8px;line-height:1.1}
.about-us .level-item p{font-size:16px;line-height:1.6;color:#b8cde0;margin:0}
.about-us .level-item h5{font-size:16px;font-weight:600;color:#FD8F45;margin:8px 0 4px;line-height:1.1}
.about-us .level-item p.sub{font-size:16px;color:#8aadca;margin:0}
.about-us .approach-panel__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.about-us .approach-card{background:#ffffff0d;border-radius:7px;padding:32px 16px;text-align:center;box-shadow:2px 7px 20px -1px #0963991a;transition:transform .15s cubic-bezier(0.4,0,1,1),box-shadow .15s cubic-bezier(0.4,0,1,1);cursor:default;position:relative;z-index:1}
.about-us .approach-card:hover,.about-us .approach-card:focus-within{transform:translateY(-8px) scale(1.02);box-shadow:2px 12px 52px -1px #fd8f451a;z-index:3}
.about-us .approach-card__icon{width:48px;height:48px;margin:0 auto 16px;border-radius:42px;background:#fd8f4526;display:flex;align-items:center;justify-content:center}
.about-us .approach-card h5{font-size:19px;font-weight:700;color:#fff;margin:0 0 8px;line-height:1.1}
.about-us .approach-card p{font-size:16px;line-height:1.6;color:#b8cde0;margin:0}
.about-us .team-panel{background:#fff;padding:96px 32px}
.about-us .team-panel__inner{max-width:1100px;margin:0 auto}
.about-us .team-panel__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:32px;align-items:start}
.about-us .team-panel h2{font-size:32px;font-weight:800;line-height:1.1;color:#111c2b;margin:16px 0}
.about-us .team-panel__description p{font-size:19px;line-height:1.6;color:#2a3a4a;margin:0 0 16px}
.about-us .team-panel__description p:last-child{margin-bottom:0}
.about-us .team-panel__cta-wrap{margin-top:32px;display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.about-us .btn-primary{display:inline-block;background:#FD8F45;color:#fff;font-size:16px;font-weight:700;border-radius:7px;padding:16px 32px;text-decoration:none;border:none;cursor:pointer;line-height:1.1;box-shadow:2px 7px 20px -1px #fd8f451a;transition:background .12s cubic-bezier(0.4,0,1,1),transform .12s cubic-bezier(0.4,0,1,1);position:relative;overflow:hidden}
.about-us .btn-primary:hover{background:#e07830;transform:translateY(-1px)}
.about-us .btn-primary:active{transform:scale(0.97)}
.about-us .btn-outline{display:inline-block;background:transparent;color:#096399;font-size:16px;font-weight:700;border-radius:7px;padding:16px 32px;text-decoration:none;border:2px solid #096399;cursor:pointer;line-height:1.1;transition:background .12s cubic-bezier(0.4,0,1,1),color .12s cubic-bezier(0.4,0,1,1)}
.about-us .btn-outline:hover{background:#096399;color:#fff}
.about-us .member-card{background:#f4f8fc;border-radius:7px;overflow:hidden;box-shadow:2px 2px 2px -1px #09639914;transition:box-shadow .14s cubic-bezier(0.4,0,1,1),transform .14s cubic-bezier(0.4,0,1,1)}
.about-us .member-card:hover{box-shadow:2px 7px 20px -1px #0963991a;transform:translateY(-4px)}
.about-us .member-card__portrait{width:100%;aspect-ratio:3/4;overflow:hidden;border-radius:7px 7px 0 0}
.about-us .member-card__portrait img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}
.about-us .member-card__info{padding:16px}
.about-us .member-card__info h5{font-size:16px;font-weight:700;color:#111c2b;margin:0 0 4px;line-height:1.1}
.about-us .member-card__info span{font-size:16px;color:#096399;line-height:1.4}
.about-us .member-placeholder{background:#f4f8fc;border-radius:7px;box-shadow:2px 2px 2px -1px #09639914;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:32px 16px;min-height:240px;transition:box-shadow .14s cubic-bezier(0.4,0,1,1),transform .14s cubic-bezier(0.4,0,1,1)}
.about-us .member-placeholder:hover{box-shadow:2px 7px 20px -1px #0963991a;transform:translateY(-4px)}
.about-us .member-placeholder__avatar{width:64px;height:64px;border-radius:42px;background:#DFF1D4;display:flex;align-items:center;justify-content:center}
.about-us .member-placeholder__name{font-size:16px;font-weight:700;color:#111c2b;text-align:center;line-height:1.1}
.about-us .member-placeholder__role{font-size:16px;color:#096399;text-align:center;line-height:1.4}
.about-us .image-feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px}
.about-us .image-feature-card{border-radius:7px;overflow:hidden;position:relative;aspect-ratio:1/1;box-shadow:2px 7px 20px -1px #0963991a}
.about-us .image-feature-card img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .18s cubic-bezier(0.4,0,1,1)}
.about-us .image-feature-card:hover img{transform:scale(1.04)}
.about-us .image-feature-card__label{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#096399cc 0%,#09639900 100%);color:#fff;font-size:16px;font-weight:700;padding:32px 16px 16px;line-height:1.1}
@media (max-width: 768px) {
.about-us .focus-panel__inner{grid-template-columns:1fr}
.about-us .approach-panel__top{grid-template-columns:1fr}
.about-us .approach-panel__cards{grid-template-columns:1fr 1fr}
.about-us .team-panel__grid{grid-template-columns:1fr}
.about-us .image-feature-row{grid-template-columns:1fr 1fr}
.about-us .title-panel__image-wrap{width:240px;height:240px}
.about-us .title-panel__text h1{font-size:32px}
.about-us .focus-panel__left h2,.about-us .approach-panel__top h2{font-size:32px}
}
@media (max-width: 480px) {
.about-us .approach-panel__cards{grid-template-columns:1fr}
.about-us .image-feature-row{grid-template-columns:1fr}
.about-us .focus-panel__stat-row{grid-template-columns:1fr}
}
.success-page{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:96px 16px;background:#fff}
.success-page .confirmation-card{max-width:1100px;width:100%;background:#f4faff;border:1.5px solid #096399;border-radius:7px;padding:48px;box-shadow:2px 7px 20px -1px #0963991a;display:flex;flex-direction:column;align-items:center;text-align:center;gap:32px}
.success-page .confirmation-card__icon-wrapper{width:72px;height:72px;border-radius:42px;background:#DFF1D4;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:2px 2px 2px -1px #09639914}
.success-page .confirmation-card__icon-wrapper svg{display:block}
.success-page .confirmation-card__label{font-size:16px;line-height:1.4;letter-spacing:.12em;text-transform:uppercase;color:#096399;font-weight:700;margin:0}
.success-page .confirmation-card__heading{font-size:44px;line-height:1.1;color:#096399;margin:0;font-weight:800}
.success-page .confirmation-card__body{font-size:19px;line-height:1.6;color:#1a3a4a;max-width:560px;margin:0}
.success-page .confirmation-card__detail{font-size:16px;line-height:1.4;color:#4a6070;max-width:480px;margin:0;border-top:1.5px solid #096399;padding-top:32px;width:100%;text-align:center}
.success-page .confirmation-card__action{display:inline-block;padding:16px 48px;background:#096399;color:#fff;font-size:16px;line-height:1.4;font-weight:700;border-radius:7px;text-decoration:none;border:none;cursor:pointer;box-shadow:2px 7px 20px -1px #0963991a;transition:background .14s cubic-bezier(0.4,0,1,1),box-shadow .14s cubic-bezier(0.4,0,1,1)}
.success-page .confirmation-card__action:hover{background:#074f7a;box-shadow:2px 12px 52px -1px #0963991a}
.success-page .confirmation-card__action:focus{outline:2px solid #FD8F45;outline-offset:3px}
.success-page .confirmation-card__action:active{background:#053d5e}
@media (max-width: 600px) {
.success-page .confirmation-card{padding:32px 16px;gap:16px}
.success-page .confirmation-card__heading{font-size:32px}
.success-page .confirmation-card__body{font-size:16px}
}