*{box-sizing:border-box}body{margin:0;background:#fafafa;color:#111;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.mx-auto{margin-left:auto;margin-right:auto}.max-w-7xl{max-width:80rem}.max-w-2xl{max-width:42rem}.max-w-md{max-width:28rem}.max-w-xs{max-width:20rem}.min-h-\[70vh\]{min-height:70vh}.h-9{height:2.25rem}.h-\[70vh\]{height:70vh}.w-9{width:2.25rem}.w-32{width:8rem}.w-56{width:14rem}.w-full{width:100%}.grid{display:grid}.flex{display:flex}.inline-flex{display:inline-flex}.hidden{display:none}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.place-items-center{place-items:center}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-10{gap:2.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-5>*+*{margin-top:1.25rem}.overflow-x-auto{overflow-x:auto}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.border{border:1px solid #e4e4e7}.border-b{border-bottom:1px solid #e4e4e7}.border-t{border-top:1px solid #e4e4e7}.border-zinc-200{border-color:#e4e4e7}.border-zinc-300{border-color:#d4d4d8}.border-yellow-200{border-color:#fde68a}.border-red-200{border-color:#fecaca}.border-red-300{border-color:#fca5a5}.bg-white{background:#fff}.bg-zinc-50{background:#fafafa}.bg-zinc-100{background:#f4f4f5}.bg-zinc-800{background:#27272a}.bg-yellow-50{background:#fefce8}.bg-red-50{background:#fef2f2}.bg-arytur-black{background:#070707}.bg-arytur-yellow{background:#f5c400}.p-3{padding:.75rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pt-4{padding-top:1rem}.pb-4{padding-bottom:1rem}.mb-1{margin-bottom:.25rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.divide-y>*+*{border-top:1px solid #e4e4e7}.text-left{text-align:left}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-5xl{font-size:3rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-black{font-weight:900}.uppercase{text-transform:uppercase}.leading-8{line-height:2rem}.tracking-wide{letter-spacing:.025em}.tracking-normal{letter-spacing:0}.text-white{color:#fff}.text-black{color:#000}.text-zinc-950{color:#09090b}.text-zinc-900{color:#18181b}.text-zinc-700{color:#3f3f46}.text-zinc-600{color:#52525b}.text-zinc-500{color:#71717a}.text-zinc-400{color:#a1a1aa}.text-zinc-300{color:#d4d4d8}.text-zinc-200{color:#e4e4e7}.text-red-700{color:#b91c1c}.text-red-800{color:#991b1b}.text-arytur-yellow{color:#f5c400}.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.05)}.transition{transition:all .15s ease}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.btn-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;background:#f5c400;padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:#000;border:0;cursor:pointer}.btn-primary:hover{background:#fde047}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;border:1px solid #d4d4d8;background:#fff;padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:#18181b;cursor:pointer}.btn-secondary:hover{background:#f4f4f5}.field{display:block;width:100%;border-radius:.375rem;border:1px solid #d4d4d8;background:#fff;padding:.5rem .75rem;font-size:.875rem;box-shadow:0 1px 2px rgba(0,0,0,.05)}.label{margin-bottom:.25rem;display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;color:#71717a}.panel{border-radius:.5rem;border:1px solid #e4e4e7;background:#fff;padding:1.25rem;box-shadow:0 1px 2px rgba(0,0,0,.05)}.badge{display:inline-flex;align-items:center;border-radius:9999px;padding:.25rem .625rem;font-size:.75rem;font-weight:600}table{border-collapse:collapse}th,td{padding:.5rem;vertical-align:top}small{font-size:.75rem}.max-h-\[70vh\]{max-height:70vh}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:grid-cols-\[1\.1fr_\.9fr\]{grid-template-columns:1.1fr .9fr}.md\:grid-cols-\[80px_1fr_1fr_120px_120px\]{grid-template-columns:80px 1fr 1fr 120px 120px}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-6{grid-column:span 6/span 6}.md\:text-7xl{font-size:4.5rem}}@media(min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-\[1fr_360px\]{grid-template-columns:1fr 360px}.lg\:grid-cols-\[1fr_380px\]{grid-template-columns:1fr 380px}.lg\:grid-cols-\[1fr_420px\]{grid-template-columns:1fr 420px}}
.ary-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:center;min-height:72vh;padding:3rem 0}.ary-hero-copy h1,.ary-contact h1{margin:.5rem 0 0;font-size:clamp(3.2rem,7vw,6.8rem);line-height:.92;font-weight:900;letter-spacing:0;color:#070707}.ary-lead{max-width:44rem;margin:1.5rem 0 0;color:#3f3f46;font-size:1.25rem;line-height:1.8}.ary-eyebrow{margin:0;color:#b88900;text-transform:uppercase;font-size:.8rem;font-weight:800;letter-spacing:.08em}.ary-actions{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap;margin-top:2rem}.ary-link{font-weight:700;color:#18181b;border-bottom:2px solid #f5c400}.ary-command{background:#070707;color:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 24px 70px rgba(0,0,0,.22)}.ary-command-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #3f3f46;padding-bottom:1rem}.ary-command-head span{color:#d4d4d8}.ary-command-head strong{color:#f5c400}.ary-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:1rem 0}.ary-metric-grid div{background:#18181b;border:1px solid #27272a;border-radius:.5rem;padding:1rem}.ary-metric-grid strong{display:block;font-size:1.5rem;color:#f5c400}.ary-metric-grid span{display:block;margin-top:.25rem;color:#d4d4d8;font-size:.85rem}.ary-status-list div{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #27272a;padding:.85rem 0}.ary-status-list b{background:#f5c400;color:#000;border-radius:999px;padding:.2rem .6rem;font-size:.75rem}.ary-section{padding:3rem 0;border-top:1px solid #e4e4e7}.ary-section h2{max-width:50rem;margin:.5rem 0 0;font-size:2.2rem;line-height:1.1}.ary-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.ary-feature-grid article{background:#fff;border:1px solid #e4e4e7;border-radius:.5rem;padding:1.25rem}.ary-feature-grid h3{margin:0;font-size:1.05rem}.ary-feature-grid p{margin:.75rem 0 0;color:#52525b;line-height:1.6}.ary-contact{display:grid;grid-template-columns:.9fr 1.1fr;gap:2rem;align-items:start;padding:3rem 0}.ary-contact-details{margin-top:2rem;display:grid;gap:.75rem}.ary-contact-details div{background:#070707;color:#fff;border-radius:.5rem;padding:1rem}.ary-contact-details span{display:block;color:#f5c400;font-size:.75rem;text-transform:uppercase;font-weight:800}.ary-contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;background:#fff;border:1px solid #e4e4e7;border-radius:.75rem;padding:1.5rem;box-shadow:0 20px 60px rgba(0,0,0,.08)}.ary-full{grid-column:1/-1}@media(max-width:900px){.ary-hero,.ary-contact{grid-template-columns:1fr;min-height:auto;padding:2rem 0}.ary-feature-grid{grid-template-columns:1fr 1fr}.ary-contact-form{grid-template-columns:1fr}.ary-hero-copy h1,.ary-contact h1{font-size:3.4rem}}@media(max-width:560px){.ary-feature-grid,.ary-metric-grid{grid-template-columns:1fr}.ary-actions{align-items:stretch}.ary-actions a{width:100%}}
.ary-crash-hero{position:relative;min-height:78vh;display:grid;place-items:center;overflow:hidden;background:#070707;color:#fff;border-radius:.75rem;margin-top:1rem;padding:4rem 1.5rem}.ary-hero-center{position:relative;z-index:3;text-align:center;max-width:850px}.ary-hero-center h1{margin:.2rem 0 0;font-size:clamp(4rem,10vw,9rem);line-height:.85;font-weight:900;letter-spacing:0;color:#f5c400}.ary-hero-center h2{margin:.75rem 0 0;font-size:clamp(1.4rem,3vw,3rem);line-height:1;font-weight:900;letter-spacing:0;color:#fff;text-transform:uppercase}.ary-hero-center p:not(.ary-eyebrow){max-width:680px;margin:1.25rem auto 0;color:#e4e4e7;font-size:1.15rem;line-height:1.7}.ary-truck{position:absolute;top:42%;width:260px;height:86px;z-index:2;filter:drop-shadow(0 18px 30px rgba(0,0,0,.45))}.ary-truck-left{left:-310px;animation:truckLeft 1.6s ease-out forwards}.ary-truck-right{right:-310px;transform:scaleX(-1);animation:truckRight 1.6s ease-out forwards}.ary-cab{position:absolute;right:0;bottom:18px;width:78px;height:58px;background:#f5c400;border:4px solid #fff;border-radius:10px 18px 8px 8px}.ary-cab:before{content:'';position:absolute;right:10px;top:8px;width:28px;height:18px;background:#070707;border-radius:3px}.ary-trailer{position:absolute;left:0;bottom:18px;width:178px;height:62px;background:#fff;border:4px solid #f5c400;border-radius:8px}.ary-wheel{position:absolute;bottom:0;width:24px;height:24px;background:#070707;border:5px solid #f5c400;border-radius:50%}.ary-wheel.a{left:42px}.ary-wheel.b{right:38px}.ary-impact{position:absolute;z-index:1;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(245,196,0,.36),rgba(245,196,0,.08) 42%,transparent 68%);animation:impactPulse 2.2s ease-out infinite;opacity:.85}.ary-section-head{display:flex;justify-content:space-between;gap:2rem;align-items:end}.ary-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.ary-service-grid article{background:#fff;border:1px solid #e4e4e7;border-radius:.5rem;padding:1.25rem;transition:transform .15s ease,box-shadow .15s ease}.ary-service-grid article:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(0,0,0,.08)}.ary-service-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:.5rem;background:#070707;color:#f5c400;font-weight:900;margin-bottom:1rem}.ary-service-grid h3{margin:0;font-size:1.05rem}.ary-service-grid p{margin:.75rem 0 0;color:#52525b;line-height:1.6}.ary-about-band{display:grid;grid-template-columns:.85fr 1.15fr;gap:2rem;background:#f5c400;color:#070707;border-radius:.75rem;padding:2rem;margin:2rem 0 3rem}.ary-about-band h2{margin:.5rem 0 0;font-size:2rem;line-height:1.1}.ary-about-band>p{margin:0;font-size:1.1rem;line-height:1.8}.ary-register-choice{display:grid;grid-template-columns:.85fr 1.15fr;gap:2rem;align-items:center;padding:3rem 0}.ary-register-choice h1{font-size:clamp(3rem,6vw,5.8rem);line-height:.92;margin:.5rem 0 0;font-weight:900}.ary-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.ary-choice-grid a{display:block;background:#070707;color:#fff;border-radius:.75rem;padding:1.5rem}.ary-choice-grid span{display:inline-flex;background:#f5c400;color:#000;border-radius:999px;padding:.25rem .65rem;font-size:.75rem;font-weight:900;text-transform:uppercase}.ary-choice-grid strong{display:block;margin-top:1rem;font-size:1.4rem}.ary-choice-grid em{display:block;margin-top:.75rem;color:#d4d4d8;font-style:normal;line-height:1.6}@keyframes truckLeft{0%{left:-310px}70%{left:calc(50% - 300px)}100%{left:calc(50% - 330px)}}@keyframes truckRight{0%{right:-310px}70%{right:calc(50% - 300px)}100%{right:calc(50% - 330px)}}@keyframes impactPulse{0%,100%{transform:scale(.88);opacity:.55}50%{transform:scale(1.08);opacity:.95}}@media(max-width:1000px){.ary-service-grid{grid-template-columns:1fr 1fr}.ary-truck{width:190px;height:70px;opacity:.65}.ary-trailer{width:128px;height:48px}.ary-cab{width:58px;height:46px}.ary-about-band,.ary-register-choice{grid-template-columns:1fr}.ary-choice-grid{grid-template-columns:1fr}}@media(max-width:620px){.ary-crash-hero{min-height:72vh}.ary-truck{top:30%;width:150px}.ary-service-grid{grid-template-columns:1fr}.ary-about-band{padding:1.25rem}}
.public-shell{background:#070707}.public-main{background:#070707;color:#fff}.public-main .ary-crash-hero{min-height:calc(100vh - 74px);margin:0;border-radius:0;border-top:1px solid #1f1f1f}.public-main .ary-section{max-width:80rem;margin:0 auto;padding:4rem 1rem;border-top:1px solid #2a2a2a;color:#fff}.public-main .ary-section h2,.public-main .ary-service-grid h3{color:#fff}.public-main .ary-service-grid article,.public-main .ary-contact-form{background:#101010;border-color:#2a2a2a;color:#fff}.public-main .ary-service-grid p{color:#d4d4d8}.public-main .ary-about-band{max-width:80rem;margin:0 auto 4rem}.public-main .ary-contact,.public-main .ary-register-choice{max-width:80rem;margin:0 auto;padding:4rem 1rem;color:#fff}.public-main .ary-contact h1,.public-main .ary-register-choice h1{color:#f5c400}.public-main .ary-contact-form .field{background:#070707;border-color:#3f3f46;color:#fff}.public-main .ary-contact-form .label{color:#f5c400}.ary-crash-hero .ary-truck{top:54%;opacity:.78;z-index:1}.ary-crash-hero .ary-hero-center{z-index:4}.ary-crash-hero .ary-impact{z-index:0}.ary-crash-hero .ary-truck-left{animation:truckLeftLower 1.6s ease-out forwards}.ary-crash-hero .ary-truck-right{animation:truckRightLower 1.6s ease-out forwards}@keyframes truckLeftLower{0%{left:-310px}70%{left:calc(50% - 430px)}100%{left:calc(50% - 470px)}}@keyframes truckRightLower{0%{right:-310px}70%{right:calc(50% - 430px)}100%{right:calc(50% - 470px)}}@media(max-width:900px){.ary-crash-hero .ary-truck{top:60%}}@media(max-width:620px){.ary-crash-hero .ary-truck{display:none}}
/* Premium public hero refresh */.public-main .ary-crash-hero {  min-height: calc(100vh - 72px);  isolation: isolate;  background:    radial-gradient(circle at 50% 48%, rgba(245, 196, 0, .16), transparent 24rem),    linear-gradient(135deg, rgba(245, 196, 0, .08) 0 1px, transparent 1px 42px),    #050505;  border-top: 1px solid rgba(245, 196, 0, .22);}.public-main .ary-crash-hero::before {  content: '';  position: absolute;  inset: 10% 8%;  z-index: 0;  border: 1px solid rgba(245, 196, 0, .16);  border-radius: 28px;  pointer-events: none;}.public-main .ary-crash-hero::after {  content: '';  position: absolute;  left: 50%;  bottom: 20%;  width: min(760px, 72vw);  height: 2px;  transform: translateX(-50%);  background: linear-gradient(90deg, transparent, rgba(245, 196, 0, .9), transparent);  opacity: .8;}.ary-hero-center {  transform: translateY(-2.2rem);}.ary-hero-center h1 {  text-shadow: 0 14px 48px rgba(245, 196, 0, .18);}.ary-hero-center h2 {  text-shadow: 0 10px 38px rgba(255, 255, 255, .08);}.ary-hero-center p:not(.ary-eyebrow) {  position: relative;  z-index: 5;  max-width: 720px;  color: #f4f4f5;}.ary-crash-hero .ary-truck {  top: auto;  bottom: 21%;  width: 300px;  height: 112px;  opacity: 1;  z-index: 2;}.ary-crash-hero .ary-truck-left {  animation: premiumTruckLeft 1.45s cubic-bezier(.2,.85,.25,1) forwards;}.ary-crash-hero .ary-truck-right {  transform: scaleX(-1);  animation: premiumTruckRight 1.45s cubic-bezier(.2,.85,.25,1) forwards;}.ary-trailer {  position: absolute;  left: 0;  bottom: 28px;  width: 192px;  height: 66px;  overflow: hidden;  background: linear-gradient(180deg, #f7f7f7, #cfcfcf);  border: 4px solid #f5c400;  border-radius: 12px 8px 8px 12px;  box-shadow: inset 0 -16px 24px rgba(0, 0, 0, .12), 0 0 0 1px rgba(255,255,255,.12);}.ary-trailer i {  position: absolute;  inset: 13px 18px auto;  height: 7px;  background: linear-gradient(90deg, #f5c400, #fff2a3, #f5c400);  border-radius: 999px;  opacity: .9;}.ary-cab {  position: absolute;  right: 20px;  bottom: 28px;  width: 82px;  height: 72px;  background: linear-gradient(145deg, #f5c400 0%, #ffd733 58%, #c99b00 100%);  border: 4px solid #f8f8f8;  border-radius: 16px 22px 10px 8px;  box-shadow: inset -13px -14px 18px rgba(0, 0, 0, .18);}.ary-cab::before {  content: '';  position: absolute;  right: 12px;  top: 10px;  width: 32px;  height: 24px;  background: linear-gradient(135deg, #101010, #3f3f46);  border: 2px solid rgba(255,255,255,.7);  border-radius: 5px 10px 4px 4px;}.ary-cab i {  position: absolute;  left: 11px;  bottom: 13px;  width: 46px;  height: 7px;  background: #070707;  border-radius: 999px;  opacity: .7;}.ary-cab b {  position: absolute;  right: -7px;  bottom: 17px;  width: 10px;  height: 20px;  background: #fff3b0;  border-radius: 999px;  box-shadow: 0 0 20px rgba(245,196,0,.75);}.ary-light {  position: absolute;  bottom: 48px;  width: 10px;  height: 12px;  border-radius: 999px;}.ary-light.front {  right: 13px;  background: #fff3b0;  box-shadow: 0 0 18px rgba(245,196,0,.9);}.ary-light.rear {  left: 2px;  background: #e11d48;}.ary-wheel {  position: absolute;  bottom: 10px;  width: 30px;  height: 30px;  background: radial-gradient(circle, #f5c400 0 26%, #070707 28% 58%, #f5c400 60% 72%, #070707 74%);  border: 3px solid #050505;  border-radius: 50%;  box-shadow: 0 4px 0 rgba(245,196,0,.18);}.ary-wheel.a { left: 48px; }.ary-wheel.b { right: 46px; }.ary-road-shadow {  position: absolute;  left: 18px;  right: 30px;  bottom: 2px;  height: 16px;  background: radial-gradient(ellipse, rgba(0,0,0,.7), transparent 68%);}.ary-impact {  bottom: 19%;  width: 430px;  height: 220px;  background: radial-gradient(ellipse, rgba(245,196,0,.24), rgba(245,196,0,.08) 42%, transparent 70%);}@keyframes premiumTruckLeft {  0% { left: -340px; transform: translateY(0); }  72% { left: calc(50% - 535px); transform: translateY(-2px); }  100% { left: calc(50% - 565px); transform: translateY(0); }}@keyframes premiumTruckRight {  0% { right: -340px; transform: scaleX(-1) translateY(0); }  72% { right: calc(50% - 535px); transform: scaleX(-1) translateY(-2px); }  100% { right: calc(50% - 565px); transform: scaleX(-1) translateY(0); }}@media (max-width: 1100px) {  .ary-crash-hero .ary-truck {    width: 240px;    bottom: 18%;  }  @keyframes premiumTruckLeft {    0% { left: -300px; }    100% { left: 4%; }  }  @keyframes premiumTruckRight {    0% { right: -300px; transform: scaleX(-1); }    100% { right: 4%; transform: scaleX(-1); }  }}@media (max-width: 760px) {  .ary-hero-center { transform: none; }  .ary-crash-hero .ary-truck { display: none; }}
/* Bigger, livelier trucks */.ary-crash-hero .ary-truck {  width: 390px;  height: 145px;  bottom: 17%;  transform-origin: center bottom;}.ary-trailer {  width: 252px;  height: 84px;  bottom: 36px;  border-width: 5px;  border-radius: 16px 10px 10px 16px;  background: linear-gradient(180deg, #ffffff 0%, #ececec 48%, #bdbdbd 100%);}.ary-trailer::before {  content: 'ARYTUR';  position: absolute;  left: 22px;  top: 30px;  color: #070707;  font-weight: 900;  font-size: 20px;  letter-spacing: .08em;  opacity: .72;}.ary-trailer::after {  content: '';  position: absolute;  left: 0;  right: 0;  bottom: 16px;  height: 2px;  background: rgba(7,7,7,.18);}.ary-trailer i {  inset: 15px 22px auto;  height: 9px;}.ary-cab {  right: 24px;  bottom: 36px;  width: 108px;  height: 92px;  border-width: 5px;  border-radius: 18px 30px 12px 10px;}.ary-cab::before {  right: 15px;  top: 13px;  width: 42px;  height: 31px;  border-radius: 6px 14px 5px 5px;}.ary-cab::after {  content: '';  position: absolute;  left: 12px;  top: 15px;  width: 22px;  height: 28px;  background: rgba(7,7,7,.32);  border-radius: 5px;}.ary-cab i {  left: 14px;  bottom: 18px;  width: 62px;  height: 9px;}.ary-cab b {  right: -9px;  bottom: 22px;  width: 13px;  height: 26px;  box-shadow: 0 0 26px rgba(245,196,0,.95), 24px 0 70px rgba(245,196,0,.45);}.ary-light.front {  right: 16px;  bottom: 60px;  width: 14px;  height: 16px;}.ary-light.rear {  left: 2px;  bottom: 60px;  width: 10px;  height: 16px;}.ary-wheel {  bottom: 12px;  width: 42px;  height: 42px;  border-width: 4px;  animation: wheelSpin 1s linear infinite;}.ary-wheel::after {  content: '';  position: absolute;  inset: 9px;  border: 2px dashed rgba(245,196,0,.9);  border-radius: 50%;}.ary-wheel.a { left: 66px; }.ary-wheel.b { right: 62px; }.ary-road-shadow {  left: 26px;  right: 38px;  bottom: 0;  height: 24px;  opacity: .95;}.ary-crash-hero .ary-truck-left {  animation: premiumTruckLeftBig 1.55s cubic-bezier(.2,.85,.25,1) forwards, truckIdle 2.8s ease-in-out 1.65s infinite;}.ary-crash-hero .ary-truck-right {  animation: premiumTruckRightBig 1.55s cubic-bezier(.2,.85,.25,1) forwards, truckIdleRight 2.8s ease-in-out 1.65s infinite;}.ary-impact {  bottom: 18%;  width: 560px;  height: 260px;  animation: impactPulse 1.8s ease-out infinite;}@keyframes premiumTruckLeftBig {  0% { left: -440px; transform: translateY(0) rotate(0deg); }  72% { left: calc(50% - 650px); transform: translateY(-4px) rotate(-.6deg); }  100% { left: calc(50% - 690px); transform: translateY(0) rotate(0deg); }}@keyframes premiumTruckRightBig {  0% { right: -440px; transform: scaleX(-1) translateY(0) rotate(0deg); }  72% { right: calc(50% - 650px); transform: scaleX(-1) translateY(-4px) rotate(-.6deg); }  100% { right: calc(50% - 690px); transform: scaleX(-1) translateY(0) rotate(0deg); }}@keyframes truckIdle {  0%, 100% { transform: translateY(0) rotate(0deg); }  50% { transform: translateY(-3px) rotate(.25deg); }}@keyframes truckIdleRight {  0%, 100% { transform: scaleX(-1) translateY(0) rotate(0deg); }  50% { transform: scaleX(-1) translateY(-3px) rotate(.25deg); }}@keyframes wheelSpin {  to { rotate: 360deg; }}@media (max-width: 1250px) {  .ary-crash-hero .ary-truck {    width: 320px;    bottom: 16%;  }  @keyframes premiumTruckLeftBig {    0% { left: -380px; }    100% { left: 2%; }  }  @keyframes premiumTruckRightBig {    0% { right: -380px; transform: scaleX(-1); }    100% { right: 2%; transform: scaleX(-1); }  }}@media (max-width: 860px) {  .ary-crash-hero .ary-truck {    opacity: .32;    width: 280px;    bottom: 10%;  }}
.ary-truck-right .ary-trailer::before{transform:scaleX(-1);left:auto;right:22px}
.ary-real-hero{isolation:isolate;background:#050505}.ary-real-truck-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center bottom;z-index:0;opacity:.94}.ary-real-hero-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.2) 0%,rgba(0,0,0,.55) 18%,rgba(0,0,0,.42) 44%,rgba(0,0,0,.06) 76%,rgba(0,0,0,.12) 100%),radial-gradient(circle at 50% 38%,rgba(0,0,0,.05),rgba(0,0,0,.5) 44%,rgba(0,0,0,.18) 80%)}.ary-real-hero .ary-truck,.ary-real-hero .ary-impact{display:none}.ary-real-hero .ary-hero-center{z-index:2;transform:translateY(-6.5rem)}.ary-real-hero .ary-hero-center h1{text-shadow:0 18px 60px rgba(0,0,0,.85)}.ary-real-hero .ary-hero-center h2{text-shadow:0 12px 38px rgba(0,0,0,.9)}.ary-real-hero .ary-hero-center p:not(.ary-eyebrow){text-shadow:0 6px 24px #000;color:#f4f4f5}@media(max-width:900px){.ary-real-hero .ary-hero-center{transform:translateY(-4rem)}.ary-real-truck-bg{object-position:center bottom}}@media(max-width:620px){.ary-real-hero .ary-hero-center{transform:translateY(-2rem)}.ary-real-truck-bg{opacity:.72;object-position:center bottom}}
/* Centered desktop + mobile-friendly real hero */
.public-main .ary-real-hero{min-height:calc(100vh - 70px);display:flex;align-items:center;justify-content:center;padding:0 1.25rem;text-align:center;overflow:hidden}
.public-main .ary-real-hero::before,.public-main .ary-real-hero::after{display:none}
.ary-real-truck-bg{object-position:center bottom;transform:scale(1.02);filter:saturate(1.04) contrast(1.05)}
.ary-real-hero-shade{background:linear-gradient(180deg,rgba(0,0,0,.16) 0%,rgba(0,0,0,.50) 15%,rgba(0,0,0,.52) 42%,rgba(0,0,0,.10) 72%,rgba(0,0,0,.14) 100%),radial-gradient(circle at 50% 37%,rgba(0,0,0,.06),rgba(0,0,0,.50) 45%,rgba(0,0,0,.22) 82%)}
.ary-real-hero .ary-hero-center{width:min(980px,100%);max-width:980px;margin:0 auto;transform:translateY(-5.4rem);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.ary-real-hero .ary-eyebrow{text-align:center;color:#f5c400;font-size:clamp(.72rem,1vw,.9rem)}
.ary-real-hero .ary-hero-center h1{font-size:clamp(5rem,9vw,8.6rem);line-height:.82;margin:.8rem 0 0;text-align:center}
.ary-real-hero .ary-hero-center h2{font-size:clamp(2rem,3.7vw,3.25rem);line-height:1.02;margin:1rem auto 0;text-align:center;max-width:100%;white-space:normal}
.ary-real-hero .ary-hero-center p:not(.ary-eyebrow){font-size:clamp(1rem,1.35vw,1.2rem);line-height:1.65;max-width:760px;text-align:center;margin-left:auto;margin-right:auto}
.ary-real-hero .ary-actions{justify-content:center;align-items:center;width:100%;gap:1rem;margin-top:2rem}
.ary-real-hero .ary-actions a{min-width:150px;padding:.78rem 1.25rem;border-radius:.45rem}
@media(max-width:900px){header .max-w-7xl{padding-left:1rem;padding-right:1rem}.public-main .ary-real-hero{min-height:calc(100svh - 70px);padding:0 1rem}.ary-real-truck-bg{object-position:center bottom;transform:scale(1.12)}.ary-real-hero-shade{background:linear-gradient(180deg,rgba(0,0,0,.34) 0%,rgba(0,0,0,.64) 22%,rgba(0,0,0,.56) 52%,rgba(0,0,0,.16) 78%,rgba(0,0,0,.20) 100%)}.ary-real-hero .ary-hero-center{transform:translateY(-4.2rem);max-width:680px}.ary-real-hero .ary-hero-center h1{font-size:clamp(4rem,16vw,6.5rem)}.ary-real-hero .ary-hero-center h2{font-size:clamp(1.65rem,7vw,2.7rem);max-width:680px}.ary-real-hero .ary-hero-center p:not(.ary-eyebrow){max-width:560px}}
@media(max-width:620px){header .max-w-7xl{height:64px;padding-top:.65rem;padding-bottom:.65rem}header nav{gap:.65rem;font-size:.78rem}header nav a:nth-child(1),header nav a:nth-child(2){display:none}.public-main .ary-real-hero{min-height:calc(100svh - 64px);padding:0 .9rem}.ary-real-truck-bg{object-position:center bottom;transform:scale(1.55);opacity:.9}.ary-real-hero-shade{background:linear-gradient(180deg,rgba(0,0,0,.46) 0%,rgba(0,0,0,.70) 26%,rgba(0,0,0,.58) 55%,rgba(0,0,0,.12) 80%,rgba(0,0,0,.22) 100%)}.ary-real-hero .ary-hero-center{transform:translateY(-4.7rem);max-width:360px}.ary-real-hero .ary-eyebrow{font-size:.68rem;line-height:1.35}.ary-real-hero .ary-hero-center h1{font-size:clamp(3.6rem,19vw,5.2rem);line-height:.86;margin-top:.65rem}.ary-real-hero .ary-hero-center h2{font-size:clamp(1.35rem,7.8vw,2rem);line-height:1.06;margin-top:.8rem;max-width:350px}.ary-real-hero .ary-hero-center p:not(.ary-eyebrow){font-size:.96rem;line-height:1.55;max-width:330px;margin-top:1rem}.ary-real-hero .ary-actions{margin-top:1.35rem;gap:.65rem;flex-direction:column}.ary-real-hero .ary-actions a{width:min(100%,230px);min-width:0;padding:.8rem 1rem}}
@media(max-width:390px){.ary-real-hero .ary-hero-center{transform:translateY(-3.8rem);max-width:320px}.ary-real-hero .ary-hero-center h1{font-size:3.45rem}.ary-real-hero .ary-hero-center h2{font-size:1.35rem}.ary-real-hero .ary-hero-center p:not(.ary-eyebrow){font-size:.9rem}.ary-real-truck-bg{transform:scale(1.72)}}
/* Mobile truck visibility refinement */
@media(max-width:620px){.ary-real-truck-bg{object-fit:contain;object-position:center bottom;transform:scale(1.08);opacity:.96}.ary-real-hero-shade{background:linear-gradient(180deg,rgba(0,0,0,.50) 0%,rgba(0,0,0,.74) 24%,rgba(0,0,0,.64) 52%,rgba(0,0,0,.18) 78%,rgba(0,0,0,.18) 100%)}.ary-real-hero .ary-hero-center{transform:translateY(-5.2rem)}}
@media(max-width:390px){.ary-real-truck-bg{object-fit:contain;transform:scale(1.1)}.ary-real-hero .ary-hero-center{transform:translateY(-4.8rem)}}
/* Public website polish from mobile review */
.public-shell{overflow-x:hidden}.public-shell header{position:relative;z-index:20;width:100%;border-color:rgba(245,196,0,.55)}.public-shell header .max-w-7xl{width:100%;max-width:1250px}.public-shell header nav{white-space:nowrap}.ary-service-icon{position:relative;overflow:hidden}.ary-service-icon::before,.ary-service-icon::after{content:'';position:absolute;display:block}.ary-service-icon-shield::before{width:18px;height:22px;border:3px solid #f5c400;border-top-width:5px;border-radius:11px 11px 14px 14px;top:10px;left:13px}.ary-service-icon-check::before{width:22px;height:12px;border-left:4px solid #f5c400;border-bottom:4px solid #f5c400;transform:rotate(-45deg);top:13px;left:11px}.ary-service-icon-tool::before{width:25px;height:5px;background:#f5c400;border-radius:99px;transform:rotate(-38deg);top:19px;left:10px}.ary-service-icon-tool::after{width:9px;height:9px;border:3px solid #f5c400;border-radius:50%;top:8px;right:9px}.ary-service-icon-document::before{width:19px;height:24px;border:3px solid #f5c400;border-radius:4px;top:9px;left:13px}.ary-service-icon-document::after{width:12px;height:3px;background:#f5c400;top:18px;left:18px;box-shadow:0 7px 0 #f5c400}.ary-service-icon-driver::before{width:13px;height:13px;background:#f5c400;border-radius:50%;top:8px;left:16px}.ary-service-icon-driver::after{width:24px;height:13px;background:#f5c400;border-radius:13px 13px 5px 5px;top:25px;left:10px}.ary-service-icon-alert::before{width:20px;height:24px;border:3px solid #f5c400;border-radius:12px 12px 5px 5px;top:8px;left:12px}.ary-service-icon-alert::after{width:8px;height:4px;background:#f5c400;border-radius:99px;top:34px;left:18px}.public-main .ary-section{max-width:1250px}.ary-section-head{align-items:flex-start;flex-direction:column;gap:.45rem}.ary-section-head h2{font-size:clamp(2rem,4vw,3.7rem);line-height:1.02;margin:0}.ary-service-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem}.public-main .ary-service-grid article{border-color:rgba(245,196,0,.16);background:linear-gradient(180deg,#111,#0b0b0b);box-shadow:0 18px 60px rgba(0,0,0,.28)}.public-main .ary-service-grid article:hover{border-color:rgba(245,196,0,.5);box-shadow:0 22px 70px rgba(245,196,0,.08)}.ary-proof-section,.ary-how-section,.ary-contact-strip,.ary-public-footer{max-width:1250px;margin:0 auto;color:#fff}.ary-proof-section,.ary-how-section{padding:4rem 1rem;border-top:1px solid #2a2a2a}.ary-proof-grid,.ary-how-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.6rem}.ary-proof-grid article,.ary-how-grid article{background:#101010;border:1px solid rgba(245,196,0,.16);border-radius:.65rem;padding:1.25rem;min-height:150px}.ary-proof-grid strong,.ary-how-grid strong{display:block;color:#fff;font-size:1.05rem}.ary-proof-grid p,.ary-how-grid p{margin:.8rem 0 0;color:#d4d4d8;line-height:1.6}.ary-how-grid span{display:grid;place-items:center;width:38px;height:38px;border-radius:.45rem;background:#f5c400;color:#000;font-weight:900;margin-bottom:1rem}.ary-contact-strip{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:2rem 1rem 4rem}.ary-contact-strip h2{font-size:clamp(1.8rem,3.5vw,3rem);line-height:1.05;margin:.45rem 0 0}.ary-public-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid rgba(245,196,0,.35);padding:1.25rem 1rem 2rem;color:#d4d4d8}.ary-public-footer strong{color:#f5c400}.public-main .ary-about-band{border-radius:.75rem}@media(max-width:1000px){.ary-service-grid,.ary-proof-grid,.ary-how-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ary-contact-strip,.ary-public-footer{flex-direction:column;align-items:flex-start}.ary-contact-strip .btn-primary{width:100%;max-width:260px}}
@media(max-width:620px){html,body{width:100%;overflow-x:hidden}.public-shell header .max-w-7xl{padding-left:1rem;padding-right:1rem}.public-shell header .font-semibold{font-size:1.02rem}.public-shell header .h-9{width:2.6rem;height:2.6rem}.public-shell header nav{gap:.7rem}.public-shell header nav .btn-primary{padding:.72rem 1rem;font-size:.95rem}.public-main .ary-section,.ary-proof-section,.ary-how-section{padding:3rem 1rem}.ary-service-grid,.ary-proof-grid,.ary-how-grid{grid-template-columns:1fr}.public-main .ary-service-grid article,.ary-proof-grid article,.ary-how-grid article{min-height:auto;padding:1.15rem}.ary-section-head h2,.ary-contact-strip h2{font-size:2rem}.public-main .ary-about-band{margin:0 1rem 3rem;padding:1.3rem;grid-template-columns:1fr}.ary-about-band h2{font-size:1.65rem}.ary-about-band>p{font-size:1rem}.ary-contact-strip{padding:1rem 1rem 3rem}.ary-contact-strip .btn-primary{max-width:none}.ary-public-footer{padding:1.25rem 1rem 2rem;font-size:.9rem}.ary-public-footer span{display:block}}
/* Clickable service cards */
.ary-service-grid .ary-service-card{display:block;background:#fff;border:1px solid #e4e4e7;border-radius:.5rem;padding:1.25rem;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;min-height:100%;cursor:pointer}.ary-service-grid .ary-service-card:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(0,0,0,.08)}.public-main .ary-service-grid .ary-service-card{border-color:rgba(245,196,0,.16);background:linear-gradient(180deg,#111,#0b0b0b);box-shadow:0 18px 60px rgba(0,0,0,.28);color:#fff}.public-main .ary-service-grid .ary-service-card:hover{border-color:rgba(245,196,0,.55);box-shadow:0 22px 70px rgba(245,196,0,.09)}.public-main .ary-service-grid .ary-service-card p{color:#d4d4d8}.public-main .ary-service-grid .ary-service-card h3{color:#fff}.ary-service-grid .ary-service-card:focus-visible{outline:3px solid #f5c400;outline-offset:4px}
/* Daily check PASS / FAIL buttons */
.daily-check-item{background:#fff}.check-button-group{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:flex-end}.check-choice input{position:absolute;opacity:0;pointer-events:none}.check-choice span{display:inline-flex;align-items:center;justify-content:center;min-width:68px;border-radius:.45rem;border:1px solid #d4d4d8;background:#fff;padding:.55rem .7rem;font-size:.78rem;font-weight:900;color:#27272a;cursor:pointer;transition:all .15s ease}.check-choice input:focus-visible+span{outline:3px solid #f5c400;outline-offset:2px}.check-pass input:checked+span{background:#16a34a;border-color:#16a34a;color:#fff;box-shadow:0 8px 18px rgba(22,163,74,.22)}.check-fail input:checked+span{background:#dc2626;border-color:#dc2626;color:#fff;box-shadow:0 8px 18px rgba(220,38,38,.22)}.check-na input:checked+span{background:#52525b;border-color:#52525b;color:#fff}.check-pass span{border-color:#86efac;color:#166534}.check-fail span{border-color:#fca5a5;color:#991b1b}.check-na span{border-color:#d4d4d8;color:#52525b}@media(max-width:620px){.daily-check-item .flex{align-items:flex-start;flex-direction:column}.check-button-group{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.check-choice span{width:100%;min-width:0}.daily-check-item textarea{font-size:1rem}}
.check-status-pass{background:#dcfce7;color:#166534}.check-status-fail{background:#fee2e2;color:#991b1b}.check-status-na{background:#f4f4f5;color:#52525b}
/* Daily check photo gallery */
.daily-check-photo{display:block;border:1px solid #e4e4e7;border-radius:.5rem;overflow:hidden;background:#fff;color:#18181b}.daily-check-photo img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;background:#f4f4f5}.daily-check-photo span{display:block;padding:.75rem;font-size:.85rem;font-weight:600}.daily-check-photo:hover{border-color:#f5c400;box-shadow:0 16px 34px rgba(0,0,0,.08)}
/* On-screen driver signature */
.signature-pad-block{border:1px solid #e4e4e7;border-radius:.65rem;background:#fff;padding:1rem}.signature-pad{display:block;width:100%;height:140px;margin-top:1rem;border:2px dashed #d4d4d8;border-radius:.55rem;background:linear-gradient(180deg,#fff,#fafafa);touch-action:none;cursor:crosshair}.signature-pad-block .btn-secondary{white-space:nowrap}.daily-signature-preview{display:inline-block;max-width:220px;max-height:90px;border:1px solid #e4e4e7;border-radius:.35rem;background:#fff;padding:.35rem}@media(max-width:620px){.signature-pad-block{padding:.9rem}.signature-pad{height:135px}.signature-pad-block .flex{align-items:flex-start;flex-direction:column}.signature-pad-block .btn-secondary{width:100%}}
.signature-modal-open{overflow:hidden}.signature-submit-modal[hidden]{display:none}.signature-submit-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.72);padding:1rem}.signature-submit-card{width:min(620px,100%);max-height:calc(100vh - 2rem);overflow:auto;border:1px solid #e4e4e7;border-radius:.85rem;background:#fff;padding:1.1rem;box-shadow:0 28px 90px rgba(0,0,0,.35)}.signature-submit-card .signature-pad{height:135px;background:linear-gradient(180deg,#fff,#fafafa)}@media(max-width:620px){.signature-submit-modal{align-items:flex-end;padding:.75rem}.signature-submit-card{border-radius:.85rem .85rem 0 0;padding:.9rem}.signature-submit-card .signature-pad{height:120px}.signature-submit-card .mt-4.flex{flex-direction:column}.signature-submit-card .btn-primary,.signature-submit-card .btn-secondary{width:100%}}
.signature-pad{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;overscroll-behavior:contain}
