::selection{background:#8b5cf640;color:#1a1a1a}*{margin:0;padding:0;box-sizing:border-box;cursor:url(/cursor.svg) 2 1,auto}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;color:#1a1a1a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{overflow-x:hidden}body{min-height:100vh;overflow-x:hidden}#root{width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto}.btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;border:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:background .2s;white-space:nowrap;font-family:inherit}.btn__icon{display:flex;align-items:center}.btn--primary{background:#1a1a1a;color:#fff}.btn--primary:hover{background:#333}.btn--secondary{background:#fff;color:#1a1a1a;border:1px solid #e8e8e8}.btn--secondary:hover{background:#f5f5f5}@media(max-width:480px){.btn{padding:10px 16px;font-size:13px;width:100%}}.header{position:sticky;top:0;background:#ffffffb3;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);z-index:100;padding:16px 0;width:100%;border-bottom:1px solid rgba(0,0,0,.08)}.header__container{width:100%;max-width:900px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit;cursor:pointer}.header__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.header__name{font-size:18px;font-weight:600;font-family:Sora,-apple-system,BlinkMacSystemFont,sans-serif}.header__nav{display:flex;align-items:center;gap:32px}.header__links{display:flex;gap:32px}.header__link{font-size:15px;color:#1a1a1a;text-decoration:none;cursor:pointer;transition:color .2s}.header__link:hover{color:#666}.header__menu-btn{display:none;background:none;border:none;padding:4px;color:#1a1a1a;cursor:pointer}.header__mobile-menu{display:none;flex-direction:column;gap:8px;max-width:900px;margin:0 auto;padding:16px 24px 8px}.header__mobile-link{font-size:15px;color:#1a1a1a;text-decoration:none;padding:8px 0;cursor:pointer;transition:color .2s}.header__mobile-link:hover{color:#666}@media(max-width:768px){.header__container{padding:0 16px}.header__links{display:none}.header__nav{gap:16px}.header__menu-btn{display:flex}.header__mobile-menu{display:flex;padding:16px 16px 8px}}@media(max-width:480px){.header__container{padding:0 12px}.header__name{font-size:16px}.header__avatar{width:36px;height:36px}.header__mobile-menu{padding:16px 12px 8px}}.modal-overlay{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;display:flex;align-items:center;justify-content:center;padding:16px;animation:overlay-in .25s ease-out}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}@keyframes modal-in{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes plane-fly{0%{transform:translate(0) rotate(45deg);opacity:1}20%{transform:translate(10px) rotate(45deg);opacity:1}to{transform:translate(250px) rotate(45deg);opacity:0}}.modal{background:#fff;border-radius:20px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;padding:32px;animation:modal-in .3s ease-out;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.modal::-webkit-scrollbar{width:6px}.modal::-webkit-scrollbar-track{background:transparent}.modal::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}.modal::-webkit-scrollbar-thumb:hover{background:#00000040}.modal__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.modal__title{font-size:24px;font-weight:600;font-family:Sora,-apple-system,BlinkMacSystemFont,sans-serif;margin-bottom:4px}.modal__subtitle{font-size:14px;color:#666}.modal__close{background:none;border:none;padding:8px;border-radius:8px;color:#666;transition:background .2s,color .2s;flex-shrink:0}.modal__close:hover{background:#f0f0f0;color:#1a1a1a}.modal__form{display:flex;flex-direction:column;gap:20px}.modal__field{display:flex;flex-direction:column;gap:8px}.modal__label{font-size:13px;font-weight:500;color:#1a1a1a}.modal__input,.modal__textarea{width:100%;padding:12px 16px;border:1px solid #e8e8e8;border-radius:12px;font-size:14px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1a1a1a;background:#fff;transition:border-color .2s;outline:none}.modal__input::placeholder,.modal__textarea::placeholder{color:#aaa}.modal__input:focus,.modal__textarea:focus{border-color:#1a1a1a}.modal__textarea{resize:vertical;min-height:100px}.modal__chips{display:flex;flex-wrap:wrap;gap:8px}.modal__chip{padding:8px 12px;border:1px solid #e8e8e8;border-radius:20px;font-size:13px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#555;background:#fff;cursor:pointer;transition:all .2s;text-align:left}.modal__chip:hover{border-color:#1a1a1a;color:#1a1a1a}.modal__chip--active{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.modal__chip--active:hover{color:#fff}.modal__submit{width:100%;height:48px;background:#1a1a1a;color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:500;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;overflow:hidden;transition:background .2s}.modal__submit:hover{background:#333}.modal__submit:disabled{cursor:default}.modal__submit-text,.modal__submit-icon-wrap{display:flex;align-items:center;justify-content:center;gap:8px;transition:opacity .3s ease,transform .3s ease}.modal__submit--sending .modal__submit-text{opacity:0;transform:translate(-20px)}.modal__submit--sending .modal__submit-icon-wrap{animation:plane-fly .7s .15s ease-in forwards}@media(max-width:480px){.modal{padding:20px;border-radius:16px}.modal__title{font-size:18px}}.modal__error{font-size:13px;color:#e53e3e;text-align:center;margin-top:-8px}.scroll-to-top{position:fixed;bottom:32px;right:calc((100vw - 900px)/2 - 60px);width:44px;height:44px;border-radius:50%;border:1px solid #e8e8e8;background:#fff;color:#1a1a1a;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:100;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .3s ease,transform .3s ease,box-shadow .2s,background .2s}.scroll-to-top--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.scroll-to-top:hover{box-shadow:0 2px 12px #0000001a;background:#f5f5f5}@media(max-width:480px){.scroll-to-top{bottom:20px;right:20px;width:40px;height:40px}}@media(max-width:1040px){.scroll-to-top{right:32px}}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .7s ease-out,transform .7s ease-out}.fade-in--visible{opacity:1;transform:translateY(0)}.hero{width:100%;max-width:900px;margin:0 auto;padding:80px 24px 60px}.hero__badge{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:#666;margin-bottom:24px}.hero__title{font-size:clamp(32px,5vw,48px);font-weight:600;font-family:Sora,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.15;margin-bottom:24px}.hero__description{font-size:clamp(16px,2vw,18px);color:#555;margin-bottom:32px}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:60px}.hero__footer{display:flex;flex-wrap:wrap;align-items:center;gap:32px;opacity:.5}@media(max-width:768px){.hero{padding:48px 16px 40px}.hero__actions{margin-bottom:40px}.hero__footer{gap:20px}}@media(max-width:480px){.hero{padding:32px 12px 40px}.hero__actions{flex-direction:column}.hero__footer{justify-content:flex-start}}.client-logo{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#666}@media(max-width:768px){.client-logo{font-size:13px}}.section{width:100%;max-width:900px;margin:0 auto;padding:60px 24px}.section__badge{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:#666;margin-bottom:24px}.section__title{font-size:clamp(24px,4vw,36px);font-weight:600;font-family:Sora,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.3;margin-bottom:48px}@media(max-width:768px){.section{padding:48px 16px}}@media(max-width:480px){.section{padding:40px 12px}}.project-card{margin-bottom:40px}.project-card__header{margin-bottom:24px}.project-card__title{font-size:clamp(18px,3vw,24px);font-weight:600;font-family:Sora,-apple-system,BlinkMacSystemFont,sans-serif;margin-bottom:8px}.project-card__description{font-size:16px;color:#666}.project-card__image-container{background:#f5f5f5;border-radius:16px;padding:24px;display:flex;justify-content:center;align-items:center;aspect-ratio:16/10}.project-card__image{width:75%;border-radius:8px;box-shadow:0 20px 60px #00000026}@media(max-width:480px){.project-card__image-container{min-height:180px;border-radius:12px}}.service-card{display:flex;align-items:flex-start;gap:20px;padding:clamp(20px,3vw,32px);border:1px solid #e8e8e8;border-radius:16px;transition:box-shadow .2s}.service-card:hover{box-shadow:0 4px 20px #0000000d}.service-card__icon{width:56px;height:56px;min-width:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.service-card__icon--pink{background:#fce8f0}.service-card__icon--cyan{background:#e8f8f8}.service-card__icon--purple{background:#f0e8fc}.service-card__icon--gray{background:#f0f0f0}.service-card__content{flex:1;min-width:0}.service-card__title{font-size:18px;font-weight:600;font-family:Sora,-apple-system,BlinkMacSystemFont,sans-serif;margin-bottom:8px}.service-card__description{font-size:15px;color:#666;line-height:1.6}.service-card__tag{display:inline-block;margin-top:12px;padding:6px 12px;background:#f8f0ff;border-radius:20px;font-size:13px;color:#8b5cf6}@media(max-width:768px){.service-card{flex-direction:column;gap:16px}}@media(max-width:480px){.service-card__icon{width:48px;height:48px;min-width:48px}}.benefit-card{display:flex;align-items:flex-start;gap:16px;padding:clamp(16px,3vw,24px) clamp(16px,3vw,28px);border:1px solid #e8e8e8;border-radius:12px}.benefit-card__icon{width:24px;height:24px;min-width:24px;flex-shrink:0;color:#1a1a1a;margin-top:2px;display:flex;align-items:center;justify-content:center}.benefit-card__text{font-size:clamp(14px,2vw,16px);line-height:1.5}.benefit-card__text strong{font-weight:600}.contact-link{display:flex;align-items:center;justify-content:space-between;padding:20px 0;border-bottom:1px solid #e8e8e8;gap:16px;text-decoration:none;color:inherit;transition:opacity .2s}.contact-link:first-child{border-top:1px solid #e8e8e8}.contact-link:hover{opacity:.7}.contact-link__left{display:flex;align-items:center;gap:16px;flex-shrink:0}.contact-link__icon{width:20px;height:20px;color:#1a1a1a;display:flex;align-items:center;justify-content:center}.contact-link__name{font-size:16px;font-weight:500}.contact-link__value{font-size:15px;color:#666;text-align:right}@media(max-width:768px){.contact-link{flex-direction:column;align-items:flex-start;gap:4px}.contact-link__value{text-align:left}}.contact-section{width:100%;max-width:900px;margin:0 auto;padding:60px 24px 100px}.contact-section__badge{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:#666;margin-bottom:24px}.contact-section__title{font-size:clamp(28px,5vw,42px);font-weight:600;font-family:Sora,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.25;margin-bottom:40px}.contact-section__actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:60px}.contact-section__links{display:flex;flex-direction:column;width:100%}@media(max-width:768px){.contact-section{padding:48px 16px 80px}}@media(max-width:480px){.contact-section{padding:40px 12px 60px}.contact-section__actions{flex-direction:column}}.testimonial-card{padding:32px;border:1px solid #e8e8e8;border-radius:16px;transition:box-shadow .2s;min-height:40px;display:flex;flex-direction:column;justify-content:space-between;background:#fff}.testimonial-card:hover{box-shadow:0 4px 20px #0000000d}.testimonial-card__quote{font-size:16px;line-height:1.7;color:#555;margin-bottom:24px;font-style:italic}.testimonial-card__quote--clamped{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.testimonial-card__read-more{background:none;border:none;padding:0;margin-bottom:16px;font-size:13px;font-weight:500;color:#8b5cf6;cursor:pointer;text-align:left;transition:opacity .2s}.testimonial-card__read-more:hover{opacity:.7}.testimonial-card__author{display:flex;align-items:center;gap:12px}.testimonial-card__avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}.testimonial-card__avatar-fallback{width:44px;height:44px;border-radius:50%;background:#8b5cf6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;font-family:Sora,-apple-system,BlinkMacSystemFont,sans-serif;flex-shrink:0}.testimonial-card__name{font-size:15px;font-weight:600;font-family:Sora,-apple-system,BlinkMacSystemFont,sans-serif}.testimonial-card__role{font-size:13px;color:#666}.testimonial-card__source-icon{display:inline-flex;vertical-align:middle;margin-left:4px;margin-bottom:3px;color:#0a66c2;transition:opacity .2s}.testimonial-card__source-icon:hover{opacity:.7}.testimonial-popup{position:fixed;inset:0;z-index:1000;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-start;justify-content:center;padding:20vh 24px 24px;animation:popup-fade .2s ease}.testimonial-popup__card{position:relative;background:#fff;border-radius:16px;padding:32px;max-width:520px;width:100%;max-height:80vh;display:flex;flex-direction:column;gap:24px;animation:popup-scale .3s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 60px #00000026}.testimonial-popup__close{position:absolute;top:16px;right:16px;background:none;border:none;color:#666;cursor:pointer;padding:4px;border-radius:50%;display:flex;transition:color .2s}.testimonial-popup__close:hover{color:#1a1a1a}.testimonial-popup__body{overflow-y:auto;flex:1;min-height:0;padding-right:8px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.testimonial-popup__body::-webkit-scrollbar{width:6px}.testimonial-popup__body::-webkit-scrollbar-track{background:transparent}.testimonial-popup__body::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}.testimonial-popup__body::-webkit-scrollbar-thumb:hover{background:#00000040}.testimonial-popup__quote{font-size:16px;line-height:1.8;color:#555;font-style:italic}.testimonial-popup__author{display:flex;align-items:center;gap:12px}@keyframes popup-fade{0%{opacity:0}to{opacity:1}}@keyframes popup-scale{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}.personal-project-card{display:flex;flex-direction:column;padding:clamp(20px,3vw,32px);background:#f5f5f5;border-radius:16px;transition:transform .2s,box-shadow .2s}.personal-project-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.personal-project-card__icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.personal-project-card__icon--pink{background:#fce8f0}.personal-project-card__icon--cyan{background:#e8f8f8}.personal-project-card__icon--purple{background:#f0e8fc}.personal-project-card__icon--gray{background:#f0f0f0}.personal-project-card__title{font-size:16px;font-weight:600;font-family:Sora,-apple-system,BlinkMacSystemFont,sans-serif;margin-bottom:8px}.personal-project-card__description{font-size:14px;color:#666;line-height:1.6;flex:1}.personal-project-card__actions{display:flex;align-items:center;gap:16px;margin-top:16px}.personal-project-card__link{font-size:13px;font-weight:500;color:#8b5cf6;text-decoration:none;transition:opacity .2s}.personal-project-card__link:hover{opacity:.8}.personal-project-card__details-btn{background:none;border:1px solid #e8e8e8;border-radius:20px;font-size:13px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#666;cursor:pointer;padding:4px 12px;transition:all .2s}.personal-project-card__details-btn:hover{border-color:#1a1a1a;color:#1a1a1a}.personal-projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:768px){.personal-projects-grid{grid-template-columns:1fr}}.project-modal-overlay{position:fixed;inset:0;background:#00000040;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:200;display:flex;align-items:center;justify-content:center;padding:20px;animation:pm-overlay-in .25s ease-out}@keyframes pm-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes pm-modal-in{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.project-modal{background:#fff;border-radius:20px;width:100%;max-width:780px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:pm-modal-in .3s ease-out;box-shadow:0 24px 48px #0003,0 0 0 1px #00000014}.project-modal__banner{display:flex;align-items:center;justify-content:space-between;padding:24px 32px}.project-modal__banner--pink{background:#fce8f0}.project-modal__banner--cyan{background:#e8f8f8}.project-modal__banner--purple{background:#f0e8fc}.project-modal__banner--gray{background:#f0f0f0}.project-modal__banner-icon{width:56px;height:56px;border-radius:12px;background:#fff9;display:flex;align-items:center;justify-content:center}.project-modal__close{background:#fff9;border:none;padding:8px;border-radius:8px;color:#1a1a1a;cursor:pointer;transition:background .2s}.project-modal__close:hover{background:#ffffffe6}.project-modal__body{padding:32px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.project-modal__body::-webkit-scrollbar{width:6px}.project-modal__body::-webkit-scrollbar-track{background:transparent}.project-modal__body::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}.project-modal__body::-webkit-scrollbar-thumb:hover{background:#00000040}.project-modal__title{font-size:24px;font-weight:600;font-family:Sora,-apple-system,BlinkMacSystemFont,sans-serif;margin-bottom:12px}.project-modal__description{font-size:14px;color:#666;line-height:1.7;margin-bottom:24px}.project-modal__gallery{display:flex;flex-direction:row;gap:12px;margin-bottom:24px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.project-modal__gallery::-webkit-scrollbar{width:6px}.project-modal__gallery::-webkit-scrollbar-track{background:transparent}.project-modal__gallery::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}.project-modal__gallery::-webkit-scrollbar-thumb:hover{background:#00000040}.project-modal__image{height:240px;border-radius:12px;object-fit:cover;flex-shrink:0;cursor:zoom-in;transition:transform .2s ease}.project-modal__image:hover{transform:scale(1.03)}.project-modal__section{margin-bottom:24px}.project-modal__section-title{font-size:13px;font-weight:500;color:#1a1a1a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.project-modal__snippets{padding-left:20px;display:flex;flex-direction:column;gap:8px}.project-modal__snippets li{font-size:14px;color:#444;line-height:1.6}.project-modal__snippets li::marker{color:#8b5cf6}.project-modal__cta{display:inline-block;padding:8px 20px;background:#1a1a1a;color:#fff;border-radius:12px;font-size:13px;font-weight:500;text-decoration:none;transition:background .2s}.project-modal__cta:hover{background:#333}@media(max-width:480px){.project-modal{border-radius:16px}.project-modal__banner,.project-modal__body{padding:20px}.project-modal__title{font-size:18px}}.image-lightbox{position:fixed;inset:0;z-index:300;display:flex;align-items:center;justify-content:center;background:#0009;cursor:zoom-out;animation:lightbox-in .3s ease-out}.image-lightbox__img{max-width:min(85vw,1100px);max-height:85vh;border-radius:12px;object-fit:contain;animation:lightbox-zoom .3s ease-out}@keyframes lightbox-in{0%{opacity:0}to{opacity:1}}@keyframes lightbox-zoom{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.experience-card{display:flex;align-items:flex-start;gap:20px;padding:clamp(20px,3vw,32px);border:1px solid #e8e8e8;border-radius:16px;transition:box-shadow .2s}.experience-card:hover{box-shadow:0 4px 20px #0000000d}.experience-card+.experience-card{margin-top:16px}.experience-card__logo{width:48px;height:48px;min-width:48px;border-radius:12px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.experience-card__logo img{width:100%;height:100%;object-fit:contain}.experience-card__content{flex:1;min-width:0}.experience-card__company{font-size:18px;font-weight:600;font-family:Sora,-apple-system,BlinkMacSystemFont,sans-serif;margin-bottom:16px;display:flex;align-items:center;gap:4px}.experience-card__company-link{display:inline-flex;align-items:center;color:#666;cursor:pointer;transition:color .2s}.experience-card__company-link:hover{color:#1a1a1a}.experience-card__roles{display:flex;flex-direction:column}.experience-card__role{display:flex;gap:16px}.experience-card__role-marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0;padding-top:6px}.experience-card__dot{width:10px;height:10px;min-height:10px;border-radius:50%;background:#8b5cf6;border:2px solid rgb(224.988372093,212.8284883721,252.6715116279)}.experience-card__line{width:2px;flex:1;background:#e8e8e8;margin:4px 0}.experience-card__role-body{flex:1;min-width:0;padding-bottom:20px}.experience-card__role:last-child .experience-card__role-body{padding-bottom:0}.experience-card__role-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:4px;flex-wrap:wrap}.experience-card__title{font-size:15px;font-weight:500}.experience-card__period{font-size:13px;color:#666;white-space:nowrap}.experience-card__description{font-size:14px;color:#666;line-height:1.6}.experience-card__description strong{color:#444;font-weight:600}.experience-card__description em{color:#8b5cf6;font-style:normal}.experience-card__read-more{background:none;border:none;padding:0;margin-top:8px;font-size:13px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#8b5cf6;cursor:pointer;font-weight:500;transition:opacity .2s}.experience-card__read-more:hover{opacity:.7}@media(max-width:768px){.experience-card{flex-direction:column;gap:16px}}.experience-popup-overlay{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;display:flex;align-items:center;justify-content:center;padding:16px;overscroll-behavior:contain;animation:exp-overlay-in .25s ease-out}@keyframes exp-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes exp-popup-in{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.experience-popup{background:#fff;border-radius:20px;width:100%;max-width:560px;max-height:80vh;overflow-y:auto;padding:32px;animation:exp-popup-in .3s ease-out;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.experience-popup::-webkit-scrollbar{width:6px}.experience-popup::-webkit-scrollbar-track{background:transparent}.experience-popup::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}.experience-popup::-webkit-scrollbar-thumb:hover{background:#00000040}.experience-popup__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.experience-popup__meta{display:flex;align-items:center;gap:16px}.experience-popup__logo{width:40px;height:40px;border-radius:8px;object-fit:contain;background:#f5f5f5}.experience-popup__title{font-size:18px;font-weight:600;font-family:Sora,-apple-system,BlinkMacSystemFont,sans-serif}.experience-popup__subtitle{font-size:13px;color:#666;margin-top:2px}.experience-popup__close{background:none;border:none;padding:8px;border-radius:8px;color:#666;cursor:pointer;transition:background .2s,color .2s;flex-shrink:0}.experience-popup__close:hover{background:#f0f0f0;color:#1a1a1a}.experience-popup__body{font-size:14px;color:#666;line-height:1.7}.experience-popup__body ul{padding-left:20px;margin:0;display:flex;flex-direction:column;gap:8px}.experience-popup__body li{padding-left:4px}.experience-popup__body strong{color:#444;font-weight:600}.experience-popup__body em{color:#8b5cf6;font-style:normal}@media(max-width:480px){.experience-popup{padding:20px;border-radius:16px}}.word-globe{position:relative;width:100%;max-width:500px;height:420px;margin:40px auto 0;cursor:grab;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center}.word-globe:active{cursor:grabbing}.word-globe__word{position:absolute;left:50%;top:50%;font-family:Sora,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;color:#1a1a1a;white-space:nowrap;will-change:transform,opacity;pointer-events:none;transition:none}@media(max-width:480px){.word-globe{height:320px;max-width:320px}}.skills-marquee{display:flex;flex-direction:column;gap:32px;overflow:hidden}.marquee{overflow:hidden;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.marquee__track{display:flex;gap:32px;width:max-content;animation:marquee-scroll 30s linear infinite}.marquee--reverse .marquee__track{animation-direction:reverse}.marquee__item{display:flex;align-items:center;gap:8px;flex-shrink:0}.marquee__item span{font-size:15px;font-weight:500;color:#666;white-space:nowrap;transition:color .2s}.marquee__item:hover span{color:#1a1a1a}.marquee__icon{position:relative;width:28px;height:28px;flex-shrink:0}.marquee__icon-gray,.marquee__icon-color{position:absolute;top:0;left:0;width:28px;height:28px;transition:opacity .2s}.marquee__icon-gray{opacity:1}.marquee__icon-color,.marquee__item:hover .marquee__icon-gray{opacity:0}.marquee__item:hover .marquee__icon-color{opacity:1}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.carousel{position:relative;width:100%;padding:32px 0;perspective:1000px}.carousel__stage{position:relative;width:100%;height:340px;display:flex;align-items:center;justify-content:center;transform-style:preserve-3d}.carousel__card{position:absolute;width:340px;transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1),z-index 0s}.carousel__card--center{transform:translate(0) translateZ(60px) rotateY(0);opacity:1;z-index:3}.carousel__card--center .testimonial-card{background:#fff;box-shadow:0 8px 30px #00000014}.carousel__card--left{transform:translate(-65%) translateZ(-40px) rotateY(25deg);opacity:.6;z-index:1}.carousel__card--right{transform:translate(65%) translateZ(-40px) rotateY(-25deg);opacity:.6;z-index:1}.carousel__card--hidden{transform:translate(0) translateZ(-200px) rotateY(0);opacity:0;z-index:0;pointer-events:none}.carousel__btn{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;border:1px solid #e8e8e8;background:#fff;display:flex;align-items:center;justify-content:center;color:#1a1a1a;cursor:pointer;z-index:5;transition:box-shadow .2s,background .2s}.carousel__btn:hover{box-shadow:0 2px 8px #0000001a;background:#f5f5f5}.carousel__btn--prev{left:12px}.carousel__btn--next{right:12px}@media(max-width:768px){.carousel__stage{height:260px}.carousel__card{width:85%;max-width:340px}.carousel__card--left,.carousel__card--right{display:none}.carousel__card--center{transform:translate(0) translateZ(0) rotateY(0)}.carousel__btn{display:none}}.carousel__counter{display:none}@media(max-width:768px){.carousel .carousel__counter{display:block;text-align:center;font-size:13px;color:#666;margin-top:16px}}.blog-card{display:block;padding:24px 0;border-bottom:1px solid #e8e8e8;text-decoration:none;color:inherit;transition:opacity .2s}.blog-card:first-child{border-top:1px solid #e8e8e8}.blog-card:hover{opacity:.7}.blog-card:hover .blog-card__arrow{transform:translate(2px,-2px)}.blog-card__content{display:flex;flex-direction:column;gap:8px}.blog-card__date{font-size:13px;color:#666;letter-spacing:.5px}.blog-card__meta{display:flex;align-items:center;gap:12px}.blog-card__views{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:#666}.blog-card__platform{display:inline-flex;align-items:center;color:#666}.blog-card__title{font-size:18px;font-weight:600;font-family:Sora,-apple-system,BlinkMacSystemFont,sans-serif;display:inline-flex;align-items:center;gap:8px}.blog-card__arrow{transition:transform .2s;flex-shrink:0}.blog-card__description{font-size:15px;color:#555;line-height:1.6}@media(max-width:480px){.blog-card{padding:20px 0}.blog-card__title{font-size:16px}.blog-card__description{font-size:14px}}.photo-gallery{position:relative;max-height:480px;overflow-y:auto;overflow-x:hidden;border:none;outline:none;scrollbar-width:none;-ms-overflow-style:none}.photo-gallery::-webkit-scrollbar{display:none}.photo-gallery__grid{display:flex;gap:8px}.photo-gallery__column{display:flex;flex-direction:column;gap:8px;flex:1;min-width:0}.photo-gallery__img{width:100%;display:block;border-radius:8px;object-fit:cover;cursor:pointer;filter:grayscale(100%);transition:filter .4s ease}.photo-gallery__img:hover{filter:grayscale(0%)}.photo-gallery__fade{position:sticky;left:0;right:0;height:80px;pointer-events:none;z-index:1}.photo-gallery__fade--top{top:0;margin-bottom:-80px;background:linear-gradient(to bottom,#ffffff 0%,transparent 100%)}.photo-gallery__fade--bottom{bottom:0;margin-top:-80px;background:linear-gradient(to top,#ffffff 0%,transparent 100%)}.photo-lightbox{position:fixed;inset:0;z-index:1000;background:#000000eb;display:flex;align-items:center;justify-content:center;animation:lightbox-fade .2s ease}.photo-lightbox__img{max-width:85vw;max-height:85vh;object-fit:contain;border-radius:8px;animation:lightbox-scale .3s cubic-bezier(.4,0,.2,1)}.photo-lightbox__close{position:absolute;top:24px;right:24px;background:none;border:none;color:#ffffffb3;cursor:pointer;padding:8px;transition:color .2s}.photo-lightbox__close:hover{color:#fff}.photo-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;color:#ffffff80;cursor:pointer;padding:16px;transition:color .2s}.photo-lightbox__nav:hover{color:#fff}.photo-lightbox__nav--prev{left:16px}.photo-lightbox__nav--next{right:16px}.photo-lightbox__counter{position:absolute;bottom:24px;left:50%;transform:translate(-50%);color:#ffffff80;font-size:13px}@keyframes lightbox-fade{0%{opacity:0}to{opacity:1}}@keyframes lightbox-scale{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.research-card{padding:24px 0;border-bottom:1px solid #e8e8e8}.research-card:first-child{border-top:1px solid #e8e8e8}.research-card__year{font-size:13px;color:#666;letter-spacing:.5px}.research-card__title{font-size:18px;font-weight:600;font-family:Sora,-apple-system,BlinkMacSystemFont,sans-serif;margin-top:8px;margin-bottom:8px}.research-card__description{font-size:15px;color:#555;line-height:1.7}.research-card__description--clamped{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.research-card__description strong{color:#444;font-weight:500}.research-card__description em{color:#8b5cf6}.research-card__description ul{margin:0;padding-left:20px}.research-card__description li{margin-bottom:4px}.research-card__read-more{background:none;border:none;padding:0;margin-top:8px;font-size:13px;font-weight:500;color:#8b5cf6;cursor:pointer;transition:opacity .2s}.research-card__read-more:hover{opacity:.7}.research-card__publication{margin-top:12px}.research-card__publication a,.research-card__publication span{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#8b5cf6;text-decoration:none;transition:opacity .2s}.research-card__publication a:hover,.research-card__publication span:hover{opacity:.7}.research-card__publication span{color:#666}.research-popup{position:fixed;inset:0;z-index:1000;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-start;justify-content:center;padding:20vh 24px 24px;animation:research-fade .2s ease}.research-popup__card{position:relative;background:#fff;border-radius:16px;padding:32px;max-width:720px;width:100%;max-height:70vh;display:flex;flex-direction:column;gap:8px;animation:research-scale .3s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 60px #00000026}.research-popup__close{position:absolute;top:16px;right:16px;background:none;border:none;color:#666;cursor:pointer;padding:4px;border-radius:50%;display:flex;transition:color .2s}.research-popup__close:hover{color:#1a1a1a}.research-popup__body{overflow-y:auto;flex:1;min-height:0;padding-right:8px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.research-popup__body::-webkit-scrollbar{width:6px}.research-popup__body::-webkit-scrollbar-track{background:transparent}.research-popup__body::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}.research-popup__body::-webkit-scrollbar-thumb:hover{background:#00000040}@keyframes research-fade{0%{opacity:0}to{opacity:1}}@keyframes research-scale{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}.certifications-row{display:flex;align-items:flex-start;justify-content:center;gap:48px;flex-wrap:wrap}.certification-card__link{text-decoration:none;color:inherit}.certification-card__link .certification-card{transition:transform .2s ease}.certification-card__link .certification-card:hover{transform:translateY(-4px)}.certification-card{display:flex;flex-direction:column;align-items:center;gap:12px;width:160px;transition:transform .2s ease}.certification-card__badge{width:130px;height:130px;object-fit:contain}@media(max-width:480px){.certification-card__badge{width:100px;height:100px}}.certification-card__text{display:flex;flex-direction:column;align-items:center;gap:4px}.certification-card__title{font-family:Sora,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:600;color:#1a1a1a;text-align:center;margin:0;line-height:1.4}.certification-card__date{font-size:12px;color:#555;margin:0}.about-page{width:100%}.about-intro{width:100%;max-width:900px;margin:0 auto;padding:80px 24px 40px}.about-intro__badge{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:#666;margin-bottom:24px}.about-intro__title{font-size:clamp(32px,5vw,48px);font-weight:600;font-family:Sora,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.15;margin-bottom:24px}.about-intro__description{font-size:clamp(16px,2vw,18px);color:#555;line-height:1.7;max-width:800px}@media(max-width:768px){.about-intro{padding:48px 16px 32px}}@media(max-width:480px){.about-intro{padding:32px 12px 24px}}.about-photo{width:100%;max-width:900px;margin:0 auto;padding:0 24px 40px}.about-photo__image{width:100%;height:600px;object-fit:cover;border-radius:16px}@media(max-width:768px){.about-photo{padding:0 16px 32px}.about-photo__image{height:300px}}@media(max-width:480px){.about-photo{padding:0 12px 24px}.about-photo__image{height:220px}}.about-testimonials{display:flex;flex-direction:column;gap:16px}.about-quote{max-width:900px;margin:0 auto;padding:0 24px 40px;text-align:center}.about-quote p{font-size:clamp(16px,2vw,18px);font-style:italic;color:#555;line-height:1.7}.about-quote cite{display:block;margin-top:8px;font-size:13px;font-style:normal;color:#666}@media(max-width:768px){.about-quote{padding:0 16px 32px}}@media(max-width:480px){.about-quote{padding:0 12px 24px}}.blog-page{width:100%}.blog-intro{width:100%;max-width:900px;margin:0 auto;padding:80px 24px 40px}.blog-intro__badge{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:#666;margin-bottom:24px}.blog-intro__title{font-size:clamp(32px,5vw,48px);font-weight:600;font-family:Sora,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.15;margin-bottom:24px}.blog-intro__description{font-size:clamp(16px,2vw,18px);color:#555;line-height:1.7;max-width:600px}@media(max-width:768px){.blog-intro{padding:48px 16px 32px}}@media(max-width:480px){.blog-intro{padding:32px 12px 24px}}.blog-list{width:100%;max-width:900px;margin:0 auto;padding:0 24px 60px}@media(max-width:768px){.blog-list{padding:0 16px 48px}}@media(max-width:480px){.blog-list{padding:0 12px 40px}}.dashboard{max-width:900px;margin:0 auto;padding:48px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dashboard__loading{text-align:center;color:#666;padding:80px 0}.dashboard__login{display:flex;flex-direction:column;align-items:center;gap:16px;padding:80px 0}.dashboard__login h2{font-family:Sora,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:600;color:#1a1a1a}.dashboard__login input{padding:8px 16px;border:1px solid #e8e8e8;border-radius:12px;font-size:14px;width:260px;outline:none}.dashboard__login input:focus{border-color:#1a1a1a}.dashboard__login button{padding:8px 24px;background:#1a1a1a;color:#fff;border:none;border-radius:12px;font-size:14px;cursor:pointer}.dashboard__login-error{color:#ef4444;font-size:13px}.dashboard__title{font-family:Sora,-apple-system,BlinkMacSystemFont,sans-serif;font-size:36px;font-weight:600;color:#1a1a1a;margin-bottom:40px}.dashboard__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:40px}.dashboard__stat-card{background:#f5f5f5;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:4px}.dashboard__stat-value{font-family:Sora,-apple-system,BlinkMacSystemFont,sans-serif;font-size:36px;font-weight:600;color:#1a1a1a}.dashboard__stat-label{font-size:13px;color:#666}.dashboard__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.dashboard__grid--half{grid-template-columns:repeat(2,1fr)}.dashboard__grid--4col{grid-template-columns:repeat(4,1fr)}.dashboard__grid--2col{grid-template-columns:repeat(2,1fr)}.dashboard__col{display:flex;flex-direction:column;gap:16px}.dashboard__card{background:#f5f5f5;border-radius:12px;padding:24px}.dashboard__card h3{font-family:Sora,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:16px}.dashboard__card ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.dashboard__card li{display:flex;justify-content:space-between;font-size:13px;color:#444}.dashboard__card--full{grid-column:1/-1;margin-top:16px}.dashboard__referrer{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard__table-wrap{overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.dashboard__table-wrap::-webkit-scrollbar{width:6px}.dashboard__table-wrap::-webkit-scrollbar-track{background:transparent}.dashboard__table-wrap::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}.dashboard__table-wrap::-webkit-scrollbar-thumb:hover{background:#00000040}.dashboard__table{width:100%;border-collapse:collapse;font-size:13px}.dashboard__table th,.dashboard__table td{text-align:left;padding:8px 12px;white-space:nowrap}.dashboard__table th{color:#666;font-weight:500;border-bottom:1px solid #e8e8e8}.dashboard__table td{color:#444;border-bottom:1px solid rgba(0,0,0,.08)}@media(max-width:768px){.dashboard__stats,.dashboard__grid{grid-template-columns:1fr}}.dashboard__chart{margin-top:8px}.dashboard__pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:16px;font-size:13px;color:#666}.dashboard__pagination button{background:#f5f5f5;border:1px solid #e8e8e8;border-radius:12px;padding:4px 16px;font-size:13px;color:#1a1a1a;cursor:pointer}.dashboard__pagination button:disabled{opacity:.4;cursor:not-allowed}.dashboard__page-cell{position:relative;cursor:default;text-decoration:underline dotted;text-underline-offset:3px}.dashboard__delete-btn{background:none;border:none;color:#666;cursor:pointer;font-size:13px;padding:4px;border-radius:12px;line-height:1}.dashboard__delete-btn:hover{color:#ef4444;background:#ef44441a}.dashboard__delete-cell{position:relative}.dashboard__card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.dashboard__card-header h3{margin-bottom:0}.dashboard__delete-all-wrap{position:relative}.dashboard__delete-all-btn{background:none;border:1px solid #ef4444;border-radius:12px;color:#ef4444;font-size:13px;padding:4px 12px;cursor:pointer}.dashboard__delete-all-btn:hover{background:#ef44441a}.dashboard__confirm-tooltip{position:absolute;right:0;top:100%;z-index:10;background:#f5f5f5;border:1px solid #e8e8e8;border-radius:12px;padding:4px;box-shadow:0 4px 12px #0000001f;display:flex;gap:4px;white-space:nowrap}.dashboard__confirm-yes,.dashboard__confirm-no{background:none;border:1px solid #e8e8e8;border-radius:12px;padding:2px 8px;font-size:13px;cursor:pointer;line-height:1.4}.dashboard__confirm-yes{color:#ef4444;border-color:#ef4444}.dashboard__confirm-yes:hover{background:#ef44441a}.dashboard__confirm-no{color:#666}.dashboard__confirm-no:hover{background:#f5f5f5}.app{width:100%}.services-list,.benefits-list,.testimonials-list{display:flex;flex-direction:column;gap:16px}.hero-contact-links{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.hero-contact-links a{color:#555;display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-size:15px;font-weight:500;transition:color .2s}.hero-contact-links a svg{width:20px;height:20px}.hero-contact-links a:hover{color:#000}@media(max-width:480px){.hero-contact-links{gap:16px;justify-content:center}.hero-contact-links a{font-size:13px;gap:4px}.hero-contact-links a svg{width:16px;height:16px}}
