*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

img {
  max-width: 100%;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 100;
  background: var(--pt-navy-900);
  color: var(--pt-offwhite);
  padding: 10px 14px;
  text-decoration: none;
  border-radius: 4px;
}

.skip-link:focus {
  top: 16px;
}

.container {
  width: min(100%, var(--pt-container));
  margin: 0 auto;
  padding: 0 32px;
}

.section-shell {
  padding: 120px 0;
}

.section-shell--dark {
  position: relative;
  overflow: hidden;
}

.about,
.services,
.segments,
.process,
.trust,
.depoimentos {
  position: relative;
}

.about::before,
.services::before,
.segments::before,
.process::before,
.trust::before,
.depoimentos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 32px;
  right: 32px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(169, 180, 194, 0.08) 8%,
    rgba(169, 180, 194, 0.34) 50%,
    rgba(169, 180, 194, 0.08) 92%,
    transparent 100%
  );
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid transparent;
  background: rgba(250, 250, 247, 0.84);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  border-bottom-color: rgba(169, 180, 194, 0.26);
  box-shadow: 0 14px 30px rgba(6, 23, 48, 0.08);
}

.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  flex-shrink: 0;
}

.pt-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  line-height: 1;
  text-decoration: none;
}

.pt-logo__symbol {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

.pt-logo__stroke {
  stroke: currentColor;
  fill: none;
}

.pt-logo__accent {
  stroke: currentColor;
  opacity: 0.35;
  fill: none;
}

.pt-logo__wordmark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.pt-logo__title {
  color: inherit;
  font-family: var(--pt-font-display);
  font-size: 34px;
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  white-space: nowrap;
}

.pt-logo__sub {
  color: inherit;
  font-family: var(--pt-font-display);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.32em;
  padding-left: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}

.pt-logo--paper {
  color: var(--pt-navy-800);
}

.pt-logo--navy {
  color: var(--pt-offwhite);
}

.pt-logo--footer .pt-logo__symbol {
  width: 62px;
  height: 62px;
}

.pt-logo--footer .pt-logo__title {
  font-size: 38px;
}

.pt-logo--footer .pt-logo__sub {
  font-size: 13px;
}

.nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav a {
  color: var(--pt-fg-body);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
  position: relative;
  white-space: nowrap;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: var(--pt-gold-500);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav a:hover {
  color: var(--pt-navy-800);
}

.nav a:hover::after,
.nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-cta {
  padding: 10px 14px;
  margin-left: 4px;
  font-size: 12px;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  margin-left: auto;
  border: 1px solid var(--pt-border-strong);
  border-radius: 4px;
  background: var(--pt-paper);
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
}

.menu-toggle span {
  width: 18px;
  height: 1.5px;
  background: var(--pt-navy-800);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-open .menu-toggle span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.menu-open .menu-toggle span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.hero {
  position: relative;
  padding: 72px 0 112px;
  border-bottom: 1px solid var(--pt-border);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 12%, rgba(201, 169, 97, 0.16), transparent 28%),
    radial-gradient(circle at 14% 70%, rgba(58, 110, 165, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(228, 231, 236, 0.46) 100%);
  pointer-events: none;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(169, 180, 194, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(169, 180, 194, 0.1) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent 70%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 430px);
  align-items: start;
  gap: 48px;
}

.hero-copy {
  padding-top: 10px;
}

.eyebrow {
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pt-gold-700);
}

.rule {
  width: 56px;
  height: 1px;
  background: var(--pt-gold-500);
}

.eyebrow--gold {
  color: var(--pt-gold-300);
}

.rule--gold {
  background: var(--pt-gold-500);
}

.hero-copy .pt-h1 {
  margin: 0;
  max-width: 8.8ch;
  font-size: clamp(36px, 4.2vw, 59px);
  line-height: 0.9;
}

.hero-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.hero-title__line {
  display: block;
  white-space: nowrap;
}

.hero-title__line--accent {
  color: var(--pt-navy-600);
}

.hero-lead {
  max-width: 42ch;
  margin: 28px 0 0;
  text-align: justify;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
}

.hero-panel-wrap {
  position: relative;
  margin-top: 2px;
  display: flex;
  justify-content: center;
}

.hero-panel-wrap::before {
  content: "";
  position: absolute;
  inset: auto 32px -20px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 169, 97, 0.18), transparent 68%);
  filter: blur(18px);
}

.hero-panel {
  position: relative;
  width: min(100%, 430px);
  padding: 20px 20px 18px;
  border: 1px solid rgba(19, 49, 92, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(245, 242, 236, 0.96)),
    var(--pt-paper);
  box-shadow: 0 28px 64px rgba(6, 23, 48, 0.12);
}

.panel-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 24px;
}

.panel-label,
.panel-status {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.panel-label {
  color: var(--pt-fg-muted);
}

.panel-status {
  color: var(--pt-success);
}

.shaft {
  position: relative;
  height: 456px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(201, 169, 97, 0.26);
  background:
    linear-gradient(180deg, rgba(6, 23, 48, 0.98) 0%, rgba(11, 37, 69, 0.98) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.shaft::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0%, rgba(201, 169, 97, 0.06) 48%, transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 22%);
}

.shaft::after {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  pointer-events: none;
}

.shaft-head {
  position: absolute;
  top: 18px;
  left: 50%;
  width: 222px;
  height: 24px;
  transform: translateX(-50%);
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, #364150 0%, #222d3b 100%);
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.18);
}

.shaft-rail {
  position: absolute;
  top: 30px;
  bottom: 30px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(135, 151, 169, 0.7) 0%, rgba(58, 110, 165, 0.46) 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.shaft-rail-left {
  left: 92px;
}

.shaft-rail-right {
  right: 92px;
}

.cabin {
  position: absolute;
  top: 72px;
  left: 50%;
  width: 194px;
  height: 252px;
  transform: translateX(-50%);
  border-radius: 10px 10px 6px 6px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, transparent 16%),
    linear-gradient(180deg, #dde2e7 0%, #c0c7cf 100%);
  box-shadow:
    0 18px 32px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  animation: cabin-rise 6s cubic-bezier(.2, .7, .2, 1) infinite;
}

.cabin::before,
.cabin::after {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  width: 8px;
  background: linear-gradient(180deg, #7d8792 0%, #58616b 100%);
}

.cabin::before {
  left: 10px;
  border-radius: 4px 0 0 4px;
}

.cabin::after {
  right: 10px;
  border-radius: 0 4px 4px 0;
}

.cabin-top {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  height: 36px;
  border-radius: 6px 6px 3px 3px;
  background: linear-gradient(180deg, #3a4653 0%, #202b36 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.cabin-badge,
.cabin-display {
  color: var(--pt-gold-300);
  font-family: var(--pt-font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
}

.cabin-door {
  position: absolute;
  top: 58px;
  bottom: 20px;
  width: calc(50% - 16px);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.14) 26%, rgba(120, 130, 140, 0.14) 100%),
    linear-gradient(180deg, #f4f5f6 0%, #cfd5db 100%);
  box-shadow: inset 0 0 0 1px rgba(87, 97, 107, 0.26);
}

.cabin-door-left {
  left: 14px;
}

.cabin-door-right {
  right: 14px;
}

.door-window {
  position: absolute;
  top: 22px;
  left: 50%;
  width: 44px;
  height: 104px;
  transform: translateX(-50%);
  border-radius: 20px 20px 6px 6px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58) 0%, rgba(142, 169, 194, 0.22) 48%, rgba(17, 37, 58, 0.26) 100%);
  box-shadow: inset 0 1px 10px rgba(255, 255, 255, 0.18);
}

.cabin-seam {
  position: absolute;
  top: 58px;
  bottom: 20px;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(88, 97, 107, 0.2) 0%, rgba(88, 97, 107, 0.75) 50%, rgba(88, 97, 107, 0.2) 100%);
}

.cabin-threshold {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 10px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8c949c 0%, #d0d5db 50%, #8c949c 100%);
}

@keyframes cabin-rise {
  0%, 100% {
    top: 214px;
  }

  50% {
    top: 72px;
  }
}

.shaft-floor {
  position: absolute;
  left: 16px;
  right: 16px;
  height: 1px;
  background: rgba(58, 110, 165, 0.28);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.shaft-floor span {
  margin-right: -4px;
  padding: 0 6px;
  background: var(--pt-navy-900);
  color: var(--pt-graphite-300);
  font-family: var(--pt-font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
}

.floor-1 {
  top: 68px;
}

.floor-2 {
  top: 176px;
}

.floor-3 {
  top: 284px;
}

.floor-4 {
  top: 392px;
}

.floor-indicator {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  padding: 10px 18px;
  border: 1px solid rgba(201, 169, 97, 0.72);
  border-radius: 3px;
  background: rgba(6, 23, 48, 0.88);
  color: var(--pt-gold-500);
  font-family: var(--pt-font-mono);
  font-size: 14px;
  letter-spacing: 0.18em;
}

.hero-panel-caption {
  margin-top: 16px;
  padding: 16px 4px 2px;
  border-top: 1px solid rgba(169, 180, 194, 0.28);
  display: grid;
  gap: 8px;
}

.hero-panel-caption .caps {
  color: var(--pt-gold-700);
}

.hero-panel-caption strong {
  color: var(--pt-fg);
  font-family: var(--pt-font-display);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.hero-panel-caption p {
  margin: 0;
  color: var(--pt-fg-body);
  font-size: 14px;
  line-height: 1.6;
}

.panel-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.panel-card {
  padding: 18px;
  border: 1px solid rgba(169, 180, 194, 0.3);
  border-radius: 12px;
  background: rgba(250, 250, 247, 0.74);
}

.panel-card .caps {
  color: var(--pt-gold-700);
}

.panel-card strong {
  display: block;
  margin-top: 10px;
  color: var(--pt-fg);
  font-size: 16px;
  line-height: 1.4;
}

.panel-card p {
  margin: 10px 0 0;
  color: var(--pt-fg-body);
  font-size: 14px;
  line-height: 1.6;
}

.trust-strip {
  padding: 24px 0;
  border-bottom: 1px solid var(--pt-border);
  background: var(--pt-offwhite);
}

.trust-strip-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.caps {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pt-fg-muted);
}

.trust-marks {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.trust-mark {
  color: var(--pt-navy-700);
  font-family: var(--pt-font-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
}

.dot {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--pt-graphite-300);
}

.section-head {
  max-width: 760px;
  margin-bottom: 60px;
}

.section-head--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-head--center .eyebrow {
  justify-content: center;
}

.section-lead {
  margin: 18px 0 0;
}

.services {
  background: var(--pt-paper);
}

.about {
  background:
    linear-gradient(180deg, rgba(245, 242, 236, 0.62), rgba(250, 250, 247, 0.96)),
    var(--pt-paper);
}

.about-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 44px;
  align-items: start;
}

.about-copy .pt-h2,
.about-copy .pt-body {
  margin: 0;
}

.about-copy .pt-h2 {
  max-width: 14ch;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.06;
}

.about-copy .pt-body + .pt-body {
  margin-top: 18px;
}

.about-copy .pt-body {
  max-width: 60ch;
  text-align: left;
  text-wrap: pretty;
}

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

.about-card {
  min-height: 184px;
  padding: 28px;
  border: 1px solid rgba(169, 180, 194, 0.32);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(250, 250, 247, 0.94)),
    var(--pt-paper);
  box-shadow: var(--pt-shadow-sm);
}

.about-card .pt-h5 {
  margin: 14px 0 10px;
}

.about-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--pt-border);
  border-radius: 12px;
  overflow: hidden;
  background: var(--pt-border);
}

.services-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  padding: 40px;
  background: var(--pt-paper);
  transition: background 180ms ease, transform 180ms ease;
}

.service-card:hover {
  background: var(--pt-offwhite);
  transform: translateY(-2px);
}

.service-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.service-num,
.process-num {
  color: var(--pt-gold-700);
  font-family: var(--pt-font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
}

.service-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pt-border-strong);
  border-radius: 4px;
  color: var(--pt-navy-800);
}

.service-icon svg {
  width: 28px;
  height: 28px;
}

.service-card .pt-h4 {
  margin: 0 0 12px;
}

.service-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.segments {
  background:
    linear-gradient(180deg, rgba(245, 242, 236, 0.74), rgba(245, 242, 236, 0.74)),
    var(--pt-offwhite);
}

.segments-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 44px;
  align-items: start;
}

.segments-copy .pt-h2,
.segments-copy .pt-body {
  margin: 0;
}

.segments-copy .pt-body {
  margin-top: 20px;
  max-width: 480px;
}

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

.segment-card {
  min-height: 180px;
  padding: 28px;
  border: 1px solid rgba(169, 180, 194, 0.36);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(250, 250, 247, 0.92)),
    var(--pt-paper);
  box-shadow: var(--pt-shadow-sm);
}

.segment-card .pt-h5 {
  margin: 14px 0 10px;
}

.segment-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.feature {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: var(--pt-navy-900);
}

.feature::before,
.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.feature::before {
  background:
    radial-gradient(circle at 16% 46%, rgba(201, 169, 97, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 28%);
}

.feature-inner,
.cta-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 72px;
  align-items: center;
}

.feature-copy .pt-h2,
.cta-h2 {
  color: var(--pt-offwhite);
  margin: 0;
}

.feature-body {
  margin: 24px 0 0;
  color: var(--pt-graphite-300);
  max-width: 540px;
}

.feature-list {
  margin: 30px 0 36px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--pt-offwhite);
  font-size: 15px;
  line-height: 1.6;
}

.check {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pt-gold-500);
  border-radius: 999px;
  color: var(--pt-gold-500);
  font-size: 11px;
}

.feature-visual {
  display: flex;
  justify-content: center;
}

.feature-cabin {
  width: min(100%, 420px);
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 22px;
  padding: 34px;
  border: 1px solid rgba(201, 169, 97, 0.18);
  border-radius: 12px;
  background: linear-gradient(180deg, #2a3340 0%, #182230 100%);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.36);
}

.cabin-panel {
  padding: 18px 14px;
  border: 1px solid rgba(169, 180, 194, 0.36);
  border-radius: 6px;
  background: rgba(6, 23, 48, 0.92);
}

.display {
  padding: 10px;
  border: 1px solid rgba(201, 169, 97, 0.64);
  border-radius: 3px;
  color: var(--pt-gold-500);
  background: rgba(0, 0, 0, 0.32);
  font-family: var(--pt-font-mono);
  font-size: 18px;
  letter-spacing: 0.16em;
  text-align: center;
}

.buttons {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.buttons span {
  width: 34px;
  height: 34px;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--pt-graphite-300);
  font-family: var(--pt-font-mono);
  font-size: 11px;
}

.buttons span:last-child {
  color: var(--pt-danger);
}

.cabin-mirror {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.14) 50%, rgba(255, 255, 255, 0.03) 100%);
  position: relative;
}

.cabin-mirror::before,
.cabin-mirror::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  height: 1px;
  background: rgba(201, 169, 97, 0.54);
}

.cabin-mirror::before {
  top: 22%;
}

.cabin-mirror::after {
  bottom: 18%;
}

.process {
  background: var(--pt-paper);
}

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

.process-step {
  padding: 28px;
  border-top: 1px solid var(--pt-gold-500);
  border-bottom: 1px solid var(--pt-border);
  background: linear-gradient(180deg, rgba(245, 242, 236, 0.42), transparent);
}

.process-step .pt-h5 {
  margin: 12px 0 12px;
}

.process-step p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.trust {
  background: var(--pt-offwhite);
}

.depoimentos {
  background: var(--pt-paper);
}

.depoimentos-lead {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

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

.trust-card {
  padding: 34px 28px;
  border: 1px solid var(--pt-border);
  border-radius: 10px;
  background: var(--pt-paper);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.trust-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--pt-shadow-md);
}

.trust-num {
  color: var(--pt-navy-800);
  font-family: var(--pt-font-display);
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.trust-num sup {
  color: var(--pt-gold-700);
  font-size: 18px;
}

.trust-num-suffix {
  margin-top: 8px;
  color: var(--pt-fg-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.rule-line {
  width: 32px;
  height: 1px;
  margin: 18px 0;
  background: var(--pt-gold-500);
}

.trust-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.testimonial {
  max-width: 920px;
  margin: 72px auto 0;
  padding: 52px 24px 0;
  border-top: 1px solid var(--pt-border);
  text-align: center;
}

.quote-mark {
  margin-bottom: 20px;
  color: var(--pt-gold-500);
  font-family: Georgia, serif;
  font-size: 82px;
  line-height: 0.7;
}

.testimonial p {
  margin: 0 0 28px;
  color: var(--pt-fg);
  font-size: clamp(22px, 2.7vw, 30px);
  line-height: 1.45;
  font-style: italic;
}

.testimonial footer {
  display: grid;
  gap: 6px;
}

.testimonial strong {
  color: var(--pt-fg);
  font-size: 14px;
}

.testimonial span {
  color: var(--pt-fg-muted);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cta-section {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--pt-navy-800);
}

.cta-section::before {
  background:
    radial-gradient(circle at 90% 16%, rgba(201, 169, 97, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 24%);
}

.cta-inner {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
}

.cta-lead {
  margin: 22px 0 0;
  color: var(--pt-graphite-300);
  max-width: 520px;
}

.cta-copy-body {
  max-width: 38ch;
  margin: 0;
  color: var(--pt-graphite-300);
  text-align: justify;
  text-wrap: pretty;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.65;
}

.contact-actions {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-action {
  width: 100%;
  padding: 16px 18px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--pt-offwhite);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.contact-action:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 169, 97, 0.4);
  background: rgba(255, 255, 255, 0.06);
}

.contact-action--whatsapp {
  background: rgba(37, 211, 102, 0.14);
  border-color: rgba(37, 211, 102, 0.28);
}

.contact-action--whatsapp:hover {
  background: rgba(37, 211, 102, 0.18);
  border-color: rgba(37, 211, 102, 0.42);
}

.contact-action__icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-action__icon svg {
  width: 100%;
  height: 100%;
}

.contact-action__text {
  display: grid;
  gap: 3px;
}

.contact-action__text strong {
  font-size: 14px;
  line-height: 1.2;
}

.contact-action__text span {
  color: var(--pt-graphite-300);
  font-size: 13px;
  line-height: 1.4;
}

.cta-panel {
  width: min(100%, 880px);
  margin-left: auto;
  padding: 34px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.18);
}

.site-footer {
  background: var(--pt-navy-900);
  color: var(--pt-graphite-300);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 44px;
  padding: 78px 0 56px;
}

.footer-brand p {
  margin: 20px 0 0;
  max-width: 360px;
  font-size: 14px;
  line-height: 1.7;
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-col .caps {
  color: var(--pt-gold-500);
  margin-bottom: 4px;
}

.footer-col a,
.footer-col span {
  color: var(--pt-graphite-300);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.55;
}

.footer-col a:hover {
  color: var(--pt-gold-500);
}

.footer-base {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-base-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--pt-graphite-500);
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(37, 211, 102, 0.26);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  background: #20bd5b;
  box-shadow: 0 22px 40px rgba(37, 211, 102, 0.34);
}

.whatsapp-float__icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.whatsapp-float__icon svg {
  width: 100%;
  height: 100%;
}

.whatsapp-float__label {
  font-family: var(--pt-font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .hero-inner,
  .about-inner,
  .segments-inner,
  .feature-inner,
  .cta-inner {
    grid-template-columns: 1fr;
  }

  .hero-panel-wrap,
  .feature-visual {
    order: 2;
  }

  .hero-panel-wrap {
    margin-top: 0;
  }

  .services-grid--three,
  .segments-grid,
  .trust-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .cta-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .cta-panel {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 860px) {
  .container {
    padding: 0 24px;
  }

  .about::before,
  .services::before,
  .segments::before,
  .process::before,
  .trust::before,
  .depoimentos::before {
    left: 24px;
    right: 24px;
  }

  .header-inner {
    flex-wrap: wrap;
    gap: 18px;
    padding: 16px 0;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .header-cta {
    display: none;
  }

  .nav {
    width: 100%;
    order: 4;
    margin-left: 0;
    padding: 10px 0 4px;
    border-top: 1px solid rgba(169, 180, 194, 0.28);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .menu-open .nav {
    display: flex;
  }

  .hero {
    padding: 54px 0 76px;
  }

  .hero-title__line {
    white-space: normal;
  }

  .section-shell {
    padding: 84px 0;
  }

  .services-grid,
  .about-grid,
  .segments-grid,
  .trust-grid,
  .process-grid,
  .panel-grid {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    gap: 24px;
  }

  .shaft {
    height: 360px;
  }

  .cabin {
    width: 156px;
    height: 204px;
  }

  .door-window {
    width: 34px;
    height: 86px;
  }

  .hero-panel {
    width: 100%;
  }

  .footer-base-inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .whatsapp-float {
    right: 20px;
    bottom: 20px;
    padding: 13px 16px;
  }
}

@media (max-width: 560px) {
  .container {
    padding: 0 18px;
  }

  .about::before,
  .services::before,
  .segments::before,
  .process::before,
  .trust::before,
  .depoimentos::before {
    left: 18px;
    right: 18px;
  }

  .brand img {
    width: auto;
  }

  .pt-logo {
    gap: 10px;
  }

  .pt-logo__symbol {
    width: 46px;
    height: 46px;
  }

  .pt-logo__title {
    font-size: 28px;
  }

  .pt-logo__sub {
    font-size: 10px;
    letter-spacing: 0.28em;
  }

  .hero-actions,
  .hero-actions .pt-btn {
    width: 100%;
  }

  .hero-actions .pt-btn,
  .contact-action {
    justify-content: center;
  }

  .hero-panel,
  .cta-panel,
  .service-card,
  .segment-card,
  .trust-card,
  .process-step {
    padding-left: 22px;
    padding-right: 22px;
  }

  .feature-cabin {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    gap: 10px;
    padding: 12px 14px;
  }

  .whatsapp-float__label {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
