﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

:root { --cesari-green:#27300f; --cesari-green-soft:#46501d; --cesari-gold:#b6a33a; --cesari-cream:#f7f2e7; --cesari-ink:#1f2514; }
body { background:#fbfaf6; color:var(--cesari-ink); }
.site-navbar { min-height:86px; padding:.65rem 0; background:linear-gradient(90deg,#1f270c,#252d11 55%,#182008); box-shadow:0 5px 22px rgba(18,24,5,.18); position:relative; z-index:100; }
.site-brand { display:flex; align-items:center; gap:.65rem; color:#fff!important; font-family:Georgia,'Times New Roman',serif; font-size:clamp(1.35rem,2vw,2rem); font-weight:700; letter-spacing:.02em; text-transform:uppercase; }
.site-brand-mark { width:29px; height:42px; fill:none; stroke:#e9e4c9; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.site-nav-links { gap:.65rem; }
.site-navbar .nav-link { color:rgba(255,255,255,.9); font-weight:500; padding:.65rem .7rem!important; }
.site-navbar .nav-link:hover,.site-navbar .nav-link:focus { color:#fff; }
.site-account-links { margin-left:1rem; gap:.35rem; }
.site-admin-link { font-size:.87rem; opacity:.72; }
.site-login-button { border:1px solid rgba(215,198,96,.8); border-radius:.75rem; padding-left:1.15rem!important; padding-right:1.15rem!important; }
.home-page-shell { width:100%; overflow:hidden; }
.home-page { background:var(--cesari-cream); }
.home-hero { min-height:650px; position:relative; display:flex; justify-content:center; align-items:flex-start; background:url('images/home/hero-oliveto.png') center 47%/cover no-repeat; }
.home-hero-shade { position:absolute; inset:0; background:linear-gradient(180deg,rgba(248,242,222,.2) 0%,rgba(247,240,215,.1) 40%,rgba(24,30,8,.28) 100%); }
.home-hero-content { position:relative; z-index:1; max-width:950px; padding:3.1rem 1.25rem 0; text-align:center; color:#20270f; text-shadow:0 1px 16px rgba(255,250,232,.7); }
.home-eyebrow { display:block; margin-bottom:.8rem; color:#667126; font-size:.78rem; font-weight:800; letter-spacing:.17em; text-transform:uppercase; }
.home-hero h1 { margin:0; font-family:Georgia,'Times New Roman',serif; font-size:clamp(2.7rem,5vw,5rem); font-weight:600; line-height:1.02; letter-spacing:-.035em; }
.home-title-rule { display:block; width:55px; height:3px; margin:1.25rem auto; background:var(--cesari-green-soft); }
.home-hero-content p { margin:0; font-size:clamp(1rem,1.5vw,1.35rem); line-height:1.45; }
.home-services { position:relative; z-index:2; margin-top:-290px; padding-bottom:2.2rem; }
.service-card { height:100%; overflow:hidden; border:1px solid rgba(255,255,255,.82); border-radius:1rem; background:var(--cesari-green); box-shadow:0 22px 55px rgba(25,31,10,.25); }
.service-card>img { display:block; width:100%; height:285px; object-fit:cover; }
.service-card-body { display:flex; align-items:center; gap:1.25rem; min-height:170px; padding:1.35rem 1.5rem; color:#fff; background:linear-gradient(105deg,#303913,#1c250c); }
.service-card-icon { flex:0 0 66px; display:grid; place-items:center; width:66px; height:66px; border:2px solid rgba(194,177,68,.55); border-radius:50%; }
.service-card-icon svg { width:41px; height:41px; fill:none; stroke:#f4efd9; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.service-card h2 { margin:0 0 .2rem; font-family:Georgia,'Times New Roman',serif; font-size:clamp(1.7rem,2.4vw,2.5rem); text-transform:uppercase; }
.service-card p { margin:0 0 .85rem; color:rgba(255,255,255,.82); }
.home-btn { display:inline-flex; align-items:center; gap:1.1rem; padding:.68rem 1rem; border-radius:.55rem; color:#fff; background:linear-gradient(135deg,#827b23,#a3922d); font-weight:700; text-decoration:none; transition:transform .2s ease,filter .2s ease; }
.home-btn:hover { color:#fff; filter:brightness(1.12); transform:translateY(-2px); }
.home-benefits { padding:1.9rem 0; background:#fbf8f0; border-top:1px solid #e0d9c5; border-bottom:1px solid #e0d9c5; }
.benefit-item { display:flex; gap:1rem; padding:1rem 1.35rem; }
.benefit-item+.benefit-item { border-left:1px solid #ddd4bd; }
.benefit-icon { color:var(--cesari-green-soft); font-family:Georgia,serif; font-size:2.25rem; line-height:1; }
.benefit-item h3 { margin:0 0 .35rem; font-size:.9rem; font-weight:800; text-transform:uppercase; }
.benefit-item p { margin:0; color:#656854; font-size:.9rem; line-height:1.45; }
.home-contact-strip { padding:3.5rem 0; color:#fff; background:linear-gradient(110deg,#222b0d,#3d4617); }
.home-contact-strip .container { display:flex; align-items:center; justify-content:space-between; gap:2rem; }
.home-contact-copy { max-width:760px; }
.home-contact-copy .home-eyebrow { color:#c8b955; }
.home-contact-copy h2 { margin:0 0 .55rem; font-family:Georgia,'Times New Roman',serif; font-size:clamp(1.8rem,3vw,3rem); }
.home-contact-copy p { margin:0; color:rgba(255,255,255,.75); }
.home-contact-actions { display:flex; flex:0 0 auto; gap:.75rem; }
.home-btn-light { color:#20270f; background:#f2e9cc; font-weight:700; }
.home-btn-light:hover { color:#20270f; background:#fff; }
@media(max-width:1199.98px){.benefit-item:nth-child(3){border-left:0}}
@media(max-width:991.98px){.site-navbar{min-height:74px}.site-navbar .navbar-collapse{padding:1rem 0}.site-account-links{align-items:stretch!important;margin-left:0}.home-hero{min-height:560px}.home-services{margin-top:-175px}.service-card>img{height:245px}.home-contact-strip .container{align-items:flex-start;flex-direction:column}}
@media(max-width:767.98px){.home-hero{min-height:500px;background-position:58% center}.home-hero-content{padding-top:2.4rem}.home-services{margin-top:-105px}.service-card-body{align-items:flex-start;min-height:auto}.benefit-item+.benefit-item{border-left:0}.benefit-item:nth-child(even){border-left:1px solid #ddd4bd}.home-contact-actions{flex-wrap:wrap}}
@media(max-width:575.98px){.site-brand{font-size:1.15rem}.home-hero h1 br{display:none}.service-card>img{height:210px}.service-card-icon{flex-basis:52px;width:52px;height:52px}.service-card-icon svg{width:32px;height:32px}.benefit-item:nth-child(even){border-left:0}}

/* Accesso clienti */
.client-login-body .site-navbar { background:linear-gradient(90deg,#1f270c,#252d11 55%,#182008); }
.client-login-page { padding:3rem 0 2rem; }
.client-login-card { display:grid; grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr); max-width:1080px; min-height:560px; margin:0 auto; overflow:hidden; border:1px solid rgba(39,48,15,.14); border-radius:1rem; background:#fff; box-shadow:0 24px 60px rgba(31,39,12,.16); }
.client-login-media { min-height:560px; background:var(--cesari-green); }
.client-login-media img { display:block; width:100%; height:100%; object-fit:cover; }
.client-login-panel { display:flex; align-items:center; padding:3.25rem; }
.client-login-form { width:100%; }
.client-login-eyebrow { display:block; margin-bottom:.65rem; color:#697329; font-size:.78rem; font-weight:800; letter-spacing:.16em; text-transform:uppercase; }
.client-login-form h1 { margin:0 0 .75rem; color:var(--cesari-green); font-family:Georgia,'Times New Roman',serif; font-size:clamp(2rem,3vw,3rem); line-height:1.05; }
.client-login-intro { margin:0 0 1.75rem; color:#666a59; line-height:1.55; }
.client-login-form .form-label { color:#303622; font-weight:700; }
.client-login-form .form-control { max-width:none; border-color:#cfd2c3; padding:.72rem .85rem; }
.client-login-form .form-control:focus { border-color:#667126; box-shadow:0 0 0 .2rem rgba(70,80,29,.16); }
.client-login-form a { color:#596322; }
.client-login-form a:hover { color:#27300f; }
.client-login-submit { padding:.75rem 1rem; border-color:var(--cesari-green); color:#fff; background:var(--cesari-green); font-weight:700; }
.client-login-submit:hover,.client-login-submit:focus { border-color:#3b4618; color:#fff; background:#3b4618; }
.client-login-register { margin:1.25rem 0 0; }
@media(max-width:991.98px){.client-login-card{grid-template-columns:1fr;max-width:700px}.client-login-media{min-height:300px;height:300px}.client-login-panel{padding:2.5rem}}
@media(max-width:575.98px){.client-login-page{padding:1.25rem 0}.client-login-card{border-radius:.75rem}.client-login-media{min-height:220px;height:220px}.client-login-panel{padding:1.75rem 1.25rem}}

/* Home visual alignment with the approved reference */
.site-navbar>.container { max-width:1476px; }
.home-body .site-nav-links .nav-item:first-child .nav-link { position:relative; }
.home-body .site-nav-links .nav-item:first-child .nav-link::after { content:""; position:absolute; right:.7rem; bottom:.25rem; left:.7rem; height:2px; background:#b8a541; }
.home-hero { min-height:685px; }
.home-hero-content { padding-top:1.5rem; }
.home-hero h1 { font-size:clamp(2.75rem,4vw,3.8rem); line-height:1.04; }
.home-title-rule { margin:.9rem auto; }
.home-hero-content p { font-size:clamp(1rem,1.35vw,1.2rem); }
.home-services { margin-top:-411px; padding-bottom:0; }
.home-services>.container,.home-benefits>.container,.home-contact-strip>.container { max-width:1412px; }
.service-card>img { height:264px; }
.service-card-body { min-height:147px; padding:1rem 1.25rem; }
.service-card h2 { font-size:clamp(1.7rem,2.35vw,2.3rem); line-height:1; }
.home-benefits { min-height:129px; padding:1.1rem 0; }
.benefit-item { align-items:center; min-height:94px; padding:.75rem 1.3rem; }
.benefit-icon { flex:0 0 54px; display:block; width:54px; height:54px; }
.benefit-icon svg { width:54px; height:54px; fill:none; stroke:var(--cesari-green); stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.home-contact-strip { min-height:124px; padding:1.15rem 0; color:var(--cesari-ink); background:#fbfaf6; border-bottom:1px solid #e0d9c5; }
.contact-item { display:flex; align-items:center; gap:1rem; min-height:86px; padding:.65rem 1.3rem; }
.contact-icon { flex:0 0 54px; display:grid; place-items:center; width:54px; height:54px; border-radius:50%; background:var(--cesari-green); }
.contact-icon svg { width:30px; height:30px; fill:none; stroke:#fff; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.contact-item h3 { margin:0 0 .25rem; font-size:.9rem; font-weight:800; text-transform:uppercase; }
.contact-item p { margin:0; color:#363a2c; font-size:.9rem; }
.contact-item a { color:#5c632c; font-size:.83rem; text-decoration:none; }
.contact-item a:hover { color:#252d11; text-decoration:underline; }
@media(max-width:991.98px){.home-hero{min-height:590px}.home-services{margin-top:-260px}.service-card>img{height:245px}.home-benefits,.home-contact-strip{min-height:auto}}
@media(max-width:767.98px){.home-hero{min-height:520px}.home-services{margin-top:-150px}.service-card>img{height:230px}.contact-item{min-height:100px}}

:root { --cesari-green:#27300f; --cesari-green-soft:#46501d; --cesari-gold:#b6a33a; --cesari-cream:#f7f2e7; --cesari-ink:#1f2514; }
body { background:#fbfaf6; color:var(--cesari-ink); }
.site-navbar { min-height:86px; padding:.65rem 0; background:linear-gradient(90deg,#1f270c,#252d11 55%,#182008); box-shadow:0 5px 22px rgba(18,24,5,.18); position:relative; z-index:100; }
.site-brand { display:flex; align-items:center; gap:.65rem; color:#fff!important; font-family:Georgia,'Times New Roman',serif; font-size:clamp(1.35rem,2vw,2rem); font-weight:700; letter-spacing:.02em; text-transform:uppercase; }
.site-brand-mark { width:29px; height:42px; fill:none; stroke:#e9e4c9; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.site-nav-links { gap:.65rem; }
.site-navbar .nav-link { color:rgba(255,255,255,.9); font-weight:500; padding:.65rem .7rem!important; }
.site-navbar .nav-link:hover,.site-navbar .nav-link:focus { color:#fff; }
.site-account-links { margin-left:1rem; gap:.35rem; }
.site-admin-link { font-size:.87rem; opacity:.72; }
.site-login-button { border:1px solid rgba(215,198,96,.8); border-radius:.75rem; padding-left:1.15rem!important; padding-right:1.15rem!important; }
.home-page-shell { width:100%; overflow:hidden; }
.home-page { background:var(--cesari-cream); }
.home-hero { min-height:650px; position:relative; display:flex; justify-content:center; align-items:flex-start; background:url('/Content/images/home/hero-oliveto.png') center 47%/cover no-repeat; }
.home-hero-shade { position:absolute; inset:0; background:linear-gradient(180deg,rgba(248,242,222,.2) 0%,rgba(247,240,215,.1) 40%,rgba(24,30,8,.28) 100%); }
.home-hero-content { position:relative; z-index:1; max-width:950px; padding:3.1rem 1.25rem 0; text-align:center; color:#20270f; text-shadow:0 1px 16px rgba(255,250,232,.7); }
.home-eyebrow { display:block; margin-bottom:.8rem; color:#667126; font-size:.78rem; font-weight:800; letter-spacing:.17em; text-transform:uppercase; }
.home-hero h1 { margin:0; font-family:Georgia,'Times New Roman',serif; font-size:clamp(2.7rem,5vw,5rem); font-weight:600; line-height:1.02; letter-spacing:-.035em; }
.home-title-rule { display:block; width:55px; height:3px; margin:1.25rem auto; background:var(--cesari-green-soft); }
.home-hero-content p { margin:0; font-size:clamp(1rem,1.5vw,1.35rem); line-height:1.45; }
.home-services { position:relative; z-index:2; margin-top:-290px; padding-bottom:2.2rem; }
.service-card { height:100%; overflow:hidden; border:1px solid rgba(255,255,255,.82); border-radius:1rem; background:var(--cesari-green); box-shadow:0 22px 55px rgba(25,31,10,.25); }
.service-card>img { display:block; width:100%; height:285px; object-fit:cover; }
.service-card-body { display:flex; align-items:center; gap:1.25rem; min-height:170px; padding:1.35rem 1.5rem; color:#fff; background:linear-gradient(105deg,#303913,#1c250c); }
.service-card-icon { flex:0 0 66px; display:grid; place-items:center; width:66px; height:66px; border:2px solid rgba(194,177,68,.55); border-radius:50%; }
.service-card-icon svg { width:41px; height:41px; fill:none; stroke:#f4efd9; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.service-card h2 { margin:0 0 .2rem; font-family:Georgia,'Times New Roman',serif; font-size:clamp(1.7rem,2.4vw,2.5rem); text-transform:uppercase; }
.service-card p { margin:0 0 .85rem; color:rgba(255,255,255,.82); }
.home-btn { display:inline-flex; align-items:center; gap:1.1rem; padding:.68rem 1rem; border-radius:.55rem; color:#fff; background:linear-gradient(135deg,#827b23,#a3922d); font-weight:700; text-decoration:none; transition:transform .2s ease,filter .2s ease; }
.home-btn:hover { color:#fff; filter:brightness(1.12); transform:translateY(-2px); }
.home-benefits { padding:1.9rem 0; background:#fbf8f0; border-top:1px solid #e0d9c5; border-bottom:1px solid #e0d9c5; }
.benefit-item { display:flex; gap:1rem; padding:1rem 1.35rem; }
.benefit-item+.benefit-item { border-left:1px solid #ddd4bd; }
.benefit-icon { color:var(--cesari-green-soft); font-family:Georgia,serif; font-size:2.25rem; line-height:1; }
.benefit-item h3 { margin:0 0 .35rem; font-size:.9rem; font-weight:800; text-transform:uppercase; }
.benefit-item p { margin:0; color:#656854; font-size:.9rem; line-height:1.45; }
.home-contact-strip { padding:3.5rem 0; color:#fff; background:linear-gradient(110deg,#222b0d,#3d4617); }
.home-contact-strip .container { display:flex; align-items:center; justify-content:space-between; gap:2rem; }
.home-contact-copy { max-width:760px; }
.home-contact-copy .home-eyebrow { color:#c8b955; }
.home-contact-copy h2 { margin:0 0 .55rem; font-family:Georgia,'Times New Roman',serif; font-size:clamp(1.8rem,3vw,3rem); }
.home-contact-copy p { margin:0; color:rgba(255,255,255,.75); }
.home-contact-actions { display:flex; flex:0 0 auto; gap:.75rem; }
.home-btn-light { color:#20270f; background:#f2e9cc; font-weight:700; }
.home-btn-light:hover { color:#20270f; background:#fff; }
@media(max-width:1199.98px){.benefit-item:nth-child(3){border-left:0}}
@media(max-width:991.98px){.site-navbar{min-height:74px}.site-navbar .navbar-collapse{padding:1rem 0}.site-account-links{align-items:stretch!important;margin-left:0}.home-hero{min-height:560px}.home-services{margin-top:-175px}.service-card>img{height:245px}.home-contact-strip .container{align-items:flex-start;flex-direction:column}}
@media(max-width:767.98px){.home-hero{min-height:500px;background-position:58% center}.home-hero-content{padding-top:2.4rem}.home-services{margin-top:-105px}.service-card-body{align-items:flex-start;min-height:auto}.benefit-item+.benefit-item{border-left:0}.benefit-item:nth-child(even){border-left:1px solid #ddd4bd}.home-contact-actions{flex-wrap:wrap}}
@media(max-width:575.98px){.site-brand{font-size:1.15rem}.home-hero h1 br{display:none}.service-card>img{height:210px}.service-card-icon{flex-basis:52px;width:52px;height:52px}.service-card-icon svg{width:32px;height:32px}.benefit-item:nth-child(even){border-left:0}}
