body {
  overflow-x: clip !important;
}

.home-content#home {
  background-color: #fff;
  padding-top: 0;
  border-radius: 25px;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #7fcfd0 0%, #8dd9de 50%, #a0e3e7 100%);
    padding: 40px 20px 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 25px 25px 30px 30px;
    margin-bottom: 20px;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 70%, rgba(255,255,255,0.1) 0%, transparent 50%);
    animation: heroShimmer 8s ease-in-out infinite alternate;
}
@keyframes heroShimmer {
    0% { transform: translate(0, 0); }
    100% { transform: translate(5%, -5%); }
}
.hero-content {
    position: relative;
    z-index: 1;
}
.hero-title {
    color: #fff;
    font-size: 28px;
    margin: 0 0 8px;
    line-height: 1.3;
    text-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.hero-highlight {
    color: #fff;
    position: relative;
}
.hero-highlight::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #f97c2c;
    border-radius: 2px;
}
.hero-subtitle {
    color: rgba(255,255,255,0.9);
    font-size: 15px;
    margin: 0 0 20px;
}
.hero-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 24px;
}
.hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero-stat-number {
    font-size: 32px;
    font-family: 'montserrat black', sans-serif;
    color: #fff;
    line-height: 1;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.hero-stat-label {
    font-size: 12px;
    color: rgba(255,255,255,0.85);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}
.hero-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    transition: transform 0.3s, box-shadow 0.3s;
}
.hero-btn:hover {
    text-decoration: none;
    transform: translateY(-2px);
}
.hero-btn-primary {
    background: #f97c2c;
    color: #fff;
    box-shadow: 0 4px 16px rgba(249,124,44,0.4);
}
.hero-btn-primary:hover {
    color: #fff;
    box-shadow: 0 6px 20px rgba(249,124,44,0.5);
}
.hero-btn-secondary {
    background: rgba(255,255,255,0.2);
    color: #fff;
    border: 2px solid rgba(255,255,255,0.5);
    backdrop-filter: blur(4px);
}
.hero-btn-secondary:hover {
    background: rgba(255,255,255,0.3);
    color: #fff;
}

/* Section Titles */
.section-title {
    text-align: center;
    margin-bottom: 16px;
    padding: 0 15px;
}
.section-title h2 {
    margin: 0;
    font-size: 1.3em;
    letter-spacing: 0.5px;
}
.section-title-icon {
    font-size: 24px;
    color: #72cbd1;
    margin-bottom: 6px;
    display: block;
}
.section-subtitle {
    color: #888;
    font-size: 13px;
    margin: 4px 0 0;
}

.home-content#home .panel-banners {
  background-color: #fff;
  display: grid;
  padding: 15px;
}

.card-contrast h3.font-black.light {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.home-content#home .inn {
  background-image: url(../../../img/banners/new/inn-banner.jpg);
}

.home-content#home .torneios {
  background-image: url(../../../img/banners/new/torneios-banner.jpg);
}

.home-content#home .hotel-boat {
  background-image: url(../../../img/banners/new/hotel-banner.jpg);
}

.home-content#home .banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  height: 130px;
  margin: 10px 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-content#home .banner:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.home-content#home .banner h2 {
  margin: 0;
}

.home-content#home .box-link {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  color: #21cecd;
  display: flex;
  font-size: 11px;
  justify-content: space-around;
  padding: 3px;
  width: 220px;
}

.home-content#home .box-link i {
  color: #fff;
  background-color: #21cecd;
  padding: 5px 6px;
  border-radius: 6px;
  font-size: 17px;
}

.home-content#home .box-link h4.font-thin {
  display: none;
}

.home-content#home .box-link h4.font-black {
  display: block;
}

/* nossos destaques */
.home-content#home .panel-highlights {
  align-items: center;
  display: flex;
  flex-direction: column;
  /* margin: 20px 0; */
}

.home-content#home .panel-highlights .cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.home-content#home .highlight-card {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  margin: 10px 5px;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.home-content#home .highlight-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.home-content#home .panel-banners .card-contrast,
.home-content#home .panel-fish .card-contrast {
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.45) 100%);
  border-radius: 16px;
  height: 130px;
  padding: 10px;
  text-align: start;
  width: 100%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-content: center;
}
.image-publish {
  width: 100%;
  height: 25vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-content#home .owl-carousel .card-contrast {
  align-items: flex-start;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.55) 100%);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 10px;
  text-align: start;
  width: 100%;
  background-position: center;
}

.owl-carousel .fake-col-wrapper {
  display: flex;
  flex-direction: column;
}

.home-content#home .infos-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.home-content#home .infos-address {
  font-size: 11px;
}

.home-content#home .box-address {
  font-size: 11px;
}

.load-properties {
  position: inherit !important;
  background: transparent !important;
  margin: 36px 0;
}

.double-row .font-black {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-size: 12px;
  text-align: left;
  -webkit-box-orient: vertical;
  margin: 0;
}

.home-content#home .minibox-link {
  align-items: center;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 10px #383838;
  color: #21cecd;
  display: flex;
  font-size: 8px;
  justify-content: space-around;
  margin-bottom: 5px;
  min-width: 60px;
  padding: 2px;
  text-align: center;
  width: 50%;
}

.home-content#home .minibox-link i {
  color: #fff;
  background-color: #21cecd;
  padding: 3px 4px;
  border-radius: 6px;
  font-size: 15px;
}

.home-content#home .visited {
  width: 65px;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: end;
  justify-items: start;
  align-items: center;
  height: fit-content;
  margin-bottom: -3vh;
}

.home-content#home .visited img {
  width: 18px;
  border-radius: 50%;
}

.home-content#home .visited :nth-child(1) {
  z-index: 3;
}

.home-content#home .visited :nth-child(2) {
  z-index: 2;
  margin-left: -8px;
}

.home-content#home .visited :nth-child(3) {
  z-index: 1;
  margin-left: -8px;
}

.home-content#home .visited h5 {
  background-color: #fc7923;
  border-radius: 5px;
  padding: 1px 4px;
  margin-left: -10px;
  padding-left: 10px;
  z-index: 0;
}

.home-content#home .panel-hotel-boat {
  background-color: #fff;
}

.home-content#home .w-85 {
  width: 85% !important;
}

.panel-hotel-boat .panel-banners {
  padding: 0 !important;
}

.home-content#home .images-store {
  margin: 0;
  padding: 0;
  width: 100%;
  text-decoration: none;
  color: #fff;
}

.stores-banner {
  background-color: #fff;
  background-image: url(../../../img/banners/banner_stores.png);
  padding: 50px 0;
  background-position: center;
  background-size: cover;
}

.panel-highlights h2 {
  text-align: center;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  font-size: 1.3em;
}

.home-content#home > div {
  margin-bottom: 24px;
}

.home-content#home .panel-fish {
  background-color: #fff;
  padding: 15px 25px;
  display: flex;
  grid-template-columns: 1fr;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}

.home-content#home .panel-fish .card-contrast {
  margin-bottom: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-contrast h1,
.card-contrast h2 {
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
.panel-icons {
  display: none;
}

.double-row {
  width: 100%;
  position: relative;
}

.banner-app {
  position: relative;
  padding: 25px 0;
  display: none;
  background-color: #77cdcc;
  display: block;
  background-image: url(../../../img/banners/banner-phone.png);
  background-position: 31% bottom;
  background-repeat: no-repeat;
  background-size: 70%;
  height: 350px;
  width: 100%;
}

.banner-app .images {
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 50%;
  flex-direction: row;
}

.banner-app .images img {
  height: 45px;
}

.publish-carousel .owl-dot,
.publish-carousel .owl-nav .owl-next,
.publish-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.publish-carousel .owl-nav {
  display: block !important;
}
.publish-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  font-size: 45px;
}
.owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0 !important;
  margin-top: unset;
  top: 40%;
  font-size: 45px;
  display: flex;
  height: 44px;
  width: 44px;
  align-content: center;
  justify-content: center;
}

.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0 !important;
  margin-top: unset;
  font-size: 45px;
  top: 40%;
  padding: 15px 20px;
  display: flex;
  height: 44px;
  width: 44px;
  align-content: center;
  justify-content: center;
}
.owl-theme .owl-nav span {
  font-size: 33px;
  color: #fff;
}

.publish-carousel .owl-nav button.owl-next:hover,
.publish-carousel .owl-nav button.owl-prev:hover {
  background-color: #fff;
  color: #383838;
  border-radius: 50%;
  padding: 15px 20px;
}

.publish-carousel .owl-nav button.owl-next:hover span,
.publish-carousel .owl-nav button.owl-prev:hover span {
  color: #383838;
}

.owl-stage-outer {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

@media only screen and (min-width: 768px) {
  .home-content#home .panel-banners .card-contrast,
  .home-content#home .panel-fish .card-contrast {
    background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.45) 100%);
    border-radius: 16px;
    height: 100%;
    padding: 10px;
    text-align: start;
    width: 100%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-content: center;
  }

  .image-publish {
    width: 100%;
    height: 55vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .banner-app .images img {
    height: 25px;
  }
  .banner-app .images {
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 50%;
  }

  .banner-app > img {
    display: none;
  }

  .banner-app {
    display: block;
  }

  .home-content#home .panel-fish {
    background-color: #fff;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    padding: 15px 25px;
  }

  .banner-app .images img {
    height: 55px;
  }

  .panel-hotel-boat .panel-banners {
    padding: 15px;
  }

  .banner-app .images {
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
  }

  .home-content#home .desktop {
    display: block;
  }

  .home-content#home .panel-banners {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    padding: 15px 0;
  }

  .home-content#home .banner {
    margin: 15px 25px;
    min-height: 170px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .home-content#home .banner:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }

  .home-content#home .box-link {
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    justify-content: flex-start;
  }

  .home-content#home .box-link i {
    display: none;
  }

  .home-content#home .box-link h4.font-thin {
    display: block;
  }

  .home-content#home .box-link h4.font-black {
    display: none;
  }

  .home-content#home .panel-highlights {
    padding: 15px 25px;
  }

  .home-content#home .panel-highlights .cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .home-content#home .highlight-card {
    margin: 10px;
    width: 100%;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .home-content#home .highlight-card:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }

  .home-content#home .infos-card {
    display: none;
  }

  .home-content#home .infos-address {
    display: flex;
    max-width: 70%;
  }

  .home-content#home .minibox-link {
    width: 45%;
  }

  .home-content#home .panel-hotel-boat {
    display: block;
    text-align: center;
    padding: 15px 0;
  }

  .home-content#home .banner-shop {
    background-image: url(../../../img/banners/banner-shop.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 330px;
    width: 100%;
  }

  .home-content#home .panel-icons {
    background-color: #fff;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    padding: 15px 25px;
  }

  .home-content#home .panel-icons .attendance,
  .home-content#home .panel-icons .access,
  .home-content#home .panel-icons .system {
    display: flex;
    align-items: center;
  }

  .home-content#home .panel-icons img {
    width: 100px;
  }

  .home-content#home .banner-app {
    display: block;
    background-image: url(../../../img/banners/banner-app.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 330px;
    width: 100%;
  }

  .owl-carousel.owl-theme.owl-loaded.owl-drag {
    width: 100% !important;
  }

  .stores-banner {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1024px) {
  .stores-banner {
    background-color: #fff;
    background-image: url(../../../img/banners/banner_stores.png);
    padding: 100px 0;
    background-position: center;
    background-size: cover;
  }
}

@media (max-width: 500px) {
  .banner-app {
    display: none;
  }
}

.text-notfound {
  font-size: 16px;
  text-align: CENTER;
  grid-column: 1/12;
  padding: 52px 0;
  font-family: "montserrat black";
  color: #444444;
}

/* Feed Preview Section */
.panel-feed-preview {
  padding: 40px 0;
  background: linear-gradient(180deg, #f0fafa 0%, #fff 100%);
  position: relative;
}
.panel-feed-preview::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #72cbd1, #4ab0b7);
  border-radius: 2px;
}

.feed-preview-header {
  margin-bottom: 20px;
}

.feed-preview-subtitle {
  color: #888;
  font-size: 14px;
  margin-top: 4px;
}

.feed-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0 15px;
}

.feed-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.feed-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  color: inherit;
}

.feed-card-media {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #e8f4f5;
}

.feed-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.feed-card:hover .feed-card-media img {
  transform: scale(1.05);
}

.feed-card-video-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #4ab0b7, #72cbd1);
}

.feed-card-video-placeholder i {
  font-size: 36px;
  color: #fff;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.feed-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: flex-end;
  padding: 8px;
}

.feed-card:hover .feed-card-overlay {
  opacity: 1;
}

.feed-card-stats {
  display: flex;
  gap: 12px;
  color: #fff;
  font-size: 13px;
  font-family: 'montserrat bold', sans-serif;
}

.feed-card-stats i {
  margin-right: 3px;
}

.feed-card-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
}

.feed-card-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #72cbd1;
}

.feed-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feed-card-info {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  line-height: 1.3;
}

.feed-card-user {
  font-size: 12px;
  color: #262626;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.feed-card-fish {
  font-size: 11px;
  color: #4ab0b7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.feed-preview-cta {
  margin-top: 24px;
  padding: 0 15px;
}

.btn-feed-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #4ab0b7, #72cbd1);
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s;
}

.btn-feed-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(72, 176, 183, 0.4);
  color: #fff;
  text-decoration: none;
}

.btn-feed-cta i {
  font-size: 16px;
}

@media (max-width: 767px) {
  .feed-preview-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .feed-preview-grid .feed-card:nth-child(n+5) {
    display: none;
  }

  .feed-card-overlay {
    opacity: 1;
  }

  .feed-card-footer {
    padding: 6px 8px;
  }

  .feed-card-avatar {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 400px) {
  .feed-preview-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    padding: 0 10px;
  }

  .feed-card-user {
    font-size: 11px;
  }

  .feed-card-fish {
    font-size: 10px;
  }
}
