/* Ihr Systemadministrator – light, technical, personal */

:root {
  --isa-blue: #0066c4;
  --isa-blue-dark: #004a94;
  --isa-navy: #0b1f3a;
  --isa-text: #1c2430;
  --isa-muted: #5b6777;
  --isa-line: #e4eaf2;
  --isa-bg: #f4f7fb;
  --isa-white: #ffffff;
  --isa-soft: #e8f1fb;
  --isa-radius: 14px;
  --isa-shadow: 0 12px 32px rgba(11, 31, 58, 0.08);
  --isa-max: 1120px;
  --isa-font: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

.isa-site,
.isa-site body,
body.isa-site {
  font-family: var(--isa-font);
  color: var(--isa-text);
  background: var(--isa-white);
}

body.isa-site,
body.isa-site #page,
body.isa-site #content,
body.isa-site .site-primary-footer-wrap,
body.isa-site.ast-plain-container {
  background: var(--isa-white);
}

body.isa-site .site-content .ast-container {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
  flex-direction: column !important;
  float: none !important;
}

body.isa-site #content.site-content {
  display: block !important;
  margin: 0;
  padding: 0;
  width: 100%;
}

body.isa-site #primary,
body.isa-site .isa-primary,
body.isa-site .ast-plain-container.ast-no-sidebar #primary {
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 100% !important;
}

body.isa-site .isa-hero,
body.isa-site .isa-section,
body.isa-site .isa-cta-band,
body.isa-site .isa-pagehead {
  display: block;
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
  box-sizing: border-box;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.isa-wrap {
  width: min(var(--isa-max), calc(100% - 2.5rem));
  margin: 0 auto;
}

.isa-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--isa-line);
}

.isa-header-bar,
.isa-header-nav {
  width: min(var(--isa-max), calc(100% - 2.5rem));
  margin: 0 auto;
}

.isa-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}

.isa-header-nav {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--isa-line);
}

.isa-logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--isa-navy);
  font-weight: 700;
}

.isa-logo img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.isa-logo span {
  line-height: 1.15;
}

.isa-logo small {
  display: block;
  font-weight: 500;
  color: var(--isa-muted);
  font-size: 0.72rem;
}

.isa-nav {
  display: block;
  width: 100%;
}

.isa-nav > ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.35rem;
  margin: 0;
  padding: 0.35rem 0 0.55rem;
}

.isa-nav > ul > li {
  position: relative;
}

.isa-nav a {
  display: block;
  padding: 0.65rem 0.55rem;
  color: var(--isa-navy);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}

.isa-nav .menu-item-has-children > a {
  padding-right: 1.15rem;
}

.isa-nav .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.35rem;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  vertical-align: middle;
}

.isa-nav .current-menu-item > a,
.isa-nav .current-menu-ancestor > a,
.isa-nav a[aria-current="page"] {
  color: var(--isa-blue);
  background: transparent;
  border-bottom-color: var(--isa-blue);
}

.isa-nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  background: #fff;
  border: 1px solid var(--isa-line);
  border-radius: 12px;
  box-shadow: var(--isa-shadow);
  padding: 0.45rem 0;
  z-index: 20;
}

.isa-nav .sub-menu a {
  padding: 0.55rem 0.9rem;
  font-weight: 500;
  border-bottom: 0;
}

.isa-nav .sub-menu a:hover {
  background: var(--isa-soft);
}

.isa-nav li:hover > .sub-menu,
.isa-nav li:focus-within > .sub-menu,
.isa-nav li.is-open > .sub-menu {
  display: block;
}

.isa-nav .ast-header-navigation-arrow,
.isa-nav .dropdown-menu-toggle,
.isa-nav .menu-toggle,
.isa-nav button.menu-link {
  display: none !important;
}

.isa-header-cta {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-shrink: 0;
}

.isa-phone {
  color: var(--isa-navy);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
}

.isa-phone:hover {
  color: var(--isa-blue);
}

.isa-menu-toggle {
  display: none;
  border: 1px solid var(--isa-line);
  background: #fff;
  border-radius: 10px;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.isa-menu-toggle span,
.isa-menu-toggle span:before,
.isa-menu-toggle span:after {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--isa-navy);
  position: relative;
  margin: 0 auto;
}

.isa-menu-toggle span:before,
.isa-menu-toggle span:after {
  content: "";
  position: absolute;
  left: 0;
}

.isa-menu-toggle span:before { top: -6px; }
.isa-menu-toggle span:after { top: 6px; }

.isa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 46px;
  padding: 0.7rem 1.15rem;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 0.95rem;
  font-family: inherit;
  transition: 0.15s ease;
}

.isa-btn--primary {
  background: var(--isa-blue);
  color: #fff;
}

.isa-btn--primary:hover {
  background: var(--isa-blue-dark);
  color: #fff;
}

.isa-btn--ghost {
  background: transparent;
  color: var(--isa-navy);
  border-color: #c9d6e8;
}

.isa-btn--ghost:hover {
  border-color: var(--isa-blue);
  color: var(--isa-blue);
}

.isa-btn--light {
  background: #fff;
  color: var(--isa-blue);
}

.isa-hero {
  background:
    radial-gradient(circle at 85% 10%, rgba(0, 102, 196, 0.14), transparent 36%),
    linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
  padding: 4.2rem 0 3.4rem;
  border-bottom: 1px solid var(--isa-line);
}

.isa-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.5rem;
  align-items: center;
}

.isa-kicker {
  color: var(--isa-blue);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin: 0 0 0.8rem;
}

.isa-hero h1,
.isa-pagehead h1,
.entry-content h1,
.isa-section h1 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--isa-navy);
  margin: 0 0 0.8rem;
}

.isa-lead {
  font-size: 1.18rem;
  color: var(--isa-navy);
  margin: 0 0 0.9rem;
  font-weight: 600;
}

.isa-hero-services {
  color: var(--isa-muted);
  font-weight: 600;
  font-size: 1rem;
  margin: 0 0 0.15rem;
  line-height: 1.5;
}

.isa-hero-phone {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 0.35rem;
  font-weight: 800;
  color: var(--isa-blue);
  text-decoration: none;
}

.isa-hero-phone:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.isa-copy,
.isa-copy p {
  color: var(--isa-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.isa-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.isa-portrait {
  position: relative;
}

.isa-portrait img {
  width: 100%;
  min-height: 280px;
  height: 420px;
  object-fit: cover;
  object-position: center 28%;
  border-radius: 18px;
  box-shadow: var(--isa-shadow);
  background: var(--isa-soft);
}

.isa-portrait figcaption {
  margin-top: 0.7rem;
  color: var(--isa-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.isa-portrait figcaption strong {
  display: block;
  color: var(--isa-navy);
  font-size: 1.05rem;
  margin-bottom: 0.2rem;
}

.isa-visual {
  margin: 0;
}

.isa-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  box-shadow: var(--isa-shadow);
  background: #e8edf3;
}

.isa-split--visual {
  align-items: start;
}

.isa-section {
  padding: 4.2rem 0;
}

.isa-section--alt {
  background: var(--isa-bg);
}

.isa-section h2 {
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  color: var(--isa-navy);
  letter-spacing: -0.02em;
  margin: 0 0 0.85rem;
}

.isa-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  margin-top: 1.6rem;
}

.isa-card {
  background: #fff;
  border: 1px solid var(--isa-line);
  border-radius: var(--isa-radius);
  padding: 1.4rem;
  box-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.isa-card--offer {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.isa-card--offer > .isa-btn {
  margin-top: auto;
  align-self: flex-start;
}

.isa-card h3 {
  margin: 0 0 0.55rem;
  color: var(--isa-navy);
  font-size: 1.2rem;
}

.isa-card p {
  color: var(--isa-muted);
  margin: 0 0 1.1rem;
  line-height: 1.6;
}

.isa-card-kicker {
  font-weight: 600;
  color: var(--isa-navy);
  margin: 0 0 0.55rem;
}

.isa-card-price {
  font-weight: 800;
  color: var(--isa-blue);
  font-size: 1.2rem;
  margin: 0 0 1.1rem;
}

.isa-need-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.1rem;
  margin-top: 1.6rem;
}

.isa-need-grid .isa-card:nth-child(-n+3) {
  grid-column: span 2;
}

.isa-need-grid .isa-card:nth-child(n+4) {
  grid-column: span 3;
}

.isa-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
  align-items: center;
}

.isa-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.isa-list li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.35rem;
  color: var(--isa-text);
}

.isa-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--isa-blue);
  position: absolute;
  left: 0;
  top: 0.75rem;
}

.isa-checks {
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}

.isa-checks li {
  position: relative;
  padding: 0.38rem 0 0.38rem 1.7rem;
  color: var(--isa-text);
  font-weight: 600;
}

.isa-checks li:before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 0.72rem;
  width: 0.42rem;
  height: 0.72rem;
  border-right: 2.5px solid var(--isa-blue);
  border-bottom: 2.5px solid var(--isa-blue);
  transform: rotate(40deg);
}

.isa-pagehead {
  padding: 3.2rem 0 1.6rem;
  background: linear-gradient(180deg, #f7faff, #fff);
  border-bottom: 1px solid var(--isa-line);
}

.isa-crumbs {
  font-size: 0.85rem;
  color: var(--isa-muted);
  margin-bottom: 0.9rem;
}

.isa-crumbs a {
  color: var(--isa-blue);
  text-decoration: none;
}

.isa-price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin: 1.6rem 0;
}

.isa-price {
  border: 1px solid var(--isa-line);
  border-radius: var(--isa-radius);
  background: #fff;
  padding: 1.4rem;
  display: block;
  text-decoration: none;
  color: inherit;
}

body.isa-site a.isa-price,
body.isa-site a.isa-price:hover,
body.isa-site a.isa-price * {
  text-decoration: none !important;
}

a.isa-price:hover {
  border-color: var(--isa-blue);
}

.isa-price-grid--compact {
  grid-template-columns: repeat(5, 1fr);
}

.isa-price-grid--compact .isa-price {
  padding: 1.15rem 1rem;
}

.isa-price h3 {
  margin: 0 0 0.3rem;
  color: var(--isa-navy);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.35;
}

.isa-price .isa-amount {
  font-size: 2rem;
  font-weight: 800;
  color: var(--isa-blue);
  letter-spacing: -0.03em;
  margin: 0.3rem 0 0.8rem;
}

.isa-price .isa-amount small {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--isa-muted);
}

.isa-price-grid--compact .isa-amount {
  font-size: 1.2rem;
  margin: 0.35rem 0 0;
  white-space: nowrap;
}

.isa-price-grid--compact .isa-amount small {
  font-size: 0.82rem;
}

.isa-price ul {
  margin: 0 0 1.1rem;
  padding-left: 1.1rem;
  color: var(--isa-text);
}

.isa-price li { margin: 0.28rem 0; }

.isa-note {
  background: var(--isa-soft);
  border-radius: 12px;
  padding: 1rem 1.15rem;
  color: var(--isa-navy);
  font-size: 0.98rem;
}

.isa-page-content {
  margin: 0;
}

.isa-projects {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}

.isa-projects--two {
  grid-template-columns: repeat(2, 1fr);
}

.isa-project {
  display: flex;
  flex-direction: column;
}

.isa-project > .isa-btn {
  margin-top: auto;
  align-self: flex-start;
}

.isa-project img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
  background: #dbe7f5;
}

.isa-project h3 { margin: 0.9rem 0 0.35rem; color: var(--isa-navy); }
.isa-project p { color: var(--isa-muted); margin: 0 0 0.9rem; }

.isa-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--isa-blue);
  background: var(--isa-soft);
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
  margin-bottom: 0.4rem;
}

.isa-cta-band {
  background: var(--isa-navy);
  color: #fff;
  padding: 3.2rem 0;
}

.isa-cta-band h2 { color: #fff; margin: 0 0 0.6rem; }
.isa-cta-band p { color: #c9d6e8; margin: 0 0 1.2rem; max-width: 42rem; }

.isa-cta-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.4rem;
  margin: 1.35rem 0 0 !important;
  font-weight: 700;
  color: #fff !important;
}

.isa-cta-contact a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.isa-cta-contact a:hover {
  color: #9fd0ff;
}

.isa-footer {
  background: #081627;
  color: #c5d0de;
  padding: 3rem 0 1.4rem;
}

.isa-footer a { color: #fff; text-decoration: none; }
.isa-footer a:hover { color: #9fd0ff; }

.isa-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.isa-footer h2,
.isa-footer h3 {
  color: #fff;
  font-size: 1rem;
  margin: 0 0 0.8rem;
}

.isa-footer ul { list-style: none; margin: 0; padding: 0; }
.isa-footer li { margin: 0.35rem 0; }

.isa-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  font-size: 0.88rem;
}

.isa-form {
  background: #fff;
  border: 1px solid var(--isa-line);
  border-radius: 16px;
  padding: 1.4rem;
}

.isa-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.isa-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0.9rem;
  font-weight: 600;
  color: var(--isa-navy);
}

.isa-field input,
.isa-field select,
.isa-field textarea {
  font: inherit;
  font-weight: 500;
  color: var(--isa-text);
  border: 1px solid #cfd8e6;
  border-radius: 10px;
  min-height: 46px;
  padding: 0.65rem 0.8rem;
  background: #fff;
}

.isa-field input:focus,
.isa-field select:focus,
.isa-field textarea:focus {
  outline: 2px solid var(--isa-blue);
  border-color: var(--isa-blue);
}

.isa-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.isa-form-note { color: var(--isa-muted); font-size: 0.88rem; }

.isa-turnstile {
  margin: 0 0 1rem;
}

.isa-turnstile .cf-turnstile {
  width: 100%;
}

.isa-alert {
  border-radius: 12px;
  padding: 0.9rem 1rem;
  margin-bottom: 1rem;
}

.isa-alert--ok { background: #e7f7ee; color: #14532d; }
.isa-alert--err { background: #fdecec; color: #7f1d1d; }

.isa-contact-facts {
  display: grid;
  gap: 0.7rem;
}

.isa-contact-facts a { color: var(--isa-blue); font-weight: 700; text-decoration: none; }

.isa-legal {
  max-width: 48rem;
}

.isa-legal h2 { margin-top: 1.8rem; }

.isa-posts {
  display: grid;
  gap: 1rem;
}

.isa-post-teaser {
  background: #fff;
  border: 1px solid var(--isa-line);
  border-radius: 14px;
  padding: 1.2rem 1.3rem;
}

.isa-post-teaser h2 { font-size: 1.25rem; margin: 0 0 0.4rem; }
.isa-post-teaser h2 a { color: var(--isa-navy); text-decoration: none; }
.isa-post-teaser p { color: var(--isa-muted); margin: 0; }

.isa-mobile-call {
  display: none;
}

@media (max-width: 1100px) {
  .isa-header-cta .isa-phone { display: none; }
  .isa-menu-toggle { display: inline-flex; align-items: center; justify-content: center; }

  .isa-header-nav {
    display: none;
    width: 100%;
    border-top: 1px solid var(--isa-line);
  }

  body.isa-nav-open .isa-header-nav {
    display: block;
  }

  .isa-nav > ul {
    flex-direction: column;
    padding: 0.7rem 0 1rem;
  }

  .isa-nav a {
    border-bottom: 0;
    padding: 0.7rem 0;
  }

  .isa-nav .current-menu-item > a,
  .isa-nav .current-menu-ancestor > a {
    border-bottom: 0;
  }

  .isa-nav .sub-menu {
    position: static;
    display: none;
    border: 0;
    box-shadow: none;
    padding: 0 0 0.4rem 0.85rem;
  }

  .isa-nav li.is-open > .sub-menu {
    display: block;
  }

  .isa-mobile-call {
    display: flex;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 40;
    background: var(--isa-blue);
    color: #fff;
    border-radius: 999px;
    min-height: 48px;
    padding: 0 1.1rem;
    align-items: center;
    font-weight: 700;
    text-decoration: none;
    box-shadow: var(--isa-shadow);
  }
}

@media (max-width: 1100px) {
  .isa-need-grid {
    grid-template-columns: 1fr 1fr;
  }

  .isa-need-grid .isa-card:nth-child(-n+5) {
    grid-column: auto;
  }

  .isa-need-grid .isa-card:last-child {
    grid-column: 1 / -1;
  }

  .isa-price-grid--compact {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 980px) {
  .isa-hero-grid,
  .isa-split,
  .isa-cards,
  .isa-projects,
  .isa-projects--two,
  .isa-need-grid,
  .isa-price-grid--compact,
  .isa-footer-grid,
  .isa-form-grid {
    grid-template-columns: 1fr;
  }

  .isa-need-grid .isa-card:nth-child(-n+5) {
    grid-column: auto;
  }

  .isa-portrait img { height: 320px; }

  .isa-actions {
    gap: 0.85rem;
  }

  .isa-actions .isa-btn {
    min-height: 48px;
  }
}

.isa-cta-band .isa-actions {
  justify-content: center;
}

.isa-cta-band .isa-btn--ghost {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.isa-cta-band .isa-btn--ghost:hover {
  border-color: #fff;
  color: #fff;
}

.isa-wrap--wide {
  width: min(1280px, calc(100% - 2.5rem));
}

.isa-contact-duo {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 2rem 2.2rem;
  align-items: start;
}

.isa-contact-duo > * {
  min-width: 0;
}

#termin,
#nachricht {
  scroll-margin-top: 9.5rem;
}

@media (min-width: 1101px) {
  #nachricht {
    position: sticky;
    top: 9.5rem;
  }

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

@media (max-width: 1100px) {
  .isa-contact-duo {
    grid-template-columns: 1fr;
  }
}

.isa-hours {
  margin: 1rem 0 1.25rem;
}

.isa-hours h3 {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
}

.isa-hours dl {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 0.3rem 1rem;
  margin: 0;
}

.isa-hours dt,
.isa-hours dd {
  margin: 0;
}

.isa-hours-closed {
  color: #667085;
}

.isa-hours-note {
  margin: 0.75rem 0 0;
  font-weight: 600;
}

.isa-booking-amelia,
.isa-booking-embed {
  margin-top: 1.5rem;
}

.isa-booking-embed iframe {
  width: 100%;
  min-height: 720px;
  border: 1px solid var(--isa-line);
  border-radius: 14px;
  background: #fff;
}

.isa-booking-amelia {
  --am-c-primary: var(--isa-blue);
  --am-c-primary-hover: var(--isa-blue-dark, #004a94);
}

.amelia-v2-booking,
.amelia-app-booking,
#amelia-container {
  --am-c-primary: #0066c4 !important;
}

.isa-booking-amelia .el-button--primary,
.amelia-v2-booking .el-button--primary {
  background: var(--isa-blue) !important;
  border-color: var(--isa-blue) !important;
}

.isa-btn:focus-visible,
.isa-nav a:focus-visible,
.isa-phone:focus-visible,
.isa-hero-phone:focus-visible,
.isa-cta-contact a:focus-visible,
a.isa-price:focus-visible,
.isa-field input:focus-visible {
  outline: 3px solid #7cbcff;
  outline-offset: 2px;
}
