/* Page Header */
.page-header-section {
  background: linear-gradient(135deg, var(--nav-bg) 0%, var(--nav-bg-strong) 100%);
  color: #eaf2f7;
  padding: 3rem 0 2.5rem;
  text-align: center;
}

.page-header-section .container {
  max-width: 900px;
  margin: 0 auto;
}

.page-title {
  font-family: 'Merriweather', serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 1rem;
  line-height: 1.3;
}

.page-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
  color: #eaf2f7;
  letter-spacing: 0.02em;
}

/* Instructions Section */
.instructions-section {
  padding: 3rem 0;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

.instructions-content {
  max-width: 900px;
  margin: 0 auto;
}

.instructions-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  padding: 2.5rem;
  border: 1px solid #e5e7eb;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.card-icon {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.card-title {
  font-family: 'Merriweather', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--nav-bg);
  text-align: center;
  margin: 0 0 2rem;
}

.instructions-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.instruction-item {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 1.5rem;
  background: #f8fafc;
  border-radius: 12px;
  border-left: 4px solid var(--nav-bg);
  transition: all 0.3s ease;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.instruction-item:hover {
  background: #f1f5f9;
  box-shadow: 0 4px 12px rgba(90, 135, 168, 0.15);
  transform: translateX(4px);
}

.step-number {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  background: var(--nav-bg);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(90, 135, 168, 0.3);
}

.step-content {
  flex: 1;
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.step-content h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--nav-bg-strong);
  margin: 0 0 0.75rem;
  line-height: 1.4;
}

.step-content p {
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #374151;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

/* Form Section */
.form-section {
  padding: 3rem 0;
  background: #ffffff;
}

.form-container {
  max-width: 800px;
  margin: 0 auto;
}

.form-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.form-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
  display: inline-block;
  animation: float-rotate 3s ease-in-out infinite;
}

@keyframes float-rotate {
  0%, 100% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
  25% {
    transform: translateY(-10px) rotate(5deg) scale(1.05);
  }
  50% {
    transform: translateY(-15px) rotate(0deg) scale(1.1);
  }
  75% {
    transform: translateY(-10px) rotate(-5deg) scale(1.05);
  }
}

.form-title {
  font-family: 'Merriweather', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--nav-bg);
  margin: 0 0 1rem;
  line-height: 1.3;
}

.form-description {
  font-family: 'Inter', sans-serif;
  font-size: 1.15rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
}

.form-embed {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 3rem;
  border: 2px solid #e5e7eb;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.form-button {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(135deg, var(--nav-bg) 0%, var(--nav-bg-strong) 100%);
  color: white;
  padding: 1.5rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(90, 135, 168, 0.4);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  margin-bottom: 1.5rem;
}

.form-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 32px rgba(90, 135, 168, 0.5);
  background: linear-gradient(135deg, var(--nav-bg-light) 0%, var(--nav-bg) 100%);
}

.form-button:active {
  transform: translateY(-1px) scale(1);
}

.button-icon {
  font-size: 1.5rem;
  display: inline-block;
}

.button-text {
  display: inline-block;
}

.button-arrow {
  font-size: 1.5rem;
  display: inline-block;
  transition: transform 0.3s ease;
}

.form-button:hover .button-arrow {
  transform: translateX(5px);
}

.form-note {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: #6b7280;
  margin: 0;
  font-style: italic;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

/* Notes Section */
.notes-section {
  padding: 3rem 0;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

.notes-card {
  max-width: 900px;
  margin: 0 auto;
  background: linear-gradient(135deg, #fff7ed 0%, #fef3c7 100%);
  border: 2px solid #fbbf24;
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 4px 20px rgba(251, 191, 36, 0.15);
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.notes-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.notes-icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.notes-title {
  font-family: 'Merriweather', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2f4f6f;
  margin: 0;
  line-height: 1.3;
}

.notes-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notes-list li {
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #374151;
  padding: 1rem 0;
  padding-left: 2rem;
  position: relative;
  border-bottom: 1px solid rgba(251, 191, 36, 0.3);
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.notes-list li:last-child {
  border-bottom: none;
}

.notes-list li::before {
  content: '•';
  position: absolute;
  left: 0.5rem;
  color: #fbbf24;
  font-weight: bold;
  font-size: 1.5rem;
}

.notes-list li strong {
  color: #2f4f6f;
  font-weight: 700;
}

.notes-list li a {
  color: #5a87a8;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
  word-break: break-all;
  overflow-wrap: anywhere;
}

.notes-list li a:hover {
  color: #2f4f6f;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 900px) {
  .page-header-section {
    padding: 2.5rem 0 2rem;
  }

  .page-title {
    font-size: 2rem;
  }

  .page-subtitle {
    font-size: 1.1rem;
  }

  .instructions-section {
    padding: 2.5rem 0;
  }

  .instructions-card {
    padding: 2rem;
  }

  .card-title {
    font-size: 1.6rem;
  }

  .instruction-item {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .step-number {
    margin: 0 auto;
  }

  .form-section {
    padding: 2.5rem 0;
  }

  .form-embed {
    padding: 2rem;
  }

  .form-button {
    padding: 1.25rem 2.5rem;
    font-size: 1.15rem;
  }

  .form-title {
    font-size: 1.75rem;
  }

  .notes-section {
    padding: 2.5rem 0;
  }

  .notes-card {
    padding: 2rem;
  }
}

@media (max-width: 600px) {
  .page-header-section {
    padding: 2rem 0 1.5rem;
  }

  .page-title {
    font-size: 1.75rem;
  }

  .page-subtitle {
    font-size: 1rem;
  }

  .instructions-section {
    padding: 2rem 0;
  }

  .instructions-card {
    padding: 1.5rem;
  }

  .card-icon {
    font-size: 2.5rem;
  }

  .card-title {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }

  .instruction-item {
    padding: 1.25rem;
  }

  .step-number {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
  }

  .step-content h3 {
    font-size: 1.1rem;
  }

  .step-content p {
    font-size: 1rem;
  }

  .form-section {
    padding: 2rem 0;
  }

  .form-icon {
    font-size: 3rem;
  }

  .form-title {
    font-size: 1.5rem;
  }

  .form-description {
    font-size: 1.05rem;
  }

  .form-embed {
    padding: 1.5rem;
  }

  .form-button {
    padding: 1.15rem 2rem;
    font-size: 1.05rem;
    flex-direction: column;
    gap: 0.5rem;
  }

  .notes-section {
    padding: 2rem 0;
  }

  .notes-card {
    padding: 1.5rem;
  }

  .notes-header {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
  }

  .notes-title {
    font-size: 1.4rem;
  }

  .notes-list li {
    font-size: 1rem;
    padding-left: 1.5rem;
  }
}


