:root{
  --ink:#0c0c1a;
  --ink-2:#1a1b38;
  --muted:#666985;
  --line:#e8e9f3;
  --paper:#ffffff;
  --soft:#f5f6fc;
  --soft-blue:#f1f5ff;
  --blue:#3977f6;
  --purple:#6654e8;
  --purple-2:#7d60ff;
  --green:#18a874;
  --shadow:0 28px 80px rgba(24,21,78,.13);
  --shadow-soft:0 16px 45px rgba(35,31,88,.08);
  --radius:30px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:linear-gradient(180deg,#fbfbff 0%,#fff 28%,#fff 100%);color:var(--ink);font-family:"DM Sans","Inter","Segoe UI",system-ui,-apple-system,sans-serif;line-height:1.55;overflow-x:hidden}
body::selection{background:#dcd5ff}
a{color:inherit;text-decoration:none}
button{font:inherit}
.shell{width:min(1160px,calc(100% - 40px));margin-inline:auto;position:relative}
.section-pad{padding:110px 0}
.ambient{position:fixed;pointer-events:none;filter:blur(10px);opacity:.46;border-radius:999px;z-index:-2}
.ambient-a{width:520px;height:520px;background:radial-gradient(circle,#e2dcff 0%,rgba(226,220,255,0) 72%);top:-140px;right:-120px}
.ambient-b{width:430px;height:430px;background:radial-gradient(circle,#dce8ff 0%,rgba(220,232,255,0) 70%);top:520px;left:-200px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(251,251,255,.78);backdrop-filter:blur(18px);border-bottom:1px solid rgba(232,233,243,.72)}
.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:12px;font-weight:800}
.brand-logo{display:block;height:31px;width:auto;max-width:155px;object-fit:contain}
.brand-product{font-size:20px;letter-spacing:-.03em;padding-left:12px;border-left:1px solid #d6d8e7}
.desktop-nav{display:flex;gap:28px;margin-left:auto}
.desktop-nav a{font-size:14px;color:#454863;font-weight:700;transition:.2s}
.desktop-nav a:hover{color:var(--purple)}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:16px;background:linear-gradient(135deg,var(--blue),var(--purple));color:#fff;font-weight:800;box-shadow:0 12px 30px rgba(102,84,232,.24);transition:transform .2s ease,box-shadow .2s ease}
.button:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(102,84,232,.31)}
.button-small{min-height:42px;padding:0 18px;border-radius:13px;font-size:14px}
.button-ghost{background:#fff;color:var(--ink);box-shadow:inset 0 0 0 1px #dfe1ee,0 10px 25px rgba(24,21,78,.06)}
.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center;min-height:760px;padding-top:82px}
.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--purple);margin-bottom:24px}
.eyebrow-light{color:#c9beff}
.pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--purple);box-shadow:0 0 0 7px rgba(102,84,232,.12);animation:pulse 2.2s infinite}
@keyframes pulse{50%{box-shadow:0 0 0 12px rgba(102,84,232,0)}}
h1,h2,h3{font-family:"Bricolage Grotesque","DM Sans","Inter",system-ui,sans-serif;letter-spacing:-.045em;margin:0}
h1{font-size:clamp(56px,6.7vw,92px);line-height:.98;max-width:820px}
h2{font-size:clamp(42px,5vw,68px);line-height:1.03}
h3{font-size:23px;line-height:1.15}
.gradient-text{background:linear-gradient(100deg,var(--blue),var(--purple),#8252e8);background-size:180% 180%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:gradientMove 7s ease infinite}
@keyframes gradientMove{50%{background-position:100% 50%}}
.hero-lead{font-size:20px;line-height:1.65;color:#555973;max-width:650px;margin:30px 0 32px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-note{margin-top:26px;color:#7b7e98;font-size:14px;font-weight:700}
.hero-visual{min-height:580px;display:flex;align-items:center;justify-content:center;position:relative}
.phone-frame{width:350px;border-radius:42px;background:#111225;padding:10px;box-shadow:0 50px 90px rgba(28,25,81,.24);transform:rotate(2deg)}
.phone-frame::before{content:"";position:absolute;inset:-45px -60px;background:radial-gradient(circle at 45% 40%,rgba(102,84,232,.23),rgba(57,119,246,.08) 42%,transparent 68%);z-index:-1}
.phone-top{height:62px;border-radius:33px 33px 0 0;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 20px;font-size:15px}.phone-top>span:first-child{width:43px}.mini-avatar{width:32px;height:32px;background:linear-gradient(135deg,#e7e3ff,#dfe8ff);border-radius:50%;display:grid;place-items:center;font-size:11px;color:#4b3fb2}
.phone-body{background:#f6f6fb;border-radius:0 0 33px 33px;padding:19px;min-height:470px}
.phone-kicker{font-size:10px;font-weight:900;letter-spacing:.14em;color:#8a8ca4;margin-bottom:10px}
.gig-card{background:#fff;border-radius:20px;padding:17px;box-shadow:0 12px 35px rgba(26,22,80,.07);border:1px solid #ebeaf5}.gig-card-primary{background:linear-gradient(145deg,#fff,#faf9ff)}
.gig-head{display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center}.gig-icon{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#e2ebff,#e8ddff);display:grid;place-items:center;color:#654fe1;font-size:18px}.gig-head strong{display:block;font-size:14px}.gig-head span{display:block;color:#7d8099;font-size:10px;margin-top:2px}.gig-fee{font-weight:900;font-size:17px}.chips{display:flex;gap:7px;flex-wrap:wrap;margin:14px 0 12px}.chips span{background:#f0effa;color:#5e5d76;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:800}.gig-progress{height:5px;background:#ececf5;border-radius:99px;overflow:hidden}.gig-progress i{height:100%;display:block;background:linear-gradient(90deg,var(--blue),var(--purple));border-radius:99px}.gig-foot{display:flex;justify-content:space-between;margin-top:11px;font-size:9px;color:#777a92}.gig-foot b{color:#6654e8}.mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.mini-card{background:#fff;border:1px solid #ebebf4;border-radius:17px;padding:12px}.mini-card span{display:block;color:#6654e8}.mini-card b{display:block;font-size:11px;margin-top:6px}.mini-card small{display:block;color:#8a8da2;font-size:9px;margin-top:2px}.report-preview{margin-top:10px;background:#fff;border-radius:18px;padding:13px;border:1px solid #ebebf4}.report-title{display:flex;justify-content:space-between;align-items:center;font-size:9px;color:#686b83}.report-title b{color:#16a16f}.score-row{display:grid;grid-template-columns:auto 1fr auto;gap:7px;align-items:end;margin:10px 0 11px}.score-row strong{font-size:23px}.score-row span{font-size:9px;color:#77798f;padding-bottom:3px}.score-row em{font-style:normal;background:#eeecff;color:#6251df;border-radius:7px;padding:4px 6px;font-size:9px;font-weight:900}.bar-row{display:grid;grid-template-columns:62px 1fr 24px;gap:7px;align-items:center;font-size:8px;color:#77798d;margin:6px 0}.bar-row i{height:4px;background:#eeeef6;border-radius:99px;overflow:hidden}.bar-row i b{display:block;height:100%;background:linear-gradient(90deg,#3977f6,#6654e8);border-radius:99px}.bar-row strong{font-size:8px;color:#30324b}.float-card{position:absolute;background:rgba(255,255,255,.92);backdrop-filter:blur(13px);border:1px solid rgba(255,255,255,.8);box-shadow:var(--shadow-soft);border-radius:18px;padding:12px 15px;display:flex;align-items:center;gap:10px;animation:float 5s ease-in-out infinite}.float-card b{font-size:12px;display:block}.float-card small{font-size:9px;color:#7b7e95;display:block;margin-top:2px}.float-icon{width:29px;height:29px;border-radius:9px;background:#eeeaff;color:#6754e8;display:grid;place-items:center;font-weight:900}.float-one{left:-10px;top:92px}.float-two{right:-12px;bottom:78px;animation-delay:-2.3s}@keyframes float{50%{transform:translateY(-9px)}}
.logo-strip{border-block:1px solid #ececf4;background:rgba(255,255,255,.76)}.strip-inner{min-height:88px;display:flex;gap:18px;align-items:center;justify-content:center;flex-wrap:wrap;color:#73768d;font-size:14px}.strip-inner b{color:#31334c}.strip-inner i{width:4px;height:4px;border-radius:50%;background:#c8cad8}
.section-heading{max-width:770px}.section-heading p{font-size:18px;color:#6b6e86;max-width:650px;margin:22px 0 0}.section-heading.center{text-align:center;margin:0 auto 58px}.section-heading.center p{margin:18px auto 0}.soft-text{color:#777a91;font-weight:600}
.feature-stage{display:grid;grid-template-columns:1fr .95fr;gap:60px;margin-top:70px;align-items:stretch}.feature-column{display:flex;flex-direction:column;justify-content:center}.feature-item{display:grid;grid-template-columns:56px 1fr;gap:18px;padding:25px 16px;border-bottom:1px solid #e9eaf2}.feature-item .number{width:42px;height:42px;border-radius:13px;background:#f2f1fb;color:#6a58e3;display:grid;place-items:center;font-weight:900;font-size:12px}.feature-item h3{font-size:23px}.feature-item p{margin:8px 0 0;color:#73768d}.feature-item.active{background:linear-gradient(90deg,#f8f7ff,transparent);border-radius:18px}.dashboard-card{border:1px solid #e8e8f3;border-radius:30px;background:linear-gradient(145deg,#fff,#f8f8fd);box-shadow:var(--shadow-soft);padding:28px}.dash-top{display:flex;justify-content:space-between;align-items:center}.dash-top span{background:#e9f8f2;color:#148260;padding:5px 9px;border-radius:99px;font-size:10px;font-weight:900}.dash-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:24px 0}.dash-metrics>div{background:#fff;border:1px solid #ededf5;border-radius:17px;padding:16px}.dash-metrics small{display:block;color:#8b8da1;font-size:10px}.dash-metrics strong{display:block;font-size:26px;margin-top:5px}.dash-list{display:flex;flex-direction:column;gap:10px}.dash-row{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;background:#fff;border:1px solid #ededf5;border-radius:17px;padding:14px}.status{width:10px;height:10px;border-radius:50%}.status.purple{background:#6654e8}.status.blue{background:#3977f6}.status.green{background:#20ad79}.dash-row b{display:block;font-size:12px}.dash-row small{display:block;font-size:10px;color:#8a8da0;margin-top:2px}.dash-row>strong{font-size:10px;color:#6253d8}
.freelancer-section{background:linear-gradient(135deg,#121329 0%,#1c1745 55%,#2b2064 100%);color:#fff;position:relative;overflow:hidden}.freelancer-section::after{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(116,95,255,.27),transparent 65%);right:-170px;top:-180px}.freelancer-grid{display:grid;grid-template-columns:1fr .85fr;gap:90px;align-items:center}.freelancer-copy h2 span{color:#bfb0ff}.freelancer-copy p{font-size:18px;color:#c8c8d9;max-width:650px;margin:23px 0}.check-stack{display:grid;gap:13px;margin:28px 0}.check-stack div{display:flex;align-items:center;gap:11px;color:#e6e5ef;font-weight:700}.check-stack span{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:rgba(122,96,255,.22);color:#dcd4ff;font-size:12px}.text-link{font-weight:900}.light-link{color:#d4cbff}.earn-card{position:relative;z-index:2;background:rgba(255,255,255,.96);color:var(--ink);border-radius:30px;padding:30px;box-shadow:0 40px 80px rgba(0,0,0,.25);transform:rotate(-1deg)}.earn-card-top{display:flex;justify-content:space-between;align-items:center;color:#777a91;font-size:12px;font-weight:800}.availability-dot{background:#e9f8f2;color:#168761;padding:6px 9px;border-radius:99px}.earn-card h3{font-size:35px;margin:22px 0 10px}.earn-card p{color:#6d7088}.earn-details{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.earn-details>div{background:#f6f6fb;border-radius:17px;padding:15px}.earn-details small{display:block;color:#85879c}.earn-details strong{display:block;font-size:20px;margin-top:4px}.earn-divider{height:1px;background:#e9eaf2;margin:20px 0}.earn-meta{display:flex;justify-content:space-between;font-size:12px;color:#70738b}.mock-button{width:100%;border:0;background:linear-gradient(135deg,#3977f6,#6654e8);color:#fff;border-radius:15px;padding:14px;margin-top:20px;font-weight:900}
.service-groups{display:grid;gap:68px}.service-group{display:grid;grid-template-columns:260px 1fr;gap:38px}.group-label{display:flex;gap:13px;align-items:flex-start}.group-label>span{width:42px;height:42px;border-radius:13px;background:#efedff;color:#6753e1;display:grid;place-items:center;font-weight:900;font-size:12px}.group-label b{display:block;font-size:18px}.group-label small{display:block;color:#8a8ca1;line-height:1.4;margin-top:5px}.service-cards{display:grid;gap:14px}.service-cards.three{grid-template-columns:repeat(3,1fr)}.service-cards.two{grid-template-columns:repeat(2,1fr)}.service-card{background:#fff;border:1px solid #e9eaf2;border-radius:24px;padding:25px;min-height:235px;box-shadow:0 13px 34px rgba(28,25,81,.04);transition:.25s ease}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft);border-color:#dedbf8}.service-card.featured-card{background:linear-gradient(155deg,#f6f3ff,#eef4ff);border-color:#e0dbff}.card-icon{width:46px;height:46px;border-radius:14px;background:#f1effd;color:#6250de;display:grid;place-items:center;font-size:20px;margin-bottom:29px}.service-card h3{font-size:21px}.service-card p{color:#73768e;font-size:14px;line-height:1.6;margin:12px 0}.card-link{font-size:11px;color:#6654e8;font-weight:900}
.mystery-panel{background:linear-gradient(145deg,#f5f4ff,#eef4ff);border:1px solid #dedff3;border-radius:38px;padding:60px;display:grid;grid-template-columns:1fr .9fr;gap:65px;align-items:center;overflow:hidden;position:relative}.mystery-panel::before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(102,84,232,.12),transparent 70%);left:-100px;bottom:-140px}.mystery-copy p{font-size:18px;color:#696d86;margin:20px 0 26px}.detail-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}.detail-list li{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center;font-weight:700;color:#4e526a}.detail-list li span{width:30px;height:30px;border-radius:10px;background:#fff;color:#6754e8;display:grid;place-items:center;font-size:10px}.report-card{background:#fff;border:1px solid #e8e9f2;border-radius:28px;padding:28px;box-shadow:var(--shadow)}.report-head{display:flex;justify-content:space-between;align-items:flex-start}.report-head small{font-size:9px;letter-spacing:.12em;color:#8d90a4;font-weight:900}.report-head h3{font-size:31px;margin-top:5px}.report-head>span{width:68px;height:68px;border-radius:20px;background:linear-gradient(135deg,#ecf1ff,#eee9ff);display:grid;place-items:center;color:#5f4ed7;font-weight:900}.report-tags{display:flex;gap:7px;margin:18px 0 20px;flex-wrap:wrap}.report-tags span{background:#eff8f4;color:#167f60;border-radius:999px;padding:6px 10px;font-size:9px;font-weight:900}.report-block{padding:15px 0;border-top:1px solid #eeeef5}.report-block small{display:block;color:#8a8c9f;font-weight:800;font-size:10px;margin-bottom:9px}.pill-row{display:flex;gap:7px;flex-wrap:wrap}.pill-row span{background:#f1f5ff;color:#3e5f9f;padding:6px 9px;border-radius:9px;font-size:9px;font-weight:800}.pill-row.warning span{background:#fff4ea;color:#a16125}.action-block p{font-size:12px;line-height:1.55;margin:0;color:#4f526b}.report-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.report-mini-grid div{background:#f7f7fb;border-radius:13px;padding:11px}.report-mini-grid small{display:block;color:#8a8c9d;font-size:8px}.report-mini-grid strong{display:block;font-size:17px;margin-top:3px}
.steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:18px;align-items:start}.steps article{text-align:center}.steps article>span{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#eaf0ff,#ece8ff);color:#654fe0;display:grid;place-items:center;margin:0 auto 18px;font-weight:900}.steps h3{font-size:21px}.steps p{font-size:13px;color:#7a7d92;max-width:190px;margin:9px auto}.step-line{height:1px;width:80px;background:linear-gradient(90deg,#d7d8e6,#c9c3f6);margin-top:24px}
.download-section{background:linear-gradient(135deg,#3977f6,#6654e8 55%,#7956de);color:#fff;overflow:hidden;position:relative}.download-section::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 10%,rgba(255,255,255,.17),transparent 36%)}.download-inner{padding:82px 0;display:flex;justify-content:space-between;align-items:center;gap:60px}.download-inner h2{font-size:54px}.download-inner p{color:#eceafa;max-width:630px;font-size:17px}.store-placeholders{display:grid;gap:12px;min-width:290px}.store-placeholder{background:rgba(10,11,31,.86);border:1px solid rgba(255,255,255,.16);border-radius:17px;padding:14px 17px;display:flex;gap:13px;align-items:center;opacity:.9}.store-placeholder>span{font-size:24px}.store-placeholder small{display:block;font-size:8px;color:#aeadc1;letter-spacing:.08em}.store-placeholder b{display:block;font-size:16px;margin-top:1px}
.closing-card{text-align:center;background:#fff;border:1px solid #e9eaf2;border-radius:38px;padding:80px 30px;box-shadow:var(--shadow-soft);position:relative;overflow:hidden}.closing-card>*{position:relative;z-index:1}.closing-card p{color:#72758c;font-size:18px;max-width:650px;margin:20px auto 28px}.closing-orb{position:absolute;z-index:0;width:450px;height:450px;background:radial-gradient(circle,#eeebff 0%,rgba(238,235,255,0) 70%);left:50%;top:-230px;transform:translateX(-50%)}
.footer{border-top:1px solid #e9eaf1;background:#0f1020;color:#fff;padding:66px 0 25px}.footer .brand-logo{filter:brightness(0) invert(1)}.footer .brand-product{border-color:#3e4056}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .7fr 1fr;gap:50px}.footer-brand p{color:#9fa1b5;max-width:250px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:9px}.footer-grid b{font-size:12px;color:#fff;margin-bottom:6px}.footer-grid a,.footer-grid span{font-size:12px;color:#a9abba}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid #27283c;margin-top:45px;padding-top:22px;display:flex;justify-content:space-between;color:#77798d;font-size:11px}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}.reveal.visible{opacity:1;transform:none}
.legal-body{background:#f8f8fc}.legal-header{background:#fff;border-bottom:1px solid #e7e8f1}.legal-shell{width:min(900px,calc(100% - 40px));margin:auto}.legal-nav{height:76px;display:flex;justify-content:space-between;align-items:center}.legal-main{padding:74px 0 100px}.legal-title{font-size:clamp(42px,6vw,68px);margin-bottom:18px}.legal-meta{color:#777a91;margin-bottom:42px}.legal-card{background:#fff;border:1px solid #e6e7f0;border-radius:26px;padding:44px;box-shadow:0 12px 40px rgba(30,27,80,.05)}.legal-card h2{font-size:28px;margin:35px 0 12px}.legal-card h2:first-child{margin-top:0}.legal-card h3{font-size:20px;margin:26px 0 8px}.legal-card p,.legal-card li{color:#55596f}.legal-card ul{padding-left:21px}.legal-card a{color:#5d4fd5;text-decoration:underline}.legal-callout{background:#f3f1ff;border:1px solid #ded9ff;border-radius:18px;padding:19px;margin:25px 0}.delete-box{display:grid;gap:14px;background:#f7f7fb;border-radius:18px;padding:22px;margin-top:24px}.delete-box .button{justify-self:start}.legal-footer{background:#0f1020;color:#999caf;padding:28px 0;font-size:11px}.legal-footer .legal-shell{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
@media(max-width:1000px){.desktop-nav{display:none}.hero{grid-template-columns:1fr;gap:30px;min-height:auto}.hero-copy{text-align:center}.hero-copy .eyebrow{justify-content:center}.hero-lead{margin-inline:auto}.hero-actions{justify-content:center}.hero-visual{min-height:540px}.feature-stage,.freelancer-grid,.mystery-panel{grid-template-columns:1fr}.service-group{grid-template-columns:1fr}.group-label{max-width:400px}.service-cards.three{grid-template-columns:repeat(3,1fr)}.float-one{left:10%}.float-two{right:8%}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}.download-inner{flex-direction:column;text-align:center}.store-placeholders{min-width:320px}.steps{grid-template-columns:1fr 1fr}.step-line{display:none}}
@media(max-width:760px){.shell{width:min(100% - 28px,1160px)}.section-pad{padding:78px 0}.nav-wrap{height:68px}.brand-logo{height:26px}.brand-product{font-size:17px}.nav-wrap>.button{display:none}.hero{padding-top:58px}.hero-copy{text-align:left}.hero-copy .eyebrow{justify-content:flex-start}h1{font-size:52px}.hero-lead{font-size:17px;margin-inline:0}.hero-actions{justify-content:flex-start}.hero-actions .button{width:100%}.hero-visual{min-height:500px}.phone-frame{width:min(320px,88vw)}.float-card{display:none}.strip-inner{padding:20px 0;gap:10px}.strip-inner span{width:100%;text-align:center}.feature-stage{gap:35px;margin-top:45px}.dash-metrics{grid-template-columns:1fr}.freelancer-grid{gap:48px}.service-cards.three,.service-cards.two{grid-template-columns:1fr}.mystery-panel{padding:30px 22px;border-radius:28px;gap:38px}.report-head h3{font-size:27px}.steps{grid-template-columns:1fr}.steps article{background:#fff;border:1px solid #e9eaf2;border-radius:20px;padding:25px}.steps p{max-width:280px}.download-inner{padding:68px 0}.download-inner h2{font-size:42px}.store-placeholders{min-width:100%;width:100%}.closing-card{padding:60px 22px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:8px}.legal-card{padding:26px 20px}.legal-main{padding-top:48px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}
