/* custom/custom.css */

/* ---------- Base ---------- */
:root{
  --brand:#79b53a;
  --brand-dark:#6aa231;
}

/* body padding will be increased via fixed topbar+nav */
body{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 92px; /* default fallback for fixed header */
}
a{ transition: all .2s ease; }
.section{ padding: 70px 0; }
.section-title{ margin: 0 0 25px; font-weight: 700; letter-spacing: .3px; }
.text-muted2{ color: rgba(0,0,0,.65); }

.section-alt{ background:#f6f8fb; }
.section-subtitle{ max-width:760px; margin:0 auto 25px; }

.mb15{ margin-bottom:15px; }

.brand-accent{ color: var(--brand); }

/* ---------- Buttons ---------- */
.btn-brand{
  background: var(--brand);
  border-color: var(--brand);
  color: #fff !important;
  font-weight: 700;
  padding: 11px 18px;
  border-radius: 4px;
}
.btn-brand:hover{ background: var(--brand-dark); border-color: var(--brand-dark); }

.btn-ghost{
  background: transparent;
  border: 2px solid rgba(255,255,255,.65);
  color: #fff !important;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 4px;
  margin-left: 10px;
}
.btn-ghost:hover{ border-color:#fff; }

.hero-cta{ margin-top: 22px; }

/* ---------- Fixed Topbar ---------- */
.topbar{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1031;
  background: #f7f7f7;
  border-bottom: 1px solid #e7e7e7;
  font-size: 13px;
  padding: 7px 0;
  color: #555;
}
.topbar .topbar-item{ margin-right: 18px; display: inline-block; }
.topbar a{ color:#555; text-decoration:none; }
.topbar a:hover{ color:#222; }

/* ---------- Fixed Navbar (under topbar) ---------- */
#siteNav.navbar{
  position: fixed;
  top: 32px;          /* topbar height approx */
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1030;
  margin-bottom: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
.navbar-brand{ font-weight: 800; letter-spacing: .6px; }
.navbar-nav > li > a{ font-weight: 600; }

.nav-contact-btn{
  margin-left:10px;
}

/* ---------- Hero ---------- */
.hero{
  position: relative;
  min-height: 78vh;
  background:
    linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.58)),
    url('https://frescurenfeitada.com/images/bannerimage.png');
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}
.hero .hero-inner{ padding: 95px 0 70px; }
.hero h1{ font-weight: 800; font-size: 46px; line-height: 1.08; margin: 0 0 16px; }
.hero p.lead{ font-size: 18px; line-height: 1.6; color: rgba(255,255,255,.85); max-width: 560px; }

.hero-badges{ margin-top: 20px; }
.hero-badge{
  display: inline-block;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  padding: 10px 12px;
  border-radius: 6px;
  margin-right: 10px;
  margin-top: 10px;
  min-width: 185px;
}
.hero-badge strong{ display:block; font-size: 13px; letter-spacing: .3px; }
.hero-badge span{ display:block; font-size: 12px; color: rgba(255,255,255,.75); margin-top: 2px; }

/* Right-side mock */
.hero-mock{
  position: relative;
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 24px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.20);
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  overflow: hidden;
}
.hero-mock .mock-top{
  padding: 14px 16px;
  background: rgba(0,0,0,.25);
  border-bottom: 1px solid rgba(255,255,255,.14);
  font-weight: 700;
  letter-spacing: .4px;
}
.hero-mock .mock-body{ padding: 16px; }

.mock-card{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 12px;
}
.mock-card .k{ font-size: 12px; color: rgba(255,255,255,.72); }
.mock-card .v{ font-size: 16px; font-weight: 800; margin-top: 4px; }

.mock-grid{
  display: block;
  border-radius: 14px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.14);
  padding: 12px;
}
.mock-grid .pill{
  display:inline-block;
  margin: 6px 6px 0 0;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  font-size: 12px;
  color: rgba(255,255,255,.85);
}
.mock-footer{ margin-top: 14px; }

/* ---------- Feature Cards ---------- */
.feature{
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 18px;
  height: 100%;
  background: #fff;
  margin-top:10px;
}
.feature .icon{
  width: 44px; height: 44px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background: rgba(121,181,58,.12);
  color: var(--brand);
  font-size: 20px;
  margin-bottom: 10px;
}
.feature h4{ margin-top: 8px; font-weight: 800; }
.feature p{ margin-bottom: 0; color: rgba(0,0,0,.65); }

/* ---------- Services ---------- */
.service-item{
  padding: 16px;
  border-radius: 8px;
  background: #fafafa;
  border: 1px solid #eee;
  margin-bottom: 15px;
}
.service-item h5{ margin: 0 0 6px; font-weight: 800; }
.service-item .meta{ font-size: 12px; color: rgba(0,0,0,.55); }
.service-item i{ color: var(--brand); }

/* ---------- Product list ---------- */
.product-list{ margin-top: 15px; }
.product-list i{ color: var(--brand); margin-right: 8px; }

/* ---------- Gallery ---------- */
.gallery img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #eee;
  margin-bottom: 15px;
}

/* ---------- Contact ---------- */
.contact-card{
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 18px;
  background: #fff;
}
.contact-hint{
  margin-left:10px;
  font-size:12px;
  color: rgba(0,0,0,.55);
}
.map-embed{
  border: 0;
  width: 100%;
  height: 320px;
  border-radius: 10px;
  border: 1px solid #eee;
}
.map-note{ margin-top: 10px; }

/* ---------- Footer ---------- */
.footer{
  background: #111;
  color: rgba(255,255,255,.75);
  padding: 25px 0;
}
.footer a{ color: rgba(255,255,255,.85); text-decoration: none; }
.footer a:hover{ color: #fff; }
.footer-brand{
  font-weight: 800;
  letter-spacing: .5px;
  font-size: 16px;
  color: #fff;
}
.footer-sub{ margin-top: 6px; }
.footer-links{ margin-top: 10px; }
.footer-hr{ border-color: rgba(255,255,255,.12); }
.footer-copy{ font-size: 12px; }

/* ---------- Responsive ---------- */
@media (max-width: 767px){
  /* topbar a bit taller on mobile sometimes */
  body{ padding-top: 108px; }

  .hero h1{ font-size: 34px; }
  .hero .hero-inner{ padding: 70px 0 45px; }

  .btn-ghost{
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
  }

  #siteNav.navbar{
    top: 36px; /* small adjustment for mobile */
  }
}
