.home-page{
  background:#f6f7f9;
}

.home-page .container{
  width:min(1200px, calc(100% - 56px));
}

.home-page .site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:#fff;
  border-bottom:1px solid #eceff5;
}

.home-page .header-inner{
  min-height:82px;
}

.home-page .brand{
  gap:10px;
  font-size:16px;
  font-weight:800;
  color:#223f69;
}

.home-page .brand-logo-shape{
  display:inline-flex;
  width:34px;
  height:34px;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:#fff4ef;
  color:#ef8a69;
  font-size:20px;
  line-height:1;
}

.home-page .brand-mark{
  display:none;
}

.home-page .brand-heart{
  color:#ef7f63;
}

.home-page .main-nav{
  gap:22px;
}

.home-page .main-nav a{
  padding:0;
  background:transparent;
  color:#2f4a73;
  font-size:14px;
  font-weight:800;
}

.home-page .main-nav a:hover,
.home-page .main-nav a.active{
  color:#203a62;
}

.home-page .header-actions .btn-primary{
  min-height:42px;
  padding:0 20px;
  border-radius:15px;
  background:#ef7f63;
  box-shadow:none;
  font-size:14px;
}

.home-page .header-actions .btn-primary:hover,
.home-page .home-search .btn-primary:hover,
.home-page .home-newsletter-form .btn-primary:hover{
  background:#e56e52;
}

.home-hero{
  background:#fff;
  padding:0;
}

.home-hero-shell{
  display:grid;
  grid-template-columns:1.08fr 0.92fr;
  align-items:stretch;
  min-height:430px;
  overflow:hidden;
  background:linear-gradient(90deg,#e9f3fb 0%,#e9f3fb 55%,#ffffff 55%,#ffffff 100%);
}

.home-hero-copy{
  position:relative;
  z-index:2;
  padding:72px 26px 24px 10px;
}

.home-hero-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid #d8eafc;
  background:#eef7ff;
  color:#68a3da;
  font-size:13px;
  font-weight:800;
}

.home-hero-copy h1{
  margin:14px 0 14px;
  max-width:540px;
  font-size:52px;
  line-height:1.03;
  letter-spacing:-1.2px;
  color:#203b63;
}

.home-hero-copy p{
  max-width:590px;
  margin:0;
  font-size:17px;
  line-height:1.55;
  color:#4f6383;
}

.home-search{
  display:grid;
  grid-template-columns:1.55fr 1fr 1.05fr 138px;
  gap:0;
  max-width:760px;
  margin-top:34px;
  background:#fff;
  border:1px solid #ebf0f5;
  border-radius:18px;
  box-shadow:0 8px 20px rgba(24,49,92,.08);
  overflow:hidden;
}

.home-search-field{
  padding:13px 16px 12px;
  border-right:1px solid #edf1f6;
}

.home-search-field-ziel{
  min-width:0;
}

.home-search-field label{
  display:block;
  margin:0 0 7px;
  color:#304a73;
  font-size:12px;
  font-weight:800;
}

.home-search-field select,
.home-search-field input{
  width:100%;
  min-height:20px;
  padding:0;
  border:0;
  outline:none;
  background:transparent;
  color:#6d7f99;
  font:inherit;
  font-size:12px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.home-search-field input::placeholder{
  color:#7a8aa3;
  opacity:1;
}

.home-search .btn-primary{
  margin:9px;
  min-height:42px;
  border-radius:13px;
  background:#ef7f63;
  box-shadow:none;
  font-size:14px;
}

.home-chip-row,
.home-chip{
  display:none;
}

.home-hero-image{
  position:relative;
  overflow:hidden;
  min-height:430px;
}

.home-hero-image::before{
  display:none;
}

.home-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

.home-section{
  padding:30px 0;
}

.home-section-white{
  background:#fff;
}

.home-section-surface{
  background:#eef4fa;
}

.home-head{
  margin-bottom:20px;
}

.home-head-center{
  text-align:center;
}

.home-head-between{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
}

.home-head h2{
  margin:0;
  color:#223f69;
  font-size:22px;
  line-height:1.15;
  letter-spacing:-.2px;
}

.home-head p{
  margin:8px 0 0;
  color:#6b7e99;
  font-size:13px;
}

.home-more-link{
  color:#6c8dc5;
  font-size:13px;
  font-weight:800;
  white-space:nowrap;
}

.home-grid{
  display:grid;
  gap:14px;
}

.home-grid-6{
  grid-template-columns:repeat(6,minmax(0,1fr));
}

.home-card{
  display:block;
  overflow:hidden;
  border:1px solid #e5ecf5;
  border-radius:15px;
  background:#fff;
  box-shadow:0 6px 14px rgba(24,49,92,.05);
}

.home-card img{
  width:100%;
  display:block;
  object-fit:cover;
}

.home-card-mini img{
  height:150px;
}

.home-card-country img{
  height:155px;
}

.home-card .body{
  padding:11px 13px 13px;
}

.home-card .body h3{
  margin:0;
  color:#304a73;
  font-size:14px;
  line-height:1.2;
}

.home-info-section{
  padding-top:22px;
}

.home-info-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.home-info-card{
  display:grid;
  grid-template-columns:1.02fr 1fr;
  min-height:152px;
  overflow:hidden;
  border:1px solid #e5ecf5;
  border-radius:15px;
  background:#fff;
  box-shadow:0 6px 14px rgba(24,49,92,.05);
}

.home-info-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.home-info-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:16px 16px;
}

.home-info-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:50%;
  margin-bottom:10px;
  background:#2c86e8;
  color:#fff;
  font-size:16px;
  line-height:1;
}

.home-info-copy h3{
  margin:0 0 7px;
  color:#27436d;
  font-size:15px;
  line-height:1.2;
}

.home-info-copy p{
  margin:0;
  color:#667a97;
  font-size:13px;
  line-height:1.45;
}

.home-newsletter-wrap{
  padding-top:8px;
  padding-bottom:24px;
}

.home-newsletter-band{
  display:grid;
  grid-template-columns:60px 50px 1.2fr 1.05fr 60px;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  border:1px solid #f0e2d6;
  border-radius:15px;
  background:#fff5ef;
}

.home-newsletter-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:50%;
  background:#fff;
  border:1px solid #efd5c8;
  color:#ef856d;
  font-size:18px;
}

.home-newsletter-copy h3{
  margin:0 0 6px;
  color:#29456f;
  font-size:15px;
  line-height:1.2;
}

.home-newsletter-copy p{
  margin:0;
  color:#6b7c96;
  font-size:12px;
  line-height:1.45;
}

.home-newsletter-form{
  display:flex;
  gap:10px;
  justify-content:flex-end;
}

.home-newsletter-form input{
  width:100%;
  max-width:270px;
  min-height:42px;
  border:1px solid #ecd7cc;
  border-radius:11px;
  padding:0 13px;
  background:#fff;
  font:inherit;
  font-size:13px;
}

.home-newsletter-form .btn-primary{
  min-height:42px;
  padding:0 20px;
  border-radius:11px;
  background:#ef7f63;
  box-shadow:none;
  font-size:13px;
}

.home-newsletter-deco{
  height:100%;
  border-radius:12px;
  opacity:.55;
}

.home-newsletter-deco-left{
  background:
    radial-gradient(circle at 25% 82%, #d6e7b4 0, #d6e7b4 12%, transparent 13%),
    radial-gradient(circle at 42% 66%, #a9cb70 0, #a9cb70 7%, transparent 8%),
    linear-gradient(125deg, transparent 46%, #c6dd96 47%, #c6dd96 49%, transparent 50%);
}

.home-newsletter-deco-right{
  background:
    radial-gradient(circle at 72% 70%, #ebd3ae 0, #ebd3ae 10%, transparent 11%),
    radial-gradient(circle at 57% 60%, #d7bb91 0, #d7bb91 6%, transparent 7%),
    linear-gradient(35deg, transparent 44%, #ead0a7 45%, #ead0a7 47%, transparent 48%);
}

.home-footer{
  background:#fff;
  border-top:1px solid #ebeff5;
}

.home-social-row{
  display:flex;
  gap:10px;
  margin-top:16px;
}

.home-social-row a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  border:1px solid #dce5f0;
  border-radius:50%;
  color:#6881a5;
  font-size:13px;
}

@media (max-width: 1260px){
  .home-page .container{
    width:min(100%, calc(100% - 40px));
  }

  .home-grid-6{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .home-info-row{
    grid-template-columns:1fr;
  }

  .home-newsletter-band{
    grid-template-columns:1fr;
  }

  .home-newsletter-deco{
    display:none;
  }

  .home-newsletter-form{
    justify-content:flex-start;
  }
}

@media (max-width: 1024px){
  .home-page .container{
    width:min(100%, calc(100% - 28px));
  }

  .home-hero-shell{
    grid-template-columns:1fr;
    min-height:auto;
    background:#e9f3fb;
  }

  .home-hero-copy{
    padding:34px 2px 20px;
  }

  .home-hero-copy h1{
    font-size:38px;
    max-width:100%;
  }

  .home-hero-copy p{
    font-size:16px;
    max-width:100%;
  }

  .home-hero-image{
    min-height:280px;
  }

  .home-search{
    grid-template-columns:1fr;
    max-width:none;
  }

  .home-search-field{
    border-right:0;
    border-bottom:1px solid #edf1f6;
  }

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

  .home-head-between{
    flex-direction:column;
    align-items:flex-start;
  }

  .home-newsletter-form{
    flex-direction:column;
    align-items:stretch;
  }

  .home-newsletter-form input{
    max-width:none;
  }
}

@media (max-width: 860px){
  .home-page .main-nav,
  .home-page .header-actions .btn-primary{
    display:none;
  }

  .home-page .mobile-toggle{
    display:inline-grid;
    place-items:center;
  }
}

@media (max-width: 640px){
  .home-grid-6,
  .home-info-row,
  .home-page .footer-grid{
    grid-template-columns:1fr;
  }

  .home-card-mini img,
  .home-card-country img{
    height:200px;
  }

  .home-info-card{
    grid-template-columns:1fr;
  }

  .home-info-card img{
    height:170px;
  }

  .home-hero-copy h1{
    font-size:32px;
  }

  .home-chip{
    min-height:40px;
    padding:9px 13px;
    font-size:12px;
  }
}
