:root {
  --rsi-accent: #e60090;
  --rsi-accent-light: #ff4fba;
  --rsi-navy: #06172a;
  --rsi-navy-soft: #0c2540;
  --rsi-ink: #101f34;
  --rsi-muted: #657083;
  --rsi-light: #f6f7fb;
  --rsi-line: #e4e7ee;
  --rsi-white: #fff;
  --rsi-shadow: 0 24px 70px rgba(7, 24, 44, .12);
  --rsi-radius: 24px;
}

html { scroll-behavior: smooth; }
body { color: var(--rsi-ink); background: #fff; font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
h1, h2, h3, .navbar-brand { font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; letter-spacing: -.035em; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.rsi-skip-link { position: fixed; z-index: 10000; top: 10px; left: 10px; padding: 10px 16px; color: #fff; background: var(--rsi-accent); border-radius: 8px; transform: translateY(-150%); }
.rsi-skip-link:focus { transform: none; }

.rsi-header { position: relative; z-index: 1000; background: rgba(255, 255, 255, .97); border-bottom: 1px solid rgba(10, 31, 54, .08); transition: box-shadow .25s ease; }
.rsi-header.is-sticky { position: fixed; inset: 0 0 auto; box-shadow: 0 10px 35px rgba(7, 24, 44, .12); animation: rsiHeaderIn .25s ease both; }
@keyframes rsiHeaderIn { from { transform: translateY(-100%); } to { transform: none; } }
.rsi-header .navbar { min-height: 82px; padding: 12px 0; }
.rsi-header .navbar-brand { display: block; width: min(206px, 42vw); padding: 0; }
.rsi-header .navbar-brand img { display: block; width: 100%; }
.rsi-header .nav-link { position: relative; margin: 0 6px; padding: 12px 3px !important; color: #24334a; font-size: .84rem; font-weight: 600; }
.rsi-header .nav-link::after { position: absolute; right: 50%; bottom: 5px; left: 50%; height: 2px; content: ""; background: var(--rsi-accent); transition: all .2s ease; }
.rsi-header .nav-link:hover, .rsi-header .nav-link:focus { color: var(--rsi-accent); }
.rsi-header .nav-link:hover::after, .rsi-header .nav-link:focus::after { right: 0; left: 0; }
.rsi-header .nav-link.active { color: var(--rsi-accent); }
.rsi-header .nav-link.active::after { right: 0; left: 0; }
.rsi-header .dropdown-toggle::after { display: none; }
.rsi-nav-chevron { display: inline-block; width: 7px; height: 7px; margin: 0 0 3px 5px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .2s ease; }
.rsi-header .dropdown-toggle[aria-expanded="true"] .rsi-nav-chevron { transform: translateY(3px) rotate(225deg); }
.rsi-header .dropdown-menu { min-width: 300px; padding: 10px; margin-top: 7px; background: rgba(255,255,255,.99); border: 1px solid rgba(7,24,44,.09); border-radius: 14px; box-shadow: 0 24px 55px rgba(7,24,44,.16); }
.rsi-header .dropdown-menu::before { position: absolute; top: -7px; left: 32px; width: 14px; height: 14px; content: ""; background: #fff; border-top: 1px solid rgba(7,24,44,.09); border-left: 1px solid rgba(7,24,44,.09); transform: rotate(45deg); }
.rsi-header .dropdown-menu-end::before { right: 32px; left: auto; }
.rsi-header .dropdown-item { display: flex; flex-direction: column; gap: 2px; padding: 10px 12px; color: var(--rsi-ink); border-radius: 9px; white-space: normal; }
.rsi-header .dropdown-item strong { font-size: .8rem; font-weight: 700; }
.rsi-header .dropdown-item small { color: var(--rsi-muted); font-size: .67rem; }
.rsi-header .dropdown-item:hover, .rsi-header .dropdown-item:focus { color: var(--rsi-accent); background: #fff1f8; }
.rsi-header .dropdown-item:hover small, .rsi-header .dropdown-item:focus small { color: #8f5278; }
.rsi-header-cta { white-space: nowrap; }
.navbar-toggler { width: 46px; height: 42px; padding: 9px; border: 0; box-shadow: none !important; }
.navbar-toggler span { display: block; width: 25px; height: 2px; margin: 5px auto; background: var(--rsi-navy); transition: .25s ease; }
.navbar-toggler[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.navbar-toggler[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.navbar-toggler[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.btn { padding: .86rem 1.35rem; border-radius: 8px; font-size: .92rem; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.rsi-btn-primary { color: #fff; border: 0; background: linear-gradient(135deg, var(--rsi-accent), #ff4778); box-shadow: 0 12px 28px rgba(230, 0, 144, .25); }
.rsi-btn-primary:hover, .rsi-btn-primary:focus { color: #fff; background: linear-gradient(135deg, #ff0aa0, #ff5c86); box-shadow: 0 15px 34px rgba(230, 0, 144, .34); }
.rsi-btn-outline-light { color: #fff; border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.04); }
.rsi-btn-outline-light:hover, .rsi-btn-outline-light:focus { color: var(--rsi-navy); background: #fff; border-color: #fff; }

.rsi-hero { position: relative; min-height: 630px; padding: 86px 0 112px; color: #fff; background: radial-gradient(circle at 72% 28%, rgba(22, 91, 150, .33), transparent 29%), radial-gradient(circle at 90% 80%, rgba(230, 0, 144, .18), transparent 26%), linear-gradient(135deg, #031221, #09243f 58%, #06172a); overflow: hidden; }
.rsi-hero::before { position: absolute; inset: 0; content: ""; opacity: .4; background-image: radial-gradient(circle, rgba(255,255,255,.46) 1px, transparent 1.5px); background-size: 120px 120px; mask-image: linear-gradient(to right, transparent, #000 45%); }
.rsi-orbit { position: absolute; border: 1px solid rgba(230,0,144,.35); border-radius: 50%; transform: rotate(-16deg); }
.rsi-orbit::after { position: absolute; width: 8px; height: 8px; content: ""; border-radius: 50%; background: #ff60c2; box-shadow: 0 0 16px #ff60c2; }
.rsi-orbit-one { width: 560px; height: 180px; right: -80px; top: 90px; }
.rsi-orbit-one::after { top: 18px; left: 120px; }
.rsi-orbit-two { width: 420px; height: 130px; left: 31%; bottom: 35px; border-color: rgba(79,190,255,.25); }
.rsi-orbit-two::after { right: 30px; bottom: 20px; background: #4fb9ff; box-shadow: 0 0 16px #4fb9ff; }
.rsi-kicker, .rsi-eyebrow { display: inline-flex; align-items: center; margin-bottom: 16px; color: var(--rsi-accent); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.rsi-kicker::before, .rsi-eyebrow::before { width: 20px; height: 2px; margin-right: 9px; content: ""; background: currentColor; }
.rsi-kicker-light { color: #ff6dc7; }
.rsi-hero h1 { max-width: 720px; margin: 0 0 22px; font-size: clamp(2.7rem, 5vw, 4.9rem); font-weight: 800; line-height: 1.02; }
.rsi-hero-lead { max-width: 650px; margin-bottom: 30px; color: rgba(255,255,255,.79); font-size: clamp(1.05rem, 1.5vw, 1.24rem); line-height: 1.65; }
.rsi-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.rsi-hero-note { display: flex; max-width: 570px; align-items: flex-start; gap: 10px; margin-top: 25px; color: rgba(255,255,255,.72); font-size: .88rem; line-height: 1.5; }
.rsi-check { flex: 0 0 22px; height: 22px; color: #fff; background: rgba(230,0,144,.85); border-radius: 50%; text-align: center; line-height: 22px; }
.rsi-hero-visual { position: relative; width: 114%; margin-left: -2%; filter: drop-shadow(0 28px 50px rgba(0,0,0,.32)); }
.rsi-hero-visual > img { display: block; width: 100%; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; }
.rsi-property-card { position: absolute; left: -25px; bottom: -40px; display: flex; width: 300px; padding: 10px; color: var(--rsi-ink); background: #fff; border-radius: 14px; box-shadow: 0 18px 45px rgba(0,0,0,.32); }
.rsi-property-card img { width: 110px; height: 100px; border-radius: 9px; object-fit: cover; }
.rsi-property-card div { display: flex; flex: 1; flex-direction: column; justify-content: center; padding: 5px 10px; }
.rsi-property-card span { color: var(--rsi-accent); font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.rsi-property-card strong { margin: 4px 0; font-size: .83rem; line-height: 1.2; }
.rsi-property-card small { color: var(--rsi-muted); font-size: .7rem; }

.rsi-proof-wrap { position: relative; z-index: 10; margin-top: -54px; }
.rsi-proof-bar { display: grid; grid-template-columns: repeat(4, 1fr); padding: 22px 18px; background: #fff; border: 1px solid rgba(12,37,64,.08); border-radius: 16px; box-shadow: var(--rsi-shadow); }
.rsi-proof-item { display: flex; align-items: center; gap: 13px; padding: 0 18px; border-right: 1px solid var(--rsi-line); }
.rsi-proof-item:last-child { border: 0; }
.rsi-proof-icon { display: grid; width: 46px; height: 46px; flex: 0 0 46px; place-items: center; color: var(--rsi-accent); background: #fff0f8; border-radius: 12px; font-size: .74rem; font-weight: 800; }
.rsi-proof-item div { display: flex; flex-direction: column; }
.rsi-proof-item strong { font-size: .84rem; }
.rsi-proof-item small { margin-top: 3px; color: var(--rsi-muted); font-size: .7rem; line-height: 1.3; }

.rsi-section { position: relative; padding: 110px 0; }
.rsi-section-light { background: linear-gradient(180deg, #fff 0, #f8f9fc 100%); }
.rsi-section-heading { max-width: 760px; margin-bottom: 52px; }
.rsi-section h2 { margin: 0 0 20px; font-size: clamp(2.15rem, 3.6vw, 3.65rem); font-weight: 800; line-height: 1.08; }
.rsi-section-heading > p, .rsi-section-lead { color: var(--rsi-muted); font-size: 1.05rem; line-height: 1.75; }
.rsi-section-dark { color: #fff; background: var(--rsi-navy); overflow: hidden; }
.rsi-section-dark::before { position: absolute; inset: 0; content: ""; opacity: .22; background: radial-gradient(circle at 85% 30%, rgba(230,0,144,.65), transparent 27%), radial-gradient(circle at 18% 75%, rgba(39,142,220,.6), transparent 30%); }
.rsi-section-dark .container { position: relative; }
.rsi-section-dark .rsi-section-lead { color: rgba(255,255,255,.7); }
.rsi-section-lead-dark { color: var(--rsi-muted); }

.rsi-pillar-card { height: 100%; padding: 34px 30px 28px; background: #fff; border: 1px solid var(--rsi-line); border-radius: var(--rsi-radius); box-shadow: 0 18px 55px rgba(10,29,50,.08); transition: transform .25s ease, box-shadow .25s ease; overflow: hidden; }
.rsi-pillar-card:hover { transform: translateY(-6px); box-shadow: 0 25px 65px rgba(10,29,50,.13); }
.rsi-card-number { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 24px; color: #fff; background: linear-gradient(135deg, var(--rsi-accent), #ff557e); border-radius: 12px; font-size: .8rem; font-weight: 800; box-shadow: 0 8px 20px rgba(230,0,144,.2); }
.rsi-pillar-card h3 { margin-bottom: 13px; font-size: 1.36rem; font-weight: 800; }
.rsi-pillar-card > p { min-height: 78px; color: var(--rsi-muted); font-size: .92rem; line-height: 1.65; }
.rsi-check-list { padding: 0; margin: 20px 0 28px; list-style: none; }
.rsi-check-list li { position: relative; margin: 9px 0; padding-left: 22px; font-size: .82rem; font-weight: 600; }
.rsi-check-list li::before { position: absolute; left: 0; color: var(--rsi-accent); content: "✓"; font-weight: 800; }
.rsi-card-link { display: inline-flex; align-items: center; gap: 8px; margin: -3px 0 22px; color: var(--rsi-accent); font-size: .8rem; font-weight: 800; text-decoration: none; }
.rsi-card-link span { transition: transform .2s ease; }
.rsi-card-link:hover { color: #b80073; }
.rsi-card-link:hover span { transform: translateX(4px); }
.rsi-mini-browser { position: relative; height: 188px; margin: 0 -12px -6px; background: #eef1f6; border: 1px solid #dde2ea; border-radius: 12px; box-shadow: 0 12px 30px rgba(7,24,44,.1); overflow: hidden; }
.rsi-browser-top { display: flex; align-items: center; gap: 4px; height: 22px; padding: 0 8px; background: #fff; }
.rsi-browser-top i { width: 5px; height: 5px; border-radius: 50%; background: #d4d9e2; }
.rsi-preview-photo { height: 73px; background: linear-gradient(rgba(6,23,42,.15), rgba(6,23,42,.65)), url('../img/immobile-vista-mare.webp') center/cover; }
.rsi-preview-search { display: flex; align-items: center; gap: 7px; width: 88%; height: 31px; margin: -12px auto 9px; padding: 6px; background: #fff; border-radius: 5px; box-shadow: 0 5px 15px rgba(0,0,0,.14); }
.rsi-preview-search b { width: 30%; height: 6px; background: #e6e8ed; border-radius: 4px; }
.rsi-preview-search span { width: 18%; height: 18px; margin-left: auto; background: var(--rsi-accent); border-radius: 4px; }
.rsi-preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; padding: 0 13px; }
.rsi-preview-grid i { height: 45px; background: linear-gradient(to bottom, #9eb0bf 55%, #fff 55%); border-radius: 4px; }
.rsi-cms-shell { display: grid; grid-template-columns: 23% 1fr; height: calc(100% - 22px); }
.rsi-cms-nav { background: linear-gradient(180deg, #0b2036, #143350); }
.rsi-cms-rows { padding: 18px 12px; }
.rsi-cms-rows i { display: block; height: 25px; margin-bottom: 8px; background: linear-gradient(90deg, #b9c4ce 12%, #fff 12%, #fff 70%, #e6fff2 70%); border-radius: 5px; box-shadow: 0 2px 8px rgba(7,24,44,.08); }
.rsi-landing-photo { position: absolute; inset: 22px 0 0; background: linear-gradient(90deg, rgba(5,22,40,.8), rgba(5,22,40,.05)), url('../img/immobile-vista-mare.webp') center/cover; }
.rsi-landing-form { position: absolute; top: 43px; right: 14px; display: flex; width: 43%; flex-direction: column; gap: 8px; padding: 13px; background: #fff; border-radius: 8px; box-shadow: 0 8px 20px rgba(0,0,0,.24); }
.rsi-landing-form i { height: 13px; background: #eef0f4; border-radius: 3px; }
.rsi-landing-form b { height: 20px; background: var(--rsi-accent); border-radius: 3px; }

.rsi-focus-section { padding: 120px 0; }
.rsi-marketing-flow { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 38px; }
.rsi-marketing-flow > div { display: flex; min-width: 88px; flex-direction: column; }
.rsi-marketing-flow > div span { display: grid; width: 34px; height: 34px; place-items: center; margin-bottom: 10px; color: #ff75ca; border: 1px solid rgba(255,255,255,.17); border-radius: 9px; font-size: .65rem; font-weight: 800; }
.rsi-marketing-flow strong { font-size: .79rem; }
.rsi-marketing-flow small { margin-top: 4px; color: rgba(255,255,255,.5); font-size: .66rem; }
.rsi-marketing-flow > i { color: rgba(255,255,255,.35); font-style: normal; }
.rsi-dashboard { padding: 28px; background: rgba(14,44,73,.82); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; box-shadow: 0 35px 80px rgba(0,0,0,.3); backdrop-filter: blur(12px); }
.rsi-dashboard-head { display: flex; justify-content: space-between; margin-bottom: 20px; }
.rsi-dashboard-head span { font-weight: 700; }
.rsi-dashboard-head small { color: rgba(255,255,255,.48); }
.rsi-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.rsi-stat-grid > div { display: flex; flex-direction: column; padding: 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.07); border-radius: 12px; }
.rsi-stat-grid small { color: rgba(255,255,255,.55); font-size: .68rem; }
.rsi-stat-grid strong { margin: 6px 0 3px; font-size: 1.25rem; }
.rsi-stat-grid em { color: #68df9b; font-size: .68rem; font-style: normal; }
.rsi-chart { position: relative; margin-top: 14px; padding: 18px 18px 5px; background: rgba(2,16,29,.35); border-radius: 14px; }
.rsi-chart-label { font-size: .72rem; font-weight: 600; }
.rsi-chart svg { width: 100%; height: auto; margin-top: 12px; overflow: visible; }
.rsi-chart-area { fill: url(#chartFill); }
.rsi-chart-line { fill: none; stroke: var(--rsi-accent-light); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 6px rgba(230,0,144,.55)); }

.rsi-cms-section { background: #fff; }
.rsi-cms-board { display: grid; grid-template-columns: 145px 1fr; min-height: 450px; background: #f7f8fb; border: 1px solid var(--rsi-line); border-radius: 20px; box-shadow: var(--rsi-shadow); overflow: hidden; }
.rsi-cms-board aside { display: flex; flex-direction: column; padding: 26px 13px; color: rgba(255,255,255,.6); background: linear-gradient(180deg, #081b30, #102f4d); }
.rsi-cms-board aside strong { margin: 0 10px 24px; color: #fff; font-size: 1.1rem; }
.rsi-cms-board aside span { margin: 2px 0; padding: 10px; border-radius: 7px; font-size: .7rem; }
.rsi-cms-board aside span.active { color: #fff; background: var(--rsi-accent); }
.rsi-cms-content { padding: 28px 24px; overflow: hidden; }
.rsi-cms-title { display: flex; align-items: flex-end; justify-content: space-between; }
.rsi-cms-title div { display: flex; flex-direction: column; }
.rsi-cms-title small { color: var(--rsi-muted); font-size: .65rem; }
.rsi-cms-title strong { margin-top: 4px; font-size: 1.15rem; }
.rsi-cms-title button { padding: 8px 12px; color: #fff; background: var(--rsi-accent); border: 0; border-radius: 6px; font-size: .62rem; }
.rsi-cms-filters { display: flex; gap: 18px; margin: 25px 0 12px; color: var(--rsi-muted); font-size: .63rem; }
.rsi-cms-filters span:first-child { color: var(--rsi-accent); font-weight: 700; }
.rsi-cms-filters b { margin-left: auto; padding: 4px 24px 4px 8px; background: #fff; border: 1px solid var(--rsi-line); border-radius: 5px; font-weight: 400; }
.rsi-listing-row { display: grid; grid-template-columns: 66px minmax(130px, 1fr) 80px 68px; align-items: center; gap: 12px; margin-bottom: 10px; padding: 10px; background: #fff; border-radius: 8px; box-shadow: 0 3px 12px rgba(7,24,44,.05); }
.rsi-listing-row img, .rsi-house-placeholder { width: 66px; height: 47px; border-radius: 6px; object-fit: cover; }
.rsi-house-placeholder { display: block; background: linear-gradient(rgba(6,23,42,.12), rgba(6,23,42,.12)), url('../img/hero-realizzazione-sito-immobiliare.webp') 78% 45%/230%; }
.rsi-house-placeholder.placeholder-two { background-position: 63% 48%; filter: saturate(.6); }
.rsi-listing-row > div { display: flex; flex-direction: column; }
.rsi-listing-row > div strong { font-size: .71rem; }
.rsi-listing-row > div small { margin-top: 3px; color: var(--rsi-muted); font-size: .58rem; }
.rsi-listing-row > b { font-size: .68rem; }
.rsi-listing-row > em { padding: 5px 7px; color: #18804b; background: #e8fff2; border-radius: 5px; font-size: .53rem; font-style: normal; text-align: center; }
.rsi-listing-row > em.draft { color: #b57008; background: #fff5df; }
.rsi-feature-list { padding: 0; margin: 28px 0; list-style: none; }
.rsi-feature-list li { display: flex; align-items: center; gap: 11px; margin: 13px 0; font-size: .92rem; font-weight: 600; }
.rsi-feature-list li span { display: grid; width: 23px; height: 23px; flex: 0 0 23px; place-items: center; color: #fff; background: var(--rsi-accent); border-radius: 50%; font-size: .65rem; }
.rsi-text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--rsi-accent); font-weight: 800; text-decoration: none; }
.rsi-text-link:hover { color: #b80073; }
.rsi-text-link span { transition: transform .2s ease; }
.rsi-text-link:hover span { transform: translateX(4px); }

.rsi-landing-demo { position: relative; min-height: 485px; margin-left: 30px; border: 1px solid rgba(255,255,255,.23); border-radius: 20px; box-shadow: 0 35px 80px rgba(0,0,0,.38); overflow: hidden; }
.rsi-landing-demo::after { position: absolute; inset: 0; z-index: 1; content: ""; background: linear-gradient(90deg, rgba(4,19,34,.88) 0, rgba(4,19,34,.2) 60%, rgba(4,19,34,.1)); }
.rsi-landing-demo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rsi-landing-copy { position: absolute; z-index: 2; top: 76px; left: 42px; display: flex; max-width: 260px; flex-direction: column; }
.rsi-landing-copy span { color: #ff72c8; font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.rsi-landing-copy strong { margin: 12px 0; font-size: 2rem; line-height: 1.05; }
.rsi-landing-copy small { color: rgba(255,255,255,.72); line-height: 1.5; }
.rsi-lead-form { position: absolute; z-index: 3; top: 48px; right: 30px; display: flex; width: 225px; flex-direction: column; gap: 9px; padding: 21px; color: var(--rsi-ink); background: #fff; border-radius: 13px; box-shadow: 0 20px 50px rgba(0,0,0,.3); }
.rsi-lead-form strong { margin-bottom: 4px; font-size: .9rem; }
.rsi-lead-form i { padding: 9px; color: #8c94a1; background: #f7f8fa; border: 1px solid #e6e8ed; border-radius: 5px; font-size: .57rem; font-style: normal; }
.rsi-lead-form b { padding: 10px; color: #fff; background: linear-gradient(135deg, var(--rsi-accent), #ff557e); border-radius: 5px; font-size: .62rem; text-align: center; }
.rsi-lead-form small { color: #9299a5; font-size: .52rem; text-align: center; }
.rsi-source-card { position: absolute; z-index: 4; right: 22px; bottom: 24px; display: grid; grid-template-columns: 1fr auto; width: 180px; padding: 14px; background: rgba(7,29,49,.9); border: 1px solid rgba(255,255,255,.13); border-radius: 11px; backdrop-filter: blur(12px); }
.rsi-source-card small { grid-column: 1/-1; color: rgba(255,255,255,.48); font-size: .56rem; }
.rsi-source-card strong { margin-top: 4px; font-size: .72rem; }
.rsi-source-card em { align-self: end; color: #66dfa1; font-size: .69rem; font-style: normal; }

.rsi-process-section { background: #f7f8fb; }
.rsi-process-grid article { position: relative; height: 100%; padding: 30px; background: #fff; border: 1px solid var(--rsi-line); border-radius: 17px; box-shadow: 0 12px 35px rgba(7,24,44,.06); }
.rsi-process-grid article::after { position: absolute; top: 50%; right: -28px; z-index: 2; color: #c8ced7; content: "→"; font-size: 1.5rem; }
.rsi-process-grid > div:last-child article::after { display: none; }
.rsi-process-grid article > span { display: grid; width: 38px; height: 38px; place-items: center; color: #fff; background: var(--rsi-accent); border-radius: 50%; font-size: .72rem; font-weight: 800; }
.rsi-process-grid h3 { margin: 22px 0 10px; font-size: 1.2rem; font-weight: 800; }
.rsi-process-grid p { margin: 0; color: var(--rsi-muted); font-size: .86rem; line-height: 1.65; }
.rsi-process-action { margin-top: 34px; text-align: center; }

.rsi-identity-section { color: #fff; background: linear-gradient(135deg, #06172a, #0c2b49); overflow: hidden; }
.rsi-identity-section::before { position: absolute; inset: auto -15% -75% 25%; height: 520px; content: ""; background: radial-gradient(ellipse, rgba(230,0,144,.3), transparent 65%); }
.rsi-identity-section p { max-width: 530px; margin-bottom: 28px; color: rgba(255,255,255,.68); line-height: 1.7; }
.rsi-showcase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; transform: perspective(1000px) rotateY(-4deg); }
.rsi-showcase-card { position: relative; display: flex; min-height: 320px; flex-direction: column; justify-content: flex-end; padding: 24px 20px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background-position: center; background-size: cover; box-shadow: 0 20px 45px rgba(0,0,0,.3); overflow: hidden; }
.rsi-showcase-card::before { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(3,18,32,.05), rgba(3,18,32,.94)); }
.rsi-showcase-card > * { position: relative; }
.showcase-one { background-image: url('../img/immobile-vista-mare.webp'); }
.showcase-two { background-image: url('../img/hero-realizzazione-sito-immobiliare.webp'); background-position: 72% center; }
.showcase-three { background-image: url('../img/hero-realizzazione-sito-immobiliare.webp'); background-position: 52% center; }
.rsi-showcase-card span { color: #ff75ca; font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.rsi-showcase-card strong { margin: 9px 0 18px; font-size: 1.2rem; line-height: 1.15; }
.rsi-showcase-card small { color: rgba(255,255,255,.5); font-size: .62rem; }

.rsi-faq-section { background: #fff; }
.rsi-faq-section .col-lg-4 > p { color: var(--rsi-muted); line-height: 1.7; }
.rsi-accordion .accordion-item { border: 0; border-bottom: 1px solid var(--rsi-line); }
.rsi-accordion .accordion-button { padding: 22px 4px; color: var(--rsi-ink); background: #fff; box-shadow: none; font-size: 1rem; font-weight: 700; }
.rsi-accordion .accordion-button:not(.collapsed) { color: var(--rsi-accent); }
.rsi-accordion .accordion-button::after { width: 28px; height: 28px; background: none; content: "+"; color: var(--rsi-accent); font-size: 1.5rem; font-weight: 400; line-height: 25px; text-align: center; transform: none; }
.rsi-accordion .accordion-button:not(.collapsed)::after { content: "−"; }
.rsi-accordion .accordion-body { padding: 0 45px 24px 4px; color: var(--rsi-muted); line-height: 1.7; }

.rsi-footer { padding: 0 0 28px; color: rgba(255,255,255,.67); background: #041426; }
.rsi-contact-panel { position: relative; top: -55px; display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 42px 48px; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(230,0,144,.42), transparent 34%), linear-gradient(135deg, #0b2945, #07192c); border: 1px solid rgba(255,255,255,.11); border-radius: 20px; box-shadow: 0 28px 70px rgba(0,0,0,.3); overflow: hidden; }
.rsi-contact-panel::after { position: absolute; width: 330px; height: 110px; right: -40px; top: 8px; content: ""; border: 1px solid rgba(255,91,191,.3); border-radius: 50%; transform: rotate(-12deg); }
.rsi-contact-panel > * { position: relative; z-index: 1; }
.rsi-contact-panel h2 { margin: 7px 0 10px; font-size: clamp(2rem, 3vw, 3rem); font-weight: 800; }
.rsi-contact-panel p { max-width: 660px; margin: 0; color: rgba(255,255,255,.65); }
.rsi-contact-actions { display: flex; min-width: 230px; flex-direction: column; align-items: center; gap: 15px; }
.rsi-text-link-light { color: rgba(255,255,255,.8); font-size: .78rem; }
.rsi-text-link-light:hover { color: #fff; }
.rsi-footer-grid { padding: 25px 0 50px; }
.rsi-footer-logo { width: 206px;opacity: .92; }
.rsi-footer-intro { max-width: 400px; margin-top: 20px; line-height: 1.65; }
.rsi-footer h3 { margin-bottom: 17px; color: #fff; font-size: .83rem; font-weight: 800; letter-spacing: .03em; }
.rsi-footer ul { padding: 0; margin: 0; list-style: none; }
.rsi-footer li { margin: 9px 0; font-size: .78rem; }
.rsi-footer a { text-decoration: none; }
.rsi-footer li a:hover { color: #fff; }
.rsi-footer-kicker { display: block; color: rgba(255,255,255,.45); font-size: .72rem; }
.rsi-webburning { display: inline-block; margin: 3px 0 9px; color: #fff; font-size: 1.35rem; font-weight: 800; }
.rsi-webburning:hover { color: #ff75ca; }
.rsi-footer-grid .col-lg-3 p { font-size: .78rem; line-height: 1.55; }
.rsi-footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); font-size: .7rem; }
.rsi-back-top:hover { color: #fff; }

[data-rsi-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
[data-rsi-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  [data-rsi-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 1199.98px) {
  .rsi-header .navbar-collapse { position: absolute; top: 100%; right: 0; left: 0; padding: 15px calc((100% - 960px)/2) 24px; background: #fff; box-shadow: 0 20px 30px rgba(7,24,44,.12); }
  .rsi-header .navbar-nav { align-items: stretch !important; }
  .rsi-header .nav-link { margin: 0; padding: 10px 0 !important; }
  .rsi-header .nav-link::after { display: none; }
  .rsi-header .dropdown-menu { min-width: 0; padding: 2px 0 9px 15px; margin: 0 0 3px; background: #f8f9fc; border: 0; border-left: 2px solid #ffd4ed; border-radius: 0 0 8px 8px; box-shadow: none; }
  .rsi-header .dropdown-menu::before { display: none; }
  .rsi-header .dropdown-item { padding: 9px 11px; }
  .rsi-header .dropdown-item small { display: none; }
  .rsi-header .navbar-collapse { max-height: calc(100vh - 70px); overflow-y: auto; }
  .rsi-header .navbar-collapse .btn { margin: 12px 0 0 !important; }
  .rsi-hero { padding-top: 70px; }
  .rsi-proof-bar { grid-template-columns: repeat(2, 1fr); }
  .rsi-proof-item { padding: 14px 18px; }
  .rsi-proof-item:nth-child(2) { border-right: 0; }
  .rsi-proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--rsi-line); }
  .rsi-process-grid > div:nth-child(2) article::after { display: none; }
}

@media (max-width: 991.98px) {
  .rsi-header .navbar-collapse { padding-right: 30px; padding-left: 30px; }
  .rsi-hero { padding-bottom: 125px; text-align: center; }
  .rsi-hero-lead, .rsi-hero-note { margin-right: auto; margin-left: auto; }
  .rsi-hero-actions { justify-content: center; }
  .rsi-hero-note { justify-content: center; text-align: left; }
  .rsi-hero-visual { width: 96%; margin: 15px auto 0; }
  .rsi-property-card { left: 15px; }
  .rsi-section { padding: 85px 0; }
  .rsi-cms-board { min-height: 420px; }
  .rsi-landing-demo { margin-left: 0; }
  .rsi-showcase-grid { transform: none; }
  .rsi-contact-panel { align-items: flex-start; flex-direction: column; }
  .rsi-contact-actions { min-width: 0; align-items: flex-start; }
}

@media (max-width: 767.98px) {
  .rsi-header .navbar { min-height: 70px; }
  .rsi-header .navbar-brand { width: min(265px, 70vw); }
  .rsi-hero { min-height: auto; padding: 62px 0 108px; }
  .rsi-hero h1 { font-size: clamp(2.45rem, 11vw, 3.6rem); }
  .rsi-property-card { position: relative; left: auto; bottom: auto; width: 92%; margin: -35px auto 0; }
  .rsi-proof-bar { grid-template-columns: 1fr; padding: 10px 18px; }
  .rsi-proof-item { border-right: 0; border-bottom: 1px solid var(--rsi-line) !important; }
  .rsi-proof-item:last-child { border-bottom: 0 !important; }
  .rsi-pillar-card > p { min-height: 0; }
  .rsi-marketing-flow { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .rsi-marketing-flow > i { display: none; }
  .rsi-stat-grid { grid-template-columns: 1fr; }
  .rsi-cms-board { grid-template-columns: 92px minmax(480px, 1fr); overflow-x: auto; }
  .rsi-cms-board aside { padding-right: 7px; padding-left: 7px; }
  .rsi-cms-content { min-width: 480px; }
  .rsi-landing-demo { min-height: 560px; }
  .rsi-landing-copy { top: 35px; left: 25px; }
  .rsi-lead-form { top: auto; right: 25px; bottom: 35px; left: 25px; width: auto; }
  .rsi-source-card { display: none; }
  .rsi-process-grid article::after { display: none; }
  .rsi-showcase-grid { grid-template-columns: 1fr; }
  .rsi-showcase-card { min-height: 260px; }
  .rsi-contact-panel { top: -35px; padding: 34px 26px; }
  .rsi-footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
}

@media (max-width: 575.98px) {
  .rsi-header .navbar-collapse { padding-right: 18px; padding-left: 18px; }
  .rsi-hero-actions .btn { width: 100%; }
  .rsi-proof-wrap { margin-top: -40px; }
  .rsi-section-heading { margin-bottom: 36px; }
  .rsi-section h2 { font-size: 2.2rem; }
  .rsi-pillar-card { padding: 27px 22px 22px; }
  .rsi-dashboard { padding: 18px; }
  .rsi-cms-board { margin-right: -12px; margin-left: -12px; }
  .rsi-landing-copy strong { font-size: 1.65rem; }
  .rsi-contact-panel .btn { width: 100%; }
  .rsi-footer-logo { width: 206px; }
}
