:root{--navy:#0F172A;--blue:#2563EB;--cyan:#06B6D4;--green:#10B981;--bg:#F8FAFC;--muted:#64748B;}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:var(--bg);color:var(--navy);}.en{font-family:Inter,system-ui,sans-serif;direction:ltr;}.noise{background-image:radial-gradient(circle at 20% 20%,rgba(37,99,235,.12),transparent 28rem),radial-gradient(circle at 80% 10%,rgba(6,182,212,.13),transparent 26rem),radial-gradient(circle at 50% 100%,rgba(16,185,129,.08),transparent 28rem);}.grid-bg{background-image:linear-gradient(rgba(15,23,42,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(15,23,42,.04) 1px,transparent 1px);background-size:42px 42px;}.glass{background:rgba(255,255,255,.78);backdrop-filter:blur(18px);}.card{background:rgba(255,255,255,.88);border:1px solid rgba(226,232,240,.95);box-shadow:0 18px 50px rgba(15,23,42,.06);}.soft-card{background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(248,250,252,.88));border:1px solid rgba(226,232,240,.9);}.grad-text{background:linear-gradient(90deg,var(--navy),var(--blue),var(--cyan));-webkit-background-clip:text;background-clip:text;color:transparent;}.blue-glow{box-shadow:0 24px 80px rgba(37,99,235,.25)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:1rem;background:linear-gradient(135deg,var(--blue),var(--cyan));color:white;font-weight:800;padding:.9rem 1.25rem;box-shadow:0 14px 36px rgba(37,99,235,.28);transition:.25s ease;}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(37,99,235,.33)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:1rem;background:white;color:var(--navy);font-weight:800;padding:.9rem 1.25rem;border:1px solid rgba(203,213,225,.9);transition:.25s ease;}.btn-secondary:hover{transform:translateY(-2px);border-color:rgba(37,99,235,.35)}.pill{display:inline-flex;align-items:center;gap:.5rem;border-radius:999px;border:1px solid rgba(37,99,235,.14);background:rgba(239,246,255,.8);color:#1d4ed8;padding:.45rem .8rem;font-weight:800;font-size:.78rem;}.section-title{font-weight:950;letter-spacing:-.03em;line-height:1.35;}.kicker{color:#2563EB;font-weight:900;font-size:.85rem;letter-spacing:-.01em;}.nav-link{font-size:.9rem;color:#475569;font-weight:800;transition:.2s ease;}.nav-link:hover,.nav-link.active{color:#2563EB}.logo-mark svg{width:44px;height:44px;display:block}.logo-lg svg{width:74px;height:74px;display:block}.logo-a-gradient{fill:url(#aGrad)}.circuit-line{stroke:white;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;fill:none}.circuit-dot{fill:white}.animate-float{animation:float 6s ease-in-out infinite}.animate-float-slow{animation:float 8s ease-in-out infinite}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes pulseLine{0%,100%{opacity:.35}50%{opacity:1}}.pulse-line{animation:pulseLine 2.8s ease-in-out infinite}.reveal{opacity:0;transform:translateY(18px);transition:.7s cubic-bezier(.2,.8,.2,1)}.reveal.show{opacity:1;transform:translateY(0)}.mobile-menu{display:none}.mobile-menu.open{display:block}.product-tab.active{background:#0F172A;color:#fff;border-color:#0F172A;}.product-panel{display:none}.product-panel.active{display:block}@media (max-width:768px){.section-title{letter-spacing:-.02em}.btn-primary,.btn-secondary{width:100%}.logo-lg svg{width:58px;height:58px}}.mobile-link{display:block;border-radius:1rem;padding:.75rem 1rem;font-size:.875rem;font-weight:800;color:#334155}.mobile-link:hover{background:#f8fafc;color:#2563eb}.form-field{width:100%;border:1px solid #cbd5e1;border-radius:1rem;background:#fff;padding:.85rem 1rem;outline:none;transition:.2s}.form-field:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.12)}.errorlist{margin-top:.5rem;color:#dc2626;font-size:.8rem;font-weight:700}.mx-auto{margin-left:auto;margin-right:auto}.mt-1{margin-top:.25rem}.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-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-16{margin-top:4rem}.mb-6{margin-bottom:1.5rem}.ml-auto{margin-left:auto}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.min-h-screen{min-height:100vh}.w-full{width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-3{gap:.75rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.space-y-1>*+*{margin-top:.25rem}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky}.top-0{top:0}.z-50{z-index:50}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[2rem\]{border-radius:2rem}.rounded-\[2.5rem\]{border-radius:2.5rem}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.bg-white{background-color:#fff}.bg-slate-950{background-color:#020617}.bg-white\/70{background-color:rgba(255,255,255,.7)}.bg-emerald-50{background:#ecfdf5}.bg-blue-50{background:#eff6ff}.text-white{color:#fff}.text-slate-950{color:#020617}.text-slate-500{color:#64748b}.text-slate-600{color:#475569}.text-slate-700{color:#334155}.text-blue-600{color:#2563eb}.text-blue-700{color:#1d4ed8}.text-emerald-700{color:#047857}.font-bold{font-weight:700}.font-black{font-weight:900}.text-center{text-align:center}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.leading-9{line-height:2.25rem}.leading-10{line-height:2.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.p-9{padding:2.25rem}.px-4{padding-left:1rem;padding-right:1rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.pb-16{padding-bottom:4rem}.pb-20{padding-bottom:5rem}.pt-6{padding-top:1.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-16{padding-top:4rem;padding-bottom:4rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.lg\:flex{display:flex}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:items-center{align-items:center}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-24{padding-top:6rem;padding-bottom:6rem}.lg\:p-9{padding:2.25rem}.lg\:text-6xl{font-size:3.75rem;line-height:1}.md\:flex-row{flex-direction:row}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:col-span-2{grid-column:span 2/span 2}@media(max-width:1023px){.lg\:flex{display:none}.lg\:grid-cols-2,.lg\:grid-cols-3{grid-template-columns:1fr}}@media(min-width:640px){.sm\:flex-row{flex-direction:row}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.btn-primary,.btn-secondary{width:100%}}
/* Django MVT utility layer. Kept local so templates need no Tailwind runtime. */
html{font-size:16px}body{margin:0}img,svg{display:block;max-width:100%}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}
.h-6{height:1.5rem}.w-6{width:1.5rem}.h-11{height:2.75rem}.w-11{width:2.75rem}.h-12{height:3rem}.w-12{width:3rem}.h-20{height:5rem}.w-20{width:5rem}
.max-w-xl{max-width:36rem}.text-xs{font-size:.75rem;line-height:1rem}.text-base{font-size:1rem;line-height:1.5rem}.font-extrabold{font-weight:800}.leading-none{line-height:1}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.tracking-\[\.06em\]{letter-spacing:.06em}.tracking-\[\.08em\]{letter-spacing:.08em}
.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.rounded-\[3rem\]{border-radius:3rem}.border-blue-100{border-color:#dbeafe}.border-slate-200{border-color:#e2e8f0}.border-slate-200\/70{border-color:rgba(226,232,240,.7)}.bg-blue-500\/10{background-color:rgba(59,130,246,.1)}.bg-white\/10{background-color:rgba(255,255,255,.1)}.bg-white\/5{background-color:rgba(255,255,255,.05)}.text-blue-400{color:#60a5fa}.text-slate-300{color:#cbd5e1}.text-slate-800{color:#1e293b}.blur-3xl{filter:blur(64px)}.-inset-8{inset:-2rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.mb-2{margin-bottom:.5rem}
.\!rounded-full{border-radius:9999px!important}.\!px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.\!py-2\.5{padding-top:.625rem!important;padding-bottom:.625rem!important}
@media(min-width:640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1.2}.sm\:flex-row{flex-direction:row}.sm\:col-span-2{grid-column:span 2/span 2}}
@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:col-span-2{grid-column:span 2/span 2}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}}
@media(min-width:1024px){.lg\:flex{display:flex}.lg\:hidden{display:none!important}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:items-center{align-items:center}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-24{padding-top:6rem;padding-bottom:6rem}.lg\:p-9{padding:2.25rem}.lg\:text-6xl{font-size:3.75rem;line-height:1.15}}
@media(max-width:1023px){.lg\:flex{display:none}.lg\:grid-cols-2,.lg\:grid-cols-3,.lg\:grid-cols-4,.lg\:grid-cols-5{grid-template-columns:1fr}}

/* Product and footer components */
.footer-grid{grid-template-columns:minmax(0,1.7fr) repeat(3,minmax(0,1fr))}.footer-links a,.footer-products a{transition:color .2s ease,transform .2s ease}.footer-links a:hover{color:#2563eb}.footer-products a{display:flex;align-items:center;justify-content:space-between;border:1px solid #e2e8f0;border-radius:.9rem;padding:.7rem .85rem;color:#334155;background:#f8fafc}.footer-products a:hover{color:#1d4ed8;border-color:#bfdbfe;background:#eff6ff;transform:translateX(-2px)}
.product-tabs .product-tab{transition:all .2s ease}.product-tabs .product-tab:hover{color:#1d4ed8;border-color:#93c5fd;box-shadow:0 8px 24px rgba(37,99,235,.1)}.product-showcase{position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.product-showcase:before{content:"";position:absolute;left:-4rem;bottom:-5rem;width:12rem;height:12rem;border-radius:999px;background:rgba(37,99,235,.08)}.product-showcase:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(15,23,42,.1)}.product-showcase-top{display:flex;align-items:center;justify-content:space-between}.product-number{font-size:2.5rem;font-weight:900;color:#e2e8f0}.product-actions{position:relative;z-index:1}
.product-breadcrumb{display:flex;align-items:center;gap:.6rem}.product-breadcrumb a:hover{color:#2563eb}.product-detail-hero{position:relative;overflow:hidden}.product-detail-hero:after{content:"";position:absolute;inset:auto -10rem -15rem auto;width:32rem;height:32rem;border-radius:999px;background:rgba(6,182,212,.08);filter:blur(30px);pointer-events:none}.product-detail-grid{position:relative;z-index:1}.product-visual{position:relative;min-height:24rem;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(145deg,#020617,#0f172a 58%,#083344)}.product-visual-orbit{position:absolute;width:18rem;height:18rem;border:1px solid rgba(34,211,238,.35);border-radius:50%;top:-5rem;left:-3rem;box-shadow:0 0 0 2.5rem rgba(37,99,235,.05),0 0 0 5rem rgba(6,182,212,.04)}.product-visual-brand{position:absolute;top:2rem;right:2rem;color:#67e8f9;font-size:.75rem;font-weight:800;letter-spacing:.14em}.product-visual-status{display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.12);padding-top:1rem;color:#94a3b8}.product-visual-status strong{color:#fff}.product-info{background:linear-gradient(135deg,#fff,#f8fafc)}
@media(max-width:1023px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-brand{grid-column:span 2}.product-visual{min-height:20rem}}
@media(max-width:639px){.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.product-actions>a{width:100%}.product-visual{min-height:18rem}.product-number{font-size:2rem}}

/* Resilient product logos and responsive footer columns */
.footer-grid{grid-template-columns:minmax(16rem,1.6fr) repeat(3,minmax(10rem,1fr));align-items:start}.footer-grid>*{min-width:0}.footer-product-identity{display:flex;align-items:center;gap:.65rem;min-width:0}.footer-product-identity>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.footer-product-logo,.product-card-logo,.product-detail-logo{display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(145deg,#eff6ff,#ecfeff);border:1px solid #dbeafe;box-shadow:0 10px 28px rgba(15,23,42,.08)}.footer-product-logo{width:2.125rem;height:2.125rem;min-width:2.125rem;border-radius:.7rem;padding:.3rem}.footer-product-logo img,.product-card-logo img,.product-detail-logo img{width:100%;height:100%;object-fit:contain}.product-card-logo{width:4.5rem;height:4.5rem;border-radius:1.25rem;padding:.65rem;position:relative;z-index:1}.product-detail-logo{width:7rem;height:7rem;border-radius:1.75rem;padding:1rem;position:relative;z-index:1;background:rgba(255,255,255,.96)}
@media(max-width:1100px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-brand{grid-column:1/-1}}
@media(max-width:639px){.footer-grid{grid-template-columns:minmax(0,1fr);gap:2rem}.footer-brand{grid-column:auto}.footer-products a{width:100%}.product-card-logo{width:4rem;height:4rem}.product-detail-logo{width:5.5rem;height:5.5rem;border-radius:1.4rem}}

/* Stable four-column footer (independent from utility CSS). */
.site-footer{width:100%;overflow:hidden}.footer-container{width:min(100% - 2rem,80rem);margin-inline:auto;padding-block:3.25rem 1.5rem}.footer-grid{display:grid!important;grid-template-columns:minmax(16rem,1.55fr) minmax(9rem,.7fr) minmax(13rem,1fr) minmax(16rem,1.2fr)!important;gap:clamp(1.5rem,3vw,3.5rem);align-items:start;direction:rtl}.footer-column{min-width:0;text-align:right}.footer-column h4{margin:0 0 1.15rem;color:#0f172a;font-size:1rem;font-weight:900}.footer-brand-link{display:flex;align-items:center;gap:.8rem}.footer-brand-link>img{width:3.25rem;height:3.25rem;flex:0 0 auto;border-radius:1rem}.footer-brand-link strong{display:block;font-size:1.15rem;font-weight:900;letter-spacing:.06em;color:#0f172a}.footer-brand-link strong span{color:#2563eb}.footer-brand-link small{display:block;margin-top:.3rem;color:#64748b;font-weight:700}.footer-brand>p{max-width:31rem;margin:1rem 0 0;color:#64748b;font-size:.9rem;line-height:2}.footer-nav-list,.footer-products,.footer-contact-list{display:grid;gap:.7rem}.footer-nav-list a{color:#475569;font-size:.9rem;font-weight:700;transition:.2s}.footer-nav-list a:hover{color:#2563eb;transform:translateX(-2px)}.footer-products a{display:grid;grid-template-columns:2.125rem minmax(0,1fr) auto;align-items:center;gap:.65rem;width:100%;padding:.55rem .65rem;border:1px solid #e2e8f0;border-radius:.85rem;background:#f8fafc;color:#334155;transition:.2s}.footer-products a:hover{color:#1d4ed8;border-color:#bfdbfe;background:#eff6ff;transform:translateY(-1px)}.footer-product-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;font-weight:800}.footer-external-icon{font-size:.75rem}.footer-empty{color:#64748b;font-size:.85rem}.footer-contact-list{margin:0;font-style:normal}.footer-contact-list a,.footer-contact-list p{display:grid;grid-template-columns:1.25rem minmax(0,1fr);align-items:start;gap:.55rem;margin:0;color:#475569;font-size:.84rem;line-height:1.75;overflow-wrap:anywhere}.footer-contact-list a{transition:color .2s}.footer-contact-list a:hover{color:#2563eb}.footer-contact-list a>span:first-child,.footer-contact-list p>span:first-child{color:#2563eb;text-align:center}.footer-bottom{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid #e2e8f0;color:#64748b;font-size:.8rem}.footer-bottom p{margin:0}.footer-bottom p:last-child{text-align:left}.footer-bottom a{color:#2563eb;font-weight:800}
@media(max-width:1050px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.footer-brand{grid-column:1/-1}.footer-bottom{grid-template-columns:1fr auto}.footer-bottom p:last-child{display:none}}
@media(max-width:640px){.footer-container{width:min(100% - 1.5rem,80rem);padding-block:2.5rem 1.25rem}.footer-grid{grid-template-columns:minmax(0,1fr)!important;gap:2.25rem}.footer-brand{grid-column:auto}.footer-column{width:100%}.footer-products a{grid-template-columns:2.125rem minmax(0,1fr) auto}.footer-bottom{grid-template-columns:1fr;text-align:center}.footer-bottom p:last-child{display:block;text-align:center}}

/* Footer v3: dark, spacious and deterministic. */
.site-footer{width:100%;overflow:hidden;background:linear-gradient(135deg,#0b1f48 0%,#123d82 55%,#0b2f68 100%)!important;color:#fff}.footer-container{width:min(calc(100% - 3rem),80rem);margin-inline:auto;padding:4rem 0 1.5rem}.footer-grid{display:grid!important;grid-template-columns:minmax(17rem,1.45fr) minmax(10rem,.75fr) minmax(12rem,.9fr) minmax(17rem,1.25fr)!important;gap:clamp(2rem,4vw,4.5rem)!important;align-items:start;direction:rtl}.footer-column{min-width:0;text-align:right;color:#fff}.footer-column h4{position:relative;margin:0 0 1.5rem;padding-bottom:.8rem;color:#fff;font-size:1.05rem;font-weight:900}.footer-column h4:after{content:"";position:absolute;right:0;bottom:0;width:3.5rem;height:2px;border-radius:2px;background:#22d3ee}.footer-brand-link{display:flex;align-items:center;gap:.9rem;color:#fff}.footer-brand-link>img{width:3.5rem;height:3.5rem;flex:0 0 auto;border-radius:1rem;background:#fff;padding:.25rem}.footer-brand-link strong{display:block;color:#fff;font-size:1.2rem;font-weight:900;letter-spacing:.06em}.footer-brand-link strong span{color:#67e8f9}.footer-brand-link small{display:block;margin-top:.35rem;color:#cbd5e1;font-weight:700}.footer-brand>p{max-width:31rem;margin:1.25rem 0 0;color:#dbeafe;font-size:.9rem;line-height:2.1}.footer-nav-list,.footer-products,.footer-contact-list{display:grid!important;gap:.85rem}.footer-nav-list a,.footer-products a{display:flex!important;align-items:center;justify-content:space-between;width:100%;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#dbeafe!important;font-size:.9rem;font-weight:700;box-shadow:none!important;transition:color .2s,transform .2s}.footer-nav-list a:hover,.footer-products a:hover{color:#fff!important;transform:translateX(-3px)}.footer-product-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.footer-external-icon{color:#67e8f9;font-size:.75rem}.footer-contact-list{margin:0;font-style:normal}.footer-contact-list a,.footer-contact-list p{display:grid!important;grid-template-columns:1.25rem minmax(0,1fr);align-items:start;gap:.65rem;margin:0;color:#dbeafe;font-size:.86rem;line-height:1.8;overflow-wrap:anywhere}.footer-contact-list a:hover{color:#fff}.footer-contact-list a>span:first-child,.footer-contact-list p>span:first-child{color:#67e8f9;text-align:center}.footer-bottom{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;margin-top:3.5rem;padding-top:1.35rem;border-top:1px solid rgba(255,255,255,.2);color:#bfdbfe;font-size:.8rem}.footer-bottom p{margin:0}.footer-bottom p:last-child{text-align:left}.footer-bottom a{color:#67e8f9;font-weight:800}
@media(max-width:1050px){.footer-container{width:min(calc(100% - 2.5rem),80rem)}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:3rem!important}.footer-brand{grid-column:1/-1}.footer-bottom{grid-template-columns:1fr auto}.footer-bottom p:last-child{display:none}}
@media(max-width:640px){.footer-container{width:min(calc(100% - 2rem),80rem);padding:3rem 0 1.25rem}.footer-grid{grid-template-columns:minmax(0,1fr)!important;gap:2.5rem!important}.footer-brand{grid-column:auto}.footer-column{width:100%}.footer-bottom{grid-template-columns:1fr;text-align:center;margin-top:2.75rem}.footer-bottom p:last-child{display:block;text-align:center}}
