
:root{
  --navy:#072e52;
  --blue:#0e66c6;
  --teal:#13b8b2;
  --orange:#ef6335;
  --ink:#143548;
  --muted:#6c7d89;
  --soft:#f4f8fb;
  --line:#dce7ee;
  --white:#fff;
  --shadow:0 18px 45px rgba(7,46,82,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 36px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:58px;height:58px;object-fit:contain}
.brand strong{display:block;color:var(--navy);font-size:1.1rem}
.brand small{display:block;color:var(--muted);font-size:.72rem}
.menu{display:flex;align-items:center;gap:24px;font-weight:800;color:var(--navy)}
.menu a:hover{color:var(--blue)}
.menu-toggle{display:none;background:none;border:0;font-size:1.6rem}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:10px;background:var(--blue);color:#fff;border:2px solid var(--blue);font-weight:900;cursor:pointer}
.btn:hover{transform:translateY(-1px)}
.btn.secondary{background:transparent;color:var(--navy);border-color:var(--navy)}
.btn.teal{background:var(--teal);border-color:var(--teal)}
.btn.orange{background:var(--orange);border-color:var(--orange)}
.hero{position:relative;min-height:650px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(5,35,62,.96) 0%,rgba(5,35,62,.82) 44%,rgba(5,35,62,.18) 75%),url('/sava-hero-v2.jpg') center/cover no-repeat;color:#fff}
.hero-content{max-width:650px;padding:90px 0}
.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;font-weight:900;color:var(--teal);margin:0 0 10px}
h1,h2,h3{line-height:1.15;margin-top:0;color:var(--navy)}
.hero h1{font-size:clamp(3rem,6vw,5.3rem);color:#fff;letter-spacing:-.05em;margin-bottom:22px}
.hero p{font-size:1.08rem;color:#d6e4ed;max-width:620px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0}
.hero-points{display:flex;flex-wrap:wrap;gap:20px;font-size:.9rem;font-weight:700;color:#d8e7ef}
.quick-bar{margin-top:-42px;position:relative;z-index:5}
.quick-grid{display:grid;grid-template-columns:repeat(5,1fr);background:linear-gradient(135deg,var(--navy),#0d4e7f);border-radius:18px;box-shadow:var(--shadow);overflow:hidden}
.quick-grid a{padding:22px;color:#fff;border-right:1px solid rgba(255,255,255,.12)}
.quick-grid a:last-child{border-right:0}
.quick-grid strong{display:block;font-size:.95rem}
.quick-grid span{display:block;color:#c8dce8;font-size:.78rem;margin-top:4px}
.section{padding:90px 0}
.section.soft{background:var(--soft)}
.section-head{text-align:center;max-width:760px;margin:0 auto 42px}
.section-head p{color:var(--muted)}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.service-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(7,46,82,.07)}
.service-card img{width:100%;height:190px;object-fit:cover}
.service-card div{padding:22px}
.service-card h3{margin-bottom:9px}
.service-card p{color:var(--muted);margin-bottom:0}
.feature-band{background:linear-gradient(135deg,var(--navy),#0d4f83);color:#fff}
.feature-grid{display:grid;grid-template-columns:1.1fr repeat(3,.8fr);gap:24px;align-items:center}
.feature-grid h2{color:#fff}
.feature-grid p{color:#d3e4ed}
.feature-item strong{display:block;font-size:1.15rem}
.feature-item span{color:#c6d9e5;font-size:.88rem}
.split{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
.photo-card{border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}
.photo-card img{width:100%;height:100%;object-fit:cover}
.checks{display:grid;gap:12px;margin:22px 0}
.checks div{display:flex;gap:10px}
.checks b{color:var(--teal)}
.county-list{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}
.county-list span{padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:#fff;font-weight:800;color:var(--navy)}
.map-frame{width:100%;height:420px;border:0;border-radius:24px;box-shadow:var(--shadow)}
.track-card{background:linear-gradient(135deg,#eaf4ff,#f8fbfd);border:1px solid var(--line);border-radius:24px;padding:30px;display:grid;grid-template-columns:1fr .9fr;gap:30px;align-items:center}
.track-visual{background:#fff;border-radius:20px;padding:20px;box-shadow:var(--shadow)}
.track-status{display:grid;gap:10px}
.track-status div{display:flex;justify-content:space-between;padding:12px;border-radius:10px;background:#f5f8fa}
.partner-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.partner-grid div{border:1px solid var(--line);border-radius:14px;padding:18px;text-align:center;font-weight:900;color:var(--navy);background:#fff}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px}
.contact-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:var(--shadow)}
.row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
label{display:grid;gap:7px;margin-bottom:14px;font-weight:800;font-size:.9rem}
input,select,textarea{width:100%;padding:13px 14px;border:1px solid #cbd8dd;border-radius:11px;font:inherit}
footer{background:#072943;color:#fff;padding:52px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:34px}
footer h3{color:#fff}
footer a,footer p{color:#c8d9e3}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:18px;color:#9db2bf;font-size:.82rem}
@media(max-width:1000px){
  .menu-toggle{display:block}.menu{display:none;position:absolute;top:84px;left:18px;right:18px;background:#fff;padding:18px;border-radius:14px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.menu.open{display:flex}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .quick-grid{grid-template-columns:repeat(2,1fr)}
  .feature-grid{grid-template-columns:1fr 1fr}
  .split,.track-card,.contact-grid{grid-template-columns:1fr}
  .partner-grid{grid-template-columns:repeat(3,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .hero{min-height:590px}.hero-content{padding:70px 0}.hero h1{font-size:3rem}
  .services-grid,.feature-grid,.partner-grid,.footer-grid,.row{grid-template-columns:1fr}
  .quick-grid{grid-template-columns:1fr}
  .section{padding:70px 0}
  .hero-actions .btn{width:100%}
  .footer-bottom{flex-direction:column}
}


/* Header and photo reliability fix */
.site-header .container.nav{
  width:min(1320px,calc(100% - 28px));
}
.site-header .nav{
  min-height:92px;
  gap:18px;
}
.site-header .brand{
  flex:0 0 auto;
  min-width:220px;
}
.site-header .brand img{
  width:72px;
  height:72px;
}
.site-header .brand strong{
  font-size:1.12rem;
}
.site-header .brand small{
  max-width:165px;
  line-height:1.25;
}
.site-header .menu{
  margin-left:auto;
  gap:18px;
  font-size:.92rem;
  white-space:nowrap;
}
.site-header .menu a{
  display:inline-flex;
  align-items:center;
  min-height:44px;
}
.site-header .menu .lang-link{
  padding:8px 12px;
  border:1px solid var(--line);
  border-radius:999px;
}
.site-header .menu .call-btn{
  padding:0 16px;
  color:#fff;
}
.hero{
  background:
    linear-gradient(90deg,rgba(5,35,62,.96) 0%,rgba(5,35,62,.82) 45%,rgba(5,35,62,.15) 76%),
    url('/sava-hero-v2.jpg') center/cover no-repeat !important;
}
.service-card img,
.photo-card img{
  display:block !important;
  opacity:1 !important;
  visibility:visible !important;
}
.service-card img{
  background:#eaf0f4;
}
@media(max-width:1180px){
  .site-header .menu{gap:12px;font-size:.84rem}
  .site-header .brand{min-width:190px}
  .site-header .brand img{width:62px;height:62px}
}
@media(max-width:1000px){
  .site-header .brand{min-width:auto}
  .site-header .menu{
    white-space:normal;
  }
}


/* Photo alignment and card sizing fix */
.services-grid{
  align-items:stretch;
}
.service-card{
  display:flex;
  flex-direction:column;
  height:100%;
}
.service-card img{
  width:100%;
  height:210px !important;
  aspect-ratio:4/3;
  object-fit:cover !important;
  object-position:center center !important;
  flex:0 0 auto;
}
.service-card div{
  display:flex;
  flex-direction:column;
  flex:1;
  min-height:190px;
}
.service-card h3{
  min-height:54px;
}
.service-card p{
  margin-top:auto;
}
.photo-card{
  display:flex;
  align-items:stretch;
  min-height:360px;
}
.photo-card img{
  width:100%;
  height:100% !important;
  min-height:360px;
  object-fit:cover !important;
  object-position:center center !important;
}
.split{
  align-items:stretch;
}
.split > div{
  min-width:0;
}
.section.soft .split .photo-card{
  max-height:430px;
}
.section.soft .split .photo-card img{
  object-position:center 30% !important;
}
#contact .photo-card{
  max-height:430px;
}
#contact .photo-card img{
  object-position:center center !important;
}
@media(max-width:1000px){
  .service-card img{height:220px !important}
  .service-card div{min-height:170px}
  .photo-card,.photo-card img{min-height:320px}
}
@media(max-width:620px){
  .service-card img{height:230px !important}
  .service-card h3{min-height:auto}
  .service-card div{min-height:auto}
  .photo-card,.photo-card img{min-height:280px}
}


/* Final clean photo treatment */
.services-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}
.service-card{
  display:grid;
  grid-template-rows:220px 1fr;
  overflow:hidden;
  height:100%;
  border-radius:18px;
}
.service-card img{
  width:100%;
  height:220px !important;
  object-fit:cover !important;
  object-position:center !important;
  border-radius:0 !important;
}
.service-card > div{
  min-height:205px;
  display:flex;
  flex-direction:column;
  padding:22px;
}
.service-card h3{
  min-height:52px;
  margin-bottom:10px;
}
.service-card p{
  margin-top:auto;
}
.photo-card{
  min-height:0 !important;
  height:auto !important;
  aspect-ratio:3/2;
  overflow:hidden;
  border-radius:24px;
}
.photo-card img{
  width:100%;
  height:100% !important;
  min-height:0 !important;
  object-fit:cover !important;
  object-position:center !important;
}
.section.soft .split .photo-card,
#contact .photo-card{
  max-height:none !important;
}
.contact-grid .photo-card{
  aspect-ratio:3/2;
}
.hero{
  background:
    linear-gradient(90deg,rgba(5,35,62,.96) 0%,rgba(5,35,62,.82) 45%,rgba(5,35,62,.15) 76%),
    url('/sava-hero-v2.jpg') center center/cover no-repeat !important;
}
@media(max-width:1000px){
  .services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .services-grid{grid-template-columns:1fr}
  .service-card{grid-template-rows:230px 1fr}
  .service-card img{height:230px !important}
  .service-card > div{min-height:auto}
}
