*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;line-height:1.6;color:#1a1f2e;background-color:#f7f8fa;min-height:100vh;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#1f5a4d #fff}body::-webkit-scrollbar{width:6px;height:6px}body::-webkit-scrollbar-track{background:#fff;border-radius:9999px}body::-webkit-scrollbar-thumb{background:#1f5a4d;border-radius:9999px}body::-webkit-scrollbar-thumb:hover{background:#2e7d6b}a{color:#3d9a85;text-decoration:none;transition:color 200ms ease-in-out}a:hover{color:#2e7d6b}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1.5rem}@media(min-width: 768px){.container{padding-inline:2rem}}.page-enter{animation:pageEnter 400ms ease-in-out ease-in-out}@keyframes pageEnter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes scaleIn{from{opacity:0;transform:scale(0.95)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.site-header{position:sticky;top:0;z-index:200;height:72px;background:#fff;border-bottom:1px solid rgba(0,0,0,.08)}.site-header__inner{display:flex;align-items:center;justify-content:center;justify-content:space-between;height:100%}.site-header__logo{display:inline-flex;align-items:center;line-height:0}.site-header__logo-img{width:40px;height:40px;display:block;object-fit:contain}.site-header__nav{flex:1;display:flex;justify-content:center;min-width:0}.site-header__actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:12px;cursor:pointer;transition:all 200ms ease-in-out}.btn:focus-visible{outline:2px solid #2e7d6b;outline-offset:2px}.btn--primary{background:#2e7d6b;color:#fff}.btn--primary:hover{background:#3d9a85;box-shadow:0 0 0 3px rgba(46,125,107,.2)}.btn--ghost{background:rgba(0,0,0,0);color:#5c6578;border:1px solid rgba(0,0,0,.08)}.btn--ghost:hover{color:#1a1f2e;border-color:rgba(46,125,107,.35);background:#f1f3f6}.btn--sm{padding:.5rem .75rem;font-size:.75rem}.lang-switcher{position:relative}.lang-switcher__trigger{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:12px;cursor:pointer;transition:all 200ms ease-in-out}.lang-switcher__trigger:focus-visible{outline:2px solid #2e7d6b;outline-offset:2px}.lang-switcher__trigger{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:12px;cursor:pointer;transition:all 200ms ease-in-out}.lang-switcher__trigger:focus-visible{outline:2px solid #2e7d6b;outline-offset:2px}.lang-switcher__trigger{background:#f1f3f6;border:1px solid rgba(0,0,0,.08);color:#5c6578;padding:.5rem .75rem;min-width:100px}.lang-switcher__trigger:hover{border-color:rgba(46,125,107,.35);color:#1a1f2e}.lang-switcher__trigger[aria-expanded=true]{border-color:#2e7d6b;color:#3d9a85}.lang-switcher__menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:180px;max-height:320px;overflow-y:auto;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.1);opacity:0;visibility:hidden;transform:translateY(-8px);transition:all 200ms ease-in-out;z-index:100;scrollbar-width:thin;scrollbar-color:#1f5a4d #fff}.lang-switcher__menu::-webkit-scrollbar{width:6px;height:6px}.lang-switcher__menu::-webkit-scrollbar-track{background:#fff;border-radius:9999px}.lang-switcher__menu::-webkit-scrollbar-thumb{background:#1f5a4d;border-radius:9999px}.lang-switcher__menu::-webkit-scrollbar-thumb:hover{background:#2e7d6b}.lang-switcher__menu--open{opacity:1;visibility:visible;transform:translateY(0)}.lang-switcher__item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;color:#5c6578;font-size:.875rem;cursor:pointer;transition:all 200ms ease-in-out;text-align:left}.lang-switcher__item:hover{background:#f1f3f6;color:#1a1f2e}.lang-switcher__item--active{color:#3d9a85;background:rgba(46,125,107,.1)}.hero{padding:4rem 0 3rem;text-align:center}@media(min-width: 768px){.hero{padding:5rem 0 4rem}}.hero__badge-icon{display:inline-flex;color:#2e7d6b}.hero__badge-icon .icon{width:16px;height:16px}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(46,125,107,.12);border:1px solid rgba(46,125,107,.25);border-radius:9999px;font-size:.875rem;color:#3d9a85;margin-bottom:1.5rem;animation:slideUp 400ms ease-in-out ease-in-out}.hero__title{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:1rem;animation:slideUp 400ms ease-in-out ease-in-out .1s both}@media(min-width: 768px){.hero__title{font-size:3.5rem}}.hero__title span{color:#2e7d6b}.hero__title--tool{font-size:2rem}.hero__subtitle{font-size:1.125rem;color:#5c6578;max-width:600px;margin:0 auto 2rem;animation:slideUp 400ms ease-in-out ease-in-out .2s both}@media(min-width: 768px){.hero__subtitle{font-size:1.25rem}}.hero__privacy{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:#059669;margin-top:1.5rem;animation:slideUp 400ms ease-in-out ease-in-out .4s both}.hero__privacy svg{flex-shrink:0}.search-bar{position:relative;max-width:560px;margin:0 auto;animation:slideUp 400ms ease-in-out ease-in-out .3s both}.search-bar__input{width:100%;padding:1rem 1.25rem 1rem 3rem;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:20px;color:#1a1f2e;font-size:1rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;transition:all 200ms ease-in-out}.search-bar__input:focus-visible{outline:2px solid #2e7d6b;outline-offset:2px}.search-bar__input::placeholder{color:#8b93a7}.search-bar__input:focus{border-color:#2e7d6b;box-shadow:0 0 0 3px rgba(46,125,107,.2)}.search-bar__icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:#8b93a7;pointer-events:none}.categories{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin:2.5rem 0 2rem}.categories__pill{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:12px;cursor:pointer;transition:all 200ms ease-in-out}.categories__pill:focus-visible{outline:2px solid #2e7d6b;outline-offset:2px}.categories__pill{background:#f1f3f6;border:1px solid rgba(0,0,0,.08);color:#5c6578;padding:.5rem 1.25rem;border-radius:9999px;font-size:.875rem}.categories__pill:hover,.categories__pill--active{background:rgba(46,125,107,.15);border-color:#2e7d6b;color:#3d9a85}.tools-section{padding-bottom:4rem}.tools-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.tools-section__title{font-size:1.25rem;font-weight:600}.tools-section__count{font-size:.875rem;color:#8b93a7}.tools-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width: 640px){.tools-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.tools-grid{grid-template-columns:repeat(3, 1fr);gap:1.25rem}}@media(min-width: 1024px){.tools-grid{grid-template-columns:repeat(4, 1fr)}}.tool-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.06);transition:transform 300ms ease-in-out,box-shadow 300ms ease-in-out}.tool-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.tool-card{padding:1.25rem;cursor:pointer;text-align:left;display:flex;flex-direction:column;gap:.75rem;position:relative;overflow:hidden;animation:fadeIn 300ms ease-in-out ease-in-out both}.tool-card::before{content:"";position:absolute;inset:0;background:rgba(46,125,107,.04);opacity:0;transition:opacity 200ms ease-in-out}.tool-card:hover::before{opacity:1}.tool-card__icon{width:44px;height:44px;border-radius:12px;background:rgba(46,125,107,.1);color:#2e7d6b;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tool-card__icon .icon{width:22px;height:22px}.tool-card__name{font-size:1rem;font-weight:600;color:#1a1f2e}.tool-card__desc{font-size:.875rem;color:#5c6578;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tool-card__badge{position:absolute;top:.75rem;right:.75rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;border-radius:8px;background:rgba(251,191,36,.15);color:#d97706}.tool-card__badge--active{background:rgba(52,211,153,.15);color:#059669}.tool-card--hidden{display:none}.modal-overlay{position:fixed;inset:0;background:rgba(26,31,46,.45);z-index:300;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all 300ms ease-in-out}.modal-overlay--open{opacity:1;visibility:visible}.modal-overlay--open .modal{animation:scaleIn 300ms ease-in-out ease-in-out}.modal{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.06);width:90%;max-width:480px;padding:2rem;text-align:center;position:relative;box-shadow:0 8px 24px rgba(0,0,0,.1)}.modal__close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:8px;background:#f1f3f6;border:1px solid rgba(0,0,0,.08);color:#5c6578;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 200ms ease-in-out}.modal__close:hover{color:#1a1f2e;border-color:rgba(46,125,107,.35)}.modal__title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.modal__message{color:#5c6578;margin-bottom:1.5rem;line-height:1.8}.toast-container{position:fixed;top:1.5rem;right:1.5rem;z-index:400;display:flex;flex-direction:column;gap:.75rem;pointer-events:none}.toast{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.06);display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;min-width:300px;max-width:420px;pointer-events:auto;animation:slideUp 300ms ease-in-out ease-in-out;box-shadow:0 4px 12px rgba(0,0,0,.08)}.toast__icon{flex-shrink:0;width:20px;height:20px;margin-top:2px}.toast__content{flex:1}.toast__title{font-size:.875rem;font-weight:600;margin-bottom:.25rem}.toast__message{font-size:.875rem;color:#5c6578}.toast__close{background:none;border:none;color:#8b93a7;cursor:pointer;padding:.25rem;transition:color 200ms ease-in-out}.toast__close:hover{color:#1a1f2e}.toast--success .toast__icon{color:#059669}.toast--error .toast__icon{color:#dc2626}.toast--warning .toast__icon{color:#d97706}.toast--info .toast__icon{color:#2563eb}.toast--exit{animation:fadeIn 200ms ease-in-out ease-in-out reverse forwards}.tooltip{position:fixed;z-index:500;padding:.5rem .75rem;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;font-size:.75rem;color:#1a1f2e;box-shadow:0 4px 12px rgba(0,0,0,.08);pointer-events:none;opacity:0;transition:opacity 200ms ease-in-out}.tooltip--visible{opacity:1}.skeleton{background:linear-gradient(90deg, #F1F3F6 25%, #E8EBF0 50%, #F1F3F6 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:12px}.skeleton--text{height:1em;margin-bottom:.5rem}.skeleton--card{height:140px;border-radius:16px}.skeleton--circle{border-radius:9999px}.upload-zone{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.06);border:2px dashed rgba(0,0,0,.08);border-radius:20px;padding:3rem 1.5rem;text-align:center;transition:all 200ms ease-in-out;cursor:pointer}.upload-zone:hover,.upload-zone--dragover{border-color:#2e7d6b;background:rgba(46,125,107,.05)}.upload-zone__title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.upload-zone__hint{font-size:.875rem;color:#8b93a7}.upload-zone__input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.tool-workspace{display:flex;flex-direction:column;gap:1.25rem}.tool-panel{display:flex;flex-direction:column;gap:1.25rem}.tool-panel--options{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.06);padding:1.25rem}.tool-panel--preview{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.06);padding:1.5rem;align-items:center}.tool-option-group{display:flex;flex-direction:column;gap:.75rem}.tool-option-group__label{font-size:.875rem;font-weight:500;color:#5c6578}.tool-option-group__pills{display:flex;flex-wrap:wrap;gap:.5rem}.tool-option-pill{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:12px;cursor:pointer;transition:all 200ms ease-in-out}.tool-option-pill:focus-visible{outline:2px solid #2e7d6b;outline-offset:2px}.tool-option-pill{background:#f1f3f6;border:1px solid rgba(0,0,0,.08);color:#5c6578;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem}.tool-option-pill:hover,.tool-option-pill--active{background:rgba(46,125,107,.15);border-color:#2e7d6b;color:#3d9a85}.tool-select{position:relative;display:flex;flex-direction:column;gap:.5rem}.tool-select__label{font-size:.875rem;font-weight:500;color:#5c6578}.tool-select__trigger{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:12px;cursor:pointer;transition:all 200ms ease-in-out}.tool-select__trigger:focus-visible{outline:2px solid #2e7d6b;outline-offset:2px}.tool-select__trigger{justify-content:space-between;width:100%;background:#fff;border:1px solid rgba(0,0,0,.08);color:#1a1f2e;padding:.75rem 1rem;border-radius:12px;text-align:left}.tool-select__trigger:hover{border-color:rgba(46,125,107,.35)}.tool-select__trigger[aria-expanded=true]{border-color:#2e7d6b}.tool-select__menu{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.1);z-index:100;opacity:0;visibility:hidden;transform:translateY(-6px);transition:all 200ms ease-in-out;max-height:220px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#1f5a4d #fff}.tool-select__menu::-webkit-scrollbar{width:6px;height:6px}.tool-select__menu::-webkit-scrollbar-track{background:#fff;border-radius:9999px}.tool-select__menu::-webkit-scrollbar-thumb{background:#1f5a4d;border-radius:9999px}.tool-select__menu::-webkit-scrollbar-thumb:hover{background:#2e7d6b}.tool-select__menu--open{opacity:1;visibility:visible;transform:translateY(0)}.tool-select__item{display:block;width:100%;padding:.75rem 1rem;background:none;border:none;color:#5c6578;font-size:.875rem;text-align:left;cursor:pointer;transition:all 200ms ease-in-out}.tool-select__item:hover{background:#f1f3f6;color:#1a1f2e}.tool-select__item--active{color:#3d9a85;background:rgba(46,125,107,.1)}.tool-field{display:flex;flex-direction:column;gap:.5rem}.tool-field__label{font-size:.875rem;font-weight:500;color:#5c6578}.tool-field__input,.tool-field__textarea{width:100%;padding:.75rem 1rem;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;color:#1a1f2e;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;transition:border-color 200ms ease-in-out}.tool-field__input:focus-visible,.tool-field__textarea:focus-visible{outline:2px solid #2e7d6b;outline-offset:2px}.tool-field__input::placeholder,.tool-field__textarea::placeholder{color:#8b93a7}.tool-field__input:focus,.tool-field__textarea:focus{border-color:#2e7d6b;box-shadow:0 0 0 3px rgba(46,125,107,.2)}.tool-field__textarea{resize:vertical;min-height:120px;line-height:1.8;font-family:"JetBrains Mono","Fira Code",monospace;font-size:.875rem}.tool-progress{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.06);padding:1rem 1.25rem}.tool-progress__label{font-size:.875rem;color:#5c6578;margin-bottom:.75rem}.tool-progress__bar{height:6px;background:#fff;border-radius:9999px;overflow:hidden;margin-bottom:.5rem}.tool-progress__fill{height:100%;width:0;background:#2e7d6b;border-radius:9999px;transition:width 200ms ease-in-out}.tool-progress__percent{font-size:.75rem;color:#8b93a7;text-align:right}.tool-result{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.06);padding:1.25rem;animation:slideUp 300ms ease-in-out ease-in-out}.tool-result__title{font-size:1rem;font-weight:600;margin-bottom:1rem}.tool-result__body{display:flex;flex-direction:column;gap:1rem}.tool-result__stats{display:grid;grid-template-columns:repeat(3, 1fr);gap:.75rem}@media(max-width: 640px){.tool-result__stats{grid-template-columns:1fr}}.tool-result__stat{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.06);padding:1rem;text-align:center;background:#f1f3f6}.tool-result__stat--highlight .tool-result__stat-value{color:#059669}.tool-result__stat-label{display:block;font-size:.75rem;color:#8b93a7;margin-bottom:.25rem}.tool-result__stat-value{font-size:1.125rem;font-weight:600;color:#1a1f2e}.tool-result__meta{font-size:.875rem;color:#8b93a7}.tool-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.icon{display:block;flex-shrink:0}.upload-zone__icon{color:#2e7d6b;display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin:0 auto 1rem;border-radius:16px;background:rgba(46,125,107,.08)}.upload-zone__icon .icon{width:28px;height:28px}.modal__icon{width:64px;height:64px;margin:0 auto 1.25rem;border-radius:16px;background:rgba(46,125,107,.08);color:#2e7d6b;display:flex;align-items:center;justify-content:center}.modal__icon .icon{width:32px;height:32px}.tool-qr-preview{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.06);padding:1rem;background:#fff;border-radius:16px;margin-bottom:1.25rem}.tool-qr-preview__canvas{display:block;max-width:100%;height:auto}.tool-file-info{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f1f3f6;border-radius:12px}.tool-file-info__name{font-size:.875rem;font-weight:500}.tool-file-info__size{font-size:.75rem;color:#8b93a7}.hero--compact{padding-bottom:2rem}.hero--centered{text-align:center}.hero__title--error{font-size:2.75rem}.hero__cta{margin-top:2rem}.tool-page-back{margin-bottom:1.5rem;display:inline-flex}.tool-page-container{padding-bottom:4rem;max-width:640px}.upload-zone--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.modal__actions{display:flex;gap:.75rem;justify-content:center}.legal-page{padding:2.5rem 0 4rem}.legal-page__inner{max-width:720px}.legal-page__header{margin-bottom:2rem}.legal-page__back{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#5c6578;margin-bottom:1rem}.legal-page__back:hover{color:#2e7d6b}.legal-page__title{font-size:2rem;font-weight:700;line-height:1.2;color:#1a1f2e}.legal-page__content{color:#5c6578;line-height:1.75}.legal-page__content h2{margin-top:2rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:600;color:#1a1f2e}.legal-page__content p{margin-bottom:1rem}.legal-page__content ul{margin:0 0 1rem 1.5rem}.legal-page__content li{margin-bottom:.5rem}.legal-page__content a{color:#2e7d6b;text-decoration:underline;text-underline-offset:2px}.legal-page__updated{font-size:.875rem;color:#8b93a7;margin-bottom:1.5rem}.contact-page{padding:2.5rem 0 4rem}.contact-page__inner{max-width:1040px}.contact-page__header{max-width:640px;margin-bottom:2.5rem}.contact-page__back{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#5c6578;margin-bottom:1rem}.contact-page__back:hover{color:#2e7d6b}.contact-page__title{margin:0 0 1rem;font-size:2rem;font-weight:700;color:#1a1f2e}.contact-page__intro{margin:0;font-size:1rem;line-height:1.8;color:#5c6578}.contact-page__layout{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media(min-width: 1024px){.contact-page__layout{grid-template-columns:1.1fr .9fr;gap:2.5rem}}.contact-form-card{padding:2rem;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.contact-form-card__heading{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#1a1f2e}.contact-form-card__hint{margin:0 0 1.5rem;font-size:.875rem;color:#8b93a7;line-height:1.6}.contact-form-card__alert{margin-bottom:1rem;padding:.75rem 1rem;border-radius:8px;font-size:.875rem}.contact-form-card__alert--success{background:rgba(5,150,105,.1);color:#059669;border:1px solid rgba(5,150,105,.25)}.contact-form-card__alert--error{background:rgba(220,38,38,.08);color:#dc2626;border:1px solid rgba(220,38,38,.2)}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.contact-form__honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.contact-form__field{display:flex;flex-direction:column;gap:.5rem}.contact-form__label{font-size:.875rem;font-weight:500;color:#1a1f2e}.contact-form__input,.contact-form__textarea{width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;color:#1a1f2e;background:#f7f8fa;border:1px solid rgba(0,0,0,.08);border-radius:8px;transition:border-color 200ms ease-in-out,box-shadow 200ms ease-in-out}.contact-form__input:focus,.contact-form__textarea:focus{outline:none;border-color:#2e7d6b;box-shadow:0 0 0 3px rgba(46,125,107,.2)}.contact-form__input::placeholder,.contact-form__textarea::placeholder{color:#8b93a7}.contact-form__textarea{resize:vertical;min-height:120px}.contact-form__submit{align-self:flex-start;margin-top:.5rem}.projects-panel{padding:2rem;background:#f1f3f6;border:1px solid rgba(0,0,0,.08);border-radius:16px}.projects-panel__heading{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#1a1f2e}.projects-panel__intro{margin:0 0 1.5rem;font-size:.875rem;line-height:1.6;color:#5c6578}.projects-panel__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.project-card{padding:1rem;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;transition:border-color 200ms ease-in-out,box-shadow 200ms ease-in-out}.project-card:hover{border-color:rgba(46,125,107,.35);box-shadow:0 1px 3px rgba(0,0,0,.06)}.project-card__top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.project-card__tag{font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#2e7d6b;background:rgba(46,125,107,.1);padding:.25rem .5rem;border-radius:8px}.project-card__link{display:inline-flex;align-items:center;gap:.25rem;font-size:1rem;font-weight:600;color:#1a1f2e;text-decoration:none}.project-card__link:hover{color:#2e7d6b}.project-card__desc{margin:0;font-size:.875rem;line-height:1.6;color:#5c6578}.site-footer{margin-top:auto;border-top:1px solid rgba(0,0,0,.08);background:#fff}.site-footer__top{display:grid;grid-template-columns:1fr;gap:2rem;padding:3rem 0 2.5rem}@media(min-width: 768px){.site-footer__top{grid-template-columns:minmax(220px, 1.2fr) repeat(2, minmax(120px, 1fr));gap:2rem}}@media(min-width: 1024px){.site-footer__top{grid-template-columns:minmax(220px, 1.1fr) repeat(4, minmax(110px, 1fr));gap:2.5rem}}.site-footer__brand{display:flex;flex-direction:column;gap:1rem;max-width:360px}.site-footer__logo{display:inline-flex;line-height:0}.site-footer__logo-img{width:100%;max-width:360px;height:auto;min-height:80px;display:block;object-fit:contain;object-position:left center}.site-footer__tagline{margin:0;font-size:.875rem;line-height:1.6;color:#5c6578}.site-footer__col{min-width:0}.site-footer__heading{margin:0 0 1rem;font-size:.875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#1a1f2e}.site-footer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.site-footer__list a{font-size:.875rem;color:#5c6578;text-decoration:none;transition:color 200ms ease-in-out}.site-footer__list a:hover{color:#2e7d6b}.site-footer__bottom{border-top:1px solid rgba(0,0,0,.08);background:#f7f8fa}.site-footer__bottom-inner{display:flex;flex-direction:column;gap:1rem;padding:1.25rem 0}@media(min-width: 768px){.site-footer__bottom-inner{flex-direction:row;align-items:center;justify-content:space-between}}.site-footer__copyright{margin:0;font-size:.875rem;color:#8b93a7}.site-footer__trust{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:#059669}.tools-mega{position:relative}.tools-mega__trigger{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:12px;cursor:pointer;transition:all 200ms ease-in-out}.tools-mega__trigger:focus-visible{outline:2px solid #2e7d6b;outline-offset:2px}.tools-mega__trigger{display:inline-flex;align-items:center;gap:.5rem;background:rgba(0,0,0,0);border:none;color:#1a1f2e;font-size:.875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:.5rem .75rem}.tools-mega__trigger:hover,.tools-mega__trigger[aria-expanded=true]{color:#2e7d6b}.tools-mega__trigger[aria-expanded=true] .tools-mega__chevron{transform:rotate(180deg)}.tools-mega__chevron{transition:transform 200ms ease-in-out}.tools-mega__panel{position:fixed;top:72px;left:0;right:0;background:#fff;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 8px 24px rgba(0,0,0,.1);opacity:0;visibility:hidden;transform:translateY(-8px);transition:all 200ms ease-in-out;z-index:100;max-height:calc(100vh - 72px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#1f5a4d #fff}.tools-mega__panel::-webkit-scrollbar{width:6px;height:6px}.tools-mega__panel::-webkit-scrollbar-track{background:#fff;border-radius:9999px}.tools-mega__panel::-webkit-scrollbar-thumb{background:#1f5a4d;border-radius:9999px}.tools-mega__panel::-webkit-scrollbar-thumb:hover{background:#2e7d6b}.tools-mega__panel--open{opacity:1;visibility:visible;transform:translateY(0)}.tools-mega__inner{padding:2rem 0}.tools-mega__grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:2rem 1.5rem}@media(min-width: 768px){.tools-mega__grid{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media(min-width: 1024px){.tools-mega__grid{grid-template-columns:repeat(8, minmax(0, 1fr))}}.tools-mega__category{margin:0 0 1rem;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#8b93a7}.tools-mega__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.tools-mega__link{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;color:#5c6578;font-size:.875rem;text-decoration:none;transition:color 200ms ease-in-out}.tools-mega__link:hover{color:#2e7d6b}.tools-mega__link--active{color:#2e7d6b;font-weight:500}.tools-mega__link-icon{flex-shrink:0;color:#2e7d6b}.tools-mega__link-name{line-height:1.2}.flag-icon{display:block;width:auto;height:auto;border-radius:3px;border:1px solid rgba(0,0,0,.08);object-fit:cover}.lang-picker{position:relative}.lang-picker__trigger{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:12px;cursor:pointer;transition:all 200ms ease-in-out}.lang-picker__trigger:focus-visible{outline:2px solid #2e7d6b;outline-offset:2px}.lang-picker__trigger{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid rgba(0,0,0,.08);color:#1a1f2e;padding:.5rem .75rem;min-width:88px}.lang-picker__trigger:hover,.lang-picker__trigger[aria-expanded=true]{border-color:rgba(46,125,107,.35)}.lang-picker__trigger[aria-expanded=true] .lang-picker__chevron{transform:rotate(180deg)}.lang-picker__trigger-flag{display:inline-flex;line-height:0;flex-shrink:0}.lang-picker__trigger-code{font-size:.875rem;font-weight:600;letter-spacing:.04em}.lang-picker__chevron{margin-left:auto;transition:transform 200ms ease-in-out}.lang-picker__panel{position:absolute;top:calc(100% + .5rem);right:0;width:min(92vw,360px);padding:1.25rem 1rem 1rem;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.1);opacity:0;visibility:hidden;transform:translateY(-6px);transition:all 200ms ease-in-out;z-index:100}.lang-picker__panel--open{opacity:1;visibility:visible;transform:translateY(0)}.lang-picker__title{margin:0 0 1rem;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#8b93a7}.lang-picker__grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:.5rem}.lang-picker__item{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem .25rem;border:2px solid rgba(0,0,0,0);border-radius:12px;background:rgba(0,0,0,0);cursor:pointer;transition:all 200ms ease-in-out}.lang-picker__item:hover{background:#f1f3f6}.lang-picker__item--active{border-color:#1a1f2e}.lang-picker__flag{display:inline-flex;line-height:0}.lang-picker__code{font-size:.75rem;font-weight:600;color:#1a1f2e;letter-spacing:.04em}.coming-soon{display:flex;justify-content:center;padding:3rem 0 4rem}.coming-soon__card{width:min(100%,420px);padding:2.5rem 2rem;text-align:center;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.08)}.coming-soon__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 1.5rem;border-radius:12px;background:rgba(46,125,107,.12);color:#2e7d6b}.coming-soon__title{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:#1a1f2e}.coming-soon__message{margin:0 0 2rem;font-size:1rem;line-height:1.8;color:#5c6578}.coming-soon__action{min-width:140px}/*# sourceMappingURL=main.css.map */
