:root {
  --primary: #721953;
  --secondary: #53275c;
  --accent: #341e4a;
  --dark: #1d2350;
  --light-bg: #f4f5fa;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: var(--dark);
  background-color: var(--light-bg);
  line-height: 1.6;
}

section {
  position: relative;
}

.section-padding {
  padding: 5rem 0;
}

.section-heading {
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 1rem;
}

.section-description {
  max-width: 780px;
  margin: 0 auto;
  color: rgba(29, 35, 80, 0.76);
  font-size: 1.1rem;
}

.hero-strategie {
  position: relative;
  padding: 6rem 0;
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12), transparent 42%), linear-gradient(135deg, #221d5a 0%, #341e4a 48%, #721953 100%);
  color: #ffffff;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 15, 36, 0.35) 0%, transparent 60%);
  pointer-events: none;
}

.hero-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.18;
  background: rgba(255, 255, 255, 0.24);
}

.hero-shape-1 {
  width: 320px;
  height: 320px;
  top: -150px;
  right: 20%;
}

.hero-shape-2 {
  width: 240px;
  height: 240px;
  bottom: -120px;
  left: 12%;
}

.hero-strategie .container {
  position: relative;
  z-index: 2;
}

.hero-strategie h1 {
  color: #ffffff;
  font-weight: 700;
}

.hero-content {
  color: rgba(255, 255, 255, 0.9);
}

.hero-content p {
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
}

.intro-section {
  background-color: #ffffff;
}

.intro-content {
  color: rgba(29, 35, 80, 0.76);
}

.intro-content .lead {
  font-size: 1.25rem;
  color: rgba(29, 35, 80, 0.85);
  font-weight: 500;
}

.analysis-section {
  background-color: var(--light-bg);
}

.analysis-card {
  background-color: #ffffff;
  border-radius: 1.25rem;
  padding: 2.5rem 2rem;
  box-shadow: 0 14px 34px rgba(29, 35, 80, 0.12);
  height: 100%;
  text-align: center;
}

.analysis-icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  display: grid;
  place-items: center;
  margin: 0 auto 1.5rem;
  color: #ffffff;
  font-size: 2rem;
}

.analysis-title {
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.analysis-text {
  color: rgba(29, 35, 80, 0.7);
  margin: 0;
}

.analysis-note {
  font-size: 1.1rem;
  color: rgba(29, 35, 80, 0.76);
  font-style: italic;
  padding: 2rem;
  background-color: rgba(114, 25, 83, 0.08);
  border-radius: 1rem;
  border-left: 4px solid var(--primary);
}

.strategy-section {
  background-color: #ffffff;
}

.strategy-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.strategy-item {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  background-color: var(--light-bg);
  border-radius: 1.25rem;
}

.strategy-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 1.5rem;
}

.strategy-content h3 {
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.5rem;
  font-size: 1.15rem;
}

.strategy-content p {
  color: rgba(29, 35, 80, 0.7);
  margin: 0;
}

.strategy-result {
  padding: 2.5rem;
  background: linear-gradient(135deg, rgba(114, 25, 83, 0.1), rgba(52, 30, 74, 0.08));
  border-radius: 1.5rem;
  border-left: 5px solid var(--primary);
}

.strategy-result p {
  color: var(--dark);
  margin: 0;
}

.strategy-diagram-section {
  background-color: var(--light-bg);
}

.strategy-center-card {
  background: linear-gradient(180deg, #341e4a 0%, #53275c 50%, #a8327a 100%);
  border-radius: 2rem;
  padding: 3.5rem 2.5rem;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 20px 60px rgba(29, 35, 80, 0.2);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
}

.strategy-center-card .center-icons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.95);
}

.center-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
  line-height: 1.3;
}

.center-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  margin: 0;
  line-height: 1.6;
}

.strategy-branch-card {
  background-color: #ffffff;
  border-radius: 1.75rem;
  padding: 2.5rem 2rem;
  box-shadow: 0 12px 32px rgba(29, 35, 80, 0.12);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.branch-icon {
  width: 72px;
  height: 72px;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 2rem;
  box-shadow: 0 8px 20px rgba(114, 25, 83, 0.25);
  margin-bottom: 1.5rem;
}

.branch-title {
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
}

.branch-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.branch-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(29, 35, 80, 0.75);
  font-size: 0.95rem;
  padding: 0.5rem 0;
}

.branch-list li i {
  color: var(--primary);
  font-size: 1rem;
  flex-shrink: 0;
}

.roadmap-section {
  background-color: var(--light-bg);
}

.process-flow-container {
  padding: 3rem 0;
  position: relative;
}

.process-flow-top {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.process-flow-bottom {
  display: flex;
  justify-content: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 0;
}

.process-step {
  flex: 1;
  min-width: 220px;
  max-width: 250px;
  background-color: #ffffff;
  border-radius: 1.25rem;
  padding: 2rem 1.5rem;
  box-shadow: 0 12px 32px rgba(29, 35, 80, 0.12);
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 320px;
}

.step-number {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(114, 25, 83, 0.3);
  border: 3px solid rgba(255, 255, 255, 0.2);
  line-height: 1;
  flex-shrink: 0;
}

.process-step h3 {
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.process-step p {
  color: rgba(29, 35, 80, 0.7);
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.6;
}

.process-arrow-horizontal {
  flex-shrink: 0;
  color: var(--primary);
  font-size: 2rem;
  display: flex;
  align-items: center;
}

.process-arrow-vertical {
  color: var(--primary);
  font-size: 2rem;
  display: flex;
  justify-content: flex-start;
  max-width: 1200px;
  margin: 1.5rem auto;
  padding-left: calc((220px + 1.5rem) / 2);
}

.why-section {
  background-color: #ffffff;
}

.why-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 3rem;
}

.why-item {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.why-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 2rem;
}

.why-text h3 {
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.why-text p {
  color: rgba(29, 35, 80, 0.76);
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 0;
}

.cta-section {
  background-color: var(--light-bg);
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  border-radius: 1rem;
  padding: 0.95rem 2.6rem;
  font-weight: 600;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--accent);
  border-color: var(--accent);
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.show {
  opacity: 1;
  transform: translate(0, 0);
}

@media (max-width: 991.98px) {
  .hero-strategie {
    text-align: center;
  }

  .why-item {
    flex-direction: column;
    text-align: center;
  }

  .why-icon {
    margin: 0 auto;
  }

  .strategy-center-card {
    min-height: 350px;
    margin-bottom: 2rem;
  }
}

@media (max-width: 767.98px) {
  .section-padding {
    padding: 4rem 0;
  }

  .hero-strategie {
    padding: 5rem 0;
  }

  .analysis-card {
    padding: 2rem 1.5rem;
  }

  .strategy-item {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }

  .strategy-icon {
    margin: 0 auto;
  }

  .process-flow-top {
    flex-direction: column;
    gap: 1.5rem;
  }

  .process-arrow-horizontal {
    transform: rotate(90deg);
    margin: 0.5rem 0;
  }

  .process-arrow-vertical {
    padding-left: 0;
    justify-content: center;
  }

  .process-flow-bottom {
    justify-content: center;
  }

  .process-step {
    max-width: 100%;
    width: 100%;
  }

  .why-item {
    text-align: left;
  }

  .why-icon {
    margin: 0;
  }

  .strategy-center-card {
    padding: 3rem 2rem;
  }

  .strategy-branch-card {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .hero-strategie {
    padding: 4.5rem 0;
  }

  .hero-strategie .display-4 {
    font-size: 2rem;
  }

  .analysis-card {
    padding: 1.75rem 1.25rem;
  }

  .strategy-center-card {
    padding: 2.5rem 1.5rem;
  }

  .center-title {
    font-size: 1.3rem;
  }

  .strategy-branch-card {
    padding: 1.75rem 1.25rem;
  }

  .branch-title {
    font-size: 1.1rem;
  }
}

/* Mobile width constraints - ensure 100% width on mobile */
@media (max-width: 575.98px) {
  html {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
  }

  main, section {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .container,
  .container-fluid {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  [class*="col-"] {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}

