#main.container.home-prototype{max-width:none;width:100%;padding:0}.home-prototype{--color-miwuki: var(--c-teal-500);--color-miwuki-800: var(--c-teal-700);--color-font-primary: var(--c-ink-900);--color-font-secondary: var(--c-gray-700);--color-background: var(--c-gray-25);--radius-xl: 18px;--radius-2xl: 26px;--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--shadow-xl: 0 18px 30px -18px rgba(0, 0, 0, .28);color:var(--color-font-primary);background:var(--color-background);padding-inline:0}.home-prototype a{color:inherit;text-decoration:none}.home-prototype img{max-width:100%;height:auto;display:block}.home-prototype :focus-visible{outline:3px solid var(--c-cyan-400);outline-offset:3px;border-radius:10px}.home-prototype .container{max-width:var(--container-width);margin:0 auto;padding:0 20px}.home-prototype .stack{display:flex;flex-direction:column;gap:22px;margin-block:18px 30px}.home-prototype .intro{border-radius:var(--radius-2xl);background:#ffffffc7;border:1px solid rgba(47,59,82,.08);box-shadow:var(--shadow-lg);padding:22px}.home-prototype .intro__title{margin:0;font-size:var(--text-3xl);line-height:1.06;letter-spacing:-.02em;font-weight:900;color:var(--color-font-primary)}.home-prototype .intro__desc{margin:10px 0 0;font-size:var(--text-base);color:var(--color-font-primary);max-width:70ch}.home-prototype .intro__links{margin-top:14px;display:flex;flex-wrap:wrap;gap:10px}.home-prototype .intro__pill{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;font-weight:900;font-size:var(--text-sm);background:#4db8c01f;border:1px solid rgba(77,184,192,.25);color:var(--color-font-primary);transition:background .12s ease,transform .12s ease}.home-prototype .intro__pill:hover{background:#4db8c02e}.home-prototype .intro__pill:active{transform:translateY(1px)}.home-prototype .project{border-radius:var(--radius-2xl);background:transparent;box-shadow:none;border:none;overflow:visible}.home-prototype .project__inner{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;padding:26px;align-items:stretch}.home-prototype .stack>.project:nth-child(2n) .project__inner{grid-template-columns:.8fr 1.2fr}.home-prototype .stack>.project:nth-child(2n) .project__content{order:2}.home-prototype .stack>.project:nth-child(2n) .project__art{order:1}.home-prototype .project__content{display:grid;gap:14px;align-content:start;min-width:0}.home-prototype .project__top{display:flex;gap:14px;align-items:flex-start}.home-prototype .project__icon{width:82px;height:82px;flex:0 0 auto;filter:drop-shadow(0 10px 12px rgba(0,0,0,.18))}.home-prototype .project__title{margin:0;font-size:var(--text-2xl);line-height:1.05;letter-spacing:-.02em;font-weight:900}.home-prototype .project__desc{margin:0;font-size:var(--text-base);line-height:1.6;color:#ffffffeb;max-width:60ch}.home-prototype .actions{display:flex;gap:12px;flex-wrap:wrap}.home-prototype .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;border-radius:999px;font-weight:900;font-size:var(--text-sm);border:1px solid transparent;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease;user-select:none}.home-prototype .btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}.home-prototype .btn:active{transform:translateY(0)}.home-prototype .btn--primary{background:var(--gradient-btn-primary);color:var(--c-ink-900)}.home-prototype .btn--ghost{background:transparent;border-color:#ffffff47;color:#fff}.home-prototype .btn--ghost:hover{background:#ffffff14}.home-prototype .summary{margin-top:auto;width:100%;background:#ffffff1a;border:1px solid rgba(255,255,255,.22);border-radius:16px;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:64px}.home-prototype .summary__title{margin:0;font-weight:900;font-size:var(--text-sm);line-height:1.15}.home-prototype .summary__sub{margin:0;font-weight:700;font-size:var(--text-xs);color:#ffffffdb}.home-prototype .summary__text{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.home-prototype .trustpilot-widget,.home-prototype .miwuki-trustpilot{margin-block:6px}.home-prototype .stars{display:inline-flex;gap:6px;flex:0 0 auto}.home-prototype .star{width:16px;height:16px;border-radius:5px;background:#0000002e;border:1px solid rgba(255,255,255,.3)}.home-prototype .star--on{background:#00d273f2;border-color:#00d273f2}.home-prototype .project__art{display:flex;align-items:center;justify-content:center;min-width:0}.home-prototype .media-frame{width:100%}.home-prototype .media-frame__inner img{width:100%;height:auto}.home-prototype .logos{border-radius:var(--radius-2xl);background:#ffffffb3;border:1px solid rgba(47,59,82,.08);box-shadow:var(--shadow-lg);padding:22px}.home-prototype .logos__head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.home-prototype .logos__title{margin:0;font-size:var(--text-lg);font-weight:900;letter-spacing:-.01em;color:var(--color-font-primary)}.home-prototype .logos__note{margin:0;font-size:var(--text-xs);font-weight:800;color:var(--color-font-secondary)}.home-prototype .logo-strip{margin-top:10px;display:flex;gap:12px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.home-prototype .logo-link{flex:0 0 auto;width:190px;height:94px;display:flex;align-items:center;justify-content:center;border-radius:18px;padding:14px;text-decoration:none;scroll-snap-align:start;background:#fff0}.home-prototype .logo-link:hover{background:#4db8c01a}.home-prototype .logo-link img{width:100%;height:100%;object-fit:contain;max-height:78px;filter:drop-shadow(0 8px 10px rgba(0,0,0,.1))}.home-prototype .home-solutions{padding-top:72px;padding-bottom:72px}.home-prototype .home-kicker{display:inline-flex;align-items:center;gap:10px;padding:6px 10px;border-radius:999px;background:#4db8c024;color:var(--c-teal-700);font-weight:800;letter-spacing:.2px;font-size:var(--text-xs);text-transform:uppercase;width:fit-content}.home-prototype .home-heading{margin:14px 0 8px;font-size:var(--text-3xl);line-height:1.12;letter-spacing:-.02em;font-weight:900;color:var(--color-font-primary)}.home-prototype .home-lead{margin:0 0 26px;font-size:var(--text-lg);line-height:1.6;color:var(--color-font-secondary);max-width:70ch}.home-prototype .home-solutions__grid{display:grid;gap:22px}@media(min-width:900px){.home-prototype .home-solutions__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.home-prototype .home-card{background:var(--c-surface);border-radius:var(--radius-xl);border:1px solid var(--c-gray-100);box-shadow:var(--shadow-sm);padding:22px;display:grid;gap:14px}.home-prototype .home-card__header{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:flex-start}.home-prototype .home-card__icon{width:56px;height:56px;border-radius:16px;background:var(--c-gray-50);padding:8px;box-shadow:0 6px 16px #00000014}.home-prototype .home-card__title{margin:0 0 4px;font-size:var(--text-xl);font-weight:900;letter-spacing:-.01em;color:var(--color-font-primary)}.home-prototype .home-card__desc{margin:0;font-size:var(--text-base);line-height:1.6;color:var(--color-font-secondary)}.home-prototype .home-card__bullets{margin:8px 0 0;padding-left:1.2em;font-size:var(--text-sm);color:var(--color-font-secondary)}.home-prototype .home-card__bullets li+li{margin-top:4px}.home-prototype .home-card__actions{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px}.home-prototype .home-card__actions .btn{font-size:var(--text-sm)}.home-prototype .home-project-section{padding-top:72px;padding-bottom:72px}.home-prototype .home-project{display:grid;gap:32px;align-items:center}@media(min-width:900px){.home-prototype .home-project{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.home-prototype .home-project--reverse{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}}.home-prototype .home-project__content{display:grid;gap:14px;align-content:start}.home-prototype .home-project__meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.home-prototype .home-project__logo{display:block;width:auto;max-height:64px;max-width:320px}.home-prototype .home-project__bullets{margin:0;padding-left:1.2em;font-size:var(--text-sm);color:var(--color-font-secondary)}.home-prototype .home-project__bullets li+li{margin-top:4px}.home-prototype .home-project__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.home-prototype .home-project__media{max-width:520px;margin-inline:auto}@media(min-width:900px){.home-prototype .home-project__media{max-width:none;margin-inline:0}}@media(max-width:900px){.home-prototype{overflow-x:clip}.home-prototype .stack{gap:16px;margin-block:14px 24px}.home-prototype .project{overflow:visible}.home-prototype .project__inner{display:flex;flex-direction:column;align-items:stretch;gap:16px;padding:18px}.home-prototype .stack>.project:nth-child(2n) .project__inner{display:flex;flex-direction:column}.home-prototype .project__art{order:2}.home-prototype .project__content{order:1;align-items:center;text-align:center}.home-prototype .stack>.project:nth-child(2n) .project__content{order:1}.home-prototype .stack>.project:nth-child(2n) .project__art{order:2}.home-prototype .project__top{flex-direction:column;align-items:center}.home-prototype .project__icon{width:80px;height:80px}.home-prototype .project__desc{max-width:none}.home-prototype .actions{justify-content:center;width:100%;flex-direction:column}.home-prototype .btn{width:100%}.home-prototype .summary{justify-content:center;flex-direction:column;width:100%;text-align:center}.home-prototype .summary__text{align-items:center;width:100%}.home-prototype .trustpilot-widget,.home-prototype .miwuki-trustpilot{width:100%;max-width:100%;overflow:hidden}.home-prototype .trustpilot-widget iframe,.home-prototype .miwuki-trustpilot iframe{width:100%!important;max-width:100%!important}.home-prototype .home-project__logo{max-height:56px;max-width:280px}}@media(max-width:420px){.home-prototype .project__inner{padding:20px}.home-prototype .summary{padding:12px}.home-prototype .btn{width:100%}.home-prototype .actions{gap:10px}.home-prototype .logo-link{width:160px;height:84px}}
