.home-page{--home-red:#EA232B;--home-red-light:#fef0f0;--home-red-hover:#d01f26;--home-navy:#0b1220;--home-surface:#f4f7fb;--home-surface-2:#eef2f7;--home-text:#111827;--home-muted:#6b7280;--home-border:#e5e7eb;--home-max:var(--platform-content-max,90rem);--home-radius:16px;--home-radius-sm:12px;--home-btn-radius:10px;--home-section-y:4.5rem;--home-section-y-lg:5.5rem;--home-type-body:1rem;--home-type-display:clamp(2.25rem,5vw,3.25rem);--home-type-hero:var(--home-type-display);--home-type-h2:var(--home-type-display);min-height:100vh;background:#fff;color:var(--home-text);font-family:var(--font-hanken,"Hanken Grotesk",system-ui,sans-serif);font-size:var(--home-type-body);line-height:1.6;overflow-x:clip;-webkit-font-smoothing:antialiased}.home-wrap{width:100%;max-width:var(--home-max);margin-inline:auto;padding-inline:24px}.home-section-mockup{padding-block:var(--home-section-y)}@media (min-width:1024px){.home-section-mockup{padding-block:var(--home-section-y-lg)}}.home-section-tag{display:inline-flex;align-items:center;gap:.35rem;margin:0 0 .875rem;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--home-red)}.home-section-tag:before{content:"🍁";font-size:.875rem;line-height:1}.home-section-tag--muted{color:var(--home-muted)}.home-section-tag--muted:before{display:none}.home-section-heading{margin:0;font-size:var(--home-type-display);line-height:1.08;font-weight:600;letter-spacing:-.03em;color:var(--home-text)}.home-section-heading-accent{color:var(--home-red)}.home-section-header{text-align:center;margin-bottom:2.5rem}.home-section-header .home-section-tag{margin-bottom:1rem}.home-section-header .home-section-lead{margin-inline:auto}.home-section-header--row{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;text-align:left;flex-wrap:wrap}.home-section-header--row .home-section-lead{margin-inline:0}.home-section-lead{margin:1rem 0 0;max-width:42rem;font-size:var(--home-type-body);line-height:1.65;color:var(--home-muted)}.home-tag{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:999px;background:var(--home-surface-2);font-size:.75rem;font-weight:600;color:var(--home-muted)}.home-tag--accent{background:var(--home-red-light);color:var(--home-red)}.home-topbar--mockup{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);border-bottom:1px solid var(--home-border);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.home-topbar--premium{background:rgba(255,255,255,.94);border-bottom-color:rgba(226,232,240,.95);box-shadow:0 1px 0 rgba(15,23,42,.03)}.home-nav-bar--mockup{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:72px}.home-nav-bar--premium{min-height:76px}.home-nav-bar--mockup .home-logo-link{flex-shrink:0}.home-nav-mid--desktop{display:none;align-items:center;gap:.25rem}.home-nav-mid--premium{gap:.35rem}.home-nav-dropdown{position:relative}.home-nav-link--has-dropdown{display:inline-flex;align-items:center;gap:.35rem;border:none;background:transparent;cursor:pointer;font:inherit}.home-nav-link__chevron{transition:transform .2s ease}.home-nav-dropdown--open .home-nav-link__chevron{transform:rotate(180deg)}.home-nav-dropdown__bridge{position:absolute;top:100%;left:0;right:0;height:14px;z-index:59}.home-nav-dropdown__panel{position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%) translateY(8px);z-index:60;min-width:12.5rem;padding:.45rem;border:1px solid rgba(226,232,240,.95);border-radius:14px;background:#fff;box-shadow:0 18px 40px rgba(15,23,42,.12),0 4px 12px rgba(15,23,42,.06);display:grid;gap:.15rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.home-nav-dropdown--open .home-nav-dropdown__panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.home-nav-dropdown__item{display:block;padding:.625rem .8rem;border-radius:10px;color:#334155;font-size:.9375rem;font-weight:600;line-height:1.35;text-decoration:none;white-space:nowrap;transition:background .18s ease,color .18s ease}.home-nav-dropdown__item:focus-visible,.home-nav-dropdown__item:hover{background:#fff1f2;color:var(--home-red);outline:none}.home-nav-shell{position:relative}.home-nav-link--mockup{position:relative;padding:.625rem .9rem;border-radius:var(--home-radius-sm);font-size:.975rem;font-weight:600;text-decoration:none;color:#475569;transition:color .2s ease,background .2s ease}.home-nav-link--mockup:hover{color:#0f172a;background:rgba(248,250,252,.9)}.home-nav-link--mockup.home-nav-link--active{color:var(--home-red);font-weight:700}.home-nav-link--mockup.home-nav-link--active:after{content:"";position:absolute;left:.9rem;right:.9rem;bottom:.35rem;height:2px;border-radius:999px;background:var(--home-red)}.home-nav-cta{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.home-nav-cta--premium{gap:.625rem}.home-nav-cta__login{font-weight:600}.home-nav-cta__primary{min-width:7.25rem;justify-content:center}.home-nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--home-border);border-radius:var(--home-radius-sm);background:#fff;color:var(--home-text);font-size:1.25rem;line-height:1;cursor:pointer;transition:border-color .15s ease,background .15s ease}.home-nav-toggle:hover{border-color:#cbd5e1;background:var(--home-surface)}.home-nav-mobile{display:grid;gap:.375rem;padding:.5rem 0 1rem}.home-nav-mobile--premium{gap:.5rem;padding:.75rem 0 1.25rem;border-top:1px solid rgba(226,232,240,.9)}.home-nav-mobile-link{display:block;padding:.8rem .95rem;border-radius:.75rem;text-decoration:none;font-size:.975rem;font-weight:600;color:#0f172a;background:#f8fafc;transition:background .18s ease,color .18s ease}.home-nav-mobile-link--active{color:var(--home-red);background:#fff1f2;box-shadow:inset 0 0 0 1px rgba(183,20,34,.12)}.home-nav-mobile-section{margin:.75rem 0 .25rem;padding:0 .875rem;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--home-muted)}.home-nav-mobile-link--sub{font-size:.925rem;font-weight:500;color:#475569;background:transparent;padding-left:1.35rem}.home-nav-mobile-group{border-radius:.75rem;overflow:hidden;background:#f8fafc}.home-nav-mobile-group__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.8rem .95rem;border:none;background:transparent;font:inherit;font-size:.975rem;font-weight:600;color:#0f172a;cursor:pointer}.home-nav-mobile-group__trigger svg{transition:transform .2s ease}.home-nav-mobile-group--open .home-nav-mobile-group__trigger svg{transform:rotate(180deg)}.home-nav-mobile-group__panel{display:grid;gap:.15rem;padding:0 .35rem .65rem}@media (min-width:1024px){.home-nav-mid--desktop{display:flex}.home-nav-toggle{display:none}}@media (min-width:768px) and (max-width:1023px){.home-nav-mid--desktop{display:none}.home-nav-toggle{display:inline-flex}}@media (max-width:480px){.home-nav-cta .home-btn-ghost{display:none}}.home-hero--mockup{background:linear-gradient(180deg,#fff 0,var(--home-surface) 100%);overflow:hidden}.home-hero--mockup .home-wrap{padding-block:var(--home-section-y)}@media (min-width:1024px){.home-hero--mockup .home-wrap{padding-block:var(--home-section-y-lg)}}.home-hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width:1024px){.home-hero-grid{grid-template-columns:1fr 1fr;gap:3.5rem}}.home-hero-copy{display:flex;flex-direction:column;gap:1.75rem}.home-hero-badge{display:inline-flex;align-items:center;gap:.5rem;width:fit-content;padding:.375rem .875rem .375rem .625rem;border:1px solid rgba(234,35,43,.2);border-radius:999px;background:var(--home-red-light);font-size:.8125rem;font-weight:600;color:var(--home-red)}.home-hero-badge__leaf{display:inline-flex;align-items:center;justify-content:center;width:1.375rem;height:1.375rem;border-radius:50%;background:#fff;font-size:.75rem;line-height:1}.home-hero-title{margin:0;font-size:var(--home-type-hero);line-height:1.08;font-weight:600;letter-spacing:-.03em;color:var(--home-text)}.home-hero-accent{position:relative;display:inline-block;color:var(--home-text);white-space:nowrap}.home-hero-accent:after{content:"";position:absolute;left:0;right:0;bottom:.08em;height:.28em;border-radius:2px;background:linear-gradient(90deg,rgba(234,35,43,.15),rgba(234,35,43,.45));z-index:-1}.home-hero-lead{margin:1rem 0 0;max-width:32rem;font-size:var(--home-type-body);line-height:1.65;color:var(--home-muted)}.home-hero-trust{display:grid;gap:.625rem;margin:0;padding:0;list-style:none}.home-hero-trust__item{display:flex;align-items:flex-start;gap:.625rem;font-size:.9375rem;color:var(--home-text)}.home-hero-trust__item:before{content:"";flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:.15rem;border-radius:50%;background:var(--home-red-light) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e03a2f'%3E%3Cpath d='M6.5 11.2 3.8 8.5l-.9.9 3.6 3.6 7.4-7.4-.9-.9z'/%3E%3C/svg%3E") center /.7rem no-repeat}.home-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.25rem}.home-hero-visual{position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.home-hero-mosaic{position:relative;z-index:1;display:grid;width:100%;max-width:520px;margin-inline:auto;grid-template-columns:minmax(0,.92fr) minmax(0,1.35fr) minmax(0,.92fr);grid-template-rows:108px 108px;gap:10px;align-items:start}.home-hero-mosaic__tile{position:relative;margin:0;overflow:hidden;border-radius:var(--home-radius-sm);border:2px solid #fff;box-shadow:0 14px 36px rgba(11,18,32,.12);background:var(--home-surface-2);min-width:0;min-height:0}.home-hero-mosaic__tile .home-image-placeholder,.home-hero-mosaic__tile img{border-radius:inherit}.home-hero-mosaic__left-top{grid-column:1;grid-row:1;height:108px}.home-hero-mosaic__left-bottom{grid-column:1;grid-row:2;height:108px}.home-hero-mosaic__center{grid-column:2;grid-row:1/span 2;margin-top:24px;height:calc(216px + 10px + 24px)}.home-hero-mosaic__right-top{grid-column:3;grid-row:1;height:108px}.home-hero-mosaic__right-bottom{grid-column:3;grid-row:2;height:108px}@media (min-width:1024px){.home-hero-mosaic{max-width:540px;grid-template-rows:114px 114px;gap:12px}.home-hero-mosaic__left-bottom,.home-hero-mosaic__left-top,.home-hero-mosaic__right-bottom,.home-hero-mosaic__right-top{height:114px}.home-hero-mosaic__center{margin-top:28px;height:calc(228px + 12px + 28px)}}@media (max-width:640px){.home-hero-mosaic{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:220px 92px 92px;max-width:100%}.home-hero-mosaic__center{grid-column:1/-1;grid-row:1;margin-top:0;height:220px}.home-hero-mosaic__left-top{grid-column:1;grid-row:2;height:92px}.home-hero-mosaic__left-bottom{grid-column:1;grid-row:3;height:92px}.home-hero-mosaic__right-top{grid-column:2;grid-row:2;height:92px}.home-hero-mosaic__right-bottom{grid-column:2;grid-row:3;height:92px}}.home-hero-match{position:relative;z-index:2;width:min(100%,17.5rem);margin-inline:auto;padding:1rem 1.125rem;border:1px solid var(--home-border);border-radius:var(--home-radius);background:#fff;box-shadow:0 18px 48px rgba(11,18,32,.12)}@media (min-width:1024px){.home-hero-match{position:absolute;right:0;bottom:0;margin-inline:0}}.home-hero-match__eyebrow{margin:0 0 .375rem;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--home-muted)}.home-hero-match__title{margin:0;font-size:.9375rem;font-weight:600;line-height:1.35;color:var(--home-text)}.home-hero-match__meta{display:flex;align-items:center;gap:.5rem;margin-top:.625rem;font-size:.8125rem;color:var(--home-muted)}.home-hero-match__score{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:999px;background:var(--home-surface);font-weight:600;color:var(--home-text)}.home-hero-match__score:before{content:"★";color:#f59e0b;font-size:.75rem}.home-trust-bar{border-block:1px solid var(--home-border);background:#fff}.home-trust-bar__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.375rem;padding-block:1.25rem;text-align:center}.home-trust-bar__label{margin:0;font-size:.9375rem;font-weight:600;color:var(--home-text)}.home-trust-bar__meta{margin:0;font-size:.875rem;color:var(--home-muted)}.home-trust-bar__meta strong{font-weight:600;color:var(--home-red)}@media (min-width:768px){.home-trust-bar__inner{flex-direction:row;gap:1rem}.home-trust-bar__meta:before{content:"·";margin-right:1rem;color:var(--home-border)}}.home-services--mockup{background:var(--home-surface)}.home-services--mockup .home-wrap{display:flex;flex-direction:column;gap:2.5rem}.home-services-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.home-services-header .home-section-lead{margin-inline:auto}.home-services-stack{display:grid;gap:1.25rem}.home-service-card--mockup{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:center;padding:1.5rem;border:1px solid var(--home-border);border-radius:var(--home-radius);background:#fff;box-shadow:0 4px 24px rgba(11,18,32,.04)}@media (min-width:768px){.home-service-card--mockup{grid-template-columns:1fr 1fr;padding:2rem}}.home-service-card__media{position:relative;width:100%;aspect-ratio:16/10;border-radius:var(--home-radius-sm);overflow:hidden;background:linear-gradient(135deg,var(--home-surface-2),#dfe7f1)}@media (min-width:768px){.home-service-card--mockup.home-service-card--image-right .home-service-card__media{order:2}.home-service-card--mockup.home-service-card--image-right .home-service-card__body{order:1}}.home-service-card__media img{width:100%;height:100%;object-fit:cover}.home-service-card__body{display:flex;flex-direction:column;gap:.75rem}.home-service-card__icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:var(--home-red-light);color:var(--home-red);font-size:1.25rem}.home-service-card__title{margin:0;font-size:1.125rem;font-weight:600;line-height:1.3;color:var(--home-text)}.home-service-card__desc{margin:0;font-size:var(--home-type-body);line-height:1.65;color:var(--home-muted)}.home-service-card__link{display:inline-flex;align-items:center;gap:.35rem;width:fit-content;margin-top:.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;color:var(--home-red);transition:gap .15s ease}.home-service-card__link:hover{gap:.55rem}.home-workflow--mockup{padding-block:var(--home-section-y);background:#fff}@media (min-width:1024px){.home-workflow--mockup{padding-block:var(--home-section-y-lg)}}.home-workflow--mockup .home-wrap{display:flex;flex-direction:column;gap:3rem}.home-workflow-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.home-workflow-header .home-section-lead{margin-inline:auto}.home-workflow-track{position:relative;display:grid;gap:2rem}@media (min-width:1024px){.home-workflow-track{grid-template-columns:repeat(4,1fr);gap:1.5rem}.home-workflow-track:before{content:"";position:absolute;top:2rem;left:12.5%;right:12.5%;height:0;border-top:2px dashed var(--home-border);z-index:0}}.home-workflow-step{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}@media (max-width:1023px){.home-workflow-step:not(:last-child):after{content:"";width:2px;height:1.5rem;margin-top:.5rem;background:repeating-linear-gradient(180deg,var(--home-border) 0,var(--home-border) 4px,transparent 4px,transparent 8px)}}.home-workflow-step__icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;font-size:1.25rem;font-weight:600;box-shadow:0 8px 24px rgba(11,18,32,.08)}.home-workflow-step:nth-child(odd) .home-workflow-step__icon{background:var(--home-red-light);color:var(--home-red)}.home-workflow-step:nth-child(2n) .home-workflow-step__icon{background:#e8f0fe;color:#2563eb}.home-workflow-step__num{display:block;margin-bottom:.125rem;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--home-muted)}.home-workflow-step__title{margin:0;font-size:1rem;font-weight:600;line-height:1.35;color:var(--home-text)}.home-workflow-step__desc{margin:.375rem 0 0;max-width:14rem;font-size:.875rem;line-height:1.55;color:var(--home-muted)}.home-creators--mockup{background:var(--home-surface);overflow:hidden}.home-creators--mockup .home-wrap{display:flex;flex-direction:column;gap:2rem}.home-creators-header{display:flex;flex-direction:column;gap:.75rem}@media (min-width:768px){.home-creators-header{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:1.5rem}}.home-creators-header__actions{flex-shrink:0}.home-creators-scroll{display:flex;gap:1rem;margin-inline:-24px;padding-inline:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.home-creators-scroll::-webkit-scrollbar{display:none}@media (min-width:1024px){.home-creators-scroll{margin-inline:0;padding-inline:0;overflow:visible;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}.home-creators-scroll--count-1{grid-template-columns:minmax(0,280px)}.home-creators-scroll--count-2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:640px}}.home-creator-card-photo--fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(145deg,#e8edf5,#d5dce8)}.home-creator-card-photo--fallback span{font-size:2rem;font-weight:600;letter-spacing:.04em;color:var(--home-muted)}.home-creator-card--mockup{flex:0 0 min(78vw,280px);scroll-snap-align:start;border:1px solid var(--home-border);border-radius:var(--home-radius);background:#fff;overflow:hidden;box-shadow:0 8px 32px rgba(11,18,32,.06);transition:transform .2s ease,box-shadow .2s ease}@media (min-width:1024px){.home-creator-card--mockup{flex:unset}}.home-creator-card--mockup:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(11,18,32,.1)}.home-creator-card--mockup a{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.home-creator-card__media{position:relative;aspect-ratio:3/4;background:var(--home-surface-2)}.home-creator-card__media img{width:100%;height:100%;object-fit:cover}.home-creator-card__verified{position:absolute;top:.875rem;left:.875rem;display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .625rem;border-radius:999px;background:rgba(255,255,255,.92);backdrop-filter:blur(6px);font-size:.6875rem;font-weight:600;color:var(--home-text)}.home-creator-card__verified:before{content:"";width:.625rem;height:.625rem;border-radius:50%;background:var(--home-red)}.home-creator-card__body{display:flex;flex-direction:column;gap:.5rem;padding:1.125rem}.home-creator-card__name{margin:0;font-size:1rem;font-weight:600;color:var(--home-text)}.home-creator-card__role{margin:0;font-size:.8125rem;color:var(--home-muted)}.home-creator-card__rating{display:inline-flex;align-items:center;gap:.3rem;font-size:.8125rem;font-weight:600;color:var(--home-text)}.home-creator-card__rating:before{content:"★";color:#f59e0b;font-size:.75rem}.home-creator-card__tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.25rem}.home-projects--mockup .home-wrap{display:flex;flex-direction:column;gap:2rem}.home-projects-header{display:flex;flex-direction:column;gap:.75rem}@media (min-width:768px){.home-projects-header{flex-direction:row;align-items:flex-end;justify-content:space-between}}.home-projects-list{display:grid;gap:1rem}.home-project-card--mockup{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;padding:1rem;border:1px solid var(--home-border);border-radius:var(--home-radius);background:#fff;text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease}.home-project-card--mockup:hover{border-color:#cbd5e1;box-shadow:0 8px 28px rgba(11,18,32,.06)}@media (min-width:768px){.home-project-card--mockup{padding:1.25rem 1.5rem;gap:1.25rem}}.home-project-card__thumb{position:relative;width:4.5rem;height:4.5rem;border-radius:var(--home-radius-sm);overflow:hidden;background:var(--home-surface-2);flex-shrink:0}.home-project-card__thumb img{width:100%;height:100%;object-fit:cover}.home-project-card__main{min-width:0}.home-project-card__title{margin:0;font-size:1rem;font-weight:600;line-height:1.35;color:var(--home-text)}.home-project-card__brand{margin:.25rem 0 0;font-size:.875rem;color:var(--home-muted)}.home-project-card__meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.home-project-card__btn{display:none;flex-shrink:0}@media (min-width:768px){.home-project-card__btn{display:inline-flex}}.home-project-card__btn-mobile{grid-column:1/-1;display:flex}@media (min-width:768px){.home-project-card__btn-mobile{display:none}}.home-why--mockup{background:var(--home-surface)}.home-why--mockup .home-wrap{display:grid;gap:3rem}@media (min-width:1024px){.home-why--mockup .home-wrap{grid-template-columns:1fr 1fr;gap:4rem;align-items:start}}.home-why-copy{display:flex;flex-direction:column;gap:1.25rem}.home-why-copy .home-section-lead{max-width:none}.home-why-fee-badge{display:inline-flex;align-items:center;gap:.875rem;width:fit-content;margin-top:.5rem;padding:1rem 1.25rem;border:1px solid rgba(234,35,43,.15);border-radius:var(--home-radius);background:#fff;box-shadow:0 8px 28px rgba(11,18,32,.05)}.home-why-fee-badge__shield{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:var(--home-red-light);color:var(--home-red);font-size:1.375rem;line-height:1}.home-why-fee-badge__text strong{display:block;font-size:1.5rem;font-weight:600;line-height:1.2;color:var(--home-text)}.home-why-fee-badge__text span{display:block;margin-top:.125rem;font-size:.875rem;color:var(--home-muted)}.home-why-features{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:768px){.home-why-features{grid-template-columns:1fr 1fr;gap:1.25rem}}.home-why-feature{display:flex;flex-direction:column;gap:.625rem;padding:1.25rem;border:1px solid var(--home-border);border-radius:var(--home-radius);background:#fff}.home-why-feature__icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:var(--home-radius-sm);background:var(--home-surface);color:var(--home-red);font-size:1.125rem}.home-why-feature__title{margin:0;font-size:.9375rem;font-weight:600;line-height:1.35;color:var(--home-text)}.home-why-feature__desc{margin:0;font-size:.875rem;line-height:1.55;color:var(--home-muted)}.home-final-cta--mockup{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--home-navy) 0,#162033 55%,#1a2740 100%);color:#fff}.home-final-cta--mockup .home-wrap{position:relative;z-index:1;display:grid;gap:2.5rem;padding-block:var(--home-section-y)}@media (min-width:1024px){.home-final-cta--mockup .home-wrap{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding-block:var(--home-section-y-lg)}}.home-final-cta__copy{display:flex;flex-direction:column;gap:1rem}.home-final-cta__title{margin:0;font-size:var(--home-type-h2);line-height:1.12;font-weight:600;letter-spacing:-.02em;color:#fff}.home-final-cta__lead{margin:0;max-width:28rem;font-size:var(--home-type-body);line-height:1.65;color:rgba(255,255,255,.72)}.home-final-cta__actions{display:flex;flex-direction:column;gap:.75rem;max-width:20rem}.home-final-cta__map{position:relative;display:flex;align-items:center;justify-content:center;min-height:220px;opacity:.35}@media (min-width:1024px){.home-final-cta__map{min-height:320px;opacity:.5}}.home-final-cta__map svg{width:100%;max-width:420px;height:auto;fill:rgba(255,255,255,.12);stroke:rgba(255,255,255,.25);stroke-width:1}.home-final-cta--mockup .home-btn-primary{box-shadow:0 12px 32px rgba(234,35,43,.35)}.home-final-cta--mockup .home-btn-outline-light:hover{background:rgba(255,255,255,.08)}.home-footer{background:var(--home-navy);color:rgba(255,255,255,.75);padding-top:var(--home-section-y);padding-bottom:0;border-top:1px solid rgba(255,255,255,.06)}@media (min-width:1024px){.home-footer{padding-top:var(--home-section-y-lg)}}.home-footer__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width:640px){.home-footer__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.home-footer__grid{grid-template-columns:1.6fr 1fr 1.3fr 1fr 1.2fr;gap:3rem}}.home-footer__brand{display:flex;flex-direction:column;gap:1rem}.home-footer__logo-link{display:inline-block;margin-bottom:.25rem}.home-footer__brand-desc{margin:0;font-size:.8125rem;line-height:1.7;color:rgba(255,255,255,.52);max-width:28ch}.home-footer__platform-line{margin:0;font-size:.75rem;line-height:1.6;color:rgba(255,255,255,.38)}.home-footer__platform-line strong{color:rgba(255,255,255,.6);font-weight:600}.home-footer__col-title{margin:0 0 1rem;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.38)}.home-footer__col-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.6rem}.home-footer__col-list a{color:rgba(255,255,255,.7);font-size:.84375rem;text-decoration:none;transition:color .15s}.home-footer__col-list a:hover{color:#fff}.home-footer__contact-line{display:inline-flex;align-items:center;gap:6px;color:rgba(255,255,255,.7);font-size:.84375rem;text-decoration:none;transition:color .15s}.home-footer__contact-line:hover{color:#fff}.home-footer__address{display:flex;align-items:flex-start;gap:6px;color:rgba(255,255,255,.52);font-size:.8125rem;line-height:1.5}.home-footer__address svg{flex-shrink:0;margin-top:2px;opacity:.6}.home-footer__hours{margin-top:1.5rem}.home-footer__hours-title{margin:0 0 .6rem;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.38)}.home-footer__hours-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.3rem}.home-footer__hours-list li{display:flex;justify-content:space-between;gap:.75rem;font-size:.75rem;color:rgba(255,255,255,.55)}.home-footer__hours-closed{color:rgba(255,255,255,.3)!important}.home-footer__bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-top:3rem;padding:1.25rem 0;border-top:1px solid rgba(255,255,255,.08)}.home-footer__copy{margin:0;font-size:.8125rem;color:rgba(255,255,255,.38)}.home-footer__legal{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem}.home-footer__legal a{color:rgba(255,255,255,.5);font-size:.8125rem;text-decoration:none;transition:color .15s}.home-footer__legal a:hover{color:#fff}.home-footer__socials{display:flex;align-items:center;gap:1rem}.home-footer__socials a{color:rgba(255,255,255,.45);transition:color .15s;display:grid;place-items:center}.home-footer__socials a:hover{color:#fff}@media (max-width:639px){.home-footer__bottom{flex-direction:column;align-items:flex-start;gap:1rem}.home-footer__grid>*{grid-column:span 1}}.home-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 22px;border-radius:var(--home-btn-radius);font-size:.9375rem;font-weight:600;text-decoration:none;border:1.5px solid transparent;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease,color .15s ease}.home-btn:active{transform:scale(.98)}.home-btn-sm{min-height:40px;padding:10px 18px;font-size:.875rem}.home-btn-lg{min-height:52px;padding:14px 28px;font-size:1rem}.home-btn-block{width:100%}.home-btn-primary{background:var(--home-red);color:#fff;box-shadow:0 8px 22px rgba(234,35,43,.22)}.home-btn-primary:hover{background:var(--home-red-hover)}.home-btn-outline-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.65)}.home-btn-outline-light:hover{background:rgba(255,255,255,.08)}.home-image-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding:.75rem;text-align:center;background:linear-gradient(145deg,#e8edf5,#d5dce8);border:1px dashed rgba(107,114,128,.35)}.home-image-placeholder__label{font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--home-muted);line-height:1.35}.home-image-placeholder__hint{font-size:.625rem;font-weight:500;color:#94a3b8}.home-page .home-btn-ghost{background:#fff;color:var(--home-muted);border:1px solid var(--home-border);box-shadow:none;font-weight:600}.home-page .home-btn-ghost:hover{border-color:#cbd5e1;color:var(--home-text);background:var(--home-surface)}.home-page .home-btn-ghost-light{background:transparent;color:rgba(255,255,255,.6);border:1px solid rgba(255,255,255,.18);box-shadow:none;font-weight:600}.home-page .home-btn-ghost-light:hover{color:rgba(255,255,255,.9);border-color:rgba(255,255,255,.32);background:rgba(255,255,255,.06)}.home-page .home-btn-primary{font-weight:600}@media (max-width:767px){.home-page{--home-section-y:3rem;--home-type-hero:clamp(1.875rem,8vw,2.25rem)}.home-wrap{padding-inline:16px}.home-hero-accent{white-space:normal}.home-hero-badge{max-width:100%;font-size:.75rem}.home-hero-actions{flex-direction:column;width:100%}.home-hero-actions .home-btn{width:100%}.home-creators-scroll{margin-inline:-16px;padding-inline:16px}.home-creator-card--mockup{flex-basis:min(85vw,280px)}.home-project-card--mockup{grid-template-columns:auto 1fr;gap:.875rem;padding:1rem}.home-project-card__title{font-size:.9375rem}.home-final-cta__actions{max-width:none;width:100%}.home-final-cta__map{min-height:160px}.home-service-card--mockup{padding:1.25rem}.home-service-card__media{min-height:180px}.home-why-fee-badge{width:100%;max-width:100%}.home-workflow-step__desc{max-width:none}}@media (max-width:380px){.home-nav-bar--mockup{min-height:64px;gap:.5rem}.home-nav-cta .home-btn-primary.home-btn-sm{padding-inline:14px;font-size:.8125rem}.home-project-card__thumb{width:3.75rem;height:3.75rem}}.home-hero-badge__dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--home-red);flex-shrink:0}.home-hero-accent{color:var(--home-red)!important}.home-hero-accent:after{display:none!important}.home-hero-title-after{color:var(--home-text)}.home-hero-pills{display:flex;flex-wrap:wrap;gap:.5rem}.home-hero-pill{gap:.375rem;padding:.3125rem .75rem;border:1px solid var(--home-border);border-radius:999px;background:#fff;font-size:.8125rem;font-weight:500;color:var(--home-text);white-space:nowrap}.home-hero-btn,.home-hero-pill{display:inline-flex;align-items:center}.home-hero-btn{gap:.5rem}.home-hero-proof{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.home-hero-proof__avatars{display:flex}.home-hero-proof__av{width:2rem;height:2rem;border-radius:50%;overflow:hidden;border:2px solid #fff;margin-left:-.5rem;background:var(--home-surface-2);flex-shrink:0}.home-hero-proof__av:first-child{margin-left:0}.home-hero-proof__av--empty{background:var(--home-surface-2)}.home-hero-proof__av img,.home-hero-proof__av>div{width:100%;height:100%;object-fit:cover}.home-hero-proof__rating{display:flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:var(--home-text)}.home-hero-proof__stars{color:#f59e0b;letter-spacing:-.05em;font-size:.75rem}.home-hero-net{position:relative;width:100%;min-height:420px;display:none}@media (min-width:1024px){.home-hero-net{display:block}}.home-hero-net__bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(224,58,47,.1) 0,rgba(224,58,47,.04) 55%,transparent 80%);pointer-events:none;z-index:0}.home-hero-net__wires{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:visible}.home-hero-net__center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:50%;background:#fff;border:2px solid rgba(234,35,43,.15);box-shadow:0 8px 32px rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;color:var(--home-red);z-index:2}.home-hero-net__deco{position:absolute;pointer-events:none;opacity:.5;z-index:1}.home-hero-net__deco--1{top:47%;left:47%;font-size:.875rem}.home-hero-net__deco--2{top:27%;left:34%;font-size:.5625rem;color:var(--home-red)}.home-hero-net__deco--3{top:65%;left:57%;font-size:.4375rem;color:var(--home-red)}.home-hero-net__card{position:absolute;display:flex;align-items:center;gap:.625rem;padding:.625rem .875rem;background:#fff;border:1px solid #f1f5f9;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.07);min-width:165px;z-index:3;transition:box-shadow .2s ease,transform .2s ease}.home-hero-net__card:hover{box-shadow:0 8px 28px rgba(0,0,0,.1);transform:translateY(-2px)}.home-hero-net__card--1{top:2%;left:0}.home-hero-net__card--2{top:4%;right:0}.home-hero-net__card--3{top:40%;left:0}.home-hero-net__card--4{top:34%;right:0}.home-hero-net__card--5{bottom:6%;left:10%}.home-hero-net__card--6{bottom:0;right:0}.home-hero-net__card-av{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;flex-shrink:0}.home-hero-net__card-info{min-width:0}.home-hero-net__card-name{margin:0;font-size:.8125rem;font-weight:700;color:var(--home-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-hero-net__card-city{margin:0;font-size:.6875rem;color:var(--home-muted);white-space:nowrap}.home-hero-net__card-role{margin:0;font-size:.6875rem;font-weight:600;white-space:nowrap}.home-hiw{padding-block:var(--home-section-y);background:#fff;border-top:1px solid #f8fafc}@media (min-width:1024px){.home-hiw{padding-block:var(--home-section-y-lg)}}.home-hiw__track{display:grid;grid-template-columns:repeat(5,1fr);gap:0}.home-hiw__step{display:flex;flex-direction:column;padding-inline:12px}.home-hiw__step-top{display:flex;align-items:center;margin-bottom:14px}.home-hiw__step-icon{width:48px;height:48px;border-radius:12px;background:var(--home-red-light);color:var(--home-red);display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1}.home-hiw__connector{flex:1;height:2px;margin:0 4px;background:repeating-linear-gradient(90deg,#fca5a5,#fca5a5 5px,transparent 0,transparent 10px)}.home-hiw__step-num{font-size:.6875rem;font-weight:700;color:var(--home-red);letter-spacing:.06em;margin-bottom:4px}.home-hiw__step-title{font-size:1rem;font-weight:600;color:var(--home-text);margin:0 0 5px;line-height:1.25}.home-hiw__step-desc{font-size:.8125rem;color:var(--home-muted);line-height:1.55;margin:0 0 14px}.home-hiw__ui{flex:1;background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:5px;font-size:.6875rem;min-height:140px}.home-hiw__ui-label{font-weight:600;color:#334155;margin:0 0 4px;font-size:.625rem}.home-hiw__ui-field{background:#fff;border:1px solid #e2e8f0;border-radius:5px;padding:5px 7px;color:#334155}.home-hiw__ui-row{display:flex;gap:4px}.home-hiw__ui-select{flex:1;background:#fff;border:1px solid #e2e8f0;border-radius:5px;padding:4px 6px;color:#334155}.home-hiw__ui-btn{background:var(--home-red);color:#fff;text-align:center;padding:5px 8px;border-radius:5px;font-weight:600;margin-top:auto;font-size:.625rem}.home-hiw__ui-apps-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px;font-weight:600;color:#334155;font-size:.625rem}.home-hiw__ui-badge{background:#fef2f2;color:var(--home-red);padding:1px 5px;border-radius:999px;font-size:.5625rem;font-weight:600}.home-hiw__ui-app-row{display:flex;align-items:center;gap:5px;padding:3px 0;border-bottom:1px solid #f1f5f9}.home-hiw__ui-av{width:20px;height:20px;border-radius:50%;background:#fee2e2;color:var(--home-red);display:flex;align-items:center;justify-content:center;font-size:.5rem;font-weight:700;flex-shrink:0}.home-hiw__ui-app-name{flex:1;color:#334155;font-weight:500}.home-hiw__ui-app-rate{color:#64748b}.home-hiw__ui-status{background:#dcfce7;color:#16a34a;padding:2px 7px;border-radius:999px;font-size:.5625rem;font-weight:600;width:fit-content;margin-bottom:6px}.home-hiw__ui-creator-row{display:flex;gap:6px;align-items:center;margin-bottom:8px}.home-hiw__ui-creator-name{font-weight:600;color:#334155;margin:0;font-size:.625rem}.home-hiw__ui-creator-sub{color:#94a3b8;margin:0;font-size:.5625rem}.home-hiw__ui-prog-label{display:flex;justify-content:space-between;color:#64748b;margin-bottom:3px;font-size:.5625rem}.home-hiw__ui-prog-bar{height:3px;background:#f1f5f9;border-radius:2px}.home-hiw__ui-prog-fill{height:100%;background:var(--home-red);border-radius:2px}.home-hiw__ui-delivered{display:flex;align-items:center;gap:4px;font-weight:600;color:#334155;margin-bottom:6px;font-size:.625rem}.home-hiw__ui-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;display:inline-block;flex-shrink:0}.home-hiw__ui-video-thumb{background:#1e293b;border-radius:6px;height:56px;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.home-hiw__ui-filename{color:#94a3b8;font-size:.5625rem}.home-hiw__ui-review-btn{background:transparent;border:1px solid var(--home-red);color:var(--home-red);text-align:center;padding:4px 6px;border-radius:5px;font-weight:600;margin-top:auto;font-size:.5625rem}.home-hiw__ui-complete-icon{width:36px;height:36px;border-radius:50%;background:#16a34a;display:flex;align-items:center;justify-content:center;margin:0 auto 6px}.home-hiw__ui-complete-title{font-weight:700;color:var(--home-text);text-align:center;margin:0 0 8px;font-size:.6875rem}.home-hiw__ui-summary{display:flex;flex-direction:column;gap:3px}.home-hiw__ui-sum-row{display:flex;justify-content:space-between;color:#64748b;font-size:.5625rem}.home-hiw__ui-sum-row--total{border-top:1px solid #e2e8f0;padding-top:3px;color:#334155;font-weight:600}.home-hiw__ui-sum-green{color:#16a34a}.home-hiw__trust{display:flex;align-items:center;gap:10px;margin-top:2.5rem;padding:1rem 1.5rem;background:var(--home-red-light);border-radius:12px;font-size:.875rem;color:#334155;flex-wrap:wrap}.home-hiw__trust svg{flex-shrink:0;color:var(--home-red)}.home-hiw__trust-link{margin-left:auto;color:var(--home-red);font-weight:600;text-decoration:none;font-size:.875rem;white-space:nowrap}.home-hiw__trust-link:hover{text-decoration:underline}@media (max-width:1023px){.home-hiw__track{grid-template-columns:1fr 1fr;gap:1.5rem}.home-hiw__connector{display:none}}@media (max-width:600px){.home-hiw__track{grid-template-columns:1fr;gap:1.5rem}}.home-svc{padding-block:var(--home-section-y);background:var(--home-surface)}@media (min-width:1024px){.home-svc{padding-block:var(--home-section-y-lg)}}.home-svc-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:240px;gap:14px}.home-svc-tile{position:relative;border-radius:14px;overflow:hidden;background:var(--home-surface-2)}.home-svc-tile__link{display:block;width:100%;height:100%;text-decoration:none;position:relative}.home-svc-tile__media{position:absolute;inset:0}.home-svc-tile__media img,.home-svc-tile__media>div:first-child{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.home-svc-tile__link:hover .home-svc-tile__media img,.home-svc-tile__link:hover .home-svc-tile__media>div:first-child{transform:scale(1.04)}.home-svc-tile__gradient{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.78) 0,rgba(0,0,0,.32) 45%,rgba(0,0,0,.06));pointer-events:none}.home-svc-tile__overlay{position:absolute;bottom:0;left:0;right:0;padding:1rem 1.125rem}.home-svc-tile__icon{display:block;font-size:1.25rem;margin-bottom:.25rem;line-height:1}.home-svc-tile__name{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#fff;line-height:1.25}.home-svc-tile__desc{margin:0;font-size:.8125rem;color:rgba(255,255,255,.82);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-svc-join{border-radius:14px;background:#fff;border:1.5px dashed #e2e8f0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1.5rem 1.25rem;gap:.75rem;transition:border-color .2s ease,box-shadow .2s ease}.home-svc-join:hover{border-color:#fca5a5;box-shadow:0 4px 20px rgba(224,58,47,.07)}.home-svc-join__icon{width:60px;height:60px;border-radius:50%;background:var(--home-red-light);color:var(--home-red);display:flex;align-items:center;justify-content:center;transition:transform .25s ease,box-shadow .25s ease}.home-svc-join:hover .home-svc-join__icon{transform:scale(1.1);box-shadow:0 0 0 10px rgba(224,58,47,.07)}.home-svc-join__title{margin:0;font-size:1rem;font-weight:700;color:var(--home-text)}.home-svc-join__desc{margin:0;font-size:.8125rem;color:var(--home-muted);line-height:1.5;max-width:20ch}.home-svc-join .home-btn{display:inline-flex;align-items:center;gap:.375rem}@media (max-width:900px){.home-svc-grid{grid-template-columns:1fr 1fr;grid-auto-rows:220px}}@media (max-width:600px){.home-svc-grid{grid-template-columns:1fr;grid-auto-rows:200px}.home-svc-join{height:200px}}.home-fc{background:#fff}.home-fc__view-all{display:inline-flex;align-items:center;gap:.375rem;font-size:.9375rem;font-weight:600;color:var(--home-red);text-decoration:none;white-space:nowrap;flex-shrink:0;padding-top:.25rem}.home-fc__view-all:hover{text-decoration:underline}.home-fc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.home-fc-card{background:#fff;border:1px solid #f1f5f9;border-radius:14px;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.home-fc-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.09);transform:translateY(-3px)}.home-fc-card__media{position:relative;aspect-ratio:4/3;background:var(--home-surface-2);overflow:hidden}.home-fc-card__media img,.home-fc-card__media>div{width:100%;height:100%;object-fit:cover}.home-fc-card__type-badge{left:12px;backdrop-filter:blur(6px);color:#334155;font-size:.6875rem;font-weight:600;padding:4px 10px;border-radius:999px}.home-fc-card__fav,.home-fc-card__type-badge{position:absolute;top:12px;background:rgba(255,255,255,.92)}.home-fc-card__fav{right:12px;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:color .15s;cursor:pointer}.home-fc-card__fav:hover{color:var(--home-red)}.home-fc-card__status{position:absolute;bottom:10px;left:10px;width:8px;height:8px;border-radius:50%;background:#22c55e;border:2px solid #fff}.home-fc-card__body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:10px}.home-fc-card__identity{display:flex;align-items:center;gap:8px}.home-fc-card__av-sm{width:34px;height:34px;border-radius:50%;overflow:hidden;border:2px solid #fee2e2;flex-shrink:0;background:var(--home-surface-2)}.home-fc-card__av-sm img,.home-fc-card__av-sm>div{width:100%;height:100%;object-fit:cover}.home-fc-card__name-block{flex:1;min-width:0}.home-fc-card__name{display:flex;align-items:center;font-size:.875rem;font-weight:600;color:var(--home-text);line-height:1.3}.home-fc-card__verified{margin-left:3px;vertical-align:-1px;color:var(--home-red);flex-shrink:0}.home-fc-card__location{display:flex;align-items:center;gap:3px;font-size:.75rem;color:#94a3b8;margin-top:2px}.home-fc-card__cta{margin-left:auto;flex-shrink:0;white-space:nowrap}.home-fc-card__tags{display:flex;flex-wrap:wrap;gap:.375rem}.home-fc-card__stats{display:flex;flex-wrap:wrap;gap:12px;padding-top:10px;border-top:1px solid #f8fafc}.home-fc-card__stat{display:flex;align-items:center;gap:4px;font-size:.8125rem;font-weight:600;color:var(--home-text)}.home-fc-card__stat-sub{font-size:.6875rem;font-weight:400;color:#94a3b8}.home-fc__trust{margin-top:2rem;display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:var(--home-surface);border-radius:12px;flex-wrap:wrap}.home-fc__trust svg{flex-shrink:0;color:var(--home-red)}.home-fc__trust-title{margin:0;font-size:.9375rem;font-weight:700;color:var(--home-text)}.home-fc__trust-sub{margin:0;font-size:.8125rem;color:var(--home-muted)}.home-fc__trust-link{display:inline-flex;align-items:center;gap:.375rem;margin-left:auto;color:var(--home-red);font-weight:600;font-size:.875rem;text-decoration:none;white-space:nowrap}.home-fc__trust-link:hover{text-decoration:underline}@media (max-width:900px){.home-fc-grid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.home-fc-grid{grid-template-columns:1fr}.home-fc__view-all{display:none}}.home-opp{background:var(--home-surface)}.home-opp__view-all{display:inline-flex;align-items:center;gap:.375rem;font-size:.9375rem;font-weight:600;color:var(--home-red);text-decoration:none;white-space:nowrap;flex-shrink:0}.home-opp__view-all:hover{text-decoration:underline}.home-opp-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.home-opp-card{display:flex;align-items:stretch;border:1px solid #f1f5f9;border-radius:12px;overflow:hidden;background:#fff;text-decoration:none;color:inherit;transition:box-shadow .18s ease,border-color .18s ease}.home-opp-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.07);border-color:#fecaca}.home-opp-card__image{width:110px;flex-shrink:0;background:var(--home-surface-2);position:relative;overflow:hidden}.home-opp-card__image img,.home-opp-card__image>div{width:100%;height:100%;object-fit:cover}.home-opp-card__type-tag{position:absolute;top:8px;left:8px;background:#fef2f2;color:var(--home-red);font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 6px;border-radius:4px;white-space:nowrap}.home-opp-card__content{flex:1;padding:12px 12px 12px 14px;display:flex;flex-direction:column;gap:6px;min-width:0}.home-opp-card__title{margin:0;font-size:1rem;font-weight:600;color:var(--home-text);line-height:1.25}.home-opp-card__verified{color:var(--home-red);flex-shrink:0}.home-opp-card__brand{display:flex;align-items:center;gap:4px;margin:0;font-size:.8125rem;font-weight:500;color:var(--home-muted)}.home-opp-card__meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.home-opp-card__meta-item{display:flex;align-items:center;gap:4px;font-size:.8125rem;color:var(--home-muted);font-weight:500}.home-opp-card__arrow{display:flex;align-items:center;justify-content:center;width:40px;background:var(--home-red);color:#fff;flex-shrink:0;transition:background .15s ease}.home-opp-card:hover .home-opp-card__arrow{background:var(--home-red-hover)}@media (max-width:700px){.home-opp-grid{grid-template-columns:1fr}}.home-brands{background:#fff}.home-brands-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.home-brands-tile{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.25rem;background:var(--home-surface);border-radius:14px;gap:.875rem;transition:box-shadow .2s ease,transform .2s ease}.home-brands-tile:hover{box-shadow:0 6px 24px rgba(0,0,0,.07);transform:translateY(-2px)}.home-brands-tile__icon{width:60px;height:60px;border-radius:14px;background:var(--home-red-light);color:var(--home-red);display:flex;align-items:center;justify-content:center}.home-brands-tile__title{margin:0;font-size:1rem;font-weight:600;color:var(--home-text);line-height:1.25}.home-brands-tile__desc{margin:0;font-size:.875rem;color:var(--home-muted);line-height:1.55}@media (max-width:900px){.home-brands-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.home-brands-grid{grid-template-columns:1fr}}.home-final{padding-block:var(--home-section-y-lg);margin-bottom:var(--home-section-y);background:var(--home-surface);border-top:1px solid var(--home-border)}@media (min-width:1024px){.home-final{padding-block:6rem;margin-bottom:4rem}}.home-final__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:0;max-width:40rem;margin-inline:auto}.home-final__title{max-width:28ch}.home-final__lead{margin-top:1rem}.home-final__actions{margin-top:1.75rem}