/* Gestionale Aste Immobiliari - CRM clienti e investitori - restyling 2026 */
.gaste-crm-page{color:var(--gaste-text);font-family:var(--gaste-font-body);background:#fff}
.gaste-crm-page h1,.gaste-crm-page h2,.gaste-crm-page h3{font-family:var(--gaste-font-heading);color:var(--gaste-blue);font-weight:800}
.gaste-crm-page p{line-height:1.75}
.gaste-crm-hero{position:relative;overflow:hidden;padding:88px 0 76px;background:linear-gradient(135deg,#f7f3f5 0%,#fff 56%,#eef3f7 100%)}
.gaste-crm-hero:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-180px;top:-220px;background:rgba(141,96,120,.12)}
.gaste-crm-hero:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;left:-180px;bottom:-210px;background:rgba(120,184,67,.1)}
.gaste-crm-hero .container{position:relative;z-index:1}
.gaste-crm-kicker{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}
.gaste-crm-kicker span,.gaste-crm-eyebrow{display:inline-flex;align-items:center;width:max-content;border:1px solid rgba(141,96,120,.23);border-radius:999px;background:rgba(141,96,120,.09);color:var(--gaste-vinaccia-dark);font-size:12px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;padding:7px 13px}
.gaste-crm-hero h1{font-size:clamp(38px,4.6vw,64px);line-height:1.03;letter-spacing:-.045em;margin:0 0 22px;max-width:780px}
.gaste-crm-lead{font-size:clamp(17px,1.4vw,20px);color:var(--gaste-muted);margin:0 0 22px;max-width:660px}
.gaste-crm-checks{list-style:none;padding:0;margin:0 0 28px;display:grid;gap:11px}
.gaste-crm-checks li{display:flex;align-items:flex-start;gap:10px;color:var(--gaste-blue);font-weight:700}
.gaste-crm-checks i{display:grid;place-items:center;flex:0 0 23px;width:23px;height:23px;border-radius:50%;background:var(--gaste-green);color:#fff;font-size:12px;margin-top:1px}
.gaste-crm-actions{display:flex;flex-wrap:wrap;gap:12px}
.gaste-crm-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;border:2px solid transparent;border-radius:12px;padding:12px 22px;font-weight:800;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}
.gaste-crm-btn:hover{transform:translateY(-2px)}
.gaste-crm-btn-primary{background:var(--gaste-vinaccia);color:#fff;box-shadow:0 12px 28px rgba(118,78,100,.22)}
.gaste-crm-btn-primary:hover{background:var(--gaste-vinaccia-dark);color:#fff}
.gaste-crm-btn-secondary{border-color:rgba(24,52,78,.18);background:#fff;color:var(--gaste-blue)}
.gaste-crm-btn-secondary:hover{border-color:var(--gaste-blue);color:var(--gaste-blue)}
.gaste-crm-btn-light{background:#fff;color:var(--gaste-blue);white-space:nowrap}
.gaste-crm-btn-light:hover{color:var(--gaste-vinaccia-dark);box-shadow:0 12px 28px rgba(0,0,0,.14)}
.gaste-crm-hero-visual{position:relative;padding:14px;border:1px solid rgba(24,52,78,.1);border-radius:24px;background:rgba(255,255,255,.8);box-shadow:0 26px 60px rgba(16,38,61,.16);transform:rotate(1deg)}
.gaste-crm-hero-visual img{width:100%;min-height:260px;object-fit:cover;object-position:center;border-radius:15px}
.gaste-crm-subnav{position:sticky;top:0;z-index:20;border-top:1px solid rgba(24,52,78,.08);border-bottom:1px solid rgba(24,52,78,.1);background:rgba(255,255,255,.96);box-shadow:0 8px 24px rgba(16,38,61,.05);backdrop-filter:blur(10px)}
.gaste-crm-subnav .container{display:flex;gap:28px;overflow-x:auto;padding-top:16px;padding-bottom:16px;scrollbar-width:none}
.gaste-crm-subnav .container::-webkit-scrollbar{display:none}
.gaste-crm-subnav a{color:var(--gaste-blue);font-size:14px;font-weight:800;text-decoration:none;white-space:nowrap}
.gaste-crm-subnav a:hover{color:var(--gaste-vinaccia)}
.gaste-crm-section{padding:92px 0;scroll-margin-top:72px}
.gaste-crm-section-soft{background:var(--gaste-soft)}
.gaste-crm-answer{max-width:940px;margin:auto;text-align:center;border:1px solid var(--gaste-border);border-radius:24px;padding:42px 48px;background:#fff;box-shadow:0 20px 50px rgba(16,38,61,.07)}
.gaste-crm-answer .gaste-crm-eyebrow,.gaste-crm-heading .gaste-crm-eyebrow{margin:0 auto 16px}
.gaste-crm-answer h2,.gaste-crm-heading h2,.gaste-crm-section>.container>.row h2{font-size:clamp(30px,3.5vw,46px);line-height:1.12;letter-spacing:-.035em;margin:0 0 16px}
.gaste-crm-answer p{font-size:18px;margin:0;color:var(--gaste-muted)}
.gaste-crm-heading{max-width:820px;margin:0 auto 46px;text-align:center}
.gaste-crm-heading p{font-size:17px;color:var(--gaste-muted);margin:0}
.gaste-crm-card{height:100%;border:1px solid var(--gaste-border);border-radius:20px;background:#fff;padding:28px;box-shadow:0 14px 36px rgba(16,38,61,.06);transition:transform .2s ease,box-shadow .2s ease}
.gaste-crm-card:hover{transform:translateY(-5px);box-shadow:0 20px 44px rgba(16,38,61,.1)}
.gaste-crm-card>i{display:grid;place-items:center;width:50px;height:50px;border-radius:15px;background:rgba(141,96,120,.1);color:var(--gaste-vinaccia);font-size:21px;margin-bottom:20px}
.gaste-crm-card h3{font-size:21px;margin:0 0 10px}
.gaste-crm-card p{font-size:15px;color:var(--gaste-muted);margin:0}
.gaste-crm-feature-list{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:16px}
.gaste-crm-feature-list li{display:flex;gap:12px;align-items:flex-start}
.gaste-crm-feature-list i{display:grid;place-items:center;flex:0 0 25px;width:25px;height:25px;border-radius:50%;background:var(--gaste-green);color:#fff;font-size:12px;margin-top:2px}
.gaste-crm-screen{padding:13px;border-radius:23px;background:#fff;border:1px solid var(--gaste-border);box-shadow:0 24px 60px rgba(16,38,61,.13)}
.gaste-crm-screen img{width:100%;border-radius:14px}
.gaste-crm-image-note{color:var(--gaste-muted);font-size:12px;line-height:1.55;margin:10px 6px 0;text-align:center}
.gaste-crm-section-dark{position:relative;background:linear-gradient(135deg,var(--gaste-blue-dark),var(--gaste-blue));color:#fff}
.gaste-crm-section-dark:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(141,96,120,.35),transparent 30%);pointer-events:none}
.gaste-crm-section-dark .container{position:relative}
.gaste-crm-heading-light h2{color:#fff}
.gaste-crm-heading-light p{color:rgba(255,255,255,.72)}
.gaste-crm-heading-light .gaste-crm-eyebrow{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.09);color:#fff}
.gaste-crm-step{height:100%;border:1px solid rgba(255,255,255,.13);border-radius:20px;padding:27px;background:rgba(255,255,255,.06)}
.gaste-crm-step>span{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--gaste-vinaccia);color:#fff;font-weight:900;margin-bottom:20px}
.gaste-crm-step h3{font-size:20px;color:#fff;margin:0 0 9px}
.gaste-crm-step p{font-size:15px;color:rgba(255,255,255,.7);margin:0}
.gaste-crm-steps-five{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.gaste-crm-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;max-width:930px;margin:auto}
.gaste-crm-fields span{display:flex;align-items:center;gap:12px;border:1px solid var(--gaste-border);border-radius:15px;background:#fff;padding:18px 20px;color:var(--gaste-blue);font-weight:800;box-shadow:0 10px 26px rgba(16,38,61,.05)}
.gaste-crm-fields i{color:var(--gaste-vinaccia);font-size:18px}
.gaste-crm-workflow-panel{border:1px solid var(--gaste-border);border-radius:23px;background:#fff;padding:22px;box-shadow:0 24px 60px rgba(16,38,61,.12)}
.gaste-crm-workflow-top{display:flex;flex-direction:column;gap:5px;border-bottom:1px solid var(--gaste-border);padding:2px 2px 18px;margin-bottom:5px}
.gaste-crm-workflow-top span{color:var(--gaste-vinaccia);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.gaste-crm-workflow-top strong{color:var(--gaste-blue);font-family:var(--gaste-font-heading);font-size:20px}
.gaste-crm-workflow-row{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:12px;align-items:center;border-bottom:1px solid rgba(24,52,78,.08);padding:14px 2px}
.gaste-crm-workflow-number{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:rgba(141,96,120,.1);color:var(--gaste-vinaccia);font-size:12px;font-weight:900}
.gaste-crm-workflow-row div{display:flex;flex-direction:column;min-width:0}
.gaste-crm-workflow-row strong{color:var(--gaste-blue);font-size:14px}
.gaste-crm-workflow-row small{color:var(--gaste-muted);font-size:12px}
.gaste-crm-workflow-row em{border-radius:999px;padding:6px 9px;font-size:10px;font-style:normal;font-weight:800;white-space:nowrap}
.gaste-crm-workflow-row .is-done{background:rgba(120,184,67,.14);color:#56872d}
.gaste-crm-workflow-row .is-progress{background:rgba(201,144,24,.13);color:#9b6b0c}
.gaste-crm-workflow-row .is-todo{background:rgba(24,52,78,.07);color:var(--gaste-muted)}
.gaste-crm-workflow-progress{padding-top:20px}
.gaste-crm-workflow-progress>div{display:flex;justify-content:space-between;color:var(--gaste-blue);font-size:13px;margin-bottom:8px}
.gaste-crm-workflow-progress>i{display:block;height:8px;border-radius:999px;background:#eef1f4;overflow:hidden}
.gaste-crm-workflow-progress b{display:block;width:40%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--gaste-vinaccia),var(--gaste-green))}
.gaste-crm-ai{background:linear-gradient(145deg,#fff 0%,#f5f8f2 100%)}
.gaste-crm-ai-horizons{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:24px 0}
.gaste-crm-ai-horizons article{display:flex;flex-direction:column;gap:5px;border:1px solid rgba(120,184,67,.25);border-radius:15px;background:#fff;padding:17px}
.gaste-crm-ai-horizons strong{color:var(--gaste-blue)}
.gaste-crm-ai-horizons span{color:var(--gaste-muted);font-size:13px;line-height:1.55}
.gaste-crm-ai-note{display:flex;gap:13px;align-items:flex-start;border-left:4px solid var(--gaste-green);border-radius:0 12px 12px 0;background:#fff;padding:16px 18px}
.gaste-crm-ai-note i{color:var(--gaste-green);margin-top:4px}
.gaste-crm-ai-note p{font-size:14px;margin:0;color:var(--gaste-muted)}
.gaste-crm-ai-image{background:linear-gradient(135deg,#fff,#edf4e8)}
.gaste-crm-integration{display:flex;gap:16px;align-items:flex-start;height:100%;border:1px solid var(--gaste-border);border-radius:18px;background:#fff;padding:23px;text-decoration:none;box-shadow:0 12px 30px rgba(16,38,61,.05);transition:transform .2s ease,border-color .2s ease}
.gaste-crm-integration:hover{transform:translateY(-4px);border-color:rgba(141,96,120,.35)}
.gaste-crm-integration>i{display:grid;place-items:center;flex:0 0 43px;width:43px;height:43px;border-radius:13px;background:rgba(141,96,120,.1);color:var(--gaste-vinaccia);font-size:17px}
.gaste-crm-integration h3{font-size:18px;margin:0 0 6px}
.gaste-crm-integration p{color:var(--gaste-muted);font-size:14px;line-height:1.65;margin:0}
.gaste-crm-table-wrap{border:1px solid var(--gaste-border);border-radius:20px;background:#fff;box-shadow:0 18px 44px rgba(16,38,61,.07);overflow:hidden}
.gaste-crm-table{margin:0;color:var(--gaste-text)}
.gaste-crm-table th,.gaste-crm-table td{padding:17px 19px;border-color:rgba(24,52,78,.09);vertical-align:middle}
.gaste-crm-table thead th{background:var(--gaste-blue);color:#fff;border:0}
.gaste-crm-table tbody th{color:var(--gaste-blue)}
.gaste-crm-table td:last-child{color:var(--gaste-blue);font-weight:700}
.gaste-crm-table td:last-child i{color:var(--gaste-green);margin-right:6px}
.gaste-crm-note{padding:0 0 92px;background:var(--gaste-soft)}
.gaste-crm-note-inner{display:flex;gap:22px;align-items:flex-start;border:1px solid rgba(201,144,24,.25);border-radius:20px;background:#fffaf0;padding:30px 34px}
.gaste-crm-note-inner>i{display:grid;place-items:center;flex:0 0 50px;width:50px;height:50px;border-radius:15px;background:rgba(201,144,24,.13);color:var(--gaste-gold);font-size:20px}
.gaste-crm-note h2{font-size:23px;margin:0 0 7px}
.gaste-crm-note p{color:var(--gaste-muted);margin:0}
.gaste-crm-faq{max-width:920px;margin:auto}
.gaste-crm-faq .accordion-item{border:1px solid var(--gaste-border);border-radius:15px!important;margin-bottom:12px;overflow:hidden}
.gaste-crm-faq .accordion-button{color:var(--gaste-blue);font-family:var(--gaste-font-heading);font-size:17px;font-weight:800;padding:20px 22px;box-shadow:none}
.gaste-crm-faq .accordion-button:not(.collapsed){color:var(--gaste-vinaccia-dark);background:rgba(141,96,120,.07)}
.gaste-crm-faq .accordion-button:focus{border-color:transparent;box-shadow:0 0 0 3px rgba(141,96,120,.13)}
.gaste-crm-faq .accordion-body{color:var(--gaste-muted);line-height:1.75;padding:4px 22px 22px}
.gaste-crm-final{padding:0 0 92px}
.gaste-crm-final-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;border-radius:28px;padding:48px;background:linear-gradient(135deg,var(--gaste-vinaccia-dark),var(--gaste-blue));color:#fff;box-shadow:0 24px 56px rgba(16,38,61,.18)}
.gaste-crm-final .gaste-crm-eyebrow{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.09);color:#fff;margin-bottom:14px}
.gaste-crm-final h2{color:#fff;font-size:clamp(28px,3vw,42px);letter-spacing:-.03em;margin:0 0 10px}
.gaste-crm-final p{color:rgba(255,255,255,.76);margin:0;max-width:720px}
@media (max-width:991.98px){
  .gaste-crm-hero{padding:68px 0 62px}
  .gaste-crm-hero-visual{transform:none}
  .gaste-crm-section{padding:72px 0}
  .gaste-crm-fields{grid-template-columns:repeat(2,1fr)}
  .gaste-crm-steps-five{grid-template-columns:repeat(2,1fr)}
  .gaste-crm-final-inner{align-items:flex-start;flex-direction:column}
  .gaste-crm-note{padding-bottom:72px}
  .gaste-crm-final{padding-bottom:72px}
}
@media (max-width:575.98px){
  .gaste-crm-hero{padding:52px 0 48px}
  .gaste-crm-hero h1{font-size:38px}
  .gaste-crm-actions,.gaste-crm-btn{width:100%}
  .gaste-crm-subnav .container{gap:20px}
  .gaste-crm-section{padding:58px 0}
  .gaste-crm-answer{padding:30px 22px;text-align:left}
  .gaste-crm-answer .gaste-crm-eyebrow{margin-left:0}
  .gaste-crm-fields{grid-template-columns:1fr}
  .gaste-crm-steps-five,.gaste-crm-ai-horizons{grid-template-columns:1fr}
  .gaste-crm-workflow-panel{padding:17px}
  .gaste-crm-workflow-row{grid-template-columns:34px minmax(0,1fr)}
  .gaste-crm-workflow-row em{grid-column:2;width:max-content}
  .gaste-crm-note{padding-bottom:58px}
  .gaste-crm-note-inner{padding:24px;flex-direction:column}
  .gaste-crm-final{padding-bottom:58px}
  .gaste-crm-final-inner{padding:32px 24px}
  .gaste-crm-table th,.gaste-crm-table td{min-width:150px;padding:14px}
}
@media (prefers-reduced-motion:reduce){
  .gaste-crm-btn,.gaste-crm-card{transition:none}
}
