/* ───────── HERO ───────── */
.hero-wrap { height: 100vh; position: relative; overflow: hidden; }
.hero-video-bg { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: 1; }
.hero-wrap::after { content: ''; position: absolute; inset: 0; background: rgba(5,14,28,0.55); z-index: 2; }

.hero-content {
  position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
  z-index: 10; text-align: center; padding: 0 24px; pointer-events: none;
}
.hero-sub {
  font-family: 'Luxurious Script', cursive; font-size: 3.5vw;
  color: var(--gold); margin-bottom: 24px; text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.hero-h1 {
  font-family: 'Instrument Serif', serif;
  font-size: 5vw; line-height: 1.1; letter-spacing: -0.02em;
  color: #fff; max-width: 90%; text-shadow: 0 4px 20px rgba(0,0,0,0.6);
  text-transform: uppercase; font-weight: 400; margin-bottom: 24px;
}
.hero-desc {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; line-height: 1.6; color: rgba(255, 255, 255, 0.9);
  max-width: 750px; margin-bottom: 40px; text-shadow: 0 2px 8px rgba(0,0,0,0.5);
  font-weight: 400;
}
.hero-actions { display: flex; flex-direction: column; align-items: center; gap: 12px; pointer-events: auto; }
.hero-btn {
  padding: 16px 36px;
  background: var(--gold);
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 2px;
  box-shadow: 0 6px 25px rgba(203, 157, 6, 0.4);
  transition: all 0.3s cubic-bezier(0.23,1,0.32,1);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.hero-btn:hover {
  background: #fff;
  color: var(--navy);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(255,255,255,0.3);
}
.hero-micro { font-size: 12px; color: rgba(255,255,255,0.6); letter-spacing: 0.05em; }

@media (max-width: 1023px) {
  .hero-content { padding-top: 130px; justify-content: center; }
  .hero-sub { font-size: 28px; }
  .hero-h1 { font-size: 38px; line-height: 1.2; }
  .hero-desc { font-size: 14px; }
  .hero-btn { padding: 14px 28px; font-size: 13px; }
}

/* ───────── SEÇÃO 2: PROBLEMA / DOR ───────── */
.problems-sec {
  background: #030812;
  padding: 100px 24px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(203, 157, 6, 0.1);
}
.problems-inner { width: 100%; max-width: 1200px; }
.sec-header { text-align: center; margin-bottom: 64px; }
.sec-tag {
  font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 12px;
  color: var(--gold); text-transform: uppercase; letter-spacing: 0.2em; display: block; margin-bottom: 12px;
}
.sec-title {
  font-family: 'Instrument Serif', serif; font-size: 42px; line-height: 1.2;
  font-weight: 400; color: #fff; text-transform: uppercase;
}
@media (min-width: 768px) { .sec-title { font-size: 56px; } }

.problems-grid {
  display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center;
}
@media (min-width: 1024px) { .problems-grid { grid-template-columns: 1fr 1.2fr; gap: 64px; } }

.problems-img-side {
  position: relative; border-radius: 4px; overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
  border: 1px solid rgba(203, 157, 6, 0.2);
}
.problems-img-side .bg-cover {
  position: absolute; inset: 0;
  background-image: url('../assets/images/food_safety_risk_audit.png');
  background-size: cover; background-position: center;
}
.problems-img-side::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(3, 8, 18, 0.9), rgba(3, 8, 18, 0.3));
}
.problems-img-card {
  position: absolute; bottom: 24px; left: 24px; right: 24px; z-index: 5;
  background: rgba(5, 14, 28, 0.8); backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(203, 157, 6, 0.3);
  padding: 20px; border-radius: 2px;
}

.problems-img-card h3 { font-family: 'Manrope', sans-serif; font-size: 14px; font-weight: 700; color: #ff5c5c; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 8px; }
.problems-img-card p { font-size: 13px; color: rgba(255,255,255,0.9); line-height: 1.5; }

.problems-list { display: flex; flex-direction: column; gap: 24px; }
.problem-item {
  display: flex; gap: 20px; background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05); padding: 24px; border-radius: 2px;
  transition: all 0.3s ease;
}
.problem-item:hover {
  background: rgba(253, 68, 68, 0.04);
  border-color: rgba(253, 68, 68, 0.2);
  transform: translateX(6px);
}
.problem-icon {
  flex: 0 0 auto; width: 28px; height: 28px; color: #ff5c5c; display: flex; align-items: center; justify-content: center;
  background: rgba(253, 68, 68, 0.1); border-radius: 50%; border: 1px solid rgba(253, 68, 68, 0.2); font-size: 13px; font-weight: bold;
}
.problem-content h3 { font-family: 'Manrope', sans-serif; font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.problem-content p { font-size: 13px; color: rgba(255,255,255,0.7); line-height: 1.6; }

.alert-banner {
  margin-top: 56px; background: linear-gradient(135deg, #1f0c0c 0%, #0d0404 100%);
  border: 1px solid rgba(253, 68, 68, 0.3); padding: 32px; border-radius: 2px; text-align: center;
}
.alert-banner p { font-size: 16px; line-height: 1.6; color: rgba(255,255,255,0.9); max-width: 900px; margin: 0 auto; }
.alert-banner strong { color: #ff5c5c; font-weight: 700; }

/* ───────── SEÇÃO 3: SOLUÇÃO ───────── */
.about { background: #fff; padding: 100px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
@media (min-width: 768px) { .about { padding: 140px 15%; } }
.about-title { font-family: 'Luxurious Script', cursive; font-size: 42px; text-align: center; color: var(--gold); margin-bottom: 24px; }
.about-body {
  font-family: 'Instrument Serif', serif; text-transform: uppercase;
  font-size: 24px; line-height: 1.5; text-align: center; color: #000; max-width: 1000px;
  opacity: 0; transform: translateY(30px);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.about-body.in {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 768px) { .about-body { font-size: 44px; line-height: 1.4; } }


.solution-bullets {
  margin-top: 64px; display: grid; grid-template-columns: 1fr; gap: 24px; width: 100%; max-width: 900px;
}
@media (min-width: 768px) { .solution-bullets { grid-template-columns: repeat(3, 1fr); } }
.sol-bullet {
  background: #f8fafc; border: 1px solid #e2e8f0; padding: 28px; border-radius: 2px;
  transition: all 0.3s ease; text-align: center;
}
.sol-bullet:hover {
  background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.08); border-color: var(--gold); transform: translateY(-4px);
}
.sol-bullet .ico-check {
  width: 40px; height: 40px; background: rgba(203, 157, 6, 0.1); border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center; color: var(--gold); font-size: 18px; font-weight: bold; margin-bottom: 16px;
}
.sol-bullet h3 { font-family: 'Manrope', sans-serif; font-size: 15px; font-weight: 700; color: #0a1c36; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.05em; }
.sol-bullet p { font-size: 13px; color: #475569; line-height: 1.6; }

.about-btn {
  margin-top: 48px; padding: 14px 36px; background: #0a1c36; color: #fff;
  font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 13px; text-transform: uppercase;
  letter-spacing: 0.1em; border-radius: 2px; transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(10, 28, 54, 0.25);
}
.about-btn:hover { background: var(--gold); box-shadow: 0 6px 20px rgba(203, 157, 6, 0.35); transform: translateY(-2px); }

/* ───────── MARQUEE PARCEIROS ───────── */
.partners { margin-top: 80px; width: 100%; position: relative; overflow: hidden; }
@media (min-width: 768px) { .partners { margin-top: 120px; } }
.partners::before, .partners::after { content: ''; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none; }
.partners::before { left: 0; background: linear-gradient(to right, #fff, rgba(255,255,255,0)); }
.partners::after { right: 0; background: linear-gradient(to left, #fff, rgba(255,255,255,0)); }
.marquee { display: flex; width: max-content; animation: marquee 45s linear infinite; }
.partners:hover .marquee { animation-play-state: paused; }
.marquee .track { display: flex; gap: 64px; padding-right: 64px; align-items: center; }
.marquee .pname {
  font-family: 'Open Sans', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.25em;
  text-transform: uppercase; color: rgba(10, 28, 54, 0.35); white-space: nowrap; display: flex; align-items: center; gap: 12px;
}
.marquee .pname::before { content: '✦'; color: var(--gold); }

/* ───────── SEÇÃO 4: SERVIÇOS ───────── */
.services-sec {
  background: #f8fafc; padding: 100px 24px; display: flex; justify-content: center;
  border-bottom: 1px solid #e2e8f0;
}
.services-inner { width: 100%; max-width: 1200px; }
.services-grid {
  display: grid; grid-template-columns: 1fr; gap: 32px; margin-top: 56px;
}
@media (min-width: 640px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .services-grid { grid-template-columns: repeat(4, 1fr); } }

.service-card {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 2px;
  padding: 32px 24px; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex; flex-direction: column; justify-content: space-between;
  position: relative; overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--gold); transform: scaleX(0); transition: transform 0.4s ease;
  transform-origin: left;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(10, 28, 54, 0.1);
  border-color: rgba(203, 157, 6, 0.3);
}
.service-card:hover::before { transform: scaleX(1); }

.s-card-top { margin-bottom: 24px; }
.s-card-icon {
  width: 52px; height: 52px; color: var(--gold); background: #fffcf0;
  border-radius: 2px; display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(203, 157, 6, 0.15); margin-bottom: 24px;
  transition: all 0.3s ease;
}
.service-card:hover .s-card-icon {
  background: var(--gold); color: #fff; border-color: var(--gold);
  box-shadow: 0 6px 15px rgba(203, 157, 6, 0.3);
}
.s-card-icon svg { width: 24px; height: 24px; }
.s-card-title {
  font-family: 'Manrope', sans-serif; font-size: 17px; font-weight: 700;
  color: #0a1c36; margin-bottom: 12px; line-height: 1.4;
}
.s-card-desc {
  font-size: 13px; color: #475569; line-height: 1.6;
}
.s-card-arrow {
  margin-top: 24px; display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 700;
  color: var(--navy); text-transform: uppercase; letter-spacing: 0.05em; transition: color 0.3s;
}
.service-card:hover .s-card-arrow { color: var(--gold); }
.s-card-arrow svg { width: 14px; height: 14px; transition: transform 0.3s ease; }
.service-card:hover .s-card-arrow svg { transform: translateX(4px); }

/* ───────── SEÇÃO 5: CONTEXTO DE MERCADO ───────── */
.market-sec {
  position: relative; padding: 120px 24px; display: flex; flex-direction: column; align-items: center;
  background: linear-gradient(rgba(5, 14, 28, 0.85), rgba(5, 14, 28, 0.95)),
              url('../assets/images/cargo_port_brazil.jpg') center/cover no-repeat;
  border-top: 1px solid rgba(203, 157, 6, 0.1);
  border-bottom: 1px solid rgba(203, 157, 6, 0.1);
  overflow: hidden;
}
.market-inner { width: 100%; max-width: 1200px; display: grid; grid-template-columns: 1fr; gap: 64px; align-items: center; }
@media (min-width: 1024px) { .market-inner { grid-template-columns: 1fr 1fr; } }

.market-text { color: #fff; }
.market-text .sec-tag { color: var(--gold); }
.market-text h2 {
  font-family: 'Instrument Serif', serif; font-size: 42px; line-height: 1.2;
  color: #fff; text-transform: uppercase; font-weight: 400; margin-bottom: 24px;
}
@media (min-width: 768px) { .market-text h2 { font-size: 52px; } }
.market-text p { font-size: 15px; color: rgba(255,255,255,0.8); line-height: 1.7; margin-bottom: 32px; }

.market-pills { display: flex; flex-direction: column; gap: 16px; }
.market-pills .market-pill {
  display: flex; align-items: center; gap: 16px; background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08); padding: 16px 20px; border-radius: 2px;
  transition: all 0.3s ease;
}
.market-pills .market-pill:hover {
  background: rgba(203, 157, 6, 0.05); border-color: rgba(203, 157, 6, 0.3); transform: translateX(6px);
}
.market-pill-ico { color: var(--gold); flex: 0 0 auto; display: flex; }
.market-pill-text { font-family: 'Manrope', sans-serif; font-size: 14px; font-weight: 600; color: #fff; }

.market-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
}
.market-stat-box {
  background: rgba(5,14,28,0.7); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(203, 157, 6, 0.25); padding: 40px 24px; border-radius: 2px; text-align: center;
  position: relative; overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.market-stat-box::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: var(--gold);
}
.market-stat-num {
  font-family: 'Instrument Serif', serif; font-size: 48px; font-weight: 400; color: var(--gold); line-height: 1; margin-bottom: 12px;
}
@media (min-width: 768px) { .market-stat-num { font-size: 64px; } }
.market-stat-lbl { font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.1em; }
.market-stat-desc { font-size: 11px; color: rgba(255,255,255,0.5); margin-top: 8px; line-height: 1.4; }

/* ───────── SEÇÃO 6: COMO TRABALHAMOS ───────── */
.steps-sec {
  background: #fff; padding: 100px 24px; display: flex; justify-content: center;
  border-bottom: 1px solid #e2e8f0;
}
.steps-inner { width: 100%; max-width: 1200px; }
.timeline {
  display: grid; grid-template-columns: 1fr; gap: 32px; margin-top: 64px; position: relative;
}
@media (min-width: 1024px) {
  .timeline { grid-template-columns: repeat(4, 1fr); gap: 24px; }
  .timeline::before {
    content: ''; position: absolute; top: 120px; left: 0; right: 0; height: 1px;
    background: linear-gradient(to right, transparent, #e2e8f0 10%, #e2e8f0 90%, transparent);
    z-index: 1;
  }
}

.step-card {
  background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 2px; padding: 32px 24px;
  transition: all 0.3s ease; position: relative; z-index: 2;
}
.step-card:hover {
  background: #fff; box-shadow: 0 12px 30px rgba(10, 28, 54, 0.08); border-color: var(--gold);
}
.step-num {
  width: 48px; height: 48px; background: #0a1c36; color: var(--gold); border: 2px solid var(--gold);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 16px; margin-bottom: 24px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.step-card:hover .step-num {
  background: var(--gold); color: #fff; transform: scale(1.1);
}
.step-title {
  font-family: 'Manrope', sans-serif; font-size: 16px; font-weight: 700;
  color: #0a1c36; margin-bottom: 12px; display: flex; align-items: center; gap: 8px;
}
.step-desc {
  font-size: 13px; color: #475569; line-height: 1.6;
}

/* ───────── SEÇÃO 7: DIFERENCIAIS ───────── */
.diffs-sec {
  background: #030812; padding: 100px 24px; display: flex; justify-content: center;
  border-bottom: 1px solid rgba(203, 157, 6, 0.1);
}
.diffs-inner { width: 100%; max-width: 1200px; }
.diffs-grid {
  display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 56px;
}
@media (min-width: 768px) { .diffs-grid { grid-template-columns: repeat(4, 1fr); } }

.p-card {
  background: #000; padding: 32px 24px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px;
  border: 1px solid rgba(255,255,255,0.03); border-radius: 2px;
  opacity: 0; transform: translateY(80px); transition: opacity 0.7s cubic-bezier(0.215,0.61,0.355,1), transform 0.7s cubic-bezier(0.215,0.61,0.355,1);
}
.p-card.in { opacity: 1; transform: translateY(0); }
.p-card:hover {
  background: #050e1c; border-color: rgba(203, 157, 6, 0.3); transform: translateY(-4px);
}
.p-card .p-ico { width: 48px; height: 48px; color: var(--gold); }
.p-card .p-lbl { color: #fff; font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 0.05em; }
.p-card .p-desc { color: rgba(255,255,255,0.6); font-size: 12px; line-height: 1.5; }
.p-card .p-ico svg { animation: lottiepulse 2.4s ease-in-out infinite; }

/* ───────── SEÇÃO 8: DEPOIMENTOS ───────── */
.reviews-sec {
  background: #f8fafc; padding: 100px 24px; display: flex; justify-content: center;
  border-bottom: 1px solid #e2e8f0;
}
.reviews-inner { width: 100%; max-width: 1200px; }
.reviews-grid {
  display: grid; grid-template-columns: 1fr; gap: 32px; margin-top: 56px;
}
@media (min-width: 768px) { .reviews-grid { grid-template-columns: repeat(2, 1fr); } }

.review-card {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 2px; padding: 40px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.01); transition: all 0.3s ease;
  display: flex; flex-direction: column; justify-content: space-between;
}
.review-card:hover {
  box-shadow: 0 12px 30px rgba(10, 28, 54, 0.06); transform: translateY(-4px);
  border-color: rgba(203, 157, 6, 0.2);
}
.stars { color: var(--gold); display: flex; gap: 4px; margin-bottom: 20px; font-size: 14px; }
.review-text { font-size: 14px; line-height: 1.7; color: #334155; font-style: italic; margin-bottom: 28px; }
.reviewer { display: flex; align-items: center; gap: 16px; }
.rev-avatar {
  width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, var(--navy) 0%, #1a365d 100%);
  color: var(--gold); font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 14px;
  display: flex; align-items: center; justify-content: center; border: 1px solid rgba(203,157,6,0.3);
}
.rev-name { font-family: 'Manrope', sans-serif; font-size: 14px; font-weight: 700; color: #0a1c36; }
.rev-role { font-size: 12px; color: #64748b; margin-top: 2px; }

/* ───────── SEÇÃO 9: FAQ ───────── */
.faq-sec {
  background: #fff; padding: 100px 24px; display: flex; justify-content: center;
  border-bottom: 1px solid #e2e8f0;
}
.faq-inner { width: 100%; max-width: 900px; }
.faq-accordion { display: flex; flex-direction: column; gap: 16px; margin-top: 56px; }
.faq-item { border: 1px solid #e2e8f0; border-radius: 2px; overflow: hidden; background: #f8fafc; transition: all 0.3s ease; }
.faq-item:hover { border-color: rgba(203, 157, 6, 0.3); }
.faq-trigger {
  width: 100%; padding: 24px; display: flex; justify-content: space-between; align-items: center;
  text-align: left; font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 15px; color: #0a1c36;
  background: none; transition: background 0.3s;
}
.faq-trigger:hover { background: #f1f5f9; }
.faq-trigger .faq-icon {
  width: 20px; height: 20px; flex: 0 0 auto; color: var(--gold); display: flex; align-items: center; justify-content: center;
  background: #fff; border: 1px solid rgba(203, 157, 6, 0.2); border-radius: 50%; font-size: 12px; transition: transform 0.3s;
}
.faq-item.active { border-color: var(--gold); background: #fff; }
.faq-item.active .faq-trigger { border-bottom: 1px solid #f1f5f9; background: #fffcf0; }
.faq-item.active .faq-trigger .faq-icon { transform: rotate(45deg); background: var(--gold); color: #fff; border-color: var(--gold); }
.faq-content { max-height: 0; overflow: hidden; transition: max-height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
.faq-item.active .faq-content { max-height: 250px; }
.faq-content p { padding: 24px; font-size: 13px; line-height: 1.6; color: #475569; }

/* ───────── SEÇÃO 10: CTA FINAL ───────── */
.cta-final {
  position: relative; padding: 120px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: linear-gradient(rgba(5, 14, 28, 0.85), rgba(5, 14, 28, 0.95)),
              url('../assets/images/industrial_food_sunset.jpg') center/cover no-repeat;
  border-top: 1px solid rgba(203, 157, 6, 0.1); text-align: center;
}
.cta-final-inner { max-width: 800px; z-index: 10; }
.cta-final-title {
  font-family: 'Instrument Serif', serif; font-size: 44px; line-height: 1.1; color: #fff; text-transform: uppercase;
  font-weight: 400; margin-bottom: 24px;
}
@media (min-width: 768px) { .cta-final-title { font-size: 56px; } }
.cta-final-desc { font-size: 15px; color: rgba(255,255,255,0.8); line-height: 1.7; margin-bottom: 40px; }
