:root{--bg:#cec2b2;--bg-alt:#ddd2c4;--bg-deep:#beb2a2;--accent:#4a3828;--accent-hover:#5c4a38;--text:#3a2e20;--text-muted:#6a5e50;--surface:#d4b896;--border:#b8a898;--font-heading:"DM Sans",system-ui,sans-serif;--font-body:"Plus Jakarta Sans",system-ui,sans-serif;--container:1200px;--gap:24px;--radius:0;--radius-lg:0}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:block;height:auto;max-width:100%;-webkit-user-drag:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}a{color:inherit;text-decoration:none}ol,ul{list-style:none}button{background:none;border:none;cursor:pointer;font:inherit}.container{margin:0 auto;max-width:var(--container);padding:0 var(--gap);width:100%}h1,h2,h3,h4,h5,h6{color:var(--accent);font-family:var(--font-heading);font-weight:700;line-height:1.2}.legalege-display{font-size:clamp(2.4rem,6vw,4rem);letter-spacing:-.02em}.legalege-heading{font-size:clamp(1.5rem,3.5vw,2.2rem)}.legalege-subtitle{color:var(--text-muted);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.legalege-btn,.legalege-subtitle{font-family:var(--font-heading);font-weight:600}.legalege-btn{align-items:center;border-radius:var(--radius);display:inline-flex;font-size:.9rem;gap:8px;padding:14px 32px;transition:background .3s,color .3s,box-shadow .3s}.legalege-btn--primary{background:var(--accent);color:var(--bg-alt)}.legalege-btn--primary:hover{background:var(--accent-hover);box-shadow:0 0 0 4px rgba(74,56,40,.15)}.legalege-btn--outline{background:transparent;box-shadow:inset 0 0 0 1.5px var(--accent);color:var(--accent)}.legalege-btn--outline:hover{background:var(--accent);box-shadow:inset 0 0 0 1.5px var(--accent),0 0 0 4px rgba(74,56,40,.15);color:var(--bg-alt)}.legalege-header{backdrop-filter:blur(12px);background:var(--bg) url(../img/legalege-header-pattern.svg) repeat;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.legalege-header__inner{align-items:center;display:flex;gap:24px;justify-content:space-between;padding:14px 0;transition:padding .3s ease}.legalege-header__logo{align-items:center;display:flex;flex-shrink:0;gap:10px}.legalege-header__logo-img{filter:brightness(1.3);height:20px;-o-object-fit:contain;object-fit:contain;transition:height .3s ease;width:auto}.legalege-header__logo-text{color:var(--accent);font-family:var(--font-heading);font-size:1.25rem;font-weight:700;letter-spacing:-.01em}.legalege-header__nav{align-items:center;background:var(--bg);border-bottom:1px solid transparent;display:flex;flex-direction:column;gap:16px;left:0;max-height:0;opacity:0;overflow:hidden;padding:0 24px;pointer-events:none;position:absolute;right:0;top:100%;transition:max-height .3s ease-out,opacity .2s ease-out,padding .3s ease-out}.legalege-header__nav.is-open{border-bottom-color:var(--border);max-height:350px;opacity:1;padding:24px;pointer-events:auto;transition:max-height .35s ease-in,opacity .25s ease-in,padding .3s ease-in}.legalege-header__link{color:var(--text-muted);font-size:.88rem;font-weight:500;transition:color .2s;white-space:nowrap}.legalege-header__link:hover{color:var(--accent)}.legalege-header__dropdown{align-items:center;display:flex;flex-direction:column;position:relative}.legalege-header__link--drop{align-items:center;background:none;border:none;cursor:pointer;display:inline-flex;font-family:inherit;gap:5px;padding:0}.legalege-header__drop-icon{flex-shrink:0;height:6px;transition:transform .3s ease;width:10px}.legalege-header__dropdown.is-open .legalege-header__drop-icon{transform:rotate(180deg)}.legalege-header__drop-menu{align-items:center;display:none;flex-direction:column;gap:10px;padding:10px 0 0}.legalege-header__dropdown.is-open .legalege-header__drop-menu{display:flex}.legalege-header__drop-item{color:var(--text-muted);font-size:.82rem;font-weight:400;transition:color .2s;white-space:nowrap}.legalege-header__drop-item:hover{color:var(--accent)}.legalege-header__drop-item--all{border-top:1px solid var(--border);color:var(--accent);font-weight:600;margin-top:4px;padding-top:10px}.legalege-header__cta{display:none;flex-shrink:0}.legalege-header__nav-cta{display:inline-flex;justify-content:center;margin-top:8px;text-align:center}.legalege-header__toggle{display:flex;flex-direction:column;gap:5px;padding:4px 0;width:28px}.legalege-header__toggle span{background:var(--accent);border-radius:2px;display:block;height:2px;transition:transform .3s,opacity .3s}.legalege-hero{align-items:stretch;background:#1a1410;display:flex;height:auto;min-height:calc(100dvh - 77px);overflow-x:clip;overflow-y:visible;padding:40px 0 80px;position:relative}.legalege-hero__bg{inset:0;position:absolute;z-index:0}.legalege-hero__bg img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.legalege-hero__overlay{background:linear-gradient(180deg,#1a1410 0,rgba(26,20,16,.85));inset:0;position:absolute;z-index:1}.legalege-hero .container{display:flex;flex-direction:column;height:auto;position:relative;width:100%;z-index:2}.legalege-hero__grid{display:grid;flex:1;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr;height:auto;text-align:center}.legalege-hero__content{align-self:center;grid-column:1/-1;grid-row:1;max-width:100%;position:relative}.legalege-hero__badge{align-items:center;border:1px solid hsla(33,42%,71%,.25);color:var(--surface);display:inline-flex;font-family:var(--font-heading);font-size:.75rem;font-weight:600;gap:0;letter-spacing:.15em;margin-bottom:28px;padding:10px 24px;position:relative;text-transform:uppercase}.legalege-hero__badge:after,.legalege-hero__badge:before{background:#1a1410;border:1px solid hsla(33,42%,71%,.5);content:"";height:7px;position:absolute;transform:rotate(45deg);width:7px}.legalege-hero__badge:before{left:-4px;margin-top:-4px;top:50%}.legalege-hero__badge:after{margin-top:-4px;right:-4px;top:50%}.legalege-hero .legalege-display{color:#f5ede4;line-height:1.1}.legalege-hero .legalege-display em{color:var(--surface);font-style:normal;position:relative}.legalege-hero .legalege-display em:after{background:var(--surface);bottom:2px;content:"";height:3px;left:0;opacity:.3;position:absolute;right:0}.legalege-hero p{color:hsla(32,46%,93%,.6);font-size:1.12rem;line-height:1.8;margin:28px 0 40px;max-width:100%}.legalege-hero__actions{align-items:center;display:flex;gap:16px;margin-bottom:40px}.legalege-btn--ghost{background:transparent;color:hsla(32,46%,93%,.7);padding:14px 24px}.legalege-btn--ghost:hover{color:#f5ede4}.legalege-hero__bottom{align-self:center;grid-column:1;grid-row:2;transform:translateY(-52px)}.legalege-hero__trust{border-top:none;display:flex;flex-direction:column;gap:14px;padding-top:0;text-align:left}.legalege-hero__trust span{align-items:center;color:hsla(32,46%,93%,.45);display:flex;font-size:.8rem;gap:8px;letter-spacing:.03em}.legalege-hero__trust span:before{background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";filter:invert(1);flex-shrink:0;height:20px;opacity:.45;width:20px}.legalege-hero__trust--clock:before{background-image:url(../img/legalege-ico-clock.svg)}.legalege-hero__trust .legalege-hero__trust--chat:before{background-image:url(../img/legalege-ico-chat.svg);height:22px;margin-left:-1px;width:22px}.legalege-hero__trust--shield:before{background-image:url(../img/legalege-ico-shield.svg)}.legalege-hero__visual{align-items:flex-end;align-self:end;display:flex;grid-column:2;grid-row:2;justify-content:center;position:relative}.legalege-hero__visual:before{background:url(../img/legalege-hero-shape.svg) 50%/100% 100% no-repeat;bottom:0;content:"";height:380px;left:50%;opacity:.12;pointer-events:none;position:absolute;transform:translateX(-50%);width:380px;z-index:1}.legalege-hero__visual img{max-height:320px;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom;object-position:bottom;position:relative;transform:none;width:auto;z-index:2}.legalege-features{margin-top:-80px;padding-bottom:0;position:relative;z-index:10}.legalege-features__grid{display:grid;gap:20px;grid-template-columns:1fr;margin:0 auto;max-width:480px}.legalege-feature{align-items:flex-start;background:#2a1e12;box-shadow:0 12px 32px rgba(58,46,32,.22);color:var(--bg-alt);display:flex;gap:20px;padding:36px 32px;position:relative}.legalege-feature:before{border:1.5px dashed hsla(34,57%,65%,.35);content:"";inset:8px;pointer-events:none;position:absolute}.legalege-feature__icon{background-position:50%;background-repeat:no-repeat;background-size:contain;flex-shrink:0;height:48px;width:48px}.legalege-feature__icon--expert{background-image:url(../img/ico-expert.svg)}.legalege-feature__icon--effective{background-image:url(../img/ico-effective.svg);background-size:74%}.legalege-feature__icon--support{background-image:url(../img/ico-support.svg)}.legalege-feature h4{color:var(--bg-alt);font-size:.95rem;letter-spacing:.04em;margin-bottom:6px;text-transform:uppercase}.legalege-feature p{font-size:.82rem;line-height:1.6;opacity:.75}.legalege-intro{display:grid;gap:40px;grid-template-columns:1fr}.legalege-intro__left{align-items:center;display:flex;flex-direction:column;overflow-x:clip;overflow-y:visible;position:relative;text-align:center}.legalege-intro__left:before{background:url(../img/legalege-intro-bg.webp) 50%/contain no-repeat;content:"";height:140%;left:50%;opacity:.15;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:140%;z-index:0}.legalege-intro__line{background:var(--accent);height:3px;margin:16px 0 20px;width:48px}.legalege-intro__left .legalege-heading{margin-bottom:32px}.legalege-intro__cert{align-items:center;background:#2a1e12;display:inline-flex;gap:16px;padding:20px 28px;position:relative}.legalege-intro__cert:before{border:1.5px dashed hsla(34,57%,65%,.35);content:"";inset:6px;pointer-events:none;position:absolute}.legalege-intro__cert-icon{background:url(../img/ico-expert.svg) 50%/contain no-repeat;flex-shrink:0;height:48px;width:48px}.legalege-intro__cert-label{color:var(--surface);display:block;font-family:var(--font-heading);font-size:.7rem;font-weight:600;letter-spacing:.1em;margin-bottom:2px;text-transform:uppercase}.legalege-intro__cert-title{color:var(--bg-alt);display:block;font-family:var(--font-heading);font-size:.95rem;font-weight:700}.legalege-intro__right{border-left:2px solid var(--surface);padding-left:16px}.legalege-intro__lead{color:var(--accent);font-family:var(--font-heading);font-size:1.05rem;font-weight:600;line-height:1.6;margin-bottom:16px}.legalege-intro__right p{color:var(--text-muted);font-size:.88rem;line-height:1.75}.legalege-intro__right p+p{margin-top:16px}.legalege-stats{background:var(--accent);color:var(--bg-alt);display:flex;flex-wrap:wrap}.legalege-stats__item{flex:1 1 50%;padding:24px 16px;text-align:center}.legalege-stats__item:nth-child(n+3){border-top:none}.legalege-stats__item:nth-child(2n),.legalege-stats__item:nth-child(odd){border-left:none}.legalege-stats__num{font-size:1.5rem}.legalege-stats__label{font-size:.75rem;margin-top:2px;opacity:.7}.legalege-section{padding:48px 0}.legalege-section--alt{background:var(--bg-alt)}.legalege-section__header{margin:0 auto 48px;max-width:640px;text-align:center}.legalege-section__header p{color:var(--text-muted);font-size:.95rem;margin-top:12px}.legalege-practice{background:#1a1410;overflow:hidden;padding:64px 0;position:relative}.legalege-practice:before{background:radial-gradient(circle,hsla(33,42%,71%,.06) 0,transparent 70%);content:"";height:500px;pointer-events:none;position:absolute;right:-20%;top:-40%;width:500px}.legalege-practice__header{margin-bottom:48px;text-align:center}.legalege-practice__label{color:var(--surface);display:inline-block;font-family:var(--font-heading);font-size:.72rem;font-weight:600;letter-spacing:.18em;margin-bottom:16px;text-transform:uppercase}.legalege-practice__title{color:#f5ede4;margin-bottom:0}.legalege-practice__grid{display:grid;gap:24px;grid-template-columns:1fr}.legalege-practice__card{background:linear-gradient(180deg,rgba(30,22,16,.4) 0,#1e1610 66%),top /cover no-repeat;border:1px solid hsla(33,42%,71%,.15);overflow:hidden;padding:40px 28px 36px;position:relative;text-align:center;transition:border-color .3s,box-shadow .3s}.legalege-practice__card:first-child{background-image:linear-gradient(180deg,rgba(30,22,16,.4) 0,#1e1610 66%),url(../img/legalege-practice-bg1.webp)}.legalege-practice__card:nth-child(2){background-image:linear-gradient(180deg,rgba(30,22,16,.4) 0,#1e1610 66%),url(../img/legalege-practice-bg2.webp)}.legalege-practice__card:nth-child(3){background-image:linear-gradient(180deg,rgba(30,22,16,.4) 0,#1e1610 66%),url(../img/legalege-practice-bg3.webp)}.legalege-practice__card:before{color:hsla(33,42%,71%,.04);content:attr(data-index);font-family:var(--font-heading);font-size:5rem;font-weight:700;line-height:1;pointer-events:none;position:absolute;right:16px;top:-8px}.legalege-practice__card:after{background:linear-gradient(90deg,transparent,hsla(33,42%,71%,.35),transparent);content:"";height:1px;left:24px;position:absolute;right:24px;top:0}.legalege-practice__card:hover{border-color:hsla(33,42%,71%,.35);box-shadow:0 8px 32px rgba(0,0,0,.3)}.legalege-practice__icon{background-position:50%;background-repeat:no-repeat;background-size:contain;height:64px;margin:0 auto 28px;position:relative;width:64px}.legalege-practice__icon:after{background:radial-gradient(circle,hsla(33,42%,71%,.08) 0,transparent 70%);content:"";inset:-12px;pointer-events:none;position:absolute}.legalege-practice__icon--crypto{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' fill='none' viewBox='0 0 64 64'%3E%3Crect width='48' height='48' x='8' y='8' stroke='%23d4b896' stroke-width='1.5' rx='4'/%3E%3Crect width='36' height='36' x='14' y='14' stroke='%23d4b896' opacity='.5' rx='2'/%3E%3Ctext x='32' y='40' fill='%23d4b896' font-family='serif' font-size='24' font-weight='700' text-anchor='middle'%3EB%3C/text%3E%3Ccircle cx='14' cy='14' r='3' fill='%23d4b896' opacity='.6'/%3E%3Ccircle cx='50' cy='14' r='3' fill='%23d4b896' opacity='.6'/%3E%3Ccircle cx='14' cy='50' r='3' fill='%23d4b896' opacity='.6'/%3E%3Ccircle cx='50' cy='50' r='3' fill='%23d4b896' opacity='.6'/%3E%3Cpath stroke='%23d4b896' d='M14 8V2M50 8V2M14 56v6M50 56v6M8 14H2M8 50H2M56 14h6M56 50h6' opacity='.4'/%3E%3C/svg%3E")}.legalege-practice__icon--forex{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' fill='none' viewBox='0 0 64 64'%3E%3Cpath stroke='%23d4b896' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m16 48 12-20 8 8 12-20'/%3E%3Cpath stroke='%23d4b896' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M40 16h8v8'/%3E%3Cpath stroke='%23d4b896' stroke-width='1.5' d='M10 52h44M10 12v40' opacity='.5'/%3E%3Cpath stroke='%23d4b896' stroke-dasharray='3 3' stroke-width='.5' d='M10 44h44M10 36h44M10 28h44M10 20h44' opacity='.25'/%3E%3C/svg%3E")}.legalege-practice__icon--fraud{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' fill='none' viewBox='0 0 64 64'%3E%3Crect width='40' height='32' x='12' y='8' stroke='%23d4b896' stroke-width='1.5' rx='2'/%3E%3Crect width='32' height='24' x='16' y='12' stroke='%23d4b896' stroke-width='.8' opacity='.4' rx='1'/%3E%3Cpath stroke='%23d4b896' stroke-width='1.5' d='M20 44h24M32 40v4'/%3E%3Cpath stroke='%23d4b896' stroke-linecap='round' stroke-width='2.5' d='M32 20v8'/%3E%3Ccircle cx='32' cy='33' r='1.5' fill='%23d4b896'/%3E%3Cpath stroke='%23d4b896' stroke-linecap='round' stroke-linejoin='round' d='m22 50 4-2 6 4 6-4 4 2' opacity='.5'/%3E%3Cpath stroke='%23d4b896' stroke-linecap='round' stroke-linejoin='round' d='m18 54 6-2 8 4 8-4 6 2' opacity='.3'/%3E%3C/svg%3E")}.legalege-practice__card h4{color:#f5ede4;font-family:var(--font-heading);font-size:1.15rem;font-weight:700;margin-bottom:16px}.legalege-practice__card p{color:hsla(32,46%,93%,.6);font-size:.88rem;line-height:1.7}.legalege-whyus{background:#f5ede4;overflow-x:clip;position:relative}.legalege-whyus__grid{display:grid;gap:40px;grid-template-columns:1fr}.legalege-whyus__content .legalege-subtitle{color:var(--surface);font-size:.8rem;font-weight:700;letter-spacing:.15em;margin-bottom:20px}.legalege-whyus__line{align-items:center;display:flex;gap:6px;margin-bottom:20px}.legalege-whyus__line:before{background:var(--accent);content:"";height:3px;width:24px}.legalege-whyus__line:after{background:var(--surface);content:"";height:3px;width:8px}.legalege-whyus__content .legalege-heading{color:#1a1410;margin-bottom:20px}.legalege-whyus__desc{color:var(--text-muted);font-size:.95rem;line-height:1.75;margin-bottom:28px}.legalege-whyus__list{display:flex;flex-direction:column;gap:18px;list-style:none;margin-bottom:32px;padding:0}.legalege-whyus__list li{align-items:flex-start;color:var(--accent);display:flex;font-size:1rem;font-weight:500;gap:14px;line-height:1.5}.legalege-whyus__list li:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='10' fill='%234a3828'/%3E%3Cpath stroke='%23f5ede4' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='m7 11.5 3 3L15.5 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";flex-shrink:0;height:22px;margin-top:1px;width:22px}.legalege-whyus__visual{align-items:flex-end;display:flex;justify-content:center;position:relative}.legalege-whyus__decor{background:url(../img/legalege-whyus-bg.webp) bottom/cover no-repeat;bottom:0;mask-image:linear-gradient(90deg,transparent,#000 10%,#000 85%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 85%,transparent);opacity:.18;position:absolute;right:calc(-50vw + 50%);top:0;width:75vw;z-index:0}.legalege-whyus__visual img{max-height:420px;-o-object-fit:contain;object-fit:contain;position:relative;width:auto;z-index:1}.legalege-whyus__badge{align-items:center;background:#1a1410;border:1px solid hsla(33,42%,71%,.25);box-shadow:0 12px 32px rgba(0,0,0,.3);display:flex;gap:14px;padding:14px 22px;position:absolute;right:-12px;text-align:left;z-index:2}.legalege-whyus__badge:before{background:var(--surface);bottom:10px;content:"";left:0;position:absolute;top:10px;width:3px}.legalege-whyus__badge--top{bottom:18%}.legalege-whyus__badge--bottom{bottom:2%}.legalege-whyus__badge-num{color:var(--surface);display:block;font-family:var(--font-heading);font-size:1.8rem;font-weight:700;line-height:1;white-space:nowrap}.legalege-whyus__badge-label{color:hsla(32,46%,93%,.55);display:block;font-size:.72rem;font-weight:500;letter-spacing:.04em}.legalege-cards{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.legalege-card{background:var(--bg-alt);border:1px solid var(--border);padding:28px 24px;transition:border-color .3s,box-shadow .3s}.legalege-card:hover{border-color:var(--accent);box-shadow:0 4px 16px rgba(58,46,32,.08)}.legalege-card h4{font-size:1.05rem;margin-bottom:8px}.legalege-card p{color:var(--text-muted);font-size:.88rem;line-height:1.6}.legalege-steps{background:#fff;overflow:hidden;position:relative}.legalege-steps__bg-top{background-image:url(../img/legalege-intro-bg.webp);background-position:top;background-repeat:no-repeat;background-size:cover;height:50%;left:0;-webkit-mask-image:linear-gradient(180deg,#000 0,transparent 45%);mask-image:linear-gradient(180deg,#000 0,transparent 45%);opacity:.09;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.legalege-steps>.container{position:relative;z-index:1}.legalege-steps__header{margin-bottom:48px;text-align:center}.legalege-steps__header .legalege-subtitle{color:var(--surface);font-size:.8rem;font-weight:700;letter-spacing:.12em;margin-bottom:12px}.legalege-steps__header h2{color:#1a1410;margin-bottom:12px}.legalege-steps__header p{color:var(--text-muted);font-size:1rem;margin:0 auto;max-width:480px}.legalege-steps__grid{display:grid;gap:16px;grid-template-columns:1fr}.legalege-steps__item{align-items:center;background:url(../img/legalege-header-pattern.svg) repeat;border:1px solid var(--border);display:flex;gap:20px;padding:24px;position:relative;transition:border-color .3s,box-shadow .3s}.legalege-steps__item:hover{border-color:var(--surface);box-shadow:0 4px 20px rgba(58,46,32,.08)}.legalege-steps__item:before{color:hsla(33,42%,71%,.35);content:attr(data-step);flex-shrink:0;font-family:var(--font-heading);font-size:1.8rem;font-weight:700;line-height:1;text-align:center;width:44px}.legalege-steps__icon{background-color:hsla(33,42%,71%,.08);background-position:50%;background-repeat:no-repeat;background-size:32px;border-left:3px solid var(--surface);flex-shrink:0;height:52px;transition:background-color .3s;width:52px}.legalege-steps__item:hover .legalege-steps__icon{background-color:hsla(33,42%,71%,.15)}.legalege-steps__icon--form{background-image:url(../img/adim-basvuru.svg)}.legalege-steps__icon--analyze{background-image:url(../img/adim-analiz.svg)}.legalege-steps__icon--contract{background-image:url(../img/adim-sozlesme.svg)}.legalege-steps__icon--result{background-image:url(../img/adim-sonuc.svg)}.legalege-steps__item h4{color:#1a1410;font-family:var(--font-heading);font-size:.95rem;font-weight:700;line-height:1.4}.legalege-steps__dots{display:none}.legalege-services{background:#f5ede4}.legalege-services__header{margin-bottom:48px;text-align:center}.legalege-services__header .legalege-subtitle{color:var(--surface);font-size:.8rem;font-weight:700;letter-spacing:.12em;margin-bottom:12px}.legalege-services__header h2{color:#1a1410;margin-bottom:12px}.legalege-services__header p{color:var(--text-muted);font-size:1rem;margin:0 auto;max-width:520px}.legalege-services__grid{display:grid;gap:20px;grid-template-columns:1fr}.legalege-services__card{background:#fff;border:1px solid var(--border);display:flex;flex-direction:column;min-height:230px;overflow:hidden;padding:36px 28px;position:relative;transition:border-color .3s,box-shadow .3s}.legalege-services__card:before{background-position:top;background-repeat:no-repeat;background-size:cover;content:"";inset:0;mask-image:linear-gradient(180deg,rgba(0,0,0,.3) 0,rgba(0,0,0,.15) 50%,rgba(0,0,0,.06));-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.3) 0,rgba(0,0,0,.15) 50%,rgba(0,0,0,.06));opacity:1;position:absolute;transition:opacity .4s}.legalege-services__card:hover{border-color:var(--surface);box-shadow:0 6px 24px rgba(58,46,32,.1)}.legalege-services__card:hover:before{mask-image:linear-gradient(180deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.18) 50%,rgba(0,0,0,.08));-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.18) 50%,rgba(0,0,0,.08))}.legalege-services__card[data-svc=broker]:before{background-image:url(../img/legalege-svc-broker.webp)}.legalege-services__card[data-svc=crypto]:before{background-image:url(../img/legalege-svc-crypto.webp)}.legalege-services__card[data-svc=invest]:before{background-image:url(../img/legalege-svc-invest.webp)}.legalege-services__card[data-svc=phishing]:before{background-image:url(../img/legalege-svc-phishing.webp)}.legalege-services__card[data-svc=romance]:before{background-image:url(../img/legalege-svc-romance.webp)}.legalege-services__card[data-svc=ponzi]:before{background-image:url(../img/legalege-svc-ponzi.webp)}.legalege-services__card[data-svc=ecommerce]:before{background-image:url(../img/legalege-svc-ecommerce.webp)}.legalege-services__card[data-svc=offline]:before{background-image:url(../img/legalege-svc-offline.webp)}.legalege-services__card[data-svc=minimum]:before{background-image:url(../img/legalege-svc-minimum.webp)}.legalege-services__card h4{align-items:center;color:#1a1410;display:flex;font-family:var(--font-heading);font-size:1.1rem;font-weight:700;gap:10px;margin-bottom:0;position:relative}.legalege-services__card h4:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%232e7d32' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2' d='m4 10.5 4 4 8-8'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";flex-shrink:0;height:20px;opacity:.7;width:20px}.legalege-services__card p{color:var(--text-muted);font-size:.88rem;line-height:1.65;margin-top:auto;padding-top:10px;position:relative}.legalege-services__divider{padding:64px 0 32px;text-align:center}.legalege-services__divider .legalege-subtitle{color:var(--surface);font-size:.8rem;font-weight:700;letter-spacing:.12em}.legalege-services__divider-heading{color:#1a1410;font-family:var(--font-heading);font-size:1.5rem;font-weight:700;margin-top:20px}.legalege-services__divider-desc{color:var(--text-muted);font-size:.95rem;line-height:1.6;margin:10px auto 0;max-width:540px}.legalege-services__card--disc{background:#1a1410;border-color:hsla(33,42%,71%,.15)}.legalege-services__card--disc:before{mask-image:linear-gradient(180deg,rgba(0,0,0,.3) 0,rgba(0,0,0,.15) 50%,rgba(0,0,0,.06));-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.3) 0,rgba(0,0,0,.15) 50%,rgba(0,0,0,.06))}.legalege-services__card--disc h4:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23c62828' stroke-linecap='round' stroke-width='2.2' d='m5 5 10 10m0-10L5 15'/%3E%3C/svg%3E");opacity:.8}.legalege-services__card--disc:hover{border-color:hsla(33,42%,71%,.35);box-shadow:0 8px 32px rgba(0,0,0,.25)}.legalege-services__card--disc:hover:before{mask-image:linear-gradient(180deg,rgba(0,0,0,.4) 0,rgba(0,0,0,.2) 50%,rgba(0,0,0,.08));-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.4) 0,rgba(0,0,0,.2) 50%,rgba(0,0,0,.08))}.legalege-services__card--disc h4{color:#f5ede4}.legalege-services__card--disc p{color:hsla(32,46%,93%,.6)}.legalege-faq{background:#fff}.legalege-faq__title{color:#1a1410;margin-bottom:48px;text-align:center}.legalege-faq__grid{display:grid;gap:0;grid-template-columns:1fr}.legalege-faq__item{border-bottom:1px solid var(--border)}.legalege-faq__q{align-items:center;color:#1a1410;display:flex;font-family:var(--font-heading);font-size:1.05rem;font-weight:600;gap:16px;justify-content:space-between;padding:16px 0;text-align:left;transition:color .2s;width:100%}.legalege-faq__q:hover{color:var(--surface)}.legalege-faq__toggle{flex-shrink:0;height:20px;position:relative;width:20px}.legalege-faq__toggle:after,.legalege-faq__toggle:before{background:var(--surface);content:"";left:50%;position:absolute;top:50%;transition:transform .3s}.legalege-faq__toggle:before{height:1.5px;transform:translate(-50%,-50%);width:16px}.legalege-faq__toggle:after{height:16px;transform:translate(-50%,-50%);width:1.5px}.legalege-faq__item.is-open .legalege-faq__toggle:after{transform:translate(-50%,-50%) rotate(90deg)}.legalege-faq__a{max-height:0;overflow:hidden;transition:max-height .35s ease}.legalege-faq__a-inner{color:var(--text-muted);font-size:.9rem;line-height:1.75;padding:0 0 16px}.legalege-loader{align-items:center;background:var(--bg);display:flex;inset:0;justify-content:center;pointer-events:all;position:fixed;transition:opacity .4s ease;z-index:99999999}.legalege-loader.is-done{opacity:0;pointer-events:none}.legalege-loader__spinner{animation:legalege-spin .8s linear infinite;color:var(--accent);height:40px;width:40px}.legalege-loader__spinner svg{display:block;height:100%;width:100%}@keyframes legalege-spin{to{transform:rotate(1turn)}}.legalege-reviews{background:var(--bg-deep);padding:64px 0}.legalege-reviews__slider{margin:0 calc(var(--gap)*-1);overflow:hidden}.legalege-reviews__track{display:flex;gap:16px;will-change:transform}.legalege-reviews__card{align-items:stretch;background:var(--bg-alt);border-left:3px solid var(--surface);display:flex;flex:0 0 100%;overflow:hidden}.legalege-reviews__img{filter:saturate(.4);flex-shrink:0;-o-object-fit:cover;object-fit:cover;width:110px}.legalege-reviews__body{display:flex;flex-direction:column;gap:10px;justify-content:center;padding:32px 14px 14px;position:relative}.legalege-reviews__body:before{color:var(--surface);content:"\201C";font-family:Georgia,Times New Roman,serif;font-size:2.5rem;left:14px;line-height:1;position:absolute;top:6px}.legalege-reviews__text{color:var(--text);font-size:.88rem;font-style:italic;line-height:1.6}.legalege-reviews__name{color:var(--accent);font-family:var(--font-heading);font-size:.85rem;font-weight:700}.legalege-reviews__name:before{color:var(--surface);content:"\2014\00a0"}.legalege-reviews__center{margin:0 auto;max-width:600px;padding:40px 20px;text-align:center}.legalege-reviews__center .legalege-heading:after{background:var(--surface);content:"";display:block;height:2px;margin:16px auto 0;width:60px}.legalege-reviews__center p{color:var(--text-muted);font-size:.92rem;line-height:1.6;margin-top:12px}.legalege-inner-hero{background:#1a1410;overflow:hidden;padding:48px 0;position:relative}.legalege-inner-hero:before{background:linear-gradient(135deg,hsla(33,42%,71%,.08),transparent 50%,hsla(33,42%,71%,.05));content:"";inset:0;position:absolute}.legalege-inner-hero:after{background:url(../img/legalege-inner-hero.webp) 50%/contain no-repeat;bottom:0;content:"";opacity:.07;position:absolute;right:0;top:0;width:100%}.legalege-inner-hero .container{position:relative;z-index:1}.legalege-inner-hero__tag{color:var(--surface);display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.12em;margin-bottom:16px;text-transform:uppercase}.legalege-inner-hero__title{color:#f5ede4;font-family:var(--font-heading);font-size:1.8rem;font-weight:700;line-height:1.2;margin-bottom:14px}.legalege-inner-hero__desc{color:hsla(32,46%,93%,.5);font-size:.92rem;line-height:1.6;max-width:540px}.legalege-inner-hero__line{background:var(--surface);height:2px;margin-top:24px;width:48px}.legalege-stats{background:radial-gradient(ellipse at center,#1a1410 25%,rgba(26,20,16,.6) 50%,transparent 75%),url(../img/legalege-stats-pattern.svg) repeat;background-color:#1a1410;overflow:hidden;padding:48px 0;position:relative}.legalege-stats:before{background:linear-gradient(135deg,hsla(33,42%,71%,.06),transparent 50%,hsla(33,42%,71%,.04));inset:0}.legalege-stats:after,.legalege-stats:before{content:"";pointer-events:none;position:absolute;z-index:0}.legalege-stats:after{background:url(../img/legalege-inner-hero.webp) 50%/contain no-repeat;bottom:0;opacity:.04;right:0;top:0;transform:scaleX(-1);width:100%}.legalege-stats .container{position:relative;z-index:1}.legalege-stats__grid{display:grid;gap:32px 0;grid-template-columns:repeat(2,1fr);text-align:center}.legalege-stats__item{padding:16px 0;position:relative}.legalege-stats__item:nth-child(-n+2){padding-bottom:16px}.legalege-stats__icon{background-position:50%;background-repeat:no-repeat;background-size:contain;filter:invert(1);height:32px;margin:0 auto 12px;opacity:.55;width:32px}.legalege-stats__icon--jurisdiction{background-image:url(../img/legalege-ico-jurisdiction.svg)}.legalege-stats__icon--partners{background-image:url(../img/legalege-ico-partners.svg)}.legalege-stats__icon--platforms{background-image:url(../img/legalege-ico-platforms.svg)}.legalege-stats__icon--languages{background-image:url(../img/legalege-ico-languages.svg)}.legalege-stats__num{color:var(--surface);display:block;font-family:var(--font-heading);font-size:2.4rem;font-weight:700;line-height:1}.legalege-stats__label{color:hsla(32,46%,93%,.6);display:block;font-size:.78rem;font-weight:600;letter-spacing:.08em;margin-top:10px;text-transform:uppercase}.legalege-cases{padding:0 0 64px}.legalege-cases__feed{margin:0 auto;max-width:720px}.legalege-cases__item{color:inherit;display:block;padding:32px 0;text-decoration:none}.legalege-cases__divider{background:var(--border);border:none;height:1px}.legalege-cases__img-wrap{border-left:3px solid var(--surface);height:240px;margin-bottom:20px;overflow:hidden;position:relative}.legalege-cases__img-wrap:after{background:linear-gradient(0deg,rgba(26,20,16,.35) 0,transparent 50%);content:"";inset:0;pointer-events:none;position:absolute}.legalege-cases__img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.legalege-cases__tag{background:var(--surface);color:var(--accent);display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.08em;margin-bottom:12px;padding:4px 10px;text-transform:uppercase}.legalege-cases__title{color:var(--accent);font-family:var(--font-heading);font-size:1.3rem;font-weight:700;line-height:1.3;margin-bottom:16px}.legalege-cases__excerpt{color:var(--text-muted);font-size:.92rem;line-height:1.7;margin-bottom:16px}.legalege-cases__more{color:var(--accent);font-family:var(--font-heading);font-size:.85rem;font-weight:700}.legalege-article{padding:40px 0 64px}.legalege-article__wrap{margin:0 auto;max-width:720px}.legalege-article__cover{border-left:3px solid var(--surface);height:240px;margin-bottom:32px;-o-object-fit:cover;object-fit:cover;width:100%}.legalege-article__body h2{color:var(--accent);font-family:var(--font-heading);font-size:1.2rem;font-weight:700;line-height:1.3;margin:32px 0 14px}.legalege-article__body p{margin-bottom:16px}.legalege-article__body p,.legalege-article__body ul{color:var(--text);font-size:.94rem;line-height:1.8}.legalege-article__body ul{margin:0 0 20px 20px}.legalege-article__body ul li{margin-bottom:6px}.legalege-article__body blockquote{background:var(--bg-alt);border-left:3px solid var(--surface);color:var(--text-muted);font-size:.94rem;font-style:italic;line-height:1.7;margin:24px 0;padding:16px 20px}.legalege-article__back{align-items:center;color:var(--accent);display:inline-flex;font-family:var(--font-heading);font-size:.85rem;font-weight:700;gap:6px;margin-top:32px;text-decoration:none;transition:color .2s}.legalege-article__back:hover{color:var(--accent-hover)}.legalege-cta-duo{display:flex;flex-direction:column}.legalege-cta-duo__block{align-items:center;background-position:50%;background-size:cover;display:flex;min-height:320px;position:relative}.legalege-cta-duo__block--cases{background-image:url(../img/legalege-duo-cases.webp);clip-path:polygon(0 0,100% 0,100% 92%,0 100%);z-index:1}.legalege-cta-duo__block--support{background-image:url(../img/legalege-duo-support.webp);clip-path:polygon(0 8%,100% 0,100% 100%,0 100%);margin-top:-5%}.legalege-cta-duo__block--support .legalege-cta-duo__content{margin-left:auto;text-align:right}.legalege-cta-duo__block--support .legalege-cta-duo__content .legalege-btn--light{margin-left:auto}.legalege-cta-duo__overlay{background:rgba(0,0,0,.58);inset:0;position:absolute}.legalege-cta-duo__block--cases .legalege-cta-duo__overlay{background:rgba(0,0,0,.29)}.legalege-cta-duo__content{max-width:520px;padding:48px var(--gap);position:relative;z-index:1}.legalege-cta-duo__title{color:#fff;font-family:var(--font-heading);font-size:1.5rem;font-weight:700;margin-bottom:12px}.legalege-cta-duo__text{color:hsla(0,0%,100%,.8);font-size:.92rem;line-height:1.6;margin-bottom:24px}.legalege-btn--light{background:transparent;box-shadow:inset 0 0 0 1.5px hsla(0,0%,100%,.7);color:#fff}.legalege-btn--light:hover{background:#fff;box-shadow:inset 0 0 0 1.5px #fff;color:var(--accent)}.legalege-contact{background:#2a2118;color:hsla(34,22%,75%,.9);overflow:hidden;position:relative}.legalege-contact__bg{background:url(../img/legalege-contact-bg.webp) 50%/cover no-repeat;padding:48px 0;position:relative}.legalege-contact__bg:after{background:rgba(0,0,0,.55);content:"";inset:0;position:absolute}.legalege-contact__bg-inner{margin:0 auto;max-width:1200px;padding:0 20px;position:relative;z-index:1}.legalege-contact__bg-inner .legalege-heading{color:#f5ede4;font-size:2rem;line-height:1.15}.legalege-contact__divider{background:var(--surface);height:2px;margin:24px 0;max-width:280px;width:100%}.legalege-contact__subtitle{color:#f5ede4;font-family:var(--font-heading);font-size:1.05rem;font-weight:700;margin-bottom:12px}.legalege-contact__desc{color:hsla(34,22%,75%,.75);font-size:.92rem;line-height:1.7}.legalege-contact__form-wrap{margin:0 auto;max-width:1200px;padding:40px 20px}.legalege-contact__row{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.legalege-contact__field-group{display:flex;flex:1;flex-direction:column;gap:6px}.legalege-contact__field-group--full{margin-bottom:16px}.legalege-contact__label{color:hsla(34,22%,75%,.7);font-size:.82rem;font-weight:600}.legalege-contact__label span{color:var(--surface)}.legalege-contact__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f5ede4;border:1px solid transparent;color:var(--text);font-family:var(--font-body);font-size:.9rem;padding:12px 14px;transition:border-color .2s;width:100%}.legalege-contact__input:focus{border-color:var(--surface);outline:none}.legalege-contact__input::-moz-placeholder{color:#a09080}.legalege-contact__input::placeholder{color:#a09080}select.legalege-contact__input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath stroke='%236a5e50' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 1.5 5 5 5-5'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;cursor:pointer;padding-right:36px}textarea.legalege-contact__input{min-height:100px;resize:vertical}.legalege-contact__phone-wrap{align-items:stretch;display:flex}.legalege-contact__phone-prefix{align-items:center;background:#e8ddd0;border:1px solid transparent;border-right:none;color:var(--text);display:flex;flex-shrink:0;font-size:.85rem;font-weight:600;gap:6px;padding:0 12px}.legalege-contact__phone-input{border-left:none}.legalege-contact__terms{align-items:flex-start;display:flex;gap:10px;margin-bottom:24px}.legalege-contact__checkbox{accent-color:var(--surface);flex-shrink:0;margin-top:3px}.legalege-contact__terms label{color:hsla(34,22%,75%,.6);font-size:.78rem;line-height:1.5}.legalege-contact__terms a{color:var(--surface);text-decoration:underline}.legalege-contact__submit{background:var(--surface);border:none;color:#2a2118;cursor:pointer;font-family:var(--font-heading);font-size:.95rem;font-weight:700;letter-spacing:.04em;padding:16px;text-transform:uppercase;transition:background .3s;width:100%}.legalege-contact__submit:hover{background:#e0c8a0}.legalege-contact__input.is-error{border:2px solid #ef5350}.legalege-contact__terms.is-error,.legalege-contact__terms.is-error label{color:#ef5350}.legalege-contact__terms.is-error .legalege-contact__checkbox{outline:2px solid #ef5350;outline-offset:2px}.legalege-footer{background:#2a2118;color:hsla(34,22%,75%,.85);padding:48px 0 32px}.legalege-footer__top{align-items:flex-start;display:flex;flex-direction:column;gap:28px;padding-bottom:32px}.legalege-footer__logo-wrap{display:flex;flex-direction:column;gap:16px}.legalege-footer__logo-line{background:hsla(34,22%,75%,.3);height:1px;width:60px}.legalege-footer__logo{display:inline-flex}.legalege-footer__logo-img{height:28px;-o-object-fit:contain;object-fit:contain;width:auto}.legalege-footer__nav{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.legalege-footer__link{color:hsla(34,22%,75%,.65);font-size:.88rem;transition:color .2s}.legalege-footer__link:hover{color:#cec2b2}.legalege-footer__divider{height:4px;margin-bottom:24px;position:relative}.legalege-footer__divider:after,.legalege-footer__divider:before{background:var(--surface);content:"";height:1px;left:0;position:absolute;right:0}.legalege-footer__divider:before{top:0}.legalege-footer__divider:after{bottom:0}.legalege-footer__bottom{align-items:center;display:flex;flex-direction:column;gap:10px;padding-top:8px}.legalege-footer__copy{color:hsla(34,22%,75%,.5);font-size:.8rem}.legalege-footer__legal{align-items:center;display:flex;gap:8px}.legalege-footer__legal a{color:hsla(34,22%,75%,.55);font-size:.8rem;text-decoration:none;transition:color .2s}.legalege-footer__legal a:hover{color:hsla(34,22%,75%,.9)}.legalege-footer__legal-sep{color:hsla(34,22%,75%,.25);font-size:.8rem}.legalege-legal{background:var(--bg);padding:48px 0 80px}.legalege-legal__breadcrumb{align-items:center;color:var(--text-muted);display:flex;font-size:.82rem;gap:8px;margin-bottom:32px}.legalege-legal__breadcrumb a{color:var(--text-muted);text-decoration:none;transition:color .2s}.legalege-legal__breadcrumb a:hover{color:var(--accent)}.legalege-legal .legalege-heading{margin-bottom:8px}.legalege-legal__date{color:var(--text-muted);font-size:.85rem;margin-bottom:40px}.legalege-legal__body{max-width:720px}.legalege-legal__body h2{color:var(--accent);font-size:1.15rem;margin:32px 0 12px}.legalege-legal__body h2,.legalege-legal__body h3{font-family:var(--font-heading);font-weight:700}.legalege-legal__body h3{color:var(--text);font-size:1rem;margin:20px 0 8px}.legalege-legal__body p{color:var(--text);font-size:.92rem;line-height:1.75;margin-bottom:12px}.legalege-legal__body ul{list-style:none;margin:0 0 16px;padding:0}.legalege-legal__body ul li{color:var(--text);font-size:.92rem;line-height:1.75;padding-left:20px;position:relative}.legalege-legal__body ul li:before{background:var(--surface);content:"";height:6px;left:0;position:absolute;top:10px;width:6px}.legalege-back-top{align-items:center;background:var(--accent);border-radius:50%;bottom:24px;box-shadow:0 4px 12px rgba(58,46,32,.2);color:var(--surface);display:flex;height:44px;justify-content:center;opacity:0;pointer-events:none;position:fixed;right:24px;transform:translateY(12px);transition:opacity .3s,transform .3s;width:44px;z-index:90}.legalege-back-top svg{height:20px;width:20px}.legalege-back-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.legalege-back-top:hover{background:var(--accent-hover)}.legalege-header.is-scrolled{box-shadow:0 2px 16px rgba(58,46,32,.08)}.legalege-header.is-scrolled .legalege-header__inner{padding:8px 0}.legalege-header.is-scrolled .legalege-header__logo-img{height:16px}@media (min-width:769px){.legalege-header__logo-img{height:30px}.legalege-header.is-scrolled .legalege-header__inner{padding:8px 0}.legalege-header.is-scrolled .legalege-header__logo-img{height:24px}.legalege-header__toggle{display:none}.legalege-header__nav{align-items:center;background:transparent;border-bottom:none;display:flex;flex-direction:row;gap:32px;max-height:none;opacity:1;overflow:visible;padding:0;pointer-events:auto;position:static;transition:none}.legalege-header__cta{display:inline-flex}.legalege-header__nav-cta{display:none}.legalege-header__dropdown{align-items:center;flex-direction:row}.legalege-header__drop-menu{align-items:stretch;background:var(--bg-alt);border:1px solid var(--border);box-shadow:0 8px 24px rgba(58,46,32,.12);gap:8px;left:50%;min-width:220px;opacity:0;padding:12px 20px;pointer-events:none;position:absolute;top:calc(100% + 12px);transform:translateX(-50%);transition:opacity .25s ease,transform .25s ease;visibility:hidden}.legalege-header__drop-menu:before{bottom:100%;content:"";height:14px;left:0;position:absolute;right:0}.legalege-header__dropdown.is-active .legalege-header__drop-menu{display:flex;opacity:1;pointer-events:auto;visibility:visible}.legalege-header__drop-item{border-bottom:1px solid var(--border);font-size:.84rem;padding:6px 0}.legalege-header__drop-item:last-child{border-bottom:none}.legalege-header__drop-item--all{border-top:none;margin-top:0;padding-top:6px}.legalege-stats{flex-wrap:nowrap}.legalege-stats__item{flex:1}.legalege-stats__item+.legalege-stats__item{border-left:none}.legalege-section{padding:80px 0}.legalege-footer__top{justify-content:space-between}.legalege-footer__logo-wrap,.legalege-footer__top{align-items:center;flex-direction:row}.legalege-footer__logo-line{height:50px;width:1px}.legalege-footer__nav{gap:32px}}@media (min-width:901px){.legalege-hero{height:calc(100dvh - 77px);min-height:unset;overflow:hidden;padding:0}.legalege-hero .container{display:block;height:100%}.legalege-hero__grid{flex:unset;grid-template-columns:2fr 1fr;grid-template-rows:1fr auto auto 1fr;height:100%;text-align:left}.legalege-hero__content{grid-column:1;grid-row:2}.legalege-hero__bottom{grid-column:1;grid-row:3;transform:none}.legalege-hero .legalege-display{font-size:clamp(2.4rem,5vw,3.5rem)}.legalege-hero p{max-width:540px}.legalege-hero__trust{border-top:1px solid hsla(33,42%,71%,.15);flex-direction:row;gap:28px;padding-top:32px;width:-moz-fit-content;width:fit-content}.legalege-hero__visual{align-self:stretch;grid-column:2;grid-row:1/-1;justify-content:flex-end}.legalege-hero__visual:before{bottom:-72px;height:700px;opacity:.25;width:700px}.legalege-hero__visual img{max-height:640px;transform:translateY(-72px)}.legalege-hero__overlay{background:linear-gradient(90deg,#1a1410 0,rgba(26,20,16,.56) 40%,rgba(26,20,16,.65))}.legalege-features{margin-top:-72px}.legalege-features__grid{grid-template-columns:repeat(3,1fr);margin:0;max-width:none}.legalege-intro{align-items:center;gap:64px;grid-template-columns:1fr 1.2fr}.legalege-intro__left:before{height:165%;width:165%}.legalege-intro__right{padding-left:28px}.legalege-intro__lead{font-size:1.2rem}.legalege-intro__right p{font-size:1rem;line-height:1.85}.legalege-practice{padding:96px 0}.legalege-practice:before{height:700px;width:700px}.legalege-practice__header{margin-bottom:56px}.legalege-practice__grid{gap:28px;grid-template-columns:repeat(3,1fr)}.legalege-practice__card{padding:48px 32px 40px}.legalege-whyus__grid{align-items:end;gap:64px;grid-template-columns:1.1fr 1fr}.legalege-whyus__visual img{max-height:540px}.legalege-whyus__badge{gap:18px;padding:16px 28px;right:-24px}.legalege-whyus__badge-num{font-size:2.2rem}.legalege-whyus__badge--top{bottom:22%}.legalege-whyus__badge--bottom{bottom:4%}.legalege-steps__bg-top{height:65%;left:50%;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.8) 0,transparent 75%);mask-image:linear-gradient(180deg,rgba(0,0,0,.8) 0,transparent 75%);opacity:.19;right:auto;transform:translateX(-50%);width:85%}.legalege-steps__header{margin-bottom:64px}.legalege-steps__grid{gap:20px;grid-template-columns:repeat(2,1fr)}.legalege-steps__item{gap:24px;padding:28px}.legalege-steps__icon{background-size:36px;height:60px;width:60px}.legalege-services__grid{gap:24px;grid-template-columns:repeat(3,1fr)}.legalege-services__card{padding:44px 32px}.legalege-faq__title{margin-bottom:56px}.legalege-faq__grid{display:grid;gap:0 48px;grid-template-columns:1fr 1fr}.legalege-faq__q{font-size:1.1rem;padding:26px 0}.legalege-reviews{padding:80px 0}.legalege-reviews__slider{margin:0}.legalege-reviews__card{flex:0 0 calc(50% - 8px)}.legalege-reviews__img{width:180px}.legalege-reviews__body{gap:14px;padding:44px 28px 28px}.legalege-reviews__body:before{font-size:4.5rem;left:28px;top:6px}.legalege-reviews__text{font-size:.92rem}.legalege-inner-hero{padding:72px 0}.legalege-inner-hero:after{opacity:.15;width:45%}.legalege-inner-hero__title{font-size:2.4rem}.legalege-stats{padding:64px 0}.legalege-stats__grid{grid-template-columns:repeat(4,1fr)}.legalege-stats__num{font-size:3.2rem}.legalege-cases{padding:0 0 80px}.legalege-cases__img-wrap{height:360px}.legalege-cases__title{font-size:1.5rem}.legalege-cases__item{padding:48px 0}.legalege-article{padding:56px 0 80px}.legalege-article__cover{height:400px}.legalege-article__body h2{font-size:1.4rem;margin:40px 0 16px}.legalege-cta-duo{flex-direction:row;overflow:hidden}.legalege-cta-duo__block{min-height:420px}.legalege-cta-duo__block--cases{clip-path:polygon(0 0,95% 0,87% 100%,0 100%);flex:0 0 55%;z-index:1}.legalege-cta-duo__block--support{clip-path:polygon(13% 0,100% 0,100% 100%,5% 100%);flex:0 0 55%;margin-left:-10%;margin-top:0}.legalege-cta-duo__block--support .legalege-cta-duo__content{text-align:left}.legalege-cta-duo__block--support .legalege-cta-duo__content .legalege-btn--light{margin-left:0}.legalege-cta-duo__block--cases .legalege-cta-duo__content{margin-left:max(var(--gap),calc((100vw - var(--container))/2));max-width:480px;padding:60px 80px 60px 0}.legalege-cta-duo__block--support .legalege-cta-duo__content{margin-left:auto;margin-right:max(var(--gap),calc((100vw - var(--container))/2));max-width:480px;padding:60px 0 60px 80px}.legalege-cta-duo__title{font-size:1.75rem}.legalege-contact{display:flex;min-height:700px}.legalege-contact__bg{align-items:center;clip-path:polygon(0 0,100% 0,85% 100%,0 100%);display:flex;flex:0 0 45%;padding:80px 60px}.legalege-contact__bg-inner{max-width:420px;padding:0}.legalege-contact__bg-inner .legalege-heading{font-size:2.8rem}.legalege-contact__form-wrap{align-items:center;display:flex;flex:1;padding:60px 60px 60px 40px}.legalege-contact__form-wrap form{max-width:560px;width:100%}.legalege-contact__row{flex-direction:row;gap:16px}}