*{box-sizing:border-box}html{scroll-behavior:smooth;background:#f1f1f1}html::-webkit-scrollbar{width:10px;height:10px}html::-webkit-scrollbar-track{background:#f1f1f1}html::-webkit-scrollbar-thumb{background:#61cde7;border-radius:5px}html::-webkit-scrollbar-thumb:hover{background:#4bc0d9}html{scrollbar-width:auto;scrollbar-color:#61cde7 #f1f1f1}html[data-theme=dark]{background:#111;scrollbar-color:#22bb39 #111111}html[data-theme=dark]::-webkit-scrollbar-track{background:#111}html[data-theme=dark]::-webkit-scrollbar-thumb{background:#22bb39}html[data-theme=dark]::-webkit-scrollbar-thumb:hover{background:#1ea32e}body{margin:0;font-family:Teko,sans-serif;background:#f1f1f1}html[data-theme=dark] body{background:#111}.container{width:100%;max-width:72rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(min-width:1024px){.container{padding-left:3rem;padding-right:3rem}}.app{font-family:Teko,sans-serif;min-height:100vh;position:relative}.app[data-theme=dark]{background:#111}.header{position:absolute;top:0;left:0;right:0;z-index:30}.header__inner{display:flex;align-items:center;justify-content:space-between;padding:2rem 1.5rem;gap:1rem}.header__logo{flex-shrink:0;display:flex;align-items:center;line-height:0}.header__logo img{height:2.75rem;width:auto;object-fit:contain}.menu{display:none;flex:1;align-items:center;justify-content:center;gap:2rem}@media(min-width:768px){.menu{display:flex}}.menu__link{font-size:1.5rem;font-weight:500;letter-spacing:.02em;text-transform:uppercase;color:#6b7280;text-decoration:none;transition:color .2s}@media(min-width:768px){.menu__link{font-size:1.75rem}}.menu__link:hover{color:#61cde7}.app[data-theme=dark] .menu__link{color:#f5f5f5}.app[data-theme=dark] .menu__link:hover{color:#22bb39}.header__actions{flex-shrink:0;display:flex;align-items:center;gap:.5rem;z-index:40}.theme-toggle,.menu-toggle{padding:.5rem;border:none;background:none;color:#6b7280;cursor:pointer;transition:opacity .2s}.theme-toggle:hover,.menu-toggle:hover{opacity:.7}.app[data-theme=dark] .theme-toggle,.app[data-theme=dark] .menu-toggle{color:#f5f5f5}@media(min-width:768px){.menu-toggle{display:none}}.header__dropdown{position:fixed;inset:0;z-index:20;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;background:#fffffff5}.app[data-theme=dark] .header__dropdown{background:#000000f5}@media(min-width:768px){.header__dropdown{display:none}}.header__dropdown-inner{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.header__dropdown-link{font-size:1.75rem}.hero{position:relative;height:100vh;min-height:100vh;max-height:100vh;overflow:hidden}.hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero__bg--mobile{display:block}.hero__bg--desktop{display:none}@media(min-width:768px){.hero__bg--mobile{display:none}.hero__bg--desktop{display:block}}.hero__overlay{position:absolute;inset:0;background:#00000026}.hero__brand{position:absolute;top:7rem;left:0;right:0;display:flex;align-items:flex-start;justify-content:center;padding:0 2rem;z-index:2;pointer-events:none}.hero__logo{width:80%;max-width:40rem;height:auto;object-fit:contain}@media(max-width:767px){.hero__logo{width:86%;max-width:none}}@media(min-width:768px){.hero__brand{top:12rem;justify-content:flex-end;padding:0 12rem 0 0}.hero__logo{width:72%;max-width:34rem}}.hero__bottom-fade{position:absolute;bottom:0;left:0;right:0;height:4rem;pointer-events:none;z-index:5;background:linear-gradient(to top,#f1f1f1 0%,transparent 100%)}.app[data-theme=dark] .hero__bottom-fade{background:linear-gradient(to top,#111111 0%,transparent 100%)}.app>main{background:#f1f1f1}.app[data-theme=dark]>main{background:#111}.section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:2rem 0}.section+.section{border-top:1px solid rgba(0,0,0,.08)}.app[data-theme=dark] .section+.section{border-top-color:#ffffff14}@media(min-width:1024px){.section{padding:3rem 0}}.section__title{font-size:2rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:#374151;margin:0 0 3rem;text-align:center}.app[data-theme=dark] .section__title{color:#f5f5f5}@media(min-width:768px){.section__title{font-size:2.5rem}}.steps{list-style:none;padding:0;position:relative;max-width:36rem;margin:0 auto}.steps:before{content:"";position:absolute;left:1.125rem;top:2rem;bottom:2rem;width:2px;background:#0000001f}.app[data-theme=dark] .steps:before{background:#ffffff26}.steps__item{display:flex;align-items:center;gap:1.5rem;padding-bottom:2.5rem}.steps__item:last-child{padding-bottom:0}.steps__num{flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:50%;background:#61cde7;color:#fff;font-size:1.125rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1;position:relative;z-index:1}.app[data-theme=dark] .steps__num{background:#22bb39;color:#111}.steps__body{flex:1}.steps__heading{font-size:1.35rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:#374151;margin:0 0 .5rem}.app[data-theme=dark] .steps__heading{color:#f5f5f5}.steps__text{font-size:1.1rem;line-height:1.55;color:#6b7280;margin:0}.app[data-theme=dark] .steps__text{color:#fffc}@media(min-width:768px){.steps:before{left:1.25rem}.steps__num{width:2.5rem;height:2.5rem;font-size:1.25rem}.steps__item{gap:1.75rem}.steps__heading{font-size:1.5rem}.steps__text{font-size:1.2rem}}.who-list{list-style:none;padding:0;max-width:40rem;margin:0 auto}.who-list__item{display:flex;flex-direction:row;gap:1rem;align-items:center;padding:2.5rem 0;border-bottom:1px solid rgba(0,0,0,.08)}.who-list__item:nth-child(2n){flex-direction:row-reverse}.who-list__item:last-child{border-bottom:none}.app[data-theme=dark] .who-list__item{border-bottom-color:#ffffff1f}.who-list__image{flex-shrink:0;display:inline-block;max-width:88px;max-height:88px;overflow:hidden;background:transparent}.who-list__item:nth-child(odd) .who-list__image{border-left:3px solid #61cde7}.who-list__item:nth-child(2n) .who-list__image{border-right:3px solid #61cde7}.app[data-theme=dark] .who-list__item:nth-child(odd) .who-list__image{border-left-color:#22bb39}.app[data-theme=dark] .who-list__item:nth-child(2n) .who-list__image{border-right-color:#22bb39}.who-list__image img{max-width:88px;max-height:88px;width:auto;height:auto;display:block;mask-image:radial-gradient(ellipse 75% 75% at 50% 50%,black 45%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 75% 75% at 50% 50%,black 45%,transparent 100%);mask-size:100% 100%;-webkit-mask-size:100% 100%}.who-list__content{flex:1;min-width:0}.who-list__title{font-size:1.35rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:#374151;margin:0;line-height:1.1}.app[data-theme=dark] .who-list__title{color:#f5f5f5}.who-list__text{font-size:1.1rem;line-height:1.4;color:#6b7280;margin:0}.app[data-theme=dark] .who-list__text{color:#fffc}@media(min-width:768px){.who-list__item{padding:1.25rem 0;gap:1.5rem}.who-list__image,.who-list__image img{max-width:120px;max-height:120px}.who-list__title{font-size:1.5rem}.who-list__text{font-size:1.15rem}}.create-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 0}.create-page__container{width:100%;max-width:28rem}.create-page__subtitle{font-size:1.25rem;color:#6b7280;margin:0 0 2rem;text-align:center;line-height:1.3}.app[data-theme=dark] .create-page__subtitle{color:#9ca3af}.create-page__form{display:flex;flex-direction:column;gap:1.25rem}.create-page__field{display:flex;flex-direction:column;gap:.35rem}.create-page__input{font-family:Teko,sans-serif;font-size:1.35rem;padding:.75rem 1rem;border:2px solid #d1d5db;border-radius:.25rem;background:#fff;color:#111827;width:100%;transition:border-color .2s}.create-page__input::placeholder{color:#9ca3af}.create-page__input:focus{outline:none;border-color:#61cde7}.app[data-theme=dark] .create-page__input{background:#111;border-color:#ffffff1f;color:#f5f5f5}.app[data-theme=dark] .create-page__input::placeholder{color:#6b7280}.app[data-theme=dark] .create-page__input:focus{border-color:#22bb39}.create-page__error{font-size:1.1rem;color:#dc2626;margin:0}.app[data-theme=dark] .create-page__error{color:#f87171}.create-page__submit{font-family:Teko,sans-serif;font-size:1.5rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;padding:.85rem 1.5rem;border:none;border-radius:.25rem;background:#61cde7;color:#fff;cursor:pointer;transition:background .2s,opacity .2s}.create-page__submit:hover:not(:disabled){background:#4bc0d9}.create-page__submit:disabled{opacity:.7;cursor:not-allowed}.app[data-theme=dark] .create-page__submit{background:#22bb39;color:#fff}.app[data-theme=dark] .create-page__submit:hover:not(:disabled){background:#1ea32e}.create-page__success{font-size:1.5rem;font-weight:600;letter-spacing:.02em;text-align:center;color:#374151;margin:0}.app[data-theme=dark] .create-page__success{color:#f5f5f5}
