.acta-module {
  --acta-forest: #003b22;
  --acta-forest-2: #075c3c;
  --acta-green: #018241;
  --acta-blue: #4a6fe3;
  --acta-mint: #d7ebdf;
  position: relative;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  border-top: 4px solid var(--acta-green);
  background: linear-gradient(125deg, var(--acta-forest) 0%, #004a2d 62%, #075b67 100%);
  color: #fff;
  font: 16px/1.55 Arial, Helvetica, sans-serif;
}

.acta-module::before,
.acta-module::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 250px;
  height: 250px;
  transform: rotate(45deg);
  border: 24px solid rgba(150, 174, 247, .09);
  pointer-events: none;
}

.acta-module::before { left: -170px; bottom: -175px; }
.acta-module::after { right: -155px; top: -175px; }
.acta-module * { box-sizing: border-box; }

.acta-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, auto);
  grid-template-areas: "copy conversion" "details details";
  gap: 26px clamp(32px, 5vw, 76px);
  align-items: center;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(42px, 5vw, 66px) 0 34px;
}

.acta-copy { grid-area: copy; min-width: 0; }
.acta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: #c9d6ff;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.acta-eyebrow > span { width: 30px; height: 2px; background: #9bb0f5; }
.acta-module h2 {
  max-width: 850px;
  margin: .8rem 0 .65rem;
  color: #fff;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -.025em;
}
.acta-copy p { max-width: 850px; margin: 0; color: #d8e9e0; font-size: 1.03rem; }

.acta-conversion { grid-area: conversion; text-align: right; }
.acta-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.acta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .78rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 0;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}
.acta-button--primary { border-color: #fff; background: #fff; color: var(--acta-forest) !important; }
.acta-button--secondary { background: rgba(255, 255, 255, .07); color: #fff !important; }
.acta-button:hover { transform: translateY(-2px); }
.acta-button--primary:hover { background: #eef3ff; }
.acta-button--secondary:hover { background: rgba(255, 255, 255, .16); }
.acta-button:focus-visible,
.acta-phone a:focus-visible { outline: 3px solid #a9bbff; outline-offset: 3px; }
.acta-phone { margin: 13px 0 0; color: #cfe2d8; font-size: .9rem; }
.acta-phone a { color: #fff !important; font-weight: 800; text-underline-offset: 3px; }

.acta-details {
  grid-area: details;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 22px 0 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  list-style: none;
}
.acta-details li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 48px;
  padding: 0 24px;
  border-right: 1px solid rgba(255, 255, 255, .16);
  color: #e3efe9;
  font-size: .9rem;
}
.acta-details li:first-child { padding-left: 0; }
.acta-details li:last-child { padding-right: 0; border-right: 0; }
.acta-detail-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  background: rgba(255, 255, 255, .1);
}
.acta-detail-icon svg { width: 21px; height: 21px; fill: none; stroke: #b9c8ff; stroke-width: 1.8; }

@media (max-width: 900px) {
  .acta-shell { grid-template-columns: 1fr; grid-template-areas: "copy" "conversion" "details"; }
  .acta-conversion { text-align: left; }
  .acta-actions { justify-content: flex-start; }
}

@media (max-width: 760px) {
  .acta-details { grid-template-columns: 1fr; padding-top: 14px; }
  .acta-details li { padding: 12px 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .14); }
  .acta-details li:last-child { border-bottom: 0; }
}

@media (max-width: 680px) {
  .acta-shell { width: min(100% - 30px, 1320px); padding: 46px 0 30px; }
  .acta-actions { display: grid; grid-template-columns: 1fr; }
  .acta-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .acta-button { transition: none; }
  .acta-button:hover { transform: none; }
}

.acta-dialog {
  width: min(920px, calc(100% - 30px));
  max-width: 920px;
  max-height: calc(100vh - 30px);
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #173028;
  box-shadow: 0 30px 90px rgba(0, 35, 20, .42);
}
.acta-dialog::backdrop { background: rgba(0, 31, 23, .72); backdrop-filter: blur(3px); }
.acta-dialog[open] { display: block; }
.acta-dialog__surface { position: relative; max-height: calc(100vh - 30px); overflow: auto; background: #fff; }
.acta-dialog__close {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 16px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.45);
  background: rgba(0,0,0,.12);
  color: #fff;
  font: 30px/1 Arial, sans-serif;
  cursor: pointer;
}
.acta-dialog__close:focus-visible { outline: 3px solid #a9bbff; outline-offset: 2px; }
.acta-dialog__header { padding: 34px 76px 30px 38px; background: linear-gradient(115deg, #003b22, #075b67); color: #fff; }
.acta-dialog__header .acta-eyebrow { color: #c9d6ff; }
.acta-dialog__header h3 { margin: .6rem 0 .55rem; color: #fff; font-size: clamp(1.7rem, 3vw, 2.35rem); line-height: 1.1; }
.acta-dialog__header p { max-width: 720px; margin: 0; color: #d8e9e0; }
.acta-form { padding: 30px 38px 36px; background: #fff; }
.acta-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 20px; }
.acta-field { min-width: 0; }
.acta-field--wide { grid-column: 1 / -1; }
.acta-field label { display: block; margin-bottom: 6px; color: #003b22; font-size: .9rem; font-weight: 800; }
.acta-field input,
.acta-field select,
.acta-field textarea {
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #aabdb3;
  border-radius: 0;
  background: #fff;
  color: #173028;
  font: inherit;
}
.acta-field textarea { min-height: 125px; resize: vertical; }
.acta-field input:focus,
.acta-field select:focus,
.acta-field textarea:focus { outline: 3px solid rgba(74,111,227,.2); border-color: #4a6fe3; }
.acta-field-error { display: block; margin-top: 5px; color: #a62121; font-size: .82rem; font-weight: 700; }
.acta-form-message { margin: 0 0 20px; padding: 14px 16px; }
.acta-form-message--error { border-left: 4px solid #b72b2b; background: #fff0f0; color: #7d1717; }
.acta-form-message ul { margin: 7px 0 0 20px; }
.acta-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.acta-consent { display: flex; gap: 10px; align-items: flex-start; margin-top: 20px; color: #415d4f; font-size: .86rem; }
.acta-consent input { width: 18px; height: 18px; margin: 3px 0 0; accent-color: #018241; }
.acta-consent > span:last-child { flex: 1; }
.acta-consent a { color: #3157cc; }
.acta-form-footer { display: flex; gap: 20px; align-items: center; margin-top: 22px; padding-top: 20px; border-top: 1px solid #d5e5dc; }
.acta-form-footer p { max-width: 500px; margin: 0; color: #5a7165; font-size: .78rem; }
.acta-button--submit { min-width: 200px; border-color: #018241; background: #018241; color: #fff !important; cursor: pointer; }
.acta-button--submit:hover { background: #006f37; }
.acta-form-success { padding: 55px 38px 60px; text-align: center; }
.acta-form-success__icon { display: grid; width: 62px; height: 62px; place-items: center; margin: 0 auto 18px; background: #dff3e8; color: #018241; font-size: 1.8rem; font-weight: 900; }
.acta-form-success h4 { margin: 0 0 10px; color: #003b22; font-size: 1.7rem; }
.acta-form-success p { max-width: 580px; margin: 0 auto 24px; color: #5a7165; }
.acta-button--success { border-color: #003b22; background: #003b22; color: #fff !important; cursor: pointer; }
.acta-noscript { width: min(1320px, calc(100% - 48px)); margin: 0 auto; padding: 0 0 24px; color: #fff; }
body.acta-dialog-open { overflow: hidden; }

@media (max-width: 680px) {
  .acta-dialog { width: min(100% - 16px, 920px); max-height: calc(100vh - 16px); }
  .acta-dialog__surface { max-height: calc(100vh - 16px); }
  .acta-dialog__header { padding: 28px 62px 24px 22px; }
  .acta-form { padding: 24px 20px 28px; }
  .acta-form-grid { grid-template-columns: 1fr; gap: 15px; }
  .acta-field--wide { grid-column: auto; }
  .acta-form-footer { display: grid; }
  .acta-button--submit { width: 100%; }
}
