:root {
  --dcac-navy: #1A1A2D;
  --dcac-blue: #37579E;
  --dcac-dark: #1D1D1D;
  --dcac-green: #5DEB3C;
  --dcac-btn: #43B02A;
  --dcac-btn-hover: #379A22;
  --dcac-body: #4D4D4D;
}

.dcac {
  font-family: 'Work Sans', Arial, sans-serif;
}

.dcac .wrap {
  max-width: 1280px;
  width: 92%;
  margin: 0 auto;
  position: relative;
}

.dcac img {
  max-width: 100%;
  height: auto;
}

.dcac__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.dcac__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 175px;
  height: 51px;
  padding: 0 1.25em;
  background: var(--dcac-btn, #43B02A);
  color: #fff;
  font-family: 'Work Sans', Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.02em;
  border: none;
  border-radius: 11px;
  cursor: pointer;
  box-sizing: border-box;
  transition: background 0.3s ease, color 0.3s ease;
}

.dcac__btn:hover,
.dcac__btn:focus {
  background: #fff;
  color: var(--dcac-navy, #1A1A2D);
}

.dcac__btn--wide {
  min-width: 279px;
}

.dcac__signature {
  text-align: center;
  margin: 0;
}

.dcac__signature-img {
  display: block;
  width: 190px;
  max-width: 60%;
  margin: 0 auto 10px;
}

.dcac__signature-name,
.dcac__signature-role {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.dcac__signature-name {
  font-weight: 700;
}

.dcac__hero {
  background: var(--dcac-navy);
  padding: 70px 0 90px;
}

.dcac__hero-logo {
  display: block;
  width: 226px;
  margin-bottom: 60px;
}

.dcac__hero-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 4em;
  align-items: flex-start;
  justify-content: space-between;
}

.dcac__hero-content {
  flex: 1 1 520px;
  max-width: 620px;
}

.dcac__hero-title {
  margin: 0 0 22px;
  font-size: 68px;
  line-height: 1.02;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

.dcac__hero-title span {
  display: block;
  font-size: 94px;
  color: var(--dcac-green);
}

.dcac__hero-lead {
  margin: 0 0 14px;
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
}

.dcac__hero-copy {
  margin: 0 0 32px;
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
}

.dcac__hero-copy strong {
  color: var(--dcac-green);
  font-weight: 700;
}

.dcac__hero-aside {
  flex: 0 0 394px;
  max-width: 100%;
}

.dcac__hero-photo {
  display: block;
  width: 394px;
  max-width: 100%;
  aspect-ratio: 394 / 309;
  object-fit: cover;
  border: 15px solid var(--dcac-green);
  border-radius: 15px;
  margin-bottom: 22px;
}

.dcac__talk {
  background: var(--dcac-blue);
  padding: 90px 0 100px;
  text-align: center;
}

.dcac__talk-title {
  margin: 0 0 30px;
  font-size: 68px;
  line-height: 1.05;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

.dcac__talk-title span {
  display: block;
  color: var(--dcac-green);
}

.dcac__talk-lead {
  margin: 0 auto 22px;
  max-width: 640px;
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
}

.dcac__talk-copy {
  margin: 0 auto 22px;
  max-width: 640px;
  font-size: 19px;
  line-height: 26px;
  color: #fff;
}

.dcac__talk .dcac__buttons {
  justify-content: center;
  margin-top: 34px;
}

.dcac__why {
  background: var(--dcac-navy);
  padding: 110px 0 120px;
}

.dcac__why-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 4em;
  align-items: center;
  justify-content: space-between;
}

.dcac__why-content {
  flex: 1 1 480px;
  max-width: 560px;
}

.dcac__why-title {
  margin: 0 0 24px;
  font-size: 68px;
  line-height: 1.05;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

.dcac__why-copy {
  margin: 0 0 34px;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
}

.dcac__why-copy strong {
  color: var(--dcac-green);
  font-weight: 700;
}

.dcac__why-list {
  flex: 1 1 380px;
  max-width: 460px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dcac__why-item {
  position: relative;
  padding-left: 46px;
  margin-bottom: 34px;
}

.dcac__why-item:last-child {
  margin-bottom: 0;
}

.dcac__why-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #00B7FF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.4l3 3 6-6.4'/%3E%3C/svg%3E") center / 14px 14px no-repeat;
}

.dcac__why-item h3 {
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.dcac__why-item p {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

.dcac__find {
  background: var(--dcac-dark);
  padding: 110px 0 120px;
  text-align: center;
}

.dcac__find-title {
  margin: 0 0 24px;
  font-size: 68px;
  line-height: 1.05;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

.dcac__find-title span {
  display: block;
  color: var(--dcac-green);
}

.dcac__find-copy {
  margin: 0 auto 34px;
  max-width: 620px;
  font-size: 19px;
  line-height: 26px;
  color: #fff;
}

.dcac__find-copy strong {
  font-weight: 700;
}

.dcac__find .dcac__buttons {
  justify-content: center;
  margin-bottom: 60px;
}

.dcac__find-avatar {
  display: block;
  width: 170px;
  height: 170px;
  margin: 0 auto 20px;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid var(--dcac-green);
}

.dcac__form {
  width: 420px;
  max-width: 100%;
  margin: 50px auto 0;
  background: #1A1A2D;
  border: 1px solid rgba(93, 235, 60, 0.25);
  border-radius: 18px;
  padding: 33px 40px 28px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  text-align: left;
}

.dcac__form-title {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

.dcac__form-intro {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.dcac__form label {
  display: block;
  margin-bottom: 0.25em;
  color: var(--dcac-green, #5DEB3C);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.dcac__form .wpcf7 {
  margin: 0;
}

.dcac__form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1em;
  position: relative;
}

.dcac__form .wpcf7-form p {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.dcac__form .wpcf7-form p br {
  display: none;
}

.dcac__form .wpcf7-form-control-wrap {
  width: 100%;
}

.dcac__form .wpcf7-form-control {
  width: 100%;
  padding: 0.75em 1em;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: 'Work Sans', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  background: #f9f9f9;
  color: #1A1A2D;
  box-sizing: border-box;
}

.dcac__form input.wpcf7-form-control {
  height: 36px;
}

.dcac__form textarea.wpcf7-form-control {
  height: 100px;
  resize: vertical;
}

.dcac__form .wpcf7-form-control::placeholder {
  color: #8a8a8a;
  font-weight: 400;
}

.dcac__form .wpcf7-form-control:focus {
  outline: none;
  border-color: var(--dcac-btn, #43B02A);
  background: #fff;
}

.dcac__form .wpcf7-submit {
  width: 100%;
  height: 44px;
  margin-top: 0.5em;
  background: var(--dcac-btn, #43B02A);
  color: #fff;
  border: none;
  border-radius: 11px;
  font-family: 'Work Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.dcac__form .wpcf7-submit:hover {
  background: #fff;
  color: var(--dcac-navy, #1A1A2D);
}

.dcac__form .wpcf7-spinner {
  margin: 0 auto;
}

.dcac__form .wpcf7-not-valid-tip {
  color: #ff6b6b;
  font-size: 11px;
  font-weight: 600;
  margin-top: 4px;
}

.dcac__form .wpcf7-response-output {
  margin: 1em 0 0;
  padding: 0.75em 1em;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.dcac__website {
  background: #fff;
  padding: 120px 0;
}

.dcac__website-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.dcac__website-logo {
  display: block;
  width: 405px;
  max-width: 100%;
  margin: 0 auto 45px;
}

.dcac__website-title {
  margin: 0 0 10px;
  font-size: 37px;
  line-height: 41px;
  font-weight: 300;
  color: var(--dcac-blue);
}

.dcac__website-text {
  margin: 0 auto 30px;
  max-width: 500px;
  font-size: 25px;
  line-height: 28px;
  font-weight: 300;
  color: var(--dcac-body);
}

.dcac__website-btn {
  min-width: 347px;
}

.dcac__website-btn:hover,
.dcac__website-btn:focus {
  background: var(--dcac-btn-hover, #379A22);
  color: #fff;
}

.dcac-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: 'Work Sans', Arial, sans-serif;
}

.dcac-modal.is-open {
  display: none;
}

.dcac-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.dcac-modal__box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 424px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 56px 42px 48px;
  background: var(--dcac-navy, #1A1A2D);
  border-radius: 6px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  text-align: center;
  box-sizing: border-box;
}

.dcac-modal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 32px;
  height: 32px;
  padding: 0;
  background: none;
  border: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
}

.dcac-modal__close:hover {
  opacity: 1;
}

.dcac-modal__title {
  margin: 0 0 26px;
  font-size: 40px;
  line-height: 1.05;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

.dcac-modal__title span {
  display: block;
  color: #5DEB3C;
}

.dcac-modal__copy {
  margin: 0 0 34px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.dcac-modal__copy strong {
  color: #5DEB3C;
  font-weight: 700;
}

.dcac-modal__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.dcac-modal__actions .dcac__btn {
  width: 100%;
  max-width: 175px;
}

@media screen and (max-width: 1199px) {
  .dcac__hero-title { font-size: 56px; }
  .dcac__hero-title span { font-size: 76px; }
  .dcac__talk-title,
  .dcac__why-title,
  .dcac__find-title { font-size: 56px; }
}

@media screen and (max-width: 991px) {
  .dcac__hero { padding: 50px 0 70px; }
  .dcac__hero-logo { margin-bottom: 40px; }
  .dcac__hero-grid { flex-direction: column; gap: 3em; align-items: center; text-align: center; }
  .dcac__hero-content { max-width: 100%; }
  .dcac__hero .dcac__buttons { justify-content: center; }
  .dcac__hero-aside { flex: 0 0 auto; }
  .dcac__hero-photo { margin-left: auto; margin-right: auto; }

  .dcac__why { padding: 80px 0; }
  .dcac__why-grid { flex-direction: column; gap: 3em; align-items: flex-start; }
  .dcac__why-content,
  .dcac__why-list { max-width: 100%; }

  .dcac__talk,
  .dcac__find { padding: 80px 0; }

  .dcac__website { padding: 80px 0; }
  .dcac__website-logo { width: 320px; }
}

@media screen and (max-width: 767px) {
  .dcac__hero-title { font-size: 40px; }
  .dcac__hero-title span { font-size: 52px; }
  .dcac__talk-title,
  .dcac__why-title,
  .dcac__find-title { font-size: 40px; }
  .dcac__why-copy { font-size: 20px; line-height: 27px; }
  .dcac__website-title { font-size: 30px; line-height: 34px; }
  .dcac__website-text { font-size: 20px; line-height: 25px; }
  .dcac__btn,
  .dcac__website-btn { min-width: 0; width: 100%; max-width: 320px; }
  .dcac__buttons { flex-direction: column; align-items: center; width: 100%; }
  .dcac__hero-content .dcac__buttons,
  .dcac__why-content .dcac__buttons { align-items: center; }

  .dcac__hero-logo { margin-left: auto; margin-right: auto; }

  .dcac__why { padding: 60px 0; }
  .dcac__why-grid { gap: 1.75em; align-items: center; }
  .dcac__why-content { flex: 1 1 392px; text-align: center; }
  .dcac__why-copy { margin-bottom: 24px; }
  .dcac__why-list { text-align: left; }

  .dcac__form { padding: 28px 22px 24px; }
  .dcac__form-title { font-size: 20px; }

  .dcac-modal__box { padding: 44px 24px 36px; }
  .dcac-modal__title { font-size: 32px; }
  .dcac-modal__copy { font-size: 18px; line-height: 27px; }
}
