.page-hero {
  padding: 8rem 0 3.5rem;
  background: linear-gradient(70deg, #C5D1E2, #E1EBF4);
}
.page-hero h1 {
  margin-bottom: 1rem;
}

.page-hero--compact {
  padding: 8rem 0 3rem;
  text-align: center;
}
.page-hero--compact .lead {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.step-card {
  position: relative;
  text-align: center;
  padding: 2rem 1.5rem;
  margin-bottom: 1.5rem;
}
.step-card h4 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.step-card p {
  font-size: 0.9375rem;
  color: rgba(53, 69, 101, 0.65);
  margin: 0;
}

.step-number {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 900;
  font-size: 3rem;
  color: rgba(0, 107, 107, 0.08);
  line-height: 1;
}

.step-icon {
  font-size: 2.5rem;
  color: #006B6B;
  margin-bottom: 1.25rem;
  line-height: 1;
}

.feature-list {
  margin: 1.5rem 0;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.feature-item i {
  color: #006B6B;
  font-size: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.feature-item span {
  font-size: 0.9375rem;
  color: rgba(53, 69, 101, 0.8);
}

.feature-card {
  display: flex;
  gap: 1.25rem;
  padding: 1.5rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(36, 46, 60, 0.06);
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
  height: calc(100% - 1.5rem);
}
.feature-card:hover {
  box-shadow: 0 4px 24px rgba(36, 46, 60, 0.1);
}

.feature-card-icon {
  font-size: 2rem;
  color: #006B6B;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.feature-card-content h4 {
  font-size: 1.125rem;
  margin-bottom: 0.375rem;
}
.feature-card-content p {
  font-size: 0.9375rem;
  color: rgba(53, 69, 101, 0.65);
  margin: 0;
}

.pricing-hint {
  margin: 2rem 0 1.5rem;
  padding: 1.25rem 1.5rem;
  background: rgba(0, 107, 107, 0.04);
  border-left: 3px solid #006B6B;
  border-radius: 0.5rem;
}
.pricing-hint h5 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: #006B6B;
  margin-bottom: 0.375rem;
}
.pricing-hint h5 i {
  font-size: 1.25rem;
}
.pricing-hint p {
  font-size: 0.9375rem;
  color: rgba(53, 69, 101, 0.7);
  margin: 0;
}

.pricing-options {
  display: flex;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.pricing-option {
  display: flex;
  flex-direction: column;
  padding: 1rem 1.5rem;
  background: rgba(0, 107, 107, 0.04);
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 107, 107, 0.12);
}

.pricing-label {
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(53, 69, 101, 0.5);
  margin-bottom: 0.25rem;
}

.pricing-value {
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  color: #006B6B;
}

.comparison-table {
  max-width: 900px;
  margin: 0 auto;
  overflow-x: auto;
}
.comparison-table table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.9375rem;
}
.comparison-table thead th {
  padding: 1rem 1.25rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 2px solid rgba(53, 69, 101, 0.1);
  color: rgba(53, 69, 101, 0.5);
}
.comparison-table thead th.highlight {
  color: #006B6B;
  border-bottom-color: #006B6B;
}
.comparison-table tbody tr {
  border-bottom: 1px solid rgba(53, 69, 101, 0.06);
}
.comparison-table tbody tr:last-child {
  border-bottom: none;
}
.comparison-table tbody td {
  padding: 0.875rem 1.25rem;
  color: rgba(53, 69, 101, 0.7);
}
.comparison-table tbody td:first-child {
  font-weight: 500;
  color: #354565;
}
.comparison-table tbody td.highlight {
  color: #006B6B;
  font-weight: 500;
}

.form-feedback {
  margin-top: 1rem;
  padding: 0.875rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  display: none;
}
.form-feedback--success {
  display: block;
  background: rgba(0, 107, 107, 0.06);
  border-left: 3px solid #006B6B;
  color: #006B6B;
}
.form-feedback--error {
  display: block;
  background: rgba(101, 53, 0, 0.06);
  border-left: 3px solid #653500;
  color: rgb(50, 26.2376237624, 0);
}

.newsletter-hint--error {
  color: #653500;
}

.newsletter-success {
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.9375rem;
  color: #006B6B;
  padding: 0.75rem 0;
  margin: 0;
}

.contact-form-wrapper {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(36, 46, 60, 0.1);
  padding: 2.5rem;
}
.contact-form-wrapper h3 {
  margin-bottom: 2rem;
}

.form-row {
  display: flex;
  gap: 1rem;
}
.form-row .form-group {
  flex: 1;
}
@media (max-width: 575px) {
  .form-row {
    flex-direction: column;
    gap: 0;
  }
}

.form-group {
  margin-bottom: 1.25rem;
}
.form-group label {
  display: block;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #354565;
  margin-bottom: 0.375rem;
}

.form-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid rgba(53, 69, 101, 0.1);
  border-radius: 0.5rem;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  color: #354565;
  background: white;
  outline: none;
  transition: all 0.15s ease;
  appearance: none;
}
.form-input:focus {
  border-color: #006B6B;
}
.form-input::placeholder {
  color: rgba(53, 69, 101, 0.3);
}

textarea.form-input {
  resize: vertical;
  min-height: 120px;
}

select.form-input {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23354565' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.875rem;
}
.checkbox-label input[type=checkbox] {
  margin-top: 0.2rem;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .contact-sidebar {
    padding-left: 2rem;
  }
}

.contact-info-card {
  background: #E1EBF4;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.contact-info-card h4 {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
.contact-info-card p {
  font-size: 0.9375rem;
  color: rgba(53, 69, 101, 0.7);
}

.contact-info-item {
  display: flex;
  gap: 0.875rem;
  margin-bottom: 1.25rem;
}
.contact-info-item:last-child {
  margin-bottom: 0;
}
.contact-info-item i {
  font-size: 1.25rem;
  color: #006B6B;
  flex-shrink: 0;
  margin-top: 0.2rem;
}
.contact-info-item div {
  display: flex;
  flex-direction: column;
  font-size: 0.9375rem;
}
.contact-info-item div strong {
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  margin-bottom: 0.125rem;
}
.contact-info-item div a {
  color: #354565;
  text-decoration: none;
}
.contact-info-item div a:hover {
  color: #006B6B;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 991px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.team-member {
  text-align: center;
}
.team-member h5 {
  font-size: 1rem;
  margin-bottom: 0.125rem;
}

.team-avatar {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #E1EBF4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 2rem;
  color: rgba(53, 69, 101, 0.3);
  overflow: hidden;
}
.team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
}

.team-role {
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.8125rem;
  color: rgba(53, 69, 101, 0.5);
  margin: 0;
}

.testimonial-card {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 8px rgba(36, 46, 60, 0.06);
  border-left: 3px solid #006B6B;
}

.testimonial-text {
  font-family: "Source Serif 4", "Georgia", serif;
  font-style: italic;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #354565;
  margin-bottom: 1rem;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
}
.testimonial-author strong {
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.9375rem;
  color: #354565;
}
.testimonial-author span {
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.8125rem;
  color: rgba(53, 69, 101, 0.5);
}

.legal-content {
  max-width: 800px;
}
.legal-content h3 {
  margin-top: 3rem;
}
.legal-content h3:first-child {
  margin-top: 0;
}
.legal-content h4 {
  margin-top: 2rem;
}
.legal-content p {
  color: rgba(53, 69, 101, 0.75);
}
