/* UnitusTI global home — ported from mundopato.com/newunitusti */
.global-home {
  font-family: 'Nunito Sans', system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
.global-home h1,.global-home h2,.global-home h3,.global-home h4 {
  font-family: 'Baloo 2', system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.015em;
  color: var(--navy);
}
.global-home{
    --blue:#42baeb;
    --blue-deep:#3ca7d3;
    --blue-ink:#2c8fc4;
    --navy:#1c2b4a;
    --yellow:#ffcc61;
    --yellow-bg:#ffd873;
    --sage:#a9c08f;
    --teal-grad:#6cc4d6;
    --coral:#ff877c;
    --coral-deep:#e56a64;
    --wash-top:#ffffff;
    --wash-bot:#eaf6fc;
    --paper:#ffffff;
    --soft:#f4f9fc;
    --ink:#3a4654;
    --ink-soft:#6b7884;
    --line:#e6eef3;
    --radius:18px;
    --maxw:1180px;
    --ease:cubic-bezier(.22,.61,.36,1);
  }.global-home *{box-sizing:border-box;margin:0;padding:0}.global-home .wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}.global-home a{color:inherit;text-decoration:none}.global-home .eyebrow{display:inline-block;font-size:12.5px;font-weight:700;letter-spacing:.04em;color:var(--blue-ink);background:#e3f3fb;padding:6px 16px;border-radius:999px}.global-home .btn{display:inline-flex;align-items:center;gap:8px;font-family:'Baloo 2',sans-serif;font-weight:600;font-size:15.5px;padding:14px 26px;border-radius:14px;transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .2s;cursor:pointer;border:none}.global-home .btn-primary{background:var(--yellow);color:var(--navy);box-shadow:0 8px 20px -8px rgba(255,204,97,.9)}.global-home .btn-primary:hover{transform:translateY(-2px);background:#ffc346;box-shadow:0 14px 28px -8px rgba(255,204,97,.95)}.global-home .btn-blue{background:var(--blue);color:#fff;box-shadow:0 8px 20px -8px rgba(66,186,235,.8)}.global-home .btn-blue:hover{transform:translateY(-2px);background:#36a9da}.global-home .btn-coral{background:var(--coral);color:#fff;box-shadow:0 8px 20px -8px rgba(255,135,124,.8)}.global-home .btn-coral:hover{transform:translateY(-2px);background:var(--coral-deep)}.global-home .btn-ghost{background:#fff;color:var(--navy);border:1.5px solid #cfe6f2}.global-home .btn-ghost:hover{border-color:var(--blue);color:var(--blue-ink)}.global-home header.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.86);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.global-home .nav-inner{display:flex;align-items:center;justify-content:space-between;height:74px;gap:20px}.global-home .brand img{height:34px;display:block}.global-home .nav-links{display:flex;gap:30px;align-items:center;font-weight:600;font-size:15px}.global-home .nav-links a{color:var(--ink-soft);transition:color .2s;position:relative}.global-home .nav-links a:hover{color:var(--blue-ink)}.global-home .nav-links a.soon::after{content:"soon";position:absolute;top:-9px;right:-29px;font-size:9px;font-weight:700;letter-spacing:.05em;background:var(--coral);color:#fff;padding:2px 6px;border-radius:6px;text-transform:uppercase}.global-home .nav-cta{display:flex;align-items:center;gap:18px}.global-home .nav-cta .login{font-weight:700;font-size:15px;color:var(--navy);font-family:'Baloo 2',sans-serif}.global-home .nav-cta .login:hover{color:var(--blue-ink)}.global-home .burger{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px}.global-home .burger span{width:24px;height:2.5px;background:var(--navy);border-radius:2px}.global-home .hero{position:relative;overflow:hidden;background:linear-gradient(170deg,var(--wash-top) 30%,var(--wash-bot));padding:72px 0 78px}.global-home .hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:46px;align-items:center}.global-home .hero h1{font-size:clamp(38px,5vw,60px);font-weight:800}.global-home .hero h1 .grad{background:linear-gradient(100deg,var(--yellow) 0%,var(--sage) 48%,var(--teal-grad) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.global-home .hero p.lead{font-size:18.5px;color:var(--ink-soft);margin:24px 0 26px;max-width:33em}.global-home .hero p.lead b{color:var(--navy);font-weight:700}.global-home .ideal{font-size:13.5px;font-weight:700;color:var(--ink-soft);margin-bottom:12px}.global-home .pills{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px}.global-home .pill{font-size:13px;font-weight:600;color:var(--blue-ink);border:1.5px solid #bfe3f3;background:#fff;padding:7px 16px;border-radius:999px}.global-home .pill-lead{background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:0 6px 14px -6px rgba(66,186,235,.8)}.global-home .hero-cta{display:flex;gap:14px;flex-wrap:wrap}.global-home .stage{position:relative;display:flex;align-items:center;justify-content:center;min-height:440px}.global-home .stage .yellowbg{position:absolute;width:80%;height:82%;background:var(--yellow-bg);border-radius:34px;right:0;top:9%;z-index:0}.global-home .browser{position:relative;z-index:1;width:96%;max-width:560px;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 26px 54px -22px rgba(28,43,74,.4);border:1px solid var(--line)}.global-home .browser .bbar{height:32px;background:#f2f6f9;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:7px;padding:0 14px}.global-home .browser .bbar span{width:11px;height:11px;border-radius:50%;background:#d4dde4}.global-home .browser .bbar span:first-child{background:#ff877c}.global-home .browser .bbar span:nth-child(2){background:#ffcc61}.global-home .browser .bbar span:nth-child(3){background:#a9c08f}.global-home .browser img{display:block;width:100%}.global-home .flabel{position:absolute;z-index:3;background:#fff;border-radius:999px;padding:11px 18px 11px 13px;box-shadow:0 14px 30px -14px rgba(28,43,74,.32);display:flex;align-items:center;gap:9px;font-size:13.5px;font-weight:700;color:var(--navy);font-family:'Baloo 2',sans-serif;white-space:nowrap}.global-home .flabel .ck{width:20px;height:20px;flex-shrink:0;color:var(--blue)}.global-home .fl1{top:14px;right:0;animation:bob 5s var(--ease) infinite}.global-home .fl2{top:46%;left:-14px;animation:bob 5.6s var(--ease) infinite .5s}.global-home .fl3{bottom:18px;left:50%;animation:bob3 6s var(--ease) infinite .3s}
@keyframes bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes bob3{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-8px)}}
.global-home .hero-foot{margin-top:24px;font-size:14.5px;color:var(--ink-soft);text-align:center}.global-home section{padding:80px 0}.global-home .center{text-align:center}.global-home .sec-head{max-width:760px;margin:0 auto 50px}.global-home .sec-head .q{font-size:15px;font-weight:700;color:var(--ink-soft);margin:16px 0 6px}.global-home .sec-head h2{font-size:clamp(28px,3.6vw,44px);font-weight:800}.global-home .sec-head h2 .grad{background:linear-gradient(100deg,var(--teal-grad),var(--sage) 55%,var(--yellow));-webkit-background-clip:text;background-clip:text;color:transparent}.global-home .sec-head p{color:var(--ink-soft);font-size:16.5px;margin-top:8px}.global-home .ch-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.global-home .ch{display:flex;gap:14px;padding:24px;background:var(--soft);border:1px solid var(--line);border-radius:var(--radius)}.global-home .ch .ic{width:44px;height:44px;border-radius:12px;background:#e3f3fb;display:flex;align-items:center;justify-content:center;color:var(--blue-ink);flex-shrink:0}.global-home .ch p{font-size:14.5px;color:var(--ink-soft)}.global-home .band{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.global-home .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.global-home .card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px 26px;transition:transform .25s var(--ease),box-shadow .25s var(--ease)}.global-home .card:hover{transform:translateY(-4px);box-shadow:0 20px 38px -22px rgba(28,43,74,.22)}.global-home .card .ic{width:46px;height:46px;border-radius:13px;background:#e3f3fb;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:var(--blue-ink)}.global-home .card.soon{background:linear-gradient(165deg,#fff8ea,#fff);border-color:#ffe6b8}.global-home .card.soon .ic{background:#ffeccb;color:#cc9633}.global-home .card h3{font-size:19px;margin-bottom:7px}.global-home .card p{font-size:14.5px;color:var(--ink-soft)}.global-home .card .tag{display:inline-block;margin-bottom:12px;font-size:10.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#fff;background:var(--coral);padding:3px 10px;border-radius:7px}.global-home .showcase-main{display:grid;grid-template-columns:1.4fr 1fr;gap:36px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px;box-shadow:0 22px 46px -28px rgba(28,43,74,.22);margin-bottom:22px}.global-home .showcase-main img{width:100%;border-radius:12px;border:1px solid var(--line)}.global-home .showcase-caption h3{font-size:22px;margin-bottom:10px}.global-home .showcase-caption p{color:var(--ink-soft);font-size:15px}.global-home .showcase-pair{display:grid;grid-template-columns:1fr 1fr;gap:22px}.global-home .shot{margin:0;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 18px 40px -28px rgba(28,43,74,.2)}.global-home .shot img{width:100%;border-radius:11px;border:1px solid var(--line);display:block}.global-home .shot figcaption{font-family:'Baloo 2',sans-serif;font-weight:600;color:var(--navy);font-size:15px;margin-top:14px}.global-home .found-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.global-home .fcard{margin:0;background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px;box-shadow:0 16px 36px -28px rgba(28,43,74,.2);display:flex;flex-direction:column}.global-home .fcard img{width:100%;border-radius:10px;border:1px solid var(--line);display:block;height:150px;object-fit:cover;object-position:top}.global-home .fcard figcaption{margin-top:12px}.global-home .fcard figcaption b{display:block;font-family:'Baloo 2',sans-serif;color:var(--navy);font-size:14.5px;margin-bottom:3px}.global-home .fcard figcaption span{font-size:12.5px;color:var(--ink-soft);line-height:1.45}.global-home .aud-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.global-home .aud{display:flex;gap:16px;padding:26px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);transition:transform .25s var(--ease),border-color .25s}.global-home .aud:hover{transform:translateY(-3px);border-color:var(--blue)}.global-home .aud .num{font-family:'Baloo 2',sans-serif;font-size:15px;font-weight:700;color:var(--coral);min-width:28px}.global-home .aud h3{font-size:18px;margin-bottom:5px}.global-home .aud p{font-size:14px;color:var(--ink-soft)}.global-home .aud.full{grid-column:1/-1}.global-home .aud.featured{background:linear-gradient(120deg,#eef8fd,#fff);border:1.5px solid var(--blue);box-shadow:0 18px 40px -24px rgba(66,186,235,.5)}.global-home .aud.featured .num{color:var(--blue);font-size:20px}.global-home .aud.featured h3{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:21px}.global-home .aud .core{font-family:'Nunito Sans',sans-serif;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:var(--blue);padding:4px 11px;border-radius:7px}.global-home .aud.featured p{font-size:15px;color:var(--ink)}.global-home .invoicing{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.global-home .invoicing h2{font-size:clamp(28px,3.2vw,40px)}.global-home .inv-list{list-style:none;margin:0 0 26px}.global-home .inv-list li{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:var(--ink);margin-bottom:11px}.global-home .inv-list .dot{width:9px;height:9px;border-radius:50%;background:var(--blue);margin-top:8px;flex-shrink:0}.global-home .inv-shots{position:relative;min-height:340px}.global-home .ishot{position:absolute;border-radius:12px;box-shadow:0 22px 46px -22px rgba(28,43,74,.4);border:1px solid var(--line)}.global-home .ishot-top{top:0;right:0;width:88%;z-index:2}.global-home .ishot-bot{bottom:0;left:0;width:74%;z-index:1}.global-home .billing{background:linear-gradient(135deg,var(--blue),var(--blue-deep));color:#fff;border-radius:26px;padding:54px;position:relative;overflow:hidden}.global-home .billing::after{content:"";position:absolute;right:-80px;bottom:-90px;width:320px;height:320px;border-radius:50%;background:rgba(255,135,124,.28);z-index:0}.global-home .billing-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.08fr .92fr;gap:44px;align-items:center}.global-home .billing-shots{position:relative;min-height:360px}.global-home .bshot{position:absolute;width:92%;border-radius:12px;box-shadow:0 22px 46px -20px rgba(0,0,0,.4);border:1px solid rgba(255,255,255,.5)}.global-home .bshot-top{top:0;right:0;z-index:2}.global-home .bshot-bot{bottom:0;left:0;z-index:1;width:78%}.global-home .billing .eyebrow{color:var(--navy);background:rgba(255,255,255,.9)}.global-home .billing h2{color:#fff;font-size:clamp(28px,3.4vw,40px);margin:14px 0 16px;max-width:17em}.global-home .billing p{color:rgba(255,255,255,.94);font-size:17px;max-width:40em;margin-bottom:26px}.global-home .billing .flow{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:30px}.global-home .billing .step{background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.3);padding:10px 17px;border-radius:999px;font-size:13.5px;font-weight:700;font-family:'Baloo 2',sans-serif}.global-home .billing .step.next{background:var(--coral);border-color:var(--coral)}.global-home .billing .arrow{opacity:.7}.global-home .bill-benefits{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:30px}.global-home .bb{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:600;color:#fff;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);padding:9px 16px;border-radius:12px}.global-home .bb svg{width:17px;height:17px;flex-shrink:0;color:#fff}.global-home .mkt{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.global-home .mkt-tiles{display:grid;grid-template-columns:1fr 1fr;gap:14px}.global-home .tile{background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px;transition:transform .25s var(--ease)}.global-home .tile:hover{transform:translateY(-3px)}.global-home .tile-flag{border:1.5px solid var(--blue);background:linear-gradient(150deg,#eef8fd,#fff)}.global-home .tile-flag .badge{color:#fff;background:var(--blue);padding:3px 9px;border-radius:6px}.global-home .tile .badge{font-size:11px;font-weight:700;letter-spacing:.06em;color:var(--blue-ink);text-transform:uppercase}.global-home .tile h4{font-size:18px;margin:7px 0 4px}.global-home .tile p{font-size:13px;color:var(--ink-soft)}.global-home .authors-band{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.global-home .authors{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}.global-home .authors h2{font-size:clamp(28px,3.2vw,40px);margin:14px 0 14px}.global-home .authors > div > p{color:var(--ink-soft);font-size:17px;margin-bottom:22px;max-width:34em}.global-home .author-list{list-style:none;margin:0 0 28px}.global-home .author-list li{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:var(--ink);margin-bottom:12px}.global-home .author-list .dot{width:9px;height:9px;border-radius:50%;background:var(--blue);margin-top:8px;flex-shrink:0}.global-home .author-cta-row{display:flex;gap:12px;flex-wrap:wrap}.global-home .author-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:0 24px 46px -26px rgba(28,43,74,.22)}.global-home .author-card .badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--blue-ink);background:#e3f3fb;padding:5px 12px;border-radius:8px;margin-bottom:18px}.global-home .step-row{display:flex;gap:15px;align-items:flex-start;padding:14px 0;border-top:1px solid var(--line)}.global-home .step-row:first-of-type{border-top:none}.global-home .step-row .n{width:30px;height:30px;border-radius:9px;background:var(--yellow);color:var(--navy);font-family:'Baloo 2',sans-serif;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:15px}.global-home .step-row b{font-family:'Baloo 2',sans-serif;color:var(--navy);font-size:16px}.global-home .step-row p{font-size:13.5px;color:var(--ink-soft);margin-top:2px}.global-home .sec-band{background:var(--navy);color:#fff}.global-home .sec-band .sec-head h2{color:#fff}.global-home .sec-band .sec-head p{color:rgba(255,255,255,.82)}.global-home .sec-band .eyebrow{color:var(--navy);background:var(--yellow)}.global-home .badges{display:flex;gap:14px;flex-wrap:wrap;justify-content:center}.global-home .badge-lg{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:15px;padding:20px 24px;min-width:142px}.global-home .badge-lg .k{font-family:'Baloo 2',sans-serif;font-size:22px;font-weight:700;color:#fff}.global-home .badge-lg .v{font-size:13px;color:rgba(255,255,255,.72);margin-top:4px}.global-home .final{text-align:center;padding:92px 0;background:linear-gradient(185deg,var(--wash-bot),#fff)}.global-home .final h2{font-size:clamp(32px,4vw,50px);max-width:15em;margin:0 auto 14px;font-weight:800}.global-home .final p{color:var(--ink-soft);font-size:18px;max-width:34em;margin:0 auto 30px}.global-home .final .hero-cta{justify-content:center}.global-home footer{background:#fff;border-top:1px solid var(--line);padding:54px 0 32px}.global-home .foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:34px;margin-bottom:38px}.global-home .foot-grid h5{font-family:'Baloo 2',sans-serif;font-size:13px;letter-spacing:.04em;color:var(--navy);margin-bottom:13px}.global-home .foot-grid a{display:block;font-size:14px;color:var(--ink-soft);margin-bottom:9px;transition:color .2s}.global-home .foot-grid a:hover{color:var(--blue-ink)}.global-home .foot-about img{height:30px;margin-bottom:14px}.global-home .foot-about p{font-size:14px;color:var(--ink-soft);max-width:30em}.global-home .foot-bottom{border-top:1px solid var(--line);padding-top:22px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:13px;color:var(--ink-soft)}.global-home .foot-bottom .locale a{color:var(--blue-ink);font-weight:700}.global-home .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.global-home .reveal.in{opacity:1;transform:none}

@media (max-width:920px){
  .global-home .hero-grid{grid-template-columns:1fr;gap:30px}
  .global-home .stage{min-height:380px}
  .global-home .ch-grid{grid-template-columns:1fr 1fr}
  .global-home .cards{grid-template-columns:1fr 1fr}
  .global-home .mkt{grid-template-columns:1fr;gap:32px}
  .global-home .authors{grid-template-columns:1fr;gap:32px}
  .global-home .showcase-main{grid-template-columns:1fr;gap:22px}
  .global-home .found-grid{grid-template-columns:1fr 1fr}
  .global-home .invoicing{grid-template-columns:1fr;gap:30px}
  .global-home .inv-shots{min-height:300px}
  .global-home .billing-grid{grid-template-columns:1fr;gap:30px}
  .global-home .billing-shots{min-height:300px}
  .global-home .foot-grid{grid-template-columns:1fr 1fr}
}

@media (max-width:680px){
  .global-home .nav-links,.global-home .nav-cta .login{display:none}
  .global-home .burger{display:flex}
  .global-home .ch-grid,.global-home .cards,.global-home .aud-grid{grid-template-columns:1fr}
  .global-home .showcase-pair{grid-template-columns:1fr}
  .global-home .found-grid{grid-template-columns:1fr}
  .global-home .billing{padding:34px 24px}
  .global-home .foot-grid{grid-template-columns:1fr}
  .global-home section{padding:56px 0}
  .global-home .flabel{font-size:12px;padding:9px 14px 9px 11px}
  .global-home .fl1{right:-8px}
  .global-home .fl2{left:-8px}
}

@media (prefers-reduced-motion:reduce){
  .global-home *{animation:none!important;transition:none!important}
  .global-home .reveal{opacity:1;transform:none}
}
