.pt-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
}

/* Shared Portuguese framework refinements for localized SUNFULL pages. */
html[lang="pt-BR"] body {
  text-align: left;
}

html[lang="pt-BR"] .site-header .nav-cta,
html[lang="pt-BR"] .site-header .btn-primary,
html[lang="pt-BR"] .site-header .quote,
html[lang="pt-BR"] .support-popup-cta,
html[lang="pt-BR"] .qmodal-submit,
html[lang="pt-BR"] .conversion-cta,
html[lang="pt-BR"] .conversion-strip-link,
html[lang="pt-BR"] .mobile-sticky-cta a,
html[lang="pt-BR"] #mobileStickyCta a {
  white-space: nowrap;
}

html[lang="pt-BR"] .lang-current {
  text-transform: uppercase;
}

html[lang="pt-BR"] .qmodal-box,
html[lang="pt-BR"] .qmodal-form,
html[lang="pt-BR"] .support-popup {
  text-align: left;
}

html[lang="pt-BR"] .support-popup-title span {
  display: block;
}

@media (min-width: 769px) {
  html[lang="pt-BR"] .brand-logo,
  html[lang="pt-BR"] .logo {
    flex: 0 0 auto;
    min-width: 138px;
  }

  html[lang="pt-BR"] .brand-logo-img {
    width: 138px !important;
    height: auto !important;
    max-width: 138px !important;
  }

  html[lang="pt-BR"] .main-nav > ul > li > a.has-dropdown {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
  }

  html[lang="pt-BR"] .main-nav > ul {
    flex-wrap: nowrap;
  }
}

@media (max-width: 768px) {
  html[lang="pt-BR"],
  html[lang="pt-BR"] body {
    max-width: 100%;
    overflow-x: hidden;
  }

  html[lang="pt-BR"] .header-main .container {
    max-width: 100%;
    overflow: visible;
  }

  html[lang="pt-BR"] .logo img,
  html[lang="pt-BR"] .site-logo img,
  html[lang="pt-BR"] .brand img {
    max-width: 142px;
    height: auto;
  }

  html[lang="pt-BR"] .mobile-toggle {
    display: flex !important;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
  }

  html[lang="pt-BR"] .mobile-toggle span {
    display: block !important;
  }

  html[lang="pt-BR"] .main-nav.show {
    display: block !important;
  }

  html[lang="pt-BR"] .main-nav .dropdown {
    display: none !important;
    position: static !important;
    min-width: 0 !important;
    width: 100% !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  html[lang="pt-BR"] .main-nav li.open > .dropdown,
  html[lang="pt-BR"] .main-nav .prod-has-fly.open > .prod-fly {
    display: block !important;
  }

  html[lang="pt-BR"] .main-nav .dropdown a {
    padding-left: 30px !important;
    white-space: normal !important;
  }

  html[lang="pt-BR"] .main-nav .prod-fly a {
    padding-left: 40px !important;
  }

  html[lang="pt-BR"] .hero-carousel .hc-title,
  html[lang="pt-BR"] .pt-hero h1,
  html[lang="pt-BR"] .i18n-hero h1,
  html[lang="pt-BR"] .page-header h1 {
    letter-spacing: 0;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  html[lang="pt-BR"] .hero-carousel .hc-sub,
  html[lang="pt-BR"] .pt-hero p,
  html[lang="pt-BR"] .i18n-hero p,
  html[lang="pt-BR"] .page-header p {
    overflow-wrap: anywhere;
  }

  html[lang="pt-BR"] .support-popup {
    max-width: calc(100vw - 24px);
  }

  html[lang="pt-BR"] body.pt-page.support-popup-active .support-popup {
    display: none !important;
  }

  html[lang="pt-BR"] body.pt-page.support-popup-active {
    padding-bottom: 0;
  }

  html[lang="pt-BR"] .mobile-sticky-cta,
  html[lang="pt-BR"] #mobileStickyCta {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box;
  }

  html[lang="pt-BR"] .mobile-sticky-cta a,
  html[lang="pt-BR"] #mobileStickyCta a {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.pt-hero {
  background: #071426;
  color: #fff;
  padding: 74px 0;
}

.pt-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, .96fr);
  gap: 46px;
  align-items: center;
}

.pt-kicker {
  margin: 0 0 12px;
  color: #0071bc;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pt-hero .pt-kicker {
  color: #37e287;
}

.pt-hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: 0;
}

.pt-hero p {
  max-width: 720px;
  color: #d6e3ef;
  font-size: 18px;
  line-height: 1.7;
}

.pt-hero-img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .28);
  object-fit: cover;
  max-height: 420px;
}

.pt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.pt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
}

.pt-btn.primary {
  background: #06a957;
  color: #fff;
  box-shadow: 0 14px 28px rgba(6, 169, 87, .22);
}

.pt-btn.secondary {
  background: #fff;
  color: #0b5d92;
}

.pt-btn.ghost {
  background: #0b65a3;
  color: #fff;
}

.pt-section {
  padding: 70px 0;
}

.pt-section.light {
  background: #f6f8fb;
}

.pt-panel,
.pt-card,
.pt-rfq {
  background: #fff;
  border: 1px solid #dde7f1;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(15, 31, 51, .06);
}

.pt-panel {
  padding: 34px;
  margin-bottom: 28px;
}

.pt-panel h2,
.pt-split h2,
.pt-rfq h2 {
  margin: 0 0 14px;
  color: #172235;
  font-size: 30px;
  line-height: 1.25;
}

.pt-panel p,
.pt-card p,
.pt-rfq p,
.pt-split p,
.pt-list li {
  color: #5c6a7e;
  line-height: 1.72;
}

.pt-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 28px;
  align-items: start;
  margin-bottom: 28px;
}

.pt-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pt-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pt-card {
  padding: 26px;
}

.pt-card.strong {
  border-left: 4px solid #06a957;
}

.pt-card h3 {
  margin: 0 0 10px;
  color: #172235;
  font-size: 20px;
}

.pt-card ul,
.pt-list {
  padding-left: 20px;
  margin: 12px 0 0;
}

.pt-spec-list {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  margin: 0;
  background: #fff;
  border: 1px solid #e1e8f0;
  border-radius: 8px;
  overflow: hidden;
}

.pt-spec-row {
  display: contents;
}

.pt-spec-row dt,
.pt-spec-row dd {
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #e1e8f0;
  overflow-wrap: anywhere;
}

.pt-spec-row dt {
  background: #f2f6fb;
  color: #182235;
  font-weight: 800;
}

.pt-spec-row dd {
  color: #26364b;
}

.pt-spec-row:last-child dt,
.pt-spec-row:last-child dd {
  border-bottom: 0;
}

.pt-rfq {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 30px;
  margin: 36px 0;
  background: #09233b;
  color: #fff;
}

.pt-rfq h2 {
  color: #fff;
}

.pt-rfq p {
  color: #d7e5f2;
}

.pt-actions.compact {
  justify-content: flex-end;
  margin-top: 0;
}

.pt-faq details {
  background: #fff;
  border: 1px solid #dfe8f1;
  border-radius: 8px;
  margin: 12px 0;
  padding: 18px;
}

.pt-faq summary {
  color: #172235;
  font-weight: 800;
  cursor: pointer;
}

.pt-note {
  color: #75849a;
  font-size: 13px;
}

@media (max-width: 760px) {
  .pt-hero {
    padding: 48px 0;
  }

  .pt-hero-grid,
  .pt-split,
  .pt-rfq,
  .pt-grid,
  .pt-grid.two {
    grid-template-columns: 1fr;
  }

  .pt-hero h1 {
    font-size: 34px;
  }

  .pt-panel,
  .pt-card,
  .pt-rfq {
    padding: 24px;
  }

  .pt-actions.compact {
    justify-content: flex-start;
  }

  .pt-spec-list,
  .pt-spec-row,
  .pt-spec-row dt,
  .pt-spec-row dd {
    display: block;
  }

  .pt-spec-row {
    border-bottom: 1px solid #e1e8f0;
  }

  .pt-spec-row:last-child {
    border-bottom: 0;
  }

  .pt-spec-row dt,
  .pt-spec-row dd {
    border: 0;
  }

  .pt-spec-row dd {
    padding-top: 0;
  }
}
