.static-page-hero {
  background: #fff;
  border-bottom: 1px solid #ececec;
  padding: 56px 16px 42px;
}

.static-page-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.static-page-narrow {
  max-width: 900px;
  margin: 0 auto;
}

.static-intro {
  max-width: 760px;
  margin: 14px auto 0;
  text-align: center;
  color: #666;
  font-size: 15px;
  line-height: 1.8;
}

.static-section {
  padding: 56px 16px 64px;
}

.static-card-grid {
  display: grid;
  gap: 22px;
}

.static-card {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  padding: 28px 24px;
  overflow-wrap: break-word;
}

.static-contact{
  width: 70%;
    margin: 0 auto;
}

.static-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #111;
}

.static-card h4 {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #111;
}

.static-card p,
.static-card li {
  margin: 0 0 10px;
  color: #444;
  font-size: 15px;
  line-height: 1.85;
}

.static-card p:last-child,
.static-card li:last-child {
  margin-bottom: 0;
}

.static-card ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

.static-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 24px;
  align-items: start;
}

.static-muted-card {
  background: #f8f8f8;
}

.static-feature-list {
  display: grid;
  gap: 16px;
}

.static-feature-item {
  background: #fafafa;
  border: 1px solid #ececec;
  border-left: 4px solid #0fa36b;
  border-radius: 10px;
  padding: 18px 18px 16px;
}

.static-feature-item p {
  margin-bottom: 0;
}

.faq-list {
  display: grid;
  gap: 18px;
}

.faq-item {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 22px 56px 22px 22px;
  color: #111;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  text-align: center;
  color: #0fa36b;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}

.faq-item[open] summary::after {
  content: '−';
}

.faq-answer {
  border-top: 1px solid #efefef;
  padding: 0 22px 22px;
  color: #444;
  font-size: 15px;
  line-height: 1.85;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.contact-field.full {
  grid-column: 1 / -1;
}

.contact-field label {
  color: #222;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  background: #fff;
  color: #222;
  font-family: "Josefin Sans", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  padding: 14px 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-field input {
  min-height: 48px;
}

.contact-field textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: #0fa36b;
  box-shadow: 0 0 0 3px rgba(15, 163, 107, 0.08);
  outline: none;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 10px;
  background: #0fa36b;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 0 24px;
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.contact-btn:hover {
  filter: brightness(0.97);
}

.contact-btn:active {
  transform: translateY(1px);
}

.contact-meta {
  margin-bottom: 10px;
}

.contact-meta strong {
  display: inline-block;
  min-width: 78px;
  color: #111;
}

.contact-note {
  margin-top: 12px;
  color: #666;
  font-size: 14px;
  line-height: 1.7;
}

.company-address {
  margin-top: 18px;
}

.company-address strong {
  display: block;
  margin-bottom: 8px;
  color: #111;
}

@media (max-width: 1024px) {
  .static-page-hero {
    padding: 48px 14px 36px;
  }

  .static-section {
    padding: 48px 14px 56px;
  }

  .static-two-col {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .static-page-hero {
    padding: 40px 14px 30px;
  }

  .static-section {
    padding: 40px 14px 48px;
  }

  .static-intro {
    font-size: 14px;
    line-height: 1.75;
    max-width: 92%;
  }

  .static-card {
    padding: 22px 18px;
    border-radius: 10px;
  }

  .static-card h3 {
    font-size: 16px;
  }

  .static-card p,
  .static-card li,
  .faq-answer {
    font-size: 14px;
    line-height: 1.8;
  }

  .faq-item summary {
    padding: 18px 48px 18px 18px;
    font-size: 15px;
    line-height: 1.5;
  }

  .faq-answer {
    padding: 0 18px 18px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-btn {
    width: 100%;
  }

  .static-contact{
  width: 85%;
    margin: 0 auto;
}
}

@media (max-width: 480px) {
  .static-page-hero {
    padding: 34px 12px 24px;
  }

  .static-section {
    padding: 34px 12px 42px;
  }

  .static-card {
    padding: 18px 16px;
  }

  .faq-item summary {
    padding-right: 44px;
  }

  .faq-item summary::after {
    right: 14px;
  }

  .contact-field input,
  .contact-field textarea {
    padding: 13px 14px;
    font-size: 14px;
  }

  .static-contact{
  width: 90%;
    margin: 0 auto;
}
}