*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--red:#ff810d;--red-dark:#ca6100;--red-light:#ff9432;--red-pale:#fbf7f4;--red-mid:#ffd7b2;--red-glow:#ff810d2e;--black:#0c0f1a;--gray-900:#151929;--gray-700:#2d3348;--gray-500:#5f6b82;--gray-400:#8491a8;--gray-300:#c4cdd8;--gray-200:#dde3ec;--gray-100:#eef1f6;--gray-50:#f5f7fa;--section-soft-bg:#f8f9fb;--feature-card-bg:#fff;--surface-muted:#f8f9fb;--icon-color:var(--gray-500);--icon-surface:var(--gray-100);--white:#fff;--accent-blue:#2563eb;--accent-blue-pale:#eff6ff;--accent-green:#059669;--accent-green-pale:#ecfdf5;--accent-amber:#d97706;--accent-amber-pale:#fffbeb;--accent-purple:#7c3aed;--accent-purple-pale:#f5f3ff;--accent-pink:#db2777;--accent-pink-pale:#fdf2f8;--accent-teal:#0d9488;--accent-teal-pale:#f0fdfa;--radius-sm:8px;--radius:12px;--radius-lg:16px;--radius-xl:24px;--radius-2xl:32px;--radius-full:9999px;--shadow-sm:0 1px 3px #0c0f1a0f, 0 1px 2px #0c0f1a0a;--shadow:0 4px 16px #0c0f1a14, 0 2px 6px #0c0f1a0a;--shadow-lg:0 16px 48px #0c0f1a1f, 0 4px 12px #0c0f1a0f;--shadow-xl:0 28px 72px #0c0f1a2e, 0 8px 24px #0c0f1a14;--shadow-red:0 8px 32px #ff810d4d, 0 2px 8px #ff810d26;--glass-bg:#ffffff80;--glass-bg-strong:#ffffffad;--glass-border:#ffffffa6;--glass-blur:18px;--glass-shadow:0 8px 32px #1f26871f, 0 1px 0 #fff6 inset;--font:"Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--transition:all .22s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth}[id]{scroll-margin-top:100px}body{font-family:var(--font);color:var(--black);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:right;direction:rtl;background:linear-gradient(165deg,#fbfaf9 0%,#f7f7f9 45%,#f4f6f9 100%) no-repeat;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font);border:none;outline:none}img{max-width:100%;display:block}.section-seam{position:relative}.section-seam:after{content:"";z-index:-1;filter:blur(38px);pointer-events:none;background:radial-gradient(closest-side,#fffc,#0000 72%);width:min(760px,90%);height:190px;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}:focus-visible{outline:2px solid var(--red);outline-offset:3px;border-radius:var(--radius-sm)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.logo{--logo-height:38px;--logo-wordmark-height:calc(var(--logo-height) * .615);align-items:center;gap:calc(var(--logo-height) * .197);height:var(--logo-height);color:var(--black);direction:ltr;flex-direction:column;display:inline-flex}.logo__wordmark{height:var(--logo-wordmark-height);width:calc(var(--logo-wordmark-height) * 4.708);background-color:currentColor;-webkit-mask:url(/assets/meeba-wordmark-Kh4ACwqi.png) 50%/contain no-repeat;mask:url(/assets/meeba-wordmark-Kh4ACwqi.png) 50%/contain no-repeat}.logo__bar{height:calc(var(--logo-height) * .188);width:calc(var(--logo-height) * 1.14);background:var(--red)}.logo--light{color:var(--white)}.logo--sm{--logo-height:32px}@media (width<=640px){.logo{--logo-height:32px}}.navbar{z-index:100;border-radius:var(--radius-full);align-items:center;max-width:900px;height:62px;margin:0 auto;padding:0 1.75rem 0 .85rem;display:flex;position:fixed;top:14px;left:1rem;right:1rem}.navbar:before{content:"";border-radius:var(--radius-full);background:var(--glass-bg-strong);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);pointer-events:none;transition:background .3s,box-shadow .3s;position:absolute;inset:0}.navbar--scrolled:before{background:var(--glass-bg-strong);box-shadow:0 12px 40px #1f268733,inset 0 1px #ffffff80}.navbar__inner{align-items:center;gap:1rem;width:100%;height:100%;display:flex;position:relative}.navbar__logo{flex-shrink:0;align-items:center;display:flex}.navbar__logo .logo{--logo-height:27px}.navbar__links{align-items:center;gap:1.5rem;margin-right:.5rem;display:flex}.navbar__links a{color:var(--gray-700);font-size:.9375rem;font-weight:500;transition:color .2s}.navbar__links a:hover{color:var(--red)}.navbar__actions{align-items:center;gap:.5rem;margin-right:auto;display:flex}.navbar__actions .btn--primary{padding:.5rem 1.1rem;font-size:.85rem}.btn{border-radius:var(--radius-full);cursor:pointer;white-space:nowrap;font-size:.9375rem;font-weight:600;font-family:var(--font);justify-content:center;align-items:center;padding:.6rem 1.35rem;transition:all .2s;display:inline-flex}.btn--ghost{-webkit-backdrop-filter:blur(10px);color:var(--gray-700);background:#ffffff59;border:1.5px solid #fff9}.btn--ghost:hover{border-color:var(--red);color:var(--red);background:#ffffff8c}.btn--primary{background:var(--red);color:var(--white);border:1.5px solid var(--red);box-shadow:0 2px 8px #ff810d40}.btn--primary:hover{background:var(--red-dark);border-color:var(--red-dark);transform:translateY(-1px);box-shadow:0 4px 16px #ff810d59}.btn--primary-lg{padding:.875rem 2rem;font-size:1.0625rem}.btn--outline-lg{color:var(--red);border:2px solid var(--red);border-radius:var(--radius-full);font-size:1.0625rem;font-weight:600;font-family:var(--font);white-space:nowrap;cursor:pointer;background:0 0;padding:.875rem 2rem;transition:all .2s}.btn--outline-lg:hover{background:var(--red-pale);transform:translateY(-1px)}.btn--yellow{background:var(--black);color:var(--white);border:1.5px solid var(--black);box-shadow:0 2px 8px #0f172a26}.btn--yellow:hover{background:var(--gray-900);border-color:var(--gray-900);transform:translateY(-1px);box-shadow:0 4px 16px #0f172a40}.navbar__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;margin-left:auto;padding:4px;display:none}.navbar__burger span{background:var(--black);border-radius:2px;width:24px;height:2px;transition:all .25s;display:block}.navbar__burger--open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__burger--open span:nth-child(2){opacity:0}.navbar__burger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.navbar{padding:0 1.1rem 0 .5rem;left:.75rem;right:.75rem}.navbar__backdrop{z-index:-1;background:#0c0f1a59;border:none;width:100%;height:calc(100svh - 88px);padding:0;position:fixed;top:88px;left:0}.navbar__links{background:var(--glass-bg-strong);width:auto;-webkit-backdrop-filter:blur(var(--glass-blur));box-shadow:var(--glass-shadow);border:1px solid var(--glass-border);border-radius:var(--radius-xl);flex-direction:column;align-items:stretch;gap:.25rem;max-height:calc(100svh - 104px);padding:1.25rem;display:none;position:fixed;top:88px;left:.75rem;right:.75rem;overflow-y:auto}.navbar__links--open{display:flex}.navbar__links a{border-radius:var(--radius-sm);padding:.75rem .25rem;font-size:1.0625rem}.navbar__links a:active{background:var(--gray-50)}.navbar__actions{display:none}.navbar__burger{display:flex}.navbar__mobile-ctas{border-top:1px solid var(--gray-100);flex-direction:column;gap:.625rem;width:100%;margin-top:.75rem;padding-top:1rem;display:flex}.navbar__mobile-ctas .btn{border-radius:var(--radius);justify-content:center;width:100%;padding:.75rem 1.25rem;font-size:1rem}}@media (width>=769px){.navbar__mobile-ctas,.navbar__backdrop{display:none}}.hero{background:0 0;flex-direction:column;min-height:100svh;padding-top:104px;display:flex;position:relative}.hero__bg{pointer-events:none;z-index:0;isolation:isolate;contain:layout style paint;position:absolute;inset:0;overflow:hidden;transform:translateZ(0)}.hero__bg-mesh{width:min(1400px,120vw);height:min(700px,80vh);position:absolute;top:50%;left:50%;transform:translate(-50%,-48%)}.hero__bg-orb{filter:blur(80px);border-radius:50%;position:absolute}.hero__bg-orb--coral{background:radial-gradient(circle,#ffbeaa6b 0%,#ffd2c324 45%,#0000 70%);width:50%;height:62%;top:8%;left:32%}.hero__bg-orb--sky{background:radial-gradient(circle,#badaf557 0%,#cee8fa1a 50%,#0000 72%);width:44%;height:52%;top:18%;left:-2%}.hero__content{z-index:1;direction:rtl;flex:1;grid-template-columns:.95fr 1.25fr;align-items:center;gap:1.5rem;width:100%;max-width:1200px;margin:0 auto;padding:3rem 2rem 2.5rem;display:grid;position:relative}.hero__title{letter-spacing:-.04em;color:var(--black);margin-bottom:1.5rem;font-size:clamp(2.6rem,4.8vw,4rem);font-weight:900;line-height:1.1}.hero__title-highlight{background:linear-gradient(135deg, var(--red) 0%, #e8983e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__subtitle{color:var(--gray-500);max-width:480px;margin-bottom:2.5rem;font-size:clamp(1rem,1.5vw,1.125rem);line-height:1.7}.hero__ctas{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.btn--primary-lg{background:var(--red);color:var(--white);border:1.5px solid var(--red);border-radius:var(--radius-full);font-size:1.0625rem;font-weight:600;font-family:var(--font);box-shadow:var(--shadow-red);cursor:pointer;white-space:nowrap;align-items:center;gap:.5rem;padding:.875rem 2rem;text-decoration:none;transition:all .2s;display:inline-flex}.btn--primary-lg:hover{background:var(--red-dark);border-color:var(--red-dark);transform:translateY(-2px);box-shadow:0 12px 40px #ff810d66}.hero__visual{justify-content:center;align-items:center;display:flex;position:relative}.hero__shot{object-fit:contain;width:auto;max-width:none;height:clamp(360px,58svh,560px);box-shadow:var(--shadow-xl), 0 30px 60px -20px #00000059;border:1.5px solid #0c0f1a;border-radius:14px;display:block}.hero__shot--back{z-index:1;filter:brightness(.94);position:absolute;transform:rotate(-8deg)translate(-78px,12px)}.hero__shot--front{z-index:2;position:relative;transform:rotate(6deg)translate(78px,-14px)}@media (width<=900px){.hero{min-height:unset}.hero__content{grid-template-columns:1fr;gap:2rem;padding:3rem 1.5rem 2rem}.hero__shot{height:clamp(300px,46svh,420px)}.hero__shot--back{transform:rotate(-8deg)translate(-50px,6px)}.hero__shot--front{transform:rotate(6deg)translate(50px,-8px)}}@media (width<=640px){.hero{flex-direction:column;padding-bottom:1rem}.hero__content{flex:unset;gap:1.75rem;padding:2rem 1.25rem 0}.hero__visual{align-items:flex-end;margin-bottom:-14%}.hero__shot{height:clamp(240px,40svh,340px)}.hero__shot--back{transform:rotate(-8deg)translate(-32px,6px)}.hero__shot--front{transform:rotate(6deg)translate(32px,-8px)}.hero__title{font-size:2.125rem}.hero__subtitle{max-width:100%;font-size:.9375rem}.hero__ctas{flex-direction:column;align-items:stretch;gap:.75rem}.btn--primary-lg{justify-content:center;width:100%}.btn--outline-lg{text-align:center;justify-content:center;width:100%;padding:.875rem 1.5rem;display:block}.hero__bg-mesh{width:120vw;height:60vh;transform:translate(-50%,-42%)}.hero__bg-orb{filter:blur(70px)}}.features{background:var(--white);padding:8.5rem 2rem;position:relative}.features__inner{max-width:1200px;margin:0 auto}.section-label{text-transform:uppercase;letter-spacing:.04em;color:var(--red);background:var(--red-pale);border-radius:var(--radius-full);border:1px solid var(--red-mid);align-items:center;gap:.4rem;margin-bottom:1.25rem;padding:.35rem .875rem;font-size:.75rem;font-weight:700;display:inline-flex}.section-label--muted{color:var(--gray-500);background:var(--gray-50);border-color:var(--gray-100)}.section-title{letter-spacing:-.035em;color:var(--black);margin-bottom:1.25rem;font-size:clamp(2rem,3.5vw,2.875rem);font-weight:800;line-height:1.15}.section-subtitle{color:var(--gray-500);max-width:520px;margin:0 auto;font-size:1.0625rem;line-height:1.75}.features__header{text-align:center;margin-bottom:4rem}.features__list{flex-direction:column;gap:1.25rem;max-width:760px;margin:0 auto;display:flex}.feature-row{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);align-items:flex-start;gap:1.5rem;padding:1.75rem 2rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex}.feature-row:nth-child(odd){transform:translate(-14px)}.feature-row:nth-child(2n){transform:translate(14px)}.feature-row:hover{box-shadow:var(--shadow-lg);border-color:#0000}.feature-row:nth-child(odd):hover{transform:translate(-14px)translateY(-4px)}.feature-row:nth-child(2n):hover{transform:translate(14px)translateY(-4px)}.feature-row__icon{border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .25s;display:flex}.feature-row:hover .feature-row__icon{transform:scale(1.08)}.feature-row:first-child .feature-row__icon{background:var(--accent-blue-pale);color:var(--accent-blue)}.feature-row:nth-child(2) .feature-row__icon{background:var(--accent-green-pale);color:var(--accent-green)}.feature-row:nth-child(3) .feature-row__icon{background:var(--accent-amber-pale);color:var(--accent-amber)}.feature-row:nth-child(4) .feature-row__icon{background:var(--accent-purple-pale);color:var(--accent-purple)}.feature-row__body{flex:1;padding-top:.125rem}.feature-row__title{color:var(--black);letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.feature-row__desc{color:var(--gray-500);max-width:52ch;font-size:1rem;line-height:1.75}.feature-row__index{color:var(--gray-300);font-variant-numeric:tabular-nums;flex-shrink:0;padding-top:.5rem;font-size:.8125rem;font-weight:700}@media (width<=640px){.features{padding:4rem 1.25rem}.features__header{margin-bottom:2.5rem}.feature-row{gap:1.125rem;padding:1.5rem 1.25rem}.feature-row:nth-child(odd),.feature-row:nth-child(2n),.feature-row:nth-child(odd):hover,.feature-row:nth-child(2n):hover{transform:none}.feature-row__icon{width:44px;height:44px}.feature-row__title{font-size:1.0625rem}.feature-row__desc{font-size:.9375rem;line-height:1.7}.feature-row__index{display:none}}.how{background:0 0;padding:8.5rem 2rem;position:relative;overflow:hidden}.how__bg{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.how__bg-orb{filter:blur(80px);border-radius:50%;position:absolute}.how__bg-orb--a{background:radial-gradient(circle,#dcc3eb57 0%,#ebd7f51a 50%,#0000 72%);width:46%;height:60%;top:-8%;right:-6%}.how__bg-orb--b{background:radial-gradient(circle,#badcf54d 0%,#d2ebfa14 50%,#0000 72%);width:42%;height:54%;bottom:-10%;left:-4%}.how__inner{z-index:1;max-width:1200px;margin:0 auto;position:relative}.how__header{text-align:center;margin-bottom:4rem}.section-label--glass{color:var(--gray-700);background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border-color:var(--glass-border)}.how__tabs-layout{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:3rem;display:grid}.how__divider{background:linear-gradient(to bottom, transparent, var(--gray-300), transparent);align-self:stretch;width:1px}.how__panel{background:var(--glass-bg);height:100%;min-height:0;-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius-xl);box-shadow:var(--glass-shadow);flex-direction:column;gap:1.5rem;padding:2.25rem 2.5rem;transition:box-shadow .25s,background .25s;display:flex}.how__panel:hover{background:var(--glass-bg-strong);box-shadow:0 16px 48px #1f268729,inset 0 1px #ffffff80}.how__panel-header{flex-direction:row-reverse;justify-content:flex-end;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.how__panel--worker .how__panel-icon{background:var(--accent-blue-pale);width:52px;height:52px;color:var(--accent-blue);border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;display:flex}.how__panel--venue .how__panel-icon{background:var(--accent-amber-pale);width:52px;height:52px;color:var(--accent-amber);border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;display:flex}.how__panel-title{color:var(--black);letter-spacing:-.02em;font-size:1.375rem;font-weight:800}.how__panel-sub{color:var(--gray-500);font-size:.875rem}.how__steps{flex-direction:column;flex:1;gap:0;display:flex;position:relative}.how__step{flex-direction:row-reverse;align-items:flex-start;gap:1rem;padding-bottom:1.5rem;display:flex;position:relative}.how__step:last-child{padding-bottom:0}.how__step:not(:last-child):after{content:"";background:linear-gradient(to bottom, var(--gray-200), #dde3ec40);width:2px;position:absolute;top:40px;bottom:4px;right:17px}.how__step-num{width:36px;height:36px;color:var(--red);background:var(--red-pale);border:1.5px solid var(--red-mid);letter-spacing:.01em;z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8125rem;font-weight:800;display:flex;position:relative}.how__step-content{flex:1}.how__step-title{color:var(--black);margin-bottom:.25rem;font-size:1rem;font-weight:700}.how__step-desc{color:var(--gray-500);font-size:.9rem;line-height:1.6}.how__cta{background:var(--red);color:var(--white);border-radius:var(--radius-full);font-size:1rem;font-weight:700;font-family:var(--font);box-shadow:var(--shadow-red);cursor:pointer;border:none;flex-shrink:0;align-items:center;gap:.5rem;width:fit-content;margin-top:auto;padding:.875rem 2rem;text-decoration:none;transition:all .22s;display:inline-flex}.how__cta:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 12px 32px #ff810d66}@media (width<=900px){.how__tabs-layout{grid-template-columns:1fr;gap:2rem}.how__divider{width:100%;height:1px;min-height:unset;background:linear-gradient(to right, transparent, var(--gray-300), transparent)}}@media (width<=640px){.how{padding:4rem 1.25rem}.how__header{margin-bottom:2.5rem}.how__panel{padding:1.5rem 1.25rem}.how__panel-title{font-size:1.25rem}.how__cta{justify-content:center;width:100%}.how__step-desc{font-size:.875rem}}.cta{background:var(--white);padding:8.5rem 2rem 7rem}.cta__inner{max-width:1000px;margin:0 auto}.cta__card{border-radius:var(--radius-2xl);text-align:center;background:linear-gradient(135deg,#1a1108 0%,#3d2609 35%,#ff810d 70%,#e8983e 100%);padding:5rem 3.5rem;position:relative;overflow:hidden;box-shadow:0 32px 80px #ff810d59,0 8px 24px #0003}.cta__bg-orb{pointer-events:none;border-radius:50%;position:absolute}.cta__bg-orb--1{background:radial-gradient(circle,#ffffff14 0%,#0000 70%);width:500px;height:500px;top:-200px;right:-80px}.cta__bg-orb--2{background:radial-gradient(circle,#ffc8b41a 0%,#0000 70%);width:350px;height:350px;bottom:-120px;left:-60px}.cta__content{z-index:1;position:relative}.cta__eyebrow{color:#ffffffe6;border-radius:var(--radius-full);letter-spacing:.02em;background:#ffffff26;border:1px solid #fff3;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.35rem .875rem;font-size:.8125rem;font-weight:600;display:inline-flex}.cta__title{color:var(--white);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.15}.cta__subtitle{color:#ffffffbf;max-width:520px;margin:0 auto 2.5rem;font-size:1.0625rem;line-height:1.7}.cta__buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.cta__btn{border-radius:var(--radius-full);font-size:1.0625rem;font-weight:700;font-family:var(--font);cursor:pointer;white-space:nowrap;align-items:center;gap:.5rem;padding:.9rem 2.25rem;text-decoration:none;transition:all .2s;display:inline-flex}.cta__btn--primary{background:var(--white);color:var(--red);box-shadow:0 4px 20px #0003}.cta__btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0000004d}.cta__btn--secondary{color:var(--white);background:0 0;border:2px solid #fff6}.cta__btn--secondary:hover{background:#ffffff14;border-color:#fffc;transform:translateY(-2px)}.cta__trust{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.cta__trust-item{color:#ffffffb3;align-items:center;gap:.4rem;font-size:.875rem;font-weight:500;display:flex}.cta__trust-item svg{color:#ffffffd9;flex-shrink:0}@media (width<=640px){.cta{padding:4rem 1.25rem}.cta__card{border-radius:1.25rem;padding:3rem 1.5rem}.cta__title{font-size:1.875rem}.cta__buttons{flex-direction:column;align-items:stretch}.cta__btn{justify-content:center;padding:.875rem 1.5rem}.cta__trust{flex-direction:column;align-items:center;gap:.625rem}}.footer{background:var(--black);color:var(--gray-300)}.footer__inner{grid-template-columns:2fr 3fr;gap:4rem;max-width:1200px;margin:0 auto;padding:5rem 2rem 3.5rem;display:grid}.footer__logo{align-items:center;margin-bottom:1rem;display:inline-flex}.footer__tagline{color:var(--gray-500);max-width:280px;font-size:.9375rem;line-height:1.65}.footer__links{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.footer__link-title{color:var(--white);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1.25rem;font-size:.875rem;font-weight:700}.footer__link-list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer__link-list a{color:var(--gray-500);font-size:.9rem;transition:color .2s}.footer__link-list a:hover{color:var(--white)}.footer__bottom{border-top:1px solid #ffffff14}.footer__bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex}.footer__bottom p{color:var(--gray-500);font-size:.875rem}.footer__bottom-links{gap:1.5rem;display:flex}.footer__bottom-links a{color:var(--gray-500);font-size:.875rem;transition:color .2s}.footer__bottom-links a:hover{color:var(--white)}@media (width<=900px){.footer__inner{grid-template-columns:1fr;gap:3rem;padding:4rem 2rem 2.5rem}}@media (width<=640px){.footer__inner{gap:2.5rem;padding:3rem 1.25rem 2rem}.footer__links{gap:1.5rem}.footer__tagline{max-width:100%}.footer__bottom-inner{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.25rem}}.policy{max-width:820px;margin:0 auto;padding:8rem 2rem 5rem}.policy__title{margin-bottom:.75rem;font-size:clamp(2rem,5vw,3rem);font-weight:900;line-height:1.15}.policy h2{margin:2.75rem 0 1rem;font-size:1.375rem;font-weight:800}.policy h3{margin:1.75rem 0 .6rem;font-size:1.0625rem;font-weight:700}.policy p,.policy li{color:var(--gray-700);font-size:1rem;line-height:1.8}.policy p+p{margin-top:.9rem}.policy ul{flex-direction:column;gap:.6rem;margin:.75rem 0;list-style:none;display:flex}.policy ul li{padding-inline-start:1.25rem;position:relative}.policy ul li:before{content:"";inset-inline-start:0;background:var(--red);border-radius:50%;width:6px;height:6px;position:absolute;top:.72em}.policy a{color:var(--red);text-underline-offset:3px;text-decoration:underline}.policy__rule{border:0;border-top:1px solid var(--gray-200,#e5e7eb);margin:2.5rem 0}.policy__table-wrap{margin:1.25rem 0;overflow-x:auto}.policy__table{border-collapse:collapse;width:100%;font-size:.9375rem;line-height:1.6}.policy__table th,.policy__table td{border:1px solid var(--gray-200,#e5e7eb);text-align:start;vertical-align:top;color:var(--gray-700);padding:.65rem .85rem}.policy__table th{background:var(--gray-50,#f9fafb);font-weight:700}.policy__back{color:var(--red);align-items:center;gap:.5rem;margin-top:2.5rem;font-size:.9375rem;font-weight:600;display:inline-flex}@media (width<=640px){.policy{padding:6rem 1.25rem 3.5rem}.policy__table{font-size:.875rem}}
