/* Custom rules supplementing the static Tailwind snapshot in styles.css.
   That file only contains utility classes the original site happened to use,
   so any new visual treatment not present there is written by hand here. */

.pec-monogram {
  width: 68px;
  height: 68px;
  margin: 40px auto 32px;
  border-radius: 9999px;
  border: 1.5px solid #3b6fa0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(59, 111, 160, 0.06);
}
.pec-monogram span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 30px;
  color: #3b6fa0;
}

.uni-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}
.uni-marquee-track {
  display: flex;
  align-items: center;
  gap: 2.75rem;
  width: max-content;
  animation: uni-scroll 42s linear infinite;
}
.uni-marquee:hover .uni-marquee-track {
  animation-play-state: paused;
}
.uni-item {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1;
  white-space: nowrap;
  color: rgba(15, 27, 61, 0.32);
  letter-spacing: 0.01em;
}
.uni-item.uni-highlight {
  color: #0f1b3d;
  font-weight: 600;
  position: relative;
  padding-bottom: 6px;
  border-bottom: 2px solid #3b6fa0;
}
.uni-dot {
  color: rgba(15, 27, 61, 0.18);
  font-size: 1.1rem;
}
@keyframes uni-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .uni-marquee-track { animation: none; }
}

.logo-strip img {
  height: 60px;
  width: auto;
  filter: grayscale(1);
  opacity: 0.6;
  transition: filter 0.2s ease, opacity 0.2s ease;
}
.logo-strip img:hover {
  filter: grayscale(0);
  opacity: 1;
}
.logo-strip-real img {
  height: 68px;
  width: auto;
}

.purpose-visual {
  position: relative;
  height: 380px;
  max-width: 380px;
  margin: 0 auto;
}
.purpose-visual .ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 9999px;
  border: 1px solid rgba(59, 111, 160, 0.28);
}
.purpose-visual .ring-outer {
  width: 340px;
  height: 340px;
  transform: translate(-50%, -50%);
  animation: pec-spin 46s linear infinite;
}
.purpose-visual .ring-inner {
  width: 230px;
  height: 230px;
  border-color: rgba(107, 154, 196, 0.32);
  transform: translate(-50%, -50%);
  animation: pec-spin-rev 34s linear infinite;
}
.purpose-visual .core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 128px;
  height: 128px;
  border-radius: 9999px;
  background: #0f1b3d;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 32px rgba(15, 27, 61, 0.18);
}
.purpose-visual .core span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  color: #f5f7fa;
  font-size: 15px;
  line-height: 1.35;
  text-align: center;
}
.purpose-badge {
  position: absolute;
  background: #ffffff;
  border-radius: 12px;
  padding: 10px 16px;
  box-shadow: 0 10px 24px rgba(15, 27, 61, 0.14);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #0f1b3d;
  text-align: center;
  line-height: 1.4;
  animation: pec-float 6s ease-in-out infinite;
}
.purpose-badge span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3b6fa0;
  margin-top: 2px;
}
.purpose-badge-1 { top: 4%; left: -4%; animation-delay: 0s; }
.purpose-badge-2 { top: 6%; right: -6%; animation-delay: 1.6s; }
.purpose-badge-3 { bottom: 2%; left: 12%; animation-delay: 3.2s; }

@keyframes pec-spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes pec-spin-rev {
  from { transform: translate(-50%, -50%) rotate(360deg); }
  to { transform: translate(-50%, -50%) rotate(0deg); }
}
@keyframes pec-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@media (prefers-reduced-motion: reduce) {
  .purpose-visual .ring-outer,
  .purpose-visual .ring-inner,
  .purpose-badge {
    animation: none;
  }
}
@media (max-width: 1023px) {
  .purpose-visual { display: none; }
}

.pec-whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 56px;
  height: 56px;
  border-radius: 9999px;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  z-index: 9998;
  transition: transform 0.15s ease;
}
.pec-whatsapp-float:hover {
  transform: scale(1.06);
}

.pec-chat-root {
  position: fixed;
  right: 24px;
  bottom: 92px;
  z-index: 9999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.pec-chat-toggle {
  width: 56px;
  height: 56px;
  border-radius: 9999px;
  background: #0f1b3d;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  transition: transform 0.15s ease;
  margin-left: auto;
}
.pec-chat-toggle:hover {
  transform: scale(1.06);
}
.pec-chat-panel {
  position: absolute;
  right: 0;
  bottom: 68px;
  width: 320px;
  max-width: calc(100vw - 48px);
  max-height: 440px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(15, 27, 61, 0.22);
  flex-direction: column;
  overflow: hidden;
}
.pec-chat-header {
  background: #0f1b3d;
  color: #ffffff;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pec-chat-close {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
}
.pec-chat-body {
  padding: 14px 16px;
  overflow-y: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pec-chat-msg {
  font-size: 13px;
  line-height: 1.5;
  padding: 10px 12px;
  border-radius: 10px;
  max-width: 88%;
}
.pec-chat-msg-bot {
  background: #f2f0e8;
  color: #14213d;
  align-self: flex-start;
}
.pec-chat-msg-user {
  background: #0f1b3d;
  color: #ffffff;
  align-self: flex-end;
}
.pec-chat-chips {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 4px;
}
.pec-chat-chip {
  text-align: left;
  background: #ffffff;
  border: 1px solid rgba(59, 111, 160, 0.35);
  color: #2c5170;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 12.5px;
  cursor: pointer;
}
.pec-chat-chip:hover {
  background: #eef3f8;
}
.pec-chat-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-self: flex-start;
}
.pec-chat-link {
  font-size: 12.5px;
  font-weight: 600;
  color: #3b6fa0;
  text-decoration: underline;
}
.pec-chat-footer {
  border-top: 1px solid rgba(15, 27, 61, 0.08);
  padding: 10px 16px;
  text-align: center;
}
.pec-chat-whatsapp-link {
  font-size: 12.5px;
  font-weight: 600;
  color: #1ea952;
}
@media (max-width: 480px) {
  .pec-whatsapp-float { right: 16px; bottom: 16px; }
  .pec-chat-root { right: 16px; bottom: 82px; }
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg,
      rgba(15, 27, 61, 0.97) 0%,
      rgba(15, 27, 61, 0.90) 30%,
      rgba(15, 27, 61, 0.62) 55%,
      rgba(59, 111, 160, 0.38) 78%,
      rgba(59, 111, 160, 0.18) 100%),
    linear-gradient(to top,
      rgba(15, 27, 61, 0.80) 0%,
      rgba(15, 27, 61, 0.10) 40%,
      rgba(15, 27, 61, 0) 70%);
}
