/* ─────────────────────────────────────────────
   SECTIONS — Componentes compartilhados +
   Sobre, Produtos, Certificações, Prêmios,
   Tecnologia + responsivo
───────────────────────────────────────────── */

/* ─── SHARED ─── */
.section-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #008de5;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.section-kicker::before {
  content: "";
  width: 43px;
  height: 2px;
  background: #008de5;
  display: block;
}

.section-title {
  color: #2c538b;
  font-size: clamp(42px, 4.1vw, 58px);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.03em;
  margin: 0;
}
.section-title strong {
  font-weight: 800;
  color: #2c538b;
}

.section-copy {
  color: #2c538b;
  font-size: 23px;
  line-height: 1.55;
  letter-spacing: 0.02em;
  margin: 0;
  font-weight: 300;
}
.section-copy strong { font-weight: 800; }

.soft-blue {
  background: url("../../images/bg-section.jpg") #a7dfe7 center center / cover no-repeat;
}

.media-card {
  overflow: hidden;
  border-radius: 18px;
}
.media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.photo-label {
  color: #2a4f85;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 8px 0 0 28px;
}

/* ─── SOBRE ─── */
#sobre {
  background: #f7fcff;
  padding: 118px 0 92px;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 82px;
  align-items: center;
}

.about-copy {
  max-width: 590px;
  text-align: justify;
}
.about-copy .section-title {
  font-size: clamp(48px, 4.6vw, 64px);
  color: #2c538b;
  margin-bottom: 30px;
  text-align: left;
}
.about-copy .section-title strong { color: #2c538b; }

.about-visual img { width: 100%; display: block; }

/* ─── PRODUTOS ─── */
#produtos { padding: 88px 0 96px; }
#produtos .section-shell { max-width: 1280px; }
#produtos .section-title {
  font-size: clamp(48px, 4.3vw, 62px);
  color: #2c538b;
  margin-bottom: 72px;
}

.product-stack {
  display: flex;
  flex-direction: column;
  padding: 0 40px;
  gap: 22px;
  align-items: center;
}

.product-card {
  width: 100%;
  min-height: 356px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  background: linear-gradient(90deg, #D2F6FC 0%, rgba(210, 246, 252, 0.00) 100%);
  border-radius: 18px;
  overflow: visible;
}

.product-card.product-mid {
  grid-template-columns: 0.95fr 1.35fr;
  position: relative;
  background: linear-gradient(270deg, #D2F6FC 0%, rgba(210, 246, 252, 0.00) 100%);
}
.product-card.product-mid .product-text   { text-align: right; }
.product-card.product-mid .product-text p { margin: 0 auto; }

.product-card.product-bottom { grid-template-columns: 1.06fr 0.94fr; }

.product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 320px;
  padding: 28px 36px;
  position: relative;
}
.product-img img {
  max-width: 100%;
  max-height: 310px;
  object-fit: contain;
  display: block;
}
.product-bottom .product-img img {
  max-height: 355px;
  transform: translateY(-10px);
}

.product-text {
  color: #2a4f85;
  padding: 48px 56px;
}
.product-text h3 {
  margin: 0 0 24px;
  color: #2a4f85;
  font-size: 30px;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.product-text h3 strong {
  font-weight: 800;
  letter-spacing: 0.32em;
}
.product-text p {
  margin: 0;
  max-width: 330px;
  font-weight: 300;
  color: #2a4f85;
  font-size: 17px;
  line-height: 1.65;
}

.premium-title {
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: #2a4f85;
  font-size: 30px;
  line-height: 1.55;
}
.premium-title span  { display: block; font-weight: 400; letter-spacing: 0.48em; }
.premium-title strong { display: block; font-weight: 800; letter-spacing: 0.36em; }

.ph-drop {
  position: absolute;
  top: -50px;
  right: 18%;
  width: 86px;
  height: auto;
  z-index: 3;
  pointer-events: none;
}

/* ─── CERTIFICAÇÕES ─── */
#certificacoes {
  background: #fff;
  padding: 55px 0 88px;
}

.cert-layout {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr;
  gap: 82px;
  align-items: start;
}

#certificacoes .section-title { margin-bottom: 32px; }
#certificacoes .section-copy  { max-width: 670px; text-align: justify; }

.cert-logos {
  display: flex;
  align-items: center;
  gap: 56px;
  margin-top: 38px;
}
.cert-logos img:nth-child(1) { height: 132px; }
.cert-logos img:nth-child(2) { height: 102px; }
.cert-logos img:nth-child(3) { height: 106px; }

.cert-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 26px;
}
.cert-photo .media-card                            { width: 360px; height: 260px; border-radius: 18px; }
.cert-photo:nth-child(2) .media-card,
.cert-photo:nth-child(3) .media-card               { height: 258px; }

/* ─── PRÊMIOS ─── */
#premiacoes { padding: 55px 0 58px; }

.awards-layout {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 70px;
  align-items: end;
}

#premiacoes .section-title { margin-bottom: 60px; }
#premiacoes .section-copy  { max-width: 610px; text-align: justify; }

.awards-card {
  background: linear-gradient(0deg, #D2F6FC 0%, rgba(210, 246, 252, 0.00) 100%);
  border-radius: 0 0 18px 18px;
  padding: 116px 34px 34px;
}
.awards-card img { width: 100%; display: block; }

.award-labels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  color: #2a4f85;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-top: 18px;
}

/* ─── TECNOLOGIA ─── */
#tecnologia {
  background: white;
  padding: 65px 0 98px;
}
#tecnologia .section-shell { max-width: 1280px; }
#tecnologia .section-title { margin-bottom: 44px; }

.tech-copy { max-width: 100%; }
.tech-copy p {
  margin: 0 0 28px;
  color: #40547d;
  font-size: 26px;
  line-height: 1.56;
  text-align: justify;
  font-weight: 300;
}

.tech-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  margin-top: 60px;
}
.tech-photos .media-card  { height: 250px; border-radius: 18px; }
.tech-photos .photo-label { margin-left: 20px; }

/* ─── RESPONSIVE: 900px ─── */
@media (max-width: 900px) {
  .product-stack  { padding: 0; }
  .section-shell  { padding: 0 24px; }

  #sobre,
  #produtos,
  #certificacoes,
  #premiacoes,
  #tecnologia     { padding-top: 64px; padding-bottom: 68px; }

  .about-grid,
  .cert-layout,
  .awards-layout  { grid-template-columns: 1fr; gap: 42px; }

  .section-kicker         { font-size: 12px; margin-bottom: 16px; }
  .section-kicker::before { width: 34px; }

  .section-title {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.14;
    letter-spacing: -0.02em;
  }
  .about-copy .section-title,
  #produtos .section-title { font-size: clamp(38px, 11vw, 48px); }

  .section-copy,
  .tech-copy p   { font-size: 18px; line-height: 1.65; text-align: left; }

  .about-copy    { max-width: 100%; text-align: left; }
  .about-visual img { border-radius: 14px; }

  #produtos .section-title { margin-bottom: 36px; }
  .product-stack           { gap: 18px; align-items: stretch; }

  .product-card,
  .product-card.product-mid,
  .product-card.product-bottom {
    grid-template-columns: 1fr;
    margin-left: 0;
    min-height: 0;
    overflow: hidden;
  }
  .product-card.product-mid .product-img { order: 2; padding-top: 58px; }
  .product-img                  { min-height: 0; padding: 24px 22px; }
  .product-img img              { max-height: 260px; }
  .product-bottom .product-img img { max-height: 285px; transform: none; }
  .product-text                 { padding: 34px 28px; }
  .product-text h3              { font-size: 22px; line-height: 1.45; letter-spacing: 0.18em; }
  .product-text h3 strong       { letter-spacing: 0.18em; }
  .product-text p               { font-size: 15px; max-width: 100%; }
  .premium-title span           { letter-spacing: 0.28em; }
  .premium-title strong         { letter-spacing: 0.22em; }
  .ph-drop                      { top: 10px; right: 18px; width: 64px; }

  .cert-photo .media-card                           { width: 100%; height: 220px; }
  .cert-photo:nth-child(2) .media-card,
  .cert-photo:nth-child(3) .media-card              { height: 220px; }
  .photo-label                                      { margin-left: 0; font-size: 12px; }
  .cert-side                                        { gap: 32px; }
  .cert-logos                                       { gap: 18px; flex-wrap: wrap; justify-content: flex-start; }
  .cert-logos img:nth-child(1)                      { height: 86px; }
  .cert-logos img:nth-child(2)                      { height: 66px; }
  .cert-logos img:nth-child(3)                      { height: 70px; }

  #premiacoes .section-title  { margin-bottom: 30px; }
  .awards-card                { padding: 44px 20px 24px; }
  .award-labels               { grid-template-columns: repeat(2, 1fr); row-gap: 10px; font-size: 12px; }

  .tech-photos            { grid-template-columns: 1fr; gap: 32px; }
  .tech-photos .media-card { height: 220px; }
}

/* ─── RESPONSIVE: 520px ─── */
@media (max-width: 520px) {
  .section-shell  { padding: 0 18px; }
  .section-title  { font-size: 34px; }

  .about-copy .section-title,
  #produtos .section-title    { font-size: 38px; }

  .section-copy,
  .tech-copy p   { font-size: 16px; line-height: 1.6; }

  .product-text               { padding: 30px 22px; }
  .product-text h3            { font-size: 19px; letter-spacing: 0.14em; }
  .product-text h3 strong     { letter-spacing: 0.14em; }
  .premium-title span         { letter-spacing: 0.22em; }
  .premium-title strong       { letter-spacing: 0.18em; }
  .product-img img            { max-height: 220px; }
  .product-bottom .product-img img { max-height: 235px; }
  .ph-drop                    { width: 56px; top: 12px; right: 14px; }

  .cert-logos img:nth-child(1) { height: 72px; }
  .cert-logos img:nth-child(2) { height: 54px; }
  .cert-logos img:nth-child(3) { height: 58px; }

  .awards-card { padding-left: 14px; padding-right: 14px; }
}
