:root{
  --green:#365d2f;
  --dark:#17331f;
  --olive:#54763d;
  --gold:#c9a34f;
  --paper:#fbfaf6;
  --line:#e8e4dc;
  --text:#1f251f;
  --muted:#6a6a60;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter', sans-serif;
  color:var(--text);
  background:var(--paper);
}
a{text-decoration:none;color:inherit}
.container{
  width:min(1180px, calc(100% - 40px));
  margin:0 auto;
}
.site-header{
  background:#fff;
  height:78px;
  display:flex;
  align-items:center;
  position:sticky;
  top:0;
  z-index:20;
  box-shadow:0 1px 8px rgba(0,0,0,.06);
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.brand,.footer-brand{
  display:flex;
  align-items:center;
  gap:11px;
  line-height:1.05;
}
.brand-icon{
  color:var(--green);
  font-size:34px;
  line-height:1;
}
.brand strong,.footer-brand strong{
  display:block;
  font-size:25px;
  letter-spacing:.2px;
}
.brand small,.footer-brand small{
  display:block;
  font-size:17px;
}
.nav{
  display:flex;
  gap:42px;
  font-family:Arial, sans-serif;
  font-size:15px;
}
.nav a{color:#111}
.nav a:hover{color:var(--green)}
.phone{
  display:grid;
  grid-template-columns:auto 1fr;
  column-gap:8px;
  align-items:center;
  font-family:Arial, sans-serif;
  font-size:14px;
}
.phone span{
  grid-row:1/3;
  color:#fff;
  background:#4f9438;
  width:28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
}
.phone small{font-size:13px;color:#333}

.hero{
  position:relative;
  min-height:500px;
  background:
    linear-gradient(90deg,rgba(18,35,21,.92) 0%,rgba(18,35,21,.76) 38%,rgba(18,35,21,.24) 66%,rgba(18,35,21,.05) 100%),
    url("assets/hero-grabpflege.jpg") center right/cover no-repeat;
  display:flex;
  align-items:center;
  overflow:hidden;
}
.hero-content{
  position:relative;
  color:#fff;
  padding:55px 0 65px;
}
.eyebrow{
  color:#d5ca77;
  font-family:Arial, sans-serif;
  font-weight:700;
  letter-spacing:.8px;
  font-size:14px;
  margin:0 0 16px;
}
h1{
  font-size:54px;
  line-height:1.06;
  margin:0 0 22px;
  max-width:650px;
  font-weight:700;
}
.hero-text{
  font-family:Arial, sans-serif;
  font-size:22px;
  line-height:1.35;
  margin:0 0 25px;
}
.hero-actions{
  display:flex;
  gap:12px;
}
.btn{
  font-family:Arial, sans-serif;
  padding:14px 28px;
  border-radius:3px;
  font-size:15px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.btn-primary{
  background:var(--olive);
  color:#fff;
}
.btn-outline{
  border:1px solid rgba(255,255,255,.8);
  color:#fff;
}
.section{
  padding:32px 0 16px;
}
.section h2,.why-contact h2{
  text-align:center;
  font-size:34px;
  margin:0 0 6px;
}
.subtitle{
  margin:0 0 26px;
  text-align:center;
  font-family:Arial, sans-serif;
  color:#66645d;
  font-size:15px;
}
.service-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
}
.service-card{
  background:#fff;
  border:1px solid var(--line);
  min-height:165px;
  padding:20px 14px;
  text-align:center;
  box-shadow:0 3px 14px rgba(0,0,0,.035);
}
.icon{
  color:var(--green);
  font-size:39px;
  height:42px;
  margin-bottom:8px;
}
.service-card h3{
  font-size:17px;
  line-height:1.15;
  margin:0 0 10px;
}
.service-card p{
  font-family:Arial, sans-serif;
  font-size:13px;
  line-height:1.45;
  color:#555;
  margin:0;
}
.pricing-section{padding-top:20px}
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
  width:min(880px, 100%);
  margin:0 auto;
}
.price-card{
  position:relative;
  background:#fff;
  border:1px solid var(--line);
  text-align:center;
  padding:24px 28px 28px;
  min-height:255px;
}
.price-card.featured{
  border-color:#b6c2a6;
  box-shadow:0 8px 22px rgba(0,0,0,.08);
}
.price-card.featured h3{
  background:var(--green);
  color:#fff;
  margin:-24px -28px 22px;
  padding:13px;
}
.ribbon{
  position:absolute;
  right:-9px;
  top:-9px;
  background:var(--gold);
  color:#3b2b00;
  font-family:Arial, sans-serif;
  font-size:11px;
  transform:rotate(45deg);
  padding:4px 18px;
}
.price-card h3{
  letter-spacing:.4px;
  font-size:18px;
  margin:0 0 22px;
}
.price{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:12px 0;
  font-family:Arial, sans-serif;
}
.price strong{font-size:30px}
.price span{font-size:13px;color:#555}
.price-card ul{
  text-align:left;
  list-style:none;
  padding:0;
  margin:20px 0 22px;
  font-family:Arial, sans-serif;
  font-size:14px;
  line-height:1.8;
}
.price-card li:before{
  content:"✓";
  color:var(--green);
  font-weight:700;
  margin-right:8px;
}
.choose{
  display:inline-block;
  background:var(--green);
  color:#fff;
  padding:11px 42px;
  border-radius:3px;
  font-family:Arial, sans-serif;
  font-size:14px;
}
.note{
  text-align:center;
  margin:18px 0 0;
  font-family:Arial, sans-serif;
  color:#555;
  font-size:14px;
}
.process{padding-top:16px}
.steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:26px;
  align-items:start;
  margin-top:20px;
  position:relative;
}
.step{
  text-align:center;
  position:relative;
  font-family:Arial, sans-serif;
}
.step:after{
  content:"";
  position:absolute;
  top:50px;
  right:-32px;
  width:42px;
  height:1px;
  background:#d4d1c8;
}
.step:last-child:after{display:none}
.step-icon{
  display:block;
  font-size:38px;
  color:#6d7669;
  margin-bottom:8px;
}
.step b{
  display:inline-grid;
  place-items:center;
  width:28px;
  height:28px;
  background:var(--green);
  color:#fff;
  border-radius:50%;
  margin-bottom:8px;
}
.step h3{
  font-family:Georgia, serif;
  font-size:17px;
  margin:0 0 8px;
}
.step p{
  font-size:13px;
  line-height:1.45;
  margin:0 auto;
  max-width:190px;
  color:#555;
}
.why-contact{
  background:#fff;
  padding:38px 0;
  margin-top:28px;
}
.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:38px;
  align-items:start;
}
.why h2{text-align:left;font-size:27px;margin-bottom:32px}
.why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.why-grid div{text-align:center}
.why-grid span{
  font-size:38px;
  color:#586350;
}
.why-grid h3{
  font-size:16px;
  margin:12px 0 8px;
}
.why-grid p{
  font-family:Arial, sans-serif;
  font-size:13px;
  color:#555;
  margin:0;
  line-height:1.45;
}
.contact{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:22px;
}
.contact h2{text-align:left;font-size:24px;margin:0 0 8px}
.contact p{
  font-family:Arial, sans-serif;
  font-size:14px;
  color:#444;
}
form{
  display:flex;
  flex-direction:column;
  gap:10px;
}
input,textarea{
  width:100%;
  border:1px solid #e2ded6;
  background:#f9f8f4;
  padding:14px 16px;
  font-family:Arial, sans-serif;
}
textarea{height:93px;resize:vertical}
button{
  border:0;
  background:var(--green);
  color:#fff;
  padding:13px;
  font-family:Arial, sans-serif;
  cursor:pointer;
}
.footer{
  background:#1f4b2e;
  color:#fff;
  padding:38px 0 18px;
  position:relative;
}
.footer-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1.4fr;
  gap:60px;
}
.footer a,.footer p{
  display:block;
  color:#e6eee5;
  font-family:Arial, sans-serif;
  font-size:13px;
  margin:7px 0;
}
.footer h4{
  margin:0 0 12px;
  font-family:Arial, sans-serif;
}
.footer-brand .brand-icon{color:#c6dbc2}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.14);
  margin-top:30px;
  padding-top:14px;
  display:flex;
  justify-content:space-between;
  gap:20px;
}
.footer-bottom p{margin:0}
.footer-bottom a{display:inline}
.floating-wa{
  position:fixed;
  right:28px;
  bottom:28px;
  width:58px;
  height:58px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.8);
  background:#2f6f3a;
  color:#fff!important;
  display:grid!important;
  place-items:center;
  font-size:31px!important;
  box-shadow:0 8px 24px rgba(0,0,0,.22);
  z-index:30;
}
@media (max-width: 980px){
  .nav{display:none}
  h1{font-size:40px}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .pricing-grid,.steps,.split,.contact,.footer-grid{grid-template-columns:1fr}
  .step:after{display:none}
}
@media (max-width: 560px){
  .container{width:min(100% - 24px, 1180px)}
  .site-header{height:auto;padding:12px 0}
  .brand strong{font-size:20px}
  .brand small{font-size:13px}
  .phone{display:none}
  .hero{min-height:560px;background-position:center}
  h1{font-size:34px}
  .hero-text{font-size:18px}
  .hero-actions{flex-direction:column;align-items:flex-start}
  .section h2,.why-contact h2{font-size:28px}
  .service-grid{grid-template-columns:1fr}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .footer-bottom{flex-direction:column}
}
.legal-page{
    max-width:900px;
    margin:60px auto;
    padding:50px 60px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.legal-page h1{
    color:var(--green);
    margin-bottom:40px;
}

.legal-page h2{
    margin-top:40px;
    margin-bottom:15px;
    font-size:24px;
}

.legal-page p{
    font-family:Arial, sans-serif;
    line-height:1.8;
    color:#444;
}

.legal-page a{
    color:var(--green);
}

.back-home{
    display:inline-block;
    margin-bottom:30px;
    color:var(--green);
    font-family:Arial,sans-serif;
    font-weight:600;
}

body{
    background:
        radial-gradient(circle at top right, rgba(84,118,61,.08), transparent 35%),
        radial-gradient(circle at bottom left, rgba(201,163,79,.08), transparent 35%),
        var(--paper);
}
.cookie-banner{
    position:fixed;
    bottom:20px;
    left:20px;
    right:20px;
    z-index:9999;
}

.cookie-content{
    background:#fff;
    border:1px solid var(--line);
    border-radius:12px;
    padding:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.cookie-content p{
    margin:0;
    font-family:Arial,sans-serif;
    font-size:14px;
}

.cookie-buttons{
    display:flex;
    gap:10px;
}

.cookie-buttons button{
    padding:10px 16px;
    border:none;
    border-radius:6px;
    cursor:pointer;
}

#accept-cookies{
    background:var(--green);
    color:white;
}

#decline-cookies{
    background:#e9e9e9;
    color:#333;
}

@media(max-width:768px){
    .cookie-content{
        flex-direction:column;
        align-items:flex-start;
    }
}

.privacy-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
  font-size: 13px;
  font-family: Arial, sans-serif;
  color: #666;
}

.privacy-check input[type="checkbox"] {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0;
}

.privacy-check span {
  display: block;
}

.privacy-check a {
  color: var(--green);
  text-decoration: none;
  font-weight: 600;
}

.privacy-check a:hover {
  text-decoration: underline;
}

.year-price {
    margin-top: auto;
    padding-top: 35px;
    min-height: 60px;
    border-top: 2px solid rgba(0,0,0,0.08);
    text-align: center;

    display: flex;  
    flex-direction: column;
    justify-content: center;
}

.year-price strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 4px;
    line-height: 1.3;
}

.year-price small {
    color: #c9b37c;
    font-weight: 600;
}


.price-card{
    display:flex;
    flex-direction:column;
}

.price-card ul{
    flex-grow:1;
}


h1,
h2,
h3,
.brand strong,
.footer-brand strong{
    font-family: Georgia, "Times New Roman", serif;
}

.seo-section{
    background:#fff;
    padding:50px 0;
}

.seo-section h2{
    text-align:left;
    margin-bottom:25px;
}

.seo-section p{
    font-size:16px;
    line-height:1.8;
    color:#444;
    margin-bottom:18px;
}