/* =========================================================
   HUN-BAU V7 — final design polish before production images
   Scope: header logos, service carousel, video copy, CTA button
   ========================================================= */

/* 1) Service carousel — equal cards and aligned content. */
.room-suites-active .swiper-wrapper{
  align-items:stretch;
}
.room-suites-active .swiper-slide{
  height:auto;
  display:flex;
}
.our-room-suites-section-one .single-room-box{
  width:100%;
  height:100%;
  margin-bottom:0;
  display:flex;
  flex-direction:column;
}
.our-room-suites-section-one .room-thumb{
  flex:0 0 auto;
}
.our-room-suites-section-one .room-thumb figure{
  aspect-ratio:1.42 / 1;
  overflow:hidden;
}
.our-room-suites-section-one .room-thumb figure img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.our-room-suites-section-one .room-content{
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
}
.our-room-suites-section-one .room-content h2{
  min-height:76px;
  display:flex;
  align-items:flex-start;
  margin-bottom:15px;
}
.our-room-suites-section-one .room-content h2 a{
  line-height:1.35;
}
.our-room-suites-section-one .room-info{
  min-height:132px;
  flex:1 1 auto;
  align-content:flex-start;
}
.our-room-suites-section-one .room-info .hb-service-description{
  line-height:1.65;
}
.our-room-suites-section-one .explore-btn{
  margin-top:auto;
  align-self:flex-start;
}

/* 2) "A tervezéstől a megvalósításig" — exact visual center. */
.video-section .video__area{
  position:relative;
}
.video-section .video__content.hunbau-video-copy{
  width:100%;
  max-width:none;
  margin:0;
  padding:40px 24px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.video-section .hunbau-video-copy > *{
  max-width:900px;
}

/* 3) CTA — visible premium button with an explicit hover state. */
.subcribe-section-one .hunbau-cta-button{
  width:100%;
  display:flex;
  justify-content:flex-end;
  align-items:center;
}
.subcribe-section-one .hunbau-cta-button .subscribe-btn{
  position:relative;
  isolation:isolate;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-height:58px;
  padding:16px 27px;
  border:1px solid var(--hb-green);
  border-radius:999px;
  background:var(--hb-green);
  color:#fff !important;
  font-family:var(--title-font);
  font-size:15px;
  line-height:1;
  font-weight:650;
  letter-spacing:.025em;
  text-decoration:none !important;
  box-shadow:0 10px 28px rgba(18,23,21,.18);
  transition:background .28s ease,color .28s ease,border-color .28s ease,transform .28s ease,box-shadow .28s ease;
}
.subcribe-section-one .hunbau-cta-button .subscribe-btn span,
.subcribe-section-one .hunbau-cta-button .subscribe-btn i{
  color:inherit !important;
}
.subcribe-section-one .hunbau-cta-button .subscribe-btn:hover{
  background:#fff;
  border-color:#fff;
  color:var(--hb-dark) !important;
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(18,23,21,.24);
}

@media (max-width:1199px){
  .our-room-suites-section-one .room-content h2{min-height:70px}
  .our-room-suites-section-one .room-info{min-height:144px}
}
@media (max-width:991px){
  .subcribe-section-one .hunbau-cta-button{justify-content:flex-start}
  .our-room-suites-section-one .room-content h2{min-height:66px}
  .our-room-suites-section-one .room-info{min-height:120px}
}
@media (max-width:575px){
  .our-room-suites-section-one .room-content h2,
  .our-room-suites-section-one .room-info{min-height:0}
  .video-section .video__content.hunbau-video-copy{padding:30px 20px}
}
