@font-face{font-family:Manrope;src:url(../Manrope-VariableFont_wght.woff2) format("woff2");font-weight:200 800;font-style:normal;font-display:swap}
:root{--rc-primary:#001A4A;--rc-secondary:#FD5F04;--rc-action:#C74400;--rc-action-hover:#A83900;--rc-navy-900:var(--rc-primary);--rc-navy-800:#0A2F68;--rc-blue-700:#0A3D82;--rc-blue-600:#1258A8;--rc-blue-100:#e9f2f9;--rc-blue-050:#f3f7fa;--rc-orange-600:#D84F00;--rc-orange-500:var(--rc-secondary);--rc-orange-100:#fff0e7;--rc-red-500:#b52d25;--rc-green-500:#1f7a55;--rc-text:#18334a;--rc-muted:#5f7384;--rc-border:#d9e2e9;--rc-surface:#fff;--rc-background:#f5f8fa;--rc-focus:var(--rc-primary);--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--radius-pill:999px;--shadow-sm:0 2px 10px rgba(0,26,74,.06);--shadow-md:0 16px 46px rgba(0,26,74,.12);--container:1180px}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--rc-text);background:var(--rc-surface);font-family:Manrope,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{color:var(--rc-blue-700);text-decoration-thickness:.09em;text-underline-offset:.2em}
button,input,select,textarea{font:inherit}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{color:var(--rc-navy-900);line-height:1.08;letter-spacing:-.035em}
h1{font-size:clamp(2.65rem,5vw,5.25rem)}
h2{font-size:clamp(2rem,3.2vw,3.25rem)}
h3{font-size:1.12rem}
:focus-visible{outline:3px solid var(--rc-focus);outline-offset:3px}
.rc-container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.rc-skip-link{position:fixed;top:8px;left:8px;z-index:9999;padding:.65rem 1rem;background:#fff;transform:translateY(-150%);border-radius:8px}.rc-skip-link:focus{transform:none}
.rc-header{position:relative;z-index:50;border-bottom:1px solid var(--rc-border);background:rgba(255,255,255,.96)}
.rc-header__inner{display:flex;align-items:center;min-height:88px;gap:2rem}
.rc-brand{flex:none}.rc-brand picture{display:block}.rc-brand img{width:270px}
.rc-nav{display:flex;align-items:center;gap:clamp(1rem,2.2vw,2rem);margin-left:auto}.rc-nav a{color:var(--rc-navy-900);font-size:.9rem;font-weight:700;text-decoration:none}.rc-nav a:not(.rc-button):hover{color:var(--rc-blue-600)}
.rc-nav__account{margin-left:1rem}.rc-menu-toggle{display:none;margin-left:auto;border:1px solid var(--rc-border);background:#fff;color:var(--rc-navy-900);border-radius:10px;padding:.65rem .8rem;min-height:44px}.rc-menu-toggle__label{margin-right:.4rem}
.rc-button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:.45rem;padding:.76rem 1.25rem;border:2px solid transparent;border-radius:12px;font-weight:800;text-decoration:none;line-height:1.15;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.rc-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.rc-button small{display:block;font-size:.7rem;font-weight:600;opacity:.86}.rc-button--primary{color:#fff;background:var(--rc-action)}.rc-button--primary:hover{color:#fff;background:var(--rc-action-hover)}.rc-button--secondary{color:var(--rc-blue-700);border-color:var(--rc-blue-600);background:#fff}.rc-button--light{color:var(--rc-navy-900);background:#fff}.rc-nav__cta{min-height:46px;padding-inline:1.05rem;color:#fff!important}
.rc-eyebrow{margin-bottom:.7rem;color:var(--rc-blue-700);font-size:.75rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.rc-hero{overflow:hidden;background:linear-gradient(100deg,#fff 0%,#f9fcff 50%,#eaf4ff 100%)}
.rc-hero__grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);align-items:center;min-height:650px}
.rc-hero__content{position:relative;z-index:2;padding:4.5rem 1rem 4.5rem 0}.rc-hero h1{max-width:720px;margin-bottom:1.4rem}.rc-hero h1 span{display:block;color:var(--rc-secondary)}.rc-hero__lead{max-width:670px;color:var(--rc-muted);font-size:1.15rem}.rc-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin:2rem 0}.rc-actions .rc-button{display:grid;grid-template-rows:auto auto;justify-items:start;min-width:230px;padding:1rem 1.25rem}.rc-actions .rc-button--secondary{background:rgba(255,255,255,.84)}
.rc-trust-list{display:flex;gap:1.4rem;padding:0;margin:2.2rem 0 0;list-style:none}.rc-trust-list li{position:relative;padding-left:1rem}.rc-trust-list li::before{content:"";position:absolute;left:0;top:.24rem;width:4px;height:2.5rem;border-radius:4px;background:var(--rc-blue-600)}.rc-trust-list strong,.rc-trust-list span{display:block}.rc-trust-list strong{font-size:.83rem}.rc-trust-list span{color:var(--rc-muted);font-size:.72rem}
.rc-hero__visual{position:relative;align-self:stretch;min-height:650px;overflow:hidden}.rc-hero__visual::before{content:"";position:absolute;z-index:1;inset:0 auto 0 0;width:24%;background:linear-gradient(90deg,#f9fcff,transparent);pointer-events:none}.rc-hero__picture{position:absolute;inset:0}.rc-hero__picture img{width:100%;height:100%;object-fit:cover;object-position:72% center}.rc-hero__note{position:absolute;z-index:2;right:0;bottom:4rem;display:flex;align-items:center;gap:.8rem;max-width:310px;padding:1rem 1.2rem;color:#fff;background:rgba(7,42,82,.94);border-radius:18px;box-shadow:var(--shadow-md)}.rc-hero__note>span{display:grid;place-items:center;flex:none;width:40px;height:40px;color:var(--rc-orange-500);background:#fff;border-radius:50%}.rc-hero__note p{margin:0;font-size:.78rem}.rc-hero__note strong{display:block;margin-bottom:.2rem}
.rc-section{padding:clamp(4rem,7vw,7rem) 0}.rc-section__heading{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:4rem;margin-bottom:2.5rem}.rc-section__heading h2{margin-bottom:0}.rc-section__heading>p{max-width:460px;margin-bottom:.5rem;color:var(--rc-muted)}
.rc-section--how{background:#fff}.rc-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:0;list-style:none;counter-reset:item}.rc-steps li{position:relative;min-height:270px;padding:1.5rem;border:1px solid var(--rc-border);border-radius:var(--radius-md);background:#fff;transition:border-color .18s,transform .18s}.rc-steps li:hover{transform:translateY(-4px);border-color:#9fc7ef}.rc-steps li>span{position:absolute;top:1rem;right:1rem;display:grid;place-items:center;width:30px;height:30px;color:var(--rc-blue-700);background:var(--rc-blue-100);border-radius:50%;font-weight:800}.rc-steps img{margin:.5rem 0 2rem}.rc-steps p{color:var(--rc-muted);font-size:.9rem}
.rc-section--map{background:var(--rc-blue-050)}.rc-map-grid{display:grid;grid-template-columns:.82fr 1.45fr .73fr;gap:1rem;align-items:stretch}.rc-map-copy,.rc-map-preview,.rc-alert-list{border:1px solid var(--rc-border);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-sm)}.rc-map-copy{padding:2.1rem}.rc-map-copy h2{font-size:clamp(1.9rem,3vw,2.8rem)}.rc-map-copy p:not(.rc-eyebrow){color:var(--rc-muted)}
.rc-map-preview{position:relative;overflow:hidden;min-height:480px;background:#e8f1e5}.rc-map-preview__roads{position:absolute;inset:-10%;opacity:.52;background:linear-gradient(23deg,transparent 47%,#fff 48% 51%,transparent 52%),linear-gradient(102deg,transparent 47%,#fff 48% 51%,transparent 52%),linear-gradient(163deg,transparent 47%,#d0e6ca 48% 51%,transparent 52%);background-size:150px 150px,110px 110px,190px 190px}.rc-map-preview::after{content:"";position:absolute;inset:19% 24%;border:2px dashed rgba(11,107,216,.45);border-radius:50%;background:rgba(11,107,216,.07)}.rc-marker{position:absolute;z-index:2;left:var(--x);top:var(--y);display:grid;place-items:center;width:38px;height:44px;color:#fff;border-radius:50% 50% 50% 0;transform:rotate(-45deg);font-weight:900;box-shadow:0 4px 12px rgba(7,42,82,.2)}.rc-marker>*{transform:rotate(45deg)}.rc-marker--lost{background:var(--rc-red-500)}.rc-marker--sighting{background:var(--rc-blue-600)}.rc-marker--found{background:var(--rc-green-500)}.rc-map-preview__legend{position:absolute;z-index:3;right:1rem;bottom:1rem;left:1rem;display:flex;align-items:center;justify-content:center;gap:.45rem;padding:.7rem;background:#fff;border-radius:10px;font-size:.68rem}.rc-map-preview__legend span{width:9px;height:9px;margin-left:.45rem;border-radius:50%}.is-lost{background:var(--rc-red-500)}.is-sighting{background:var(--rc-blue-600)}.is-found{background:var(--rc-green-500)}
.rc-alert-list{padding:1.3rem}.rc-alert-list h3{margin-bottom:1rem}.rc-alert-list ul{display:grid;gap:.65rem;padding:0;list-style:none}.rc-alert-list li{display:grid;gap:.2rem;padding:.8rem;border:1px solid var(--rc-border);border-radius:10px}.rc-alert-list small{color:var(--rc-muted)}.rc-status{width:max-content;padding:.18rem .5rem;border-radius:999px;color:#fff;font-size:.65rem;font-weight:800}.rc-status--lost{background:var(--rc-red-500)}.rc-status--found{background:var(--rc-green-500)}.rc-empty{padding:1.2rem;background:var(--rc-blue-050);border-radius:12px}.rc-empty p{margin:.4rem 0 0;color:var(--rc-muted);font-size:.82rem}
.rc-prevention{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:clamp(2rem,6vw,6rem)}.rc-prevention__visual{display:grid;place-items:center;min-height:390px;background:radial-gradient(circle at 50% 46%,#eaf4ff 0 32%,transparent 33%),linear-gradient(145deg,#f8fbff,#eaf4ff);border-radius:30px}.rc-prevention__visual img{max-height:340px}.rc-prevention>div:last-child{max-width:580px}.rc-prevention p:not(.rc-eyebrow){color:var(--rc-muted);font-size:1.08rem}.rc-checks{display:grid;gap:.65rem;padding:0;list-style:none}.rc-checks li{position:relative;padding-left:1.8rem}.rc-checks li::before{content:"✓";position:absolute;left:0;top:.08rem;display:grid;place-items:center;width:20px;height:20px;color:#fff;background:var(--rc-green-500);border-radius:50%;font-size:.72rem;font-weight:900}.rc-text-link{display:inline-block;margin-top:1.2rem;font-weight:800}
.rc-section--network{color:#fff;background:var(--rc-navy-900)}.rc-network{display:grid;grid-template-columns:1.35fr .65fr;align-items:center;gap:4rem}.rc-network h2,.rc-network .rc-eyebrow{color:#fff}.rc-network p:not(.rc-eyebrow){max-width:700px;color:#c8daec}.rc-network img{justify-self:end;filter:drop-shadow(0 20px 38px rgba(0,0,0,.3))}
.rc-section--app{padding-top:0;background:var(--rc-navy-900)}.rc-app-banner{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:3rem;padding:2.4rem 3rem;color:#fff;background:var(--rc-primary);border-radius:var(--radius-lg)}.rc-app-banner h2,.rc-app-banner .rc-eyebrow{color:#fff}.rc-app-banner h2{margin-bottom:.35rem}.rc-app-banner p{margin-bottom:0}.rc-app-banner .rc-checks{font-size:.88rem}
.rc-footer{padding-top:4rem;background:#fff;border-top:1px solid var(--rc-border)}.rc-footer__grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:3rem;padding-bottom:3.5rem}.rc-footer__brand img{width:210px;margin-bottom:1rem}.rc-footer__brand p{max-width:300px;color:var(--rc-muted);font-size:.86rem}.rc-footer h2{font-size:.86rem;letter-spacing:0}.rc-footer ul{display:grid;gap:.35rem;padding:0;list-style:none}.rc-footer a{color:var(--rc-muted);font-size:.82rem;text-decoration:none}.rc-footer a:hover{color:var(--rc-blue-700)}.rc-footer__bottom{padding:.85rem 0;color:#dbe8f5;background:var(--rc-navy-900)}.rc-footer__bottom .rc-container{display:flex;justify-content:space-between;gap:1rem;font-size:.76rem}.rc-content{padding-block:5rem;min-height:50vh}.rc-article{max-width:780px}.rc-article p{max-width:72ch}
@media (max-width:1023px){.rc-menu-toggle{display:block}.rc-nav{position:absolute;top:78px;right:20px;left:20px;display:none;align-items:stretch;flex-direction:column;gap:.2rem;padding:1rem;background:#fff;border:1px solid var(--rc-border);border-radius:14px;box-shadow:var(--shadow-md)}.rc-nav.is-open{display:flex}.rc-nav a{padding:.7rem}.rc-nav__account{margin-left:0}.rc-hero__grid{grid-template-columns:1fr minmax(330px,.75fr)}.rc-trust-list{flex-wrap:wrap}.rc-steps{grid-template-columns:repeat(2,1fr)}.rc-map-grid{grid-template-columns:1fr 1.5fr}.rc-alert-list{grid-column:1/-1}.rc-alert-list ul{grid-template-columns:repeat(3,1fr)}.rc-app-banner{grid-template-columns:1fr 1fr}.rc-app-banner .rc-button{grid-column:1/-1;width:max-content}.rc-footer__grid{grid-template-columns:1.5fr repeat(3,1fr);gap:1.5rem}}
@media (max-width:767px){.rc-container{width:min(calc(100% - 28px),var(--container))}.rc-header__inner{min-height:74px}.rc-brand img{width:186px}.rc-nav{top:68px}.rc-hero__grid{display:flex;flex-direction:column;min-height:auto}.rc-hero__content{padding:3rem 0 1rem}.rc-hero h1{font-size:clamp(2.8rem,14vw,4rem)}.rc-hero__lead{font-size:1rem}.rc-actions{display:grid}.rc-actions .rc-button{width:100%;justify-items:center}.rc-trust-list{display:grid;grid-template-columns:1fr 1fr;margin-top:1.5rem}.rc-hero__visual{width:calc(100% + 28px);min-height:390px;margin-inline:-14px}.rc-hero__visual::before{display:none}.rc-hero__picture img{object-position:70% center}.rc-hero__note{right:1rem;bottom:1rem;max-width:260px}.rc-section__heading{display:block}.rc-section__heading>p{margin-top:1rem}.rc-steps{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:1rem}.rc-steps li{flex:0 0 84%;scroll-snap-align:start}.rc-map-grid{display:flex;flex-direction:column}.rc-map-preview{order:1;min-height:390px}.rc-map-copy{order:0}.rc-alert-list{order:2}.rc-alert-list ul{grid-template-columns:1fr}.rc-prevention{grid-template-columns:1fr}.rc-prevention__visual{min-height:300px}.rc-network{grid-template-columns:1fr}.rc-network img{justify-self:center;max-width:230px}.rc-app-banner{grid-template-columns:1fr;gap:1.4rem;padding:2rem}.rc-app-banner .rc-button{grid-column:auto;width:100%}.rc-footer__grid{grid-template-columns:1fr 1fr}.rc-footer__brand{grid-column:1/-1}.rc-footer__bottom .rc-container{flex-direction:column;gap:.2rem}.rc-section{padding:4rem 0}}
@media (max-width:420px){.rc-trust-list{grid-template-columns:1fr}.rc-footer__grid{grid-template-columns:1fr}.rc-footer__brand{grid-column:auto}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* Homepage v2: composizione aderente alla tavola 01. */
.home .rc-hero{background:#fff}
.home .rc-hero__grid{grid-template-columns:50% 50%;min-height:550px}
.home .rc-hero__content{padding:3.25rem 2.5rem 2.5rem 0}
.home .rc-hero h1{max-width:660px;margin-bottom:1.25rem;font-size:clamp(3rem,4.15vw,4.15rem);line-height:1.08}
.home .rc-hero h1 span{display:inline;color:var(--rc-secondary)}
.home .rc-hero__lead{max-width:610px;margin-bottom:0;font-size:1rem;line-height:1.65}
.home .rc-actions{margin:1.6rem 0 1.7rem}
.home .rc-actions .rc-button{min-width:220px;padding:.78rem 1rem}
.home .rc-trust-list{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:0}
.home .rc-trust-list li{display:grid;grid-template-columns:30px 1fr;grid-template-rows:auto auto;column-gap:.55rem;padding:0 .8rem;border-left:1px solid var(--rc-border)}
.home .rc-trust-list li:first-child{padding-left:0;border-left:0}
.home .rc-trust-list li::before{display:none}
.home .rc-trust-list img{grid-row:1/3;align-self:start;width:27px;height:27px;object-fit:contain}
.home .rc-trust-list strong{font-size:.75rem;line-height:1.3}
.home .rc-trust-list span{font-size:.64rem;line-height:1.4}
.home .rc-hero__visual{width:calc(100% + max(28px,calc((100vw - 1240px)/2)));min-height:550px;margin-right:calc(0px - max(28px,calc((100vw - 1240px)/2)))}
.home .rc-hero__visual::before{width:18%;background:linear-gradient(90deg,#fff,transparent)}
.home .rc-hero__picture img{object-position:68% center}
.home .rc-hero__note{right:max(28px,calc((100vw - 1240px)/2));bottom:2.2rem;max-width:270px;padding:.85rem 1rem;border-radius:15px}
.home .rc-home-content{padding:2rem 0 2.5rem;background:#fff}
.home .rc-home-primary{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}
.home .rc-home-how>h2,.home .rc-home-title h2{margin-bottom:1rem;font-size:1.55rem;letter-spacing:-.025em}
.home .rc-home-title{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.home .rc-home-title a{font-size:.75rem;font-weight:800;text-decoration:none}
.home .rc-steps{grid-template-columns:repeat(4,1fr);gap:.55rem}
.home .rc-steps li{min-height:215px;padding:1rem .85rem;border-color:var(--rc-border);border-radius:12px;box-shadow:none}
.home .rc-steps li:hover{transform:none;border-color:#9fc7ef}
.home .rc-steps li>span{top:.65rem;right:.65rem;width:25px;height:25px;font-size:.72rem}
.home .rc-steps img{width:44px;height:44px;margin:.45rem 0 1.2rem;object-fit:contain}
.home .rc-steps h3{margin-bottom:.45rem;font-size:.88rem;letter-spacing:-.01em}
.home .rc-steps p{margin-bottom:0;font-size:.7rem;line-height:1.5}
.home .rc-home-map__body{display:grid;grid-template-columns:1.4fr .72fr;min-height:260px;border:1px solid var(--rc-border);border-radius:12px;overflow:hidden}
.home .rc-map-preview{min-height:260px;border:0;border-radius:0;box-shadow:none}
.home .rc-map-preview::after{inset:20% 23%}
.home .rc-map-preview__legend{display:none}
.home .rc-marker{width:28px;height:33px;font-size:.7rem}
.home .rc-alert-list{padding:.9rem;border:0;border-left:1px solid var(--rc-border);border-radius:0;box-shadow:none}
.home .rc-alert-list h3{margin-bottom:.75rem;font-size:.82rem;letter-spacing:0}
.home .rc-alert-list ul{gap:.4rem;margin:0}
.home .rc-alert-list li{padding:.55rem;border:0;border-bottom:1px solid var(--rc-border);border-radius:0}
.home .rc-alert-list li strong{font-size:.72rem}
.home .rc-alert-list li small{font-size:.62rem}
.home .rc-status{font-size:.55rem}
.home .rc-empty{padding:.7rem;border-radius:8px}
.home .rc-empty strong{font-size:.7rem;line-height:1.3}
.home .rc-empty p{font-size:.62rem;line-height:1.45}
.home .rc-map-link{display:block;margin-top:.7rem;padding:.5rem;border:1px solid #9fc7ef;border-radius:7px;font-size:.62rem;font-weight:800;text-align:center;text-decoration:none}
.home .rc-home-secondary{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1.5rem}
.home .rc-prevention{display:grid;grid-template-columns:.92fr 1.08fr;gap:1.2rem;padding:1rem;background:var(--rc-blue-050);border-radius:14px}
.home .rc-prevention__visual{min-height:230px;background:#dceafa;border-radius:10px;overflow:hidden}
.home .rc-prevention__visual img{width:100%;max-height:225px}
.home .rc-prevention h2,.home .rc-network h2{margin-bottom:.55rem;font-size:1.5rem;letter-spacing:-.025em}
.home .rc-prevention p:not(.rc-eyebrow),.home .rc-network>p{margin-bottom:.8rem;color:var(--rc-muted);font-size:.73rem;line-height:1.55}
.home .rc-prevention .rc-eyebrow{margin:.2rem 0 .3rem;font-size:.58rem}
.home .rc-feature-inline{display:grid;grid-template-columns:repeat(3,1fr);gap:.3rem;padding:0;margin:.8rem 0;list-style:none}
.home .rc-feature-inline li{padding-top:2rem;color:var(--rc-muted);font-size:.58rem;line-height:1.35;text-align:center;background:radial-gradient(circle at 50% 12px,var(--rc-blue-100) 0 11px,transparent 12px)}
.home .rc-prevention .rc-button,.home .rc-network .rc-button{min-height:36px;padding:.45rem .8rem;border-width:1px;border-radius:7px;font-size:.65rem}
.home .rc-network{display:block;padding:1.1rem 0;background:#fff;color:var(--rc-text)}
.home .rc-network h2{max-width:420px;color:var(--rc-navy-900)}
.home .rc-partner-types{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:0;margin:1.1rem 0;list-style:none}
.home .rc-partner-types li{position:relative;padding:2.4rem .55rem .2rem;border-left:1px solid var(--rc-border);color:var(--rc-navy-900);font-size:.62rem;font-weight:700;line-height:1.35;text-align:center}
.home .rc-partner-types li:first-child{border-left:0}
.home .rc-partner-types li::before{content:"";position:absolute;top:.25rem;left:50%;width:30px;height:30px;border:2px solid var(--rc-blue-600);border-radius:50%;transform:translateX(-50%);background:radial-gradient(circle,var(--rc-blue-100) 0 35%,transparent 37%)}
.home .rc-app-banner{display:grid;grid-template-columns:1fr 1.2fr auto;align-items:center;gap:2rem;margin-top:1.5rem;padding:1.55rem 2rem;color:#fff;background:var(--rc-navy-900);border-radius:14px}
.home .rc-app-banner h2,.home .rc-app-banner .rc-eyebrow{color:#fff}
.home .rc-app-banner h2{margin-bottom:.2rem;font-size:1.55rem}
.home .rc-app-banner p{margin-bottom:0;font-size:.78rem}
.home .rc-app-banner .rc-eyebrow{margin-bottom:.25rem;color:#ffc45e;font-size:.58rem}
.home .rc-app-banner .rc-checks{gap:.3rem;margin:0;font-size:.65rem}
.home .rc-app-banner .rc-checks li::before{top:.12rem;width:16px;height:16px;font-size:.58rem}
.home .rc-app-banner .rc-checks li{padding-left:1.4rem}
.home .rc-app-banner .rc-button{min-height:40px;padding:.55rem .85rem;border-radius:8px;font-size:.66rem}
.home .rc-footer{padding-top:2.8rem}
.home .rc-footer__grid{padding-bottom:2.4rem}

@media (max-width:1100px){.home .rc-hero__grid{grid-template-columns:53% 47%}.home .rc-trust-list{grid-template-columns:1fr 1fr;row-gap:.8rem}.home .rc-trust-list li:nth-child(3){padding-left:0;border-left:0}.home .rc-home-primary{grid-template-columns:1fr}.home .rc-home-secondary{grid-template-columns:1fr}.home .rc-home-how .rc-steps{gap:.8rem}.home .rc-network{padding:1rem}.home .rc-app-banner{grid-template-columns:1fr 1fr}.home .rc-app-banner .rc-button{grid-column:1/-1;width:max-content}}
@media (max-width:767px){.home .rc-hero__grid{display:flex;min-height:auto}.home .rc-hero__content{padding:2.5rem 0 1.4rem}.home .rc-hero h1{font-size:clamp(2.35rem,11.5vw,3.2rem)}.home .rc-hero h1 span{display:block}.home .rc-hero__lead{font-size:.92rem}.home .rc-actions{margin:1.35rem 0}.home .rc-trust-list{grid-template-columns:1fr 1fr;gap:.9rem 0}.home .rc-trust-list li{padding-left:.7rem}.home .rc-trust-list li:nth-child(odd){padding-left:0;border-left:0}.home .rc-hero__visual{min-height:330px;margin-inline:-14px}.home .rc-hero__note{right:.8rem;bottom:.8rem}.home .rc-home-content{padding:1.5rem 0 2rem}.home .rc-home-primary{gap:1.8rem}.home .rc-home-how .rc-steps{display:grid;grid-template-columns:1fr 1fr;overflow:visible;gap:.65rem}.home .rc-steps li{min-height:190px}.home .rc-home-map__body{grid-template-columns:1fr;min-height:0}.home .rc-map-preview{min-height:300px}.home .rc-alert-list{border-top:1px solid var(--rc-border);border-left:0}.home .rc-home-secondary{margin-top:1.8rem}.home .rc-prevention{grid-template-columns:1fr}.home .rc-prevention__visual{min-height:210px}.home .rc-prevention__visual img{max-height:205px}.home .rc-network{padding:1rem 0}.home .rc-partner-types{grid-template-columns:1fr 1fr;row-gap:1rem}.home .rc-partner-types li:nth-child(3){border-left:0}.home .rc-app-banner{grid-template-columns:1fr;gap:1rem;padding:1.4rem}.home .rc-app-banner .rc-button{grid-column:auto;width:100%}}
