.gap-xs{gap:4px}.gap-sm{gap:8px}.gap-md{gap:16px}.gap-lg{gap:28px}.gap-xl{gap:36px}body{color:#0f1724;font-family:IBM Plex Mono,monospace;font-size:16px;line-height:1.6}h1,h2,h3,h4,h5,h6{color:#0f1724;font-family:Playfair Display,serif;font-weight:700}h1{font-size:clamp(44px,6vw,60px)}h2{font-size:clamp(20px,3.5vw,45px)}h3,h4{font-size:clamp(17px,2.2vw,24px)}h5{font-size:clamp(16px,1.8vw,18px);font-weight:600}h6{font-size:15px;font-weight:600}p{color:#0f1724;font-size:clamp(16px,1.8vw,18px);line-height:1.75}.text-accent{color:#2f6be0}.text-muted{color:#64748b}.text-dim{color:#a0aab8}.text-error{color:#c4504a}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-down{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-left{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes fade-right{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes pulse-glow{0%,to{opacity:.6}50%{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes draw-line{0%{stroke-dashoffset:1px}to{stroke-dashoffset:0}}.animate-fade-in{animation:.5s both fade-in}.animate-fade-up{animation:.5s both fade-up}.animate-scale-in{animation:.4s both scale-in}.animate-float{animation:3s ease-in-out infinite float}.delay-1{animation-delay:80ms}.delay-2{animation-delay:.16s}.delay-3{animation-delay:.24s}.delay-4{animation-delay:.32s}.delay-5{animation-delay:.4s}.delay-6{animation-delay:.48s}.delay-7{animation-delay:.56s}.delay-8{animation-delay:.64s}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f9fafb;min-height:100vh}a{color:inherit;cursor:pointer;text-decoration:none}ul,ol{list-style:none}img,svg{max-width:100%;display:block}button{cursor:pointer;font:inherit;color:inherit;background:0 0;border:none}input,textarea{font:inherit;color:inherit;background:0 0;border:none;outline:none}.footer{background:#fff;border-top:1px solid #dde1ea;padding:36px 40px 28px}.footer__inner{flex-direction:column;gap:28px;max-width:1200px;margin-inline:auto;display:flex}.footer__top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:28px;display:flex}.footer__brand{flex-direction:column;gap:4px;display:flex}.footer__name{color:#0f1724;letter-spacing:-.02em;font-family:Playfair Display,serif;font-size:20px;font-weight:700}.footer__tagline{color:#a0aab8;letter-spacing:.06em;text-transform:uppercase;font-family:IBM Plex Mono,monospace;font-size:12px}.footer__links{align-items:center;gap:8px;display:flex}.footer__link{color:#364565;letter-spacing:.04em;border:1px solid #dde1ea;border-radius:6px;align-items:center;gap:7px;padding:8px 14px;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:500;text-decoration:none;transition:border-color .2s,color .2s,background .2s;display:inline-flex}.footer__link svg{flex-shrink:0;width:15px;height:15px}.footer__link:hover{color:#2f6be0;background:#2f6be00d;border-color:#2f6be0}.footer__divider{background:#dde1ea;height:1px}.footer__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.footer__copy{color:#a0aab8;letter-spacing:.04em;font-family:IBM Plex Mono,monospace;font-size:12px}.footer__copy span{color:#2f6be0}.footer__back{color:#64748b;letter-spacing:.04em;align-items:center;gap:6px;font-family:IBM Plex Mono,monospace;font-size:12px;text-decoration:none;transition:color .2s;display:inline-flex}.footer__back svg{width:13px;height:13px;transition:transform .2s}.footer__back:hover{color:#2f6be0}.footer__back:hover svg{transform:translateY(-2px)}.header{z-index:10;-webkit-backdrop-filter:blur(16px)saturate(160%);background:#ffffffd1;border-bottom:1px solid #dde1ea;transition:box-shadow .2s;position:fixed;top:0;left:0;right:0}.header--scrolled{box-shadow:0 2px 16px #0f172414}.header__inner{padding-inline:28px;justify-content:space-between;align-items:center;max-width:1180px;margin-inline:auto;padding:16px;display:flex}.header__logo{color:#0f1724;letter-spacing:-.02em;font-family:Playfair Display,serif;font-size:20px;font-weight:700;text-decoration:none}.header__logo span{color:#2f6be0}.header__nav{align-items:center;gap:36px;display:flex}@media (width<=768px){.header__nav{display:none}}.header__links{align-items:center;gap:28px;display:flex}.header__link{color:#64748b;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;padding-bottom:3px;font-family:IBM Plex Mono,monospace;font-size:15px;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.header__link:after{content:"";background:#2f6be0;border-radius:99px;width:0;height:2px;transition:width .2s;position:absolute;bottom:0;left:0}.header__link:hover{color:#0f1724}.header__link:hover:after{width:100%}.header__link--active{color:#2f6be0}.header__link--active:after{width:100%}.header__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:4px;display:none}@media (width<=768px){.header__burger{display:flex}}.header__burger span{transform-origin:50%;background:#0f1724;border-radius:99px;height:2px;transition:transform .26s,opacity .2s,width .2s;display:block}.header__burger span:first-child{width:22px}.header__burger span:nth-child(2){width:16px}.header__burger span:nth-child(3){width:22px}.header__burger--open span:first-child{width:22px;transform:translateY(7px)rotate(45deg)}.header__burger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.header__burger--open span:nth-child(3){width:22px;transform:translateY(-7px)rotate(-45deg)}.header__mobile-menu{-webkit-backdrop-filter:blur(16px)saturate(160%);background:#fffffff2;flex-direction:column;gap:16px;width:100%;height:min-content;padding:36px 28px;display:none;position:fixed;inset:60px 0 0}.header__mobile-menu--open{animation:.22s both fade-down;display:none}@media (width<=768px){.header__mobile-menu--open{display:flex}}.header__mobile-nav{border-bottom:1px solid #dde1ea;flex-direction:column;gap:4px;margin-bottom:16px;padding-bottom:28px;display:flex}.header__mobile-link{color:#64748b;padding:8px 0;font-family:Playfair Display,serif;font-size:clamp(20px,3.5vw,45px);font-weight:400;text-decoration:none;transition:color .16s,transform .16s}.header__mobile-link:hover,.header__mobile-link--active{color:#0f1724;transform:translate(6px)}.header__mobile-link--active{color:#2f6be0}.header .btn{padding:8px 16px}@media (width<=768px){.header .btn{max-width:fit-content}}.btn{letter-spacing:.04em;border:1px solid #2f6be0;border-radius:9px;align-items:center;gap:8px;padding:14px 28px;font-family:IBM Plex Mono,monospace;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.btn.primary{color:#fff;background:#2f6be0;border:1px solid #2f6be0;transition:background .2s,transform .2s,box-shadow .2s}.btn.primary:hover{background:#2f6be0;transform:translateY(-2px);box-shadow:0 6px 20px #2f6be04d}.btn.secondary{color:#0f1724;background:0 0;border:1.5px solid #b0b8cb;transition:border-color .2s,background .2s,transform .2s}.btn.secondary:hover{color:#2f6be0;background:#2f6be00a;border-color:#2f6be0;transform:translateY(-2px)}.btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.hero{background:linear-gradient(160deg,#fff 60%,#eaecf1 100%);align-items:center;min-height:calc(100vh - 60px);padding-top:96px;padding-bottom:36px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#2f6be012 0%,#0000 65%);width:560px;height:560px;position:absolute;top:-120px;right:-80px}.hero__inner{z-index:1;text-align:center;align-items:center;gap:36px;max-width:1200px;height:100%;margin-inline:auto;padding-inline:28px;display:flex;position:relative}.hero__content{flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.hero__label{color:#2f6be0;letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:8px;font-family:IBM Plex Mono,monospace;font-size:15px;display:inline-flex}.hero__label:before,.hero__label:after{content:"";background:#2f6be0;border-radius:99px;width:20px;height:2px;display:inline-block}@media (width<=1200px){.hero__label{justify-content:center;margin-inline:auto}}.hero__title{letter-spacing:-.03em;color:#0f1724;font-family:Playfair Display,serif;font-size:clamp(44px,6vw,60px);font-weight:700;line-height:1.08}.hero__title-line{display:block}.hero__title-line--accent{color:#2f6be0;width:fit-content;position:relative}.hero__title-line--accent:after{content:"";background:linear-gradient(90deg,#2f6be0,#2f6be000);border-radius:99px;height:3px;position:absolute;bottom:4px;left:0;right:0}@media (width<=1200px){.hero__title-line--accent{margin-inline:auto}}.hero__subtitle{color:#64748b;max-width:50%;font-size:clamp(16px,1.8vw,18px);line-height:1.75}@media (width<=1200px){.hero__subtitle{max-width:80%;margin-inline:auto}}.hero__actions{flex-wrap:wrap;align-items:center;gap:16px;margin-top:8px;display:flex}@media (width<=1200px){.hero__actions{justify-content:center}}.hero__scroll{justify-content:center;align-items:center;width:100%;height:80px;display:flex;position:relative}.hero__scroll__inner{color:#a0aab8;letter-spacing:.08em;text-transform:uppercase;flex-direction:column;align-items:center;gap:4px;font-family:IBM Plex Mono,monospace;font-size:15px;animation:3s ease-in-out infinite float;display:flex;position:absolute;bottom:28px;transform:translate(-50%)}.about{background:#eaecf1;padding-block:36px;position:relative}.about__inner{z-index:1;grid-template-columns:2fr 1fr;align-items:start;gap:36px;max-width:1180px;margin-inline:auto;padding-inline:28px;display:grid;position:relative}@media (width<=1200px){.about__inner{grid-template-columns:1fr}}.about__content{flex-direction:column;gap:16px;display:flex}.about__label{color:#0d3c9b;letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:8px;font-family:IBM Plex Mono,monospace;font-size:15px;display:inline-flex}.about__label:before,.about__label:after{content:"";background:#2f6be0;border-radius:99px;width:20px;height:2px;display:inline-block}.about__title{letter-spacing:-.03em;color:#0f1724;margin:0;font-family:Playfair Display,serif;font-size:clamp(44px,6vw,60px);font-weight:700;line-height:1.1}.about__title--accent{color:#0d3c9b}.about__bio{flex-direction:column;gap:8px;display:flex}.about__bio-p{color:#0f1724;margin:0;font-size:clamp(16px,1.8vw,18px);line-height:1.8}.about__tags{margin:0;flex-wrap:wrap;gap:8px;margin-top:4px;padding:0;list-style:none;display:flex}.about__tag{color:#2f6be0;letter-spacing:.04em;background:#fff;border:1px solid #2f6be0;border-radius:9px;padding:4px 16px;font-family:IBM Plex Mono,monospace;font-size:15px;transition:border-color .2s,color .2s}.about__stacks{flex-direction:column;gap:28px;padding-top:16px;display:flex}@media (width<=1200px){.about__stacks{grid-template-columns:repeat(3,1fr);padding-top:0;display:grid}}@media (width<=768px){.about__stacks{flex-direction:column;display:flex}}.about__stack{border-left:2px solid #dde1ea;padding-left:16px;transition:border-color .2s}.about__stack:hover{border-color:#0d3c9b}.about__stack-label{color:#0d3c9b;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-family:IBM Plex Mono,monospace;font-size:15px;display:block}.about__stack-items{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.about__stack-item{color:#0f1724;letter-spacing:.02em;grid-template-columns:repeat(2,1fr);align-items:center;gap:8px;font-family:IBM Plex Mono,monospace;font-size:15px;display:grid}.about__stack-dot{opacity:.5;background:#2f6be0;border-radius:50%;flex-shrink:0;width:5px;height:5px}.about__stack-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.about__stack-name{color:#0f1724;letter-spacing:.02em;align-items:center;gap:8px;font-family:IBM Plex Mono,monospace;font-size:15px;display:flex}.about__stack-level{color:#0d3c9b;opacity:.7;letter-spacing:.04em;font-family:IBM Plex Mono,monospace;font-size:15px}.about__stack-bar{background:#b0b8cb;border-radius:99px;width:80px;height:6px;overflow:hidden}.about__stack-fill{background:linear-gradient(90deg,#2f6be0,#2f6be080);border-radius:99px;height:100%;transition:width .6s cubic-bezier(.4,0,.2,1);display:block}.projects{background:#fff;padding-block:36px;position:relative}.projects__inner{z-index:1;flex-direction:column;gap:28px;max-width:1180px;margin-inline:auto;padding-inline:28px;display:flex;position:relative}.projects__label{color:#2f6be0;letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:8px;font-family:IBM Plex Mono,monospace;font-size:15px;display:inline-flex}.projects__label:before,.projects__label:after{content:"";background:#2f6be0;border-radius:99px;width:20px;height:2px;display:inline-block}.projects__title{letter-spacing:-.03em;color:#0f1724;margin:0;font-family:Playfair Display,serif;font-size:clamp(44px,6vw,60px);font-weight:700;line-height:1.1}.projects__title--accent{color:#2f6be0}.projects__grid{grid-template-columns:repeat(3,1fr);gap:16px;margin:0;padding:0;list-style:none;display:grid}@media (width<=1200px){.projects__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.projects__grid{grid-template-columns:1fr}}.projects__card{cursor:pointer;background:#eaecf1;border:1px solid #dde1ea;border-radius:12px;outline:none;transition:border-color .22s,transform .22s,box-shadow .22s;position:relative;overflow:hidden}.projects__card:hover,.projects__card:focus-visible{border-color:#2f6be0;transform:translateY(-4px);box-shadow:0 12px 32px #0f17241a}.projects__card:hover .projects__card-arrow,.projects__card:focus-visible .projects__card-arrow{opacity:1;transform:translate(0)}.projects__card:hover .projects__card-img img,.projects__card:focus-visible .projects__card-img img{transform:scale(1.04)}.projects__card-img{aspect-ratio:16/9;background:#fff;border-bottom:1px solid #dde1ea;width:100%;overflow:hidden}.projects__card-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.projects__card-placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.projects__card-body{flex-direction:column;gap:4px;padding:16px;display:flex}.projects__card-period{color:#a0aab8;letter-spacing:.06em;font-family:IBM Plex Mono,monospace;font-size:15px}.projects__card-title{color:#0f1724;letter-spacing:-.02em;margin:0;font-family:Playfair Display,serif;font-size:clamp(17px,2.2vw,24px);font-weight:600}.projects__card-stack{flex-wrap:wrap;gap:6px;margin:4px 0 0;padding:0;list-style:none;display:flex}.projects__card-tag{color:#2f6be0;letter-spacing:.04em;background:#2f6be014;border:1px solid #2f6be033;border-radius:6px;padding:2px 8px;font-family:IBM Plex Mono,monospace;font-size:11px}.projects__card-arrow{color:#2f6be0;opacity:0;transition:opacity .2s,transform .2s;position:absolute;top:8px;right:8px;transform:translate(-4px,4px)}.projects__overlay{z-index:200;-webkit-backdrop-filter:blur(6px);background:#0f172499;justify-content:center;align-items:center;padding:28px;display:flex;position:fixed;inset:0}.projects__modal{scrollbar-width:thin;background:#fff;border:1px solid #dde1ea;border-radius:12px;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 64px #0f172433}.projects__modal-header{aspect-ratio:16/7;background:#eaecf1;border-bottom:1px solid #dde1ea;width:100%;position:relative;overflow:hidden}.projects__modal-header img{object-fit:cover;width:100%;height:100%}.projects__modal-close{cursor:pointer;color:#0f1724;background:#fff;border:1px solid #dde1ea;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:border-color .2s,color .2s;display:flex;position:absolute;top:8px;right:8px}.projects__modal-close:hover{color:#2f6be0;border-color:#2f6be0}.projects__modal-body{flex-direction:column;gap:16px;padding:28px;display:flex}.projects__modal-period{color:#a0aab8;letter-spacing:.06em;font-family:IBM Plex Mono,monospace;font-size:15px}.projects__modal-title{color:#0f1724;letter-spacing:-.02em;margin:0;font-family:Playfair Display,serif;font-size:clamp(17px,2.2vw,24px);font-weight:700}.projects__modal-desc{color:#64748b;margin:0;font-size:clamp(16px,1.8vw,18px);line-height:1.75}.projects__modal-section{border-top:1px solid #dde1ea;flex-direction:column;gap:8px;padding-top:8px;display:flex}.projects__modal-section-label{color:#2f6be0;letter-spacing:.08em;text-transform:uppercase;font-family:IBM Plex Mono,monospace;font-size:15px}.projects__modal-stack{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.projects__modal-links{border-top:1px solid #dde1ea;gap:16px;padding-top:8px;display:flex}.projects__modal-link{letter-spacing:.04em;border-radius:9px;align-items:center;gap:8px;padding:10px 16px;font-family:IBM Plex Mono,monospace;font-size:15px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.projects__modal-link--primary{color:#fff;background:#2f6be0;border:1px solid #2f6be0}.projects__modal-link--primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2f6be04d}.projects__modal-link--secondary{color:#0f1724;background:0 0;border:1.5px solid #b0b8cb}.projects__modal-link--secondary:hover{color:#2f6be0;border-color:#2f6be0;transform:translateY(-2px)}.modal-enter-active,.modal-leave-active{transition:opacity .22s}.modal-enter-active .projects__modal,.modal-leave-active .projects__modal{transition:transform .22s cubic-bezier(.34,1.56,.64,1),opacity .22s}.modal-enter-from,.modal-leave-to{opacity:0}.modal-enter-from .projects__modal,.modal-leave-to .projects__modal{opacity:0;transform:translateY(24px)scale(.97)}.timeline{background:#eaecf1;padding-block:36px;position:relative;overflow:hidden}.timeline:before{content:"";pointer-events:none;background:radial-gradient(circle,#2f6be00d 0%,#0000 65%);width:500px;height:500px;position:absolute;top:-60px;right:-80px}.timeline__header{z-index:1;margin-inline:auto;flex-direction:column;gap:8px;max-width:1180px;margin-bottom:36px;padding-inline:28px;display:flex;position:relative}.timeline__label{color:#2f6be0;letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:8px;font-family:IBM Plex Mono,monospace;font-size:15px;display:inline-flex}.timeline__label:before,.timeline__label:after{content:"";background:#2f6be0;border-radius:99px;width:20px;height:2px;display:inline-block}.timeline__title{letter-spacing:-.03em;color:#0f1724;margin:0;font-family:Playfair Display,serif;font-size:clamp(44px,6vw,60px);font-weight:700;line-height:1.1}.timeline__title--accent{color:#2f6be0}.timeline__hint{color:#a0aab8;letter-spacing:.06em;align-items:center;gap:4px;margin:0;font-family:IBM Plex Mono,monospace;font-size:15px;display:inline-flex}.timeline__track{scroll-behavior:smooth;-webkit-user-select:none;user-select:none;scrollbar-width:none;align-items:flex-start;padding-top:28px;padding-bottom:36px;display:flex;position:relative;overflow-y:scroll}.timeline__track::-webkit-scrollbar{display:none}.timeline__track{-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%)}.timeline__track-container{padding:0 36px;display:flex;position:relative}.timeline__line{z-index:0;pointer-events:none;background:linear-gradient(90deg,#0000,#dde1ea 6% 94%,#0000);width:100%;height:4px;position:absolute;top:6px;left:0;right:0}.timeline__item{z-index:1;flex-direction:column;flex-shrink:0;align-items:center;gap:16px;width:280px;margin-inline:28px;display:flex;position:relative}.timeline__dot{z-index:2;border:2px solid #eaecf1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:transform .22s;display:flex}.timeline__dot--accent{background:#2f6be0;box-shadow:0 0 0 4px #2f6be033}.timeline__dot--green{background:#3aab72;box-shadow:0 0 0 4px #3aab7233}.timeline__dot--red{background:#c4504a;box-shadow:0 0 0 4px #c4504a33}.timeline__dot--amber{background:#c9893a;box-shadow:0 0 0 4px #c9893a33}.timeline__item:hover .timeline__dot{transform:scale(1.4)}.timeline__dot-inner{opacity:.8;background:#fff;border-radius:50%;width:5px;height:5px}.timeline__card{background:#fff;border:1px solid #dde1ea;border-radius:12px;flex-direction:column;gap:6px;width:100%;padding:16px;transition:border-color .22s,transform .22s,box-shadow .22s;display:flex}.timeline__card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0f172417}.timeline__card--accent{border-top:3px solid #2f6be0}.timeline__card--accent:hover{border-color:#2f6be0}.timeline__card--green{border-top:3px solid #3aab72}.timeline__card--green:hover{border-color:#3aab72}.timeline__card--red{border-top:3px solid #c4504a}.timeline__card--red:hover{border-color:#c4504a}.timeline__card--amber{border-top:3px solid #c9893a}.timeline__card--amber:hover{border-color:#c9893a}.timeline__card-type{letter-spacing:.1em;text-transform:uppercase;font-family:IBM Plex Mono,monospace;font-size:10px;font-weight:600}.timeline__card--accent .timeline__card-type{color:#2f6be0}.timeline__card--green .timeline__card-type{color:#3aab72}.timeline__card--red .timeline__card-type{color:#c4504a}.timeline__card--amber .timeline__card-type{color:#c9893a}.timeline__card-period{color:#a0aab8;letter-spacing:.06em;font-family:IBM Plex Mono,monospace;font-size:15px}.timeline__card-title{color:#0f1724;letter-spacing:-.02em;margin:0;font-family:Playfair Display,serif;font-size:clamp(17px,2.2vw,24px);font-weight:600;line-height:1.2}.timeline__card-place{color:#64748b;letter-spacing:.02em;align-items:center;gap:4px;font-family:IBM Plex Mono,monospace;font-size:15px;display:inline-flex}.timeline__card-desc{color:#64748b;margin:4px 0 0;font-size:15px;line-height:1.65}.timeline__legend{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-top:28px;padding-inline:28px;display:flex}.timeline__legend-item{color:#64748b;letter-spacing:.04em;align-items:center;gap:8px;font-family:IBM Plex Mono,monospace;font-size:15px;display:inline-flex}.timeline__legend-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.timeline__legend-dot--accent{background:#2f6be0}.timeline__legend-dot--green{background:#3aab72}.timeline__legend-dot--red{background:#c4504a}.timeline__legend-dot--amber{background:#c9893a}.contact{justify-content:center;align-items:center;padding-block:36px;display:flex}.contact_container{width:50%;max-width:1180px}@media (width<=1200px){.contact_container{width:80%}}@media (width<=768px){.contact_container{width:100%;padding:28px}}.contact__label{color:#2f6be0;letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:16px;font-family:IBM Plex Mono,monospace;font-size:15px;display:inline-flex}.contact__label:before,.contact__label:after{content:"";background:#2f6be0;border-radius:99px;width:20px;height:2px;display:inline-block}.contact__title{letter-spacing:-.02em;color:#0f1724;margin-bottom:8px;font-family:Playfair Display,serif;font-size:clamp(20px,3.5vw,45px);font-weight:700}.contact__title span{color:#2f6be0;position:relative}.contact__title span:after{content:"";background:linear-gradient(90deg,#2f6be0,#2f6be000);border-radius:99px;height:3px;position:absolute;bottom:3px;left:0;right:0}.contact__subtitle{color:#64748b;margin-bottom:36px;font-size:clamp(16px,1.8vw,18px);line-height:1.75}.contact__form{background:#fff;border:1px solid #dde1ea;border-radius:12px;flex-direction:column;gap:28px;padding:36px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 24px #2f6be00f,0 1px 3px #0000000a}.contact__form:before{content:"";pointer-events:none;background:radial-gradient(circle,#2f6be00f 0%,#0000 65%);width:220px;height:220px;position:absolute;top:-60px;right:-60px}.contact__success{color:#3aab72;background:#3aab7214;border:1px solid #3aab724d;border-radius:9px;align-items:center;gap:16px;padding:16px 28px;font-family:IBM Plex Mono,monospace;font-size:14px;display:flex}.contact__success-icon{background:#3aab72;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=1200px){.form-row{grid-template-columns:1fr}}.form-group{flex-direction:column;gap:4px;display:flex}.form-group label{color:#364565;letter-spacing:.06em;text-transform:uppercase;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:500}.form-group input,.form-group textarea,.form-group select{color:#0f1724;appearance:none;background:#f9fafb;border:1.5px solid #dde1ea;border-radius:9px;outline:none;width:100%;padding:10px 16px;font-size:clamp(16px,1.8vw,18px);transition:border-color .2s,box-shadow .2s}.form-group input::placeholder,.form-group textarea::placeholder,.form-group select::placeholder{color:#a0aab8}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{background:#fff;border-color:#2f6be0;box-shadow:0 0 0 3px #2f6be01f}.form-group input.error,.form-group textarea.error,.form-group select.error{border-color:#c4504a;box-shadow:0 0 0 3px #c4504a1a}.form-group textarea{resize:vertical;min-height:130px;line-height:1.65}.select-wrapper{position:relative}.select-wrapper:after{content:"";pointer-events:none;border-top:5px solid #a0aab8;border-left:5px solid #0000;border-right:5px solid #0000;width:0;height:0;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.form-hint{color:#c4504a;font-family:IBM Plex Mono,monospace;font-size:12px}.form-submit{justify-content:space-between;align-items:center;gap:16px;margin-top:8px;display:flex}@media (width<=1200px){.form-submit{flex-direction:column;align-items:stretch}}.form-note{color:#a0aab8;font-family:IBM Plex Mono,monospace;font-size:12px;line-height:1.5}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter-from,.fade-leave-to{opacity:0}
