:root{
 --shell-bg:#fbf8f2;
 --shell-card:#fffdf9;
 --shell-text:#18382e;
 --shell-muted:#708078;
 --shell-green:#173b2f;
 --shell-green-2:#234e3e;
 --shell-gold:#bd9455;
 --shell-border:#e5dccf;
 --shell-radius:19px;
 --shell-shadow:0 18px 55px rgba(24,56,46,.08);
}

body.theme-servis{
 --shell-bg:#faf7f1;
 --shell-card:#fffaf3;
 --shell-text:#29453a;
 --shell-muted:#7a7e75;
 --shell-green:#314f41;
 --shell-green-2:#405f50;
 --shell-gold:#aa7e4f;
 --shell-border:#e7dbce;
 --shell-radius:22px;
}

.shared-header{
 position:sticky;
 top:0;
 z-index:9000;
 width:100%;
 background:rgba(251,248,242,.96);
 border-bottom:1px solid rgba(205,191,171,.55);
 backdrop-filter:blur(16px);
 -webkit-backdrop-filter:blur(16px);
}

body.theme-servis .shared-header{
 background:rgba(250,247,241,.97);
}

.shared-header-inner{
 min-height:78px;
 display:flex;
 align-items:center;
 justify-content:space-between;
 gap:22px;
}

.shared-logo{
 display:flex;
 align-items:center;
 gap:11px;
 min-width:0;
 color:var(--shell-green);
 text-decoration:none;
}

.shared-logo img{
 display:block;
 max-width:230px;
 max-height:48px;
 width:auto;
 height:auto;
 object-fit:contain;
}

.shared-logo-mark{
 width:40px;
 height:40px;
 flex:0 0 40px;
 display:grid;
 place-items:center;
 border-radius:50%;
 background:var(--shell-green);
 color:#fff;
 font-family:Georgia,serif;
 font-size:17px;
 box-shadow:0 8px 22px rgba(23,59,47,.14);
}

body.theme-servis .shared-logo-mark{
 border-radius:12px;
 background:var(--shell-gold);
}

.shared-logo-copy{
 min-width:0;
 display:flex;
 flex-direction:column;
 line-height:1.12;
}

.shared-logo-copy strong{
 max-width:255px;
 overflow:hidden;
 text-overflow:ellipsis;
 white-space:nowrap;
 font-family:Georgia,"Times New Roman",serif;
 font-size:17px;
 color:var(--shell-green);
}

.shared-logo-copy small{
 margin-top:4px;
 font-size:8px;
 letter-spacing:1.25px;
 color:#8c8a7f;
 font-weight:800;
}

.shared-nav{
 display:flex;
 align-items:center;
 justify-content:flex-end;
 gap:4px;
}

.shared-nav>a{
 display:inline-flex;
 align-items:center;
 min-height:40px;
 padding:8px 10px;
 border-radius:10px;
 color:#455b50;
 text-decoration:none;
 font-size:11px;
 font-weight:700;
 white-space:nowrap;
 transition:.2s ease;
}

.shared-nav>a:hover,
.shared-nav>a.active{
 background:#efe9de;
 color:var(--shell-green);
}

.shared-nav .shared-wa{
 margin-left:5px;
 padding-left:15px;
 padding-right:15px;
 background:var(--shell-green);
 color:#fff;
 box-shadow:0 8px 22px rgba(23,59,47,.13);
}

.shared-nav .shared-wa:hover{
 background:var(--shell-green-2);
 color:#fff;
 transform:translateY(-1px);
}

.shared-menu-btn{
 display:none;
 width:43px;
 height:43px;
 border:1px solid var(--shell-border);
 border-radius:11px;
 background:#fff;
 color:var(--shell-green);
 font-size:21px;
 cursor:pointer;
}

.shared-page{
 background:var(--shell-bg);
 color:var(--shell-text);
}

.shared-page-main{
 min-height:58vh;
 padding:42px 0 70px;
}

.shared-breadcrumb{
 display:flex;
 flex-wrap:wrap;
 align-items:center;
 gap:7px;
 margin:0 0 22px;
 color:#8a918c;
 font-size:10px;
}

.shared-breadcrumb a{
 color:#718077;
 text-decoration:none;
}

.shared-page-hero{
 margin-bottom:25px;
 padding:28px 30px;
 border:1px solid var(--shell-border);
 border-radius:var(--shell-radius);
 background:
 linear-gradient(
  135deg,
  rgba(255,255,255,.96),
  rgba(246,240,229,.84)
 );
 box-shadow:var(--shell-shadow);
}

body.theme-servis .shared-page-hero{
 background:
 linear-gradient(
  135deg,
  #fffaf3,
  #f3eadf
 );
}

.shared-page-eyebrow{
 display:block;
 margin-bottom:9px;
 color:var(--shell-gold);
 font-size:9px;
 font-weight:900;
 letter-spacing:1.55px;
 text-transform:uppercase;
}

.shared-page-hero h1{
 max-width:850px;
 margin:0;
 color:var(--shell-green);
 font-family:Georgia,"Times New Roman",serif;
 font-size:clamp(30px,5vw,49px);
 line-height:1.05;
 font-weight:500;
}

.shared-page-hero p{
 max-width:770px;
 margin:14px 0 0;
 color:var(--shell-muted);
 font-size:13px;
 line-height:1.75;
}

.shared-content{
 padding:30px;
 border:1px solid var(--shell-border);
 border-radius:var(--shell-radius);
 background:var(--shell-card);
 box-shadow:var(--shell-shadow);
}

.shared-content h2,
.shared-content h3{
 margin-top:28px;
 color:var(--shell-green);
 font-family:Georgia,"Times New Roman",serif;
 font-weight:500;
}

.shared-content h2:first-child,
.shared-content h3:first-child{
 margin-top:0;
}

.shared-content p,
.shared-content li{
 color:#68776f;
 font-size:12px;
 line-height:1.85;
}

.shared-content a{
 color:#796035;
}

.shared-content ul{
 padding-left:20px;
}

.shared-card-grid{
 display:grid;
 grid-template-columns:repeat(3,minmax(0,1fr));
 gap:17px;
 margin-top:22px;
}

.shared-card{
 overflow:hidden;
 border:1px solid var(--shell-border);
 border-radius:17px;
 background:#fff;
}

.shared-card img{
 display:block;
 width:100%;
 height:190px;
 object-fit:cover;
}

.shared-card-body{
 padding:19px;
}

.shared-card h2,
.shared-card h3{
 margin:0 0 8px;
 font-size:20px;
}

.shared-card p{
 margin:0;
}

.shared-region-grid{
 display:grid;
 grid-template-columns:repeat(4,minmax(0,1fr));
 gap:12px;
 margin-top:20px;
}

.shared-region{
 padding:16px;
 border:1px solid var(--shell-border);
 border-radius:14px;
 background:#fff;
 color:var(--shell-green);
 font-size:12px;
 font-weight:800;
}

.shared-faq-list{
 display:grid;
 gap:11px;
 margin-top:20px;
}

.shared-faq{
 padding:19px;
 border:1px solid var(--shell-border);
 border-radius:15px;
 background:#fff;
}

.shared-faq h2,
.shared-faq h3{
 margin:0 0 8px;
 font-family:inherit;
 font-size:14px;
 font-weight:850;
}

.shared-faq p{
 margin:0;
}

.shared-identity-box{
 margin:24px 0;
 padding:20px;
 border:1px solid var(--shell-border);
 border-radius:15px;
 background:#f8f4ec;
}

.shared-identity-box h2{
 margin-top:0;
}

.shared-contact-panel{
 display:grid;
 grid-template-columns:repeat(3,minmax(0,1fr));
 gap:12px;
 margin-top:24px;
}

.shared-contact-item{
 display:flex;
 flex-direction:column;
 gap:5px;
 padding:17px;
 border:1px solid var(--shell-border);
 border-radius:14px;
 background:#fff;
 text-decoration:none;
}

.shared-contact-item strong{
 color:var(--shell-green);
}

.shared-contact-item span{
 color:var(--shell-muted);
 font-size:11px;
 word-break:break-word;
}

.shared-footer{
 margin-top:0;
 padding:48px 0 19px;
 background:#17372d;
 color:#d8dfda;
}

body.theme-servis .shared-footer{
 background:#30493e;
}

.shared-footer-grid{
 display:grid;
 grid-template-columns:1.45fr .9fr .9fr 1fr;
 gap:35px;
}

.shared-footer h4{
 margin:0 0 14px;
 color:#d1ad73;
 font-size:9px;
 letter-spacing:1.4px;
}

.shared-footer-brand{
 margin-bottom:12px;
 color:#fff;
 font-family:Georgia,"Times New Roman",serif;
 font-size:21px;
}

.shared-footer p{
 max-width:430px;
 margin:0;
 color:#b7c2bc;
 font-size:10px;
 line-height:1.8;
}

.shared-footer a{
 display:block;
 margin:8px 0;
 color:#d3dbd6;
 font-size:10px;
 text-decoration:none;
}

.shared-footer a:hover{
 color:#fff;
}

.shared-footer-bottom{
 display:flex;
 justify-content:space-between;
 gap:20px;
 margin-top:34px;
 padding-top:17px;
 border-top:1px solid rgba(255,255,255,.10);
 color:#94a49c;
 font-size:9px;
 line-height:1.6;
}

@media(max-width:1040px){
 .shared-menu-btn{
  display:grid;
  place-items:center;
 }

 .shared-nav{
  position:absolute;
  left:14px;
  right:14px;
  top:calc(100% + 8px);
  display:none;
  flex-direction:column;
  align-items:stretch;
  padding:10px;
  border:1px solid var(--shell-border);
  border-radius:16px;
  background:#fffdf9;
  box-shadow:0 18px 55px rgba(20,45,34,.17);
 }

 .shared-nav.open{
  display:flex;
 }

 .shared-nav>a{
  width:100%;
  min-height:44px;
  padding:11px 13px;
 }

 .shared-nav .shared-wa{
  margin:4px 0 0;
  justify-content:center;
 }

 .shared-header-inner{
  position:relative;
  min-height:69px;
 }

 .shared-card-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
 }

 .shared-region-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
 }

 .shared-footer-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
 }
}

@media(max-width:650px){
 .shared-logo-copy strong{
  max-width:190px;
  font-size:15px;
 }

 .shared-logo-copy small{
  display:none;
 }

 .shared-page-main{
  padding:24px 0 92px;
 }

 .shared-page-hero{
  padding:22px 19px;
 }

 .shared-content{
  padding:21px 18px;
 }

 .shared-card-grid,
 .shared-region-grid,
 .shared-contact-panel,
 .shared-footer-grid{
  grid-template-columns:1fr;
 }

 .shared-card img{
  height:210px;
 }

 .shared-footer{
  padding-bottom:82px;
 }

 .shared-footer-bottom{
  flex-direction:column;
  gap:6px;
 }
}

@media(prefers-reduced-motion:reduce){
 .shared-nav>a{
  transition:none
 }
}
