:root{--ink-900:#171614;--ink-800:#2a2823;--ink-700:#4a453f;--ink-600:#635d55;--ink-500:#807a72;--ink-400:#a8a29a;--ink-300:#c9c4bb;--ink-200:#e5e1da;--ink-150:#eeeae3;--ink-100:#f4f1eb;--ink-50:#faf8f3;--ink-0:#fffffe;--acc-700:#1f3a8a;--acc-600:#2e4a9e;--acc-500:#4a66b8;--acc-300:#9fb0dc;--acc-200:#d4dcec;--acc-100:#e8edf7;--gold-700:#9a6e12;--gold-600:#b8841c;--gold-500:#d29a22;--gold-400:#e2a92e;--gold-100:#f7ebd0;--gold-50:#fcf6e8;--navy-900:#10182a;--navy-800:#14233b;--navy-700:#1e3354;--success-700:#155c3c;--success-600:#1f7a4f;--success-100:#e4f1e9;--info:#2563eb;--purple:#6d28d9;--red:#c0392b;--teal:#0f766e;--amber:#b45309;--r-sm:7px;--r-md:10px;--r-lg:14px;--r-xl:18px;--r-2xl:24px;--sh-1:0 1px 2px rgba(23,22,20,.05);--sh-2:0 2px 8px -2px rgba(23,22,20,.08),0 1px 3px -1px rgba(23,22,20,.05);--sh-3:0 10px 30px -8px rgba(23,22,20,.12),0 3px 8px -3px rgba(23,22,20,.06);--sh-4:0 24px 60px -16px rgba(23,22,20,.18),0 6px 16px -6px rgba(23,22,20,.08);--serif:"Newsreader",Georgia,serif;--sans:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--mono:"JetBrains Mono",ui-monospace,monospace;--maxw:1200px}.amlhome *{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}.amlhome{font-family:var(--sans);color:var(--ink-900);background:var(--ink-50);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;font-size:16px}.amlhome a{color:inherit}.amlhome img{display:block;max-width:100%}.amlhome em{font-style:normal}.amlhome .container{max-width:var(--maxw);margin:0 auto;padding:0 32px}.amlhome .mono{font-family:var(--mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.amlhome .serif{font-family:var(--serif)}.amlhome .eyebrow{font-family:var(--mono);font-size:11.5px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--gold-700)}.amlhome .section-head{margin-bottom:44px}.amlhome .section-head.center{text-align:center}.amlhome .section-head .eyebrow{display:block;margin-bottom:14px}.amlhome .section-head h2{font-family:var(--serif);font-weight:500;font-size:40px;line-height:1.1;letter-spacing:-1px;color:var(--ink-900);margin-bottom:14px}.amlhome .section-head h2 em{font-style:italic;color:var(--acc-600)}.amlhome .section-head p{font-size:16.5px;color:var(--ink-600);line-height:1.65;max-width:560px}.amlhome .section-head.center p{margin:0 auto}.amlhome .section-head.row{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap}.amlhome .section-head.row>div{margin-bottom:0}.amlhome .head-link{font-size:13.5px;font-weight:600;color:var(--acc-600);text-decoration:none;white-space:nowrap;display:inline-flex;align-items:center;gap:6px;transition:gap .15s,color .15s}.amlhome .head-link:hover{color:var(--acc-700);gap:10px}.amlhome section{padding:90px 0}.amlhome .bg-cream{background:var(--ink-50)}.amlhome .bg-white{background:var(--ink-0)}.amlhome .bg-paper{background:var(--ink-100)}.amlhome .nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;height:68px;display:flex;align-items:center;background:hsla(43,41%,97%,.85);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--ink-200)}.amlhome .nav .container{display:flex;align-items:center;gap:16px;width:100%}.amlhome .brand{display:flex;align-items:center;gap:11px;text-decoration:none;margin-right:auto}.amlhome .brand-mark{width:36px;height:36px;border-radius:10px;flex:none;display:grid;place-items:center;position:relative;overflow:hidden;background:linear-gradient(150deg,var(--navy-800),var(--navy-900));box-shadow:var(--sh-2)}.amlhome .brand-mark:after{content:"";position:absolute;inset:0;background:radial-gradient(70% 60% at 30% 18%,rgba(226,169,46,.4),transparent 60%)}.amlhome .brand-mark span{font-family:var(--serif);font-weight:600;font-size:19px;color:var(--gold-400);position:relative}.amlhome .brand-name{font-weight:700;font-size:16px;letter-spacing:-.2px;color:var(--ink-900)}.amlhome .nav-links{display:flex;gap:2px;margin-right:20px}.amlhome .nav-links a{padding:7px 13px;font-size:13.5px;font-weight:500;color:var(--ink-600);text-decoration:none;border-radius:8px;transition:color .15s,background .15s}.amlhome .nav-links a:hover{color:var(--ink-900);background:var(--ink-100)}.amlhome .nav-cta{display:flex;gap:10px;align-items:center}.amlhome .enter-menu{position:relative}.amlhome .enter-trigger{cursor:pointer;border:none;font-family:inherit}.amlhome .enter-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:288px;background:var(--ink-0);border:1px solid var(--ink-200);border-radius:14px;box-shadow:0 18px 40px -12px rgba(20,28,46,.28),0 4px 12px -6px rgba(20,28,46,.18);padding:7px;display:flex;flex-direction:column;gap:2px;z-index:120;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .16s ease,transform .16s ease,visibility .16s}.amlhome .enter-dropdown:before{content:"";position:absolute;top:-6px;right:24px;width:12px;height:12px;background:var(--ink-0);border-left:1px solid var(--ink-200);border-top:1px solid var(--ink-200);transform:rotate(45deg)}.amlhome .enter-menu.open .enter-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.amlhome .enter-opt{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:10px;text-decoration:none;transition:background .14s}.amlhome .enter-opt:hover{background:var(--ink-50)}.amlhome .enter-opt-ic{flex:none;width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center}.amlhome .enter-opt-ic svg{width:19px;height:19px}.amlhome .enter-opt-tx{display:flex;flex-direction:column;gap:2px;min-width:0}.amlhome .enter-opt-tx strong{font-size:14px;font-weight:650;color:var(--ink-900);letter-spacing:-.1px}.amlhome .enter-opt-tx em{font-size:11.5px;font-style:normal;color:var(--ink-500);line-height:1.3}.amlhome .btn{font-family:var(--sans);font-weight:600;border-radius:10px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1.5px solid transparent;transition:all .16s cubic-bezier(.2,0,0,1);white-space:nowrap}.amlhome .btn svg{width:16px;height:16px}.amlhome .btn-sm{font-size:13px;padding:8px 16px}.amlhome .btn-md{font-size:14.5px;padding:11px 22px}.amlhome .btn-lg{font-size:15px;padding:13px 28px}.amlhome .btn-primary{background:var(--acc-600);color:#fff;box-shadow:0 6px 18px -6px rgba(46,74,158,.55)}.amlhome .btn-primary:hover{background:var(--acc-700);transform:translateY(-1px);box-shadow:0 10px 24px -6px rgba(46,74,158,.6)}.amlhome .btn-gold{background:var(--gold-500);color:var(--navy-900);box-shadow:0 6px 18px -6px rgba(184,132,28,.5)}.amlhome .btn-gold:hover{background:var(--gold-400);transform:translateY(-1px)}.amlhome .btn-outline{background:transparent;border-color:var(--ink-300);color:var(--ink-800)}.amlhome .btn-outline:hover{border-color:var(--ink-900);background:var(--ink-900);color:#fff}.amlhome .btn-ghost-light{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.3);color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.amlhome .btn-ghost-light:hover{background:hsla(0,0%,100%,.22);transform:translateY(-1px)}.amlhome .hero{position:relative;overflow:hidden;background:var(--navy-900)}.amlhome .hero-img{position:absolute;inset:0;background:url(/hero-sydney.jpg) center 30%/cover no-repeat}.amlhome .hero-scrim{position:absolute;inset:0;pointer-events:none;background:linear-gradient(100deg,rgba(8,12,22,.92),rgba(8,12,22,.78) 32%,rgba(8,12,22,.42) 60%,rgba(8,12,22,.12) 84%),linear-gradient(0deg,rgba(8,12,22,.7),rgba(8,12,22,0) 45%)}.amlhome .hero .container{position:relative;z-index:2;padding-top:84px;padding-bottom:88px}.amlhome .hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,420px);grid-gap:56px;gap:56px;align-items:center}.amlhome .hero-badge{display:inline-flex;align-items:center;gap:9px;margin-bottom:24px;background:rgba(226,169,46,.14);border:1px solid rgba(226,169,46,.32);border-radius:999px;padding:6px 15px}.amlhome .hero-badge .dot{width:7px;height:7px;border-radius:50%;background:var(--gold-400);animation:pulse 2.4s infinite}.amlhome .hero-badge span{font-size:12px;font-weight:600;color:#fff;letter-spacing:.2px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.8)}}.amlhome .hero h1{font-family:var(--serif);font-weight:500;font-size:58px;line-height:1.03;letter-spacing:-1.6px;color:#fff;margin-bottom:20px;text-shadow:0 2px 34px rgba(0,0,0,.4)}.amlhome .hero h1 em{font-style:italic;color:var(--gold-400)}.amlhome .hero-sub{font-size:18px;line-height:1.62;color:hsla(42,33%,94%,.9);max-width:520px;margin-bottom:30px;text-shadow:0 1px 16px rgba(0,0,0,.35)}.amlhome .hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:38px}.amlhome .hero-prof-label{font-family:var(--mono);font-size:11px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:hsla(0,0%,100%,.62);margin-bottom:13px}.amlhome .hero-prof{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px;max-width:420px}.amlhome .hero-prof a{display:flex;align-items:center;gap:9px;text-decoration:none;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.14);border-radius:11px;padding:11px 15px;transition:background .2s,border-color .2s,transform .2s}.amlhome .hero-prof a:hover{background:rgba(226,169,46,.12);border-color:rgba(226,169,46,.32);transform:translateY(-1px)}.amlhome .hero-prof .pdot{width:6px;height:6px;border-radius:50%;background:var(--gold-400);flex:none}.amlhome .hero-prof span{font-size:13px;font-weight:600;color:#fff}.amlhome .hero-sample{margin-top:20px}.amlhome .hero-sample a{display:inline-flex;align-items:center;gap:8px;color:var(--gold-400);font-size:13px;font-weight:600;text-decoration:none;border-bottom:2px solid var(--gold-500);padding-bottom:3px;transition:opacity .15s}.amlhome .hero-sample a:hover{opacity:.8}.amlhome .flow-card{background:hsla(0,0%,100%,.07);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid hsla(0,0%,100%,.14);border-radius:var(--r-xl);padding:26px 26px 24px;box-shadow:var(--sh-4)}.amlhome .flow-card .fc-label{font-family:var(--mono);font-size:11px;font-weight:600;letter-spacing:1.4px;text-transform:uppercase;color:var(--gold-400);margin-bottom:22px}.amlhome .flow-step{display:flex;gap:14px;align-items:flex-start;position:relative;padding-bottom:18px}.amlhome .flow-step:last-child{padding-bottom:0}.amlhome .flow-step:before{content:"";position:absolute;left:15px;top:32px;bottom:-2px;width:2px;background:linear-gradient(180deg,rgba(226,169,46,.4),rgba(226,169,46,.06))}.amlhome .flow-step:last-child:before{display:none}.amlhome .flow-num{width:32px;height:32px;border-radius:50%;flex:none;display:grid;place-items:center;position:relative;z-index:1;background:rgba(226,169,46,.18);border:2px solid rgba(226,169,46,.7);font-family:var(--mono);font-size:13px;font-weight:600;color:var(--gold-400)}.amlhome .flow-step h4{font-size:15px;font-weight:700;color:#fff;margin-bottom:3px}.amlhome .flow-step p{font-size:12.5px;color:hsla(0,0%,100%,.62);line-height:1.4}.amlhome .banner{padding:30px 0}.amlhome .banner .container{display:flex;align-items:center;justify-content:center;gap:26px;flex-wrap:wrap}.amlhome .banner-left{display:flex;align-items:center;gap:18px}.amlhome .banner-ic{width:48px;height:48px;border-radius:13px;flex:none;display:grid;place-items:center}.amlhome .banner-ic svg{width:24px;height:24px}.amlhome .banner h3{font-family:var(--serif);font-weight:500;font-size:23px;letter-spacing:-.3px;margin-bottom:3px}.amlhome .banner p{font-size:13.5px;line-height:1.5;max-width:560px}.amlhome .banner-cgt{background:var(--navy-800);border-top:3px solid var(--gold-500)}.amlhome .banner-cgt h3{color:#fff}.amlhome .banner-cgt p{color:hsla(0,0%,100%,.72)}.amlhome .banner-cgt .banner-ic{background:rgba(226,169,46,.16)}.amlhome .banner-cgt .banner-ic svg{stroke:var(--gold-400)}.amlhome .banner-sample{background:linear-gradient(100deg,var(--gold-500),var(--gold-400))}.amlhome .banner-sample h3{color:var(--navy-900)}.amlhome .banner-sample p{color:rgba(16,24,42,.7)}.amlhome .banner-sample .banner-ic{background:rgba(16,24,42,.12)}.amlhome .banner-sample .banner-ic svg{stroke:var(--navy-900)}.amlhome .trustbar{background:var(--ink-100);border-top:1px solid var(--ink-200);border-bottom:1px solid var(--ink-200);padding:22px 0}.amlhome .trustbar .container{display:flex;align-items:center;justify-content:center;gap:14px 34px;flex-wrap:wrap}.amlhome .trust-item{display:flex;align-items:center;gap:9px}.amlhome .trust-item .td{width:8px;height:8px;border-radius:50%;flex:none}.amlhome .trust-item span{font-size:13px;color:var(--ink-600);font-weight:500}.amlhome .trust-sep{width:1px;height:18px;background:var(--ink-200)}.amlhome .feat-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.amlhome .feat{background:var(--ink-0);border:1px solid var(--ink-200);border-radius:var(--r-lg);padding:26px;transition:box-shadow .2s,transform .2s,border-color .2s}.amlhome .feat:hover{box-shadow:var(--sh-3);transform:translateY(-3px);border-color:var(--acc-300)}.amlhome .feat-ic{width:50px;height:50px;border-radius:14px;display:grid;place-items:center;margin-bottom:18px}.amlhome .feat-ic svg{width:24px;height:24px}.amlhome .feat h3{font-size:17px;font-weight:700;letter-spacing:-.2px;margin-bottom:8px;color:var(--ink-900)}.amlhome .feat .tag{font-family:var(--mono);font-size:11.5px;color:var(--ink-600);line-height:1.5;display:block;margin-bottom:12px}.amlhome .feat .feat-link{font-size:12.5px;font-weight:600;color:var(--acc-600);text-decoration:none;display:inline-flex;align-items:center;gap:5px}.amlhome .feat .feat-link:hover{color:var(--acc-700)}.amlhome .ic-indigo{background:var(--acc-100)}.amlhome .ic-indigo svg{stroke:var(--acc-600)}.amlhome .ic-gold{background:var(--gold-50)}.amlhome .ic-gold svg{stroke:var(--gold-700)}.amlhome .ic-green{background:var(--success-100)}.amlhome .ic-green svg{stroke:var(--success-600)}.amlhome .ic-rose{background:#fbe9ec}.amlhome .ic-rose svg{stroke:#b0344a}.amlhome .ic-sky{background:#e5f0fa}.amlhome .ic-sky svg{stroke:#1f6fb0}.amlhome .ic-violet{background:#f0eafb}.amlhome .ic-violet svg{stroke:#6d28d9}.amlhome .video-frame{max-width:860px;margin:0 auto;border-radius:var(--r-2xl);overflow:hidden;border:1px solid var(--ink-200);box-shadow:var(--sh-4);aspect-ratio:16/9;position:relative;background:var(--navy-900)}.amlhome .video-frame .vbg{position:absolute;inset:0;background:url(/hero-sydney.jpg) 50%/cover;opacity:.32}.amlhome .video-frame .vinner{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;z-index:1}.amlhome .play-btn{width:74px;height:74px;border-radius:50%;background:var(--gold-500);display:grid;place-items:center;box-shadow:0 10px 30px -6px rgba(0,0,0,.5);transition:transform .18s;cursor:pointer}.amlhome .play-btn:hover{transform:scale(1.06)}.amlhome .play-btn svg{width:26px;height:26px;margin-left:4px;fill:var(--navy-900)}.amlhome .video-frame .vcap{font-size:14px;color:hsla(0,0%,100%,.72);font-weight:600}.amlhome .video-frame .vembed,.amlhome .video-frame .vvideo{position:absolute;inset:0;width:100%;height:100%;border:0;z-index:2;display:none;background:#000}.amlhome .video-frame .vvideo{object-fit:contain}.amlhome .video-frame .vembed iframe{width:100%;height:100%;border:0;display:block}.amlhome .video-frame[data-state=play-embed] .vembed,.amlhome .video-frame[data-state=play-file] .vvideo{display:block}.amlhome .video-frame[data-state=play-embed] .vinner,.amlhome .video-frame[data-state=play-file] .vinner{display:none}.amlhome .video-frame .vhint{display:flex;align-items:center;gap:9px;margin-top:2px}.amlhome .video-frame .vhint-btn{background:none;border:0;cursor:pointer;font:inherit;font-size:12.5px;font-weight:600;color:hsla(0,0%,100%,.62);letter-spacing:.01em;padding:0;transition:color .15s}.amlhome .video-frame .vhint-btn:hover{color:var(--gold-400,#e3b752)}.amlhome .video-frame .vhint-sep{color:hsla(0,0%,100%,.3);font-size:12px}.amlhome .video-frame.dragover{outline:2px dashed var(--gold-500);outline-offset:-10px}.amlhome .video-frame.dragover .vbg{opacity:.5}.amlhome .video-frame .vreplace{position:absolute;top:12px;right:12px;z-index:3;background:rgba(12,18,30,.72);color:#fff;border:1px solid hsla(0,0%,100%,.18);border-radius:999px;font:600 12px/1 var(--font-sans,inherit);padding:7px 13px;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .15s}.amlhome .video-frame .vreplace:hover{background:rgba(12,18,30,.92)}.amlhome .video-frame[data-state=empty] .vreplace{display:none!important}.amlhome .news-grid{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);grid-gap:26px;gap:26px;align-items:start}.amlhome .news-featured{background:var(--ink-0);border:1px solid var(--ink-200);border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--sh-2)}.amlhome .news-hero-img{height:220px;position:relative;overflow:hidden}.amlhome .news-hero-img .ph{position:absolute;inset:0}.amlhome .cat-chip{left:14px;color:#fff;letter-spacing:.5px;text-transform:uppercase}.amlhome .cat-chip,.amlhome .date-chip{position:absolute;top:14px;font-size:10px;font-weight:700;padding:4px 11px;border-radius:999px}.amlhome .date-chip{right:14px;background:var(--gold-500);color:var(--navy-900)}.amlhome .news-featured .nf-body{padding:24px}.amlhome .news-featured .nf-date{font-size:11px;color:var(--ink-500);margin-bottom:10px}.amlhome .news-featured h3{font-family:var(--serif);font-weight:500;font-size:22px;line-height:1.28;letter-spacing:-.3px;margin-bottom:12px}.amlhome .news-featured .nf-desc{font-size:13.5px;color:var(--ink-600);line-height:1.7}.amlhome .nf-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:18px;padding-top:16px;border-top:1px solid var(--ink-200)}.amlhome .nf-foot .meta{display:flex;align-items:center;gap:8px;font-size:11.5px;color:var(--ink-500)}.amlhome .nf-foot .meta b{font-weight:600}.amlhome .nf-foot a{font-size:12px;font-weight:600;color:var(--acc-600);text-decoration:none;white-space:nowrap}.amlhome .nf-foot a:hover{color:var(--acc-700)}.amlhome .news-list{display:flex;flex-direction:column;gap:11px}.amlhome .news-item{border:1px solid var(--ink-200);border-radius:var(--r-md);background:var(--ink-0);cursor:pointer;overflow:hidden;transition:border-color .15s,box-shadow .15s}.amlhome .news-item:hover{box-shadow:var(--sh-2)}.amlhome .ni-row{display:flex;gap:15px;padding:16px;align-items:flex-start}.amlhome .ni-thumb{width:74px;height:58px;border-radius:9px;flex:none;overflow:hidden;position:relative}.amlhome .ni-thumb .ph{position:absolute;inset:0}.amlhome .ni-text{flex:1 1;min-width:0}.amlhome .ni-cat{font-family:var(--mono);font-size:10px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;margin-bottom:5px}.amlhome .ni-title{font-size:14px;font-weight:600;line-height:1.4;color:var(--ink-900)}.amlhome .ni-toggle{color:var(--ink-400);font-size:22px;font-weight:300;line-height:1;flex:none;margin-top:2px;transition:transform .2s}.amlhome .news-item[data-open=true] .ni-toggle{transform:rotate(45deg)}.amlhome .ni-detail{max-height:0;overflow:hidden;transition:max-height .3s ease}.amlhome .ni-detail-inner{padding:0 16px 18px;border-top:1px solid var(--ink-150)}.amlhome .ni-detail-inner p{font-size:13px;color:var(--ink-600);line-height:1.75;padding-top:14px}.amlhome .ni-detail-inner .meta{font-size:11px;color:var(--ink-500);font-weight:600;margin-top:12px}.amlhome .timeline{position:relative;padding-left:280px}.amlhome .timeline:before{content:"";position:absolute;left:260px;top:6px;bottom:6px;width:2px;background:linear-gradient(180deg,var(--gold-500),var(--ink-200))}.amlhome .tl-item{position:relative;margin-bottom:26px}.amlhome .tl-item:last-child{margin-bottom:0}.amlhome .tl-meta{position:absolute;left:-280px;top:0;width:240px;text-align:right;padding-right:30px}.amlhome .tl-dot{position:absolute;right:-9px;top:5px;width:16px;height:16px;border-radius:50%;border:3px solid;background:var(--ink-0);z-index:2}.amlhome .tl-date{font-family:var(--mono);font-size:12px;font-weight:600;color:var(--ink-800)}.amlhome .tl-badge{font-size:10px;font-weight:600;margin-top:3px}.amlhome .tl-card{padding:18px 22px;border:1px solid var(--ink-200);border-radius:var(--r-md);background:var(--ink-0);transition:border-color .15s,box-shadow .15s}.amlhome .tl-card:hover{box-shadow:var(--sh-2)}.amlhome .tl-card h4{font-size:14.5px;font-weight:600;line-height:1.4;margin-bottom:6px;color:var(--ink-900)}.amlhome .tl-card p{font-size:12.5px;color:var(--ink-600);line-height:1.6}.amlhome .tl-legend{display:flex;gap:22px;flex-wrap:wrap;margin-top:30px;padding-left:280px}.amlhome .tl-legend .lg{display:flex;align-items:center;gap:7px}.amlhome .tl-legend .lg .d{width:10px;height:10px;border-radius:50%}.amlhome .tl-legend .lg span{font-size:11.5px;color:var(--ink-500)}.amlhome .res-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.amlhome .res-card{display:flex;gap:16px;align-items:flex-start;padding:22px;border:1px solid var(--ink-200);border-radius:var(--r-lg);background:var(--ink-0);text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s,transform .2s}.amlhome .res-card:hover{box-shadow:var(--sh-3);transform:translateY(-2px)}.amlhome .res-type{width:44px;height:44px;border-radius:11px;flex:none;display:grid;place-items:center;font-family:var(--mono);font-size:12px;font-weight:700}.amlhome .res-type.pdf{background:#fbe9ec;color:#b0344a}.amlhome .res-type.doc{background:var(--acc-100);color:var(--acc-600)}.amlhome .res-type svg{width:20px;height:20px}.amlhome .res-body{flex:1 1;min-width:0}.amlhome .res-tags{display:flex;align-items:center;gap:7px;margin-bottom:7px;flex-wrap:wrap}.amlhome .res-chip{font-size:9.5px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;padding:3px 8px;border-radius:999px}.amlhome .res-meta{font-size:10.5px;color:var(--ink-500);font-weight:500}.amlhome .res-body h4{font-size:14.5px;font-weight:600;line-height:1.4;margin-bottom:7px;color:var(--ink-900)}.amlhome .res-body p{font-size:12.5px;color:var(--ink-600);line-height:1.6}.amlhome .res-section{padding-top:60px;padding-bottom:60px}.amlhome .res-list{display:flex;flex-direction:column;border:1px solid var(--ink-200);border-radius:var(--r-lg);overflow:hidden;background:var(--ink-0);box-shadow:var(--sh-1)}.amlhome .res-row{display:flex;align-items:center;gap:15px;padding:13px 18px;text-decoration:none;color:inherit;border-top:1px solid var(--ink-150);transition:background .15s}.amlhome .res-row:first-child{border-top:0}.amlhome .res-row:hover{background:var(--ink-50)}.amlhome .res-row .res-type{width:38px;height:38px;border-radius:9px}.amlhome .res-row .res-type svg{width:18px;height:18px}.amlhome .res-row-main{flex:1 1;min-width:0;display:flex;align-items:center;gap:14px}.amlhome .res-row-title{flex:1 1;min-width:0;font-size:14.5px;font-weight:600;color:var(--ink-900);line-height:1.35}.amlhome .res-row-sub{display:flex;align-items:center;gap:8px;flex:none}.amlhome .res-row-arrow{flex:none;color:var(--ink-400);font-size:17px;line-height:1;transition:transform .15s,color .15s}.amlhome .res-row:hover .res-row-arrow{color:var(--acc-600);transform:translateX(3px)}@media (max-width:760px){.amlhome .res-row-main{flex-direction:column;align-items:flex-start;gap:6px}.amlhome .res-row-sub{flex-wrap:wrap}}.amlhome .price-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.amlhome .price-grid.row2{grid-template-columns:repeat(3,1fr);margin-top:18px}.amlhome .tier{border:1px solid var(--ink-200);border-radius:var(--r-xl);padding:30px;background:var(--ink-0);display:flex;flex-direction:column;position:relative}.amlhome .tier.featured{border:2px solid var(--gold-500);background:var(--gold-50);box-shadow:0 12px 40px -12px rgba(184,132,28,.28)}.amlhome .tier-pop{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--gold-500);color:var(--navy-900);font-size:11px;font-weight:700;padding:4px 15px;border-radius:999px;white-space:nowrap}.amlhome .tier-name{font-family:var(--mono);font-size:12px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;color:var(--ink-500);margin-bottom:14px}.amlhome .tier-price{font-family:var(--serif);font-size:42px;font-weight:500;line-height:1;color:var(--ink-900);letter-spacing:-1px}.amlhome .tier-period{font-size:12.5px;color:var(--ink-500);margin-top:6px}.amlhome .tier-promo{font-size:11.5px;font-weight:600;color:var(--gold-700);margin-top:8px;min-height:16px}.amlhome .tier.featured .tier-promo{color:var(--amber)}.amlhome .tier-feats{list-style:none;display:grid;grid-gap:10px;gap:10px;margin:22px 0 26px;flex:1 1}.amlhome .tier-feats li{font-size:13px;color:var(--ink-800);display:flex;gap:9px;align-items:flex-start;line-height:1.4}.amlhome .tier-feats .ck{color:var(--success-600);font-weight:700;flex:none;margin-top:1px}.amlhome .price-note{grid-column:1/-1;margin-top:18px;background:var(--gold-50);border:1px solid rgba(210,154,34,.3);border-radius:var(--r-lg);padding:22px 26px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}.amlhome .price-note .pn-title{font-size:13.5px;font-weight:700;color:var(--amber);margin-bottom:5px}.amlhome .price-note p{font-size:12.5px;color:var(--ink-600);line-height:1.6;max-width:640px}.amlhome .price-note a{color:var(--acc-600);font-weight:600;text-decoration:none}.amlhome .price-note a:hover{text-decoration:underline}.amlhome .cta-block{padding:90px 0}.amlhome .cta-inner{background:linear-gradient(135deg,var(--navy-900),var(--navy-700));border-radius:var(--r-2xl);padding:64px;display:flex;align-items:center;justify-content:space-between;gap:44px;flex-wrap:wrap;position:relative;overflow:hidden}.amlhome .cta-inner:before{content:"";position:absolute;inset:0;background:radial-gradient(50% 80% at 90% 10%,rgba(226,169,46,.16),transparent 60%);pointer-events:none}.amlhome .cta-inner>div{position:relative}.amlhome .cta-inner h2{font-family:var(--serif);font-weight:500;font-size:38px;line-height:1.12;letter-spacing:-.8px;color:#fff;max-width:560px}.amlhome .cta-inner h2 em{font-style:italic;color:var(--gold-400)}.amlhome .cta-inner .cta-sub{font-size:16px;color:hsla(0,0%,100%,.6);margin-top:14px;max-width:460px;line-height:1.6}.amlhome .cta-actions{display:flex;flex-direction:column;gap:11px;align-items:flex-end;flex:none}.amlhome .cta-actions .note{font-size:12px;color:hsla(0,0%,100%,.4)}.amlhome .footer{background:var(--navy-900);color:hsla(0,0%,100%,.5);padding:64px 0 32px}.amlhome .footer-grid{display:grid;grid-template-columns:2.2fr 1fr 1fr 1fr;grid-gap:40px;gap:40px;margin-bottom:48px}.amlhome .footer-brand .fb-top{display:flex;align-items:center;gap:11px;margin-bottom:16px}.amlhome .footer-brand .fb-mark{width:34px;height:34px;border-radius:9px;background:var(--gold-500);display:grid;place-items:center;font-family:var(--serif);font-weight:600;font-size:18px;color:var(--navy-900)}.amlhome .footer-brand .fb-name{color:#fff;font-weight:700;font-size:16px}.amlhome .footer-brand p{font-size:13px;color:hsla(0,0%,100%,.42);line-height:1.7;max-width:300px;margin-bottom:20px}.amlhome .footer-social{display:flex;gap:16px}.amlhome .footer-social a{color:hsla(0,0%,100%,.4);font-size:13px;text-decoration:none;transition:color .15s}.amlhome .footer-social a:hover{color:hsla(0,0%,100%,.85)}.amlhome .footer-col h5{font-family:var(--mono);font-size:11px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:hsla(0,0%,100%,.7);margin-bottom:16px}.amlhome .footer-col a{display:block;margin-bottom:11px;color:hsla(0,0%,100%,.42);font-size:13px;text-decoration:none;transition:color .15s}.amlhome .footer-col a:hover{color:hsla(0,0%,100%,.85)}.amlhome .footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;padding-top:28px;border-top:1px solid hsla(0,0%,100%,.08)}.amlhome .footer-bottom .copy{font-size:12px;color:hsla(0,0%,100%,.32)}.amlhome .footer-legal{display:flex;gap:22px;flex-wrap:wrap}.amlhome .footer-legal a{font-size:12px;color:hsla(0,0%,100%,.32);text-decoration:none;transition:color .15s}.amlhome .footer-legal a:hover{color:hsla(0,0%,100%,.6)}@media (prefers-reduced-motion:no-preference){.amlhome .reveal{opacity:0;transform:translateY(20px)}.amlhome .reveal.in{opacity:1;transform:none;transition:opacity .65s cubic-bezier(.2,0,0,1),transform .65s cubic-bezier(.2,0,0,1)}}@media (max-width:980px){.amlhome .hero-grid{gap:40px}.amlhome .hero-grid,.amlhome .news-grid{grid-template-columns:1fr}.amlhome .feat-grid,.amlhome .price-grid,.amlhome .price-grid.row2,.amlhome .res-grid{grid-template-columns:repeat(2,1fr)}.amlhome .footer-grid{grid-template-columns:1fr 1fr;gap:32px}.amlhome .timeline,.amlhome .tl-legend{padding-left:40px}.amlhome .timeline:before{left:20px}.amlhome .tl-meta{position:static;width:auto;text-align:left;padding:0 0 8px;display:flex;align-items:center;gap:10px}.amlhome .tl-dot{position:absolute;left:-28px;right:auto}.amlhome .nav-links{display:none}.amlhome .cta-inner h2,.amlhome .section-head h2{font-size:32px}.amlhome .hero h1{font-size:42px}}@media (max-width:600px){.amlhome .container{padding:0 20px}.amlhome .feat-grid,.amlhome .hero-prof,.amlhome .price-grid,.amlhome .price-grid.row2,.amlhome .res-grid{grid-template-columns:1fr}.amlhome .cta-inner{padding:40px 28px}.amlhome .cta-actions{align-items:flex-start}.amlhome .footer-grid{grid-template-columns:1fr}}