:root{--green-50:#f0fdf6;--green-100:#dcfce9;--green-200:#bbf7d4;--green-500:#22a06b;--green-600:#178a58;--green-700:#157a4e;--green-800:#145c3c;--green-900:#134e35;--text:#4b5563;--text-heading:#111827;--text-muted:#6b7280;--bg:#fff;--bg-subtle:#f9fafb;--bg-muted:#f3f4f6;--border:#e5e7eb;--border-light:#f0f0f0;--shadow-sm:0 1px 2px #1118270d;--shadow-md:0 4px 16px #11182714;--shadow-lg:0 12px 40px #1118271a;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--font-sans:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--container:1120px;--section-y:4rem}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-size:1rem;line-height:1.6}#root{min-height:100svh}img{max-width:100%;display:block}a{color:inherit}button{font-family:inherit}@media (width>=768px){:root{--section-y:5.5rem}}@media (width>=1024px){:root{--section-y:6.5rem}}.cc-banner{z-index:999999;background:#fff;border:1px solid #ffe6e2;border-radius:24px;justify-content:space-between;align-items:center;gap:24px;width:min(920px,100vw - 32px);padding:24px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 24px 70px #0d1b2a2e}.cc-banner__text h2{color:#0d1b2a;margin:0 0 8px;font-size:1.2rem;font-weight:900}.cc-banner__text p{color:#475569;margin:0;line-height:1.55}.cc-banner__text a{color:#d93d30;margin-top:10px;font-weight:900;text-decoration:none;display:inline-block}.cc-banner__actions{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;gap:10px;display:flex}.cc-modal{z-index:1000000;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.cc-modal__backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer;background:#0d1b2a8f;border:0;position:absolute;inset:0}.cc-modal__panel{z-index:1;background:#fff;border-radius:28px;width:min(760px,100%);max-height:calc(100vh - 40px);padding:32px;position:relative;overflow:auto;box-shadow:0 32px 90px #0d1b2a47}.cc-modal__header{justify-content:space-between;gap:20px;display:flex}.cc-modal__header p{color:#f25544;margin:0 0 6px;font-weight:900}.cc-modal__header h2{color:#0d1b2a;margin:0;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:900}.cc-modal__close{color:#0d1b2a;cursor:pointer;background:#fff1ee;border:0;border-radius:999px;width:42px;height:42px;font-size:1.8rem}.cc-modal__intro{color:#475569;margin:22px 0;line-height:1.7}.cc-options{gap:14px;display:grid}.cc-option{background:#fffaf8;border:1px solid #ffe6e2;border-radius:20px;justify-content:space-between;align-items:center;gap:22px;padding:18px;display:flex}.cc-option h3{color:#0d1b2a;margin:0 0 6px;font-size:1rem;font-weight:900}.cc-option p{color:#64748b;margin:0;line-height:1.45}.cc-option span{color:#16803c;white-space:nowrap;background:#ecfdf3;border-radius:999px;padding:8px 12px;font-weight:900}.cc-option input{accent-color:#f25544;flex-shrink:0;width:22px;height:22px}.cc-modal__actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;margin-top:24px;display:flex}@media (width<=760px){.cc-banner{flex-direction:column;align-items:stretch}.cc-banner__actions,.cc-modal__actions{flex-direction:column}.cc-banner__actions .btn,.cc-modal__actions .btn{width:100%}.cc-option{flex-direction:column;align-items:flex-start}}.cc-option{transition:transform .18s,box-shadow .18s,border-color .18s,background-color .18s}.cc-option:hover{background:#fffdfc;border-color:#ffc9c0;transform:translateY(-2px);box-shadow:0 10px 28px #f2554414}.cc-option span{color:#167c3b;background:#eef7f1;border-radius:999px;justify-content:center;align-items:center;padding:10px 16px;font-size:.9rem;font-weight:800;display:inline-flex}.cc-modal__actions .btn--primary{min-width:170px;font-weight:800;box-shadow:0 10px 24px #f2554447}.cc-modal__actions .btn--primary:hover{transform:translateY(-1px)}.cc-modal__close{transition:all .2s}.cc-modal__close:hover{background:#ffe9e5;transform:rotate(90deg)}.landing{overflow-x:hidden}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:1.25rem}.section{padding-block:var(--section-y)}.section__header{text-align:center;margin-inline:auto;max-width:36rem;margin-bottom:2.5rem}.section__header--light .section__title,.section__header--light .section__subtitle{color:#fff}.section__title{letter-spacing:-.02em;color:var(--text-heading);margin:0 0 .75rem;font-size:1.75rem;font-weight:700;line-height:1.2}.section__subtitle{color:var(--text-muted);margin:0;font-size:1rem;line-height:1.6}.btn{border-radius:var(--radius-md);cursor:pointer;border:2px solid #0000;justify-content:center;align-items:center;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s,border-color .2s,box-shadow .2s,transform .15s;display:inline-flex}.btn:active{transform:scale(.98)}.btn--primary{background:var(--green-600);color:#fff;box-shadow:var(--shadow-sm)}.btn--primary:hover{background:var(--green-700);box-shadow:var(--shadow-md)}.btn--secondary{color:var(--green-700);border-color:var(--green-200);background:#fff}.btn--secondary:hover{background:var(--green-50);border-color:var(--green-500)}.header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);background:#ffffffeb;position:sticky;top:0}.header__inner{justify-content:space-between;align-items:center;height:4rem;display:flex}.logo{color:var(--text-heading);align-items:center;gap:.5rem;text-decoration:none;display:inline-flex}.logo__mark{background:var(--green-600);color:#fff;border-radius:var(--radius-sm);justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1rem;font-weight:700;display:inline-flex}.logo__text{letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.header__nav{gap:1.75rem;display:none}.header__nav a{color:var(--text-muted);font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s}.header__nav a:hover,.header__nav a.active{color:var(--green-700)}.hero{background:radial-gradient(ellipse 80% 60% at 50% -10%, var(--green-100) 0%, transparent 70%), var(--bg);padding-block:2.5rem 3.5rem}.hero__inner{flex-direction:column;gap:2.5rem;display:flex}.hero__content{text-align:center}.hero__badge{color:var(--green-700);background:var(--green-100);letter-spacing:.01em;border-radius:999px;margin:0 0 1rem;padding:.375rem .875rem;font-size:.8125rem;font-weight:600;display:inline-block}.hero__title{letter-spacing:-.03em;color:var(--text-heading);margin:0 0 1rem;font-size:2rem;font-weight:800;line-height:1.15}.hero__subtitle{color:var(--text-muted);max-width:32rem;margin:0 auto 1.75rem;font-size:1.0625rem;line-height:1.65}.hero__actions{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.hero__actions .btn{width:100%}.hero__stats{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;grid-template-columns:repeat(3,1fr);gap:.5rem;margin:0;padding:1.25rem;list-style:none;display:grid}.hero__stats li{flex-direction:column;align-items:center;gap:.125rem;display:flex}.hero__stats strong{color:var(--green-700);font-size:.9375rem;font-weight:700}.hero__stats span{color:var(--text-muted);text-align:center;font-size:.75rem;line-height:1.3}.hero__visual{justify-content:center;padding:1rem 0 2rem;display:flex;position:relative}.hero__card{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:#fff}.hero__card--main{text-align:center;width:min(100%,18rem);padding:1.75rem}.hero__card-icon{background:var(--green-50);width:3.5rem;height:3.5rem;color:var(--green-600);border-radius:var(--radius-md);justify-content:center;align-items:center;margin-bottom:1rem;display:inline-flex}.hero__card-icon svg{width:1.75rem;height:1.75rem}.hero__card-label{color:var(--text-muted);margin:0 0 .25rem;font-size:.875rem}.hero__card-value{color:var(--text-heading);margin:0;font-size:1.125rem;font-weight:700}.hero__card--float{color:var(--green-800);background:var(--green-50);border-color:var(--green-200);align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.8125rem;font-weight:600;display:flex;position:absolute;bottom:0;right:0}.hero__card--float svg{width:1.25rem;height:1.25rem;color:var(--green-600);flex-shrink:0}.categories{background:var(--bg-subtle)}.categories__grid{gap:1rem;margin:0;padding:0;list-style:none;display:grid}.category-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;padding:1.5rem;transition:box-shadow .2s,border-color .2s,transform .2s}.category-card:hover{border-color:var(--green-200);box-shadow:var(--shadow-md);transform:translateY(-2px)}.category-card__icon{background:var(--green-50);width:2.75rem;height:2.75rem;color:var(--green-600);border-radius:var(--radius-md);justify-content:center;align-items:center;margin-bottom:1rem;display:inline-flex}.category-card__icon svg{width:1.375rem;height:1.375rem}.category-card__title{color:var(--text-heading);margin:0 0 .5rem;font-size:1.0625rem;font-weight:700}.category-card__desc{color:var(--text-muted);margin:0;font-size:.9375rem;line-height:1.55}.how-it-works{background:#fff}.steps{counter-reset:none;gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}.step-card{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-lg);align-items:flex-start;gap:1.25rem;padding:1.5rem;display:flex}.step-card__number{color:var(--green-500);letter-spacing:-.03em;flex-shrink:0;font-size:1.5rem;font-weight:800;line-height:1}.step-card__title{color:var(--text-heading);margin:0 0 .375rem;font-size:1.0625rem;font-weight:700}.step-card__desc{color:var(--text-muted);margin:0;font-size:.9375rem;line-height:1.55}.trust{background:linear-gradient(160deg, var(--green-800) 0%, var(--green-900) 100%)}.trust__grid{gap:1rem;margin:0;padding:0;list-style:none;display:grid}.trust-card{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff14;border:1px solid #ffffff1f;padding:1.5rem;transition:background .2s}.trust-card:hover{background:#ffffff1f}.trust-card__icon{width:2.75rem;height:2.75rem;color:var(--green-200);border-radius:var(--radius-md);background:#ffffff1f;justify-content:center;align-items:center;margin-bottom:1rem;display:inline-flex}.trust-card__icon svg{width:1.375rem;height:1.375rem}.trust-card__title{color:#fff;margin:0 0 .5rem;font-size:1.0625rem;font-weight:700}.trust-card__desc{color:#ffffffbf;margin:0;font-size:.9375rem;line-height:1.55}.footer{background:var(--text-heading);color:#ffffffb3}.footer__inner{gap:2.5rem;padding-block:3rem;display:grid}.footer__brand{max-width:20rem}.logo--footer .logo__text{color:#fff}.footer__tagline{margin:.75rem 0 0;font-size:.9375rem;line-height:1.6}.footer__nav{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.footer__heading{text-transform:uppercase;letter-spacing:.06em;color:#ffffff73;margin:0 0 .875rem;font-size:.8125rem;font-weight:600}.footer__col ul{flex-direction:column;gap:.625rem;margin:0;padding:0;list-style:none;display:flex}.footer__col a{color:#ffffffbf;font-size:.9375rem;text-decoration:none;transition:color .2s}.footer__col a:hover{color:var(--green-200)}.footer__bottom{border-top:1px solid #ffffff1a}.footer__bottom-inner{padding-block:1.25rem}.footer__bottom-inner p{color:#ffffff73;text-align:center;margin:0;font-size:.8125rem}@media (width>=640px){.hero__actions{flex-direction:row;justify-content:center}.hero__actions .btn{width:auto;min-width:10rem}.categories__grid,.trust__grid{grid-template-columns:repeat(2,1fr)}.footer__nav{grid-template-columns:repeat(3,1fr)}}@media (width>=768px){.header__nav{display:flex}.section__title{font-size:2.125rem}.hero{padding-block:4rem 5rem}.hero__inner{flex-direction:row;align-items:center;gap:3rem}.hero__content{text-align:left;flex:1}.hero__subtitle{margin-inline:0}.hero__actions{justify-content:flex-start}.hero__stats{max-width:28rem}.hero__visual{flex:none;width:22rem;padding:2rem 0}.hero__title{font-size:2.75rem}.hero__card--float{right:-1rem}.steps{grid-template-columns:repeat(3,1fr);gap:1.5rem}.step-card{flex-direction:column;padding:1.75rem}.footer__inner{grid-template-columns:1fr 2fr;align-items:start}}@media (width>=1024px){.container{padding-inline:2rem}.hero__title{font-size:3.125rem}.categories__grid,.trust__grid{grid-template-columns:repeat(4,1fr)}}.dashboard{background:#fff;padding-block:2.5rem}.dashboard__grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.dashboard__card{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;padding:1.5rem}.dashboard__card--accepted{background:var(--green-50);border-color:var(--green-200)}.dashboard__label{color:var(--text-muted);margin:0 0 .5rem;font-size:.875rem;font-weight:500}.dashboard__value{letter-spacing:-.03em;color:var(--green-700);margin:0;font-size:2.25rem;font-weight:800;line-height:1}.dashboard__actions{flex-direction:column;align-items:center;gap:.75rem;display:flex}.page-main{min-height:calc(100svh - 4rem)}.page-section{background:radial-gradient(ellipse 80% 60% at 50% -10%, var(--green-100) 0%, transparent 70%), var(--bg)}.page-container{max-width:40rem}.page-header{text-align:center;margin-bottom:2rem}.page-title{letter-spacing:-.03em;color:var(--text-heading);margin:0 0 .75rem;font-size:1.875rem;font-weight:800;line-height:1.2}.page-subtitle{color:var(--text-muted);margin:0;font-size:1rem;line-height:1.6}.page-footer-actions{flex-direction:column;align-items:center;gap:.75rem;margin-top:2rem;display:flex}.request-form{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#fff;padding:1.5rem}.form-field{margin-bottom:1.25rem}.form-field label{color:var(--text-heading);margin-bottom:.375rem;font-size:.875rem;font-weight:600;display:block}.form-field input,.form-field select,.form-field textarea{width:100%;color:var(--text-heading);background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem .875rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--green-500);outline:none;box-shadow:0 0 0 3px #22a06b26}.form-field textarea{resize:vertical;min-height:6rem}.form-row{gap:1rem;display:grid}.form-actions{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.form-actions .btn{width:100%}.alert{border-radius:var(--radius-md);margin-bottom:1.25rem;padding:.875rem 1rem;font-size:.9375rem;font-weight:500}.alert--success{background:var(--green-50);color:var(--green-800);border:1px solid var(--green-200)}.alert--error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.requests-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.request-card{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;padding:1.5rem;transition:box-shadow .2s,border-color .2s}.request-card:hover{border-color:var(--green-200);box-shadow:var(--shadow-md)}.request-card__header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.request-card__category{color:var(--green-700);background:var(--green-50);border-radius:999px;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:inline-block}.badge{border-radius:999px;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:700;display:inline-flex}.badge--accepted{color:#fff;background:var(--green-600)}.request-card__title{color:var(--text-heading);margin:0 0 .5rem;font-size:1.125rem;font-weight:700}.request-card__desc{color:var(--text-muted);margin:0 0 1rem;font-size:.9375rem;line-height:1.55}.request-card__meta{grid-template-columns:repeat(3,1fr);gap:.75rem;margin:0 0 1.25rem;display:grid}.request-card__meta div{flex-direction:column;gap:.125rem;display:flex}.request-card__meta dt{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:500}.request-card__meta dd{color:var(--text-heading);margin:0;font-size:.9375rem;font-weight:600}.request-card__compenso{color:var(--green-700)!important}.request-card__btn{width:100%}.request-card__btn:disabled{opacity:.6;cursor:not-allowed}.empty-state{text-align:center;border:1px dashed var(--border);border-radius:var(--radius-lg);background:#fff;padding:2.5rem 1.5rem}.empty-state p{color:var(--text-muted);margin:0 0 1.25rem}@media (width>=640px){.dashboard__actions{flex-direction:row;justify-content:center}.form-row{grid-template-columns:repeat(2,1fr)}.form-actions{flex-direction:row}.form-actions .btn{flex:1;width:auto}.page-footer-actions{flex-direction:row;justify-content:center}.page-title{font-size:2.25rem}}.header__account{align-items:center;margin-left:auto;display:flex}.header__auth{align-items:center;gap:1rem;display:flex}.header__auth a:not(.btn){color:var(--text-muted);font-size:.9375rem;font-weight:500;text-decoration:none}.header__auth a:not(.btn):hover{color:var(--green-700)}.account-menu{position:relative}.account-menu__button{min-height:2.75rem;color:var(--text-heading);border:1px solid var(--border);border-radius:var(--radius-md);font:inherit;cursor:pointer;box-shadow:var(--shadow-sm);background:#fff;align-items:center;gap:.5rem;padding:.5rem .875rem;font-weight:600;display:inline-flex}.account-menu__button:hover{border-color:var(--green-200);background:var(--green-50)}.account-menu__avatar{font-size:1rem}.account-menu__name{text-overflow:ellipsis;white-space:nowrap;max-width:9rem;overflow:hidden}.account-menu__dropdown{z-index:200;border:1px solid var(--border);border-radius:var(--radius-md);min-width:14rem;box-shadow:var(--shadow-lg);background:#fff;padding:.5rem;position:absolute;top:calc(100% + .5rem);right:0}.account-menu__dropdown a,.account-menu__dropdown button,.account-menu__status{border-radius:var(--radius-sm);width:100%;color:var(--text-heading);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;padding:.75rem .875rem;font-family:inherit;font-size:.9375rem;font-weight:500;text-decoration:none;display:flex}.account-menu__dropdown a:hover,.account-menu__dropdown button:hover{background:var(--green-50);color:var(--green-700)}.account-menu__status{color:var(--green-700);cursor:default}.account-menu__divider{background:var(--border-light);height:1px;margin:.375rem 0}@media (width<=767px){.header__inner{gap:1rem;height:auto;min-height:4rem;padding-block:.75rem}.header__account{margin-left:0}.account-menu__name{max-width:6rem}.account-menu__dropdown{right:0}}.header__nav{margin-left:2.5rem}.account-menu__badge,.account-menu__inline-badge{background:var(--green-600);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:1.25rem;height:1.25rem;padding:0 .375rem;font-size:.75rem;font-weight:800;line-height:1;display:inline-flex}.account-menu__inline-badge{margin-left:auto}.logo--image{min-width:auto}.logo__image{object-fit:contain;width:auto;height:42px;display:block}@media (width<=767px){.logo__image{height:34px}}.logo.logo--image{align-items:center;width:auto;min-width:0;height:2.75rem;display:inline-flex;overflow:hidden}.logo.logo--image .logo__image{object-fit:contain;width:auto;max-width:7rem;height:2.25rem;display:block}@media (width<=767px){.logo.logo--image{height:2.5rem}.logo.logo--image .logo__image{max-width:6rem;height:2rem}}:root{--green-50:#fff4ec;--green-100:#ffe6e2;--green-200:#ffbdb5;--green-500:#f25544;--green-600:#f25544;--green-700:#d93d30;--green-800:#0d1b2a;--green-900:#07111d}.btn--primary{color:#fff;background:linear-gradient(135deg,#ff8a7d,#f25544);border-color:#f25544}.btn--secondary{color:#d93d30;background:#fff;border-color:#ffbdb5}.hero--elpy-final{background:radial-gradient(circle at 46% 38%,#f2554438,#0000 20rem),radial-gradient(circle at 78% 36%,#7c3aed33,#0000 24rem),linear-gradient(#fff4ec 0%,#fff8f4 100%);padding:5rem 0 0}.hero-final__top{grid-template-columns:.9fr 1.1fr;align-items:center;gap:3rem;display:grid}.hero-final__brand{color:#0d1b2a;margin:0 0 .3rem;font-size:1.8rem;font-weight:900}.hero-final__title{color:#0d1b2a;margin:0;font-size:clamp(4rem,8vw,7rem);font-weight:900;line-height:.94}.hero-final__title span{color:#f25544;display:block}.hero-final__subtitle{color:#0d1b2a;background:#ffffffdb;margin:1.2rem 0 1.55rem;padding:.25rem .65rem;font-size:clamp(1.35rem,3vw,2.35rem);font-weight:900;line-height:1.16;display:inline-block}.hero-final__actions{gap:.75rem;display:flex}.hero-final__visual{justify-content:center;display:flex}.hero-final__phone{object-fit:contain;width:min(100%,42rem);max-height:33rem}.hero-final__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;margin-top:3rem;display:grid}.hero-final-card{aspect-ratio:16/9;color:#0d1b2a;border-radius:2rem;min-height:20rem;text-decoration:none;display:block;position:relative;overflow:hidden}.hero-final-card__bg{object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.hero-final-card__content{z-index:2;text-align:left;width:34%;position:absolute;top:50%;left:56%;transform:translateY(-50%)}.hero-final-card--offer .hero-final-card__content{left:54%}.hero-final-card__icon{color:#f25544;background:#fff;border-radius:999px;place-items:center;width:4.25rem;height:4.25rem;margin-bottom:.9rem;font-size:2rem;font-weight:900;display:grid;box-shadow:0 16px 34px #0d1b2a1f}.hero-final-card--offer .hero-final-card__icon{color:#7c3aed}.hero-final-card h2{margin:0 0 .75rem;font-size:clamp(1.55rem,2vw,2rem);font-weight:900;line-height:1.04}.hero-final-card--help h2 span{color:#f25544}.hero-final-card--offer h2 span{color:#7c3aed}.hero-final-card p{color:#334155;margin:0 0 1rem;font-size:.95rem;font-weight:700;line-height:1.45}.hero-final-card__button{color:#fff;background:linear-gradient(135deg,#ff8a7d,#f25544);border-radius:999px;justify-content:center;align-items:center;padding:.85rem 1.25rem;font-weight:900;display:inline-flex}.hero-final-card--offer .hero-final-card__button{background:linear-gradient(135deg,#7c3aed,#8f5bff)}@media (width<=767px){.hero-final__top,.hero-final__cards{grid-template-columns:1fr}.hero-final-card{aspect-ratio:auto;min-height:25rem}.hero-final-card__content{text-align:center;width:min(82%,18rem);left:50%;transform:translate(-50%,-50%)}.hero-final-card__icon,.hero-final-card__button,.hero-final-card p{margin-left:auto;margin-right:auto}}.hero-final-card__content{z-index:2!important;text-align:center!important;width:16rem!important;max-width:16rem!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.hero-final-card--help .hero-final-card__content,.hero-final-card--offer .hero-final-card__content{left:50%!important}.hero-final-card__icon,.hero-final-card__button,.hero-final-card h2,.hero-final-card p{text-align:center!important;margin-left:auto!important;margin-right:auto!important}.hero-final-card h2{font-size:clamp(1.55rem,2vw,2rem)!important}.hero-final-card p{font-size:.95rem!important;line-height:1.45!important}.categories{background:linear-gradient(#f25544 0%,#f04438 100%)!important;padding-block:3.5rem!important}.categories .section__header{margin-bottom:1.5rem!important}.categories .section__title{color:#fff!important;font-size:clamp(2rem,3vw,3rem)!important;font-weight:900!important}.categories__grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:1.25rem!important;margin:0!important;padding:0!important;list-style:none!important;display:grid!important}.category-card{color:#0d1b2a!important;text-align:center!important;background:#fff8f4!important;border:0!important;border-radius:1.5rem!important;flex-direction:column!important;justify-content:space-between!important;align-items:center!important;min-height:18rem!important;padding:2rem 1.25rem 1.6rem!important;text-decoration:none!important;transition:transform .2s,box-shadow .2s!important;display:flex!important;box-shadow:0 18px 40px #0d1b2a1f!important}.category-card:hover{transform:translateY(-6px)!important;box-shadow:0 24px 55px #0d1b2a29!important}.category-card__icon{color:#f25544!important;background:#ffe6e2!important;border-radius:999px!important;place-items:center!important;width:5.25rem!important;height:5.25rem!important;margin:0!important;font-size:3rem!important;line-height:1!important;display:grid!important}.category-card__title{color:#0d1b2a!important;margin:1.25rem 0!important;font-size:clamp(1.25rem,1.45vw,1.65rem)!important;font-weight:900!important;line-height:1.15!important}.category-card__arrow{color:#f25544!important;background:#ffe6e2!important;border-radius:999px!important;place-items:center!important;width:3.25rem!important;height:3.25rem!important;font-size:2rem!important;font-weight:900!important;display:grid!important}@media (width<=1100px){.categories__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=767px){.categories__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1rem!important}.category-card{min-height:14rem!important;padding:1.4rem 1rem!important}.category-card__icon{width:4rem!important;height:4rem!important;font-size:2.25rem!important}.category-card__title{font-size:1.1rem!important}.category-card__arrow{width:2.75rem!important;height:2.75rem!important;font-size:1.6rem!important}}.help-needs{background:linear-gradient(#ff8b7f 0%,#ff7466 45%,#f25544 100%);padding:4rem 0}.help-needs__title{text-align:center;color:#fff;margin:0;font-size:clamp(2.8rem,4vw,4rem);font-weight:900}.help-needs__subtitle{text-align:center;color:#fffffff5;margin:.75rem 0 3rem;font-size:1.35rem;font-weight:700}.help-needs__grid{grid-template-columns:repeat(6,220px);justify-content:center;gap:1.5rem;display:grid}.help-needs__card{color:#0d1b2a;background:#fff8f4;border-radius:1.75rem;flex-direction:column;align-items:center;width:220px;min-height:19rem;padding:1.75rem 1rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 18px 42px #0d1b2a24}.help-needs__card:hover{transform:translateY(-6px);box-shadow:0 24px 55px #0d1b2a2e}.help-needs__image{object-fit:contain;width:88px;height:88px;margin-bottom:1rem}.help-needs__card h3{text-align:center;color:#0d1b2a;flex:1;justify-content:center;align-items:center;width:100%;margin:0;padding:0 .4rem;font-size:.98rem;font-weight:900;line-height:1.25;display:flex}.help-needs__arrow{color:#f25544;background:#ffe6e2;border-radius:999px;place-items:center;width:3.25rem;height:3.25rem;margin-top:1rem;font-size:2rem;font-weight:900;display:grid}@media (width<=1400px){.help-needs__grid{grid-template-columns:repeat(3,220px)}}@media (width<=767px){.help-needs__grid{grid-template-columns:repeat(2,1fr)}.help-needs__card{width:auto;min-height:16rem}.help-needs__subtitle{font-size:1.05rem}}.cerco-hero{background:radial-gradient(circle at 85% 25%,#ff8a7d59,#0000 24rem),radial-gradient(circle at 42% 48%,#f255441f,#0000 18rem),linear-gradient(#fff4ec 0%,#fff8f4 100%);min-height:calc(100svh - 4rem);padding:3.5rem 0 4.5rem;overflow:hidden}.cerco-hero__grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:3rem;display:grid}.cerco-hero__badge{color:#f25544;text-transform:uppercase;background:#ffe6e2;border-radius:999px;margin:0 0 1.25rem;padding:.45rem .9rem;font-weight:900;display:inline-flex}.cerco-hero__title{color:#0d1b2a;letter-spacing:-.05em;margin:0;font-size:clamp(3rem,5vw,5rem);font-weight:900;line-height:1.05}.cerco-hero__title span{color:#f25544}.cerco-hero__text{color:#334155;max-width:31rem;margin:1.5rem 0 2rem;font-size:1.25rem;font-weight:600;line-height:1.55}.cerco-hero__illustration{color:#f25544;background:#ffe6e2bf;border-radius:999px;place-items:center;width:12rem;height:12rem;margin:-1rem 0 1rem auto;font-size:6rem;display:grid}.cerco-hero__points{gap:1.25rem;display:grid}.cerco-hero__point{grid-template-columns:4.25rem 1fr;align-items:center;gap:1rem;display:grid}.cerco-hero__point>span{color:#f25544;background:#ffe6e2;border-radius:999px;place-items:center;width:4.25rem;height:4.25rem;font-size:1.9rem;display:grid}.cerco-hero__point h2{color:#0d1b2a;margin:0 0 .25rem;font-size:1.25rem;font-weight:900}.cerco-hero__point p{color:#334155;margin:0;line-height:1.5}.cerco-hero__privacy{background:#ffffff80;border:1px solid #ffbdb5;border-radius:1rem;grid-template-columns:3.25rem 1fr;align-items:center;gap:1rem;max-width:32rem;margin-top:2rem;padding:1.25rem;display:grid}.cerco-hero__privacy span{color:#f25544;background:#ffe6e2;border-radius:999px;place-items:center;width:3.25rem;height:3.25rem;display:grid}.cerco-hero__privacy strong{color:#f25544;font-weight:900;display:block}.cerco-hero__privacy p{color:#334155;margin:.2rem 0 0}.cerco-hero__form-card{background:#fff;border-radius:1.75rem;padding:2rem;position:relative;box-shadow:0 24px 70px #0d1b2a24}.cerco-hero__form-header h2{color:#0d1b2a;margin:0 0 .4rem;font-size:clamp(2rem,3vw,3rem);font-weight:900}.cerco-hero__form-header p{color:#64748b;margin:0 0 1.75rem;font-size:1.1rem;font-weight:600}.request-form--cerco{box-shadow:none;border:0;padding:0}.form-actions--cerco{margin-top:1.25rem}.form-actions--cerco .btn--primary{width:100%}.cerco-hero__safe-note{text-align:center;color:#64748b;margin:1rem 0 0;font-size:.95rem;font-weight:600}@media (width<=900px){.cerco-hero__grid{grid-template-columns:1fr}.cerco-hero__content{text-align:center}.cerco-hero__text,.cerco-hero__illustration,.cerco-hero__privacy{margin-inline:auto}}@media (width<=640px){.cerco-hero{padding:2.5rem 0 3rem}.cerco-hero__form-card{padding:1.25rem}.cerco-hero__point{text-align:center;grid-template-columns:1fr}.cerco-hero__point>span{margin-inline:auto}}.cerco-hero{background:radial-gradient(circle at 18% 42%,#f2554424,#0000 20rem),radial-gradient(circle at 86% 18%,#ffbdb559,#0000 24rem),linear-gradient(#fff4ec 0%,#fffaf7 100%)!important;padding:4rem 0 4.5rem!important}.cerco-hero__grid{align-items:stretch!important;gap:3.5rem!important}.cerco-hero__content,.cerco-hero__form-card{height:100%!important}.cerco-hero__content{flex-direction:column!important;justify-content:center!important;padding:1rem 0!important;display:flex!important;position:relative!important}.cerco-hero__badge{letter-spacing:.04em!important;width:fit-content!important;margin-bottom:1.5rem!important;font-size:.95rem!important}.cerco-hero__title{max-width:34rem!important;font-size:clamp(3.6rem,5.8vw,5.8rem)!important;line-height:.95!important}.cerco-hero__text{max-width:35rem!important;margin:1.8rem 0 2.2rem!important;font-size:1.22rem!important;line-height:1.5!important}.cerco-hero__points,.cerco-hero__privacy{z-index:2!important;position:relative!important}.cerco-hero__points{gap:1rem!important}.cerco-hero__point{grid-template-columns:4rem 1fr!important}.cerco-hero__point>span{width:4rem!important;height:4rem!important;font-size:1.65rem!important}.cerco-hero__privacy{background:#ffffff9e!important;max-width:35rem!important;margin-top:1.5rem!important;padding:1.1rem 1.25rem!important}.cerco-hero__form-card{border-radius:2rem!important;flex-direction:column!important;justify-content:center!important;width:100%!important;max-width:36rem!important;margin-left:auto!important;padding:2.25rem!important;display:flex!important}.cerco-hero__form-header h2{font-size:clamp(2.25rem,3.4vw,3.25rem)!important;line-height:1!important}.cerco-hero__form-header p{margin-bottom:1.5rem!important}.request-form--cerco .form-field{margin-bottom:1rem!important}.request-form--cerco input,.request-form--cerco select,.request-form--cerco textarea{background:#f8fafc!important;border-color:#dfe3ea!important;min-height:3.15rem!important}.request-form--cerco textarea{min-height:6.3rem!important}.form-actions--cerco{grid-template-columns:1fr 1fr!important;gap:.85rem!important;display:grid!important}.form-actions--cerco .btn{border-radius:.75rem!important;width:100%!important;min-height:4.25rem!important;font-size:1rem!important;font-weight:900!important}.cerco-hero__safe-note{max-width:28rem!important;margin:1rem auto 0!important;line-height:1.4!important}@media (width<=900px){.cerco-hero__content{text-align:center!important}.cerco-hero__badge,.cerco-hero__title,.cerco-hero__text{margin-inline:auto!important}.cerco-hero__illustration{margin:0 auto 1rem!important;position:static!important}.cerco-hero__form-card{margin-inline:auto!important}}@media (width<=640px){.form-actions--cerco{grid-template-columns:1fr!important}}.helper-hero{background:radial-gradient(circle at 18% 42%,#7c3aed24,#0000 20rem),radial-gradient(circle at 86% 18%,#8f5bff47,#0000 24rem),linear-gradient(#f7f1ff 0%,#fbf8ff 100%);min-height:calc(100svh - 4rem);padding:4rem 0 4.5rem;overflow:hidden}.helper-hero__grid{grid-template-columns:.9fr 1.1fr;align-items:stretch;gap:3.5rem;display:grid}.helper-hero__content{flex-direction:column;justify-content:center;padding:1rem 0;display:flex}.helper-hero__badge{color:#7c3aed;text-transform:uppercase;letter-spacing:.04em;background:#ede3ff;border-radius:999px;width:fit-content;margin:0 0 1.5rem;padding:.45rem .9rem;font-weight:900}.helper-hero__title{color:#0d1b2a;letter-spacing:-.05em;max-width:34rem;margin:0;font-size:clamp(3.6rem,5.8vw,5.8rem);font-weight:900;line-height:.95}.helper-hero__title span{color:#7c3aed}.helper-hero__text{color:#334155;max-width:35rem;margin:1.8rem 0 2.2rem;font-size:1.22rem;font-weight:600;line-height:1.5}.helper-hero__points{gap:1rem;display:grid}.helper-hero__point{grid-template-columns:4rem 1fr;align-items:center;gap:1rem;display:grid}.helper-hero__point>span{color:#7c3aed;background:#ede3ff;border-radius:999px;place-items:center;width:4rem;height:4rem;font-size:1.65rem;display:grid}.helper-hero__point h2{color:#0d1b2a;margin:0 0 .25rem;font-size:1.25rem;font-weight:900}.helper-hero__point p{color:#334155;margin:0;line-height:1.5}.helper-hero__privacy{background:#ffffff9e;border:1px solid #d8c4ff;border-radius:1rem;grid-template-columns:3.25rem 1fr;align-items:center;gap:1rem;max-width:35rem;margin-top:1.5rem;padding:1.1rem 1.25rem;display:grid}.helper-hero__privacy span{color:#7c3aed;background:#ede3ff;border-radius:999px;place-items:center;width:3.25rem;height:3.25rem;display:grid}.helper-hero__privacy strong{color:#7c3aed;font-weight:900;display:block}.helper-hero__privacy p{color:#334155;margin:.2rem 0 0}.helper-hero__panel{background:#fff;border-radius:2rem;flex-direction:column;gap:1rem;width:100%;max-width:42rem;margin-left:auto;padding:2.25rem;display:flex;box-shadow:0 24px 70px #0d1b2a24}.helper-hero__panel-header h2{color:#0d1b2a;margin:0 0 .4rem;font-size:clamp(2.25rem,3.4vw,3.25rem);font-weight:900;line-height:1}.helper-hero__panel-header p{color:#64748b;margin:0 0 1rem;font-size:1.1rem;font-weight:600}.helper-filters{background:linear-gradient(#f6f0ff 0%,#f1e8ff 100%);border:1px solid #dcc8ff;border-radius:1.5rem;padding:1.5rem;box-shadow:0 10px 30px #7c3aed14}.helper-filters h3{color:#7c3aed;margin:0 0 1rem;font-size:1.25rem;font-weight:900}.helper-filters label{color:#4c1d95;font-weight:700}.helper-filters__grid{grid-template-columns:repeat(2,1fr);gap:.85rem;display:grid}.helper-filters .form-field{margin-bottom:0}.helper-filters input,.helper-filters select,.helper-application-form textarea{background:#fff!important;border:1px solid #cdb4ff!important}.helper-filters input:focus,.helper-filters select:focus,.helper-application-form textarea:focus{border-color:#7c3aed!important;box-shadow:0 0 0 4px #7c3aed1f!important}.helper-filters .btn--secondary{color:#7c3aed;background:#fff;border-color:#cdb4ff}.helper-filters .btn--secondary:hover{background:#f6f0ff}.helper-filters__checkbox{color:#334155;align-items:center;gap:.5rem;margin:1rem 0;font-weight:700;display:flex}.helper-requests-list{padding:0;gap:1rem;max-height:38rem;margin:0;padding-right:.25rem;list-style:none;display:grid;overflow:auto}.helper-request-card{background:#fff;border:1px solid #e5e7eb;border-radius:1.25rem;padding:1.25rem;box-shadow:0 10px 30px #0d1b2a12}.helper-application-form{box-shadow:none;border:0;margin-top:1rem;padding:0}.helper-hero__footer-actions{gap:.75rem;margin-top:.5rem;display:flex}.helper-hero__footer-actions .btn{flex:1}@media (width<=900px){.helper-hero__grid{grid-template-columns:1fr}.helper-hero__content{text-align:center}.helper-hero__badge,.helper-hero__title,.helper-hero__text,.helper-hero__privacy,.helper-hero__panel{margin-inline:auto}}@media (width<=640px){.helper-hero{padding:2.5rem 0 3rem}.helper-hero__panel{padding:1.25rem}.helper-filters__grid{grid-template-columns:1fr}.helper-hero__point{text-align:center;grid-template-columns:1fr}.helper-hero__point>span{margin-inline:auto}.helper-hero__footer-actions{flex-direction:column}}.come-funziona-page{background:radial-gradient(circle at top,#f255441f,#0000 40rem),#fff8f4}.come-funziona-subtitle{color:#667085;font-size:1.2rem;line-height:1.7}.come-funziona-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.come-step{background:#fff;border:1px solid #ffe6e2;border-radius:2rem;padding:2rem;box-shadow:0 15px 40px #0000000f}.come-step__number{color:#f25544;margin-bottom:1rem;font-size:2rem;font-weight:900}.come-step h2{color:#0d1b2a;margin-bottom:1rem;font-size:1.5rem}.come-step p{color:#667085;line-height:1.7}@media (width<=900px){.come-funziona-grid{grid-template-columns:1fr}}.come-funziona-page{background:radial-gradient(circle at 20% 20%,#f255441f,#0000 25rem),radial-gradient(circle at 80% 10%,#7c3aed1a,#0000 30rem),linear-gradient(#fff8f4 0%,#fff 100%);min-height:100vh}.come-funziona-title{color:#0d1b2a;letter-spacing:-.04em;margin:1rem 0;font-size:clamp(3rem,6vw,5.5rem);font-weight:900;line-height:.95}.come-step{background:#fff;border:1px solid #f255441a;border-radius:2rem;padding:2.5rem;transition:all .25s;position:relative;box-shadow:0 20px 50px #0d1b2a14}.come-step:hover{transform:translateY(-8px);box-shadow:0 30px 70px #0d1b2a1f}.come-step h2{color:#0d1b2a;margin:0 0 1rem;font-size:1.6rem;font-weight:900;line-height:1.15}.come-step p{color:#64748b;margin:0;font-size:1.05rem;line-height:1.7}.come-benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;margin-bottom:5rem;display:grid}.come-benefit{text-align:center;padding:2rem}.come-benefit__icon{background:#ffe6e2;border-radius:999px;justify-content:center;align-items:center;width:5rem;height:5rem;margin:0 auto 1rem;font-size:2rem;display:flex}.come-benefit h3{color:#0d1b2a;margin:0 0 .75rem;font-size:1.35rem;font-weight:900}.come-benefit p{color:#64748b;margin:0;line-height:1.6}.come-cta h2{margin:0 0 1rem;font-size:clamp(2rem,4vw,3rem);font-weight:900}.come-cta p{opacity:.95;max-width:700px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.7}.come-cta .btn{color:#f25544;background:#fff;border:none}@media (width<=900px){.come-funziona-grid,.come-benefits{grid-template-columns:1fr}.come-funziona-title{font-size:3rem}.come-cta{padding:2rem}}.come-benefits{grid-template-columns:repeat(3,1fr)!important;gap:1.5rem!important;margin:0 0 4rem!important;display:grid!important}.come-benefit{text-align:center!important;background:#fff!important;border:1px solid #f2554429!important;border-radius:2rem!important;padding:2rem!important;box-shadow:0 18px 45px #0d1b2a12!important}.come-cta{color:#fff!important;text-align:center!important;background:linear-gradient(135deg,#ff8a7d,#f25544)!important;border-radius:2rem!important;margin-top:2rem!important;padding:3rem!important;box-shadow:0 24px 60px #f2554438!important}.come-cta h2{color:#fff!important;font-size:clamp(2rem,3vw,3rem)!important;font-weight:900!important}.come-cta p{color:#ffffffe6!important;max-width:44rem!important;margin:0 auto 2rem!important}.come-cta .btn{color:#f25544!important;background:#fff!important;border-color:#fff!important}@media (width<=900px){.come-benefits{grid-template-columns:1fr!important}}.come-funziona-page{background:radial-gradient(circle at 15% 20%,#f255441f,#0000 25rem),radial-gradient(circle at 85% 35%,#7c3aed1a,#0000 25rem),linear-gradient(#fff8f4 0%,#fff 100%);position:relative;overflow:hidden}.come-funziona-page:before{content:"";filter:blur(30px);background:#f2554414;border-radius:999px;width:26rem;height:26rem;position:absolute;top:12rem;left:-12rem}.come-funziona-page:after{content:"";filter:blur(30px);background:#7c3aed14;border-radius:999px;width:24rem;height:24rem;position:absolute;top:30rem;right:-10rem}.come-funziona-hero{text-align:center;max-width:60rem;margin:0 auto 4rem}.come-funziona-title{color:#0d1b2a;margin:0 0 1rem;font-size:clamp(3rem,6vw,5rem);font-weight:900;line-height:.95}.come-funziona-subtitle{color:#475569;max-width:44rem;margin:0 auto;font-size:1.15rem;line-height:1.7}.come-funziona-actions{justify-content:center;margin-top:2rem}.come-funziona-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:4rem;display:grid}.come-step{background:#fff;border-radius:2rem;padding:2rem;box-shadow:0 20px 50px #0d1b2a14}.come-step__number{color:#f25544;margin-bottom:1rem;font-size:3rem;font-weight:900;line-height:1}.come-step h2{color:#0d1b2a;margin:0 0 .75rem}.come-step p{color:#64748b;margin:0;line-height:1.7}.come-for-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:4rem;display:grid}.come-for-card{color:#fff;border-radius:2rem;padding:3rem;position:relative;overflow:hidden}.come-for-card--help{background:linear-gradient(135deg,#ff8a7d,#f25544)}.come-for-card--earn{background:linear-gradient(135deg,#7c3aed,#8f5bff)}.come-for-card__eyebrow{text-transform:uppercase;letter-spacing:.08em;opacity:.8;font-size:.8rem;font-weight:700}.come-for-card h2{color:#fff;margin:.5rem 0 1rem;font-size:2rem}.come-for-card p{color:#ffffffeb;line-height:1.7}.come-for-card ul{margin:1.5rem 0;padding-left:1.25rem}.come-for-card li{margin-bottom:.75rem}.come-for-card__decor{opacity:.15;font-size:5rem;position:absolute;bottom:1rem;right:1.5rem}.come-safety{margin-bottom:4rem}.come-safety__header{text-align:center;margin-bottom:2rem}.come-safety__header span{font-size:2rem}.come-safety__header h2{margin:.75rem 0}.come-benefits{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.come-benefit{text-align:center;background:#fff;border-radius:2rem;padding:2rem;box-shadow:0 20px 50px #0d1b2a0f}.come-benefit__icon{background:#ffe6e2;border-radius:999px;place-items:center;width:5rem;height:5rem;margin:0 auto 1rem;font-size:2rem;display:grid}.come-faq-block{grid-template-columns:1.2fr .8fr;gap:2rem;margin-bottom:4rem;display:grid}.come-faq,.come-community{background:#fff;border-radius:2rem;padding:2rem;box-shadow:0 20px 50px #0d1b2a0f}.come-faq details{margin-top:1rem}.come-faq summary{cursor:pointer;font-weight:700}.come-community{text-align:center}.come-community div{font-size:4rem}.come-cta{text-align:center;color:#fff;background:linear-gradient(135deg,#ff8a7d,#f25544);border-radius:2rem;padding:4rem}.come-cta h2{color:#fff;margin-bottom:1rem;font-size:clamp(2rem,4vw,3.5rem)}.come-cta p{max-width:42rem;margin:0 auto 2rem}@media (width<=900px){.come-funziona-grid,.come-for-grid,.come-benefits,.come-faq-block{grid-template-columns:1fr}.come-for-card,.come-cta{padding:2rem}}.page-back{grid-column:1/-1;margin-bottom:1rem}.page-back__link{color:#f25544;align-items:center;gap:.4rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-flex}.page-back__link:hover{opacity:.75}.cerco-hero__grid,.helper-hero__grid{position:relative!important}.cerco-hero__grid .page-back,.helper-hero__grid .page-back{z-index:10!important;grid-column:auto!important;margin:0!important;position:absolute!important;top:0!important;left:2rem!important}.cerco-hero__content,.helper-hero__content,.cerco-hero__form-card,.helper-hero__panel{grid-column:auto!important}@media (width<=900px){.cerco-hero__grid .page-back,.helper-hero__grid .page-back{grid-column:1/-1!important;margin-bottom:1rem!important;position:static!important}}.helper-hero__grid{align-items:start!important}.helper-hero__content{justify-content:flex-start!important;padding-top:7rem!important}.helper-hero__grid .page-back{z-index:20!important;position:absolute!important;top:4rem!important;left:2rem!important}@media (width<=900px){.helper-hero__content{padding-top:1rem!important}.helper-hero__grid .page-back{margin-bottom:1rem!important;position:static!important}}.helper-hero__grid{align-items:start!important;padding-top:4.5rem!important;position:relative!important}.helper-hero__content{justify-content:flex-start!important;margin-top:0!important;padding-top:0!important}.helper-hero__panel{margin-top:0!important}@media (width<=900px){.helper-hero__grid{padding-top:0!important}.helper-hero__grid .page-back{grid-column:1/-1!important;margin-bottom:1rem!important;position:static!important}}.helper-hero__grid{grid-template-columns:.95fr 1.05fr!important;align-items:start!important;padding-top:5rem!important;display:grid!important}.helper-hero__grid .page-back{z-index:50!important;margin:0!important;position:absolute!important;top:2rem!important;left:2rem!important}.helper-hero__content{justify-content:flex-start!important;align-self:start!important;min-height:auto!important;margin-top:0!important;padding-top:0!important;transform:translateY(-1.25rem)!important}.helper-hero__panel{align-self:start!important;margin-top:0!important}@media (width<=900px){.helper-hero__grid{grid-template-columns:1fr!important;padding-top:2rem!important}.helper-hero__grid .page-back{margin-bottom:1rem!important;position:static!important}.helper-hero__content{transform:none!important}}.legal-page{background:radial-gradient(circle at 18% 18%,#f255441f,#0000 24rem),linear-gradient(#fff8f4 0%,#fff 100%);min-height:calc(100svh - 4rem);padding:4rem 0}.legal-page__container{background:#fff;border:1px solid #ffe6e2;border-radius:2rem;max-width:860px;padding:2.5rem;box-shadow:0 20px 55px #0d1b2a14}.legal-page h1{color:#0d1b2a;margin:0 0 1.5rem;font-size:clamp(2.4rem,4vw,4rem);font-weight:900;line-height:1}.legal-page h2{color:#0d1b2a;margin:2rem 0 .75rem;font-size:1.35rem;font-weight:900}.legal-page p{color:#334155;margin:0 0 1rem;font-size:1rem;line-height:1.75}@media (width<=640px){.legal-page{padding:2rem 0}.legal-page__container{border-radius:1.5rem;padding:1.5rem}}.legal-consents{background:#fff8f4;border:1px solid #ffe6e2;border-radius:1rem;gap:.9rem;margin:1.25rem 0;padding:1.25rem;display:grid}.legal-consent{color:#334155;grid-template-columns:1.25rem 1fr;align-items:start;gap:.75rem;font-size:.94rem;font-weight:600;line-height:1.45;display:grid}.legal-consent input{accent-color:#f25544;margin-top:.15rem}.legal-consent a{color:#d93d30;font-weight:900;text-decoration:none}.legal-consent a:hover{text-decoration:underline}.legal-consent--optional{color:#64748b}.btn:disabled,.btn[disabled]{opacity:.45;cursor:not-allowed;box-shadow:none;filter:grayscale(.25)}.btn--primary:disabled,.btn--primary[disabled]{color:#64748b;background:#cbd5e1;border-color:#cbd5e1}
