@import "tailwindcss";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');

:root{--orange:#ef6817;--black:#050505;--muted:#9b9b9b;--line:#242424}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:#f5f5f5;font-family:Inter,Arial,sans-serif}a{text-decoration:none;color:inherit}main{overflow:hidden}.hero{height:695px;position:relative;background:linear-gradient(180deg,#050505 0%,#050505 94%,#030303)}.gridbg,.footgrid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:7px 7px;mask-image:radial-gradient(ellipse 58% 72% at 50% 35%,#000 12%,transparent 78%);opacity:.9}.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 44%,transparent 5%,#050505 75%);pointer-events:none}nav{position:relative;z-index:3;top:20px;margin:auto;max-width:855px;height:66px;border:1px solid #1e1e1e;border-radius:40px;background:rgba(6,6,6,.84);display:flex;align-items:center;justify-content:flex-end;padding:10px 45px;box-shadow:0 0 45px #000}.navlinks{position:absolute;left:50%;transform:translateX(-50%);display:flex;gap:25px;white-space:nowrap}.navlinks a{font-size:15px;color:#ca552f;transition:.25s}.navlinks a:hover{color:#fff}.cta{height:42px;display:inline-flex;align-items:center;gap:12px;padding:0 20px;border:1px solid #343434;border-radius:7px;background:linear-gradient(135deg,#151515,#0c0c0c);font-size:14px;box-shadow:inset 0 0 12px rgba(255,255,255,.025);transition:.25s}.cta:hover{border-color:#8c4a23;transform:translateY(-2px);box-shadow:0 8px 30px rgba(238,104,23,.12)}.cta span{font-size:17px}.heroContent{position:relative;z-index:2;text-align:center;margin:111px auto 0}.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:7px 13px;border:1px solid #242424;border-radius:18px;background:#0a0a0a;color:#aaa;font-size:12px}.eyebrow i{display:block;width:9px;height:9px;border-radius:50%;background:#09b52b;box-shadow:0 0 0 4px rgba(9,181,43,.16),0 0 12px #08a125}.hero h1{font-size:67px;line-height:1.12;letter-spacing:-3.2px;font-weight:400;margin:36px 0 28px}.hero h1 em,.section h2 em,.lawyer h2 em,footer h2 em{font-style:normal;color:var(--orange)}.heroContent>p{color:#aaa;font-size:16px;line-height:1.8;margin:0 0 32px}.stats{height:208px;max-width:920px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);align-items:start;padding-top:32px}.stats div{display:flex;flex-direction:column;align-items:center;gap:14px;border-right:1px solid #262626;padding:0 34px}.stats div:last-child{border:0}.stats strong{font-weight:400;font-size:47px;letter-spacing:-2px}.stats span{color:#999;font-size:15px;white-space:nowrap}.section{max-width:1120px;margin:auto;padding:110px 30px}.sectionHead{text-align:center}.sectionHead small,.lawyerText small{font-size:11px;letter-spacing:.18em;color:#8b8b8b}.section h2,.lawyer h2{font-size:47px;line-height:1.1;font-weight:400;letter-spacing:-2px;margin:19px 0}.sectionHead>p{color:#929292}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:55px}.cards article{min-height:260px;padding:32px;border:1px solid #222;border-radius:12px;background:linear-gradient(145deg,#0b0b0b,#070707);transition:.3s}.cards article:hover{transform:translateY(-5px);border-color:#57301c}.cards b{display:grid;place-items:center;width:43px;height:43px;border:1px solid #46301f;border-radius:9px;color:var(--orange);font-size:20px}.cards h3{font-size:19px;font-weight:500;margin:27px 0 14px}.cards p,.steps p{font-size:14px;color:#929292;line-height:1.65}.lawyer{max-width:1120px;min-height:650px;margin:20px auto 0;padding:40px 30px 80px;display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.photo{position:relative;border-radius:16px;overflow:hidden;background:#111}.photo:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 60%,rgba(0,0,0,.65))}.photo img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;filter:saturate(.72)}.lawyer h2{text-transform:none}.lawyer blockquote{font-size:19px;line-height:1.55;color:#cfcfcf;border-left:2px solid var(--orange);margin:30px 0;padding-left:20px}.lawyer h4{font-size:18px;margin:27px 0 5px}.lawyerText>p{font-size:13px;color:#888}.mini{display:flex;gap:55px;margin-top:35px}.mini div{display:flex;flex-direction:column;gap:7px}.mini strong{font-size:30px;font-weight:400}.mini span{font-size:12px;color:#888}.testimonials{padding-top:50px}.testgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.quote{border:1px solid #202020;background:#080808;border-radius:12px;padding:28px;min-height:275px}.stars{color:var(--orange);letter-spacing:4px}.quote p{font-size:13px;line-height:1.75;color:#aaa;min-height:140px}.quote h5{margin:13px 0 5px}.quote span{font-size:11px;color:#777}.process{padding-top:120px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:65px;border-top:1px solid #242424}.steps article{padding:34px 35px;border-right:1px solid #242424}.steps article:last-child{border:0}.steps b{color:var(--orange);font-weight:400}.steps h3{font-size:19px;margin:35px 0 14px}.faq{max-width:850px}.faqlist{margin-top:55px;border-top:1px solid #262626}.faqitem{border-bottom:1px solid #262626}.faqitem button{width:100%;padding:24px 4px;background:none;border:0;color:#e8e8e8;display:flex;justify-content:space-between;text-align:left;font:500 16px Inter;cursor:pointer}.faqitem button b{font-size:22px;color:var(--orange);font-weight:300}.answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.answer p{color:#969696;font-size:14px;line-height:1.7;padding:0 35px 24px 4px;margin:0}.faqitem.open .answer{max-height:160px}footer{height:632px;position:relative;border-top:1px solid #171717;background:#050505;display:flex;align-items:center;justify-content:center;text-align:center}.footgrid{mask-image:radial-gradient(ellipse 45% 65% at 50% 48%,#000,transparent 78%)}.footerInner{position:relative;z-index:2}footer h2{font-size:58px;line-height:1.1;font-weight:400;letter-spacing:-2.5px;margin:0 0 25px}footer p{color:#929292;margin-bottom:28px}.copy{position:absolute;bottom:24px;color:#555;font-size:11px}.floating{position:fixed;right:22px;bottom:22px;z-index:20;background:#1fc55b;color:#fff;border-radius:50%;width:51px;height:51px;display:grid;place-items:center;font-size:25px;box-shadow:0 8px 28px rgba(0,0,0,.4)}.reveal{animation:rise .8s cubic-bezier(.2,.7,.2,1) both}@keyframes rise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}

@media(max-width:700px){.hero{height:670px}nav{margin:14px 16px;top:0;padding:8px 12px;height:60px}.navlinks{display:none}nav .cta{margin-left:auto}.heroContent{margin-top:95px;padding:0 22px}.eyebrow{font-size:9px}.hero h1{font-size:46px;letter-spacing:-2.2px;margin-top:30px}.heroContent>p{font-size:14px;line-height:1.65}.desktop{display:none}.stats{height:auto;grid-template-columns:1fr;padding:35px 24px}.stats div{border-right:0;border-bottom:1px solid #242424;padding:28px}.stats div:last-child{border:0}.stats strong{font-size:40px}.section{padding:85px 20px}.section h2,.lawyer h2{font-size:37px}.cards,.testgrid,.steps{grid-template-columns:1fr}.cards article{min-height:220px}.lawyer{grid-template-columns:1fr;gap:45px;padding:30px 20px 80px}.mini{gap:45px}.quote p{min-height:0}.steps article{border-right:0;border-bottom:1px solid #242424}.steps article:last-child{border:0}footer{height:560px;padding:20px}footer h2{font-size:43px}.floating{right:15px;bottom:15px}}
