body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #2e2e2e;
  background: #f5f3ef;
  line-height: 1.7;
}

.container {
  width: 90%;
  max-width: 1150px;
  margin: auto;
}

/* HEADER */

header {
  background: white;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 800;
  border-bottom: 1px solid #ddd;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 80px;
  width: auto;
  border-radius: 0;
  text-align: center;
}

/* NAVIGATION */

nav {
  display: flex;
  flex-wrap: wrap;
}

nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

/* HERO */

.hero {
  position: relative;
  height: 60vh;
  min-height: 400px;
  overflow: hidden;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* OVERLAY */

.hero-overlay {
   padding-bottom: 50px;
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
}

/* HERO LOGO */

.hero-logo {
  text-align: center;
  width: 750px;
  max-width: 70%;
  margin-bottom: 12px;
  border-radius: 0;
  margin-left: 100px;
}


.hero-text{
  color:white;
  max-width:650px;
  padding:10px 20px;
}

.hero-text h1{
  font-size:5rem;
  margin-bottom:10px;
}

.hero-text h2{
  font-size:1.6rem;
  color:white;
  margin-bottom:8px;
  line-height:1.3;
}

.hero-text p{
  font-size:2rem;
  font-weight:bold;
  margin:0;
}

/* SECTION */

.section{padding:90px 0;}
.white{background:white;}
.light{background:#f0ede8;}
.green{background:#3c6b4f;color:white;}

h2{
  color:#3c6b4f;
  margin-bottom:20px;
  font-size:2.2rem;
}

.green h2{color:white;}

.center-text{
  text-align:center;
  margin-bottom:40px;
}

/* SPLIT */

.split{
  display:flex;
  gap:50px;
  align-items:center;
  flex-wrap:wrap;
}

.split>div{
  flex:1 1 450px;
  min-width:0;
}

.second-split{margin-top:60px;}

/* IMAGES */

img{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  border-radius:18px;
}

/* BOX */

.text-box{
  background:#f5f3ef;
  padding:35px;
  border-radius:20px;
}

/* CARDS */

.cards,.steps{
  display:flex;
  gap:25px;
  flex-wrap:wrap;
}

.card,.step{
  flex:1;
  min-width:220px;
  border-radius:20px;
}

.card{
  background:#f5f3ef;
  padding:30px;
  transition:.3s;
}

.card:hover{transform:translateY(-5px);}

.step{
  background:white;
  padding:30px;
  text-align:center;
}

.step span{
  width:60px;
  height:60px;
  background:#3c6b4f;
  color:white;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  font-size:1.5rem;
  font-weight:bold;
  margin-bottom:15px;
}

/* AROMA */

.aroma-images{
  display:flex;
  flex-direction:column;
  gap:20px;
}

.aroma-logo{
  text-align:center;  
}

.aroma-logo img{
  width:300px;
  max-width:65%;
  margin:0 auto;
  border-radius:0;
}

.aroma-block img,
.contact img{
  width:100%;
  height:auto;
}

ul{padding-left:20px;}

.btn{
  display:inline-block;
  margin-top:20px;
  background:#3c6b4f;
  color:white;
  padding:14px 24px;
  border-radius:8px;
  text-decoration:none;
  font-weight:bold;
  transition:.3s;
}

.btn:hover{opacity:.9;}

.contact{
  background:white;
  padding:90px 0;
}

footer{
  background:#3c6b4f;
  color:white;
  text-align:center;
  padding:25px;
}

.footer-links{margin-top:10px;}

.footer-links a{
  color:white;
  text-decoration:none;
  padding:8px 14px;
  border:1px solid rgba(255,255,255,.3);
  border-radius:8px;
  transition:.3s;
}

.footer-links a:hover{
  background:white;
  color:#3c6b4f;
}







/* TABLET */

@media (max-width:1024px){

.split{
  gap:35px;
}

.hero-logo{
  width:450px;
}

.aroma-logo img{
  width:260px;
}

}

/* MOBILE */

@media (max-width:768px){

header {
  background: white;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #ddd;
}

.nav {
  flex-direction: column;
  gap: 12px;
}

nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}

nav a {
  margin: 0;
  padding: 20px;
  text-align: center;
  background: #f5f3ef;
  border-radius: 10px;
  font-size: 0.95rem;
}


.hero{
  height:38vh;
  min-height:260px;
}

.hero img{
  object-position:center 25%;
}

.hero-logo{
  width:220px;
  max-width:80%;
  margin:0 auto 12px;
}

.hero-text h1{font-size:2.5rem;}
.hero-text h2{font-size:1.2rem;}
.hero-text p{font-size:1.4rem;}

.split{
  flex-direction:column;
  gap:30px;
}

.split>div{
  width:100%;
}

.cards,
.steps{
  flex-direction:column;
}

.section,
.contact{
  padding:60px 0;
}

.logo img{
  height:55px;
}

.aroma-logo img{
  width:220px;
  margin:0 auto;
}

.contact .split{
  flex-direction:column-reverse;
}

.contact{
  text-align:center;
}

}
