.acq-search {
  margin: 24px 0 12px;
  position: relative;
  text-align: left;
  max-width: 680px;
}
.acq-search label {
  display: block;
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 10px;
}
.acq-search-field {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 2px solid #d6e2fc;
  border-radius: 18px;
  padding: 8px;
  box-shadow: 0 12px 35px #1746a612;
}
.acq-search-field img,
.acq-attribution img {
  width: 24px;
  height: 24px;
}
.acq-search-field > img {
  margin-left: 6px;
}
.acq-search-field input {
  min-width: 0;
  flex: 1;
  border: 0;
  background: transparent;
  padding: 12px 0;
  color: #202124;
  font: inherit;
  font-size: 15px;
  outline-offset: 3px;
}
.acq-search-field .button {
  width: auto;
  flex-shrink: 0;
  min-height: 48px;
  padding: 12px 18px;
  font-size: 14px;
}
.acq-fallback {
  font-size: 13px;
  line-height: 1.6;
  margin: 12px 0;
}
.acq-fallback .text-button {
  display: inline;
  padding: 0;
  text-align: left;
  font-size: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.acq-example {
  font-size: 13px !important;
  color: #526175;
}
.acq-results > p {
  font-size: 13px;
  margin: 12px 0;
}
.acq-result-list {
  max-height: 350px;
  overflow: auto;
  overscroll-behavior: contain;
  list-style: none;
  padding: 0;
  margin: 12px 0;
  border: 1px solid #dce4f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px #1746a610;
}
.acq-result-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #e8edf4;
}
.acq-result-list li:last-child {
  border: 0;
}
.acq-result-list li div {
  min-width: 0;
}
.acq-result-list strong {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.acq-result-list small {
  display: block;
  color: #697386;
  font-size: 12px;
  margin-top: 4px;
}
.acq-result-list .button {
  font-size: 12px;
  min-height: 44px;
  padding: 10px;
  width: auto;
  flex-shrink: 0;
}
.acq-attribution {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: #626976;
}
.acq-modal {
  width: min(760px, calc(100% - 24px));
  max-height: calc(100dvh - 24px);
  border: 0;
  border-radius: 28px;
  padding: 32px;
  background: #fff;
  color: #202124;
  box-shadow: 0 25px 100px #081e4540;
  overflow: auto;
}
.acq-modal::backdrop {
  background: #10243b99;
  backdrop-filter: blur(5px);
}
.acq-modal h2 {
  font-size: clamp(25px, 4vw, 36px);
  line-height: 1.15;
  margin: 10px 40px 10px 0;
  letter-spacing: -0.04em;
  font-weight: 900;
}
.acq-modal h3 {
  font-size: 20px;
  margin-top: 26px;
}
.acq-close {
  position: absolute;
  top: 16px;
  right: 16px;
  border: 0;
  background: #f1f4f9;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
}
.acq-score {
  display: flex;
  align-items: center;
  gap: 28px;
  background: linear-gradient(135deg, #eaf2ff 0%, #f5f9ff 100%);
  border: 1px solid #d6e4fb;
  padding: 22px 26px;
  border-radius: 22px;
  margin: 22px 0 10px;
  box-shadow: 0 12px 30px rgba(25, 103, 210, 0.08);
}
.acq-score > div {
  flex-shrink: 0;
  display: grid;
  place-content: center;
  width: 132px;
  height: 132px;
  padding: 12px;
  text-align: center;
  color: #fff;
  background: linear-gradient(145deg, #2474e8 0%, #1155bd 100%);
  border: 6px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(25, 103, 210, 0.28);
}
.acq-score strong {
  display: block;
}
.acq-score > div strong {
  font-size: 48px;
  line-height: 1.1;
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.acq-score strong span {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
}
.acq-score p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}
.acq-score p > strong {
  color: #172f55;
  font-size: 17px;
}
.acq-score-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 5px 9px;
  color: #1459b8;
  background: #fff;
  border: 1px solid #c9dcf8;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.acq-score p > span {
  display: block;
  font-size: 12px;
  margin-top: 9px;
}
.acq-score-note {
  font-size: 12px;
  color: #677080;
  line-height: 1.6;
}
.acq-checklist {
  list-style: none;
  padding: 0;
}
.acq-checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #e8edf4;
  padding: 14px 0;
}
.acq-check-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #edf1f7;
  color: #697386;
  font-weight: 800;
  flex-shrink: 0;
}
.acq-checklist .ok .acq-check-icon {
  background: #e3f4e9;
  color: #12834a;
}
.acq-checklist .missing .acq-check-icon,
.acq-checklist .confirm .acq-check-icon {
  background: #fff3d3;
  color: #916000;
}
.acq-checklist div {
  flex: 1;
  min-width: 0;
}
.acq-checklist strong {
  font-size: 14px;
}
.acq-checklist small {
  display: block;
  font-size: 12px;
  color: #677080;
  margin-top: 4px;
  line-height: 1.5;
}
.acq-checklist li > span:last-child {
  font-size: 11px;
  color: #626976;
  white-space: nowrap;
}
.acq-modal-action {
  position: sticky;
  bottom: -32px;
  background: #fff;
  padding: 18px 0 26px;
  border-top: 1px solid #e6ecf5;
  margin-top: 20px;
}
.acq-modal-action > small {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #626976;
  margin-top: 10px;
}
.acq-connect-note {
  display: grid;
  gap: 4px;
  margin-bottom: 12px;
  padding: 14px 16px;
  color: #18345f;
  background: linear-gradient(135deg, #eef5ff 0%, #f8fbff 100%);
  border: 1px solid #cfe0fb;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(25, 103, 210, 0.08);
}
.acq-connect-note strong {
  color: #1459b8;
  font-size: 14px;
}
.acq-connect-note span {
  font-size: 12px;
  line-height: 1.5;
}
.acq-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 20px 0;
}
.acq-highlights > div {
  padding: 16px 8px;
  text-align: center;
  border: 1px solid #dfe7f3;
  border-radius: 16px;
}
.acq-highlights strong {
  display: block;
  font-size: clamp(15px, 3vw, 24px);
  font-weight: 850;
  overflow-wrap: anywhere;
}
.acq-highlights span {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  color: #526176;
}
.acq-priorities {
  background: #fff8e6;
  border-radius: 18px;
  padding: 4px 20px 16px;
  margin: 20px 0;
}
.acq-priorities h3 {
  margin-top: 16px;
}
.acq-priorities ol {
  padding-left: 20px;
}
.acq-priorities li {
  padding: 5px 0 5px 4px;
  font-size: 14px;
}
.acq-priorities p {
  margin: 5px 0;
  font-size: 13px;
  line-height: 1.5;
  color: #5b4b2e;
}
.acq-intro {
  font-size: 13px;
  color: #526176;
  line-height: 1.5;
}
.acq-checklist li {
  align-items: flex-start;
}
.acq-checklist .acq-advice {
  font-size: 12px;
  line-height: 1.5;
  color: #305176;
  margin: 9px 0 0;
  padding-left: 10px;
  border-left: 2px solid #b8cff4;
}
.acq-evidence {
  margin-top: 9px;
  background: #f5f7fb;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 12px;
}
.acq-evidence summary {
  cursor: pointer;
  color: #165db5;
  font-weight: 750;
  min-height: 28px;
  align-content: center;
}
.acq-evidence blockquote {
  margin: 12px 0 4px;
  white-space: pre-wrap;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
.acq-evidence ul {
  padding: 0;
  list-style: none;
}
.acq-evidence li {
  display: block;
  padding: 10px 0;
  overflow-wrap: anywhere;
}
.acq-evidence p {
  margin: 4px 0;
  font-size: 12px;
  line-height: 1.5;
}
.acq-provider {
  display: block;
  line-height: 1.6;
  color: #526176;
}
.flow-page {
  max-width: 880px;
  padding-bottom: 36px;
}
.flow-top,
.flow-business {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.flow-top > span {
  font-size: 12px;
  font-weight: 700;
  color: #18834a;
}
.flow-business {
  justify-content: flex-start;
  font-weight: 750;
  font-size: 15px;
}
.flow-business img {
  width: 23px;
  height: 23px;
}
.flow-steps {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid #dbe4f0;
  padding: 18px 0 24px;
  margin: 0 0 24px;
}
.flow-steps button {
  background: transparent;
  border: 0;
  color: #607084;
  flex: 1;
  padding: 0;
  cursor: pointer;
}
.flow-steps span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  background: #e8edf6;
  margin: 0 auto 7px;
  border-radius: 50%;
  font-weight: 800;
}
.flow-steps small {
  font-size: 11px;
  font-weight: 700;
}
.flow-steps [aria-current] span {
  background: #1967d2;
  color: white;
  box-shadow: 0 0 0 5px #e3edff;
}
.flow-steps [aria-current] {
  color: #1967d2;
}
.flow-heading {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
}
.flow-heading > div:first-child {
  flex: 1;
}
.flow-title {
  font-size: clamp(26px, 4vw, 38px) !important;
  line-height: 1.15;
  letter-spacing: -0.045em;
  margin: 8px 0 12px;
}
.flow-heading p:last-child {
  font-size: 14px;
  color: #677080;
  line-height: 1.6;
}
.flow-live-score {
  display: grid;
  place-content: center;
  background: #1967d2;
  width: 112px;
  height: 112px;
  padding: 12px;
  border-radius: 50%;
  text-align: center;
  flex: 0 0 112px;
  box-shadow: 0 12px 30px rgba(25, 103, 210, .2);
}
.flow-live-score strong {
  display: block;
  font-size: 30px;
  color: #fff !important;
  font-weight: 900;
  letter-spacing: -0.06em;
}
.flow-live-score small {
  font-size: 13px;
}
.flow-live-score span {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
}
.flow-body .profile-editor {
  padding: 0;
  max-width: none;
}
.flow-body .diagnostic-panel {
  margin-top: 16px;
}
.flow-body .diagnostic-groups {
  margin-bottom: 20px;
}
.flow-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  position: sticky;
  bottom: 0;
  background: #f8fafff5;
  padding: 16px 0 8px;
  margin-top: 24px;
  border-top: 1px solid #dce5f1;
  backdrop-filter: blur(8px);
}
.flow-footer .button {
  flex: 1;
}
.flow-footer small {
  flex-basis: 100%;
  font-size: 11px;
  color: #667486;
  text-align: center;
}
.flow-review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.flow-body [data-flow-bulk] > .info-box {
  margin: 20px 0 16px;
}
.flow-outcomes {
  margin: 22px 0;
}
.flow-outcomes > details {
  background: white;
  border: 1px solid #dde6f4;
  border-radius: 18px;
  padding: 18px;
  margin-bottom: 12px;
}
.flow-outcomes summary {
  cursor: pointer;
  font-weight: 800;
}
.flow-bulk-consent {
  background: #edf3ff;
  border-radius: 12px;
  padding: 14px;
  margin-top: 16px;
}
.permission-page {
  padding-top: 40px;
}
.permission-page h1 {
  font-size: clamp(34px, 6vw, 48px);
}
.permission-page li {
  padding: 8px 0;
  line-height: 1.6;
}
.permission-page > .button {
  margin-top: 24px;
}
.flow-body .profile-score .score-actions {
  display: none;
}
@media (max-width: 640px) {
  .acq-search-field {
    gap: 7px;
    flex-wrap: wrap;
    padding: 10px;
  }
  .acq-search-field input {
    font-size: 14px;
    min-height: 40px;
  }
  .acq-search-field .button {
    width: 100%;
  }
  .acq-result-list li {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }
  .acq-result-list .button {
    width: 100%;
  }
  .acq-modal {
    padding: 22px 18px;
    border-radius: 22px;
  }
  .acq-modal-action {
    bottom: -22px;
    padding: 14px 0 18px;
  }
  .acq-modal-action .button {
    font-size: 14px;
    line-height: 1.4;
    padding: 15px;
  }
  .acq-score {
    gap: 15px;
    padding: 16px;
  }
  .acq-score > div strong {
    font-size: 44px;
  }
  .acq-score p {
    font-size: 13px;
  }
  .acq-checklist li > span:last-child {
    display: none;
  }
  .flow-steps {
    overflow: auto;
    justify-content: flex-start;
    gap: 8px;
  }
  .flow-steps button {
    min-width: 50px;
  }
  .flow-steps small {
    font-size: 10px;
  }
  .flow-heading {
    align-items: flex-start;
    gap: 10px;
  }
  .flow-live-score {
    min-width: 75px;
    padding: 12px 7px;
  }
  .flow-live-score strong {
    font-size: 26px;
  }
  .flow-title {
    font-size: 26px !important;
  }
  .flow-page .flow-heading .eyebrow {
    font-size: 10px;
  }
  .flow-top .text-button {
    font-size: 12px;
  }
  .flow-footer .button {
    font-size: 13px;
    padding: 12px;
  }
  .flow-body .profile-progress {
    gap: 6px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .acq-modal[open] {
    animation: acq-enter 0.22s ease-out;
  }
  .flow-live-score {
    transition: background 0.2s;
  }
  .flow-body {
    animation: acq-enter 0.18s ease-out;
  }
  @keyframes acq-enter {
    from {
      opacity: 0;
      transform: translateY(8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
.flow-body .card {
  position: relative;
}
.flow-step-applied {
  background: #e0f3e7 !important;
  color: #168449 !important;
}
.flow-steps button:focus-visible {
  outline: 3px solid #1967d2;
  outline-offset: 3px;
  border-radius: 12px;
}
.flow-body .ex-plan {
  position: static;
}
.acq-modal-action .button,
.flow-body [data-flow-bulk] > .button {
  background: #1967d2;
  color: #fff;
  border-color: #1967d2;
}
.acq-modal-action .button.google-button {
  background: #1967d2 !important;
  color: #fff !important;
  border-color: #1967d2 !important;
}
.acq-modal-action .button.google-button:hover {
  background: #155bc9 !important;
  border-color: #155bc9 !important;
}
.acq-modal-action .acq-cta-arrow {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}
.acq-modal-action .google-mark,
.flow-body [data-flow-bulk] > .button .google-mark {
  background: white;
  border-radius: 50%;
  padding: 5px;
}
.acq-modal-action .google-mark img,
.flow-body [data-flow-bulk] > .button .google-mark img {
  width: 20px;
  height: 20px;
}
@media (max-width: 640px) {
  .flow-steps button {
    min-width: 32px;
  }
  .flow-steps small {
    display: none;
  }
  .flow-steps {
    overflow: visible;
    gap: 8px;
  }
  .flow-steps span {
    margin-bottom: 0;
  }
  .flow-heading .flow-title {
    overflow-wrap: normal;
  }
}
/* V30: one task per screen, usable at the actual browser width. */
.surface-workspace #app { width: 100%; max-width: none; margin: 0; border-radius: 0; box-shadow: none; }
.surface-workspace .page.easy-overview, .surface-workspace .page.easy-dashboard, .surface-workspace .page.easy-flow { width: 100%; max-width: 960px; margin: 0 auto; padding: 30px 28px 115px; box-sizing: border-box; }
.easy-page-heading { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; }
.easy-overview h1, .easy-dashboard h1, .easy-flow .flow-title { font-size: clamp(27px,4vw,40px); font-weight: 850; line-height: 1.13; letter-spacing: -1.2px; margin: 10px 0 24px; }
.easy-business { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; margin: 0 0 22px; padding: 16px; border: 1px solid #dfe7f3; background: white; border-radius: 18px; }
.easy-business > span { flex: 0 0 32px; }
.easy-business > div { flex: 1; min-width: 150px; overflow-wrap: anywhere; }
.easy-business strong { font-size: 15px; line-height: 1.4; display: block; }
.easy-business small { display: block; font-size: 12px; margin-top: 4px; color: #66748a; }
.easy-business .text-button { font-size: 12px; }
.easy-score { display: flex; align-items: center; gap: 24px; padding: 24px; background: #eef4ff; border: 1px solid #d2e1fa; border-radius: 24px; margin-bottom: 22px; }
.easy-score > div:last-child { min-width: 0; flex: 1; }
.easy-score .eyebrow { font-size: 11px; margin: 0 0 7px; color: #225bb6; }
.easy-score h2 { font-size: 22px; font-weight: 800; margin: 0 0 8px; line-height: 1.2; }
.easy-score p:not(.eyebrow) { color: #506886; font-size: 13px; margin: 0; line-height: 1.6; }
.easy-dial { flex: 0 0 104px; width: 104px; height: 104px; position: relative; }
.easy-dial svg { width: 100%; height: 100%; fill: none; stroke: #d7e5fc; stroke-width: 8; }
.easy-dial .easy-dial-fill { stroke: #1a73e8; stroke-linecap: round; }
.easy-dial strong { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #155bc0; font-size: 32px; font-weight: 850; }
.easy-dial small { font-size: 11px; font-weight: 650; }
.easy-gain { display: block; margin-top: 8px; color: #137a45; font-size: 12px; font-weight: 750; }
.easy-start { padding: 24px; background: #fff; border: 1px solid #dfe7f3; border-radius: 24px; margin: 20px 0 26px; }
.easy-start h2 { font-size: 24px; font-weight: 850; line-height: 1.18; margin: 12px 0 8px; }
.easy-start p { color: #61728a; line-height: 1.6; font-size: 14px; margin: 0 0 18px; }
.easy-start .eyebrow { font-size: 10px; color: #1767d3; font-weight: 800; margin-top: 14px; }
.easy-spark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; color: #1967d2; background: #eaf2ff; font-size: 22px; }
.easy-start .button.google-button { background: #1967e6; color: white; border-color: #1967e6; width: 100%; }
.easy-start .google-mark { background: white; padding: 5px; border-radius: 50%; flex: 0 0 auto; }
.easy-start .google-mark img { display: block; width: 19px; height: 19px; }
.easy-section-title { font-size: 20px; font-weight: 800; margin: 24px 0 14px; }
.easy-missions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.easy-mission { display: flex; align-items: center; text-align: left; gap: 12px; padding: 18px; min-height: 84px; border: 1px solid #dce5f2; border-radius: 18px; background: white; font: inherit; cursor: pointer; min-width: 0; }
.easy-mission > span:nth-child(2) { flex: 1; min-width: 0; }
.easy-mission strong { display: block; font-size: 15px; font-weight: 800; }
.easy-mission small { display: block; color: #6d7b8f; font-size: 11px; margin-top: 5px; }
.easy-step-number { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; font-size: 16px; font-weight: 800; flex-shrink: 0; }
.tone-0 { background: #eaf2ff; color: #1967d2; }
.tone-1 { background: #fef3d5; color: #99630d; }
.tone-2 { background: #e6f5ed; color: #19834a; }
.tone-3 { background: #fdece8; color: #b44a35; }
.easy-mission.is-done { border-color: #bedfcf; }
.easy-details { border: 1px solid #e0e7f0; border-radius: 16px; padding: 16px; margin-top: 24px; background: white; }
.easy-details summary { font-size: 13px; font-weight: 700; cursor: pointer; min-height: 28px; }
.easy-details > div { padding: 14px 0; border-bottom: 1px solid #e7edf6; font-size: 13px; }
.easy-details > div > span { display: block; color: #61728a; margin-top: 5px; }
.easy-details p { font-size: 13px; color: #64728a; line-height: 1.6; }
.easy-footnote { font-size: 12px; color: #64728a; line-height: 1.6; margin: 20px 0 0; }
.easy-shortcuts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.easy-shortcuts button { background: white; border: 1px solid #dce5f2; border-radius: 18px; padding: 20px 15px; text-align: left; font: inherit; cursor: pointer; min-width: 0; }
.easy-shortcuts button > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; margin-bottom: 14px; }
.easy-shortcuts strong { display: block; font-size: 15px; }
.easy-shortcuts small { display: block; color: #697a92; margin-top: 6px; font-size: 12px; line-height: 1.5; }
.easy-alert, .easy-activity { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; padding: 18px; border-radius: 16px; margin-bottom: 20px; background: #fff3db; font-size: 13px; }
.easy-activity { background: #edf6f1; }
.easy-activity p { margin: 5px 0; color: #587366; font-size: 12px; }
.easy-progress { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin: 28px 0; font-size: 12px; font-weight: 750; color: #536782; }
.easy-progress progress { width: 100%; height: 7px; border: 0; border-radius: 8px; overflow: hidden; accent-color: #1a73e8; background: #e1eafa; }
.easy-progress progress::-webkit-progress-bar { background: #e1eafa; }
.easy-progress progress::-webkit-progress-value { background: #1a73e8; border-radius: 8px; }
.easy-flow .flow-heading { margin: 0 0 24px; align-items: flex-start; gap: 16px; }
.easy-flow .flow-heading h1 { margin-bottom: 10px; }
.easy-flow .flow-business > span { min-width: 0; overflow-wrap: anywhere; }
.easy-flow .flow-live-score { width: 112px; height: 112px; padding: 12px; min-width: 112px; }
.easy-flow .flow-live-score strong { font-size: 27px; }
.easy-flow .flow-live-score span { font-size: 10px; }
.easy-flow .flow-heading > div:first-child p { font-size: 14px; }
.easy-flow .flow-body { min-width: 0; }
.easy-text-card { margin: 0; }
.easy-text-card textarea { resize: vertical; min-height: 140px; width: 100%; }
.easy-text-card #description { min-height: 190px; }
.easy-text-card .button { margin-top: 18px; }
.easy-service-pager { display: flex; align-items: center; justify-content: space-between; padding-bottom: 12px; color: #536782; font-size: 13px; }
.easy-service-pager .text-button { min-width: 44px; font-size: 19px; }
.easy-flow-footer { position: static; display: flex; flex-wrap: wrap; border: 0; padding: 20px 0 0; gap: 12px; background: transparent; }
.easy-flow-footer .button { flex: 1 1 200px; }
.easy-flow-footer > .text-button:last-child:not(:first-child) { flex-basis: 100%; font-size: 12px; text-align: center; }
.easy-form-panel { margin: 0 0 16px !important; }
.easy-form-panel .easy-details { margin: 0 0 18px; }
.easy-photo-status { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin: 0 0 20px; }
.easy-photo-status > span { border-radius: 14px; padding: 13px; background: #eaf2ff; font-weight: 750; font-size: 13px; }
.easy-photo-status small { display: block; font-size: 11px; font-weight: 500; margin-top: 5px; color: #61728a; }
.easy-flow .flow-body > * { animation: easy-enter 180ms ease-out; }
@keyframes easy-enter { from { opacity: .65; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
@media(min-width:1000px) { .easy-dashboard .easy-start { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; } .easy-dashboard .easy-start .button { max-width: 260px; } }
@media(max-width:620px) {
 .surface-workspace .page.easy-overview, .surface-workspace .page.easy-dashboard, .surface-workspace .page.easy-flow { padding: 22px 16px 100px; }
 .easy-missions { grid-template-columns: 1fr; }
 .easy-score { padding: 18px; gap: 14px; }
 .easy-dial { width: 86px; height: 86px; flex-basis: 86px; }
 .easy-score h2 { font-size: 18px; }
 .easy-score .eyebrow { font-size: 9px; }
 .easy-business > .text-button { width: 100%; text-align: left; }
 .easy-start { padding: 20px; }
 .easy-start h2 { font-size: 22px; }
 .easy-shortcuts { grid-template-columns: 1fr; }
 .easy-shortcuts button { display: grid; grid-template-columns: 36px 1fr; gap: 4px 12px; padding: 16px; }
 .easy-shortcuts button > span { grid-row: span 2; margin: 0; }
 .easy-shortcuts small { margin: 0; }
 .easy-flow .flow-heading { flex-wrap: wrap; }
 .easy-flow .flow-live-score { display: grid; width: 96px; height: 96px; min-width: 96px; flex-basis: 96px; padding: 8px; }
 .easy-flow .flow-live-score span { display: block; margin: 0; }
 .easy-flow .flow-heading > div:first-child { flex-basis: 100%; }
 .easy-flow .card { padding: 20px 16px; }
 .easy-flow .diagnostic-panel > div { padding: 16px; }
 .easy-flow .pm-hour-row { grid-template-columns: repeat(2,minmax(0,1fr)); }
 .easy-flow .pm-hour-row > label:first-child { grid-column: 1/-1; }
 .easy-flow input, .easy-flow select, .easy-flow textarea { min-width: 0; max-width: 100%; box-sizing: border-box; }
 .easy-flow .pm-summary { overflow-wrap: anywhere; }
}
@media(prefers-reduced-motion:reduce) { .easy-flow .flow-body > * { animation: none; } }

.easy-score .easy-refresh { padding: 8px 0 0; font-size: 12px; min-height: 36px; text-align: left; color: #175bb9; }
@media(max-width:620px) { .easy-flow .easy-progress { margin: 18px 0; } .easy-flow .flow-heading { gap: 10px; margin-bottom: 18px; } .easy-flow .flow-top { margin-bottom: 12px; } }

.easy-dashboard .easy-spark { display: none; }
.easy-dashboard .easy-start .eyebrow { margin-top: 0; }
@media(max-width:620px) {
 .easy-dashboard .easy-business { background: transparent; border: 0; padding: 0; gap: 8px; margin-bottom: 16px; }
 .easy-dashboard .easy-score { margin-bottom: 16px; }
 .easy-dashboard .easy-start { margin-top: 16px; }
 .easy-dashboard h1 { margin-bottom: 18px; }
 .easy-dashboard .easy-start h2 { margin-top: 6px; }
}

.easy-dashboard .easy-score h2 { display: none; }

.surface-workspace .page .easy-start .button.google-button { background: #1967e6 !important; border-color: #1967e6 !important; color: white !important; box-shadow: 0 4px 12px #1967e623; }
.surface-workspace .page .easy-start .button.google-button:hover { background: #155bc9 !important; }

.easy-overview .easy-start .easy-spark { display: none; }
.easy-overview .easy-start h2 { margin-top: 0; font-size: 20px; }
@media(max-width:620px) {
 .easy-overview .easy-score h2 { display: none; }
 .easy-overview .easy-business { background: transparent; border: 0; padding: 0; gap: 8px; }
}

.easy-hour { border: 1px solid #dce5f2; border-radius: 12px; margin: 10px 0; overflow: hidden; }
.easy-hour > summary { min-height: 48px; padding: 14px; box-sizing: border-box; font-weight: 750; font-size: 13px; cursor: pointer; background: #f5f8fe; }
.easy-hour .pm-hour-row { border: 0; margin: 0; }

/* Keep the Google connection choice attached to the search dropdown. */
.acq-result-panel{margin:12px 0;border:1px solid #dce4f0;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 12px 32px #1746a610}
.acq-result-panel .acq-result-list{margin:0;border:0;border-radius:0;box-shadow:none}
.acq-result-panel .acq-fallback{margin:0;padding:12px 16px;border-top:1px solid #e8edf4;background:#f6f9ff;font-size:13px;line-height:1.6}
.acq-result-panel .acq-fallback .text-button{min-height:44px;vertical-align:middle;color:#2459cb}
.acq-result-panel .acq-empty{margin:0;padding:16px;font-size:13px;color:#526175}
.acq-result-panel>.info-box{margin:12px;border-radius:12px}

/* Public analysis: keep the decision and uncertainty clear, disclose the full evidence on demand. */
.acq-score-essential { font-size:14px; line-height:1.55; color:#425774; margin:16px 0 4px; }
.acq-score-explanation { margin:0 0 20px; }
.acq-score-explanation > summary { min-height:44px; display:flex; align-items:center; gap:12px; cursor:pointer; color:#185abc; font-size:14px; font-weight:750; }
.acq-score-explanation > summary::after { content:'⌄'; }
.acq-score-explanation[open] > summary::after { transform:rotate(180deg); }
.acq-full-report { border:1px solid #dfe7f3; border-radius:18px; padding:0 18px; margin:20px 0; }
.acq-full-report > summary { min-height:76px; display:grid; align-content:center; gap:6px; padding:14px 28px 14px 0; position:relative; cursor:pointer; list-style:none; }
.acq-full-report > summary::-webkit-details-marker,.acq-score-explanation > summary::-webkit-details-marker { display:none; }
.acq-full-report > summary::after { content:'⌄'; position:absolute; right:0; top:24px; color:#185abc; font-size:22px; }
.acq-full-report[open] > summary::after { transform:rotate(180deg); }
.acq-full-report > summary strong { font-size:17px; line-height:1.35; font-weight:850; }
.acq-full-report > summary span { font-size:13px; line-height:1.45; color:#526176; }
.acq-full-report .acq-checklist { margin-bottom:16px; }
.acq-full-report .acq-checklist > li { gap:10px; }
.acq-full-report .acq-highlights { grid-template-columns:repeat(3,minmax(0,1fr)); }
@media(max-width:420px){.acq-full-report{padding-inline:14px}.acq-full-report .acq-highlights{grid-template-columns:minmax(0,1fr)}.acq-full-report .acq-highlights>div{padding:12px}.acq-full-report .acq-highlights strong{font-size:20px}}

/* Keep the permission explanation distinct from the instruction card. */
.permission-page > .lead { margin-bottom: 24px; }
.permission-page > .ex-small { margin-block: 16px; }

/* Keep the result actions distinct, including when labels wrap on mobile. */
.easy-flow .flow-result-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 20px; }
.easy-flow .flow-result-actions > .button { width: 100%; }
.easy-flow .flow-result-actions > button { margin: 0; }

/* Result blocks share one rhythm; inner card typography remains unchanged. */
.easy-flow .flow-result-body { display: flex; flex-direction: column; gap: 16px; }
.easy-flow .flow-result-body > * { margin-block: 0; }
.easy-flow .flow-result-body > .flow-outcomes:empty { display: none; }
.flow-complete-card { text-align: center; }
.flow-complete-card .eyebrow { color: var(--blue,#1765d1); }
.flow-score-comparison { display: flex; align-items: center; justify-content: center; gap: 22px; margin: 28px auto; }
.flow-score-comparison > div { width: 112px; height: 112px; border: 1px solid #cbd8eb; border-radius: 50%; display: grid; place-content: center; gap: 4px; color: #50627b; background: #fff; }
.flow-score-comparison > div.is-current { color: #fff; border-color: #1765d1; background: #1765d1; box-shadow: 0 14px 32px rgba(23,101,209,.22); }
.flow-score-comparison span { font-size: 12px; font-weight: 700; }
.flow-score-comparison strong { font-size: 28px; line-height: 1; }
.flow-score-comparison small { font-size: 11px; }
@media(max-width:480px) { .flow-score-comparison { gap: 12px; } .flow-score-comparison > div { width: 96px; height: 96px; } }
