@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap");

:root {
  --pillar-bg: #f5f8ff;
  --pillar-bg-alt: #eef3ff;
  --pillar-surface: #ffffff;
  --pillar-surface-strong: #0d162b;
  --pillar-text: #111827;
  --pillar-text-muted: #485369;
  --pillar-accent: #1f4cff;
  --pillar-accent-soft: #dce5ff;
  --pillar-border: #dbe3f4;
}

html {
  font-size: 16px;
  min-height: 100%;
  scroll-behavior: smooth;
}

body.pillar-body {
  margin: 0;
  min-height: 100vh;
  color: var(--pillar-text);
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 0% -12%, #d9e2ff 0, rgba(217, 226, 255, 0) 45%),
    radial-gradient(circle at 100% 0%, #d2f0ff 0, rgba(210, 240, 255, 0) 35%),
    linear-gradient(180deg, #f7f9ff 0%, var(--pillar-bg) 45%, #ffffff 100%);
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--pillar-accent);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

a:hover {
  color: #1739bf;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.12rem #fff, 0 0 0 0.28rem #1648ff;
}

.pillar-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  backdrop-filter: blur(16px);
  background: rgba(247, 250, 255, 0.82);
  border-bottom: 1px solid rgba(191, 203, 227, 0.6);
}

.pillar-navbar {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.pillar-brand {
  gap: 0.65rem;
  font-weight: 700;
  font-size: 1.03rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pillar-logo-img {
  display: block;
  object-fit: contain;
}

.pillar-logo-img-nav {
  width: 2rem;
  height: 2rem;
}

.pillar-logo-img-footer {
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
}

.pillar-nav .nav-link {
  color: #0f1a2f;
  padding: 0.35rem 0.8rem;
  font-size: 0.93rem;
  font-weight: 600;
  border-radius: 999px;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.pillar-nav .nav-link:hover {
  color: #081124;
  background: rgba(31, 76, 255, 0.09);
}

.pillar-page {
  padding-bottom: 4rem;
}

.pillar-main {
  padding-top: 2.1rem;
}

.pillar-hero {
  padding: 4rem 0 3rem;
}

@media (min-width: 992px) {
  .pillar-hero {
    padding: 4.8rem 0 3.2rem;
  }
}

.pillar-hero-logo {
  width: 5.1rem;
  height: 5.1rem;
  margin-bottom: 1.2rem;
}

.pillar-contact-logo {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
}

.pillar-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.84rem;
  border-radius: 999px;
  border: 1px solid var(--pillar-border);
  background: rgba(255, 255, 255, 0.82);
  color: #2d3a53;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}

.pillar-hero-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.55rem, 5.2vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
  margin-bottom: 1.1rem;
  max-width: 12ch;
}

.pillar-hero-subtitle {
  font-size: 1.08rem;
  line-height: 1.72;
  color: var(--pillar-text-muted);
  max-width: 56ch;
  margin-bottom: 1.5rem;
}

.pillar-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.pillar-btn-primary {
  padding: 0.65rem 1.4rem;
  border-radius: 999px;
  border: none;
  font-weight: 600;
  background: linear-gradient(90deg, #11214a, #1f4cff);
}

.pillar-btn-secondary {
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  font-weight: 600;
}

.pillar-hero-meta {
  font-size: 0.92rem;
  color: #5b6780;
  max-width: 62ch;
}

.pillar-hero-panel {
  border-radius: 1.2rem;
  background: linear-gradient(160deg, #0f1b34, #16264f 55%, #213f93 100%);
  color: #e8eeff;
  overflow: hidden;
  box-shadow:
    0 24px 50px rgba(11, 20, 40, 0.22),
    0 0 0 1px rgba(27, 56, 133, 0.35);
  max-width: 430px;
  margin: 1rem auto 0;
}

.pillar-hero-panel-header {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.55rem 0.95rem;
  background: rgba(255, 255, 255, 0.08);
}

.pillar-hero-dot {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}

.pillar-hero-panel-body {
  padding: 1.35rem 1.35rem 1.5rem;
}

.pillar-hero-panel-body h2 {
  font-size: 1.34rem;
  letter-spacing: -0.01em;
  margin-bottom: 0.68rem;
}

.pillar-hero-panel-body p,
.pillar-hero-panel-body li {
  color: #d5def7;
  line-height: 1.6;
}

.pillar-hero-panel-body .pillar-list li {
  color: #d5def7;
}

.pillar-section {
  padding: 3rem 0;
}

@media (min-width: 992px) {
  .pillar-section {
    padding: 3.6rem 0;
  }
}

.pillar-section-alt {
  background: linear-gradient(180deg, rgba(227, 235, 255, 0.36), rgba(229, 242, 255, 0.22));
  border-top: 1px solid #dde6fa;
  border-bottom: 1px solid #dde6fa;
}

.pillar-section-header {
  text-align: center;
  margin-bottom: 2.2rem;
}

.pillar-section-header h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.95rem, 2.9vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 0.4rem;
}

.pillar-section-header p {
  color: var(--pillar-text-muted);
  margin-bottom: 0;
  max-width: 64ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.02rem;
  line-height: 1.62;
}

.pillar-card {
  height: 100%;
  border-radius: 1.15rem;
  padding: 1.5rem;
  background: var(--pillar-surface);
  border: 1px solid var(--pillar-border);
  box-shadow: 0 16px 36px rgba(23, 40, 83, 0.09);
}

.pillar-tag {
  display: inline-flex;
  padding: 0.24rem 0.64rem;
  border-radius: 999px;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #1a2b59;
  background: var(--pillar-accent-soft);
  border: 1px solid #c6d6ff;
  margin-bottom: 0.8rem;
}

.pillar-card h3 {
  font-size: 1.42rem;
  letter-spacing: -0.01em;
  margin-bottom: 0.65rem;
}

.pillar-card p {
  color: var(--pillar-text-muted);
  line-height: 1.68;
}

.pillar-card-meta {
  margin-top: 1rem;
  font-size: 0.88rem;
  color: #606f8e;
}

.pillar-info-card h3 {
  margin-bottom: 0.75rem;
}

.pillar-info-card p {
  margin-bottom: 0.75rem;
}

.pillar-card-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}

.pillar-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #bfd2fb;
  background: #eef4ff;
  color: #1a2b59;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.3rem 0.7rem;
}

.pillar-subtle-panel {
  border-radius: 1rem;
  padding: 1.45rem;
  background: linear-gradient(140deg, #fff, #f3f7ff);
  border: 1px solid var(--pillar-border);
}

.pillar-compact-trust {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.pillar-compact-trust h2 {
  margin-bottom: 0.45rem;
}

.pillar-compact-trust p {
  color: var(--pillar-text-muted);
}

@media (max-width: 991.98px) {
  .pillar-compact-trust {
    flex-direction: column;
    align-items: flex-start;
  }
}

.pillar-keypoints {
  display: grid;
  gap: 1.15rem;
}

.pillar-keypoint h3 {
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

.pillar-keypoint p {
  font-size: 0.99rem;
  line-height: 1.65;
  color: var(--pillar-text-muted);
}

.pillar-list {
  padding-left: 1.1rem;
  margin-bottom: 0;
}

.pillar-list li {
  margin-bottom: 0.45rem;
  color: var(--pillar-text-muted);
  line-height: 1.58;
}

.pillar-legal {
  padding: 3.4rem 0;
}

.pillar-legal-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.1rem;
  margin-bottom: 0.45rem;
}

.pillar-legal-meta {
  color: #68748f;
  margin-bottom: 1.8rem;
  font-size: 0.9rem;
}

.pillar-legal h2 {
  margin-top: 1.9rem;
  margin-bottom: 0.65rem;
  font-size: 1.22rem;
}

.pillar-legal h3 {
  margin-top: 1.35rem;
  margin-bottom: 0.5rem;
  font-size: 1.06rem;
}

.pillar-legal p {
  color: var(--pillar-text-muted);
}

.pillar-legal-contact {
  color: #1b2c52;
}

.pillar-contact {
  padding: 3.4rem 0;
}

.pillar-contact-title {
  margin-bottom: 1rem;
}

.pillar-contact-panel {
  position: sticky;
  top: 6.6rem;
}

@media (max-width: 991.98px) {
  .pillar-contact-panel {
    position: static;
  }
}

.pillar-footer {
  padding: 2.4rem 0 2rem;
  border-top: 1px solid #d3dff8;
  background: linear-gradient(180deg, rgba(245, 248, 255, 0.95), rgba(233, 239, 255, 0.9));
}

.pillar-footer-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.pillar-footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.5fr) repeat(3, minmax(160px, 1fr));
  gap: 1.25rem 2rem;
}

@media (max-width: 991.98px) {
  .pillar-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575.98px) {
  .pillar-footer-grid {
    grid-template-columns: 1fr;
  }
}

.pillar-footer-block {
  min-width: 0;
}

.pillar-footer-brand {
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: -0.005em;
}

.pillar-footer-label {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #596788;
  margin-bottom: 0.55rem;
}

.pillar-footer-text {
  font-size: 0.94rem;
  line-height: 1.55;
  color: #56627e;
}

.pillar-footer-links {
  display: grid;
  gap: 0.45rem;
  font-size: 0.94rem;
  line-height: 1.45;
}

.pillar-footer-links a {
  color: #1a2a52;
  text-decoration: none;
}

.pillar-footer-links a:hover {
  text-decoration: underline;
}

.pillar-footer-secondary {
  font-size: 0.88rem;
  color: #687591;
}

.pillar-reveal {
  animation: pillar-fade-in 650ms ease both;
}

.pillar-reveal-delay-1 {
  animation-delay: 120ms;
}

.pillar-reveal-delay-2 {
  animation-delay: 220ms;
}

@keyframes pillar-fade-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
