/* =============================================
   SOS — SYSTEM PAGE STYLES
   ============================================= */

/* NAV — reuse from home */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 68px;
  background: var(--frost);
  border-bottom: 1px solid #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px 0 72px;
  z-index: 100;
}
.nav-logo img { width: 160px; display: block; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-link {
  color: var(--slate);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.nav-link.active {
  color: var(--ink);
  border-bottom: 2px solid var(--blue);
  padding-bottom: 2px;
}
.nav-btn {
  background-color: #1549D4;
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 6px;
}

/* WHY SOS EXISTS */
.why-section {
  background: var(--frost);
  padding: 120px 72px 64px;
}
.why-inner { max-width: 760px; }
.why-headline {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 64px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--ink);
  margin-bottom: 32px;
}
.why-body {
  font-size: 20px;
  line-height: 1.85;
  color: rgba(13,19,33,0.88);
  margin-bottom: 24px;
}
.why-trio {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.blue { color: var(--blue); }

.why-trio span.blue {
  color: var(--blue);
}
.why-trio-divider {
  width: 1px;
  height: 24px;
  background: #D0D5DE;
}

/* THE CALLING */
.calling-section {
  background: var(--ink);
  padding: 72px;
}
.calling-inner {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 56px;
  align-items: start;
}
.photo-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.3);
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  text-align: center;
  line-height: 1.6;
}
.calling-label {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--blue);
  margin-bottom: 20px;
}
.calling-quote {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 24px;
}
.calling-body {
  font-size: 18px;
  line-height: 1.85;
  color: rgba(255,255,255,0.65);
}
.calling-body strong { color: var(--white); }

/* THE PROBLEMS WERE */
.problems-section {
  background: var(--frost);
  padding: 72px;
}
.problems-inner { max-width: 760px; margin: 0 auto; }
.problems-headline {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: var(--ink);
  text-align: center;
  margin-bottom: 40px;
}
.problems-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 48px;
}
.badge {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
}
.badge-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--blue);
  flex-shrink: 0;
}
.badge-morse {
  border: none;
  width: 48px;
  height: 48px;
}
.badge-label {
  font-size: 22px;
}
.section-divider {
  border: none;
  border-top: 1px solid #E2E8F0;
  margin: 40px 0;
}
.problems-body {
  font-size: 20px;
  line-height: 1.85;
  color: rgba(13,19,33,0.88);
  margin-bottom: 32px;
}
.problems-closer {
  background: var(--ink);
  border-radius: 10px;
  padding: 28px 40px;
  text-align: center;
  margin-top: 40px;
}
.problems-closer p {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  line-height: 1.6;
}

/* THREE COMPONENTS */
.components-section {
  background: var(--frost);
  padding: 40px 72px 64px;
}
.components-inner { max-width: 760px; margin: 0 auto; text-align: center; }
.components-headline {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 16px;
  line-height: 1.1;
}
.components-sub {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(13,19,33,0.75);
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.meet-dani {
  background: var(--white);
  border: 1px solid #E2E8F0;
  border-top: 4px solid var(--blue);
  border-radius: 10px;
  padding: 48px 40px;
  text-align: center;
  margin-top: 40px;
}
.meet-label {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--ink);
  margin-bottom: 28px;
}
.meet-owl {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto 32px;
  object-fit: contain;
}
.meet-body {
  font-size: 20px;
  line-height: 1.85;
  color: rgba(13,19,33,0.88);
  max-width: 520px;
  margin: 0 auto;
}

/* COMPONENT DETAIL SECTIONS */
.component-detail-section {
  background: var(--frost);
  padding: 64px 72px;
  border-top: 1px solid #E2E8F0;
}
.component-detail-inner { max-width: 760px; margin: 0 auto; }
.component-label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--blue);
  margin-bottom: 20px;
}
.component-label-line {
  display: inline-block;
  width: 32px;
  height: 2px;
  background: var(--blue);
  flex-shrink: 0;
}
.component-headline {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 24px;
  line-height: 1.2;
}
.component-body {
  font-size: 20px;
  line-height: 1.85;
  color: rgba(13,19,33,0.88);
  margin-bottom: 24px;
}
.component-emphasis {
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 16px;
}
.component-callout {
  border-radius: 10px;
  padding: 36px 40px;
  text-align: center;
  margin: 48px 0;
}
.blue-callout {
  background: #0F3BB5;
  border-left: 5px solid var(--blueprint);
  border-radius: 10px;
  padding: 32px 40px;
  text-align: left;
}
.blue-callout p {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  line-height: 1.7;
}
.dark-callout {
  background: var(--ink);
  border-radius: 10px;
  padding: 36px 40px;
  text-align: center;
}
.dark-callout-label {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--blue);
  margin-bottom: 12px;
}
.dark-callout-headline {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--white);
  margin-top: 8px;
  line-height: 1.1;
}
.component-pull-quote {
  border-left: 3px solid var(--blue);
  padding-left: 24px;
  margin: 32px 0;
}
.component-pull-quote p {
  font-size: 20px;
  line-height: 1.85;
  color: rgba(13,19,33,0.78);
}
.component-pull-quote p strong {
  font-weight: 700;
  color: var(--ink);
}
.walkaway-label {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--blue);
  margin-bottom: 20px;
}
.walkaway-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
  padding: 0;
}
.walkaway-list li {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(13,19,33,0.88);
  padding-left: 20px;
  position: relative;
}
.walkaway-list li::before {
  content: '•';
  color: var(--blue);
  font-size: 20px;
  position: absolute;
  left: 0;
}
.walkaway-list li strong {
  font-weight: 700;
  color: var(--blue);
}
.connector {
  text-align: center;
  padding: 24px 0 0;
}
.connector-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: italic;
  color: rgba(13,19,33,0.6);
  margin-bottom: 12px;
}
.connector-line {
  width: 1px;
  height: 32px;
  background: #D0D5DE;
  margin: 0 auto 8px;
}
.connector-arrow {
  color: var(--blue);
  font-size: 28px;
  animation: pulse-arrow 1.5s ease-in-out infinite;
}

/* FINAL CTA */
.sos-final-cta {
  background: var(--frost);
  padding: 80px 48px;
  text-align: center;
  border-top: 1px solid #E2E8F0;
}
.sos-final-inner { max-width: 640px; margin: 0 auto; }
.sos-final-headline {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 40px;
}
.sos-final-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.btn-primary {
  display: inline-block;
  background-color: #1549D4;
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 52px;
  border-radius: 4px;
  letter-spacing: 0.01em;
}
.btn-dark {
  display: inline-block;
  background-color: var(--ink);
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 52px;
  border-radius: 4px;
  letter-spacing: 0.01em;
}

/* FOOTER */
.footer {
  background: var(--ink);
  border-top: 1px solid rgba(94,110,130,0.15);
  padding: 40px 48px;
  text-align: center;
}
.footer-inner { max-width: 760px; margin: 0 auto; }
.footer-logo {
  height: 32px;
  width: auto;
  margin: 0 auto 12px;
  display: block;
}
.footer-descriptor {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: var(--slate);
  margin-bottom: 20px;
}
.footer-nav {
  display: flex;
  justify-content: center;
  gap: 36px;
  margin-bottom: 16px;
}
.footer-nav a {
  font-size: 14px;
  color: var(--slate);
}
.footer-nav a:hover { color: var(--white); }
.footer-phone {
  font-size: 14px;
  color: var(--slate);
  margin-bottom: 20px;
}
.footer-divider {
  border: none;
  border-top: 1px solid rgba(94,110,130,0.15);
  margin-bottom: 16px;
}
.footer-legal {
  font-size: 12px;
  color: #3D4E63;
}
.footer-legal a { color: #3D4E63; }

@keyframes pulse-arrow {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(6px); opacity: 0.5; }
}
