{"id":9,"date":"2021-04-13T04:00:03","date_gmt":"2021-04-13T04:00:03","guid":{"rendered":"https:\/\/mostros.co\/?page_id=9"},"modified":"2026-08-03T15:51:11","modified_gmt":"2026-08-03T15:51:11","slug":"home-2","status":"publish","type":"page","link":"https:\/\/mostros.co\/es\/","title":{"rendered":"HOME"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9\" class=\"elementor elementor-9\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ecf65e e-con-full e-flex e-con e-parent\" data-id=\"3ecf65e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-fd04c03 e-con-full e-flex e-con e-child\" data-id=\"fd04c03\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e52ade2 e-con-full e-flex e-con e-child\" data-id=\"e52ade2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_video_link&quot;:&quot;https:\\\/\\\/vimeo.com\\\/1027868287&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;,&quot;background_background&quot;:&quot;video&quot;}\">\n\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-video-embed\" role=\"presentation\"><\/div>\n\t\t\t\t\t\t<\/div>\t\t<div class=\"elementor-element elementor-element-c058a56 elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"c058a56\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ===== MOSTROS \u00b7 Introduction ===== -->\n<div id=\"mstrBuild\">\n  <style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Archivo:wght@500;700;900&family=Space+Mono:wght@400;700&family=Fraunces:ital@1&display=swap');\n \n    #mstrBuild{\n      --white:#ffffff; \n      --teal:#7fa9b2; \n      --orange:#d24e2b;\n      --gold:#e9a430;\n      --blue:#4b46b8;\n      --yellow:#f3c40c;\n\n      position:relative;\n      background:transparent;\n      color:var(--white);\n      font-family:'Archivo',system-ui,sans-serif;\n      padding:clamp(3rem,8vw,7rem) clamp(1.4rem,6vw,6rem);\n      overflow:hidden;\n      line-height:1.5;\n    }\n\n    .ma-welcome{\n      font-family:'Space Mono',monospace;\n      font-weight:700;\n      letter-spacing:.5em;\n      text-transform:uppercase;\n      font-size:.8rem;\n      color:var(--yellow);\n      display:flex;\n      align-items:center;\n      gap:.9rem;\n      margin-bottom:1.4rem;\n      opacity:0;\n      animation:mbFade .8s ease .1s forwards;\n    }\n\n    .ma-welcome i{\n      width:9px;\n      height:9px;\n      border-radius:50%;\n      background:var(--orange);\n      box-shadow:0 0 12px var(--orange);\n      animation:mbBlink 3.2s ease-in-out infinite;\n    }\n\n    .ma-title{\n      font-weight:900;\n      font-size:clamp(2.2rem,3vw,2.5rem);\n      line-height:.9;\n      letter-spacing:-.03em;\n      text-transform:uppercase;\n      margin:0 0 1.4rem;\n    }\n\n    .ma-title .ln{\n      display:block;\n      overflow:hidden;\n    }\n\n    .ma-title .ln span{\n      display:block;\n      transform:translateY(110%);\n      animation:mbRise 1.1s cubic-bezier(.16,1,.3,1) forwards;\n    }\n\n    .ma-title .ln:nth-child(1) span{\n      animation-delay:.25s;\n      color:var(--white);\n    }\n\n    .ma-title .ln:nth-child(2) span{\n      animation-delay:.4s;\n      background:linear-gradient(95deg,var(--orange),var(--gold) 70%,var(--white));\n      -webkit-background-clip:text;\n      background-clip:text;\n      color:transparent;\n    }\n\n    .ma-sub{\n      font-family:'Fraunces',Georgia,serif;\n      font-style:italic;\n      font-size:clamp(1.3rem,1.4vw,2.3rem);\n      color:var(--white);\n      margin:0 0 2rem;\n      opacity:0;\n      animation:mbFade .9s ease .7s forwards;\n    }\n\n    .ma-sub b{\n      color:var(--gold);\n      font-weight:400;\n      position:relative;\n    }\n\n    .ma-sub b::after{\n      content:\"\";\n      position:absolute;\n      left:-2%;\n      right:-2%;\n      bottom:-2px;\n      height:42%;\n      background:var(--blue);\n      z-index:-1;\n      transform:scaleX(0);\n      transform-origin:left;\n      animation:mbBrush .8s cubic-bezier(.16,1,.3,1) 1.2s forwards;\n      border-radius:40% 60% 55% 45%\/60% 50% 50% 40%;\n    }\n\n    .ma-p{\n      max-width:100ch;\n      font-size:clamp(15px,.6vw,1.18rem);\n      line-height:1.75;\n      color:rgba(255,255,255,.8);\n      opacity:0;\n      animation:mbFade 1s ease forwards;\n    }\n\n    .ma-p:nth-of-type(1){\n      animation-delay:.95s;\n      margin-bottom:1.2rem;\n    }\n\n    .ma-p:nth-of-type(2){\n      animation-delay:1.1s;\n    }\n\n    .ma-p strong{\n      color:#fff;\n    }\n\n    .ma-p em{\n      color:var(--gold);\n      font-style:italic;\n      font-family:'Fraunces',serif;\n    }\n\n    @keyframes mbRise{\n      to{transform:translateY(0);}\n    }\n\n    @keyframes mbFade{\n      to{opacity:1;}\n    }\n\n    @keyframes mbBrush{\n      to{transform:scaleX(1);}\n    }\n\n    @keyframes mbBlink{\n      0%,92%,100%{transform:scaleY(1);}\n      96%{transform:scaleY(.1);}\n    }\n\n    \/* ---- mobile: tighten so two paragraphs don't read as a wall of text ---- *\/\n    @media (max-width:640px){\n      #mstrBuild{\n        padding:2.4rem 1.25rem 2.8rem;\n      }\n      .ma-welcome{\n        font-size:.68rem;\n        letter-spacing:.35em;\n        margin-bottom:1.1rem;\n      }\n      .ma-title{\n        font-size:1.85rem;\n        margin-bottom:1.1rem;\n      }\n      .ma-sub{\n        font-size:1.05rem;\n        margin-bottom:1.5rem;\n      }\n      .ma-p{\n        font-size:.92rem;\n        line-height:1.6;\n        max-width:none;\n      }\n      .ma-p:nth-of-type(1){\n        margin-bottom:.9rem;\n      }\n    }\n\n    @media (prefers-reduced-motion:reduce){\n      #mstrBuild *{ animation-duration:.001ms !important; }\n      #mstrBuild .ma-title .ln span{ transform:none; }\n    }\n  <\/style>\n\n  <p class=\"ma-welcome\">\n    <i><\/i>\n    Creation Begins Here\n  <\/p>\n\n  <h1 class=\"ma-title\">\n    <span class=\"ln\">\n      <span>CREATION BEGINS<\/span>\n    <\/span>\n\n    <span class=\"ln\">\n      <span>WHERE COMFORT ENDS<\/span>\n    <\/span>\n  <\/h1>\n\n  <p class=\"ma-sub\">\n    We don't follow trends. <b>We build what outlasts them.<\/b>\n  <\/p>\n\n  <p class=\"ma-p\">\n    <strong>MOSTROS<\/strong> is a creative technology studio for businesses ready to grow, not just launch something new. We combine <em>strategy, brand, product, marketing, and AI<\/em> to build systems that keep working long after the trend that inspired them is gone.\n  <\/p>\n\n  <p class=\"ma-p\">\n    Nature never repeats itself \u2014 it adapts. We build the same way: brands and businesses designed as <em>systems<\/em> that grow with you, instead of campaigns and one-off sites that expire the moment the market moves. That difference is the reason our clients come back for the next chapter of growth, not just the next launch.\n  <\/p>\n\n<\/div>\n<!-- ===== \/MOSTROS Introduction ===== -->\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9aae2fc e-con-full e-flex e-con e-child\" data-id=\"9aae2fc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4fe1fc1 e-con-full e-flex e-con e-child\" data-id=\"4fe1fc1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f78db91 elementor-widget elementor-widget-html\" data-id=\"f78db91\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ===== PASTE EVERYTHING BELOW into an Elementor HTML widget ===== -->\n<!-- No DOCTYPE \/ html \/ head \/ body wrappers, so it renders on the live site too. -->\n\n<!-- ===== MOSTROS \u00b7 Project Intake Popup (step-by-step, with estimate) ===== -->\n<div id=\"mstrEstimator\">\n  <style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Archivo:wght@600;700;800;900&family=Inter:wght@400;500;600&family=Space+Mono:wght@400;700&display=swap');\n\n    \/* Elementor Flex\/Grid Containers stretch each child widget's wrapper\n       (.elementor-widget-container) to fill the row by default. We can't\n       normally reach that ancestor from inside our own markup, but :has()\n       lets us select it whenever it contains #mstrEstimator, and !important\n       here still beats Elementor's inline flex-grow style. *\/\n    .elementor-widget-container:has(#mstrEstimator),\n    .elementor-widget-html:has(#mstrEstimator){\n      flex:0 0 auto !important;\n      width:fit-content !important;\n      max-width:100% !important;\n      align-self:flex-start !important;\n    }\n\n    #mstrEstimator{\n      --e-bg:#0b0b0d;\n      --e-panel:#0b0b0d;\n      --e-ink:#F5F4F1;\n      --e-dim:rgba(245,244,241,.72);\n      --e-dim2:rgba(245,244,241,.45);\n      --e-line:rgba(245,244,241,.13);\n      --e-orange:#d24e2b;\n      --e-gold:#e9a430;\n      --e-teal:#51f0fb;\n      --e-purple:#8a8cff;\n      --e-font-display:'Archivo',sans-serif;\n      --e-font-mono:'Space Mono',monospace;\n      --e-font-body:'Inter',system-ui,sans-serif;\n      color:var(--e-ink);\n      font-family:var(--e-font-body);\n    }\n\n    \/* ---------- trigger button ---------- *\/\n    \/* !important on every property below \u2014 Elementor \/ theme CSS (button,\n       .elementor-button, global <a>\/<span> rules, etc.) often ships a\n       higher-specificity filled background, so without !important the\n       trigger renders as a solid block instead of the transparent pill.\n       Structure mirrors the .afw-badge pattern (ripple + pop on click). *\/\n    #mstrEstimator .est-trigger{\n      --trig-glow:rgba(233,164,48,.55);\n      position:relative !important;\n      display:inline-flex !important;\n      align-items:center !important;\n      gap:.7em !important;\n      padding:.9em 1.6em !important;\n      margin:0 !important;\n      border-radius:999px !important;\n      background:transparent !important;\n      border:1.5px solid var(--e-gold) !important;\n      box-shadow:none !important;\n      cursor:pointer !important;\n      user-select:none;\n      overflow:hidden !important;\n      font-family:var(--e-font-mono) !important;\n      font-size:.76rem !important;\n      font-weight:700 !important;\n      letter-spacing:.14em !important;\n      text-transform:uppercase !important;\n      color:var(--e-gold) !important;\n      text-decoration:none !important;\n      line-height:1 !important;\n      -webkit-tap-highlight-color:transparent;\n      transition:transform .12s ease, box-shadow .25s ease;\n    }\n    #mstrEstimator .est-trigger:hover{\n      color:var(--e-gold) !important;\n      background:transparent !important;\n    }\n    #mstrEstimator .est-trigger:active{ transform:scale(.94) !important; }\n    #mstrEstimator .est-trigger.trig-pop{\n      animation:trigPop .45s cubic-bezier(.34,1.56,.64,1);\n      box-shadow:0 0 22px var(--trig-glow);\n    }\n    @keyframes trigPop{\n      0%   { transform:scale(.94); }\n      40%  { transform:scale(1.08); }\n      70%  { transform:scale(.97); }\n      100% { transform:scale(1); }\n    }\n    #mstrEstimator .trig-ripple{\n      position:absolute;\n      border-radius:50%;\n      transform:translate(-50%,-50%) scale(0);\n      background:var(--e-gold);\n      opacity:.28;\n      pointer-events:none;\n      animation:trigRipple .6s ease-out forwards;\n    }\n    @keyframes trigRipple{\n      to{ transform:translate(-50%,-50%) scale(2.6); opacity:0; }\n    }\n    #mstrEstimator .est-trigger .arrow{ transition:transform .2s ease; }\n    #mstrEstimator .est-trigger:hover .arrow{ transform:translateX(3px); }\n    @media (prefers-reduced-motion:reduce){\n      #mstrEstimator .est-trigger.trig-pop,#mstrEstimator .trig-ripple{ animation:none; }\n    }\n\n    \/* ---------- overlay + modal ---------- *\/\n    #mstrEstimator .est-overlay{\n      position:fixed;\n      inset:0;\n      background:rgba(5,5,6,.86);\n      backdrop-filter:blur(4px);\n      display:flex;\n      align-items:center;\n      justify-content:center;\n      padding:20px;\n      z-index:9999;\n      opacity:0;\n      animation:estFadeIn .2s ease forwards;\n    }\n    #mstrEstimator .est-overlay[hidden]{ display:none !important; }\n    @keyframes estFadeIn{ to{ opacity:1; } }\n\n    #mstrEstimator .est-modal{\n      width:100%;\n      max-width:600px;\n      max-height:88vh;\n      overflow-y:auto;\n      background:var(--e-panel);\n      border:1px solid var(--e-line);\n      display:flex;\n      flex-direction:column;\n      transform:translateY(10px);\n      opacity:0;\n      animation:estRise .35s cubic-bezier(.16,.84,.32,1) .05s forwards;\n    }\n    @keyframes estRise{ to{ transform:translateY(0); opacity:1; } }\n\n    #mstrEstimator .est-modal-head{\n      display:flex;\n      align-items:center;\n      justify-content:space-between;\n      padding:18px 24px;\n      border-bottom:1px solid var(--e-line);\n    }\n    #mstrEstimator .est-modal-title{\n      font-family:var(--e-font-mono);\n      font-size:11px;\n      letter-spacing:.12em;\n      text-transform:uppercase;\n      color:var(--e-dim);\n    }\n    #mstrEstimator .est-close{\n      background:none;\n      border:none;\n      color:var(--e-dim);\n      font-size:20px;\n      line-height:1;\n      cursor:pointer;\n      padding:4px 8px;\n      transition:color .2s;\n    }\n    #mstrEstimator .est-close:hover{ color:var(--e-ink); }\n\n    \/* progress line *\/\n    #mstrEstimator .est-progress-track{\n      height:2px;\n      background:var(--e-line);\n      position:relative;\n    }\n    #mstrEstimator .est-progress-fill{\n      position:absolute;\n      left:0; top:0;\n      height:2px;\n      background:linear-gradient(90deg,var(--e-purple),var(--e-orange) 33%,var(--e-gold) 66%,var(--e-teal));\n      width:0%;\n      transition:width .35s cubic-bezier(.16,.84,.32,1);\n    }\n\n    #mstrEstimator .est-body{ padding:30px 24px 24px; }\n    #mstrEstimator .est-panel[hidden]{ display:none; }\n\n    #mstrEstimator .est-step-meta{\n      display:flex;\n      align-items:baseline;\n      justify-content:space-between;\n      margin-bottom:8px;\n    }\n    #mstrEstimator .est-step-count{\n      font-family:var(--e-font-mono);\n      font-size:11px;\n      letter-spacing:.1em;\n      color:var(--e-dim);\n    }\n    #mstrEstimator .est-step-kicker{\n      font-family:var(--e-font-mono);\n      font-size:11px;\n      letter-spacing:.1em;\n      color:var(--e-dim);\n      text-transform:uppercase;\n    }\n\n    #mstrEstimator .est-step-title{\n      font-family:var(--e-font-display);\n      font-weight:700;\n      font-size:clamp(1.6rem,5vw,2.1rem);\n      letter-spacing:-.01em;\n      text-transform:uppercase;\n      margin:2px 0 10px;\n      opacity:0;\n      animation:estFadeUp .4s ease forwards;\n    }\n    @keyframes estFadeUp{ from{ opacity:0; transform:translateY(6px); } to{ opacity:1; transform:translateY(0); } }\n\n    #mstrEstimator .est-hint{\n      font-size:13.5px;\n      color:var(--e-dim);\n      line-height:1.55;\n      margin-bottom:22px;\n    }\n\n    \/* ---------- option list ---------- *\/\n    #mstrEstimator .est-options{\n      display:flex;\n      flex-direction:column;\n      border-top:1px solid var(--e-line);\n    }\n    #mstrEstimator .est-item{\n      display:flex;\n      align-items:center;\n      gap:14px;\n      padding:16px 4px;\n      border-bottom:1px solid var(--e-line);\n      cursor:pointer;\n      transition:padding-left .2s ease;\n    }\n    #mstrEstimator .est-item:hover{ padding-left:8px; }\n\n    #mstrEstimator .est-item .est-box{\n      width:16px;\n      height:16px;\n      min-width:16px;\n      border:1px solid var(--e-dim);\n      position:relative;\n      transition:border-color .15s, background .15s;\n    }\n    #mstrEstimator .est-item input[type=\"checkbox\"]{ display:none; }\n    #mstrEstimator .est-item input[type=\"checkbox\"]:checked ~ .est-box{\n      background:var(--e-gold);\n      border-color:var(--e-gold);\n    }\n    #mstrEstimator .est-item input[type=\"checkbox\"]:checked ~ .est-box::after{\n      content:\"\";\n      position:absolute;\n      left:5px; top:2px;\n      width:4px; height:8px;\n      border:solid #0c0c0d;\n      border-width:0 2px 2px 0;\n      transform:rotate(45deg);\n    }\n\n    #mstrEstimator .est-item-name{\n      flex:1;\n      font-size:14.5px;\n      letter-spacing:.01em;\n    }\n    #mstrEstimator .est-item input[type=\"checkbox\"]:checked ~ .est-item-name{\n      color:var(--e-ink);\n    }\n\n    #mstrEstimator .est-item-range{\n      font-family:var(--e-font-mono);\n      font-size:11.5px;\n      color:var(--e-dim);\n      white-space:nowrap;\n    }\n\n    #mstrEstimator .est-skip-note{\n      font-family:var(--e-font-mono);\n      font-size:11px;\n      color:var(--e-dim);\n      margin-top:14px;\n      letter-spacing:.03em;\n    }\n\n    \/* ---------- nav ---------- *\/\n    #mstrEstimator .est-actions{\n      display:flex;\n      gap:12px;\n      margin-top:26px;\n    }\n    #mstrEstimator .est-back{\n      font-family:var(--e-font-mono);\n      font-size:.76rem;\n      letter-spacing:.08em;\n      text-transform:uppercase;\n      background:none;\n      border:1px solid var(--e-line);\n      border-radius:999px;\n      color:var(--e-dim);\n      padding:15px 20px;\n      cursor:pointer;\n      transition:border-color .2s, color .2s;\n    }\n    #mstrEstimator .est-back:hover{ border-color:var(--e-gold); color:var(--e-ink); }\n\n    #mstrEstimator .est-next,\n    #mstrEstimator .est-submit{\n      flex:1;\n      font-family:var(--e-font-mono);\n      font-size:.76rem;\n      letter-spacing:.14em;\n      text-transform:uppercase;\n      background:linear-gradient(95deg,var(--e-orange),var(--e-gold));\n      color:#0b0b0d;\n      border:1px solid transparent;\n      border-radius:999px;\n      padding:15px 20px;\n      cursor:pointer;\n      transition:filter .2s ease, opacity .2s ease;\n    }\n    #mstrEstimator .est-next:hover,\n    #mstrEstimator .est-submit:hover{ filter:brightness(1.1); }\n    #mstrEstimator .est-next.est-disabled,\n    #mstrEstimator .est-submit.est-disabled{\n      background:var(--e-line);\n      border-color:var(--e-line);\n      color:var(--e-dim);\n      cursor:not-allowed;\n      pointer-events:none;\n    }\n\n    \/* ---------- contact form ---------- *\/\n    #mstrEstimator .est-field-row{\n      display:grid;\n      grid-template-columns:1fr 1fr;\n      gap:18px;\n      margin-bottom:18px;\n    }\n    #mstrEstimator .est-field-row:has(> .est-field:only-child){\n      grid-template-columns:1fr;\n    }\n    #mstrEstimator .est-field{ display:flex; flex-direction:column; gap:7px; }\n    #mstrEstimator .est-field label{\n      font-family:var(--e-font-mono);\n      font-size:11px;\n      letter-spacing:.08em;\n      text-transform:uppercase;\n      color:var(--e-dim);\n    }\n    #mstrEstimator .est-field label .req{ color:var(--e-ink); }\n    #mstrEstimator .est-field label .opt{ color:var(--e-dim); opacity:.7; font-style:italic; text-transform:none; }\n    #mstrEstimator .est-field input{\n      background:transparent;\n      border:none;\n      border-bottom:1px solid var(--e-line);\n      color:var(--e-ink);\n      font-family:var(--e-font-body);\n      font-size:15px;\n      padding:9px 2px;\n      outline:none;\n      transition:border-color .2s;\n    }\n    #mstrEstimator .est-field input:focus{ border-color:var(--e-gold); }\n    #mstrEstimator .est-field.invalid input{ border-color:var(--e-orange); }\n\n    #mstrEstimator .est-msg{\n      font-family:var(--e-font-mono);\n      font-size:12px;\n      margin-top:14px;\n      color:var(--e-dim);\n    }\n    #mstrEstimator .est-msg.err{ color:var(--e-orange); }\n\n    \/* ---------- result ---------- *\/\n    #mstrEstimator .est-result-kicker{\n      font-family:var(--e-font-mono);\n      font-size:11px;\n      letter-spacing:.1em;\n      text-transform:uppercase;\n      color:var(--e-dim);\n      margin-bottom:8px;\n    }\n    #mstrEstimator .est-result-value{\n      font-family:var(--e-font-display);\n      font-weight:900;\n      font-size:clamp(1.9rem,6vw,2.6rem);\n      text-transform:uppercase;\n      letter-spacing:-.02em;\n      margin-bottom:10px;\n      background:linear-gradient(95deg,var(--e-orange),var(--e-gold));\n      -webkit-background-clip:text;\n      background-clip:text;\n      color:transparent;\n      opacity:0;\n      animation:estFadeIn .5s ease .1s forwards;\n    }\n    #mstrEstimator .est-result-note{\n      font-size:13.5px;\n      color:var(--e-dim);\n      line-height:1.6;\n      margin-bottom:22px;\n    }\n    #mstrEstimator .est-summary{\n      border-top:1px solid var(--e-line);\n      padding-top:16px;\n      margin-bottom:20px;\n      display:flex;\n      flex-direction:column;\n      gap:10px;\n    }\n    #mstrEstimator .est-summary-group{ margin-bottom:4px; }\n    #mstrEstimator .est-summary-cat{\n      font-family:var(--e-font-mono);\n      font-size:10.5px;\n      letter-spacing:.1em;\n      text-transform:uppercase;\n      color:var(--e-dim);\n      margin-bottom:6px;\n    }\n    #mstrEstimator .est-summary-item{\n      font-size:13.5px;\n      padding:3px 0;\n      display:flex;\n      justify-content:space-between;\n      gap:12px;\n    }\n    #mstrEstimator .est-summary-item-range{\n      font-family:var(--e-font-mono);\n      font-size:12px;\n      color:var(--e-dim);\n      white-space:nowrap;\n    }\n    #mstrEstimator .est-followup{\n      font-family:var(--e-font-mono);\n      font-size:11.5px;\n      color:var(--e-dim);\n      letter-spacing:.03em;\n      border-top:1px solid var(--e-line);\n      padding-top:16px;\n    }\n\n    \/* ---------- category tiles ---------- *\/\n    #mstrEstimator .est-tiles{\n      display:grid;\n      grid-template-columns:1fr 1fr;\n      gap:12px;\n      border-top:1px solid var(--e-line);\n      padding-top:18px;\n    }\n    #mstrEstimator .est-tile{\n      display:flex;\n      flex-direction:column;\n      gap:4px;\n      padding:18px 16px;\n      border:1px solid var(--e-line);\n      cursor:pointer;\n      transition:border-color .2s ease, background .2s ease;\n    }\n    #mstrEstimator .est-tile:hover{ border-color:var(--e-dim); }\n    #mstrEstimator .est-tile.is-active{ border-color:var(--e-gold); background:rgba(233,164,48,.08); }\n    #mstrEstimator .est-tile-name{ font-family:var(--e-font-display); font-weight:800; font-size:15px; text-transform:uppercase; letter-spacing:-.01em; }\n    #mstrEstimator .est-tile-desc{ font-size:12.5px; color:var(--e-dim); line-height:1.4; }\n\n    \/* ---------- chip select (discovery) ---------- *\/\n    #mstrEstimator .est-field-block{ margin-bottom:22px; }\n    #mstrEstimator .est-field-block label{\n      font-family:var(--e-font-mono); font-size:11px; letter-spacing:.08em; text-transform:uppercase; color:var(--e-dim);\n      display:block; margin-bottom:10px;\n    }\n    #mstrEstimator .est-chips{ display:flex; flex-wrap:wrap; gap:8px; }\n    #mstrEstimator .est-chip{\n      font-family:var(--e-font-mono); font-size:11.5px; letter-spacing:.04em; text-transform:uppercase;\n      border:1px solid var(--e-line); border-radius:999px; padding:.6em 1.1em; cursor:pointer; color:var(--e-dim);\n      transition:border-color .2s ease, color .2s ease, background .2s ease;\n    }\n    #mstrEstimator .est-chip:hover{ border-color:var(--e-dim2); color:var(--e-ink); }\n    #mstrEstimator .est-chip.is-active{ border-color:var(--e-gold); color:var(--e-ink); background:rgba(233,164,48,.1); }\n    #mstrEstimator .est-textinput{\n      width:100%; background:transparent; border:none; border-bottom:1px solid var(--e-line); color:var(--e-ink);\n      font-family:var(--e-font-body); font-size:15px; padding:9px 2px; outline:none; transition:border-color .2s; resize:vertical;\n    }\n    #mstrEstimator .est-textinput:focus{ border-color:var(--e-gold); }\n\n    \/* ---------- analyzing \/ loading ---------- *\/\n    #mstrEstimator .est-loading{ padding:34px 0 10px; display:flex; flex-direction:column; align-items:center; gap:20px; text-align:center; }\n    #mstrEstimator .est-loading-line{\n      font-family:var(--e-font-mono); font-size:12.5px; letter-spacing:.1em; text-transform:uppercase; color:var(--e-dim);\n      display:flex; align-items:center; gap:10px; opacity:0; animation:estFadeIn .4s ease forwards;\n    }\n    #mstrEstimator .est-loading-line .chk{ color:var(--e-gold); opacity:0; transition:opacity .2s; }\n    #mstrEstimator .est-loading-line.done .chk{ opacity:1; }\n    #mstrEstimator .est-loading-bar{ width:100%; max-width:280px; height:2px; background:var(--e-line); position:relative; overflow:hidden; }\n    #mstrEstimator .est-loading-bar::before{\n      content:\"\"; position:absolute; inset:0;\n      background:linear-gradient(90deg,var(--e-purple),var(--e-orange),var(--e-gold),var(--e-teal));\n      transform:scaleX(0); transform-origin:left; animation:estLoadFill 1.5s cubic-bezier(.2,.7,.2,1) forwards;\n    }\n    @keyframes estLoadFill{ to{ transform:scaleX(1); } }\n\n    \/* ---------- estimate reveal ---------- *\/\n    #mstrEstimator .est-reveal-block{ border-top:1px solid var(--e-line); padding-top:16px; margin-bottom:18px; }\n    #mstrEstimator .est-reveal-label{ font-family:var(--e-font-mono); font-size:10.5px; letter-spacing:.1em; text-transform:uppercase; color:var(--e-dim); margin-bottom:10px; }\n    #mstrEstimator .est-reveal-item{ font-size:13.5px; padding:5px 0; display:flex; align-items:center; gap:10px; }\n    #mstrEstimator .est-reveal-item .chk{ color:var(--e-gold); font-family:var(--e-font-mono); }\n    #mstrEstimator .est-meta-grid{ display:grid; grid-template-columns:1fr 1fr; gap:18px; border-top:1px solid var(--e-line); padding-top:16px; margin-bottom:16px; }\n    #mstrEstimator .est-meta-label{ font-family:var(--e-font-mono); font-size:10.5px; letter-spacing:.1em; text-transform:uppercase; color:var(--e-dim); margin-bottom:6px; }\n    #mstrEstimator .est-meta-value{ font-size:13.5px; line-height:1.5; }\n    #mstrEstimator .est-process-row{ display:flex; flex-wrap:wrap; gap:6px 0; border-top:1px solid var(--e-line); padding-top:16px; margin-bottom:6px; }\n    #mstrEstimator .est-process-step{ font-family:var(--e-font-mono); font-size:11px; letter-spacing:.06em; text-transform:uppercase; color:var(--e-dim); display:flex; align-items:center; }\n    #mstrEstimator .est-process-step:not(:last-child)::after{ content:\"\u2192\"; color:var(--e-line); margin:0 10px; }\n    #mstrEstimator .est-skip{\n      font-family:var(--e-font-mono); font-size:11px; letter-spacing:.05em; color:var(--e-dim); text-align:center;\n      margin-top:16px; cursor:pointer; text-decoration:underline; text-underline-offset:3px;\n    }\n    #mstrEstimator .est-skip:hover{ color:var(--e-ink); }\n\n    @media (max-width:520px){\n      #mstrEstimator .est-field-row{ grid-template-columns:1fr; }\n      #mstrEstimator .est-tiles{ grid-template-columns:1fr; }\n      #mstrEstimator .est-meta-grid{ grid-template-columns:1fr; }\n    }\n\n    @media (prefers-reduced-motion:reduce){\n      #mstrEstimator *{ animation-duration:.001ms !important; }\n    }\n  <\/style>\n\n  <div class=\"est-trigger\" id=\"estTrigger\" role=\"button\" tabindex=\"0\">START A PROJECT <span class=\"arrow\">\u2192<\/span><\/div>\n\n  <div class=\"est-overlay\" id=\"estOverlay\" hidden>\n    <div class=\"est-modal\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"estTitle\">\n\n      <div class=\"est-modal-head\">\n        <span class=\"est-modal-title\" id=\"estTitle\">Tell us what you need<\/span>\n        <div class=\"est-close\" id=\"estClose\" role=\"button\" tabindex=\"0\" aria-label=\"Close\">\u00d7<\/div>\n      <\/div>\n\n      <div class=\"est-progress-track\">\n        <div class=\"est-progress-fill\" id=\"estProgressFill\"><\/div>\n      <\/div>\n\n      <div class=\"est-body\" id=\"estBody\">\n        <!-- panels injected by JS -->\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <script>\n  (function(){\n    \/\/ Google Apps Script webhook that appends rows to the \"Submissions\" sheet\n    const WEBHOOK_URL = \"https:\/\/script.google.com\/macros\/s\/AKfycbzF9GpjzDZAdQikX-w54N9pMSdp6vc_DKE0qUxzRrvqmyPg3BR0Yuj_mrfIs8PzTVHV5Q\/exec\";\n\n    const SERVICES = [\n      { cat:\"Brand\",        id:\"logo\",        name:\"Logo Design\",                        priceLow:600,   priceHigh:1800  },\n      { cat:\"Brand\",        id:\"identity\",     name:\"Brand Identity\",                     priceLow:1800,  priceHigh:4500  },\n      { cat:\"Brand\",        id:\"guidelines\",   name:\"Brand Guidelines\",                   priceLow:900,   priceHigh:2200  },\n      { cat:\"Web\",          id:\"landing\",      name:\"Landing Page\",                       priceLow:800,   priceHigh:2200  },\n      { cat:\"Web\",          id:\"corporate\",    name:\"Corporate Website\",                  priceLow:3500,  priceHigh:9000  },\n      { cat:\"Web\",          id:\"portfolio\",    name:\"Portfolio Website\",                  priceLow:1500,  priceHigh:4000  },\n      { cat:\"Web\",          id:\"ecommerce\",    name:\"E-commerce Website\",                 priceLow:4500,  priceHigh:12000 },\n      { cat:\"Web\",          id:\"customweb\",    name:\"Custom Web Experience\",              priceLow:8000,  priceHigh:20000 },\n      { cat:\"App\",          id:\"mvp\",          name:\"Mobile App MVP\",                     priceLow:12000, priceHigh:30000 },\n      { cat:\"App\",          id:\"nativeapp\",    name:\"Native Mobile App\",                  priceLow:30000, priceHigh:70000 },\n      { cat:\"Motion\",       id:\"motion2d\",     name:\"2D Motion Graphics\",                 priceLow:1500,  priceHigh:4000  },\n      { cat:\"Motion\",       id:\"motion3d\",     name:\"3D Animation\",                       priceLow:4000,  priceHigh:10000 },\n      { cat:\"Motion\",       id:\"explainer\",    name:\"Explainer Video\",                    priceLow:2500,  priceHigh:6500  },\n      { cat:\"Motion\",       id:\"socialmotion\", name:\"Social Media Motion Package\",        priceLow:1200,  priceHigh:3000  },\n      { cat:\"Experiential\", id:\"installation\", name:\"Interactive Installation\",           priceLow:8000,  priceHigh:25000 },\n      { cat:\"Experiential\", id:\"projection\",   name:\"Projection Mapping\",                 priceLow:15000, priceHigh:45000 },\n      { cat:\"Experiential\", id:\"genart\",       name:\"Generative Art Experience\",          priceLow:6000,  priceHigh:18000 },\n      { cat:\"Experiential\", id:\"customtech\",   name:\"Custom Creative Technology Project\", priceLow:10000, priceHigh:35000 }\n    ];\n\n    const CATEGORIES = [\n      { id:\"Brand\",        name:\"Brand\",                 desc:\"Identity, logo & guidelines\" },\n      { id:\"Web\",          name:\"Website\",                desc:\"Sites & web platforms\" },\n      { id:\"App\",          name:\"Mobile App\",             desc:\"MVP to native build\" },\n      { id:\"Motion\",       name:\"Motion\",                 desc:\"Animation & video\" },\n      { id:\"Experiential\", name:\"Interactive Experience\", desc:\"Installations & creative tech\" }\n    ];\n    const CAT_KICKER = { Brand:\"01\", Web:\"02\", App:\"03\", Motion:\"04\", Experiential:\"05\" };\n    const CAT_HINT = {\n      Brand:\"Anything about who the brand is and how it looks.\",\n      Web:\"Sites, pages, and web-based product work.\",\n      App:\"Mobile product work, from first version to native build.\",\n      Motion:\"Anything that moves \u2014 film, animation, motion graphics.\",\n      Experiential:\"Physical and interactive work beyond the screen.\"\n    };\n    const CAT_ROLE = {\n      Brand:\"Brand Designer\",\n      Web:\"Web Designer\",\n      App:\"Product Designer\",\n      Motion:\"Motion Designer\",\n      Experiential:\"Creative Technologist\"\n    };\n    const PROCESS_STEPS = [\"Discovery\",\"Design\",\"Build\",\"Launch\"];\n\n    const TIMELINE_OPTIONS = [\"ASAP\",\"1\u20133 months\",\"3\u20136 months\",\"Flexible\"];\n    const BUDGET_OPTIONS = [\"Under $5k\",\"$5k\u201315k\",\"$15k\u201340k\",\"$40k+\",\"Not sure yet\"];\n    const BRAND_OPTIONS = [\"Yes, established\",\"Sort of\",\"No, starting fresh\"];\n\n    const selected = new Set();\n    let selectedCategories = [];\n    let catStepPos = 0;\n    const discovery = { timeline:null, budget:null, company:'', challenge:'', existingBrand:null };\n    let stage = 'categories';\n\n    const root = document.getElementById('mstrEstimator');\n    const trigger = document.getElementById('estTrigger');\n    const overlay = document.getElementById('estOverlay');\n    const closeBtn = document.getElementById('estClose');\n    const body = document.getElementById('estBody');\n    const progressFill = document.getElementById('estProgressFill');\n    const modalTitle = document.getElementById('estTitle');\n\n    function fmtMoney(n){ return '$' + Math.round(n).toLocaleString('en-US'); }\n\n    function triggerHit(el, x, y){\n      el.classList.remove('trig-pop');\n      void el.offsetWidth;\n      el.classList.add('trig-pop');\n      var rect = el.getBoundingClientRect();\n      var size = Math.max(rect.width, rect.height);\n      var ripple = document.createElement('span');\n      ripple.className = 'trig-ripple';\n      ripple.style.width = ripple.style.height = size + 'px';\n      ripple.style.left = ((x == null ? rect.left + rect.width\/2 : x) - rect.left) + 'px';\n      ripple.style.top  = ((y == null ? rect.top + rect.height\/2 : y) - rect.top) + 'px';\n      el.appendChild(ripple);\n      ripple.addEventListener('animationend', function(){ ripple.remove(); });\n    }\n    trigger.addEventListener('click', function(e){ triggerHit(trigger, e.clientX, e.clientY); });\n\n    function wireButton(el, handler){\n      if (!el) return;\n      el.addEventListener('click', handler);\n      el.addEventListener('keydown', (e) => {\n        if (e.key === 'Enter' || e.key === ' '){\n          e.preventDefault();\n          handler(e);\n        }\n      });\n    }\n\n    function openModal(){\n      overlay.hidden = false;\n      document.body.style.overflow = 'hidden';\n      selected.clear();\n      selectedCategories = [];\n      catStepPos = 0;\n      discovery.timeline = null; discovery.budget = null; discovery.company = ''; discovery.challenge = ''; discovery.existingBrand = null;\n      stage = 'categories';\n      render();\n    }\n    function closeModal(){\n      overlay.hidden = true;\n      document.body.style.overflow = '';\n    }\n    wireButton(trigger, openModal);\n    wireButton(closeBtn, closeModal);\n    overlay.addEventListener('click', (e) => { if (e.target === overlay) closeModal(); });\n    document.addEventListener('keydown', (e) => { if (e.key === 'Escape' && !overlay.hidden) closeModal(); });\n\n    function flowKeys(){\n      return ['categories', ...selectedCategories.map(c => 'service:' + c), 'discovery', 'contact', 'estimate'];\n    }\n    function currentKey(){\n      if (stage === 'categories') return 'categories';\n      if (stage === 'service') return 'service:' + selectedCategories[catStepPos];\n      if (stage === 'loading') return 'estimate';\n      return stage;\n    }\n    function updateProgress(){\n      const keys = flowKeys();\n      if (stage === 'done'){ progressFill.style.width = '100%'; return; }\n      const idx = keys.indexOf(currentKey());\n      const pct = Math.min(Math.max(idx, 0) \/ keys.length, 1) * 100;\n      progressFill.style.width = pct + '%';\n    }\n\n    function render(){\n      updateProgress();\n      if (stage === 'categories') renderCategoriesStep();\n      else if (stage === 'service') renderServiceStep();\n      else if (stage === 'discovery') renderDiscoveryStep();\n      else if (stage === 'contact') renderContactStep();\n      else if (stage === 'loading') renderLoadingStep();\n      else if (stage === 'estimate') renderEstimateStep();\n      else if (stage === 'done') renderDoneStep();\n    }\n\n    function renderCategoriesStep(){\n      modalTitle.textContent = 'Tell us what you need';\n      body.innerHTML = `\n        <div class=\"est-step-meta\">\n          <span class=\"est-step-kicker\">Start here<\/span>\n        <\/div>\n        <h2 class=\"est-step-title\">What are you working on?<\/h2>\n        <p class=\"est-hint\">Pick anything that applies \u2014 we'll only ask about what's relevant.<\/p>\n        <div class=\"est-tiles\">\n          ${CATEGORIES.map(c => `\n            <div class=\"est-tile ${selectedCategories.includes(c.id) ? 'is-active' : ''}\" data-cat=\"${c.id}\" role=\"button\" tabindex=\"0\">\n              <span class=\"est-tile-name\">${c.name}<\/span>\n              <span class=\"est-tile-desc\">${c.desc}<\/span>\n            <\/div>`).join('')}\n        <\/div>\n        <div class=\"est-actions\">\n          <div class=\"est-next ${selectedCategories.length ? '' : 'est-disabled'}\" id=\"estNext\" role=\"button\" tabindex=\"0\">Continue \u2192<\/div>\n        <\/div>\n      `;\n\n      body.querySelectorAll('.est-tile').forEach(tile => {\n        wireButton(tile, () => {\n          const id = tile.dataset.cat;\n          if (selectedCategories.includes(id)) selectedCategories = selectedCategories.filter(c => c !== id);\n          else selectedCategories.push(id);\n          selectedCategories = CATEGORIES.map(c => c.id).filter(id2 => selectedCategories.includes(id2));\n          renderCategoriesStep();\n          updateProgress();\n        });\n      });\n\n      wireButton(document.getElementById('estNext'), () => {\n        if (!selectedCategories.length) return;\n        stage = 'service';\n        catStepPos = 0;\n        render();\n      });\n    }\n\n    function renderServiceStep(){\n      const cat = selectedCategories[catStepPos];\n      const items = SERVICES.filter(s => s.cat === cat);\n      modalTitle.textContent = 'Tell us what you need';\n\n      body.innerHTML = `\n        <div class=\"est-step-meta\">\n          <span class=\"est-step-kicker\">${CAT_KICKER[cat]} \u00b7 ${cat}<\/span>\n        <\/div>\n        <h2 class=\"est-step-title\">${cat}<\/h2>\n        <p class=\"est-hint\">${CAT_HINT[cat]} Select any that apply \u2014 or skip if none do.<\/p>\n        <div class=\"est-options\">\n          ${items.map(s => `\n            <label class=\"est-item\">\n              <input type=\"checkbox\" data-id=\"${s.id}\" ${selected.has(s.id) ? 'checked' : ''}>\n              <span class=\"est-box\"><\/span>\n              <span class=\"est-item-name\">${s.name}<\/span>\n            <\/label>`).join('')}\n        <\/div>\n        <div class=\"est-actions\">\n          <div class=\"est-back\" id=\"estBack\" role=\"button\" tabindex=\"0\">\u2190 Back<\/div>\n          <div class=\"est-next\" id=\"estNext\" role=\"button\" tabindex=\"0\">Continue \u2192<\/div>\n        <\/div>\n      `;\n\n      body.querySelectorAll('input[type=\"checkbox\"]').forEach(cb => {\n        cb.addEventListener('change', () => {\n          if (cb.checked) selected.add(cb.dataset.id);\n          else selected.delete(cb.dataset.id);\n        });\n      });\n\n      wireButton(document.getElementById('estNext'), () => {\n        if (catStepPos < selectedCategories.length - 1){\n          catStepPos++;\n        } else {\n          stage = 'discovery';\n        }\n        render();\n      });\n\n      wireButton(document.getElementById('estBack'), () => {\n        if (catStepPos > 0){\n          catStepPos--;\n        } else {\n          stage = 'categories';\n        }\n        render();\n      });\n    }\n\n    function renderDiscoveryStep(){\n      modalTitle.textContent = 'A little context';\n      body.innerHTML = `\n        <div class=\"est-step-meta\">\n          <span class=\"est-step-kicker\">Almost there<\/span>\n        <\/div>\n        <h2 class=\"est-step-title\">A little context<\/h2>\n        <p class=\"est-hint\">Helps us size things accurately \u2014 all optional except timeline.<\/p>\n\n        <div class=\"est-field-block\">\n          <label>Timeline<\/label>\n          <div class=\"est-chips\" data-group=\"timeline\">\n            ${TIMELINE_OPTIONS.map(o => `<div class=\"est-chip ${discovery.timeline===o?'is-active':''}\" data-val=\"${o}\" role=\"button\" tabindex=\"0\">${o}<\/div>`).join('')}\n          <\/div>\n        <\/div>\n\n        <div class=\"est-field-block\">\n          <label>Budget range<\/label>\n          <div class=\"est-chips\" data-group=\"budget\">\n            ${BUDGET_OPTIONS.map(o => `<div class=\"est-chip ${discovery.budget===o?'is-active':''}\" data-val=\"${o}\" role=\"button\" tabindex=\"0\">${o}<\/div>`).join('')}\n          <\/div>\n        <\/div>\n\n        <div class=\"est-field-block\">\n          <label>Existing brand?<\/label>\n          <div class=\"est-chips\" data-group=\"brand\">\n            ${BRAND_OPTIONS.map(o => `<div class=\"est-chip ${discovery.existingBrand===o?'is-active':''}\" data-val=\"${o}\" role=\"button\" tabindex=\"0\">${o}<\/div>`).join('')}\n          <\/div>\n        <\/div>\n\n        <div class=\"est-field-block\">\n          <label>Company <span style=\"opacity:.6;font-style:italic;text-transform:none;\">(optional)<\/span><\/label>\n          <input type=\"text\" class=\"est-textinput\" id=\"estCompany\" placeholder=\"Company or project name\" value=\"${discovery.company}\">\n        <\/div>\n\n        <div class=\"est-field-block\" style=\"margin-bottom:6px;\">\n          <label>Biggest challenge right now <span style=\"opacity:.6;font-style:italic;text-transform:none;\">(optional)<\/span><\/label>\n          <textarea class=\"est-textinput\" id=\"estChallenge\" rows=\"2\" placeholder=\"e.g. nobody can find us online\">${discovery.challenge}<\/textarea>\n        <\/div>\n\n        <div class=\"est-actions\">\n          <div class=\"est-back\" id=\"estBack\" role=\"button\" tabindex=\"0\">\u2190 Back<\/div>\n          <div class=\"est-next\" id=\"estNext\" role=\"button\" tabindex=\"0\">Continue \u2192<\/div>\n        <\/div>\n      `;\n\n      body.querySelectorAll('[data-group=\"timeline\"] .est-chip').forEach(chip => {\n        wireButton(chip, () => { discovery.timeline = chip.dataset.val; renderDiscoveryStep(); });\n      });\n      body.querySelectorAll('[data-group=\"budget\"] .est-chip').forEach(chip => {\n        wireButton(chip, () => { discovery.budget = chip.dataset.val; renderDiscoveryStep(); });\n      });\n      body.querySelectorAll('[data-group=\"brand\"] .est-chip').forEach(chip => {\n        wireButton(chip, () => { discovery.existingBrand = chip.dataset.val; renderDiscoveryStep(); });\n      });\n      document.getElementById('estCompany').addEventListener('input', (e) => { discovery.company = e.target.value; });\n      document.getElementById('estChallenge').addEventListener('input', (e) => { discovery.challenge = e.target.value; });\n\n      wireButton(document.getElementById('estNext'), () => { stage = 'contact'; render(); });\n      wireButton(document.getElementById('estBack'), () => { stage = 'service'; catStepPos = selectedCategories.length - 1; render(); });\n    }\n\n    function renderLoadingStep(){\n      modalTitle.textContent = 'One moment';\n      body.innerHTML = `\n        <div class=\"est-loading\">\n          <div class=\"est-loading-line\" id=\"estLine1\" style=\"animation-delay:0s;\">Reviewing your selections <span class=\"chk\">\u2713<\/span><\/div>\n          <div class=\"est-loading-line\" id=\"estLine2\" style=\"animation-delay:.35s;\">Sizing the scope <span class=\"chk\">\u2713<\/span><\/div>\n          <div class=\"est-loading-line\" id=\"estLine3\" style=\"animation-delay:.7s;\">Building your estimate <span class=\"chk\">\u2713<\/span><\/div>\n          <div class=\"est-loading-bar\"><\/div>\n        <\/div>\n      `;\n      setTimeout(() => document.getElementById('estLine1') && document.getElementById('estLine1').classList.add('done'), 500);\n      setTimeout(() => document.getElementById('estLine2') && document.getElementById('estLine2').classList.add('done'), 950);\n      setTimeout(() => document.getElementById('estLine3') && document.getElementById('estLine3').classList.add('done'), 1400);\n      setTimeout(() => {\n        if (stage === 'loading'){ stage = 'estimate'; render(); }\n      }, 1700);\n    }\n\n    function computeEstimate(){\n      const items = SERVICES.filter(s => selected.has(s.id));\n      const totalLow = items.reduce((sum, s) => sum + s.priceLow, 0);\n      const totalHigh = items.reduce((sum, s) => sum + s.priceHigh, 0);\n      const mid = (totalLow + totalHigh) \/ 2;\n\n      let tierName, tierFloor;\n      if (!items.length){ tierName = null; tierFloor = null; }\n      else if (mid <= 6000){ tierName = 'Starter'; tierFloor = 3000; }\n      else if (mid <= 20000){ tierName = 'Growth'; tierFloor = 8000; }\n      else { tierName = 'Custom'; tierFloor = 20000; }\n\n      const roundedLow = Math.floor(totalLow \/ 1000) * 1000;\n      const roundedHigh = Math.ceil(totalHigh \/ 1000) * 1000;\n\n      const count = items.length;\n      let timeline;\n      if (!count) timeline = '2\u20134 weeks (scope call)';\n      else if (count <= 2) timeline = '3\u20135 weeks';\n      else if (count <= 4) timeline = '6\u20138 weeks';\n      else timeline = '8\u201312+ weeks';\n\n      const roles = ['Creative Director'];\n      selectedCategories.forEach(c => { if (CAT_ROLE[c] && !roles.includes(CAT_ROLE[c])) roles.push(CAT_ROLE[c]); });\n      if ((selectedCategories.includes('Web') || selectedCategories.includes('App')) && !roles.includes('Developer')) roles.push('Developer');\n\n      return { items, tierName, tierFloor, roundedLow, roundedHigh, timeline, roles };\n    }\n\n    function renderEstimateStep(){\n      modalTitle.textContent = 'Your estimate';\n      const est = computeEstimate();\n\n      const headline = est.tierName ? `${est.tierName} \u00b7 ${fmtMoney(est.tierFloor)}+` : `Let's talk scope`;\n      const subline = est.items.length\n        ? `Typically between ${fmtMoney(est.roundedLow)}\u2013${fmtMoney(est.roundedHigh)}, depending on scope. Not a fixed quote \u2014 we'll firm it up when we follow up.`\n        : `No specific services selected yet \u2014 we'll scope this together on a call.`;\n\n      const recListHtml = est.items.length\n        ? est.items.map(s => `<div class=\"est-reveal-item\"><span class=\"chk\">\u2713<\/span><span>${s.name}<\/span><\/div>`).join('')\n        : '';\n\n      body.innerHTML = `\n        <div class=\"est-step-meta\">\n          <span class=\"est-step-kicker\">Estimated investment<\/span>\n        <\/div>\n        <h2 class=\"est-step-title\">${headline}<\/h2>\n        <p class=\"est-hint\">${subline}<\/p>\n\n        ${recListHtml ? `\n        <div class=\"est-reveal-block\">\n          <div class=\"est-reveal-label\">Recommended for your project<\/div>\n          ${recListHtml}\n        <\/div>` : ''}\n\n        <div class=\"est-meta-grid\">\n          <div>\n            <div class=\"est-meta-label\">Estimated timeline<\/div>\n            <div class=\"est-meta-value\">${est.timeline}<\/div>\n          <\/div>\n          <div>\n            <div class=\"est-meta-label\">Team involved<\/div>\n            <div class=\"est-meta-value\">${est.roles.join(', ')}<\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"est-process-row\">\n          ${PROCESS_STEPS.map(p => `<span class=\"est-process-step\">${p}<\/span>`).join('')}\n        <\/div>\n\n        <div class=\"est-followup\" style=\"margin-top:22px;\">We've got your details \u2014 we'll follow up within one business day to firm this up.<\/div>\n\n        <div class=\"est-actions\">\n          <div class=\"est-submit\" id=\"estDone\" role=\"button\" tabindex=\"0\">Done \u2192<\/div>\n        <\/div>\n      `;\n\n      wireButton(document.getElementById('estDone'), closeModal);\n    }\n\n    function renderContactStep(){\n      modalTitle.textContent = 'One quick step';\n      body.innerHTML = `\n        <div class=\"est-step-meta\">\n          <span class=\"est-step-kicker\">Almost there<\/span>\n        <\/div>\n        <h2 class=\"est-step-title\">Where should we send your estimate<\/h2>\n        <p class=\"est-hint\">First name, and a phone number or email \u2014 then we'll show you the price.<\/p>\n\n        <div class=\"est-field-row\">\n          <div class=\"est-field\" id=\"estFName\">\n            <label>First name <span class=\"req\">*<\/span><\/label>\n            <input type=\"text\" id=\"estName\" placeholder=\"First name\">\n          <\/div>\n        <\/div>\n\n        <div class=\"est-field-row\">\n          <div class=\"est-field\" id=\"estFPhone\">\n            <label>Phone <span class=\"opt\">(number or email)<\/span><\/label>\n            <input type=\"tel\" id=\"estPhone\" placeholder=\"+1 555 555 5555\">\n          <\/div>\n          <div class=\"est-field\" id=\"estFEmail\">\n            <label>Email <span class=\"opt\">(number or email)<\/span><\/label>\n            <input type=\"email\" id=\"estEmail\" placeholder=\"you@gmail.com\">\n          <\/div>\n        <\/div>\n\n        <div class=\"est-actions\">\n          <div class=\"est-back\" id=\"estBack\" role=\"button\" tabindex=\"0\">\u2190 Back<\/div>\n          <div class=\"est-submit\" id=\"estSubmit\" role=\"button\" tabindex=\"0\">See my price \u2192<\/div>\n        <\/div>\n        <div class=\"est-msg\" id=\"estMsg\"><\/div>\n      `;\n\n      wireButton(document.getElementById('estBack'), () => { stage = 'discovery'; render(); });\n\n      const msgEl = document.getElementById('estMsg');\n      ['estName','estEmail','estPhone'].forEach(id => {\n        document.getElementById(id).addEventListener('input', () => {\n          msgEl.textContent = '';\n          msgEl.className = 'est-msg';\n        });\n      });\n\n      wireButton(document.getElementById('estSubmit'), submitProject);\n    }\n\n    function setInvalid(fieldId, invalid){\n      const el = document.getElementById(fieldId);\n      if (el) el.classList.toggle('invalid', invalid);\n    }\n\n    function validateContact(){\n      const name = document.getElementById('estName').value.trim();\n      const email = document.getElementById('estEmail').value.trim();\n      const phone = document.getElementById('estPhone').value.trim();\n      let ok = true;\n\n      setInvalid('estFName', !name);\n      if (!name) ok = false;\n\n      const hasContact = !!(email || phone);\n      setInvalid('estFEmail', !hasContact);\n      setInvalid('estFPhone', !hasContact);\n      if (!hasContact) ok = false;\n\n      return ok;\n    }\n\n    async function submitProject(){\n      const submitBtn = document.getElementById('estSubmit');\n      if (submitBtn.classList.contains('est-disabled')) return;\n\n      if (!validateContact()){\n        const msgEl = document.getElementById('estMsg');\n        msgEl.textContent = 'Add your name, and either an email or a phone number.';\n        msgEl.className = 'est-msg err';\n        return;\n      }\n\n      const name = document.getElementById('estName').value.trim();\n      const email = document.getElementById('estEmail').value.trim();\n      const phone = document.getElementById('estPhone').value.trim();\n      const est = computeEstimate();\n\n      const payload = {\n        name: name,\n        email: email,\n        phone: phone,\n        project_type: est.items.map(s => s.name).join(', ') || 'Not specified',\n        estimated_tier: est.tierName ? `${est.tierName} (${fmtMoney(est.tierFloor)}+)` : 'Not specified',\n        estimated_range: est.items.length ? `${fmtMoney(est.roundedLow)}-${fmtMoney(est.roundedHigh)}` : 'Not specified',\n        timeline_pref: discovery.timeline || 'Not specified',\n        budget_pref: discovery.budget || 'Not specified',\n        existing_brand: discovery.existingBrand || 'Not specified',\n        company: discovery.company || 'Not specified',\n        challenge: discovery.challenge || 'Not specified',\n        message: \"Project intake selections: \" + (est.items.map(s => s.name).join('; ') || 'none selected'),\n        source: 'project-intake'\n      };\n\n      submitBtn.classList.add('est-disabled');\n      submitBtn.textContent = 'ONE SEC\u2026';\n\n      try{\n        await fetch(WEBHOOK_URL, {\n          method: 'POST',\n          mode: 'no-cors',\n          headers: { 'Content-Type': 'text\/plain' },\n          body: JSON.stringify(payload)\n        });\n      } catch(err){}\n\n      stage = 'loading';\n      render();\n    }\n\n    function renderDoneStep(){\n      modalTitle.textContent = 'Thanks';\n      body.innerHTML = `\n        <div class=\"est-result-kicker\">Got it.<\/div>\n        <div class=\"est-result-value\">Thank you.<\/div>\n        <p class=\"est-result-note\">We've got your estimate and context \u2014 we'll follow up with the detailed proposal within one business day.<\/p>\n        <div class=\"est-followup\">Keep an eye on your inbox or phone.<\/div>\n      `;\n    }\n  })();\n  <\/script>\n<\/div>\n<!-- ===== \/MOSTROS Project Intake Popup ===== -->\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-189f4fd elementor-widget elementor-widget-html\" data-id=\"189f4fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ===== PASTE EVERYTHING BELOW into an Elementor HTML widget ===== -->\n<!-- No DOCTYPE \/ html \/ head \/ body wrappers, so it renders on the live site too. -->\n\n<style>\n  .afw-badge{\n    --green:#2bd968;\n    --green-glow:rgba(43,217,104,.55);\n\n    position:relative !important;\n    display:inline-flex !important;\n    align-items:center !important;\n    gap:.7em !important;\n    padding:.75em 1.4em !important;\n    border-radius:999px !important;\n    background:transparent !important;\n    border:1.5px solid var(--green) !important;\n    box-shadow:none;\n    cursor:pointer !important;\n    user-select:none;\n    overflow:hidden !important;\n\n    font-family:'Outfit','Helvetica Neue',system-ui,sans-serif !important;\n    font-size:10px !important;        \/* change this one value to scale the badge *\/\n    font-weight:700 !important;\n    letter-spacing:.12em !important;\n    text-transform:uppercase !important;\n    color:var(--green) !important;\n    text-decoration:none !important;\n    line-height:1 !important;\n    -webkit-tap-highlight-color:transparent;\n    transition:transform .12s ease, box-shadow .25s ease;\n  }\n  .afw-badge:hover{color:var(--green) !important; background:transparent !important;}\n\n  .afw-dot{\n    width:.62em !important;\n    height:.62em !important;\n    border-radius:50% !important;\n    background:var(--green) !important;\n    box-shadow:0 0 0 0 var(--green-glow);\n    animation:afw-pulse 1.8s infinite;\n    flex-shrink:0 !important;\n  }\n  @keyframes afw-pulse{\n    0%   {box-shadow:0 0 0 0 var(--green-glow);}\n    70%  {box-shadow:0 0 0 .55em rgba(43,217,104,0);}\n    100% {box-shadow:0 0 0 0 rgba(43,217,104,0);}\n  }\n\n  .afw-badge:active{transform:scale(.94);}\n\n  .afw-badge.afw-pop{\n    animation:afw-pop .45s cubic-bezier(.34,1.56,.64,1);\n    box-shadow:0 0 22px var(--green-glow);\n  }\n  @keyframes afw-pop{\n    0%   {transform:scale(.94);}\n    40%  {transform:scale(1.08);}\n    70%  {transform:scale(.97);}\n    100% {transform:scale(1);}\n  }\n\n  .afw-ripple{\n    position:absolute;\n    border-radius:50%;\n    transform:translate(-50%,-50%) scale(0);\n    background:var(--green);\n    opacity:.28;\n    pointer-events:none;\n    animation:afw-ripple .6s ease-out forwards;\n  }\n  @keyframes afw-ripple{\n    to{transform:translate(-50%,-50%) scale(2.6); opacity:0;}\n  }\n\n  @media (prefers-reduced-motion:reduce){\n    .afw-dot,.afw-badge.afw-pop,.afw-ripple{animation:none;}\n  }\n<\/style>\n\n<span class=\"afw-badge\" role=\"button\" tabindex=\"0\">\n  <span class=\"afw-dot\"><\/span>\n  Available\n<\/span>\n\n<script>\n  (function(){\n    function afwHit(badge, x, y){\n      badge.classList.remove('afw-pop');\n      void badge.offsetWidth;\n      badge.classList.add('afw-pop');\n\n      var rect = badge.getBoundingClientRect();\n      var size = Math.max(rect.width, rect.height);\n      var ripple = document.createElement('span');\n      ripple.className = 'afw-ripple';\n      ripple.style.width = ripple.style.height = size + 'px';\n      ripple.style.left = ((x == null ? rect.left + rect.width\/2 : x) - rect.left) + 'px';\n      ripple.style.top  = ((y == null ? rect.top + rect.height\/2 : y) - rect.top) + 'px';\n      badge.appendChild(ripple);\n      ripple.addEventListener('animationend', function(){ ripple.remove(); });\n    }\n\n    document.querySelectorAll('.afw-badge').forEach(function(badge){\n      badge.addEventListener('click', function(e){ afwHit(badge, e.clientX, e.clientY); });\n      badge.addEventListener('keydown', function(e){\n        if(e.key === 'Enter' || e.key === ' '){ e.preventDefault(); afwHit(badge); }\n      });\n    });\n  })();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-92d1192 elementor-widget elementor-widget-html\" data-id=\"92d1192\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!--\n  \"Made in Colombia\" animated widget\n  Paste this whole thing into an Elementor HTML widget (or any HTML block).\n  Background is transparent, so it sits on your dark hero as-is.\n-->\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@300;400;600&display=swap');\n\n  .mic-wrap{\n    --flag-yellow:#FCD116;\n    --flag-blue:#003893;\n    --flag-red:#CE1126;\n    --made-color:rgba(255,255,255,.78);\n\n    display:inline-flex;\n    align-items:baseline;\n    gap:.4em;\n    font-family:'Outfit',system-ui,sans-serif;\n    font-size:28px;          \/* change this one value to scale the whole thing *\/\n    line-height:1;\n    cursor:default;\n    -webkit-tap-highlight-color:transparent;\n  }\n\n  .mic-made{\n    font-weight:300;\n    letter-spacing:.04em;\n    color:var(--made-color);\n  }\n\n  .mic-colombia{\n    position:relative;\n    font-weight:600;\n    letter-spacing:.01em;\n\n    \/* flowing flag-colored gradient clipped to the text *\/\n    background:linear-gradient(\n      100deg,\n      var(--flag-yellow) 0%,\n      var(--flag-yellow) 18%,\n      var(--flag-blue)   42%,\n      var(--flag-red)    66%,\n      var(--flag-yellow) 90%,\n      var(--flag-yellow) 100%\n    );\n    background-size:220% 100%;\n    -webkit-background-clip:text;\n    background-clip:text;\n    color:transparent;\n    animation:mic-flow 5s linear infinite;\n    transition:transform .35s cubic-bezier(.34,1.56,.64,1),\n               filter .35s ease;\n  }\n\n  \/* the moving shine sweep *\/\n  .mic-colombia::after{\n    content:\"Colombia\";\n    position:absolute;\n    inset:0;\n    background:linear-gradient(\n      100deg,\n      transparent 0%,\n      transparent 40%,\n      rgba(255,255,255,.85) 50%,\n      transparent 60%,\n      transparent 100%\n    );\n    background-size:220% 100%;\n    -webkit-background-clip:text;\n    background-clip:text;\n    color:transparent;\n    animation:mic-shine 5s linear infinite;\n    pointer-events:none;\n  }\n\n  @keyframes mic-flow{\n    0%   {background-position:0% 50%;}\n    100% {background-position:220% 50%;}\n  }\n  @keyframes mic-shine{\n    0%   {background-position:120% 50%;}\n    45%  {background-position:-120% 50%;}\n    100% {background-position:-120% 50%;}\n  }\n\n  \/* hover: a confident little lift + brighten *\/\n  .mic-wrap:hover .mic-colombia{\n    transform:translateY(-2px) scale(1.04);\n    filter:drop-shadow(0 3px 10px rgba(252,209,22,.35));\n  }\n\n  \/* gentle entrance *\/\n  .mic-wrap{animation:mic-in .7s ease both;}\n  @keyframes mic-in{\n    from{opacity:0; transform:translateY(8px);}\n    to  {opacity:1; transform:translateY(0);}\n  }\n\n  @media (prefers-reduced-motion:reduce){\n    .mic-colombia,.mic-colombia::after,.mic-wrap{animation:none;}\n    .mic-colombia{background-position:0 50%;}\n  }\n<\/style>\n<\/head>\n<body>\n\n  <span class=\"mic-wrap\">\n    <span class=\"mic-made\">Made in<\/span>\n    <span class=\"mic-colombia\">Colombia<\/span>\n  <\/span>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-898f339 e-con e-atomic-element e-flexbox-base e-6f84cc3 \" data-id=\"898f339\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"898f339\">\n    \t\t<div class=\"elementor-element elementor-element-b88d761 elementor-widget elementor-widget-html\" data-id=\"b88d761\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!--\n  \"Trusted by Business\" \u2014 badge\/seal style widget\n  Paste this whole thing into an Elementor HTML widget (or any HTML block).\n  Background is transparent, so it sits on your dark hero as-is.\n-->\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@300;400;600;700&display=swap');\n\n  .tb-wrap{\n    --gold:#D4AF37;\n    --gold-soft:rgba(212,175,55,.35);\n    --ink:rgba(255,255,255,.92);\n    --sub:rgba(255,255,255,.55);\n    display:inline-flex;\n    align-items:center;\n    gap:.65em;\n    padding:.45em .9em .45em .65em;\n    border-radius:999px;\n    border:1px solid rgba(212,175,55,.35);\n    background:rgba(255,255,255,.04);\n    backdrop-filter:blur(6px);\n    font-family:'Outfit',system-ui,sans-serif;\n    font-size:13px;\n    line-height:1;\n    cursor:default;\n    -webkit-tap-highlight-color:transparent;\n    animation:tb-in .7s ease both;\n    transition:border-color .35s ease, background .35s ease, transform .35s cubic-bezier(.34,1.56,.64,1);\n  }\n  .tb-wrap:hover{\n    border-color:rgba(212,175,55,.7);\n    background:rgba(255,255,255,.07);\n    transform:translateY(-2px);\n  }\n\n  \/* seal \/ badge icon *\/\n  .tb-seal{\n    position:relative;\n    width:1.9em;\n    height:1.9em;\n    flex:0 0 auto;\n    display:grid;\n    place-items:center;\n  }\n  .tb-seal::before{\n    content:\"\";\n    position:absolute;\n    inset:0;\n    border-radius:50%;\n    background:conic-gradient(from 0deg, var(--gold), #fff6d8, var(--gold), #b8860b, var(--gold));\n    -webkit-mask:radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 2px));\n            mask:radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 2px));\n    animation:tb-spin 6s linear infinite;\n  }\n  .tb-seal::after{\n    content:\"\";\n    position:absolute;\n    inset:0;\n    border-radius:50%;\n    box-shadow:0 0 0 0 var(--gold-soft);\n    animation:tb-pulse 2.6s ease-out infinite;\n  }\n  .tb-check{\n    position:relative;\n    width:.85em;\n    height:.85em;\n    z-index:1;\n  }\n  .tb-check svg{\n    width:100%;\n    height:100%;\n    display:block;\n    stroke:var(--gold);\n    stroke-width:3;\n    stroke-linecap:round;\n    stroke-linejoin:round;\n    fill:none;\n    filter:drop-shadow(0 0 4px rgba(212,175,55,.6));\n  }\n  .tb-check path{\n    stroke-dasharray:20;\n    stroke-dashoffset:20;\n    animation:tb-draw 1s ease .5s forwards;\n  }\n\n  \/* text *\/\n  .tb-text{display:flex; flex-direction:column; gap:.05em;}\n  .tb-title{\n    font-weight:600;\n    letter-spacing:.02em;\n    color:var(--ink);\n  }\n  .tb-sub{\n    font-size:.62em;\n    font-weight:300;\n    letter-spacing:.14em;\n    text-transform:uppercase;\n    color:var(--sub);\n  }\n\n  @keyframes tb-spin{\n    to{transform:rotate(360deg);}\n  }\n  @keyframes tb-pulse{\n    0%   {box-shadow:0 0 0 0 var(--gold-soft);}\n    70%  {box-shadow:0 0 0 8px rgba(212,175,55,0);}\n    100% {box-shadow:0 0 0 0 rgba(212,175,55,0);}\n  }\n  @keyframes tb-draw{\n    to{stroke-dashoffset:0;}\n  }\n  @keyframes tb-in{\n    from{opacity:0; transform:translateY(8px);}\n    to  {opacity:1; transform:translateY(0);}\n  }\n\n  @media (prefers-reduced-motion:reduce){\n    .tb-wrap,.tb-seal::before,.tb-seal::after,.tb-check path{animation:none;}\n    .tb-check path{stroke-dashoffset:0;}\n  }\n<\/style>\n<\/head>\n<body>\n  <span class=\"tb-wrap\">\n    <span class=\"tb-seal\">\n      <span class=\"tb-check\">\n        <svg viewBox=\"0 0 24 24\"><path d=\"M4 12.5l5 5L20 6.5\"\/><\/svg>\n      <\/span>\n    <\/span>\n    <span class=\"tb-text\">\n      <span class=\"tb-title\">Trusted by Business<\/span>\n      <span class=\"tb-sub\">Verified &middot; Reliable<\/span>\n    <\/span>\n  <\/span>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-bb9a645 e-con e-atomic-element e-flexbox-base e-cbc3e1c \" data-id=\"bb9a645\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"bb9a645\">\n    <div class=\"elementor-element elementor-element-37abc5f e-con-full e-flex e-con e-parent\" data-id=\"37abc5f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2c6d83b outer-wrapper e-flex e-con-boxed e-con e-child\" data-id=\"2c6d83b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f082032 e-con-full marquee-track e-flex e-con e-child\" data-id=\"f082032\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3b8a492 logo elementor-widget elementor-widget-image\" data-id=\"3b8a492\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1920\" height=\"1080\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/HotelM1.png\" class=\"attachment-full size-full wp-image-4850\" alt=\"\" srcset=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/HotelM1.png 1920w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/HotelM1-1536x864.png 1536w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/HotelM1-18x10.png 18w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/HotelM1-600x338.png 600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a6d0ec4 logo elementor-widget elementor-widget-image\" data-id=\"a6d0ec4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"395\" height=\"348\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/08\/Asset-4-2.svg\" class=\"attachment-full size-full wp-image-9170\" alt=\"\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5338241 logo elementor-widget elementor-widget-image\" data-id=\"5338241\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]},&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1280\" height=\"853\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/608d5987-de63-4607-b513-e115b7d74ddc-Large.png\" class=\"attachment-full size-full wp-image-4711\" alt=\"\" srcset=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/608d5987-de63-4607-b513-e115b7d74ddc-Large.png 1280w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/608d5987-de63-4607-b513-e115b7d74ddc-Large-18x12.png 18w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/608d5987-de63-4607-b513-e115b7d74ddc-Large-600x400.png 600w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-604282c logo elementor-widget elementor-widget-image\" data-id=\"604282c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Time-Traker-01-e1768161372681.webp\" title=\"Time-Traker-01-e1768161372681\" alt=\"Time-Traker-01-e1768161372681\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fba1ebc logo elementor-widget elementor-widget-image\" data-id=\"fba1ebc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"920\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Logo-G-Hidro-scaled.png\" class=\"attachment-full size-full wp-image-4858\" alt=\"\" srcset=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Logo-G-Hidro-scaled.png 2560w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Logo-G-Hidro-1536x552.png 1536w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Logo-G-Hidro-2048x736.png 2048w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Logo-G-Hidro-18x6.png 18w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Logo-G-Hidro-600x216.png 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3315d73 logo elementor-widget elementor-widget-image\" data-id=\"3315d73\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"482\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Senal_Colombia_logo.svg.png\" class=\"attachment-full size-full wp-image-4814\" alt=\"\" srcset=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Senal_Colombia_logo.svg.png 1280w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Senal_Colombia_logo.svg-18x7.png 18w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Senal_Colombia_logo.svg-600x226.png 600w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d6040e4 logo elementor-widget elementor-widget-image\" data-id=\"d6040e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"816\" height=\"169\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/04\/356878.svg\" class=\"attachment-full size-full wp-image-7708\" alt=\"\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3602d3b logo elementor-widget elementor-widget-image\" data-id=\"3602d3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"392\" height=\"69\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/LogoChagra.svg\" class=\"attachment-full size-full wp-image-4845\" alt=\"\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-38aab4f logo elementor-widget elementor-widget-image\" data-id=\"38aab4f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]},&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1280\" height=\"853\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/608d5987-de63-4607-b513-e115b7d74ddc-Large.png\" class=\"attachment-full size-full wp-image-4711\" alt=\"\" srcset=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/608d5987-de63-4607-b513-e115b7d74ddc-Large.png 1280w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/608d5987-de63-4607-b513-e115b7d74ddc-Large-18x12.png 18w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/608d5987-de63-4607-b513-e115b7d74ddc-Large-600x400.png 600w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a151aae logo elementor-widget elementor-widget-image\" data-id=\"a151aae\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1022\" height=\"1024\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Logo_de_la_Universidad_de_Caldas.svg.png\" class=\"attachment-full size-full wp-image-4829\" alt=\"\" srcset=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Logo_de_la_Universidad_de_Caldas.svg.png 1022w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Logo_de_la_Universidad_de_Caldas.svg-300x300.png 300w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Logo_de_la_Universidad_de_Caldas.svg-150x150.png 150w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Logo_de_la_Universidad_de_Caldas.svg-12x12.png 12w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Logo_de_la_Universidad_de_Caldas.svg-600x601.png 600w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Logo_de_la_Universidad_de_Caldas.svg-100x100.png 100w\" sizes=\"(max-width: 1022px) 100vw, 1022px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e0e2e0a logo elementor-widget elementor-widget-image\" data-id=\"e0e2e0a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1422\" height=\"536\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Log-Hor.png\" class=\"attachment-full size-full wp-image-4846\" alt=\"\" srcset=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Log-Hor.png 1422w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Log-Hor-18x7.png 18w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Log-Hor-600x226.png 600w\" sizes=\"(max-width: 1422px) 100vw, 1422px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8ccd4b6 logo elementor-widget elementor-widget-image\" data-id=\"8ccd4b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"758\" height=\"179\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/logo-dejusticia-white.svg\" class=\"attachment-full size-full wp-image-4840\" alt=\"\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-00881b5 logo elementor-widget elementor-widget-image\" data-id=\"00881b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"980\" height=\"486\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/100-la-patria.png\" class=\"attachment-full size-full wp-image-4841\" alt=\"\" srcset=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/100-la-patria.png 980w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/100-la-patria-18x9.png 18w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/100-la-patria-600x298.png 600w\" sizes=\"(max-width: 980px) 100vw, 980px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c1529c7 logo elementor-widget elementor-widget-image\" data-id=\"c1529c7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]},&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1280\" height=\"853\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/608d5987-de63-4607-b513-e115b7d74ddc-Large.png\" class=\"attachment-full size-full wp-image-4711\" alt=\"\" srcset=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/608d5987-de63-4607-b513-e115b7d74ddc-Large.png 1280w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/608d5987-de63-4607-b513-e115b7d74ddc-Large-18x12.png 18w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/608d5987-de63-4607-b513-e115b7d74ddc-Large-600x400.png 600w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-19623f1 logo elementor-widget elementor-widget-image\" data-id=\"19623f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1566\" height=\"575\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/logo-ucp.png\" class=\"attachment-full size-full wp-image-4825\" alt=\"\" srcset=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/logo-ucp.png 1566w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/logo-ucp-1536x564.png 1536w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/logo-ucp-18x7.png 18w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/logo-ucp-600x220.png 600w\" sizes=\"(max-width: 1566px) 100vw, 1566px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aed7c9f logo elementor-widget elementor-widget-image\" data-id=\"aed7c9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1616\" height=\"1644\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/cp-50-1.png\" class=\"attachment-full size-full wp-image-4824\" alt=\"\" srcset=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/cp-50-1.png 1616w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/cp-50-1-1510x1536.png 1510w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/cp-50-1-12x12.png 12w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/cp-50-1-600x610.png 600w\" sizes=\"(max-width: 1616px) 100vw, 1616px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2620e2f logo elementor-widget elementor-widget-image\" data-id=\"2620e2f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"132\" height=\"132\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Logo.svg\" class=\"attachment-full size-full wp-image-4818\" alt=\"\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-77b7ad3 logo elementor-widget elementor-widget-image\" data-id=\"77b7ad3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"264\" height=\"176\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Logo-2022Color.svg\" class=\"attachment-full size-full wp-image-4833\" alt=\"\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-065555d logo elementor-widget elementor-widget-image\" data-id=\"065555d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"240\" height=\"70\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/cropped-neovalpologo.png\" class=\"attachment-full size-full wp-image-4822\" alt=\"\" srcset=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/cropped-neovalpologo.png 240w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/cropped-neovalpologo-18x5.png 18w\" sizes=\"(max-width: 240px) 100vw, 240px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-03fee63 logo elementor-widget elementor-widget-image\" data-id=\"03fee63\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"859\" height=\"798\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Jaime-Garzon.svg\" class=\"attachment-full size-full wp-image-4788\" alt=\"\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-27a1026 logo elementor-widget elementor-widget-image\" data-id=\"27a1026\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/camino_al_sol_logo-2.svg\" title=\"camino_al_sol_logo\" alt=\"camino_al_sol_logo\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d5b6063 logo elementor-widget elementor-widget-image\" data-id=\"d5b6063\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1242\" height=\"320\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/camino_al_sol_logo-1.svg\" class=\"attachment-full size-full wp-image-4802\" alt=\"\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-def0cc0 logo elementor-widget elementor-widget-image\" data-id=\"def0cc0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/caf-development-bank-of-latin-america-logo-150x150.png\" class=\"attachment-thumbnail size-thumbnail wp-image-4796\" alt=\"\" srcset=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/caf-development-bank-of-latin-america-logo-150x150.png 150w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/caf-development-bank-of-latin-america-logo-300x300.png 300w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/caf-development-bank-of-latin-america-logo-100x100.png 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-316373f logo elementor-widget elementor-widget-image\" data-id=\"316373f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Western_Union_current_logo.svg.png\" title=\"Western_Union_current_logo.svg\" alt=\"Western_Union_current_logo.svg\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-689c938 logo elementor-widget elementor-widget-image\" data-id=\"689c938\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/chevrolet-brandlogo.net_.png\" class=\"attachment-full size-full wp-image-4777\" alt=\"\" srcset=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/chevrolet-brandlogo.net_.png 1024w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/chevrolet-brandlogo.net_-300x300.png 300w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/chevrolet-brandlogo.net_-150x150.png 150w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/chevrolet-brandlogo.net_-768x768.png 768w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/chevrolet-brandlogo.net_-12x12.png 12w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/chevrolet-brandlogo.net_-600x600.png 600w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/chevrolet-brandlogo.net_-100x100.png 100w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-385b16e logo elementor-widget elementor-widget-image\" data-id=\"385b16e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]},&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1280\" height=\"853\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/608d5987-de63-4607-b513-e115b7d74ddc-Large.png\" class=\"attachment-full size-full wp-image-4711\" alt=\"\" srcset=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/608d5987-de63-4607-b513-e115b7d74ddc-Large.png 1280w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/608d5987-de63-4607-b513-e115b7d74ddc-Large-18x12.png 18w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/608d5987-de63-4607-b513-e115b7d74ddc-Large-600x400.png 600w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1a2f526 logo elementor-widget elementor-widget-image\" data-id=\"1a2f526\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"180\" height=\"89\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/Logo-Black.svg\" class=\"attachment-full size-full wp-image-4486\" alt=\"\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9806d01 logo elementor-widget elementor-widget-image\" data-id=\"9806d01\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]},&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2021\/04\/LogoSVG.svg\" class=\"attachment-full size-full wp-image-572\" alt=\"\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6a73d55 elementor-widget elementor-widget-html\" data-id=\"6a73d55\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\n<script src=\"https:\/\/unpkg.com\/gsap@3\/dist\/gsap.min.js\"><\/script>\n\n<script>\n(function () {\n\n  function init(track) {\n    if (track.dataset.init) return;\n    track.dataset.init = \"1\";\n\n    const originals = Array.from(track.children);\n    originals.forEach(el => track.appendChild(el.cloneNode(true)));\n\n    let width = 0;\n    let x = 0;\n    const speed = 1.2;\n\n    function measure() {\n      width = track.scrollWidth \/ 2;\n    }\n\n    function loop() {\n      x += speed;\n      if (x >= width) x = 0;\n      track.style.transform = `translate3d(${-x}px,0,0)`;\n      requestAnimationFrame(loop);\n    }\n\n    measure();\n    loop();\n    window.addEventListener(\"resize\", measure);\n  }\n\n  function boot() {\n    document.querySelectorAll(\".marquee-track\").forEach(init);\n  }\n\n  if (document.readyState === \"loading\") {\n    document.addEventListener(\"DOMContentLoaded\", boot);\n  } else {\n    boot();\n  }\n\n})();\n<\/script>\n\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-b407416 e-flex e-con-boxed e-con e-parent\" data-id=\"b407416\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-210b90e elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"210b90e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!--  \u2014 MOSTROS \u00b7 \"What We Do\" fast-process strip. Animated signal-flow diagram + punch copy.\n       Self-contained & namespaced .mhow. Transparent-friendly. -->\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Archivo:wght@600;700;800;900&family=Inter:wght@400;500;600&family=Space+Mono:wght@400;700&display=swap\" rel=\"stylesheet\">\n\n<style>\n  .mhow{\n    --white:#F5F4F1;--w70:rgba(245,244,241,.72);--w45:rgba(245,244,241,.45);\n    --line:rgba(245,244,241,.13);\n    --orange:#d24e2b;--gold:#e9a430;--teal:#51f0fb;--purple:#8a8cff;\n    --panel:#0b0b0d;--ease:cubic-bezier(.2,.7,.2,1);\n    position:relative;color:var(--white);font-family:\"Inter\",system-ui,sans-serif;\n    -webkit-font-smoothing:antialiased;line-height:1.5;\n    padding:clamp(56px,9vh,120px) 0;\n  }\n  .mhow *{box-sizing:border-box;margin:0;padding:0}\n  .mhow__wrap{max-width:1400px;margin:0 auto;padding:0 clamp(20px,5vw,64px)}\n\n  .mhow [data-rv]{opacity:0;transform:translateY(22px);transition:opacity .8s ease,transform .9s var(--ease)}\n  .mhow.in [data-rv]{opacity:1;transform:none}\n  .mhow.in [data-rv=\"2\"]{transition-delay:.1s}\n  .mhow.in [data-rv=\"3\"]{transition-delay:.2s}\n\n  \/* header *\/\n  .mhow__eyebrow{\n    font-family:\"Space Mono\",monospace;font-size:.74rem;letter-spacing:.32em;text-transform:uppercase;\n    color:var(--gold);display:flex;align-items:center;gap:.8em;margin-bottom:1.2rem;justify-content:center;\n  }\n  .mhow__eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--orange);flex:none;box-shadow:0 0 10px var(--orange)}\n  .mhow__title{\n    font-family:\"Archivo\",sans-serif;font-weight:900;letter-spacing:-.025em;text-transform:uppercase;\n    line-height:.98;font-size:clamp(1.9rem,4.6vw,3.4rem);text-align:center;max-width:20ch;margin:0 auto 1.1rem;\n  }\n  .mhow__title em{font-style:normal;background:linear-gradient(95deg,var(--orange),var(--gold));\n    -webkit-background-clip:text;background-clip:text;color:transparent}\n  .mhow__sub{\n    font-size:clamp(1rem,1.3vw,1.14rem);color:var(--w70);line-height:1.7;text-align:center;\n    max-width:60ch;margin:0 auto clamp(48px,7vh,80px);\n  }\n  .mhow__sub strong{color:var(--white);font-weight:600}\n\n  \/* flow *\/\n  .mhow__flow{position:relative;padding:clamp(20px,3vh,40px) 0}\n  .mhow__track{\n    display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;\n  }\n  @media(max-width:860px){ .mhow__track{grid-template-columns:1fr;gap:44px} }\n\n  \/* connecting rail (desktop only) *\/\n  .mhow__rail{\n    position:absolute;top:34px;left:calc(12.5% - 1px);right:calc(12.5% - 1px);height:2px;\n    background:var(--line);z-index:0;\n  }\n  @media(max-width:860px){ .mhow__rail{display:none} }\n  .mhow__rail::before{\n    content:\"\";position:absolute;inset:0;\n    background:linear-gradient(90deg,var(--purple),var(--orange) 33%,var(--gold) 66%,var(--teal));\n    transform:scaleX(0);transform-origin:left;\n  }\n  .mhow.in .mhow__rail::before{animation:mhowFill 2.6s var(--ease) .5s forwards}\n  @keyframes mhowFill{to{transform:scaleX(1)}}\n\n  .mhow__signal{\n    position:absolute;top:50%;left:0;width:9px;height:9px;margin-top:-4.5px;border-radius:50%;\n    background:var(--white);box-shadow:0 0 14px 3px var(--gold);opacity:0;\n  }\n  .mhow.in .mhow__signal{animation:mhowTravel 2.6s var(--ease) .5s forwards}\n  @keyframes mhowTravel{\n    0%{left:0;opacity:1}\n    96%{opacity:1}\n    100%{left:100%;opacity:0}\n  }\n\n  .mhow__step{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 clamp(10px,2vw,26px)}\n  .mhow__node{\n    width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;\n    background:var(--panel);border:1px solid var(--line);margin-bottom:1.1rem;position:relative;flex:none;\n    transition:border-color .5s,transform .4s var(--ease);\n  }\n  .mhow__node svg{width:26px;height:26px}\n  .mhow.in .mhow__step:nth-child(1) .mhow__node{animation:mhowLit .5s ease .5s forwards}\n  .mhow.in .mhow__step:nth-child(2) .mhow__node{animation:mhowLit .5s ease 1.35s forwards}\n  .mhow.in .mhow__step:nth-child(3) .mhow__node{animation:mhowLit .5s ease 2.15s forwards}\n  .mhow.in .mhow__step:nth-child(4) .mhow__node{animation:mhowLit .5s ease 2.95s forwards}\n  @keyframes mhowLit{\n    0%{border-color:var(--line);transform:scale(1)}\n    50%{transform:scale(1.14)}\n    100%{border-color:var(--accent,var(--gold));transform:scale(1)}\n  }\n  .mhow__step:nth-child(1) .mhow__node{--accent:var(--purple)}\n  .mhow__step:nth-child(2) .mhow__node{--accent:var(--orange)}\n  .mhow__step:nth-child(3) .mhow__node{--accent:var(--gold)}\n  .mhow__step:nth-child(4) .mhow__node{--accent:var(--teal)}\n  .mhow__node svg{stroke:var(--accent,var(--white));transition:stroke .5s}\n\n  .mhow__tag{font-family:\"Space Mono\",monospace;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--w45);margin-bottom:.4rem}\n  .mhow__label{font-family:\"Archivo\",sans-serif;font-weight:800;font-size:1.05rem;letter-spacing:-.01em;margin-bottom:.5rem}\n  .mhow__desc{font-size:.9rem;color:var(--w70);line-height:1.55;max-width:24ch}\n\n  \/* punch line *\/\n  .mhow__punch{\n    margin-top:clamp(48px,7vh,80px);border-top:1px solid var(--line);padding-top:clamp(32px,5vh,56px);\n    display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px;\n  }\n  .mhow__punch-text{font-family:\"Archivo\",sans-serif;font-weight:700;font-size:clamp(1.15rem,2vw,1.5rem);letter-spacing:-.01em;max-width:50ch}\n  .mhow__punch-text b{color:var(--gold);font-weight:800}\n  .mhow__cta{\n    font-family:\"Space Mono\",monospace;font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;\n    color:var(--white);border:1px solid var(--line);border-radius:999px;padding:.9em 1.6em;\n    display:inline-flex;align-items:center;gap:.7em;white-space:nowrap;transition:border-color .3s,gap .3s,background .3s;\n    text-decoration:none;\n  }\n  .mhow__cta:hover{border-color:var(--gold);gap:1.1em;background:rgba(233,164,48,.08)}\n\n  @media(prefers-reduced-motion:reduce){\n    .mhow [data-rv]{opacity:1!important;transform:none!important}\n    .mhow__rail::before{animation:none!important;transform:scaleX(1)}\n    .mhow__signal{animation:none!important;opacity:0!important}\n    .mhow__node{animation:none!important;border-color:var(--accent,var(--gold))!important}\n  }\n<\/style>\n\n<section class=\"mhow\" id=\"mhow\">\n  <div class=\"mhow__wrap\">\n\n    <div class=\"mhow__eyebrow\" data-rv=\"1\"><span class=\"dot\"><\/span> What We Do<\/div>\n    <h2 class=\"mhow__title\" data-rv=\"1\">We turn businesses that are <em>invisible<\/em> into ones that <em>can't be ignored.<\/em><\/h2>\n    <p class=\"mhow__sub\" data-rv=\"2\">MOSTROS finds the businesses losing ground because nobody can find them, or nobody trusts what they find \u2014 and rebuilds them with <strong>strategy, brand, product, and marketing systems that generate leads on their own.<\/strong><\/p>\n\n    <div class=\"mhow__flow\">\n      <div class=\"mhow__track\">\n        <div class=\"mhow__rail\"><\/div>\n        <div class=\"mhow__signal\"><\/div>\n\n        <div class=\"mhow__step\" data-rv=\"3\">\n          <div class=\"mhow__node\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"11\" cy=\"11\" r=\"7\"\/><line x1=\"21\" y1=\"21\" x2=\"16.6\" y2=\"16.6\"\/><\/svg>\n          <\/div>\n          <div class=\"mhow__tag\">01 \u00b7 Diagnose<\/div>\n          <div class=\"mhow__label\">Strategy first<\/div>\n          <p class=\"mhow__desc\">Business, brand, and marketing audit \u2014 why you're invisible, why visitors leave, where growth is stalling.<\/p>\n        <\/div>\n\n        <div class=\"mhow__step\" data-rv=\"3\">\n          <div class=\"mhow__node\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 2 2 7l10 5 10-5-10-5z\"\/><path d=\"M2 17l10 5 10-5\"\/><path d=\"M2 12l10 5 10-5\"\/><\/svg>\n          <\/div>\n          <div class=\"mhow__tag\">02 \u00b7 Build<\/div>\n          <div class=\"mhow__label\">Brand, product & code<\/div>\n          <p class=\"mhow__desc\">Identity, websites, software, and the systems behind them \u2014 built to be found and to be trusted.<\/p>\n        <\/div>\n\n        <div class=\"mhow__step\" data-rv=\"3\">\n          <div class=\"mhow__node\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 2 2 22h20L12 2z\"\/><line x1=\"12\" y1=\"10\" x2=\"12\" y2=\"15\"\/><circle cx=\"12\" cy=\"18\" r=\".6\" fill=\"currentColor\" stroke=\"none\"\/><\/svg>\n          <\/div>\n          <div class=\"mhow__tag\">03 \u00b7 Launch<\/div>\n          <div class=\"mhow__label\">SEO & marketing, live<\/div>\n          <p class=\"mhow__desc\">Search, content, and paid channels turned on from day one \u2014 not an afterthought.<\/p>\n        <\/div>\n\n        <div class=\"mhow__step\" data-rv=\"3\">\n          <div class=\"mhow__node\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"4\" y1=\"20\" x2=\"4\" y2=\"12\"\/><line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"6\"\/><line x1=\"20\" y1=\"20\" x2=\"20\" y2=\"14\"\/><polyline points=\"2 8 12 2 22 8\"\/><\/svg>\n          <\/div>\n          <div class=\"mhow__tag\">04 \u00b7 Grow<\/div>\n          <div class=\"mhow__label\">Automate & scale<\/div>\n          <p class=\"mhow__desc\">AI, automation, and ongoing optimization keep demand coming long after we ship.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"mhow__punch\" data-rv=\"3\">\n      <p class=\"mhow__punch-text\">We don't sell websites. We build the <b>system that finds your next client<\/b> \u2014 strategy, brand, software, and marketing, working as one.<\/p>\n      \n    <\/div>\n\n  <\/div>\n<\/section>\n\n<script>\n(function(){\n  var root = document.getElementById('mhow');\n  if(!root) return;\n  if('IntersectionObserver' in window){\n    var io = new IntersectionObserver(function(e){\n      e.forEach(function(en){\n        if(en.isIntersecting){ root.classList.add('in'); io.disconnect(); }\n      });\n    },{threshold:0.25});\n    io.observe(root);\n  } else {\n    root.classList.add('in');\n  }\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-641f3a7 e-flex e-con-boxed e-con e-parent\" data-id=\"641f3a7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-39e6134 elementor-widget elementor-widget-html\" data-id=\"39e6134\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- =========================================================================\n     MOSTROS \u2014 SERVICES \/ \"WHAT WE DO?\"  \u00b7  matches the \"Our Story\" style\n     #080808 \u00b7 Archivo display \u00b7 Space Mono labels \u00b7 hairline rows \u00b7 reveals\n     Self-contained & namespaced .msv so it won't touch your site's CSS.\n     COPY UPDATED: expanded from 5 to 8 disciplines \u2014 strategy, brand, web\/product,\n     SEO, marketing, AI & automation, creative production, custom software \u2014\n     each row carries a rotating accent color from the \"What We Do\" palette.\n     ========================================================================= -->\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Archivo:wght@600;700;800&family=Inter:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap\" rel=\"stylesheet\">\n\n<style>\n  .msv{\n    --bg:#080808; --bg-2:#101010;\n    --white:#F5F4F1; --w-70:rgba(245,244,241,.70);\n    --w-45:rgba(245,244,241,.45); --w-26:rgba(245,244,241,.26);\n    --line:rgba(245,244,241,.13); --line-2:rgba(245,244,241,.22);\n    --orange:#d24e2b; --gold:#e9a430; --teal:#51f0fb; --purple:#8a8cff;\n    --ease:cubic-bezier(.2,.7,.2,1);\n\n    position:relative;\n    background:var(--bg);\n    color:var(--white);\n    font-family:\"Inter\",system-ui,sans-serif;\n    line-height:1.5;\n    -webkit-font-smoothing:antialiased;\n    padding:clamp(64px,11vh,140px) 0;\n  }\n  .msv *{box-sizing:border-box;margin:0;padding:0}\n\n  .msv__wrap{position:relative;max-width:1500px;margin:0 auto;padding:0 clamp(20px,5vw,64px)}\n\n  \/* ---- eyebrow row ---- *\/\n  .msv__top{display:flex;justify-content:space-between;align-items:baseline;gap:16px;flex-wrap:wrap;margin-bottom:clamp(24px,4vh,44px)}\n  .msv__eyebrow{\n    font-family:\"Space Mono\",monospace;font-size:clamp(.7rem,1.4vw,.82rem);\n    letter-spacing:.28em;text-transform:uppercase;color:var(--w-45);\n    display:flex;gap:.9em;align-items:center;\n  }\n  .msv__eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--gold);display:inline-block;flex:none;box-shadow:0 0 8px var(--gold)}\n\n  \/* ---- title ---- *\/\n  .msv__title{\n    font-family:\"Archivo\",sans-serif!important;font-weight:800!important;\n    line-height:.96;letter-spacing:-.03em;\n    font-size:clamp(2.6rem,8vw,6rem);max-width:16ch;\n    color:var(--white)!important;\n    margin:clamp(8px,2vh,20px) 0 clamp(44px,7vh,84px);\n    opacity:0;transform:translateY(26px);\n    transition:opacity .9s ease,transform 1s var(--ease);\n  }\n  .msv__title em{font-style:normal;color:var(--w-45)}\n  .msv__title.in{opacity:1;transform:none}\n\n  \/* ---- list ---- *\/\n  .msv__list{border-top:1px solid var(--line)}\n  .msv__row{\n    position:relative;display:grid;align-items:center;\n    grid-template-columns:62px minmax(0,1fr) minmax(0,1.02fr);\n    gap:clamp(16px,3vw,48px);\n    padding:clamp(22px,3.6vh,36px) 0;\n    border-bottom:1px solid var(--line);\n    opacity:0;transform:translateY(26px);\n    transition:opacity .8s ease,transform .9s var(--ease);\n    transition-delay:calc(var(--i) * .07s);\n  }\n  .msv__row.in{opacity:1;transform:none}\n\n  \/* lit node in the left gutter, colored per row *\/\n  .msv__row::before{\n    content:\"\";position:absolute;left:clamp(-26px,-2.4vw,-14px);top:50%;\n    width:7px;height:7px;border-radius:50%;background:var(--accent,var(--white));\n    box-shadow:0 0 0 4px rgba(245,244,241,.08),0 0 12px var(--accent,rgba(245,244,241,.45));\n    transform:translateY(-50%) scale(0);\n    transition:transform .45s var(--ease);\n  }\n  .msv__row:hover::before,.msv__row:focus-within::before{transform:translateY(-50%) scale(1)}\n\n  .msv__row:nth-child(4n+1){--accent:var(--orange)}\n  .msv__row:nth-child(4n+2){--accent:var(--gold)}\n  .msv__row:nth-child(4n+3){--accent:var(--teal)}\n  .msv__row:nth-child(4n+4){--accent:var(--purple)}\n\n  .msv__num{\n    font-family:\"Space Mono\",monospace;font-size:.9rem;letter-spacing:.04em;\n    color:var(--w-45);transition:color .4s ease;\n  }\n  .msv__name{\n    font-family:\"Archivo\",sans-serif!important;font-weight:700!important;\n    letter-spacing:-.02em;line-height:1.03;\n    font-size:clamp(1.5rem,3.4vw,2.5rem);\n    color:var(--white)!important;            \/* forced so theme h3 can't hide it *\/\n  }\n  .msv__desc{font-size:clamp(1rem,1.4vw,1.1rem);color:var(--w-70);max-width:52ch;transition:color .4s ease}\n\n  .msv__row:hover .msv__num,.msv__row:focus-within .msv__num{color:var(--accent,var(--white))}\n  .msv__row:hover .msv__name,.msv__row:focus-within .msv__name{color:var(--accent,var(--white))!important}\n  .msv__row:hover .msv__desc,.msv__row:focus-within .msv__desc{color:var(--white)}\n\n  \/* ---- responsive ---- *\/\n  @media(max-width:760px){\n    .msv__row{grid-template-columns:1fr;gap:9px;align-items:start;padding:clamp(22px,3.6vh,30px) 0}\n    .msv__num{order:-1}\n    .msv__row::before{display:none}\n  }\n\n  \/* ---- reduced motion ---- *\/\n  @media(prefers-reduced-motion:reduce){\n    .msv *{transition-duration:.001s!important;animation:none!important}\n    .msv__title,.msv__row{opacity:1!important;transform:none!important}\n  }\n<\/style>\n\n<section class=\"msv\" id=\"msv\">\n  <div class=\"msv__wrap\">\n\n    <div class=\"msv__top\">\n      <div class=\"msv__eyebrow\"><span class=\"dot\"><\/span> Services<\/div>\n      <div class=\"msv__eyebrow\">What we do?<\/div>\n    <\/div>\n\n    <h2 class=\"msv__title\">Eight disciplines. <em>One growth system.<\/em><\/h2>\n\n    <div class=\"msv__list\">\n\n      <article class=\"msv__row\" style=\"--i:0\">\n        <span class=\"msv__num\">01<\/span>\n        <h3 class=\"msv__name\">Strategy &amp; Consulting<\/h3>\n        <p class=\"msv__desc\">Digital, brand, and growth strategy that tells you what to build and why \u2014 so every dollar after this one has a target.<\/p>\n      <\/article>\n\n      <article class=\"msv__row\" style=\"--i:1\">\n        <span class=\"msv__num\">02<\/span>\n        <h3 class=\"msv__name\">Brand Identity<\/h3>\n        <p class=\"msv__desc\">Positioning, identity systems, and creative direction built around what makes the business different \u2014 so it competes on that, not on price.<\/p>\n      <\/article>\n\n      <article class=\"msv__row\" style=\"--i:2\">\n        <span class=\"msv__num\">03<\/span>\n        <h3 class=\"msv__name\">Web &amp; Digital Products<\/h3>\n        <p class=\"msv__desc\">Sites and platforms built as systems that grow with the business, not single launches you outgrow in a year.<\/p>\n      <\/article>\n\n      <article class=\"msv__row\" style=\"--i:3\">\n        <span class=\"msv__num\">04<\/span>\n        <h3 class=\"msv__name\">SEO<\/h3>\n        <p class=\"msv__desc\">Technical, local, and content SEO built into the architecture from day one \u2014 so you're found before a competitor pays to be seen.<\/p>\n      <\/article>\n\n      <article class=\"msv__row\" style=\"--i:4\">\n        <span class=\"msv__num\">05<\/span>\n        <h3 class=\"msv__name\">Digital Marketing<\/h3>\n        <p class=\"msv__desc\">Content, email, and paid campaigns built around a funnel that turns attention into qualified leads, not just traffic.<\/p>\n      <\/article>\n\n      <article class=\"msv__row\" style=\"--i:5\">\n        <span class=\"msv__num\">06<\/span>\n        <h3 class=\"msv__name\">AI &amp; Automation<\/h3>\n        <p class=\"msv__desc\">Chatbots, workflow automation, and CRM integrations brought in only when they solve a real problem \u2014 so the budget goes toward what moves the business.<\/p>\n      <\/article>\n\n      <article class=\"msv__row\" style=\"--i:6\">\n        <span class=\"msv__num\">07<\/span>\n        <h3 class=\"msv__name\">Creative Production<\/h3>\n        <p class=\"msv__desc\">Motion, video, photography, and 3D built to hold attention past the scroll \u2014 so the message actually lands.<\/p>\n      <\/article>\n\n      <article class=\"msv__row\" style=\"--i:7\">\n        <span class=\"msv__num\">08<\/span>\n        <h3 class=\"msv__name\">Custom Software<\/h3>\n        <p class=\"msv__desc\">Dashboards, portals, internal tools, and API integrations \u2014 the systems your team runs on, not just what customers see.<\/p>\n      <\/article>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\n(function(){\n  var root = document.getElementById('msv');\n  if(!root) return;\n\n  var targets = root.querySelectorAll('.msv__title,.msv__row');\n\n  if('IntersectionObserver' in window){\n    var io = new IntersectionObserver(function(entries){\n      entries.forEach(function(en){\n        if(en.isIntersecting){ en.target.classList.add('in'); io.unobserve(en.target); }\n      });\n    }, {threshold:0.18, rootMargin:'0px 0px -8% 0px'});\n    targets.forEach(function(el){ io.observe(el); });\n  } else {\n    targets.forEach(function(el){ el.classList.add('in'); });\n  }\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-83ca954 e-con-full e-flex e-con e-parent\" data-id=\"83ca954\" data-element_type=\"container\" data-e-type=\"container\" id=\"RecentWork\">\n\t\t<div class=\"elementor-element elementor-element-6985180 e-con-full e-flex e-con e-child\" data-id=\"6985180\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-effdaa1 elementor-widget elementor-widget-heading\" data-id=\"effdaa1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Our latests<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8ee948d elementor-widget elementor-widget-heading\" data-id=\"8ee948d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\"><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"font-family: &quot;Fira Sans&quot;, sans-serif;font-weight: 600\">proof, not promises.<span style=\"font-size: 2.5rem\"><\/span><\/h1><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4438d12 elementor-widget elementor-widget-heading\" data-id=\"4438d12\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Selected Work<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-86a96b4 elementor-grid-4 elementor-grid-mobile-2 elementor-grid-tablet-2 elementor-widget elementor-widget-loop-grid\" data-id=\"86a96b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;template_id&quot;:&quot;2790&quot;,&quot;columns&quot;:4,&quot;columns_mobile&quot;:2,&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;masonry&quot;:&quot;yes&quot;,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\r\n\t\t<style id=\"loop-2790\">.elementor-2790 .elementor-element.elementor-element-ef7e073{--display:flex;--gap:5px 5px;--row-gap:5px;--column-gap:5px;--border-radius:14px 14px 14px 14px;}.elementor-2790 .elementor-element.elementor-element-ef7e073.e-con:hover{--e-con-transform-scale:1.03;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2790 .elementor-element.elementor-element-3395c76 img{border-radius:3px 3px 3px 3px;}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2790 .elementor-element.elementor-element-f157ef5 .elementor-icon-list-icon{width:14px;}.elementor-2790 .elementor-element.elementor-element-f157ef5 .elementor-icon-list-icon i{font-size:14px;}.elementor-2790 .elementor-element.elementor-element-f157ef5 .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-2790 .elementor-element.elementor-element-f157ef5 .elementor-icon-list-item{font-family:\"Montserrat\", Sans-serif;font-size:12px;}.elementor-2790 .elementor-element.elementor-element-f157ef5{padding:3px 10px 3px 10px;width:var( --container-widget-width, fit-content );max-width:fit-content;--container-widget-width:fit-content;--container-widget-flex-grow:0;top:20px;z-index:10;border-radius:3px 3px 3px 3px;}body:not(.rtl) .elementor-2790 .elementor-element.elementor-element-f157ef5{right:18px;}body.rtl .elementor-2790 .elementor-element.elementor-element-f157ef5{left:18px;}.elementor-2790 .elementor-element.elementor-element-bb4d3d2{--display:flex;--gap:5px 5px;--row-gap:5px;--column-gap:5px;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2790 .elementor-element.elementor-element-e2d3011 .elementor-heading-title{font-family:\"Montserrat\", Sans-serif;font-weight:600;}.elementor-2790 .elementor-element.elementor-element-e2d3011{padding:0px 0px 0px 0px;}.elementor-2790 .elementor-element.elementor-element-41aff50 .elementor-icon-list-icon{width:14px;}.elementor-2790 .elementor-element.elementor-element-41aff50 .elementor-icon-list-icon i{font-size:14px;}.elementor-2790 .elementor-element.elementor-element-41aff50 .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-2790 .elementor-element.elementor-element-41aff50 .elementor-icon-list-item{font-family:\"Montserrat\", Sans-serif;font-size:9px;}.elementor-2790 .elementor-element.elementor-element-41aff50{padding:0px 0px 0px 0px;}.elementor-widget-theme-post-excerpt{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-2790 .elementor-element.elementor-element-cc0c329{font-family:\"Montserrat\", Sans-serif;font-size:12px;font-weight:400;color:var( --e-global-color-text );}@media(max-width:767px){.elementor-2790 .elementor-element.elementor-element-f157ef5 .elementor-icon-list-item{font-size:9px;}.elementor-2790 .elementor-element.elementor-element-f157ef5{padding:2px 5px 2px 5px;}.elementor-2790 .elementor-element.elementor-element-cc0c329{font-size:10px;}}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2790\" class=\"elementor elementor-2790 e-loop-item e-loop-item-9197 post-9197 portafolio type-portafolio status-publish format-standard has-post-thumbnail hentry\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\r\n\t\t\t<a class=\"elementor-element elementor-element-ef7e073 e-transform e-flex e-con-boxed e-con e-parent\" data-id=\"ef7e073\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.03,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" href=\"https:\/\/mostros.co\/es\/portafolio\/silmi-law\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3395c76 elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"3395c76\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1663\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/08\/Screenshot-2026-08-02-at-2.11.25-PM-scaled.webp\" class=\"attachment-full size-full wp-image-9200\" alt=\"\" srcset=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/08\/Screenshot-2026-08-02-at-2.11.25-PM-scaled.webp 2560w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/08\/Screenshot-2026-08-02-at-2.11.25-PM-1536x998.webp 1536w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/08\/Screenshot-2026-08-02-at-2.11.25-PM-2048x1330.webp 2048w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/08\/Screenshot-2026-08-02-at-2.11.25-PM-18x12.webp 18w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/08\/Screenshot-2026-08-02-at-2.11.25-PM-600x390.webp 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bb4d3d2 e-con-full e-flex e-con e-child\" data-id=\"bb4d3d2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e2d3011 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"e2d3011\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Silmi Law<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41aff50 elementor-widget elementor-widget-post-info\" data-id=\"41aff50\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-a2dd2ae elementor-inline-item\" itemprop=\"datePublished\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date\">\r\n\t\t\t\t\t\t\t\t\t\t<time>agosto 2, 2026<\/time>\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t<\/ul>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cc0c329 elementor-widget elementor-widget-theme-post-excerpt\" data-id=\"cc0c329\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-excerpt.default\">\n\t\t\t\t\tSilmi Law is a strategy-driven immigration and personal injury law firm serving clients across the United States. While the firm\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\r\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2790\" class=\"elementor elementor-2790 e-loop-item e-loop-item-8087 post-8087 portafolio type-portafolio status-publish format-standard has-post-thumbnail hentry cat_portfolio-visual-identity cat_portfolio-websites\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\r\n\t\t\t<a class=\"elementor-element elementor-element-ef7e073 e-transform e-flex e-con-boxed e-con e-parent\" data-id=\"ef7e073\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.03,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" href=\"https:\/\/mostros.co\/es\/portafolio\/hopewell-therapeutic-farm\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3395c76 elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"3395c76\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"984\" height=\"874\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-15-at-6.37.56-PM.jpeg\" class=\"attachment-full size-full wp-image-8090\" alt=\"\" srcset=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-15-at-6.37.56-PM.jpeg 984w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-15-at-6.37.56-PM-14x12.jpeg 14w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-15-at-6.37.56-PM-600x533.jpeg 600w\" sizes=\"(max-width: 984px) 100vw, 984px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f157ef5 elementor-align-left elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-post-info\" data-id=\"f157ef5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-4783347 elementor-inline-item\" itemprop=\"about\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\r\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Visual identity<\/span>, <span class=\"elementor-post-info__terms-list-item\">Websites<\/span>\t\t\t\t<\/span>\r\n\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t<\/ul>\r\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bb4d3d2 e-con-full e-flex e-con e-child\" data-id=\"bb4d3d2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e2d3011 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"e2d3011\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Hopewell Therapeutic Farm<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41aff50 elementor-widget elementor-widget-post-info\" data-id=\"41aff50\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-a2dd2ae elementor-inline-item\" itemprop=\"datePublished\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date\">\r\n\t\t\t\t\t\t\t\t\t\t<time>junio 15, 2026<\/time>\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t<\/ul>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cc0c329 elementor-widget elementor-widget-theme-post-excerpt\" data-id=\"cc0c329\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-excerpt.default\">\n\t\t\t\t\tA modern and accessible website designed for Hopewell Therapeutic Farm, helping communicate its mission, programs, and community impact through a\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\r\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2790\" class=\"elementor elementor-2790 e-loop-item e-loop-item-7285 post-7285 portafolio type-portafolio status-publish format-standard has-post-thumbnail hentry cat_portfolio-films\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\r\n\t\t\t<a class=\"elementor-element elementor-element-ef7e073 e-transform e-flex e-con-boxed e-con e-parent\" data-id=\"ef7e073\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.03,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" href=\"https:\/\/mostros.co\/es\/portafolio\/the-terror-infamy\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3395c76 elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"3395c76\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1378\" height=\"1566\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/03\/Screenshot-2026-03-29-at-1.29.06-PM.webp\" class=\"attachment-full size-full wp-image-7286\" alt=\"\" srcset=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/03\/Screenshot-2026-03-29-at-1.29.06-PM.webp 1378w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/03\/Screenshot-2026-03-29-at-1.29.06-PM-1352x1536.webp 1352w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/03\/Screenshot-2026-03-29-at-1.29.06-PM-11x12.webp 11w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/03\/Screenshot-2026-03-29-at-1.29.06-PM-600x682.webp 600w\" sizes=\"(max-width: 1378px) 100vw, 1378px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f157ef5 elementor-align-left elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-post-info\" data-id=\"f157ef5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-4783347 elementor-inline-item\" itemprop=\"about\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\r\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Films<\/span>\t\t\t\t<\/span>\r\n\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t<\/ul>\r\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bb4d3d2 e-con-full e-flex e-con e-child\" data-id=\"bb4d3d2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e2d3011 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"e2d3011\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">The Terror Infamy<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41aff50 elementor-widget elementor-widget-post-info\" data-id=\"41aff50\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-a2dd2ae elementor-inline-item\" itemprop=\"datePublished\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date\">\r\n\t\t\t\t\t\t\t\t\t\t<time>marzo 29, 2026<\/time>\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t<\/ul>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cc0c329 elementor-widget elementor-widget-theme-post-excerpt\" data-id=\"cc0c329\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-excerpt.default\">\n\t\t\t\t\tA cinematic visual design that builds tension and atmosphere through dark, immersive motion and storytelling.\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\r\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2790\" class=\"elementor elementor-2790 e-loop-item e-loop-item-7243 post-7243 portafolio type-portafolio status-publish format-standard has-post-thumbnail hentry cat_portfolio-websites\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\r\n\t\t\t<a class=\"elementor-element elementor-element-ef7e073 e-transform e-flex e-con-boxed e-con e-parent\" data-id=\"ef7e073\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.03,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" href=\"https:\/\/mostros.co\/es\/portafolio\/7243\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3395c76 elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"3395c76\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"886\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/03\/Screenshot-2026-03-28-at-1.44.51-AM-Large-1.jpeg\" class=\"attachment-full size-full wp-image-7246\" alt=\"\" srcset=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/03\/Screenshot-2026-03-28-at-1.44.51-AM-Large-1.jpeg 1280w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/03\/Screenshot-2026-03-28-at-1.44.51-AM-Large-1-18x12.jpeg 18w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/03\/Screenshot-2026-03-28-at-1.44.51-AM-Large-1-600x415.jpeg 600w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f157ef5 elementor-align-left elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-post-info\" data-id=\"f157ef5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-4783347 elementor-inline-item\" itemprop=\"about\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\r\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Websites<\/span>\t\t\t\t<\/span>\r\n\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t<\/ul>\r\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bb4d3d2 e-con-full e-flex e-con e-child\" data-id=\"bb4d3d2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e2d3011 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"e2d3011\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Baud\u00f3 AP \u2014 F\u00e1bricas de Agua<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41aff50 elementor-widget elementor-widget-post-info\" data-id=\"41aff50\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-a2dd2ae elementor-inline-item\" itemprop=\"datePublished\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date\">\r\n\t\t\t\t\t\t\t\t\t\t<time>marzo 28, 2026<\/time>\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t<\/ul>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cc0c329 elementor-widget elementor-widget-theme-post-excerpt\" data-id=\"cc0c329\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-excerpt.default\">\n\t\t\t\t\tAn immersive editorial design project that brings environmental storytelling to life with interactive multimedia and clear visual communication.\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\r\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2790\" class=\"elementor elementor-2790 e-loop-item e-loop-item-6672 post-6672 portafolio type-portafolio status-publish format-standard has-post-thumbnail hentry cat_portfolio-visual-identity\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\r\n\t\t\t<a class=\"elementor-element elementor-element-ef7e073 e-transform e-flex e-con-boxed e-con e-parent\" data-id=\"ef7e073\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.03,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" href=\"https:\/\/mostros.co\/es\/portafolio\/santuario\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3395c76 elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"3395c76\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1829\" height=\"2560\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-26-at-11.32.38-scaled.jpeg\" class=\"attachment-full size-full wp-image-6683\" alt=\"\" srcset=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-26-at-11.32.38-scaled.jpeg 1829w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-26-at-11.32.38-1097x1536.jpeg 1097w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-26-at-11.32.38-1463x2048.jpeg 1463w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-26-at-11.32.38-9x12.jpeg 9w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-26-at-11.32.38-600x840.jpeg 600w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f157ef5 elementor-align-left elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-post-info\" data-id=\"f157ef5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-4783347 elementor-inline-item\" itemprop=\"about\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\r\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Visual identity<\/span>\t\t\t\t<\/span>\r\n\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t<\/ul>\r\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bb4d3d2 e-con-full e-flex e-con e-child\" data-id=\"bb4d3d2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e2d3011 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"e2d3011\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Santuario<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41aff50 elementor-widget elementor-widget-post-info\" data-id=\"41aff50\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-a2dd2ae elementor-inline-item\" itemprop=\"datePublished\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date\">\r\n\t\t\t\t\t\t\t\t\t\t<time>marzo 26, 2026<\/time>\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t<\/ul>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cc0c329 elementor-widget elementor-widget-theme-post-excerpt\" data-id=\"cc0c329\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-excerpt.default\">\n\t\t\t\t\tA cohesive graphic design system that organizes and elevates documentary materials with clarity, style, and cultural resonance.\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\r\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2790\" class=\"elementor elementor-2790 e-loop-item e-loop-item-6628 post-6628 portafolio type-portafolio status-publish format-standard has-post-thumbnail hentry cat_portfolio-visual-identity\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\r\n\t\t\t<a class=\"elementor-element elementor-element-ef7e073 e-transform e-flex e-con-boxed e-con e-parent\" data-id=\"ef7e073\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.03,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" href=\"https:\/\/mostros.co\/es\/portafolio\/ita\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3395c76 elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"3395c76\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1433\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/03\/Screenshot-2026-03-26-at-11.27.02-AM-scaled.webp\" class=\"attachment-full size-full wp-image-6632\" alt=\"\" srcset=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/03\/Screenshot-2026-03-26-at-11.27.02-AM-scaled.webp 2560w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/03\/Screenshot-2026-03-26-at-11.27.02-AM-1536x860.webp 1536w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/03\/Screenshot-2026-03-26-at-11.27.02-AM-2048x1147.webp 2048w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/03\/Screenshot-2026-03-26-at-11.27.02-AM-18x10.webp 18w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/03\/Screenshot-2026-03-26-at-11.27.02-AM-600x336.webp 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f157ef5 elementor-align-left elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-post-info\" data-id=\"f157ef5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-4783347 elementor-inline-item\" itemprop=\"about\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\r\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Visual identity<\/span>\t\t\t\t<\/span>\r\n\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t<\/ul>\r\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bb4d3d2 e-con-full e-flex e-con e-child\" data-id=\"bb4d3d2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e2d3011 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"e2d3011\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">ITA<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41aff50 elementor-widget elementor-widget-post-info\" data-id=\"41aff50\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-a2dd2ae elementor-inline-item\" itemprop=\"datePublished\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date\">\r\n\t\t\t\t\t\t\t\t\t\t<time>marzo 26, 2026<\/time>\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t<\/ul>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cc0c329 elementor-widget elementor-widget-theme-post-excerpt\" data-id=\"cc0c329\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-excerpt.default\">\n\t\t\t\t\tA cohesive visual identity that reflects Fanny Manuel\u2019s personality, style, and creative voice across all platforms.\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\r\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2790\" class=\"elementor elementor-2790 e-loop-item e-loop-item-6613 post-6613 portafolio type-portafolio status-publish format-standard has-post-thumbnail hentry cat_portfolio-animation\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\r\n\t\t\t<a class=\"elementor-element elementor-element-ef7e073 e-transform e-flex e-con-boxed e-con e-parent\" data-id=\"ef7e073\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.03,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" href=\"https:\/\/mostros.co\/es\/portafolio\/todo-tangible\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3395c76 elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"3395c76\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1080\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/03\/todo-tangible-scaled-e1774538659530.png\" class=\"attachment-full size-full wp-image-6619\" alt=\"\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f157ef5 elementor-align-left elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-post-info\" data-id=\"f157ef5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-4783347 elementor-inline-item\" itemprop=\"about\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\r\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Animation<\/span>\t\t\t\t<\/span>\r\n\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t<\/ul>\r\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bb4d3d2 e-con-full e-flex e-con e-child\" data-id=\"bb4d3d2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e2d3011 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"e2d3011\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Todo \u2014 Tangible<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41aff50 elementor-widget elementor-widget-post-info\" data-id=\"41aff50\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-a2dd2ae elementor-inline-item\" itemprop=\"datePublished\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date\">\r\n\t\t\t\t\t\t\t\t\t\t<time>marzo 26, 2026<\/time>\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t<\/ul>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cc0c329 elementor-widget elementor-widget-theme-post-excerpt\" data-id=\"cc0c329\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-excerpt.default\">\n\t\t\t\t\tA human-centered animation that makes abstract concepts tangible through expressive, playful hand-driven motion.\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\r\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2790\" class=\"elementor elementor-2790 e-loop-item e-loop-item-5350 post-5350 portafolio type-portafolio status-publish format-standard has-post-thumbnail hentry cat_portfolio-apps\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\r\n\t\t\t<a class=\"elementor-element elementor-element-ef7e073 e-transform e-flex e-con-boxed e-con e-parent\" data-id=\"ef7e073\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.03,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" href=\"https:\/\/mostros.co\/es\/portafolio\/syncwork\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3395c76 elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"3395c76\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/02\/ddce8c55-393c-4675-8fe9-6571c2be85a9-Large.jpeg\" class=\"attachment-full size-full wp-image-5417\" alt=\"\" srcset=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/02\/ddce8c55-393c-4675-8fe9-6571c2be85a9-Large.jpeg 1024w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/02\/ddce8c55-393c-4675-8fe9-6571c2be85a9-Large-300x300.jpeg 300w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/02\/ddce8c55-393c-4675-8fe9-6571c2be85a9-Large-150x150.jpeg 150w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/02\/ddce8c55-393c-4675-8fe9-6571c2be85a9-Large-768x768.jpeg 768w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/02\/ddce8c55-393c-4675-8fe9-6571c2be85a9-Large-12x12.jpeg 12w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/02\/ddce8c55-393c-4675-8fe9-6571c2be85a9-Large-600x600.jpeg 600w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/02\/ddce8c55-393c-4675-8fe9-6571c2be85a9-Large-100x100.jpeg 100w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f157ef5 elementor-align-left elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-post-info\" data-id=\"f157ef5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-4783347 elementor-inline-item\" itemprop=\"about\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\r\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Apps<\/span>\t\t\t\t<\/span>\r\n\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t<\/ul>\r\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bb4d3d2 e-con-full e-flex e-con e-child\" data-id=\"bb4d3d2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e2d3011 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"e2d3011\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">SyncWork<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41aff50 elementor-widget elementor-widget-post-info\" data-id=\"41aff50\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-a2dd2ae elementor-inline-item\" itemprop=\"datePublished\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date\">\r\n\t\t\t\t\t\t\t\t\t\t<time>febrero 21, 2026<\/time>\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t<\/ul>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cc0c329 elementor-widget elementor-widget-theme-post-excerpt\" data-id=\"cc0c329\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-excerpt.default\">\n\t\t\t\t\tA clean and intuitive app design that enhances team productivity with engaging UI\/UX and visual clarity.\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c1cb783 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"c1cb783\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/mostros.co\/work\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Load more <\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-050b4de e-flex e-con-boxed e-con e-parent\" data-id=\"050b4de\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8692a45 elementor-widget elementor-widget-html\" data-id=\"8692a45\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!--  \u2014 About Us SECTION. #080808 background, clean modern type. Paste this whole block into your page. Namespaced .mst__ so it won't touch your site's CSS.\n     COPY UPDATED: full-service positioning (strategy, brand, web\/product, SEO\/marketing, AI\/automation, creative).\n     COLOR UPDATED: now carries the orange\/gold\/teal\/purple accents from the \"What We Do\" section instead of pure monochrome. -->\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Archivo:wght@600;700;800&family=Inter:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap\" rel=\"stylesheet\">\n\n<style>\n  .mst{\n    --bg:#080808; --bg-2:#101010;\n    --white:#F5F4F1; --w-70:rgba(245,244,241,.70);\n    --w-45:rgba(245,244,241,.45); --w-26:rgba(245,244,241,.26);\n    --line:rgba(245,244,241,.13); --line-2:rgba(245,244,241,.22);\n    --orange:#d24e2b; --gold:#e9a430; --teal:#51f0fb; --purple:#8a8cff;\n    --ease:cubic-bezier(.2,.7,.2,1);\n\n    position:relative;\n    background:var(--bg);\n    color:var(--white);\n    font-family:\"Inter\",system-ui,sans-serif;\n    line-height:1.5;\n    -webkit-font-smoothing:antialiased;\n    padding:clamp(64px,11vh,140px) 0;\n  }\n  .mst *{box-sizing:border-box;margin:0;padding:0}\n\n  .mst__wrap{position:relative;max-width:1500px;margin:0 auto;padding:0 clamp(20px,5vw,64px)}\n\n  .mst__eyebrow{\n    font-family:\"Space Mono\",monospace;font-size:clamp(.7rem,1.4vw,.82rem);\n    letter-spacing:.28em;text-transform:uppercase;color:var(--w-45);\n    display:flex;gap:.9em;align-items:center;flex-wrap:wrap;\n  }\n  .mst__eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--gold);display:inline-block;flex:none;box-shadow:0 0 8px var(--gold)}\n\n  \/* ---- intro: wordmark with eyes ---- *\/\n  .mst__intro{display:flex;justify-content:space-between;align-items:baseline;gap:16px;flex-wrap:wrap;margin-bottom:clamp(28px,5vh,52px)}\n\n  .mst__word{\n    font-family:\"Archivo\",sans-serif;font-weight:800;line-height:.84;letter-spacing:-.03em;\n    font-size:clamp(3rem,13vw,11rem);display:flex;flex-wrap:nowrap;user-select:none;\n    margin:clamp(24px,5vh,48px) 0 clamp(20px,4vh,36px);\n  }\n  .mst__word span{\n    display:inline-block;position:relative;\n    transform:translateY(115%) rotate(4deg);opacity:0;\n    transition:transform 1s var(--ease),opacity .8s ease;\n    transition-delay:calc(var(--i) * .055s);\n  }\n  .mst__word .space{width:.34em}\n  .mst.is-ready .mst__word span{transform:none;opacity:1}\n  .mst__word .o{color:var(--white)}\n  .mst__pupil{\n    position:absolute;left:50%;top:54%;width:.17em;height:.17em;border-radius:50%;\n    background:radial-gradient(circle at 38% 32%, #fff, #cfcdc8 62%, #6f6e6a);\n    box-shadow:0 0 .14em rgba(255,255,255,.55);\n    transform:translate(-50%,-50%);will-change:transform;\n    opacity:0;transition:opacity .6s ease .9s;pointer-events:none;\n  }\n  .mst.is-ready .mst__pupil{opacity:1}\n\n  .mst__sub{\n    max-width:38ch;font-size:clamp(1.1rem,2.2vw,1.55rem);font-weight:500;color:var(--w-70);\n    opacity:0;transform:translateY(18px);transition:opacity 1s ease .7s,transform 1s var(--ease) .7s;\n  }\n  .mst.is-ready .mst__sub{opacity:1;transform:none}\n  .mst__sub b{color:var(--gold);font-weight:700}\n\n  \/* ---- reveal utility ---- *\/\n  .mst [data-rv]{opacity:0;transform:translateY(28px);transition:opacity .9s ease,transform 1s var(--ease)}\n  .mst [data-rv].in{opacity:1;transform:none}\n\n  \/* ---- story ---- *\/\n  .mst__story{padding:clamp(72px,12vh,150px) 0 clamp(56px,9vh,110px)}\n  .mst__head{\n    font-family:\"Space Mono\",monospace;font-size:.78rem;letter-spacing:.28em;text-transform:uppercase;\n    color:var(--w-45);margin-bottom:clamp(28px,5vh,52px);\n  }\n\n  .mst__grid{display:grid;grid-template-columns:1fr 1.15fr;gap:clamp(28px,6vw,80px);align-items:start}\n  .mst__grid h2{font-family:\"Archivo\",sans-serif;font-weight:700;font-size:clamp(2rem,4.6vw,3.4rem);line-height:1.04;letter-spacing:-.02em}\n  .mst__grid h2 em{font-style:normal;color:var(--w-45)}\n  .mst__grid p{font-size:clamp(1.02rem,1.5vw,1.18rem);color:var(--w-70);max-width:60ch}\n  .mst__grid p + p{margin-top:1.4em}\n\n  .mst__quote{\n    grid-column:1\/-1;margin-top:clamp(52px,8vh,110px);\n    font-family:\"Archivo\",sans-serif;font-weight:700;font-size:clamp(1.9rem,5vw,3.9rem);\n    line-height:1.06;letter-spacing:-.025em;max-width:18ch;color:var(--w-45);\n  }\n  .mst__quote .hl{color:var(--gold)}\n\n  .mst__tags{grid-column:1\/-1;margin-top:clamp(40px,7vh,68px);display:flex;flex-wrap:wrap;gap:10px}\n  .mst__tags span{\n    font-family:\"Space Mono\",monospace;font-size:.74rem;letter-spacing:.06em;text-transform:uppercase;\n    color:var(--w-70);border:1px solid var(--line);border-radius:999px;padding:.55em 1em;\n    transition:border-color .4s ease,color .4s ease,transform .4s var(--ease),box-shadow .4s ease;\n  }\n  .mst__tags span:nth-child(4n+1):hover{border-color:var(--orange);color:var(--white);transform:translateY(-2px);box-shadow:0 0 12px rgba(210,78,43,.25)}\n  .mst__tags span:nth-child(4n+2):hover{border-color:var(--gold);color:var(--white);transform:translateY(-2px);box-shadow:0 0 12px rgba(233,164,48,.25)}\n  .mst__tags span:nth-child(4n+3):hover{border-color:var(--teal);color:var(--white);transform:translateY(-2px);box-shadow:0 0 12px rgba(81,240,251,.2)}\n  .mst__tags span:nth-child(4n+4):hover{border-color:var(--purple);color:var(--white);transform:translateY(-2px);box-shadow:0 0 12px rgba(138,140,255,.25)}\n\n  \/* ---- experience \/ timeline ---- *\/\n  .mst__exp{padding-top:clamp(64px,10vh,130px);border-top:1px solid var(--line)}\n  .mst__exp-top{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap;margin-bottom:clamp(40px,7vh,76px)}\n  .mst__exp-top h2{font-family:\"Archivo\",sans-serif;font-weight:800;font-size:clamp(2.4rem,7vw,5rem);line-height:.92;letter-spacing:-.03em}\n  .mst__exp-top .meta{font-family:\"Space Mono\",monospace;font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;color:var(--w-45);text-align:right}\n\n  .mst__line{position:relative;padding-left:clamp(22px,4vw,40px)}\n  .mst__line::before{content:\"\";position:absolute;left:0;top:8px;bottom:8px;width:1px;background:var(--line)}\n  .mst__line::after{content:\"\";position:absolute;left:0;top:8px;width:1px;height:0;background:linear-gradient(to bottom,var(--purple),var(--orange),var(--gold),var(--teal));transition:height 1.4s var(--ease)}\n  .mst__line.lit::after{height:calc(100% - 16px)}\n\n  .mst__item{position:relative;display:grid;grid-template-columns:160px 1fr;gap:clamp(16px,4vw,48px);padding:clamp(24px,3.6vh,36px) 0;border-bottom:1px solid var(--line)}\n  .mst__item:last-child{border-bottom:0}\n  .mst__node{\n    position:absolute;left:calc(-1 * clamp(22px,4vw,40px));top:calc(clamp(24px,3.6vh,36px) + .55em);\n    width:11px;height:11px;border-radius:50%;background:var(--bg);border:1px solid var(--w-45);transform:translateX(-5px);\n    transition:border-color .5s ease,background .5s ease,box-shadow .5s ease;\n  }\n  .mst__item:nth-child(1).in .mst__node{border-color:var(--purple);background:var(--purple);box-shadow:0 0 0 4px rgba(138,140,255,.12),0 0 12px rgba(138,140,255,.5)}\n  .mst__item:nth-child(2).in .mst__node{border-color:var(--orange);background:var(--orange);box-shadow:0 0 0 4px rgba(210,78,43,.12),0 0 12px rgba(210,78,43,.5)}\n  .mst__item:nth-child(3).in .mst__node{border-color:var(--gold);background:var(--gold);box-shadow:0 0 0 4px rgba(233,164,48,.12),0 0 12px rgba(233,164,48,.5)}\n  .mst__item:nth-child(4).in .mst__node{border-color:var(--teal);background:var(--teal);box-shadow:0 0 0 4px rgba(81,240,251,.1),0 0 12px rgba(81,240,251,.5)}\n  .mst__item:nth-child(5).in .mst__node{border-color:var(--purple);background:var(--purple);box-shadow:0 0 0 4px rgba(138,140,255,.12),0 0 12px rgba(138,140,255,.5)}\n  .mst__item:nth-child(6).in .mst__node{border-color:var(--orange);background:var(--orange);box-shadow:0 0 0 4px rgba(210,78,43,.12),0 0 12px rgba(210,78,43,.5)}\n  .mst__year{font-family:\"Space Mono\",monospace;font-size:.82rem;letter-spacing:.06em;color:var(--w-45);padding-top:.35em;white-space:nowrap}\n  .mst__year b{color:var(--white);font-weight:700}\n  .mst__item h3{font-family:\"Archivo\",sans-serif;font-weight:700;font-size:clamp(1.3rem,2.6vw,1.9rem);line-height:1.06;letter-spacing:-.02em;transition:opacity .4s ease}\n  .mst__item p{margin-top:.7em;color:var(--w-70);font-size:clamp(1rem,1.4vw,1.12rem);max-width:52ch}\n  .mst__item:hover h3{opacity:.6}\n\n  .mst a:focus-visible{outline:2px solid var(--white);outline-offset:4px;border-radius:2px}\n\n  @media(max-width:760px){\n    .mst__grid{grid-template-columns:1fr}\n    .mst__item{grid-template-columns:1fr;gap:6px}\n    .mst__node{top:calc(clamp(24px,3.6vh,36px) + .15em)}\n    .mst__exp-top .meta{text-align:left}\n  }\n  @media(prefers-reduced-motion:reduce){\n    .mst *{animation:none!important;transition-duration:.001s!important}\n    .mst__word span{transform:none!important;opacity:1!important}\n    .mst__sub,.mst [data-rv]{opacity:1!important;transform:none!important}\n    .mst__pupil{opacity:1!important}\n    .mst__line.lit::after{height:calc(100% - 16px)}\n  }\n<\/style>\n\n<section class=\"mst\" id=\"mst\">\n  <div class=\"mst__wrap\">\n    <div class=\"mst__intro\">\n      <div class=\"mst__eyebrow\"><span class=\"dot\"><\/span> Creative Studio \u00b7 Made in Colombia<\/div>\n      <div class=\"mst__eyebrow\">Founded 2012 \u2014 Present<\/div>\n    <\/div>\n\n    <h2 class=\"mst__word\" id=\"mstWord\" aria-label=\"About us\"><\/h2>\n    <p class=\"mst__sub\">We don't simply build websites. <b>We build the strategy, brand, and systems your business grows on.<\/b><\/p>\n\n    <!-- STORY -->\n    <div class=\"mst__story\">\n      <p class=\"mst__head\" data-rv>Our Story<\/p>\n      <div class=\"mst__grid\">\n        <h2 data-rv>Mostros wasn't built to follow the industry. <em>It was built to challenge it.<\/em><\/h2>\n        <div data-rv>\n          <p>MOSTROS began in 2012, building things with whatever tools were available, for clients who needed to compete with companies that had ten times the budget. That forces a specific skill: making a limited toolkit look like an unlimited one.<\/p>\n          <p>Over a decade, that habit became a method. Today we work across strategy, branding, web and product development, SEO, marketing, AI and automation, and creative production \u2014 not because we chase every trend, but because each discipline is another tool for solving the same original problem: how do you make a business grow faster than its budget suggests it should. We've built that method for startups, cultural institutions, nonprofits, and global brands alike \u2014 and it's why the same clients keep coming back for the next chapter of growth, instead of shopping for a new studio every time the market shifts.<\/p>\n        <\/div>\n\n        <blockquote class=\"mst__quote\" data-rv>Anyone can learn the software. <span class=\"hl\">Perspective can't be downloaded.<\/span><\/blockquote>\n\n        <div class=\"mst__tags\" data-rv>\n          <span>Strategy<\/span><span>Brand Identity<\/span><span>Web &amp; Digital Products<\/span><span>SEO<\/span>\n          <span>Digital Marketing<\/span><span>AI &amp; Automation<\/span><span>Motion &amp; Creative Production<\/span><span>iOS &amp; Custom Software<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- EXPERIENCE -->\n    <div class=\"mst__exp\">\n      <div class=\"mst__exp-top\">\n        <h2 data-rv>Experience<\/h2>\n        <div class=\"meta\" data-rv>MOSTROS<br>Creative Studio \u00b7 est. 2012<\/div>\n      <\/div>\n\n      <div class=\"mst__line\" id=\"mstLine\">\n        <article class=\"mst__item\" data-item>\n          <span class=\"mst__node\"><\/span>\n          <div class=\"mst__year\"><b>2012<\/b> \u2014 Present<\/div>\n          <div><h3>Motion Design &amp; Audiovisual<\/h3><p>Animations, films, and visual storytelling that connect ideas with audiences.<\/p><\/div>\n        <\/article>\n        <article class=\"mst__item\" data-item>\n          <span class=\"mst__node\"><\/span>\n          <div class=\"mst__year\"><b>2016<\/b> \u2014 Present<\/div>\n          <div><h3>Digital Products &amp; Web Experiences<\/h3><p>Custom websites, digital platforms, and immersive online experiences.<\/p><\/div>\n        <\/article>\n        <article class=\"mst__item\" data-item>\n          <span class=\"mst__node\"><\/span>\n          <div class=\"mst__year\"><b>2018<\/b> \u2014 Present<\/div>\n          <div><h3>Brand Strategy &amp; Identity<\/h3><p>Positioning, identity systems, and creative direction that define who brands are.<\/p><\/div>\n        <\/article>\n        <article class=\"mst__item\" data-item>\n          <span class=\"mst__node\"><\/span>\n          <div class=\"mst__year\"><b>2020<\/b> \u2014 Present<\/div>\n          <div><h3>SEO &amp; Digital Marketing<\/h3><p>Search, content, and paid strategy built to turn visibility into qualified leads.<\/p><\/div>\n        <\/article>\n        <article class=\"mst__item\" data-item>\n          <span class=\"mst__node\"><\/span>\n          <div class=\"mst__year\"><b>2022<\/b> \u2014 Present<\/div>\n          <div><h3>Creative Technology<\/h3><p>Interactive installations, experimental experiences, iOS apps, and 3D games.<\/p><\/div>\n        <\/article>\n        <article class=\"mst__item\" data-item>\n          <span class=\"mst__node\"><\/span>\n          <div class=\"mst__year\"><b>2023<\/b> \u2014 Present<\/div>\n          <div><h3>AI &amp; Business Automation<\/h3><p>Chatbots, workflow automation, and internal tools that remove manual work from growth.<\/p><\/div>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\n(function(){\n  var root = document.getElementById('mst');\n  var reduced = window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n\n  var host = document.getElementById('mstWord');\n  var pupils = [];\n  \/* big wordmark text \u2014 change this string to whatever you like *\/\n  var WORD = \"About us\";\n  WORD.split('').forEach(function(ch, i){\n    var s = document.createElement('span');\n    s.style.setProperty('--i', i);\n    if(ch === ' '){\n      s.className = 'space';\n      s.innerHTML = '&nbsp;';\n    } else {\n      s.textContent = ch;\n      if(ch === 'o' || ch === 'O'){\n        s.className = 'o';\n        var p = document.createElement('i'); p.className = 'mst__pupil';\n        s.appendChild(p); pupils.push(p);\n      }\n    }\n    host.appendChild(s);\n  });\n\n  requestAnimationFrame(function(){ root.classList.add('is-ready'); });\n\n  \/* eyes follow the cursor (foreground signature) *\/\n  var tx = 0, ty = 0, hasPointer = false, t = 0;\n  window.addEventListener('pointermove', function(e){ tx = e.clientX; ty = e.clientY; hasPointer = true; }, {passive:true});\n\n  function frame(){\n    t += 0.016;\n    var px, py;\n    if(hasPointer){ px = tx; py = ty; }\n    else { var r = root.getBoundingClientRect(); px = r.left + r.width*(0.5 + Math.cos(t*0.6)*0.22); py = r.top + r.height*(0.32 + Math.sin(t*0.8)*0.18); }\n    pupils.forEach(function(p){\n      var r = p.parentElement.getBoundingClientRect();\n      var cx = r.left + r.width\/2, cy = r.top + r.height*0.54;\n      var dx = px - cx, dy = py - cy, d = Math.hypot(dx, dy) || 1, max = r.width * 0.16;\n      p.style.transform = 'translate(calc(-50% + ' + (dx\/d*max) + 'px), calc(-50% + ' + (dy\/d*max) + 'px))';\n    });\n    requestAnimationFrame(frame);\n  }\n  if(!reduced) requestAnimationFrame(frame);\n\n  var io = new IntersectionObserver(function(entries){\n    entries.forEach(function(en){ if(en.isIntersecting){ en.target.classList.add('in'); io.unobserve(en.target); }});\n  }, {threshold:0.18, rootMargin:'0px 0px -8% 0px'});\n  root.querySelectorAll('[data-rv],[data-item]').forEach(function(el){ io.observe(el); });\n\n  var line = document.getElementById('mstLine');\n  if(line){\n    var lio = new IntersectionObserver(function(e){ e.forEach(function(en){ if(en.isIntersecting){ line.classList.add('lit'); lio.disconnect(); }}); }, {threshold:0.2});\n    lio.observe(line);\n  }\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5852d6f e-flex e-con-boxed e-con e-parent\" data-id=\"5852d6f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8b45e0e elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"8b45e0e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2381b1c e-flex e-con-boxed e-con e-parent\" data-id=\"2381b1c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ee85aee elementor-widget elementor-widget-html\" data-id=\"ee85aee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- MOSTROS \u2014 Manifesto + animated stats SECTION (compact). Paste this whole block into your page. Namespaced .mst2__ so it can sit alongside the other sections without clashing.\n     COPY UPDATED: full-service positioning, closing line ties the constraint-driven method to durability, not just budget.\n     COLOR UPDATED: stat numbers now rotate through the orange\/gold\/teal\/purple accents from \"What We Do\". -->\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Archivo:wght@600;700;800&family=Inter:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap\" rel=\"stylesheet\">\n\n<style>\n  .mst2{\n    --bg:#080808;\n    --white:#F5F4F1; --w-70:rgba(245,244,241,.70);\n    --w-45:rgba(245,244,241,.45);\n    --line:rgba(245,244,241,.13);\n    --orange:#d24e2b; --gold:#e9a430; --teal:#51f0fb; --purple:#8a8cff;\n    --ease:cubic-bezier(.2,.7,.2,1);\n\n    position:relative;\n    background:var(--bg);\n    color:var(--white);\n    font-family:\"Inter\",system-ui,sans-serif;\n    line-height:1.5;\n    -webkit-font-smoothing:antialiased;\n    padding:clamp(56px,9vh,110px) 0;\n  }\n  .mst2 *{box-sizing:border-box;margin:0;padding:0}\n\n  .mst2__wrap{position:relative;max-width:1500px;margin:0 auto;padding:0 clamp(20px,5vw,64px)}\n\n  .mst2__eyebrow{\n    font-family:\"Space Mono\",monospace;font-size:clamp(.7rem,1.4vw,.8rem);\n    letter-spacing:.28em;text-transform:uppercase;color:var(--w-45);\n    display:flex;align-items:center;gap:.9em;margin-bottom:clamp(22px,4vh,34px);\n  }\n  .mst2__eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--gold);display:inline-block;flex:none;box-shadow:0 0 8px var(--gold)}\n\n  .mst2__grid{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(24px,6vw,80px);align-items:start}\n  .mst2__title{\n    font-family:\"Archivo\",sans-serif;font-weight:800;\n    font-size:clamp(2rem,4.8vw,3.6rem);line-height:1.02;letter-spacing:-.03em;max-width:14ch;\n  }\n  .mst2__body p{font-size:clamp(1.02rem,1.5vw,1.18rem);color:var(--w-70);max-width:56ch}\n  .mst2__body p + p{margin-top:1.3em}\n  .mst2__body b{color:var(--white);font-weight:600}\n\n  \/* ---- stats ---- *\/\n  .mst2__stats{\n    margin-top:clamp(44px,7vh,80px);padding-top:clamp(28px,4vh,40px);\n    border-top:1px solid var(--line);\n    display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(20px,4vw,32px);\n  }\n  .mst2__stat{display:flex;flex-direction:column;gap:.5em}\n  .mst2__num{\n    font-family:\"Archivo\",sans-serif;font-weight:800;\n    font-size:clamp(2.6rem,6vw,4.4rem);line-height:.9;letter-spacing:-.03em;\n    font-variant-numeric:tabular-nums;\n    opacity:0;transform:translateY(18px);\n    transition:opacity .6s ease, transform .85s var(--ease);\n  }\n  .mst2__num.go{opacity:1;transform:none}\n  .mst2__stat:nth-child(1) .mst2__num{color:var(--orange)}\n  .mst2__stat:nth-child(2) .mst2__num{color:var(--gold)}\n  .mst2__stat:nth-child(3) .mst2__num{color:var(--teal)}\n  .mst2__stat:nth-child(4) .mst2__num{color:var(--purple)}\n  .mst2__label{\n    font-family:\"Space Mono\",monospace;font-size:.74rem;letter-spacing:.2em;\n    text-transform:uppercase;color:var(--w-45);\n    opacity:0;transform:translateY(10px);transition:opacity .6s ease .15s, transform .7s var(--ease) .15s;\n  }\n  .mst2__stat.go .mst2__label{opacity:1;transform:none}\n\n  \/* copy reveal *\/\n  .mst2 [data-rv]{opacity:0;transform:translateY(26px);transition:opacity .9s ease,transform 1s var(--ease)}\n  .mst2 [data-rv].in{opacity:1;transform:none}\n  .mst2 [data-rv].d1{transition-delay:.1s}\n\n  @media(max-width:760px){\n    .mst2__grid{grid-template-columns:1fr;gap:clamp(20px,5vw,32px)}\n    .mst2__stats{grid-template-columns:repeat(2,1fr);gap:clamp(28px,7vw,40px) clamp(20px,5vw,32px)}\n  }\n  @media(prefers-reduced-motion:reduce){\n    .mst2 [data-rv]{opacity:1!important;transform:none!important}\n    .mst2__num,.mst2__label{opacity:1!important;transform:none!important;transition:none!important}\n  }\n<\/style>\n\n<section class=\"mst2\" id=\"mst2\">\n  <div class=\"mst2__wrap\">\n    <p class=\"mst2__eyebrow\" data-rv><span class=\"dot\"><\/span> Manifesto<\/p>\n\n    <div class=\"mst2__grid\">\n      <h2 class=\"mst2__title\" data-rv>We don't start with references. We start with limits.<\/h2>\n      <div class=\"mst2__body d1\" data-rv>\n        <p>Give a studio unlimited software, unlimited budget, and unlimited time, and you'll usually get the same result everyone else gets. Give them a real constraint, and you find out what they're actually capable of.<\/p>\n        <p>That's the standard we hold every project to \u2014 not how many disciplines we touched, but how much we made a limited budget behave like a full <b>strategy, brand, product, and marketing team<\/b>. Ten years in, it's still the only metric that matters to us, because it's the same one that decides whether a business is still growing five years after launch, or shopping for a new studio after two.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"mst2__stats\" id=\"mst2Stats\">\n      <div class=\"mst2__stat\">\n        <span class=\"mst2__num\" data-target=\"211\" data-suffix=\"+\">0<\/span>\n        <span class=\"mst2__label\">Projects<\/span>\n      <\/div>\n      <div class=\"mst2__stat\">\n        <span class=\"mst2__num\" data-target=\"8\" data-suffix=\"\">0<\/span>\n        <span class=\"mst2__label\">Disciplines<\/span>\n      <\/div>\n      <div class=\"mst2__stat\">\n        <span class=\"mst2__num\" data-target=\"10\" data-suffix=\"+\">0<\/span>\n        <span class=\"mst2__label\">Years<\/span>\n      <\/div>\n      <div class=\"mst2__stat\">\n        <span class=\"mst2__num\" data-target=\"10\" data-suffix=\"+\">0<\/span>\n        <span class=\"mst2__label\">Countries<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\n(function(){\n  var root = document.getElementById('mst2');\n  var reduced = window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n\n  \/* copy reveal *\/\n  var io = new IntersectionObserver(function(entries){\n    entries.forEach(function(en){ if(en.isIntersecting){ en.target.classList.add('in'); io.unobserve(en.target); }});\n  }, {threshold:0.2, rootMargin:'0px 0px -8% 0px'});\n  root.querySelectorAll('[data-rv]').forEach(function(el){ io.observe(el); });\n\n  \/* number count-up, staggered, when the stats row enters view *\/\n  function countUp(el){\n    var target = parseInt(el.getAttribute('data-target'), 10);\n    var suffix = el.getAttribute('data-suffix') || '';\n    if(reduced){ el.textContent = target + suffix; return; }\n    var dur = 1500, start = null;\n    function step(ts){\n      if(start === null) start = ts;\n      var p = Math.min((ts - start) \/ dur, 1);\n      var eased = p === 1 ? 1 : 1 - Math.pow(2, -10 * p); \/* easeOutExpo *\/\n      el.textContent = Math.round(target * eased) + suffix;\n      if(p < 1) requestAnimationFrame(step);\n    }\n    requestAnimationFrame(step);\n  }\n\n  function runStats(){\n    var stats = root.querySelectorAll('.mst2__stat');\n    stats.forEach(function(stat, i){\n      setTimeout(function(){\n        stat.classList.add('go');\n        var num = stat.querySelector('.mst2__num');\n        num.classList.add('go');\n        countUp(num);\n      }, i * 170);\n    });\n  }\n\n  var statsEl = document.getElementById('mst2Stats');\n  var sio = new IntersectionObserver(function(entries){\n    entries.forEach(function(en){ if(en.isIntersecting){ runStats(); sio.disconnect(); }});\n  }, {threshold:0.35});\n  sio.observe(statsEl);\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-007c453 e-flex e-con-boxed e-con e-parent\" data-id=\"007c453\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d996684 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"d996684\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7f5307b e-flex e-con-boxed e-con e-parent\" data-id=\"7f5307b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6312074 e-con-full e-flex e-con e-child\" data-id=\"6312074\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-260e4a3 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"260e4a3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">LET'S CREATE SOMETHING MEANINGFUL<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bbf6cb7 elementor-widget elementor-widget-text-editor\" data-id=\"bbf6cb7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>If you believe ideas can shape culture and create impact, we&#8217;re ready to collaborate.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a1436ef animated-slow elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a1436ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQzMTQiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Let's build<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-71f8c92 e-con-full e-flex e-con e-child\" data-id=\"71f8c92\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-189389c elementor-button-align-start elementor-widget elementor-widget-form\" data-id=\"189389c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"Contact Home\" aria-label=\"Contact Home\">\r\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"9\"\/>\r\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"189389c\"\/>\r\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Creative Studio &amp; Digital Products | MOSTROS\" \/>\r\n\r\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"9\"\/>\r\n\t\t\t\r\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-\">\r\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-50\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-name\" class=\"elementor-field-label elementor-screen-only\">\r\n\t\t\t\t\t\t\t\tName\t\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Name\">\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-50 elementor-field-required\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">\r\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Email\" required=\"required\">\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-message\" class=\"elementor-field-label elementor-screen-only\">\r\n\t\t\t\t\t\t\t\tIdea\t\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"3\" placeholder=\"Idea of project\"><\/textarea>\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\r\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm elementor-animation-grow\" type=\"submit\">\r\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">START<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/form>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-17c2c87 e-flex e-con-boxed e-con e-parent\" data-id=\"17c2c87\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8c141db elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"8c141db\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a612227 e-flex e-con-boxed e-con e-parent\" data-id=\"a612227\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-fcdfdea e-con-full e-flex e-con e-child\" data-id=\"fcdfdea\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"woocommerce elementor-element elementor-element-30a7c09 elementor-arrows-position-inside elementor-widget elementor-widget-loop-carousel\" data-id=\"30a7c09\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_skin&quot;:&quot;product&quot;,&quot;template_id&quot;:&quot;4621&quot;,&quot;slides_to_show&quot;:&quot;1&quot;,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;.elementor-loop-container&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;offset_sides&quot;:&quot;none&quot;,&quot;arrows&quot;:&quot;yes&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-carousel.product\">\n\t\t\t\t\t\t\t<div class=\"swiper elementor-loop-container elementor-grid\" role=\"list\" dir=\"ltr\">\r\n\t\t\t\t<div class=\"swiper-wrapper\" aria-live=\"off\">\r\n\t\t<style id=\"loop-4621\">.elementor-4621 .elementor-element.elementor-element-2db63dd{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:.3px .3px .3px .3px;--border-top-width:.3px;--border-right-width:.3px;--border-bottom-width:.3px;--border-left-width:.3px;border-color:#5C5C5C;--border-color:#5C5C5C;--border-radius:8px 8px 8px 8px;}.elementor-4621 .elementor-element.elementor-element-5587594{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:3%;--padding-bottom:3%;--padding-left:3%;--padding-right:3%;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-4621 .elementor-element.elementor-element-0c75aad img{border-radius:24px 24px 24px 24px;}.elementor-4621 .elementor-element.elementor-element-bacb978{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-evenly;--gap:2px 2px;--row-gap:2px;--column-gap:2px;--padding-top:3%;--padding-bottom:3%;--padding-left:3%;--padding-right:3%;}.elementor-widget-woocommerce-product-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4621 .elementor-element.elementor-element-30ab571 .elementor-heading-title{font-family:\"Montserrat\", Sans-serif;font-size:1.7vw;font-weight:900;}.woocommerce .elementor-4621 .elementor-element.elementor-element-45414ff .woocommerce-product-details__short-description{font-family:\"Montserrat\", Sans-serif;font-size:12px;}.elementor-widget-button .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-4621 .elementor-element.elementor-element-e953d29 .elementor-button{font-family:\"GothamPro-Medium\", Sans-serif;border-radius:4px 4px 4px 4px;padding:10px 15px 10px 15px;}.elementor-4621 .elementor-element.elementor-element-e953d29{padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-4621 .elementor-element.elementor-element-5587594{--width:50%;}.elementor-4621 .elementor-element.elementor-element-bacb978{--width:50%;}}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"4621\" class=\"elementor elementor-4621 swiper-slide e-loop-item e-loop-item-4611 post-4611 product type-product status-publish has-post-thumbnail product_cat-clothes first onbackorder shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\r\n\t\t\t<div class=\"elementor-element elementor-element-2db63dd e-con-full e-flex e-con e-parent\" data-id=\"2db63dd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5587594 e-con-full e-flex e-con e-child\" data-id=\"5587594\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0c75aad elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"0c75aad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"758\" height=\"1014\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/8ae11914-f3d0-407f-8ce7-5c550ed82420.png\" class=\"attachment-large size-large wp-image-5410\" alt=\"\" srcset=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/8ae11914-f3d0-407f-8ce7-5c550ed82420.png 758w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/8ae11914-f3d0-407f-8ce7-5c550ed82420-9x12.png 9w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/8ae11914-f3d0-407f-8ce7-5c550ed82420-600x803.png 600w\" sizes=\"(max-width: 758px) 100vw, 758px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bacb978 e-con-full e-flex e-con e-child\" data-id=\"bacb978\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30ab571 elementor-widget elementor-widget-woocommerce-product-title elementor-page-title elementor-widget-heading\" data-id=\"30ab571\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-title.default\">\n\t\t\t\t\t<h1 class=\"product_title entry-title elementor-heading-title elementor-size-default\">T-Shirt Mostros<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-45414ff elementor-widget elementor-widget-woocommerce-product-short-description\" data-id=\"45414ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-short-description.default\">\n\t\t\t\t\t<div class=\"woocommerce-product-details__short-description\">\n\t<p data-start=\"1275\" data-end=\"1421\">A minimal T-shirt designed to be worn daily. Clean lines, precise fit, and a subtle statement \u2014 made for creatives, builders, and visual thinkers.<\/p>\n<p data-start=\"1423\" data-end=\"1517\">Produced in Colombia using high-quality cotton, with attention to fabric weight and finishing.<\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e953d29 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"e953d29\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/mostros.co\/es\/shop\/t-shirt-mostros\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Buy<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"4621\" class=\"elementor elementor-4621 swiper-slide e-loop-item e-loop-item-4607 post-4607 product type-product status-publish has-post-thumbnail product_cat-clothes  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\r\n\t\t\t<div class=\"elementor-element elementor-element-2db63dd e-con-full e-flex e-con e-parent\" data-id=\"2db63dd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5587594 e-con-full e-flex e-con e-child\" data-id=\"5587594\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0c75aad elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"0c75aad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"778\" height=\"1008\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/7538ed58-5806-4d22-8a00-3745442b8536.png\" class=\"attachment-large size-large wp-image-5414\" alt=\"\" srcset=\"https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/7538ed58-5806-4d22-8a00-3745442b8536.png 778w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/7538ed58-5806-4d22-8a00-3745442b8536-9x12.png 9w, https:\/\/mostros.co\/wp-content\/uploads\/2026\/01\/7538ed58-5806-4d22-8a00-3745442b8536-600x777.png 600w\" sizes=\"(max-width: 778px) 100vw, 778px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bacb978 e-con-full e-flex e-con e-child\" data-id=\"bacb978\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30ab571 elementor-widget elementor-widget-woocommerce-product-title elementor-page-title elementor-widget-heading\" data-id=\"30ab571\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-title.default\">\n\t\t\t\t\t<h1 class=\"product_title entry-title elementor-heading-title elementor-size-default\">Hoodie Mostros<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-45414ff elementor-widget elementor-widget-woocommerce-product-short-description\" data-id=\"45414ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-short-description.default\">\n\t\t\t\t\t<div class=\"woocommerce-product-details__short-description\">\n\t<p data-start=\"357\" data-end=\"490\">A premium hoodie created for everyday use, creative work, and late-night builds. Minimal on the outside, intentional in every detail.<\/p>\n<p data-start=\"492\" data-end=\"637\">Designed by Mostros and produced in limited runs using high-quality Colombian cotton. Built for comfort, durability, and a clean visual presence.<\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e953d29 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"e953d29\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/mostros.co\/es\/shop\/hoodie-mostros\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Buy<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"4621\" class=\"elementor elementor-4621 swiper-slide e-loop-item e-loop-item-170 post-170 product type-product status-publish has-post-thumbnail product_cat-art  instock sale shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\r\n\t\t\t<div class=\"elementor-element elementor-element-2db63dd e-con-full e-flex e-con e-parent\" data-id=\"2db63dd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5587594 e-con-full e-flex e-con e-child\" data-id=\"5587594\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0c75aad elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"0c75aad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/mostros.co\/wp-content\/uploads\/2021\/04\/19\u00b73\u00b76_Tambor.jpg\" class=\"attachment-large size-large wp-image-171\" alt=\"\" srcset=\"https:\/\/mostros.co\/wp-content\/uploads\/2021\/04\/19\u00b73\u00b76_Tambor.jpg 1000w, https:\/\/mostros.co\/wp-content\/uploads\/2021\/04\/19\u00b73\u00b76_Tambor-300x300.jpg 300w, https:\/\/mostros.co\/wp-content\/uploads\/2021\/04\/19\u00b73\u00b76_Tambor-150x150.jpg 150w, https:\/\/mostros.co\/wp-content\/uploads\/2021\/04\/19\u00b73\u00b76_Tambor-768x768.jpg 768w, https:\/\/mostros.co\/wp-content\/uploads\/2021\/04\/19\u00b73\u00b76_Tambor-600x600.jpg 600w, https:\/\/mostros.co\/wp-content\/uploads\/2021\/04\/19\u00b73\u00b76_Tambor-100x100.jpg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bacb978 e-con-full e-flex e-con e-child\" data-id=\"bacb978\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30ab571 elementor-widget elementor-widget-woocommerce-product-title elementor-page-title elementor-widget-heading\" data-id=\"30ab571\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-title.default\">\n\t\t\t\t\t<h1 class=\"product_title entry-title elementor-heading-title elementor-size-default\">Drum box<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e953d29 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"e953d29\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/mostros.co\/es\/shop\/drum-box\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Buy<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous\">\r\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t<\/div>\r\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\r\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b72b527 e-con-full e-flex e-con e-child\" data-id=\"b72b527\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-85ffdcf animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"85ffdcf\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Support us <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-420f21e elementor-widget elementor-widget-text-editor\" data-id=\"420f21e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tWe could always bring you our craftmentship to your hands \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a078bc elementor-widget elementor-widget-text-editor\" data-id=\"0a078bc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><b>Digital Products &amp; Web Development<\/b><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-78662d8 animated-slow elementor-invisible elementor-widget elementor-widget-button\" data-id=\"78662d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/mostros.co\/goods\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Explore<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>creative studio building digital products MOSTROS<\/p>","protected":false},"author":1,"featured_media":7341,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-9","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/mostros.co\/es\/wp-json\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mostros.co\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mostros.co\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mostros.co\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mostros.co\/es\/wp-json\/wp\/v2\/comments?post=9"}],"version-history":[{"count":795,"href":"https:\/\/mostros.co\/es\/wp-json\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":9255,"href":"https:\/\/mostros.co\/es\/wp-json\/wp\/v2\/pages\/9\/revisions\/9255"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mostros.co\/es\/wp-json\/wp\/v2\/media\/7341"}],"wp:attachment":[{"href":"https:\/\/mostros.co\/es\/wp-json\/wp\/v2\/media?parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}