{"id":9,"date":"2026-08-16T16:14:10","date_gmt":"2026-08-16T21:14:10","guid":{"rendered":"https:\/\/gigassist365.com\/?page_id=9"},"modified":"2026-08-17T22:34:09","modified_gmt":"2026-08-18T03:34:09","slug":"home","status":"publish","type":"page","link":"https:\/\/gigassist365.com\/es\/","title":{"rendered":"Home"},"content":{"rendered":"<style data-wp-block-html=\"css\">\n\/* =========================================================\n   GIGASSIST365 \u2014 HOMEPAGE HERO\n   COMPLETE REPLACEMENT\n\n   - Real driver photo\n   - 5 gig platform brand marks\n   - Amazon Flex removed\n   - \"Not seeing your app?\" supporting message\n   - Header\/logo overlap corrected\n   - Desktop + tablet + mobile\n   ========================================================= *\/\n\n\n\/* =========================================================\n   GLOBAL HERO VARIABLES\n   ========================================================= *\/\n\n.ga365-mock-home{\n  --gm-navy:#071B38;\n  --gm-navy-2:#092B58;\n  --gm-green:#07983F;\n  --gm-green-dark:#057934;\n  --gm-green-light:#EAF8EF;\n  --gm-blue:#1667E8;\n  --gm-cyan:#21BDF3;\n  --gm-text:#142440;\n  --gm-muted:#52647D;\n  --gm-border:#DDE6F0;\n  --gm-bg:#F9FBFE;\n  --gm-white:#FFFFFF;\n\n  width:100%;\n\n  font-family:\n    Inter,\n    system-ui,\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    sans-serif;\n\n  color:var(--gm-text);\n  background:#fff;\n}\n\n\n.ga365-mock-home,\n.ga365-mock-home *{\n  box-sizing:border-box;\n}\n\n\n.ga365-mock-shell{\n  width:min(\n    1220px,\n    calc(100% - 40px)\n  );\n\n  margin:0 auto;\n}\n\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.ga365-mock-hero{\n  position:relative;\n\n  overflow:hidden;\n\n  \/*\n   * More breathing room beneath the Astra header\/logo.\n   * This fixes the blue eyebrow overlapping the brand.\n   *\/\n\n  padding:\n    108px 0\n    54px;\n\n  background:\n    radial-gradient(\n      circle at 87% 8%,\n      rgba(33,189,243,.14),\n      transparent 27%\n    ),\n    radial-gradient(\n      circle at 72% 95%,\n      rgba(7,152,63,.06),\n      transparent 28%\n    ),\n    linear-gradient(\n      180deg,\n      #FBFDFF 0%,\n      #FFFFFF 100%\n    );\n}\n\n\n.ga365-mock-hero:before{\n  content:\"\";\n\n  position:absolute;\n\n  right:5%;\n  top:-260px;\n\n  width:520px;\n  height:520px;\n\n  border:\n    1px solid\n    rgba(7,152,63,.10);\n\n  border-radius:50%;\n\n  pointer-events:none;\n}\n\n\n.ga365-mock-hero-grid{\n  position:relative;\n  z-index:2;\n\n  display:grid;\n\n  grid-template-columns:\n    minmax(0,.96fr)\n    minmax(0,1.04fr);\n\n  gap:64px;\n\n  align-items:center;\n}\n\n\n\n\/* =========================================================\n   LEFT SIDE\n   ========================================================= *\/\n\n.ga365-mock-copy{\n  position:relative;\n\n  z-index:5;\n\n  min-width:0;\n}\n\n\n\n\/* =========================================================\n   SMALL BLUE LABEL\n   ========================================================= *\/\n\n.ga365-mock-eyebrow{\n  display:inline-flex;\n\n  align-items:center;\n\n  margin:\n    0 0\n    17px;\n\n  padding:\n    6px 10px;\n\n  border-radius:6px;\n\n  color:#195AB5;\n\n  background:#E9F1FE;\n\n  font-size:11px;\n  line-height:1;\n\n  font-weight:900;\n\n  letter-spacing:.045em;\n\n  text-transform:uppercase;\n}\n\n\n\n\/* =========================================================\n   HEADLINE\n   ========================================================= *\/\n\n.ga365-mock-copy h1{\n  max-width:610px;\n\n  margin:\n    0 0\n    18px;\n\n  color:var(--gm-navy);\n\n  font-size:\n    clamp(\n      2.7rem,\n      4.25vw,\n      4.05rem\n    );\n\n  line-height:1.03;\n\n  letter-spacing:-.045em;\n\n  font-weight:800;\n}\n\n\n.ga365-mock-copy h1 span{\n  color:var(--gm-green);\n}\n\n\n\n\/* =========================================================\n   HERO DESCRIPTION\n   ========================================================= *\/\n\n.ga365-mock-lead{\n  max-width:615px;\n\n  margin:\n    0 0\n    23px;\n\n  color:var(--gm-muted);\n\n  font-size:17px;\n\n  line-height:1.58;\n}\n\n\n\n\/* =========================================================\n   TRUST CHECKMARKS\n   ========================================================= *\/\n\n.ga365-mock-checks{\n  display:flex;\n\n  flex-wrap:wrap;\n\n  gap:\n    11px 20px;\n\n  margin-bottom:25px;\n\n  color:#293B55;\n\n  font-size:13px;\n\n  font-weight:650;\n}\n\n\n.ga365-mock-checks div{\n  display:flex;\n\n  align-items:center;\n\n  gap:7px;\n}\n\n\n.ga365-mock-checks span{\n  display:inline-grid;\n\n  place-items:center;\n\n  flex:\n    0 0\n    17px;\n\n  width:17px;\n  height:17px;\n\n  border:\n    1.5px solid\n    var(--gm-green);\n\n  border-radius:50%;\n\n  color:var(--gm-green);\n\n  font-size:10px;\n  line-height:1;\n\n  font-weight:900;\n}\n\n\n\n\/* =========================================================\n   CTA BUTTONS\n   ========================================================= *\/\n\n.ga365-mock-actions{\n  display:flex;\n\n  flex-wrap:wrap;\n\n  gap:12px;\n\n  margin-bottom:19px;\n}\n\n\n.ga365-mock-btn{\n  min-height:50px;\n\n  display:inline-flex;\n\n  align-items:center;\n  justify-content:center;\n\n  gap:12px;\n\n  padding:\n    0 21px;\n\n  border-radius:7px;\n\n  text-decoration:none !important;\n\n  font-size:14px;\n\n  line-height:1;\n\n  font-weight:800;\n\n  transition:\n    transform .18s ease,\n    box-shadow .18s ease,\n    background .18s ease,\n    border-color .18s ease;\n}\n\n\n.ga365-mock-btn:hover{\n  transform:\n    translateY(-1px);\n}\n\n\n.ga365-mock-btn-primary{\n  color:#fff !important;\n\n  background:\n    linear-gradient(\n      180deg,\n      #10A74B,\n      #068737\n    );\n\n  border:\n    1px solid\n    #057A31;\n\n  box-shadow:\n    0 8px 20px\n    rgba(7,152,63,.15);\n}\n\n\n.ga365-mock-btn-primary:hover{\n  color:#fff !important;\n\n  background:\n    var(--gm-green-dark);\n}\n\n\n.ga365-mock-btn-primary span{\n  font-size:19px;\n\n  font-weight:500;\n}\n\n\n.ga365-mock-btn-secondary{\n  color:\n    var(--gm-navy) !important;\n\n  background:#fff;\n\n  border:\n    1px solid\n    #9DAEC2;\n}\n\n\n.ga365-mock-btn-secondary:hover{\n  color:\n    var(--gm-navy) !important;\n\n  border-color:#7389A3;\n\n  box-shadow:\n    0 7px 18px\n    rgba(11,31,58,.07);\n}\n\n\n\n\/* =========================================================\n   LANGUAGES\n   ========================================================= *\/\n\n.ga365-mock-languages{\n  display:flex;\n\n  align-items:center;\n\n  flex-wrap:wrap;\n\n  gap:\n    9px 14px;\n\n  color:#64758B;\n\n  font-size:12px;\n}\n\n\n.ga365-mock-languages strong{\n  color:#33435B;\n\n  font-weight:650;\n}\n\n\n\n\/* =========================================================\n   RIGHT VISUAL AREA\n   ========================================================= *\/\n\n.ga365-mock-visual{\n  position:relative;\n\n  min-width:0;\n\n  padding-top:94px;\n}\n\n\n\n\/* =========================================================\n   PLATFORM LOGO STRIP\n   ========================================================= *\/\n\n.ga365-mock-platform-row{\n  position:absolute;\n\n  left:2%;\n  right:0;\n  top:0;\n\n  z-index:10;\n\n  display:grid;\n\n  grid-template-columns:\n    repeat(\n      5,\n      minmax(0,1fr)\n    );\n\n  gap:9px;\n\n  align-items:start;\n}\n\n\n\n\/* =========================================================\n   INDIVIDUAL PLATFORM CARD\n   ========================================================= *\/\n\n.ga365-mock-platform{\n  position:relative;\n\n  min-width:0;\n\n  height:62px;\n\n  display:grid;\n\n  place-items:center;\n\n  padding:9px;\n\n  overflow:hidden;\n\n  border:\n    1px solid\n    #E0E8F0;\n\n  border-radius:11px;\n\n  background:\n    rgba(\n      255,\n      255,\n      255,\n      .98\n    );\n\n  box-shadow:\n    0 7px 22px\n    rgba(\n      11,\n      31,\n      58,\n      .08\n    );\n}\n\n\n.ga365-mock-platform span{\n  display:block;\n\n  width:100%;\n  height:100%;\n\n  min-width:0;\n\n  color:transparent !important;\n\n  font-size:0 !important;\n\n  line-height:0 !important;\n\n  background-position:center;\n\n  background-repeat:no-repeat;\n\n  background-size:contain;\n\n  text-indent:-9999px;\n\n  overflow:hidden;\n}\n\n\n\n\/* =========================================================\n   REMOVE AMAZON FLEX CARD\n   ========================================================= *\/\n\n.ga365-mock-platform:has(.ga365-brand-flex){\n  display:none !important;\n}\n\n\n.ga365-brand-flex{\n  display:none !important;\n}\n\n\n\n\/* =========================================================\n   SUPPORTING PLATFORM MESSAGE\n   ========================================================= *\/\n\n.ga365-mock-platform-row:after{\n  content:\n    \"Not seeing your app? We assist gig workers across platforms throughout the U.S.\";\n\n  grid-column:\n    1 \/ -1;\n\n  display:block;\n\n  margin-top:1px;\n\n  padding:\n    3px 4px 0;\n\n  color:#64758B;\n\n  font-size:10.5px;\n\n  line-height:1.35;\n\n  font-weight:600;\n\n  text-align:right;\n}\n\n\n\n\/* =========================================================\n   UBER\n   ========================================================= *\/\n\n.ga365-brand-uber{\n  background-image:\n    url(\n      \"https:\/\/cdn.simpleicons.org\/uber\/000000\"\n    );\n\n  background-size:\n    76% 76% !important;\n}\n\n\n\n\/* =========================================================\n   LYFT\n   ========================================================= *\/\n\n.ga365-brand-lyft{\n  background-image:\n    url(\n      \"https:\/\/cdn.simpleicons.org\/lyft\/FF00BF\"\n    );\n\n  background-size:\n    72% 72% !important;\n}\n\n\n\n\/* =========================================================\n   DOORDASH\n   ========================================================= *\/\n\n.ga365-brand-dd{\n  background-image:\n    url(\n      \"https:\/\/cdn.simpleicons.org\/doordash\/FF3008\"\n    );\n\n  background-size:\n    68% 68% !important;\n}\n\n\n\n\/* =========================================================\n   INSTACART\n   ========================================================= *\/\n\n.ga365-brand-instacart{\n  background-image:\n    url(\n      \"https:\/\/cdn.simpleicons.org\/instacart\/43B02A\"\n    );\n\n  background-size:\n    70% 70% !important;\n}\n\n\n\n\/* =========================================================\n   SPARK\n   ========================================================= *\/\n\n.ga365-brand-spark{\n  padding:0 !important;\n\n  border-radius:0 !important;\n\n  background-color:\n    transparent !important;\n\n  background-image:\n    url(\n      \"https:\/\/commons.wikimedia.org\/wiki\/Special:Redirect\/file\/Walmart_spark_(2025).svg\"\n    );\n\n  background-size:\n    50% 50% !important;\n}\n\n\n\n\/* =========================================================\n   REAL DRIVER PHOTO\n   ========================================================= *\/\n\n.ga365-mock-photo-card{\n  position:relative;\n\n  width:90%;\n\n  height:350px;\n\n  margin-left:auto;\n\n  overflow:visible;\n\n  border-radius:22px;\n\n  background-image:\n\n    linear-gradient(\n      90deg,\n      rgba(\n        7,\n        27,\n        56,\n        .06\n      ),\n      rgba(\n        7,\n        27,\n        56,\n        .02\n      )\n    ),\n\n    url(\n      \"https:\/\/images.pexels.com\/photos\/6699401\/pexels-photo-6699401.jpeg?auto=compress&cs=tinysrgb&w=1200\"\n    );\n\n  background-position:\n    center center;\n\n  background-repeat:\n    no-repeat;\n\n  background-size:\n    cover;\n\n  box-shadow:\n    0 20px 48px\n    rgba(\n      11,\n      31,\n      58,\n      .17\n    );\n}\n\n\n\n\/* =========================================================\n   PHOTO OVERLAY\n   ========================================================= *\/\n\n.ga365-mock-photo-card:before{\n  content:\"\";\n\n  position:absolute;\n\n  inset:0;\n\n  z-index:1;\n\n  border-radius:22px;\n\n  background:\n    linear-gradient(\n      90deg,\n      rgba(\n        7,\n        27,\n        56,\n        .10\n      ) 0%,\n      transparent 38%,\n      transparent 70%,\n      rgba(\n        7,\n        27,\n        56,\n        .05\n      ) 100%\n    );\n\n  pointer-events:none;\n}\n\n\n\n\/* =========================================================\n   REMOVE OLD CSS-DRAWN DRIVER\n   ========================================================= *\/\n\n.ga365-mock-worker{\n  display:none !important;\n}\n\n\n.ga365-worker-glow,\n.ga365-worker-body,\n.ga365-worker-head,\n.ga365-worker-shirt,\n.ga365-worker-phone,\n.ga365-worker-car,\n.ga365-worker-window{\n  display:none !important;\n}\n\n\n\n\/* =========================================================\n   FLOATING INFO CARDS\n   ========================================================= *\/\n\n.ga365-mock-float{\n  position:absolute;\n\n  z-index:8;\n\n  width:184px;\n\n  padding:16px;\n\n  border:\n    1px solid\n    #DCE5EE;\n\n  border-radius:13px;\n\n  background:\n    rgba(\n      255,\n      255,\n      255,\n      .97\n    );\n\n  box-shadow:\n    0 13px 30px\n    rgba(\n      11,\n      31,\n      58,\n      .13\n    );\n\n  backdrop-filter:\n    blur(6px);\n}\n\n\n\n\/* =========================================================\n   HUMAN REVIEW CARD\n   ========================================================= *\/\n\n.ga365-mock-float-left{\n  left:-65px;\n\n  top:86px;\n}\n\n\n\n\/* =========================================================\n   CLEAR NEXT STEPS CARD\n   ========================================================= *\/\n\n.ga365-mock-float-right{\n  right:-38px;\n\n  bottom:27px;\n}\n\n\n.ga365-mock-float-label{\n  display:block;\n\n  margin-bottom:7px;\n\n  color:\n    var(--gm-green);\n\n  font-size:9px;\n\n  font-weight:900;\n\n  letter-spacing:.065em;\n\n  text-transform:uppercase;\n}\n\n\n.ga365-mock-float strong{\n  display:block;\n\n  margin-bottom:6px;\n\n  color:\n    var(--gm-navy);\n\n  font-size:13px;\n\n  line-height:1.28;\n}\n\n\n.ga365-mock-float p{\n  margin:0;\n\n  color:#66768B;\n\n  font-size:10px;\n\n  line-height:1.45;\n}\n\n\n\n\/* =========================================================\n   BENEFIT STRIP\n   ========================================================= *\/\n\n.ga365-mock-benefits{\n  background:\n    linear-gradient(\n      100deg,\n      #071B38,\n      #082B52\n    );\n\n  border-radius:\n    0 0\n    14px 14px;\n}\n\n\n.ga365-mock-benefit-grid{\n  min-height:100px;\n\n  display:grid;\n\n  grid-template-columns:\n    repeat(\n      4,\n      1fr\n    );\n\n  align-items:center;\n}\n\n\n.ga365-mock-benefit{\n  min-height:60px;\n\n  display:grid;\n\n  grid-template-columns:\n    45px 1fr;\n\n  align-items:center;\n\n  gap:12px;\n\n  padding:\n    10px 25px;\n\n  border-right:\n    1px solid\n    rgba(\n      255,\n      255,\n      255,\n      .09\n    );\n}\n\n\n.ga365-mock-benefit:last-child{\n  border-right:0;\n}\n\n\n.ga365-mock-benefit-icon{\n  width:42px;\n  height:42px;\n\n  display:grid;\n\n  place-items:center;\n\n  border:\n    1px solid\n    rgba(\n      255,\n      255,\n      255,\n      .18\n    );\n\n  border-radius:50%;\n\n  color:#fff;\n\n  background:\n    rgba(\n      255,\n      255,\n      255,\n      .07\n    );\n\n  font-size:17px;\n}\n\n\n.ga365-mock-benefit strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#fff;\n\n  font-size:12px;\n\n  line-height:1.25;\n}\n\n\n.ga365-mock-benefit span{\n  display:block;\n\n  color:#C8D5E4;\n\n  font-size:9.5px;\n\n  line-height:1.4;\n}\n\n\n\n\/* =========================================================\n   LARGE DESKTOP\n   ========================================================= *\/\n\n@media(min-width:1250px){\n\n  .ga365-mock-photo-card{\n    height:360px;\n  }\n\n}\n\n\n\n\/* =========================================================\n   SMALL DESKTOP \/ TABLET\n   ========================================================= *\/\n\n@media(max-width:1050px){\n\n  \/*\n   * Slightly less top spacing once the header\n   * becomes more compact.\n   *\/\n\n  .ga365-mock-hero{\n    padding:\n      92px 0\n      50px;\n  }\n\n\n  .ga365-mock-hero-grid{\n    gap:42px;\n  }\n\n\n  .ga365-mock-copy h1{\n    font-size:\n      clamp(\n        2.65rem,\n        5vw,\n        3.55rem\n      );\n  }\n\n\n  .ga365-mock-platform-row{\n    grid-template-columns:\n      repeat(\n        5,\n        1fr\n      );\n\n    left:3%;\n  }\n\n\n  .ga365-mock-visual{\n    padding-top:96px;\n  }\n\n\n  .ga365-mock-photo-card{\n    width:90%;\n  }\n\n}\n\n\n\n\/* =========================================================\n   TABLET\n   ========================================================= *\/\n\n@media(max-width:900px){\n\n  .ga365-mock-hero{\n    padding:\n      70px 0\n      44px;\n  }\n\n\n  .ga365-mock-hero-grid{\n    grid-template-columns:1fr;\n\n    gap:54px;\n  }\n\n\n  .ga365-mock-copy{\n    width:min(\n      720px,\n      100%\n    );\n\n    margin:0 auto;\n  }\n\n\n  .ga365-mock-visual{\n    width:min(\n      700px,\n      100%\n    );\n\n    margin:0 auto;\n\n    padding-top:96px;\n  }\n\n\n  .ga365-mock-platform-row{\n    left:0;\n    right:0;\n\n    grid-template-columns:\n      repeat(\n        5,\n        1fr\n      );\n  }\n\n\n  .ga365-mock-platform-row:after{\n    text-align:center;\n  }\n\n\n  .ga365-mock-photo-card{\n    width:88%;\n\n    height:355px;\n\n    margin:\n      0 auto;\n  }\n\n\n  .ga365-mock-float-left{\n    left:-15px;\n  }\n\n\n  .ga365-mock-float-right{\n    right:-15px;\n  }\n\n\n  .ga365-mock-benefit-grid{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n\n  .ga365-mock-benefit{\n    border-bottom:\n      1px solid\n      rgba(\n        255,\n        255,\n        255,\n        .09\n      );\n  }\n\n}\n\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media(max-width:680px){\n\n  .ga365-mock-shell{\n    width:min(\n      100% - 28px,\n      1220px\n    );\n  }\n\n\n  \/*\n   * Mobile header uses much less vertical space.\n   *\/\n\n  .ga365-mock-hero{\n    padding:\n      42px 0\n      30px;\n  }\n\n\n  .ga365-mock-hero-grid{\n    display:block;\n  }\n\n\n\n  \/* LABEL *\/\n\n  .ga365-mock-eyebrow{\n    margin-bottom:12px;\n\n    padding:\n      5px 8px;\n\n    font-size:9px;\n  }\n\n\n\n  \/* HEADLINE *\/\n\n  .ga365-mock-copy h1{\n    margin-bottom:14px;\n\n    font-size:\n      clamp(\n        2rem,\n        10vw,\n        2.7rem\n      );\n\n    line-height:1.04;\n  }\n\n\n\n  \/* DESCRIPTION *\/\n\n  .ga365-mock-lead{\n    margin-bottom:18px;\n\n    font-size:14px;\n\n    line-height:1.52;\n  }\n\n\n\n  \/* TRUST ITEMS *\/\n\n  .ga365-mock-checks{\n    display:grid;\n\n    grid-template-columns:1fr;\n\n    gap:8px;\n\n    margin-bottom:19px;\n\n    font-size:12px;\n  }\n\n\n\n  \/* BUTTONS *\/\n\n  .ga365-mock-actions{\n    display:grid;\n\n    grid-template-columns:1fr;\n\n    gap:9px;\n\n    margin-bottom:18px;\n  }\n\n\n  .ga365-mock-btn{\n    width:100%;\n\n    min-height:47px;\n\n    padding:\n      0 14px;\n  }\n\n\n\n  \/* LANGUAGES *\/\n\n  .ga365-mock-languages{\n    justify-content:center;\n\n    margin-bottom:25px;\n\n    font-size:11px;\n  }\n\n\n\n  \/* RIGHT AREA *\/\n\n  .ga365-mock-visual{\n    width:100%;\n\n    padding-top:0;\n  }\n\n\n\n  \/* =======================================================\n     MOBILE PLATFORM LOGOS\n     ======================================================= *\/\n\n  .ga365-mock-platform-row{\n    position:static;\n\n    display:grid;\n\n    grid-template-columns:\n      repeat(\n        3,\n        1fr\n      );\n\n    gap:8px;\n  }\n\n\n  .ga365-mock-platform{\n    height:58px;\n\n    padding:8px;\n  }\n\n\n  .ga365-mock-platform:nth-child(4){\n    grid-column:1 \/ 2;\n\n    margin-left:50%;\n  }\n\n\n  .ga365-mock-platform:nth-child(6){\n    grid-column:3 \/ 4;\n\n    margin-left:-50%;\n  }\n\n\n  .ga365-platform-hide-mobile{\n    display:grid !important;\n  }\n\n\n  .ga365-mock-platform:has(.ga365-brand-flex){\n    display:none !important;\n  }\n\n\n\n  \/* PLATFORM MESSAGE *\/\n\n  .ga365-mock-platform-row:after{\n    margin-top:5px;\n\n    padding:\n      4px 12px 0;\n\n    font-size:11px;\n\n    line-height:1.45;\n\n    text-align:center;\n  }\n\n\n\n  \/* =======================================================\n     HIDE DRIVER PHOTO ON PHONE\n     ======================================================= *\/\n\n  .ga365-mock-photo-card{\n    display:none;\n  }\n\n\n\n  \/* =======================================================\n     BENEFITS\n     ======================================================= *\/\n\n  .ga365-mock-benefit-grid{\n    grid-template-columns:1fr;\n  }\n\n\n  .ga365-mock-benefit{\n    min-height:72px;\n\n    border-right:0;\n\n    border-bottom:\n      1px solid\n      rgba(\n        255,\n        255,\n        255,\n        .09\n      );\n  }\n\n\n  .ga365-mock-benefit:last-child{\n    border-bottom:0;\n  }\n\n}\n\n\n\n\/* =========================================================\n   VERY SMALL PHONES\n   ========================================================= *\/\n\n@media(max-width:390px){\n\n  .ga365-mock-platform-row{\n    grid-template-columns:\n      repeat(\n        2,\n        1fr\n      );\n  }\n\n\n  .ga365-mock-platform:nth-child(4),\n  .ga365-mock-platform:nth-child(6){\n    grid-column:auto;\n\n    margin-left:0;\n  }\n\n\n  .ga365-mock-platform-row:after{\n    grid-column:1 \/ -1;\n  }\n\n\n  .ga365-mock-copy h1{\n    font-size:2.05rem;\n  }\n\n}\n<\/style>\n\n<!-- =========================================================\n     GIGASSIST365 HOMEPAGE HERO \u2014 MVP\n     ========================================================= -->\n\n<div class=\"ga365-mock-home\">\n\n  <!-- HERO -->\n  <section class=\"ga365-mock-hero\">\n\n    <div class=\"ga365-mock-shell\">\n\n      <div class=\"ga365-mock-hero-grid\">\n\n\n        <!-- =================================================\n             LEFT SIDE\n             ================================================= -->\n\n        <div class=\"ga365-mock-copy\">\n\n          <span class=\"ga365-mock-eyebrow\">\n            GIG WORKER APPEALS &amp; ACCOUNT HELP\n          <\/span>\n\n          <h1>\n            Problems with your\n            <span>gig work app account?<\/span>\n          <\/h1>\n\n          <p class=\"ga365-mock-lead\">\n            We help gig workers understand deactivations,\n            suspensions, account issues, and available next\n            steps through structured case assessments and\n            human-reviewed assistance.\n          <\/p>\n\n\n          <!-- TRUST POINTS -->\n\n          <div class=\"ga365-mock-checks\">\n\n            <div>\n              <span>\u2713<\/span>\n              Free Case Assessment\n            <\/div>\n\n            <div>\n              <span>\u2713<\/span>\n              Human-Reviewed Cases\n            <\/div>\n\n            <div>\n              <span>\u2713<\/span>\n              Transparent Process\n            <\/div>\n\n          <\/div>\n\n\n          <!-- CTA -->\n\n          <div class=\"ga365-mock-actions\">\n\n            <a href=\"\/es\/free-case-assessment\/\" class=\"ga365-mock-btn ga365-mock-btn-primary\">\n              Get My Free Case Assessment\n              <span>\u2192<\/span>\n            <\/a>\n\n            <a href=\"\/es\/contact\/\" class=\"ga365-mock-btn ga365-mock-btn-secondary\">\n              Talk to a Specialist\n            <\/a>\n\n          <\/div>\n\n\n          <!-- LANGUAGE -->\n\n          <div class=\"ga365-mock-languages\">\n\n            <span>\n              Available in:\n            <\/span>\n\n            <strong>\n              \ud83c\uddfa\ud83c\uddf8 English\n            <\/strong>\n\n            <strong>\n              \ud83c\uddf2\ud83c\uddfd Espa\u00f1ol\n            <\/strong>\n\n          <\/div>\n\n        <\/div>\n\n\n\n        <!-- =================================================\n             RIGHT SIDE\n             ================================================= -->\n\n        <div class=\"ga365-mock-visual\">\n\n\n          <!-- PLATFORM CARDS -->\n\n          <div class=\"ga365-mock-platform-row\">\n\n            <div class=\"ga365-mock-platform\">\n              <span class=\"ga365-brand-uber\">\n                Uber\n              <\/span>\n            <\/div>\n\n            <div class=\"ga365-mock-platform\">\n              <span class=\"ga365-brand-lyft\">\n                Lyft\n              <\/span>\n            <\/div>\n\n            <div class=\"ga365-mock-platform\">\n              <span class=\"ga365-brand-dd\">\n                DoorDash\n              <\/span>\n            <\/div>\n\n            <div class=\"ga365-mock-platform\">\n              <span class=\"ga365-brand-instacart\">\n                Instacart\n              <\/span>\n            <\/div>\n\n            <div class=\"ga365-mock-platform ga365-platform-hide-mobile\">\n              <span class=\"ga365-brand-flex\">\n                Amazon Flex\n              <\/span>\n            <\/div>\n\n            <div class=\"ga365-mock-platform ga365-platform-hide-mobile\">\n              <span class=\"ga365-brand-spark\">\n                Spark\n              <\/span>\n            <\/div>\n\n          <\/div>\n\n\n\n          <!-- MAIN VISUAL -->\n\n          <div class=\"ga365-mock-photo-card\">\n\n\n            <!-- DECORATIVE WORKER VISUAL -->\n\n            <div class=\"ga365-mock-worker\">\n\n              <div class=\"ga365-worker-glow\"><\/div>\n\n              <div class=\"ga365-worker-phone\">\n                <div><\/div>\n              <\/div>\n\n              <div class=\"ga365-worker-body\">\n\n                <div class=\"ga365-worker-head\">\n                  <span><\/span>\n                <\/div>\n\n                <div class=\"ga365-worker-shirt\"><\/div>\n\n              <\/div>\n\n              <div class=\"ga365-worker-car\">\n                <div class=\"ga365-worker-window\"><\/div>\n              <\/div>\n\n            <\/div>\n\n\n\n            <!-- LEFT FLOATING CARD -->\n\n            <div class=\"ga365-mock-float ga365-mock-float-left\">\n\n              <span class=\"ga365-mock-float-label\">\n                HUMAN REVIEW\n              <\/span>\n\n              <strong>\n                Your case is more than a form.\n              <\/strong>\n\n              <p>\n                Submitted information can be reviewed\n                before recommendations are provided.\n              <\/p>\n\n            <\/div>\n\n\n\n            <!-- RIGHT FLOATING CARD -->\n\n            <div class=\"ga365-mock-float ga365-mock-float-right\">\n\n              <span class=\"ga365-mock-float-label\">\n                CLEAR NEXT STEPS\n              <\/span>\n\n              <strong>\n                Understand your options.\n              <\/strong>\n\n              <p>\n                See what may have happened and what\n                steps may be available before deciding.\n              <\/p>\n\n            <\/div>\n\n          <\/div>\n\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n\n  <!-- =====================================================\n       TRUST \/ BENEFIT STRIP\n       ===================================================== -->\n\n  <section class=\"ga365-mock-benefits\">\n\n    <div class=\"ga365-mock-shell\">\n\n      <div class=\"ga365-mock-benefit-grid\">\n\n\n        <div class=\"ga365-mock-benefit\">\n\n          <div class=\"ga365-mock-benefit-icon\">\n            \u25c9\n          <\/div>\n\n          <div>\n\n            <strong>\n              Human Support\n            <\/strong>\n\n            <span>\n              Real people can review your case.\n            <\/span>\n\n          <\/div>\n\n        <\/div>\n\n\n\n        <div class=\"ga365-mock-benefit\">\n\n          <div class=\"ga365-mock-benefit-icon\">\n            \u2713\n          <\/div>\n\n          <div>\n\n            <strong>\n              Start-to-Finish Assistance\n            <\/strong>\n\n            <span>\n              Help from assessment through next steps.\n            <\/span>\n\n          <\/div>\n\n        <\/div>\n\n\n\n        <div class=\"ga365-mock-benefit\">\n\n          <div class=\"ga365-mock-benefit-icon\">\n            \ud83d\udd12\n          <\/div>\n\n          <div>\n\n            <strong>\n              Secure &amp; Confidential\n            <\/strong>\n\n            <span>\n              Your case information stays protected.\n            <\/span>\n\n          <\/div>\n\n        <\/div>\n\n\n\n        <div class=\"ga365-mock-benefit\">\n\n          <div class=\"ga365-mock-benefit-icon\">\n            \u2661\n          <\/div>\n\n          <div>\n\n            <strong>\n              Honest Help\n            <\/strong>\n\n            <span>\n              No guarantees\u2014just clear guidance.\n            <\/span>\n\n          <\/div>\n\n        <\/div>\n\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>GIG WORKER APPEALS &amp; ACCOUNT HELP Problems with your gig work app account? We help gig workers understand deactivations, suspensions, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"no-sidebar","site-content-layout":"plain-container","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"disabled","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"enabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-9","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"gigscoreapp@gmail.com","author_link":"https:\/\/gigassist365.com\/es\/author\/gigscoreappgmail-com\/"},"uagb_comment_info":0,"uagb_excerpt":"GIG WORKER APPEALS &amp; ACCOUNT HELP Problems with your gig work app account? We help gig workers understand deactivations, suspensions, [&hellip;]","_links":{"self":[{"href":"https:\/\/gigassist365.com\/es\/wp-json\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gigassist365.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gigassist365.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gigassist365.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gigassist365.com\/es\/wp-json\/wp\/v2\/comments?post=9"}],"version-history":[{"count":7,"href":"https:\/\/gigassist365.com\/es\/wp-json\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":169,"href":"https:\/\/gigassist365.com\/es\/wp-json\/wp\/v2\/pages\/9\/revisions\/169"}],"wp:attachment":[{"href":"https:\/\/gigassist365.com\/es\/wp-json\/wp\/v2\/media?parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}