:root{--font-serif:"Cormorant Garamond", Georgia, "Times New Roman", serif;--primary:#f9f9f9;--secondary:#1f2227;--accent:#fc9090;--accent-adaptive:#9079ed;--gray-50:#fafafa;--gray-100:#f2f2f2;--gray-200:#e5e5e5;--gray-300:#d4d4d4;--gray-400:#a3a3a3;--gray-500:#737373;--radius-sm:12px;--radius-md:20px;--radius-lg:32px;--radius-xl:48px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-snap-type:y proximity;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background-color:var(--primary);color:var(--secondary);font-family:Space Grotesk,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:Space Grotesk,sans-serif}ul,ol{list-style:none}img{max-width:100%;display:block}::selection{background-color:var(--accent-adaptive);color:#fff}.container{max-width:1280px;margin:0 auto;padding:0 24px}@media (width<=768px){.container{padding:0 16px}}.section-label{border:1px solid var(--gray-300);text-transform:uppercase;letter-spacing:.12em;color:var(--gray-500);background:0 0;border-radius:999px;align-items:center;margin-bottom:12px;padding:6px 12px;font-size:.68rem;font-weight:700;display:inline-flex}.section-title{letter-spacing:-.055em;text-transform:uppercase;text-wrap:balance;max-width:14ch;margin:0 auto;font-size:clamp(2.2rem,5vw,5.6rem);font-weight:900;line-height:.94}.section-subtitle{color:var(--gray-500);max-width:560px;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.5}.btn{letter-spacing:-.01em;border-radius:100px;align-items:center;gap:8px;padding:12px 28px;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:inline-flex}.btn-primary{background:var(--secondary);color:var(--primary)}.btn-primary:hover{background:#35393f;transform:translateY(-2px);box-shadow:0 8px 32px #1f222733}.btn-secondary{color:var(--secondary);border:1.5px solid var(--gray-300);background:0 0}.btn-secondary:hover{border-color:var(--secondary);transform:translateY(-2px)}.btn-accent{background:var(--accent-adaptive);color:#fff}.btn-accent:hover{background:#7d68d9;transform:translateY(-2px);box-shadow:0 8px 32px #9079ed57}.btn-accent-adaptive{background:var(--accent-adaptive);color:#fff}.btn-accent-adaptive:hover{background:#7d68d9;transform:translateY(-2px);box-shadow:0 8px 32px #9079ed4d}.navbar{z-index:1000;width:50%;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:fixed;top:16px;left:25%}.navbar__inner{-webkit-backdrop-filter:blur(20px);background:#ffffffd9;border:1px solid #1f222714;border-radius:100px;justify-content:space-between;align-items:center;padding:10px 10px 10px 24px;display:flex;box-shadow:0 4px 24px #0000000f}.navbar--scrolled .navbar__inner{border-color:#1f22271f;box-shadow:0 8px 32px #0000001a}.navbar__logo{letter-spacing:-.03em;flex-shrink:0;align-items:center;gap:10px;margin-right:8px;font-size:1.1rem;font-weight:700;display:flex}.navbar__logo-icon{background:var(--secondary);color:#fff;border-radius:9px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.95rem;font-weight:700;display:flex}.navbar__links{align-items:center;gap:4px;display:flex}.navbar__link{color:var(--gray-500);white-space:nowrap;border-radius:100px;padding:9px 16px;font-size:.875rem;font-weight:500;transition:all .25s}.navbar__link:hover{color:var(--secondary);background:#1f22270d}.navbar__cta{background:var(--secondary);color:#fff;white-space:nowrap;border-radius:100px;flex-shrink:0;padding:12px 28px;font-size:.875rem;font-weight:600;transition:all .3s}.navbar__cta:hover{background:#35393f}.navbar__mobile-toggle{color:var(--secondary);background:0 0;padding:8px;display:none}.navbar__mobile-menu{z-index:999;border-radius:var(--radius-md);border:1px solid var(--gray-200);background:#fff;flex-direction:column;gap:4px;padding:20px;display:flex;position:fixed;top:80px;left:16px;right:16px;box-shadow:0 24px 80px #0000001f}.navbar__mobile-link{border-radius:var(--radius-sm);padding:14px 16px;font-size:1rem;font-weight:500;transition:background .2s}.navbar__mobile-link:hover{background:var(--gray-100)}@media (width<=768px){.navbar{width:auto;top:12px;left:12px;right:12px;transform:none}.navbar__inner{justify-content:space-between;width:100%;padding:8px 8px 8px 16px}.navbar__mobile-menu{top:72px}.navbar__links,.navbar__cta{display:none}.navbar__mobile-toggle{display:flex}}.footer{border-top:1px solid var(--gray-200);background:#fff;padding:80px 0 0;overflow:hidden}.footer__top{grid-template-columns:1fr 2fr;gap:64px;margin-bottom:64px;padding:0 24px;display:grid}.footer__socials{gap:8px;margin-bottom:20px;display:flex}.footer__social{border:1px solid var(--gray-200);width:40px;height:40px;color:var(--gray-500);border-radius:10px;justify-content:center;align-items:center;transition:all .25s;display:flex}.footer__social:hover{border-color:var(--secondary);color:var(--secondary);transform:translateY(-1px)}.footer__copyright-line{color:var(--gray-500);margin-bottom:4px;font-size:.85rem}.footer__legal-line{color:var(--gray-400);font-size:.8rem}.footer__links{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.footer__link-title{text-transform:uppercase;letter-spacing:.12em;color:var(--gray-400);margin-bottom:16px;font-size:.8rem;font-weight:600}.footer__link{color:var(--gray-500);padding:6px 0;font-size:.9rem;transition:color .2s;display:block}.footer__link:hover{color:var(--secondary)}.footer__bottom{margin-top:20px;padding:0 10px;line-height:0;position:relative}.footer__bottom-logo{filter:brightness(0)opacity(.08);-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;max-width:60%;height:auto;margin:0 auto;display:block;transform:translateY(20%)}@media (width<=768px){.footer__top{grid-template-columns:1fr;gap:40px;padding:0 16px}.footer__links{grid-template-columns:repeat(2,1fr);gap:20px}.footer__bottom{padding:0 16px}}@media (width<=480px){.footer{padding-top:60px}.footer__top{gap:32px;margin-bottom:40px}.footer__links{grid-template-columns:1fr 1fr}.footer__bottom-logo{max-width:80%}}.scroll-hero{width:100%;position:relative}.scroll-hero__sticky{background:#fff;width:100%;height:100vh;position:sticky;top:0;overflow:hidden}.scroll-hero__image{box-shadow:none;border:none;border-radius:0;position:absolute;inset:0;overflow:hidden}.scroll-hero__bg{will-change:opacity;background-position:50%;background-repeat:no-repeat;position:absolute;inset:0}.scroll-hero__bg--desktop{display:block}.scroll-hero__bg--mobile{display:none}.scroll-hero__video{object-fit:cover;will-change:opacity;pointer-events:none;width:100%;height:100%;display:block;position:absolute;inset:0}.scroll-hero__overlay{pointer-events:none;background:linear-gradient(#1f222738 0%,#1f222757 100%);position:absolute;inset:0}.scroll-hero__label-wrap{z-index:5;pointer-events:none;justify-content:center;display:flex;position:absolute;bottom:56px;left:0;right:0}.scroll-hero__label{letter-spacing:.14em;text-transform:uppercase;color:#ffffffb3;-webkit-backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #ffffff2e;border-radius:100px;padding:8px 22px;font-size:.75rem;font-weight:600}.scroll-hero__content{z-index:3;position:absolute;inset:0}.scroll-hero__snap{scroll-snap-align:start;pointer-events:none;width:100%;height:1px}@media (width<=768px){.scroll-hero__bg--desktop{display:none}.scroll-hero__bg--mobile{background-position:50%;min-width:100%;min-height:100%;display:block}.scroll-hero__label-wrap{bottom:32px}.scroll-hero__label{font-size:.65rem}}.hero{color:var(--secondary);padding:98px 0 68px;position:relative}.hero__container{display:block}.hero_sub_bold{color:var(--primary);font-weight:900}.hero__content{justify-items:center;gap:18px;max-width:980px;margin:0 auto;display:grid}.hero__title-stage{justify-content:center;align-items:center;min-height:clamp(240px,38vh,420px);display:flex}.hero__title{text-align:center;letter-spacing:-.06em;color:#fff;text-shadow:0 10px 36px #0000007a;text-wrap:balance;margin:0;font-size:clamp(3.2rem,8.4vw,9.4rem);font-weight:900;line-height:.94}.hero__title-accent{letter-spacing:-.03em;background:linear-gradient(135deg, var(--accent) 0%, var(--accent-adaptive) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;padding-left:.03em;padding-right:.14em;display:inline-block}.hero__subtitle{color:#ffffffeb;text-align:center;text-wrap:balance;max-width:720px;margin:0 auto;font-size:1.18rem;line-height:1.58}.hero__actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:20px;display:flex}.hero__meta{-webkit-backdrop-filter:blur(10px)saturate(130%);background:#0c0e1233;border:1px solid #fff3;border-radius:20px;justify-items:center;width:min(760px,92%);margin-top:4px;padding:clamp(16px,2.2vw,24px) clamp(18px,2.6vw,30px);display:grid;box-shadow:0 18px 42px #00000038}.hero__actions .btn{letter-spacing:.01em;border-radius:999px;min-height:44px;font-weight:700}.hero .btn-secondary{color:#fff;background:#ffffff14;border-color:#fff6}.hero .btn-secondary:hover{color:#fff;background:#ffffff26;border-color:#fff9}@media (width>=1280px){.hero{padding:110px 0 82px}.hero__content{gap:22px;max-width:1220px}.hero__title-stage{min-height:clamp(300px,44vh,560px)}.hero__title{letter-spacing:-.058em;text-shadow:0 12px 42px #00000085;font-size:clamp(4.7rem,7.2vw,8.9rem);line-height:.9}.hero__meta{border-radius:22px;width:min(860px,72%);padding:20px 34px 22px}.hero__subtitle{max-width:780px;font-size:1.24rem;line-height:1.56}.hero__actions{gap:16px;margin-top:22px}.hero__actions .btn{min-height:48px;padding-inline:22px;font-size:.95rem}}@media (width>=1600px){.hero{padding:118px 0 92px}.hero__content{max-width:1360px}.hero__title-stage{min-height:clamp(340px,46vh,620px)}.hero__title{letter-spacing:-.06em;font-size:clamp(5.6rem,6.9vw,10.2rem)}.hero__meta{width:min(930px,66%)}.hero__subtitle{max-width:840px;font-size:1.32rem}}@media (width<=968px){.hero{padding-top:max(84px, env(safe-area-inset-top,0px) + 70px);padding-bottom:58px}.hero__title-stage{min-height:clamp(220px,34vh,320px)}.hero__title{letter-spacing:-.05em;font-size:clamp(2.55rem,11.5vw,5rem)}.hero__subtitle{max-width:92%;font-size:1.05rem;line-height:1.58}.hero__meta{width:min(92%,640px)}}@media (width<=768px){.hero{padding-top:max(84px, env(safe-area-inset-top,0px) + 68px);padding-bottom:52px}.hero__content{gap:12px}.hero__title-stage{min-height:clamp(180px,28vh,250px)}.hero__meta{border-radius:16px;width:100%;padding:14px 12px 12px}.hero__actions .btn{justify-content:center;width:100%}}@media (width<=480px){.hero__title{font-size:clamp(2.2rem,12.5vw,3.15rem)}.hero__subtitle{max-width:100%;font-size:.98rem}.hero{padding-bottom:54px}}.why-us{border-top:1px solid var(--gray-200);background:radial-gradient(1200px 360px at 15% 0,#9079ed14 0%,#9079ed00 72%),linear-gradient(#fff 0%,#faf9ff 100%);position:relative}.why-us__track{padding:120px 0 88px}.why-us__container{width:100%}.why-us__block{text-align:center;border:1px solid var(--gray-200);background:linear-gradient(165deg,#fff 0%,#f8f7ff 100%);border-radius:28px;width:100%;max-width:1200px;margin:0 auto;padding:clamp(28px,5vw,48px) clamp(18px,4vw,44px);box-shadow:0 24px 80px #1f222714}.why-us__title{max-width:16ch;margin:8px auto 14px}.why-us__video-caption{max-width:42ch;color:var(--gray-500);text-align:center;margin:0 auto 18px;font-size:.9rem}.why-us__video-caption a{color:var(--accent-adaptive);text-underline-offset:3px;text-decoration:underline}.why-us__cta{color:var(--accent-adaptive);background:#9079ed14;border:1px solid #9079ed52;border-radius:999px;justify-content:center;align-items:center;padding:10px 16px;font-weight:700;text-decoration:none;display:inline-flex}@media (width<=768px){.why-us__track{padding:86px 0 72px}.why-us__block{border-radius:20px}}@media (width<=480px){.why-us__title{font-size:clamp(1.6rem,8vw,2.3rem)}}.people{border-top:1px solid var(--gray-200);background:radial-gradient(1100px 360px at 85% 100%,#fc909014 0%,#fc909000 70%),linear-gradient(#fff 0%,#fffafb 100%);padding:120px 0;position:relative}.people:before,.people:after{content:none}.people__header{text-align:center;z-index:1;margin-bottom:72px;position:relative}.people__slider{z-index:1;border-top:1px solid var(--gray-200);padding-top:36px;display:block;position:relative}.people__titles{flex-direction:column;max-width:900px;margin:0 auto;padding-top:8px;display:flex}.people__team-row{border-bottom:1px solid var(--gray-100);outline:none;flex-direction:column;align-items:center;gap:14px;margin:0 -12px;padding:18px 12px 22px;transition:background .35s;display:flex}.people__team-row:last-child{border-bottom:none}.people__team-row--active{background:0 0}.people__team-row:focus-visible{box-shadow:0 0 0 2px var(--accent-adaptive)}.people__team-row-main{text-align:center;width:100%;min-width:0}.people__team-row-meta{text-align:center;width:100%;min-width:0;max-width:52ch}.people__meta-tagline{color:var(--gray-500);margin-bottom:10px;font-size:.82rem;font-style:italic;font-weight:500;line-height:1.45}.people__meta-desc{color:var(--gray-500);font-size:.88rem;line-height:1.55}.people__row-cta{color:var(--accent-adaptive);align-items:center;gap:8px;margin-top:12px;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.people__team-row--active .people__meta-tagline{color:var(--secondary)}.people__team-row--active .people__meta-desc{color:var(--gray-500)}.people__title-row{cursor:pointer;justify-content:center;align-items:center;gap:16px;padding:6px 0 4px;display:flex}.people__title-num{color:var(--gray-400);font-variant-numeric:tabular-nums;text-align:right;flex-shrink:0;width:24px;font-size:.75rem;font-weight:600}.people__title-text{letter-spacing:-.05em;text-transform:uppercase;white-space:normal;max-width:100%;font-size:clamp(1.35rem,2.4vw,2.35rem);font-weight:900;line-height:1.05;display:inline-block}.people__char-wrap{display:inline-block;position:relative;overflow:hidden}.people__char-ghost{opacity:.15;display:inline-block}.people__char-real{display:inline-block;position:absolute;top:0;left:0}@media (width<=968px){.people__titles{max-width:780px}}@media (width<=768px){.people{padding:80px 0}.people__titles{gap:0;width:100%;max-width:none}.people__team-row-meta{max-width:none}.people__title-text{font-size:clamp(1.15rem,5vw,1.65rem)}}.process{border-top:1px solid var(--gray-200);background:radial-gradient(1000px 320px at 14% 10%,#9079ed12 0%,#9079ed00 72%),linear-gradient(#fff 0%,#f9faff 100%);padding:120px 0;position:relative;overflow:hidden}.process:before,.process:after{content:none}.process__header{text-align:center;z-index:1;margin-bottom:72px;position:relative}.process__title-accent{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-adaptive) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.funnel{z-index:1;max-width:720px;margin:0 auto 100px;position:relative}.funnel__timeline{justify-content:space-between;margin-bottom:40px;padding:0 8px;display:flex;position:relative}.funnel__timeline-rail{background:var(--gray-200);z-index:0;border-radius:2px;height:3px;position:absolute;top:7px;left:8px;right:8px}.funnel__timeline-fill{background:linear-gradient(90deg, var(--accent) 0%, var(--accent-adaptive) 100%);border-radius:2px;min-width:2px;height:100%;position:absolute;top:0;left:0}.funnel__day{z-index:1;flex-direction:column;align-items:center;gap:10px;display:flex;position:relative}.funnel__day-dot{border:2.5px solid var(--gray-300);background:#fff;border-radius:50%;width:16px;height:16px;transition:all .35s}.funnel__day--passed .funnel__day-dot{border-color:var(--accent);background:var(--accent)}.funnel__day--active .funnel__day-dot{border-color:var(--accent-adaptive);background:var(--accent-adaptive);box-shadow:0 0 0 5px #9079ed26}.funnel__day-label{letter-spacing:.04em;color:var(--gray-300);font-size:.7rem;font-weight:700;transition:color .3s}.funnel__day--active .funnel__day-label{color:var(--accent-adaptive)}.funnel__day--passed .funnel__day-label{color:var(--accent)}.funnel__bars{flex-direction:column;align-items:center;gap:10px;margin-bottom:32px;display:flex}.funnel__bar{width:var(--bar-width);border:2px solid var(--gray-200);cursor:pointer;transform-origin:50%;background:#fff;border-radius:10px;min-width:200px;height:60px;transition:all .35s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}.funnel__bar:hover{border-color:var(--bar-color);box-shadow:0 2px 12px color-mix(in srgb, var(--bar-color) 12%, transparent)}.funnel__bar--active{border-color:var(--bar-color);box-shadow:0 3px 14px color-mix(in srgb, var(--bar-color) 16%, transparent)}.funnel__bar--passed{border-color:color-mix(in srgb, var(--bar-color) 40%, var(--gray-200))}.funnel__bar-fill{pointer-events:none;position:absolute;inset:0}.funnel__bar-progress{background:color-mix(in srgb, var(--bar-color) 10%, transparent);height:100%;transition:width 50ms linear}.funnel__bar--passed .funnel__bar-fill:after{content:"";background:color-mix(in srgb, var(--bar-color) 6%, transparent);position:absolute;inset:0}.funnel__bar-content{z-index:1;justify-content:center;align-items:center;gap:12px;height:100%;padding:0 20px;display:flex;position:relative}.funnel__bar-number{letter-spacing:.06em;color:var(--gray-300);font-size:.7rem;font-weight:700;transition:color .3s}.funnel__bar--active .funnel__bar-number,.funnel__bar--passed .funnel__bar-number{color:var(--bar-color)}.funnel__bar-title{color:var(--gray-400);white-space:nowrap;font-size:.95rem;font-weight:700;transition:color .3s}.funnel__bar--active .funnel__bar-title{color:var(--secondary)}.funnel__bar--passed .funnel__bar-title{color:var(--gray-500)}.funnel__bar-duration{color:var(--gray-300);margin-left:auto;font-size:.7rem;font-weight:600;transition:color .3s}.funnel__bar--active .funnel__bar-duration{color:var(--bar-color)}.funnel__detail{height:200px;position:relative}.funnel__card{border:1px solid var(--gray-200);opacity:0;pointer-events:none;box-shadow:none;background:#fff;border-radius:16px;padding:28px 32px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.funnel__card--active{opacity:1;pointer-events:auto}.funnel__card-top{align-items:center;gap:16px;margin-bottom:12px;display:flex}.funnel__card-icon{background:color-mix(in srgb, var(--step-color) 10%, white);width:44px;height:44px;color:var(--step-color);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.funnel__card-meta{flex:1;align-items:center;gap:12px;display:flex}.funnel__card-title{letter-spacing:-.02em;font-size:1.15rem;font-weight:700}.funnel__card-badge{background:color-mix(in srgb, var(--step-color) 10%, white);color:var(--step-color);letter-spacing:.02em;white-space:nowrap;border-radius:100px;padding:4px 12px;font-size:.7rem;font-weight:700}.funnel__card-desc{color:var(--gray-500);font-size:.92rem;line-height:1.6}.funnel__card-next{background:var(--secondary);color:#fff;cursor:pointer;border:none;border-radius:100px;align-self:flex-start;align-items:center;gap:8px;margin-top:16px;padding:10px 20px;font-size:.85rem;font-weight:600;transition:all .25s;display:inline-flex}.funnel__card-next:hover{background:var(--accent-adaptive);transform:translate(4px)}.process__carousel-section{text-align:center}.process__carousel-title{letter-spacing:-.03em;margin-bottom:56px;font-size:clamp(1.55rem,3.1vw,2.25rem);font-weight:700}.process__carousel{justify-content:center;align-items:center;height:460px;display:flex;position:relative}.process__photo-card{background:linear-gradient(145deg, var(--gray-100) 0%, var(--gray-200) 100%);border-radius:var(--radius-lg);cursor:pointer;width:260px;height:430px;transform-style:preserve-3d;will-change:transform;justify-content:center;align-items:center;display:flex;position:absolute;overflow:hidden}.process__photo-img,.process__photo-video{object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block}.process__photo-label{color:var(--gray-400);font-size:1rem;font-weight:500}@media (width<=768px){.process{padding:80px 0}.funnel{margin-bottom:72px}.funnel__timeline{padding:0}.funnel__day-dot{width:12px;height:12px}.funnel__day-label{font-size:.6rem}.funnel__bar{min-width:140px;height:52px}.funnel__bar-content{gap:8px;padding:0 14px}.funnel__bar-title{font-size:.8rem}.funnel__card{padding:24px 20px}.process__carousel{height:340px}.process__photo-card{width:180px;height:300px}}@media (width<=480px){.process{padding:80px 0}.funnel__bar{min-width:120px;height:48px}.funnel__bar-number{display:none}.funnel__bar-title{font-size:.75rem}.funnel__timeline{display:none}.process__photo-card{width:160px;height:260px}}.content-hub{border-top:1px solid var(--gray-200);background:radial-gradient(1000px 320px at 92% 4%,#fc90900f 0%,#fc909000 72%),linear-gradient(#fff 0%,#fffdf8 100%);padding:120px 0;position:relative}.content-hub:before{content:none}.content-hub__header{text-align:center;margin-bottom:40px}.content-hub__intro{max-width:520px;color:var(--gray-500);margin:12px auto 0;font-size:1rem;line-height:1.6}.content-hub__blog-link{color:var(--secondary);font-weight:600;text-decoration:none}.content-hub__blog-link:hover{text-underline-offset:3px;text-decoration:underline}.content-hub__filters{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:48px;display:flex}.content-hub__filter{color:var(--gray-500);border:1px solid var(--gray-200);background:0 0;border-radius:100px;padding:10px 20px;font-size:.85rem;font-weight:500;transition:all .25s}.content-hub__filter:hover{border-color:var(--gray-400);color:var(--secondary)}.content-hub__filter--active{background:var(--secondary);color:#fff;border-color:var(--secondary)}.content-hub__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.content-hub__card{border:1px solid var(--gray-200);cursor:pointer;box-shadow:none;color:inherit;background:#fff;border-radius:16px;text-decoration:none;transition:all .35s;display:block;overflow:hidden}.content-hub__card:hover{border-color:var(--gray-300);transform:translateY(-2px);box-shadow:0 4px 14px #0000000f}.content-hub__card-thumb{background:linear-gradient(145deg, var(--gray-100) 0%, var(--gray-200) 100%);align-items:flex-end;height:180px;padding:16px;display:flex;position:relative;overflow:hidden}.content-hub__card-thumb-img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.content-hub__card-type{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-transform:capitalize;background:#ffffffe6;border-radius:100px;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.content-hub__card-body{padding:24px}.content-hub__card-category{text-transform:uppercase;letter-spacing:.08em;color:var(--accent-adaptive);margin-bottom:8px;font-size:.75rem;font-weight:600;display:block}.content-hub__card-title{letter-spacing:-.02em;margin-bottom:8px;font-size:1.1rem;font-weight:700;line-height:1.3}.content-hub__card-excerpt{color:var(--gray-500);margin-bottom:16px;font-size:.85rem;line-height:1.5}.content-hub__card-footer{border-top:1px solid var(--gray-100);justify-content:space-between;align-items:center;padding-top:16px;display:flex}.content-hub__card-time{color:var(--gray-400);font-size:.8rem;font-weight:500}.content-hub__card-arrow{color:var(--gray-400);transition:all .25s}.content-hub__card:hover .content-hub__card-arrow{color:var(--accent-adaptive);transform:translate(2px,-2px)}@media (width<=968px){.content-hub__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.content-hub{padding:80px 0}.content-hub__grid{grid-template-columns:1fr}}.apply{padding:40px 0 120px}.apply__card{background:var(--secondary);text-align:center;box-shadow:none;border:1px solid #ffffff1f;border-radius:20px;padding:80px 48px;position:relative;overflow:hidden}.apply__glow{filter:blur(110px);opacity:.32;pointer-events:none;border-radius:50%;position:absolute}.apply__glow--1{background:var(--accent);width:300px;height:300px;top:-80px;right:-60px}.apply__glow--2{background:var(--accent-adaptive);width:250px;height:250px;bottom:-60px;left:-40px}.apply__content{z-index:1;max-width:560px;margin:0 auto;position:relative}.apply__title{color:#fff;letter-spacing:-.04em;margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);font-weight:800}.apply__desc{color:#fff9;margin-bottom:36px;font-size:1.1rem;line-height:1.6}.apply__actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}@media (width<=480px){.apply{padding:20px 0 80px}.apply__card{border-radius:var(--radius-lg);padding:56px 24px}.apply__desc{font-size:.95rem}.apply__actions{flex-direction:column;align-items:center}.apply__actions .btn{justify-content:center;width:100%}}.why-pillar{min-height:100vh;padding:120px 0 100px}.why-pillar__back{margin-bottom:48px}.why-pillar__back-link{color:var(--gray-500);align-items:center;gap:8px;font-size:.9rem;font-weight:500;transition:color .2s;display:inline-flex}.why-pillar__back-link:hover{color:var(--secondary)}.why-pillar__hero{text-align:center;margin-bottom:80px}.why-pillar__title{letter-spacing:-.04em;margin-bottom:20px;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.08}.why-pillar__title-accent{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-adaptive) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.why-pillar__subtitle{color:var(--gray-500);max-width:580px;margin:0 auto;font-size:1.15rem;line-height:1.6}.why-pillar__stats{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:100px;display:grid}.why-pillar__stat{text-align:center;border:1px solid var(--gray-200);border-radius:var(--radius-md);background:#fff;padding:36px 24px 28px;transition:box-shadow .3s,transform .3s;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000a,0 4px 16px #0000000a}.why-pillar__stat:hover{transform:translateY(-2px);box-shadow:0 8px 32px #00000014,0 2px 8px #0000000d}.why-pillar__stat-icon{width:44px;height:44px;color:var(--stat-color);background:color-mix(in srgb, var(--stat-color) 10%, transparent);border-radius:12px;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.why-pillar__stat-value{letter-spacing:-.04em;margin-bottom:6px;font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1}.why-pillar__stat-label{color:var(--gray-400);text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;font-weight:500}.why-pillar__stat-bar{transform-origin:0;border-radius:0 0 var(--radius-md) var(--radius-md);height:3px;position:absolute;bottom:0;left:0;right:0}.why-pillar__cards{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:100px;display:grid}.why-pillar__card{border-radius:var(--radius-lg);background:#fff;border:2px solid #0000;padding:40px 36px;box-shadow:0 1px 3px #0000000a,0 4px 20px #0000000d}.why-pillar__card--momentum{border-color:var(--accent)}.why-pillar__card--perks{border-color:var(--accent-adaptive)}.why-pillar__card-heading{letter-spacing:-.03em;text-align:center;margin-bottom:36px;font-size:1.5rem;font-weight:700}.why-pillar__card-items{flex-direction:column;gap:28px;display:flex}.why-pillar__item{align-items:flex-start;gap:16px;display:flex}.why-pillar__item-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-top:2px;display:flex}.why-pillar__item-icon--accent{color:var(--accent);background:#fc90901a}.why-pillar__item-icon--adaptive{color:var(--accent-adaptive);background:#9079ed1a}.why-pillar__item-title{letter-spacing:-.01em;margin-bottom:4px;font-size:1rem;font-weight:700}.why-pillar__item-desc{color:var(--gray-500);font-size:.875rem;line-height:1.55}.why-pillar__section-title{letter-spacing:-.03em;text-align:center;margin-bottom:12px;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700}.why-pillar__section-subtitle{color:var(--gray-500);text-align:center;max-width:480px;margin:0 auto 56px;font-size:1.05rem;line-height:1.5}.why-pillar__photos{margin-bottom:80px}.why-pillar__photos-grid{grid-template:"a b c"190px"d b e"190px"f g g"230px/1fr 1.4fr 1fr;gap:16px;display:grid}.why-pillar__photo-shape{background:linear-gradient(145deg, var(--gray-100) 0%, var(--gray-200) 100%);cursor:pointer;border-radius:var(--radius-lg);justify-content:center;align-items:center;min-height:0;transition:box-shadow .3s;display:flex;overflow:hidden}.why-pillar__photo-shape:hover{box-shadow:0 12px 48px #00000014}.why-pillar__photo-img{object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block}.why-pillar__photo-label{color:var(--gray-400);font-size:.9rem;font-weight:500}.why-pillar__cta{text-align:center}@media (width<=768px){.why-pillar{padding:100px 0 80px}.why-pillar__stats{grid-template-columns:repeat(2,1fr);margin-bottom:72px}.why-pillar__cards{grid-template-columns:1fr;margin-bottom:72px}.why-pillar__photos-grid{grid-template:"a b"160px"c b"160px"d e"160px"f g"180px/1fr 1fr}}@media (width<=480px){.why-pillar__hero{margin-bottom:56px}.why-pillar__subtitle{font-size:1rem}.why-pillar__card{padding:28px 24px}.why-pillar__card-heading{margin-bottom:24px;font-size:1.25rem}.why-pillar__item-desc{font-size:.8rem}.why-pillar__section-subtitle{margin-bottom:40px;font-size:.9rem}.why-pillar__stats{grid-template-columns:1fr}.why-pillar__photos-grid{grid-template-rows:repeat(7,180px);grid-template-columns:1fr;grid-template-areas:"a""b""c""d""e""f""g"}}.roles{background:radial-gradient(1200px 420px at 84% -4%,#9079ed24 0%,#9079ed00 68%),radial-gradient(980px 340px at 10% 92%,#fc909017 0%,#fc909000 72%),linear-gradient(#fdfdff 0%,#f8f8ff 52%,#fdfcff 100%);padding:120px 0 80px}.roles--detail{background:radial-gradient(1200px 420px at 12% -8%,#9079ed2e 0%,#9079ed00 64%),radial-gradient(940px 320px at 88% 102%,#fc909017 0%,#fc909000 72%),linear-gradient(#fdfdff 0%,#f8f8ff 56%,#fcfbff 100%);padding-bottom:96px}.roles__header{text-align:center;margin-bottom:24px}.roles__layout{grid-template-columns:1fr;gap:18px;display:grid}.roles__filters{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.roles__search{flex:240px;gap:10px;display:flex}.roles__search input{border:1.5px solid var(--gray-300);border-radius:14px;outline:none;width:100%;padding:12px 14px;font-size:1rem}.roles__pill{border:1.5px solid var(--gray-300);cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.roles__pill--active{border-color:var(--gray-400);box-shadow:0 0 0 4px #1f22270d}.roles__list{grid-template-columns:1fr;gap:12px;padding-top:6px;display:grid}.role-card{border:1px solid var(--gray-200);cursor:pointer;background:linear-gradient(160deg,#fffffff5 0%,#fafafff0 100%);border-radius:18px;justify-content:space-between;align-items:flex-start;gap:16px;padding:16px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.role-card:hover{border-color:#9079ed42;transform:translateY(-2px);box-shadow:0 24px 80px #1f22271a}.role-card__left{min-width:0}.role-card__title{letter-spacing:-.02em;margin-bottom:6px;font-size:1.2rem;font-weight:900}.role-card__meta{color:var(--gray-500);font-size:.92rem;line-height:1.45}.role-card__summary{color:var(--gray-500);max-width:72ch;margin-top:8px;font-size:.92rem;line-height:1.6}.role-card__right{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.role-card__badge{color:var(--accent-adaptive);background:#9079ed1f;border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:800}.sidebar-overlay{-webkit-backdrop-filter:blur(8px);z-index:2000;background:#1f222759;justify-content:flex-end;padding:14px;display:flex;position:fixed;inset:0}.sidebar{background:#fff;border-radius:24px;flex-direction:column;width:min(520px,100%);max-height:calc(100vh - 28px);display:flex;overflow:hidden;box-shadow:0 40px 120px #0000004d}.sidebar__top{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 18px 12px;display:flex}.sidebar__title{letter-spacing:-.02em;font-size:1.4rem;font-weight:900}.sidebar__meta{color:var(--gray-500);margin-top:6px;font-size:.95rem;line-height:1.45}.sidebar__close{border:1.5px solid var(--gray-200);background:#fff;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.sidebar__content{padding:16px 18px 18px;overflow:auto}.sidebar__section-title{margin:18px 0 10px;font-size:1.05rem;font-weight:900}.job-desc{color:var(--gray-500);font-size:.98rem;line-height:1.7}.job-desc p+p{margin-top:14px}.form{grid-template-columns:1fr 1fr;gap:12px;margin-top:10px;display:grid}.form__full{grid-column:1/-1}.field label{color:var(--gray-500);margin-bottom:6px;font-size:.85rem;font-weight:700;display:block}.field input,.field textarea,.field select{border:1.5px solid var(--gray-300);background:#fff;border-radius:14px;outline:none;width:100%;padding:12px 14px;font-size:1rem}.field select{appearance:none;background-color:#0000;background-image:linear-gradient(145deg,#fffffffa 0%,#f8f6fffa 100%),linear-gradient(45deg,#0000 50%,#52448ce6 50%),linear-gradient(135deg,#52448ce6 50%,#0000 50%);background-position:0 0,calc(100% - 16px) 52%,calc(100% - 11px) 52%;background-repeat:no-repeat;background-size:auto,5px 5px,5px 5px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border-color:#9079ed3d;padding-right:40px}.field select:focus-visible{border-color:#9079ed73;box-shadow:0 0 0 4px #9079ed29}.field textarea{resize:vertical;min-height:98px}.phone-input-group{grid-template-columns:minmax(126px,170px) minmax(0,1fr);align-items:center;gap:10px;display:grid}.phone-input-group__prefix{appearance:none;background:linear-gradient(145deg,#fffffff5 0%,#f8f6fff5 100%),#fff;background-image:linear-gradient(45deg, transparent 50%, var(--gray-500) 50%), linear-gradient(135deg, var(--gray-500) 50%, transparent 50%);background-position:calc(100% - 16px),calc(100% - 11px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;font-size:.94rem;font-weight:600;border-color:#9079ed38!important;padding-right:28px!important}.phone-input-group__number{min-width:0}.phone-input-group__prefix:focus-visible,.phone-input-group__number:focus-visible{box-shadow:0 0 0 4px #9079ed29;border-color:#9079ed73!important}.check{border:1px solid var(--gray-100);background:#1f22270a;border-radius:14px;align-items:center;gap:10px;padding:10px 12px;display:flex}.check input{width:18px;height:18px;accent-color:var(--secondary);appearance:none;border:1.5px solid var(--gray-300);box-shadow:none;background:#fff;border-radius:4px;outline:none;flex:none;place-items:center;margin-top:1px;display:inline-grid}.check input:focus-visible{box-shadow:0 0 0 4px #9079ed2e}.check input:checked{background:var(--secondary);border-color:var(--secondary);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M6.173 12.243 1.867 7.937l1.414-1.414 2.892 2.892 6.415-6.415 1.414 1.414z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:12px 12px}.form__actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:14px;display:flex}.error{color:#b42318;font-size:.9rem;font-weight:900}.success{border:1px solid var(--gray-200);color:var(--secondary);background:linear-gradient(160deg,#ffffffeb 0%,#f8f6fff2 100%);border-radius:18px;padding:14px;line-height:1.6}.success__note{color:var(--gray-600);margin-top:8px;font-size:.88rem}.form__actions .btn:disabled{opacity:.72;cursor:not-allowed}.application-disclaimer{color:var(--gray-500);margin-top:2px;font-size:.88rem;line-height:1.5}.role-detail{max-width:1260px}.role-detail__back{border:1px solid var(--gray-200);color:var(--secondary);background:#fff;border-radius:999px;align-items:center;gap:8px;margin-bottom:28px;padding:10px 15px;font-weight:600;transition:border-color .2s,background .2s;display:inline-flex}.role-detail__back:hover{border-color:var(--gray-300);background:#fcfcfd}.role-detail__header{margin-bottom:0}.role-detail__title{letter-spacing:-.035em;margin-bottom:10px;font-size:clamp(2rem,4.6vw,3.6rem);font-weight:900;line-height:1.04}.role-detail__grid{grid-template-columns:minmax(320px,430px) minmax(0,1fr);align-items:start;gap:30px;display:grid}.role-detail__aside{position:sticky;top:clamp(86px,12vh,140px)}.role-detail__facts{flex-wrap:wrap;gap:10px;margin:6px 0 18px;display:flex}.role-detail__fact-chip{border:1px solid var(--gray-200);color:var(--gray-500);letter-spacing:.015em;background:linear-gradient(165deg,#fff 0%,#f8f6ff 100%);border-radius:999px;align-items:center;padding:8px 12px;font-size:.82rem;font-weight:600;display:inline-flex}.role-detail__summary{color:var(--gray-600);max-width:66ch;font-size:1rem;line-height:1.62}.role-detail__actions{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.btn-secondary--copied{color:var(--accent-adaptive);background:#9079ed17;border-color:#9079ed6b}.role-detail__body{padding:clamp(4px,.8vw,8px) 0 0}.role-detail__section-title{letter-spacing:-.02em;margin-bottom:16px;font-size:1.3rem;font-weight:800}.role-detail .job-desc{color:var(--gray-600);font-size:1rem;line-height:1.75}.role-html p+p,.role-html ul+p,.role-html ol+p,.role-html p+ul,.role-html p+ol{margin-top:14px}.role-html ul,.role-html ol{padding-left:1.25rem}.role-html li+li{margin-top:.4rem}.apply-modal-overlay{z-index:2200;-webkit-backdrop-filter:blur(8px);background:#1f22276b;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.apply-modal{background:linear-gradient(#fff 0%,#faf9ff 100%);border:1px solid #9079ed33;border-radius:24px;flex-direction:column;width:min(740px,100%);max-height:calc(100vh - 32px);display:flex;overflow:hidden;box-shadow:0 42px 120px #00000059}.apply-modal__top{border-bottom:1px solid var(--gray-200);justify-content:space-between;gap:16px;padding:18px 20px 14px;display:flex}.apply-modal__title{letter-spacing:-.02em;font-size:1.2rem;font-weight:900}.apply-modal__meta{color:var(--gray-500);margin-top:4px;font-size:.92rem}.apply-modal__close{border:1.5px solid var(--gray-300);background:#fff;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.apply-modal__content{padding:14px 20px 20px;overflow:auto}.application-disclaimer__link{color:var(--secondary);font-weight:600;text-decoration:underline}@media (width<=1024px){.role-detail__grid{grid-template-columns:1fr;gap:18px}.role-detail__aside{position:static}}@media (width<=768px){.roles{padding:108px 0 72px}.roles__filters{gap:10px}.roles__search{flex-basis:100%}.role-card{flex-direction:column;gap:12px}.role-card__right{flex-direction:row;justify-content:flex-start;align-items:center;width:100%}.role-detail__back{margin-bottom:18px}.role-detail__title{font-size:clamp(1.8rem,8.2vw,2.8rem)}.role-detail__summary{font-size:.96rem;line-height:1.58}.apply-modal{border-radius:16px}.apply-modal__top{padding:14px 14px 12px}.apply-modal__content{padding:12px 14px 16px}.form,.phone-input-group{grid-template-columns:1fr}}@media (width<=480px){.roles{padding-top:110px}.role-detail__fact-chip{padding:7px 11px;font-size:.78rem}.apply-modal-overlay{padding:10px}.role-detail__actions .btn{justify-content:center;width:100%}}.tn{background:radial-gradient(900px 300px at 12% 8%,#fc909012 0%,#fc909000 72%),linear-gradient(#fff 0%,#fffafb 100%);padding:120px 0 80px}.tn__layout{grid-template-columns:1fr;gap:18px;display:grid}.tn__card{border:1px solid var(--gray-200);background:#fff;border-radius:24px;padding:22px 18px;box-shadow:0 24px 80px #1f22270f}.tn__card--success{background:radial-gradient(500px 190px at 0 0,#9079ed1a 0%,#9079ed00 72%),linear-gradient(165deg,#fff 0%,#fbfaff 100%);border-color:#9079ed38;max-width:740px;margin:0 auto;padding:clamp(20px,3vw,32px);box-shadow:0 24px 80px #1f222714}.tn__success-badge{color:#fff;background:linear-gradient(145deg, var(--accent-adaptive) 0%, #7d68d9 100%);border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:10px;font-size:1.15rem;font-weight:900;display:inline-flex;box-shadow:0 14px 32px #9079ed52}.tn__title{letter-spacing:-.03em;margin-bottom:8px;font-size:1.8rem;font-weight:900}.tn__desc{color:var(--gray-500);margin-bottom:16px;line-height:1.7}.tn__desc--success{max-width:60ch;margin-bottom:18px}.tn__socials-title{letter-spacing:-.01em;margin-top:8px;margin-bottom:10px;font-weight:900}.socials{flex-wrap:wrap;gap:12px;display:flex}.socials a{border:1.5px solid var(--gray-300);color:var(--secondary);background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:12px 16px;font-weight:800;transition:transform .2s,border-color .2s,box-shadow .2s,background .2s;display:inline-flex}.socials a:hover{background:linear-gradient(160deg,#fff 0%,#f8f6ff 100%);border-color:#9079ed57;transform:translateY(-2px);box-shadow:0 14px 28px #1f222714}@media (width<=768px){.tn{padding:106px 0 72px}.tn__card{border-radius:18px;padding:16px}.tn__title{font-size:clamp(1.5rem,6.5vw,1.95rem)}.tn__card--success{padding:18px 16px}.tn__success-badge{width:40px;height:40px}.tn__form-grid{grid-template-columns:1fr}}@media (width<=480px){.socials a{width:100%}}.pin-gate{background:var(--primary);min-height:100vh;color:var(--secondary);justify-content:center;align-items:center;padding:24px;display:flex}.pin-gate__card{border-radius:var(--radius-lg);border:1px solid var(--gray-200);background:#fff;width:100%;max-width:520px;padding:28px 22px;box-shadow:0 24px 80px #1f222714}.pin-gate__title{letter-spacing:-.03em;margin-bottom:8px;font-size:1.6rem;font-weight:900}.pin-gate__desc{color:var(--gray-500);margin-bottom:20px;font-size:.95rem;line-height:1.6}.pin-gate__row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.pin-gate__input{border:1.5px solid var(--gray-300);border-radius:12px;outline:none;flex:220px;padding:12px 14px;font-size:1rem}.pin-gate__error{color:#b42318;margin-top:10px;font-size:.9rem;font-weight:700}.admin{padding:120px 0 80px}.admin__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.admin__header-links{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.admin__subtitle{color:var(--gray-500);margin-top:10px;line-height:1.6}.admin__grid{grid-template-columns:1.15fr .85fr;align-items:start;gap:18px;display:grid}.admin__card{border:1px solid var(--gray-200);background:#fff;border-radius:24px;padding:18px;box-shadow:0 24px 80px #1f22270d}.admin__card-title{letter-spacing:-.02em;margin-bottom:12px;font-size:1.15rem;font-weight:900}.admin__list{gap:12px;display:grid}.admin__row{border:1px solid var(--gray-100);border-radius:18px;grid-template-columns:1fr auto;align-items:start;gap:12px;padding:14px;display:grid}.admin__row-title{letter-spacing:-.02em;margin-bottom:4px;font-weight:900}.admin__row-meta{color:var(--gray-500);font-size:.92rem;line-height:1.5}.admin__row-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.admin__form{gap:12px;display:grid}.admin .field label{color:var(--gray-500);margin-bottom:6px;font-size:.85rem;font-weight:800;display:block}.admin input,.admin select,.admin textarea{border:1.5px solid var(--gray-300);background:#fff;border-radius:14px;outline:none;width:100%;padding:12px 14px;font-size:1rem}.admin textarea{resize:vertical;min-height:120px}.admin__card--spaced{margin-bottom:18px}.admin__filters-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media (width<=968px){.admin__grid,.admin__row{grid-template-columns:1fr}.admin__row-actions{justify-content:flex-start}.admin__header{flex-direction:column;align-items:stretch}.admin__header-links{justify-content:flex-start}.admin__filters-grid{grid-template-columns:1fr}}@media (width<=640px){.admin{padding:108px 0 72px}.admin__card{border-radius:18px;padding:14px}.admin__header-links .btn{justify-content:center;width:100%}}.admin-blog__header-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.admin-card{border:1px solid var(--gray-200);background:#fff;border-radius:24px;padding:22px;box-shadow:0 24px 80px #1f22270d}.admin-card__title{letter-spacing:-.02em;margin-bottom:16px;font-size:1.15rem;font-weight:900}.admin-blog__empty{color:var(--gray-500);margin:0;line-height:1.6}.admin-blog__list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.admin-blog__item{border:1px solid var(--gray-100);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px;padding:16px;display:flex}.admin-blog__item-title{letter-spacing:-.02em;margin-bottom:6px;font-weight:800}.admin-blog__item-meta{color:var(--gray-500);flex-wrap:wrap;align-items:center;gap:10px 14px;font-size:.88rem;display:flex}.admin-blog__slug{font-family:ui-monospace,monospace;font-size:.82rem}.admin-blog__status{text-transform:uppercase;letter-spacing:.06em;background:var(--gray-100);color:var(--gray-600);border-radius:999px;padding:4px 10px;font-size:.72rem;font-weight:800}.admin-blog__status--published{color:var(--secondary);background:#1f222714}.admin-blog__status--draft{background:var(--gray-100);color:var(--gray-500)}.admin-blog__item-actions{flex-wrap:wrap;gap:8px;display:flex}.btn--sm{padding:8px 14px;font-size:.88rem}@media (width<=640px){.admin-blog__header-actions{justify-content:flex-start;width:100%}}.blog-rich{border:1.5px solid var(--gray-300);background:#fff;border-radius:16px;overflow:hidden}.blog-rich__toolbar{border-bottom:1px solid var(--gray-200);background:var(--gray-100);flex-wrap:wrap;align-items:center;gap:4px;padding:10px 12px;display:flex}.blog-rich__tool{width:38px;height:38px;color:var(--secondary);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.blog-rich__tool:hover{background:#1f22270f}.blog-rich__tool:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}.blog-rich__sep{background:var(--gray-300);width:1px;height:22px;margin:0 4px}.blog-rich__editable{min-height:280px;max-height:min(60vh,520px);color:var(--secondary);outline:none;padding:16px 18px;font-size:1rem;line-height:1.65;overflow-y:auto}.blog-rich__editable:empty:before{content:attr(data-placeholder);color:var(--gray-400);pointer-events:none}.blog-rich__editable h2{letter-spacing:-.02em;margin:1.25em 0 .5em;font-size:1.35rem;font-weight:800}.blog-rich__editable h2:first-child{margin-top:0}.blog-rich__editable h3{margin:1em 0 .4em;font-size:1.12rem;font-weight:800}.blog-rich__editable blockquote{border-left:3px solid var(--gray-300);color:var(--gray-500);margin:1em 0;padding-left:1em}.blog-rich__editable ul,.blog-rich__editable ol{margin:.75em 0;padding-left:1.35em}.admin-blog-editor__top{align-items:flex-start}.admin-blog-editor__top-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.admin-blog-editor__toast{color:var(--secondary);background:#1f222714;border-radius:12px;margin-bottom:14px;padding:10px 14px;font-size:.9rem;font-weight:600}.admin-blog-editor__layout{display:block}.admin-blog-editor__layout--split{grid-template-columns:1fr 1fr;align-items:start;gap:20px;display:grid}.admin-blog-editor__main{min-width:0}.admin-blog-editor__fields .field{margin-bottom:14px}.admin-blog-editor__fields .field:last-child{margin-bottom:0}.admin-blog-editor__hint{color:var(--gray-500);margin:6px 0 0;font-size:.82rem;line-height:1.45}.field-label{color:var(--gray-500);margin-bottom:8px;font-size:.85rem;font-weight:800;display:block}.admin-blog-editor__status-row{flex-wrap:wrap;gap:20px;display:flex}.admin-blog-editor__radio{cursor:pointer;align-items:center;gap:8px;font-weight:600;display:inline-flex}.admin-blog-editor__radio input{width:auto;margin:0}.admin-blog-editor__editor-card{margin-top:18px}.admin-blog-editor__editor-loading{min-height:200px;color:var(--gray-500);border:1.5px dashed var(--gray-300);border-radius:16px;justify-content:center;align-items:center;font-size:.95rem;display:flex}.admin-blog-editor__submit-row{margin-top:18px}.admin-blog-editor__preview{border:1px solid var(--gray-200);background:var(--gray-100);border-radius:24px;max-height:calc(100vh - 120px);padding:20px;position:sticky;top:100px;overflow-y:auto}.admin-blog-editor__preview-inner{border:1px solid var(--gray-200);background:#fff;border-radius:16px;padding:24px}.blog-article__cover-wrap{border-radius:12px;max-height:200px;margin:-8px -8px 16px;overflow:hidden}.blog-article__cover{object-fit:cover;width:100%;height:100%;max-height:200px;display:block}.blog-article__meta{text-transform:uppercase;letter-spacing:.08em;color:var(--gray-500);align-items:center;gap:10px;margin:0 0 12px;font-size:.8rem;display:flex}.blog-article__draft-badge{background:var(--gray-200);color:var(--gray-600);border-radius:6px;padding:2px 8px;font-size:.7rem}.blog-article__title{letter-spacing:-.03em;color:var(--secondary);margin:0 0 12px;font-size:1.75rem;font-weight:900;line-height:1.15}.blog-article__excerpt{color:var(--gray-500);margin:0 0 20px;font-size:1.05rem;line-height:1.5}.blog-prose__body h2{margin:1.25em 0 .5em;font-size:1.35rem;font-weight:800}@media (width<=1100px){.admin-blog-editor__layout--split{grid-template-columns:1fr}.admin-blog-editor__preview{max-height:none;position:static}}@media (width<=640px){.admin-blog-editor__top-actions{justify-content:flex-start;width:100%}.admin-blog-editor__preview{border-radius:16px;padding:12px}.admin-blog-editor__preview-inner{border-radius:12px;padding:16px}.blog-article__title{font-size:1.45rem}.admin-blog-editor__top-actions .btn{justify-content:center;width:100%}}.blog-page{border-top:1px solid var(--gray-200);background:radial-gradient(900px 300px at 88% 0,#9079ed12 0%,#9079ed00 72%),linear-gradient(#fff 0%,#f9faff 100%);padding:120px 0 100px}.blog-page__header{max-width:720px;margin-bottom:48px}.blog-page__title{letter-spacing:-.03em;color:var(--secondary);margin:0 0 12px;font-size:clamp(2rem,4vw,2.75rem);font-weight:900}.blog-page__lead{color:var(--gray-500);margin:0;font-size:1.05rem;line-height:1.6}.blog-page__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.blog-page__card{border:1px solid var(--gray-200);color:inherit;background:#fff;border-radius:16px;flex-direction:column;text-decoration:none;transition:box-shadow .25s,border-color .25s;display:flex;overflow:hidden}.blog-page__card:hover{border-color:var(--gray-300);box-shadow:0 8px 28px #1f222714}.blog-page__card-thumb{background:linear-gradient(145deg, var(--gray-100) 0%, var(--gray-200) 100%);height:180px;position:relative;overflow:hidden}.blog-page__card-thumb img{object-fit:cover;width:100%;height:100%}.blog-page__card-body{flex-direction:column;flex:1;padding:18px;display:flex}.blog-page__card-cat{text-transform:uppercase;letter-spacing:.08em;color:var(--gray-500);margin-bottom:8px;font-size:.75rem}.blog-page__card-title{letter-spacing:-.02em;color:var(--secondary);margin:0 0 10px;font-size:1.15rem;font-weight:800;line-height:1.25}.blog-page__card-excerpt{color:var(--gray-500);flex:1;margin:0;font-size:.95rem;line-height:1.5}.blog-page__empty{color:var(--gray-500);line-height:1.6}.blog-article-page{border-top:1px solid var(--gray-200);background:radial-gradient(850px 280px at 10% 2%,#fc90900f 0%,#fc909000 72%),linear-gradient(#fff 0%,#fffafb 100%);padding:120px 0 100px}.blog-article-page__inner{max-width:720px;margin:0 auto}.blog-article-page__back{color:var(--gray-500);margin-bottom:28px;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-block}.blog-article-page__back:hover,.blog-prose{color:var(--secondary)}.blog-prose__body{font-size:1.05rem;line-height:1.75}.blog-prose__body p{margin:0 0 1em}.blog-prose__body h2{letter-spacing:-.02em;margin:1.5em 0 .5em;font-size:1.5rem;font-weight:800}.blog-prose__body h3{margin:1.25em 0 .4em;font-size:1.2rem;font-weight:800}.blog-prose__body blockquote{border-left:3px solid var(--gray-300);color:var(--gray-600);margin:1.25em 0;padding-left:1em}.blog-prose__body ul,.blog-prose__body ol{margin:.75em 0;padding-left:1.35em}.blog-article-page__cover{object-fit:cover;border-radius:16px;width:100%;max-height:420px;margin-bottom:24px}.blog-article-page__meta{text-transform:uppercase;letter-spacing:.08em;color:var(--gray-500);margin-bottom:12px;font-size:.8rem}.blog-article-page__title{letter-spacing:-.03em;margin:0 0 16px;font-size:clamp(2rem,4vw,2.85rem);font-weight:900;line-height:1.12}.blog-article-page__excerpt{color:var(--gray-500);margin:0 0 32px;font-size:1.15rem;line-height:1.55}@media (width<=768px){.blog-page,.blog-article-page{padding:106px 0 74px}.blog-page__header{margin-bottom:28px}.blog-page__grid{grid-template-columns:1fr;gap:14px}.blog-page__card-thumb{height:170px}.blog-page__card-body{padding:14px}.blog-article-page__inner{max-width:100%}.blog-article-page__cover{border-radius:12px;margin-bottom:18px}.blog-article-page__back{margin-bottom:18px}.blog-article-page__excerpt{margin-bottom:22px;font-size:1.03rem}.blog-prose__body{font-size:1rem;line-height:1.68}}.legal-page{border-top:1px solid var(--gray-200);background:radial-gradient(900px 300px at 86% 2%,#9079ed0f 0%,#9079ed00 72%),linear-gradient(#fff 0%,#faf9ff 100%);padding:120px 0 96px}.legal-page__container{max-width:860px}.legal-page__title{letter-spacing:-.03em;color:var(--secondary);margin-bottom:8px;font-size:clamp(2.1rem,4.2vw,3rem);font-weight:900}.legal-page__updated{color:var(--gray-500);margin-bottom:28px;font-size:.95rem}.legal-page__content{color:var(--secondary);line-height:1.68}.legal-page__content h3{letter-spacing:-.02em;margin:28px 0 10px;font-size:1.28rem;font-weight:800}.legal-page__content h4{margin:18px 0 8px;font-size:1.04rem;font-weight:800}.legal-page__content p{color:var(--gray-600);margin:0 0 12px}.legal-page__content ul{color:var(--gray-600);margin:0 0 14px;padding-left:1.3rem;list-style:outside}.legal-page__content li{margin:0 0 4px}.legal-page__divider{border:0;border-top:1px solid var(--gray-200);margin:20px 0}@media (width<=768px){.legal-page{padding:100px 0 80px}.legal-page__updated{margin-bottom:20px}.legal-page__content{line-height:1.62}.legal-page__content h3{margin:22px 0 8px;font-size:1.16rem}}@media (width<=480px){.legal-page{padding:100px 0 68px}.legal-page__title{font-size:clamp(1.7rem,8vw,2.2rem)}}
