/* Lotto Edge Institutional — design system.
   Tokens mirror the active Novamira design. Scoped to .lec so nothing leaks. */

.lec{
  --navy-900:#0A1733; --navy-800:#0E2147; --navy-700:#143063; --navy-600:#1C407F;
  --gold:#C9A24B; --gold-300:#E3C77E; --gold-100:#F3E6C2;
  --paper:#F6F3EC; --paper-2:#FBF9F4;
  --ink:#0C1322; --slate:#5C6B86;
  --line:rgba(12,19,34,.10); --line-light:rgba(255,255,255,.14);
  --shadow:0 24px 60px -28px rgba(10,23,51,.45);
  --shadow-sm:0 14px 34px -22px rgba(10,23,51,.5);
  --container:1180px;
  --display:Georgia,'Times New Roman',serif;
  --body:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  --util:'SFMono-Regular',ui-monospace,'Cascadia Mono','Segoe UI Mono',Menlo,Consolas,monospace;
}

:where(.lec) h1,:where(.lec) h2,:where(.lec) h3,:where(.lec) h4,
:where(.lec) p,:where(.lec) ul,:where(.lec) ol,:where(.lec) li,
:where(.lec) figure,:where(.lec) figcaption{margin:0;padding:0;border:0}
:where(.lec) ul{list-style:none}

.lec{font-family:var(--body);color:var(--ink);background:var(--paper);line-height:1.62}
.lec *,.lec *::before,.lec *::after{box-sizing:border-box}
.lec img{max-width:100%;display:block;height:auto}
.lec a{color:inherit;text-decoration:none}
.lec button{font-family:inherit;cursor:pointer;border:none;background:none}
.lec .container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}

.lec .eyebrow{font-family:var(--util);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;font-weight:600;color:var(--gold);display:inline-flex;align-items:center;gap:.6rem}
.lec .eyebrow::before{content:"";width:26px;height:1px;background:var(--gold);opacity:.7}
.lec .eyebrow.center{justify-content:center}
.lec .eyebrow.center::after{content:"";width:26px;height:1px;background:var(--gold);opacity:.7}
.lec h1,.lec h2,.lec h3,.lec h4{font-family:var(--display);font-weight:700;line-height:1.14;letter-spacing:-.012em;color:var(--ink)}
.lec h2.section-title{font-size:clamp(1.75rem,3.6vw,2.6rem);margin:.7rem 0 1rem}
.lec .lead{font-size:1.05rem;color:var(--slate);max-width:62ch}
.lec .prose p{color:var(--slate);margin-bottom:1rem;max-width:70ch}
.lec .prose p strong{color:var(--ink)}

.lec .btn{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--body);font-weight:600;font-size:.9rem;padding:.9rem 1.5rem;border-radius:3px;transition:transform .25s,box-shadow .25s,background .25s,color .25s,border-color .25s}
.lec .btn .arrow{transition:transform .25s}
.lec .btn:hover .arrow{transform:translateX(4px)}
.lec .btn-gold{background:var(--gold);color:var(--navy-900);box-shadow:0 10px 24px -12px rgba(201,162,75,.8)}
.lec .btn-gold:hover{background:var(--gold-300);color:var(--navy-900);transform:translateY(-2px)}
.lec .btn-outline{border:1px solid var(--line-light);color:#fff}
.lec .btn-outline:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}
.lec .btn-dark{background:var(--navy-800);color:#fff}
.lec .btn-dark:hover{background:var(--navy-700);color:#fff;transform:translateY(-2px)}
.lec .btn-ghost{color:var(--navy-800);padding-left:0;padding-right:0}

.lec .perf{height:18px;width:100%;background-image:radial-gradient(circle at 9px 9px,var(--paper) 5px,transparent 5.5px);background-size:18px 18px;background-position:0 -9px}
.lec .perf.on-navy{background-image:radial-gradient(circle at 9px 9px,var(--navy-900) 5px,transparent 5.5px)}
.lec .pad{padding:clamp(60px,7.5vw,104px) 0}
.lec .sec-head{max-width:720px}
.lec .sec-head.center{margin:0 auto;text-align:center}

.lec-header{position:sticky;top:0;z-index:100;background:rgba(10,23,51,.93);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.14)}
.lec-header .container{width:100%;max-width:1180px;margin:0 auto;padding:0 24px}
.lec-header .nav{display:flex;align-items:center;justify-content:space-between;height:76px;gap:18px}
.lec-header .brand{display:flex;align-items:center;gap:.7rem;flex:none}
.lec-header .brand img{width:42px}
.lec-header .brand-name{color:#fff;font-family:Georgia,serif;font-weight:700;font-size:1.02rem;line-height:1.05}
.lec-header .brand-name b{color:#C9A24B;font-weight:700}
.lec-header .brand-name small{display:block;font-family:'SFMono-Regular',ui-monospace,Menlo,Consolas,monospace;font-size:.54rem;letter-spacing:.3em;color:rgba(255,255,255,.6);text-transform:uppercase;margin-top:3px}
.lec-header .nav-links{display:flex;align-items:center;gap:2px;list-style:none;margin:0;padding:0}
.lec-header .nav-links a{color:rgba(255,255,255,.8);font-size:.88rem;font-weight:500;padding:.5rem .8rem;position:relative;white-space:nowrap;transition:color .2s}
.lec-header .nav-links a::after{content:"";position:absolute;left:.8rem;right:.8rem;bottom:.26rem;height:1.5px;background:#C9A24B;transform:scaleX(0);transform-origin:left;transition:transform .25s}
.lec-header .nav-links a:hover{color:#fff}
.lec-header .nav-links a:hover::after,.lec-header .nav-links a.active::after{transform:scaleX(1)}
.lec-header .nav-links a.active{color:#fff}
.lec-header .nav-right{display:flex;align-items:center;gap:14px}
.lec-header .burger{display:none;flex-direction:column;gap:5px;width:30px;height:30px;justify-content:center;align-items:center}
.lec-header .burger span{width:22px;height:2px;background:#fff;border-radius:2px;transition:.3s}
.lec-header .burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.lec-header .burger.open span:nth-child(2){opacity:0}
.lec-header .burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.lec-mobile{position:fixed;inset:76px 0 auto 0;background:#0A1733;border-bottom:1px solid rgba(255,255,255,.14);transform:translateY(-130%);transition:transform .35s cubic-bezier(.4,0,.2,1);z-index:99;padding:14px 24px 28px;max-height:calc(100vh - 76px);overflow-y:auto}
.lec-mobile.open{transform:translateY(0)}
.lec-mobile a{display:block;color:#fff;padding:.85rem 0;font-size:1rem;border-bottom:1px solid rgba(255,255,255,.14)}
.lec-mobile .btn{margin-top:16px;width:100%;justify-content:center;background:#C9A24B;color:#0A1733;border-radius:3px;padding:.9rem 1.5rem;font-weight:600;display:flex;align-items:center}

.lec .hero{position:relative;color:#fff;overflow:hidden;background:var(--navy-900)}
.lec .hero-bg{position:absolute;inset:0;background-size:cover;background-position:72% center;opacity:.16;filter:saturate(.65)}
.lec .hero::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,var(--navy-900) 26%,rgba(10,23,51,.94) 58%,rgba(10,23,51,.80) 100%)}
.lec .hero > .container{position:relative;z-index:2}
.lec .hero-inner{padding:clamp(56px,8vw,110px) 0 clamp(60px,8vw,104px);max-width:800px}
.lec .hero h1{font-size:clamp(2.1rem,4.6vw,3.5rem);letter-spacing:-.02em;margin-top:1rem;color:#fff}
.lec .hero .sub{font-family:var(--display);font-size:clamp(1.05rem,2vw,1.4rem);color:var(--gold-300);margin-top:1rem;font-style:italic;line-height:1.25}
.lec .hero p.lead{color:rgba(255,255,255,.78);margin:1.3rem 0 2.1rem;font-size:1.08rem;max-width:64ch}
.lec .hero-cta{display:flex;gap:14px;flex-wrap:wrap}
.lec .hero-meta{margin-top:2.6rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:680px}
.lec .hero-meta .n{font-family:var(--util);font-size:1.45rem;font-weight:700;color:var(--gold);font-variant-numeric:tabular-nums}
.lec .hero-meta .l{font-size:.8rem;color:rgba(255,255,255,.72);margin-top:.25rem}
.lec .hero-meta .c{font-size:.76rem;color:rgba(255,255,255,.62);margin-top:.3rem;line-height:1.45}

.lec .hero-motif{position:absolute;right:5%;top:50%;transform:translateY(-50%);width:330px;height:330px;z-index:1;opacity:.92;pointer-events:none}
.lec .hero-motif svg{width:100%;height:100%;overflow:visible}
.lec .hero-motif .arc{fill:none;stroke:var(--gold);stroke-width:1.2;opacity:.5;stroke-dasharray:700;stroke-dashoffset:700;animation:lecDraw 2.6s ease-out .3s forwards}
.lec .hero-motif .arc2{animation-delay:.65s;opacity:.28}
@keyframes lecDraw{to{stroke-dashoffset:0}}
.lec .hero-motif .bl{transform-box:fill-box;transform-origin:center;opacity:0;animation:lecPop .7s cubic-bezier(.22,1.2,.36,1) forwards,lecFloat 6s ease-in-out infinite}
.lec .hero-motif .bl:nth-of-type(1){animation-delay:.9s,1.6s}
.lec .hero-motif .bl:nth-of-type(2){animation-delay:1.1s,1.9s}
.lec .hero-motif .bl:nth-of-type(3){animation-delay:1.3s,2.2s}
.lec .hero-motif .bl:nth-of-type(4){animation-delay:1.5s,2.5s}
.lec .hero-motif .bl:nth-of-type(5){animation-delay:1.7s,2.8s}
@keyframes lecPop{0%{opacity:0;transform:scale(.4) translateY(14px)}100%{opacity:1;transform:scale(1) translateY(0)}}
@keyframes lecFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
.lec .hero-motif .bnum{font-family:var(--util);font-weight:700;font-size:15px;fill:var(--navy-900)}

.lec .neutral{background:var(--navy-800);color:#fff;border-top:1px solid var(--line-light);border-bottom:1px solid var(--line-light)}
.lec .neutral-inner{padding:26px 0;display:flex;align-items:center;gap:16px;justify-content:center;text-align:center;flex-wrap:wrap}
.lec .neutral-inner svg{width:22px;height:22px;stroke:var(--gold);fill:none;stroke-width:1.6;flex:none}
.lec .neutral-inner p{font-size:1rem;color:rgba(255,255,255,.9);max-width:76ch}
.lec .neutral-inner b{color:var(--gold)}
.lec .audience{display:flex;justify-content:center;gap:12px 26px;flex-wrap:wrap;padding:0 0 26px;font-family:var(--util);font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.5)}

.lec .benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:48px}
.lec .benefit{background:#fff;border:1px solid var(--line);border-radius:12px;padding:32px 28px;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;overflow:hidden}
.lec .benefit::before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .35s}
.lec .benefit:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:transparent}
.lec .benefit:hover::before{transform:scaleX(1)}
.lec .benefit .ico{width:48px;height:48px;border-radius:11px;background:var(--navy-900);display:grid;place-items:center;margin-bottom:18px}
.lec .benefit .ico svg{width:23px;height:23px;stroke:var(--gold);fill:none;stroke-width:1.6}
.lec .benefit h3{font-size:1.2rem;margin-bottom:.5rem}
.lec .benefit p{color:var(--slate);font-size:.95rem}

.lec .services-section{background:var(--paper-2)}
.lec .svc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:44px}
.lec .svc{background:#fff;border:1px solid var(--line);border-radius:12px;padding:30px;display:flex;gap:20px;transition:transform .3s,box-shadow .3s,border-color .3s}
.lec .svc:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm);border-color:var(--gold)}
.lec .svc .num{font-family:var(--util);font-weight:700;color:var(--gold);font-size:.85rem;border:1px solid var(--gold);border-radius:50%;width:40px;height:40px;display:grid;place-items:center;flex:none}
.lec .svc h3{font-size:1.15rem;margin-bottom:.4rem}
.lec .svc p{color:var(--slate);font-size:.93rem;margin-bottom:.85rem}
.lec .svc .more{font-size:.84rem;font-weight:600;color:var(--navy-800);display:inline-flex;gap:.35rem;align-items:center}
.lec .svc .more .arrow{transition:transform .25s}
.lec .svc:hover .more .arrow{transform:translateX(4px)}

.lec .split{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
.lec .split.with-portrait{grid-template-columns:1fr 260px;gap:56px}
.lec .split.with-portrait.rev{grid-template-columns:340px 1fr}
.lec .portrait img{aspect-ratio:1/1;width:100%;object-fit:cover;border-radius:12px;box-shadow:var(--shadow);border:1px solid var(--line)}
.lec .portrait .cap{margin-top:14px;border-left:2px solid var(--gold);padding-left:12px}
.lec .portrait .cap .n{font-family:var(--display);font-weight:700;font-size:1.02rem;color:var(--ink);line-height:1.2}
.lec .portrait .cap .l{font-size:.82rem;color:var(--slate);margin-top:2px;line-height:1.4}
.lec .portrait.lg{max-width:340px}
.lec .check-list{margin:1.5rem 0;display:grid;gap:13px}
.lec .check-list li{display:flex;gap:12px;align-items:flex-start;color:var(--ink);font-size:.97rem}
.lec .check-list li svg{width:19px;height:19px;flex:none;margin-top:4px;stroke:var(--gold);fill:none;stroke-width:2.2}

.lec .cta-band{background:radial-gradient(700px 360px at 85% 0%,rgba(201,162,75,.2),transparent 60%),var(--navy-800);color:#fff;text-align:center}
.lec .cta-band h2{font-size:clamp(1.8rem,3.8vw,2.8rem);margin-bottom:1rem;color:#fff}
.lec .cta-band p{color:rgba(255,255,255,.76);max-width:58ch;margin:0 auto 2rem;font-size:1.05rem}
.lec .cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

.lec .page-hero{background:radial-gradient(900px 420px at 80% -20%,rgba(201,162,75,.16),transparent 60%),var(--navy-900);color:#fff;padding:clamp(50px,7vw,88px) 0 clamp(46px,6vw,76px)}
.lec .page-hero h1{font-size:clamp(1.95rem,4.2vw,3.1rem);max-width:20ch;color:#fff}
.lec .page-hero p{color:rgba(255,255,255,.76);max-width:64ch;margin-top:1.1rem;font-size:1.05rem}
.lec .crumb{font-family:var(--util);font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:1.2rem}
.lec .crumb b{color:var(--gold);font-weight:600}
.lec .crumb a:hover{color:#fff}

.lec .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px}
.lec .step{position:relative;padding-top:12px}
.lec .step .ball-num{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;font-family:var(--util);font-weight:700;font-size:1.2rem;color:var(--navy-900);background:radial-gradient(circle at 34% 28%,var(--gold-300),var(--gold) 60%,#9c7a2f);box-shadow:inset 0 -4px 8px rgba(0,0,0,.18);margin-bottom:16px}
.lec .step h3{font-size:1.1rem;margin-bottom:.35rem}
.lec .step p{color:var(--slate);font-size:.91rem}
.lec .step::after{content:"";position:absolute;top:38px;left:62px;right:-10px;height:1px;background:repeating-linear-gradient(90deg,var(--gold) 0 6px,transparent 6px 12px);opacity:.5}
.lec .steps .step:last-child::after{display:none}

.lec .faq{max-width:840px;margin:44px auto 0}
.lec .faq-item{border-bottom:1px solid var(--line)}
.lec .faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 0;text-align:left;font-family:var(--display);font-size:1.1rem;font-weight:700;color:var(--ink)}
.lec .faq-q .pm{font-family:var(--util);color:var(--gold);font-size:1.4rem;flex:none;transition:transform .3s}
.lec .faq-item.open .pm{transform:rotate(45deg)}
.lec .faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.lec .faq-a p{color:var(--slate);padding:0 0 22px;max-width:72ch}

.lec .disclosure{background:var(--gold-100);border-left:3px solid var(--gold);border-radius:0 10px 10px 0;padding:20px 24px;margin:0 0 40px;max-width:76ch}
.lec .disclosure p{color:var(--navy-800);font-size:.96rem}
.lec .filter-bar{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:32px}
.lec .filter-btn{font-family:var(--util);font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;font-weight:600;padding:.6rem 1.05rem;border-radius:40px;border:1px solid var(--line);color:var(--slate);background:#fff;transition:.25s}
.lec .filter-btn:hover{border-color:var(--gold);color:var(--navy-800)}
.lec .filter-btn.active{background:var(--navy-900);color:#fff;border-color:var(--navy-900)}
.lec .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.lec .card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}
.lec .card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.lec .card-img{position:relative;aspect-ratio:16/10;overflow:hidden;background:linear-gradient(135deg,var(--navy-700),var(--navy-900));display:grid;place-items:center}
.lec .card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.lec .card-img .mono{width:64px;height:auto;opacity:.9}
.lec .card:hover .card-img img{transform:scale(1.05)}
.lec .card-cat{position:absolute;top:12px;left:12px;font-family:var(--util);font-size:.62rem;letter-spacing:.09em;text-transform:uppercase;font-weight:600;color:var(--navy-900);background:var(--gold);padding:.32rem .62rem;border-radius:3px}
.lec .card-body{padding:22px;display:flex;flex-direction:column;gap:.5rem;flex:1}
.lec .card-body h3{font-size:1.14rem}
.lec .card-body p{color:var(--slate);font-size:.91rem;flex:1}
.lec .card-body .card-link{font-size:.82rem;font-weight:600;color:var(--navy-800);display:inline-flex;align-items:center;gap:.4rem;margin-top:.3rem}
.lec .card-link .arrow{transition:transform .25s}
.lec .card:hover .card-link .arrow{transform:translateX(4px)}
.lec .card.hide{display:none}

.lec .spoke{display:grid;grid-template-columns:1fr 340px;gap:52px;align-items:start}
.lec .deliverables{display:grid;gap:11px;margin:1rem 0 0}
.lec .deliverables li{display:flex;gap:11px;align-items:flex-start;color:var(--ink);font-size:.96rem}
.lec .deliverables li svg{width:18px;height:18px;flex:none;margin-top:4px;stroke:var(--gold);fill:none;stroke-width:2.2}
.lec .aside-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:26px;box-shadow:var(--shadow-sm);position:sticky;top:100px}
.lec .aside-card h4{font-family:var(--util);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--slate);font-weight:600;margin-bottom:.5rem}
.lec .aside-card .val{font-size:.97rem;color:var(--ink);margin-bottom:1.3rem;line-height:1.5}
.lec .aside-card .btn{width:100%;justify-content:center}
.lec .sibling-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:1.4rem}
.lec .sibling-links a{font-size:.82rem;font-weight:600;color:var(--navy-800);border:1px solid var(--line);border-radius:40px;padding:.44rem .9rem;transition:.25s}
.lec .sibling-links a:hover{border-color:var(--gold);background:var(--gold-100)}
.lec .subhead{font-family:var(--util);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:600;margin:2rem 0 .6rem}

.lec .figure{background:#fff;border:1px solid var(--line);border-radius:12px;padding:26px 26px 20px;margin:1.4rem 0 .4rem;box-shadow:var(--shadow-sm)}
.lec .figure figcaption{font-size:.83rem;color:var(--slate);margin-top:14px;line-height:1.5;border-top:1px solid var(--line);padding-top:12px}
.lec .figure svg{width:100%;height:auto;display:block;overflow:visible}
.lec .ladder .bar{transform-box:fill-box;transform-origin:left center;transform:scaleX(0);transition:transform 1s cubic-bezier(.22,.9,.3,1)}
.lec .ladder.go .bar{transform:scaleX(1)}
.lec .ladder .bar:nth-of-type(1){transition-delay:.05s}
.lec .ladder .bar:nth-of-type(2){transition-delay:.18s}
.lec .ladder .bar:nth-of-type(3){transition-delay:.31s}
.lec .ladder .bar:nth-of-type(4){transition-delay:.44s}
.lec .ladder .bar:nth-of-type(5){transition-delay:.57s}
.lec .ladder .lb{font-family:var(--util);font-size:11px;fill:var(--slate)}
.lec .ladder .vl{font-family:var(--util);font-size:11px;fill:var(--navy-800);font-weight:700;opacity:0;transition:opacity .5s ease}
.lec .ladder.go .vl{opacity:1;transition-delay:.9s}
.lec .ladder .axis{stroke:var(--line);stroke-width:1}
.lec .chain .seg{stroke:var(--navy-700);stroke-width:2.4;fill:none;stroke-dasharray:120;stroke-dashoffset:120;transition:stroke-dashoffset .5s ease}
.lec .chain.go .seg{stroke-dashoffset:0}
.lec .chain .seg:nth-of-type(1){transition-delay:.25s}
.lec .chain .seg:nth-of-type(2){transition-delay:.6s}
.lec .chain .seg:nth-of-type(3){transition-delay:.95s}
.lec .chain .seg:nth-of-type(4){transition-delay:1.3s}
.lec .chain .nd{transform-box:fill-box;transform-origin:center;transform:scale(.2);opacity:0;transition:transform .45s cubic-bezier(.22,1.2,.36,1),opacity .35s ease}
.lec .chain.go .nd{transform:scale(1);opacity:1}
.lec .chain .nd:nth-of-type(1){transition-delay:.05s}
.lec .chain .nd:nth-of-type(2){transition-delay:.4s}
.lec .chain .nd:nth-of-type(3){transition-delay:.75s}
.lec .chain .nd:nth-of-type(4){transition-delay:1.1s}
.lec .chain .nd:nth-of-type(5){transition-delay:1.45s}
.lec .chain .nl{font-family:var(--util);font-size:10.5px;fill:var(--navy-800);font-weight:700}
.lec .chain .nn{font-family:var(--util);font-size:11px;fill:var(--gold-300);font-weight:700}
.lec .chain .ns{font-size:10px;fill:var(--slate);font-family:var(--body)}
.lec .chain .gate{font-family:var(--util);font-size:9.5px;fill:var(--gold);font-weight:700;opacity:0;transition:opacity .4s ease}
.lec .chain.go .gate{opacity:1;transition-delay:1.7s}
.lec .migr .curve{fill:none;stroke-width:2.6;stroke-linecap:round;stroke-dasharray:620;stroke-dashoffset:620;transition:stroke-dashoffset 1.6s ease-out}
.lec .migr.go .curve{stroke-dashoffset:0}
.lec .migr .c-retail{stroke:var(--navy-700)}
.lec .migr .c-digital{stroke:var(--gold);transition-delay:.35s}
.lec .migr .c-total{stroke:#7FA05C;stroke-dasharray:6 5;stroke-width:2;opacity:0;transition:opacity .6s ease}
.lec .migr.go .c-total{opacity:1;transition-delay:1.7s}
.lec .migr .lg{font-family:var(--body);font-size:11px;font-weight:600}
.lec .migr .ax{font-family:var(--util);font-size:10px;fill:var(--slate)}
.lec .migr .axis{stroke:var(--line);stroke-width:1}
.lec .migr .note{font-family:var(--body);font-size:10.5px;fill:var(--slate);opacity:0;transition:opacity .5s ease}
.lec .migr.go .note{opacity:1;transition-delay:2.1s}

.lec .contact-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:46px;align-items:start}
.lec .form-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:36px;box-shadow:var(--shadow-sm)}
.lec .info-list{display:grid;gap:11px;margin-bottom:24px}
.lec .info-row{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:11px;padding:17px 19px}
.lec .info-row .ico{width:40px;height:40px;border-radius:9px;background:var(--navy-900);display:grid;place-items:center;flex:none}
.lec .info-row .ico svg{width:19px;height:19px;stroke:var(--gold);fill:none;stroke-width:1.6}
.lec .info-row b{display:block;font-family:var(--util);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--slate);margin-bottom:.2rem;font-weight:600}
.lec .info-row a,.lec .info-row span{color:var(--ink);font-size:.98rem;font-weight:500;word-break:break-word}
.lec .info-row a:hover{color:var(--navy-600);text-decoration:underline}
.lec .socials{display:flex;gap:11px;margin-top:20px}
.lec .socials a{width:42px;height:42px;border-radius:9px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;transition:.25s}
.lec .socials a:hover{background:var(--navy-900);border-color:var(--navy-900);transform:translateY(-3px)}
.lec .socials a svg{width:19px;height:19px;fill:var(--navy-800);transition:.25s}
.lec .socials a:hover svg{fill:var(--gold)}
.lec .socials a svg.line{fill:none;stroke:var(--navy-800);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.lec .socials a:hover svg.line{stroke:var(--gold)}
.lec .form-card .wpforms-field-label{font-family:var(--util);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:var(--navy-800);margin-bottom:.5rem}
.lec .form-card input[type=text],.lec .form-card input[type=email],.lec .form-card textarea,.lec .form-card select{width:100%;padding:.88rem 1rem;border:1px solid var(--line);border-radius:7px;font-family:var(--body);font-size:.95rem;color:var(--ink);background:var(--paper-2)}
.lec .form-card input:focus,.lec .form-card textarea:focus,.lec .form-card select:focus{outline:none;border-color:var(--gold);background:#fff;box-shadow:0 0 0 3px rgba(201,162,75,.18)}
.lec .form-card .wpforms-submit{background:var(--gold);color:var(--navy-900);border:none;border-radius:3px;padding:.9rem 1.5rem;font-family:var(--body);font-weight:600;font-size:.9rem;width:100%;cursor:pointer}
.lec .form-card .wpforms-submit:hover{background:var(--gold-300)}

.lec .legal-body{max-width:78ch}
.lec .legal-body h2{font-size:1.4rem;margin:2.2rem 0 .7rem}
.lec .legal-body h3{font-size:1.08rem;margin:1.4rem 0 .5rem}
.lec .legal-body p,.lec .legal-body li{color:var(--slate);font-size:.96rem;margin-bottom:.7rem}
.lec .legal-body ul{padding-left:1.3rem;list-style:disc}
.lec .legal-updated{font-family:var(--util);font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;color:var(--slate)}

.lec-footer{background:#0A1733;color:#fff;padding-top:60px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif}
.lec-footer .container{width:100%;max-width:1180px;margin:0 auto;padding:0 24px}
.lec-footer .foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.15fr;gap:36px;padding-bottom:44px}
.lec-footer .brand{display:inline-flex;align-items:center;gap:.7rem}
.lec-footer .brand img{width:42px}
.lec-footer .brand-name{color:#fff;font-family:Georgia,serif;font-weight:700;font-size:1.02rem;line-height:1.05}
.lec-footer .brand-name b{color:#C9A24B}
.lec-footer .brand-name small{display:block;font-family:'SFMono-Regular',ui-monospace,Menlo,Consolas,monospace;font-size:.54rem;letter-spacing:.3em;color:rgba(255,255,255,.6);text-transform:uppercase;margin-top:3px}
.lec-footer .foot-brand p{color:rgba(255,255,255,.6);font-size:.9rem;max-width:36ch;margin-top:12px}
.lec-footer .foot-col h4{font-family:'SFMono-Regular',ui-monospace,Menlo,Consolas,monospace;font-size:.74rem;letter-spacing:.15em;text-transform:uppercase;color:#C9A24B;margin-bottom:16px;font-weight:600}
.lec-footer .foot-col ul{list-style:none;display:grid;gap:10px;margin:0;padding:0}
.lec-footer .foot-col a,.lec-footer .foot-col li{color:rgba(255,255,255,.66);font-size:.9rem;transition:color .2s}
.lec-footer .foot-col a:hover{color:#C9A24B}
.lec-footer .foot-bottom{border-top:1px solid rgba(255,255,255,.14);padding:20px 0;display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}
.lec-footer .foot-bottom p{color:rgba(255,255,255,.5);font-size:.82rem}
.lec-footer .foot-socials{display:flex;gap:11px}
.lec-footer .foot-socials a{width:36px;height:36px;border-radius:8px;border:1px solid rgba(255,255,255,.14);display:grid;place-items:center;transition:.25s}
.lec-footer .foot-socials a:hover{border-color:#C9A24B;background:rgba(201,162,75,.12)}
.lec-footer .foot-socials svg{width:16px;height:16px;fill:rgba(255,255,255,.7)}
.lec-footer .foot-socials a:hover svg{fill:#C9A24B}
.lec-footer .foot-socials svg.line{fill:none;stroke:rgba(255,255,255,.7);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.lec-footer .foot-socials a:hover svg.line{stroke:#C9A24B}

.js .lec .reveal{opacity:0;transform:translateY(20px);transition:opacity .7s,transform .7s}
.js .lec .reveal.in{opacity:1;transform:none}

@media (max-width:1180px){.lec .hero-motif{width:260px;right:2%}}
@media (max-width:1080px){.lec-header .nav-links a{padding:.5rem .58rem;font-size:.84rem}}
@media (max-width:1000px){.lec .hero-motif{display:none}}
@media (max-width:980px){
  .lec .split{grid-template-columns:1fr;gap:34px}
  .lec .split.with-portrait,.lec .split.with-portrait.rev{grid-template-columns:1fr;gap:32px}
  .lec .portrait{order:-1;max-width:220px}
  .lec .portrait.lg{max-width:280px}
  .lec .spoke{grid-template-columns:1fr;gap:34px}
  .lec .aside-card{position:static}
  .lec .contact-grid{grid-template-columns:1fr;gap:34px}
  .lec-footer .foot-grid{grid-template-columns:1fr 1fr;gap:28px}
  .lec .steps{grid-template-columns:repeat(2,1fr)}
  .lec .step::after{display:none}
  .lec .cards{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:860px){
  .lec-header .nav-links{display:none}
  .lec-header .burger{display:flex}
  .lec .benefits-grid,.lec .svc-grid{grid-template-columns:1fr}
}
@media (max-width:620px){
  .lec .cards{grid-template-columns:1fr}
  .lec .steps{grid-template-columns:1fr}
  .lec-footer .foot-grid{grid-template-columns:1fr}
  .lec .hero-meta{grid-template-columns:1fr;gap:18px}
  .lec .form-card{padding:24px}
  .lec .figure{padding:18px 16px 14px}
}
@media (prefers-reduced-motion:reduce){
  .lec *{animation:none !important;transition:none !important}
  .js .lec .reveal{opacity:1;transform:none}
}
.lec :focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:3px}


/* ---- credentials band: stats + neutrality, one navy moment under the hero ---- */
.lec .creds{background:var(--navy-800);color:#fff;border-top:1px solid var(--line-light);border-bottom:1px solid var(--line-light)}
.lec .creds-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:34px 0 30px}
.lec .creds-grid > div{padding:0 28px;border-left:1px solid var(--line-light)}
.lec .creds-grid > div:first-child{padding-left:0;border-left:0}
.lec .creds-grid .n{font-family:var(--util);font-size:1.5rem;font-weight:700;color:var(--gold);font-variant-numeric:tabular-nums;line-height:1.1}
.lec .creds-grid .l{font-size:.86rem;color:rgba(255,255,255,.8);margin-top:.35rem}
.lec .creds-grid .c{font-size:.78rem;color:rgba(255,255,255,.55);margin-top:.3rem;line-height:1.45}
@media (max-width:820px){
  .lec .creds-grid{grid-template-columns:1fr;gap:22px;padding:28px 0 24px}
  .lec .creds-grid > div{padding:0 0 0 14px;border-left:2px solid rgba(201,162,75,.5)}
  .lec .creds-grid > div:first-child{padding-left:14px;border-left:2px solid rgba(201,162,75,.5)}
}

/* ---- three points, hairline-separated, deliberately not cards ---- */
.lec .points{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:44px;border-top:1px solid var(--line)}
.lec .points > div{padding:30px 30px 6px;border-left:1px solid var(--line)}
.lec .points > div:first-child{padding-left:0;border-left:0}
.lec .points .ico{width:40px;height:40px;display:grid;place-items:center;margin-bottom:16px;border:1px solid var(--gold);border-radius:50%}
.lec .points .ico svg{width:19px;height:19px;stroke:var(--gold);fill:none;stroke-width:1.7}
.lec .points h3{font-size:1.14rem;margin-bottom:.45rem}
.lec .points p{color:var(--slate);font-size:.95rem}
@media (max-width:820px){
  .lec .points{grid-template-columns:1fr}
  .lec .points > div{padding:26px 0 6px;border-left:0;border-top:1px solid var(--line)}
  .lec .points > div:first-child{border-top:0;padding-top:22px}
}

/* ---- language switcher ---- */
.lec-header .lec-lang{display:flex;align-items:center;gap:2px;border:1px solid rgba(255,255,255,.14);border-radius:3px;padding:2px}
.lec-header .lec-lang a{font-family:'SFMono-Regular',ui-monospace,Menlo,Consolas,monospace;font-size:.7rem;font-weight:600;letter-spacing:.08em;color:rgba(255,255,255,.6);padding:.32rem .5rem;border-radius:2px;transition:.2s;text-decoration:none}
.lec-header .lec-lang a:hover{color:#fff}
.lec-header .lec-lang a.on{background:#C9A24B;color:#0A1733}
.lec-mobile .lec-lang-mobile{display:flex;gap:8px;padding:4px 0 12px;border:0}
.lec-mobile .lec-lang-mobile a{display:inline-block;border:1px solid rgba(255,255,255,.14);border-radius:3px;padding:.4rem .8rem;font-size:.85rem;color:rgba(255,255,255,.75)}
.lec-mobile .lec-lang-mobile a.on{background:#C9A24B;color:#0A1733;border-color:#C9A24B}

/* LEC wrapper reset v2 */
#page{display:block!important}
#page>#content,#content,#content>.ast-container,.site-content,.site-content>.ast-container,#primary,#main{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;float:none!important}
#content>.ast-container>*{width:auto}
body>.lec-header,body .lec-header,body main.lec,body .lec-footer{display:block;width:100%;flex:none;float:none}
body .lec-header{display:block}

/* LEC wrapper reset v3 */
.site.hfeed,div.hfeed.site{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
.ast-container{display:block!important;max-width:none!important;padding:0!important;margin:0!important;width:100%!important}
