/* Start custom CSS for shortcode, class: .elementor-element-33afd4a */.corpyco-page {
  font-family: inherit;
  color: #25180d;
  background: #fffaf3;
  line-height: 2;
}

.corpyco-container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.corpyco-section {
  padding: 64px 0;
}

.corpyco-soft {
  background: #fff2df;
}

.corpyco-hero {
  padding: 72px 0;
  background: linear-gradient(135deg, #fff7ea, #f5dfbd);
}

.corpyco-hero-grid,
.corpyco-form-grid,
.corpyco-two-col {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 32px;
  align-items: center;
}

.corpyco-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: #167245;
  color: #fff;
  font-size: 14px;
  margin-bottom: 14px;
}

.corpyco-page h1 {
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.35;
  margin: 0 0 18px;
  color: #1e1308;
}

.corpyco-page h2 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.45;
  margin: 0 0 18px;
  color: #2a1709;
}

.corpyco-page h3 {
  font-size: 20px;
  margin: 0 0 10px;
  color: #2f1a0b;
}

.corpyco-page p {
  margin: 0 0 16px;
  font-size: 17px;
}

.corpyco-lead {
  font-size: 20px;
  color: #4c3928;
}

.corpyco-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}

.corpyco-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease;
}

.corpyco-btn:hover {
  transform: translateY(-2px);
}

.corpyco-btn-primary {
  background: #167245;
  color: #fff;
  box-shadow: 0 10px 24px rgba(22, 114, 69, .22);
}

.corpyco-btn-secondary {
  background: #fff;
  color: #167245;
  border: 1px solid #167245;
}

.corpyco-btn-light {
  background: #fff;
  color: #167245;
}

.corpyco-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.corpyco-trust li {
  background: rgba(255, 255, 255, .75);
  border: 1px solid rgba(22, 114, 69, .18);
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 14px;
}

.corpyco-hero-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 45px rgba(73, 41, 11, .16);
}

.corpyco-hero-card img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.corpyco-price-box {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  background: rgba(255, 255, 255, .92);
  border-radius: 18px;
  padding: 14px 16px;
  backdrop-filter: blur(8px);
}

.corpyco-price-box strong,
.corpyco-price-box span {
  display: block;
}

.corpyco-feature-grid,
.corpyco-use-grid,
.corpyco-steps,
.corpyco-link-grid {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.corpyco-feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.corpyco-use-grid {
  grid-template-columns: repeat(4, 1fr);
}

.corpyco-feature,
.corpyco-use-grid article,
.corpyco-steps div,
.corpyco-link-grid a {
  background: #fff;
  border: 1px solid rgba(73, 41, 11, .1);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 12px 28px rgba(73, 41, 11, .07);
}

.corpyco-link-grid {
  grid-template-columns: repeat(4, 1fr);
}

.corpyco-link-grid a {
  color: #167245;
  text-decoration: none;
  font-weight: 800;
}

.corpyco-cta-strip {
  background: #167245;
  color: #fff;
  padding: 42px 0;
  text-align: center;
}

.corpyco-cta-strip h2,
.corpyco-final-cta h2 {
  color: inherit;
}

.corpyco-check-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.corpyco-check-list div {
  background: #fff;
  border-right: 4px solid #167245;
  border-radius: 16px;
  padding: 14px 18px;
}

.corpyco-table-wrap {
  overflow-x: auto;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(73, 41, 11, .08);
}

.corpyco-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

.corpyco-table th,
.corpyco-table td {
  padding: 16px;
  border-bottom: 1px solid #f0dfc8;
  text-align: right;
}

.corpyco-table th {
  background: #167245;
  color: #fff;
}

.corpyco-bullets {
  padding: 0;
  margin: 18px 0;
  list-style: none;
}

.corpyco-bullets li {
  position: relative;
  padding: 8px 28px 8px 0;
}

.corpyco-bullets li::before {
  content: "✓";
  position: absolute;
  right: 0;
  color: #167245;
  font-weight: 900;
}

.corpyco-warning li::before {
  content: "!";
  color: #b86b00;
}

.corpyco-steps {
  grid-template-columns: repeat(4, 1fr);
}

.corpyco-steps span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #167245;
  color: #fff;
  font-weight: 800;
  margin-bottom: 12px;
}

.corpyco-faq {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.corpyco-faq-q {
  width: 100%;
  text-align: right;
  border: 0;
  background: #fff;
  color: #25180d;
  padding: 16px 18px;
  border-radius: 16px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}

.corpyco-faq-a {
  display: none;
  background: #fff;
  margin-top: -6px;
  padding: 0 18px 14px;
  border-radius: 0 0 16px 16px;
}

.corpyco-faq-q.active + .corpyco-faq-a {
  display: block;
}

.corpyco-form-section {
  background: #211205;
  color: #fff;
}

.corpyco-form-section h2 {
  color: #fff;
}

.corpyco-phone a {
  color: #fff;
  font-weight: 800;
}

.corpyco-form {
  background: #fff;
  color: #25180d;
  border-radius: 24px;
  padding: 24px;
  display: grid;
  gap: 14px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
}

.corpyco-form label {
  display: grid;
  gap: 6px;
  font-weight: 700;
}

.corpyco-form input,
.corpyco-form select {
  width: 100%;
  border: 1px solid #ead8bd;
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 16px;
  font-family: inherit;
  background: #fffaf3;
}

.corpyco-form button {
  border: 0;
  background: #167245;
  color: #fff;
  border-radius: 14px;
  padding: 14px 18px;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
}

.corpyco-form-note {
  font-size: 13px !important;
  color: #68523d;
  margin: 0 !important;
}

.corpyco-final-cta {
  text-align: center;
  padding: 56px 0;
  background: #f5dfbd;
}

@media (max-width: 900px) {
  .corpyco-hero-grid,
  .corpyco-form-grid,
  .corpyco-two-col {
    grid-template-columns: 1fr;
  }

  .corpyco-feature-grid,
  .corpyco-use-grid,
  .corpyco-steps,
  .corpyco-link-grid {
    grid-template-columns: 1fr 1fr;
  }

  .corpyco-section {
    padding: 48px 0;
  }
}

@media (max-width: 600px) {
  .corpyco-container {
    width: min(100% - 24px, 1120px);
  }

  .corpyco-hero {
    padding: 48px 0;
  }

  .corpyco-feature-grid,
  .corpyco-use-grid,
  .corpyco-steps,
  .corpyco-link-grid {
    grid-template-columns: 1fr;
  }

  .corpyco-actions {
    flex-direction: column;
  }

  .corpyco-btn {
    width: 100%;
  }

  .corpyco-page p {
    font-size: 16px;
  }
}


.wt-lead-message {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  display: none;
}

.wt-lead-message.is-success {
  display: block;
  background: #e8f7ef;
  color: #167245;
}

.wt-lead-message.is-error {
  display: block;
  background: #fff0f0;
  color: #b00020;
}

.corpyco-form button:disabled {
  opacity: .75;
  cursor: not-allowed;
}/* End custom CSS */