/** Shopify CDN: Minification failed

Line 1927:71 Unexpected ","
Line 2079:77 Unexpected ","
Line 2080:78 Unexpected ","
Line 2134:90 Unexpected ","
Line 2142:72 Unexpected ","
Line 2157:71 Unexpected ","

**/
/* Shared landing bundle: hero, scope, story, trust, contact, FAQ, tabs.
   Used by all conversion landing pages (security, residential, etc.). */

.domoxa-landing{
  --landing-green: var(--color-primary, #69c350);
  --landing-green-dark: var(--color-primary-hover, #4f9f3f);
  --landing-ink: var(--color-heading, #18202c);
  --landing-dark: var(--color-bg-dark, #1d2430);
  --landing-dark-deep: #161d26;
  --landing-dark-soft: #2e343c;
  --landing-muted: var(--color-muted, #627080);
  --landing-line: var(--color-border-subtle, #dfe6eb);
  --landing-surface: var(--color-surface, #f4f7f9);
  --landing-white: var(--color-white, #fff);
  --landing-shell: 1200px;
  --landing-radius: 16px;
  color: var(--landing-ink);
  background: var(--landing-white);
  font-family: var(--font-body);
  overflow: clip;
}

.domoxa-landing *,
.domoxa-landing *::before,
.domoxa-landing *::after{
  box-sizing: border-box;
}

.domoxa-landing h1,
.domoxa-landing h2,
.domoxa-landing h3,
.domoxa-landing p,
.domoxa-landing ul{
  margin: 0;
}

.domoxa-landing h1,
.domoxa-landing h2,
.domoxa-landing h3{
  font-family: var(--font-title-family);
  letter-spacing: -0.035em;
}

.domoxa-landing img{
  display: block;
  max-width: 100%;
}

/* The shared Loxone expertise cards use one wide sprite and intentional crop offsets. */
.domoxa-landing .domoxa-loxone__step-image img{
  max-width: none;
}

/* Cleaner per-step illustrations (security landings)
   Override Loxone sprite crops so all 4 cards share one bottom baseline. */
.domoxa-landing .domoxa-loxone__expertise--clean-steps .domoxa-loxone__step-card{
  justify-content: flex-start;
  gap: 24px;
}

.domoxa-landing .domoxa-loxone__expertise--clean-steps .domoxa-loxone__step-card > div:nth-child(2){
  flex: 1 1 auto;
  min-height: 0;
}

.domoxa-landing .domoxa-loxone__expertise--clean-steps .domoxa-loxone__step-image{
  position: relative;
  display: block;
  width: 100%;
  height: 104px;
  flex: 0 0 104px;
  margin-top: auto;
  overflow: hidden;
}

.domoxa-landing .domoxa-loxone__expertise--clean-steps .domoxa-loxone__step-image img{
  /* Beat Loxone sprite crop; same rendered height for every step art. */
  position: absolute !important;
  top: auto !important;
  right: auto !important;
  bottom: 0 !important;
  left: 50% !important;
  display: block;
  box-sizing: border-box;
  width: auto !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
  margin: 0;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
.domoxa-landing .domoxa-loxone__expertise--clean-steps .domoxa-loxone__step-image{
    display: none;
  }

.domoxa-landing .domoxa-loxone__expertise{
    padding-inline: 24px;
  }

.domoxa-landing .domoxa-loxone__expertise .domoxa-section-heading{
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

.domoxa-landing .domoxa-loxone__expertise .domoxa-section-heading__title{
    overflow-wrap: break-word;
  }
}

.domoxa-landing__shell{
  width: min(var(--landing-shell, 1200px), calc(100% - 48px));
  margin-inline: auto;
}

.domoxa-landing .domoxa-button{
  min-height: 48px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.domoxa-landing .domoxa-button:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(26, 48, 32, 0.18);
}

.domoxa-landing .domoxa-button:focus-visible,
.domoxa-landing button:focus-visible,
.domoxa-landing summary:focus-visible{
  outline: 3px solid color-mix(in srgb, var(--landing-green) 75%, transparent);
  outline-offset: 3px;
}

/* Hero */
.ds-sec-hero{
  position: relative;
  min-height: 679px;
  isolation: isolate;
  color: var(--landing-white);
  background: var(--landing-dark-deep);
}

.ds-sec-hero > picture{
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.ds-sec-hero > picture .ds-sec-hero__image,
.ds-sec-hero__image{
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ds-sec-hero__wash{
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(89deg, rgba(0, 0, 0, 0.76) 2.41%, rgba(0, 0, 0, 0) 91.44%);
}

.ds-sec-hero__inner{
  display: grid;
  position: relative;
  z-index: 2;
  min-height: 679px;
  grid-template-columns: minmax(0, 1fr) 440px;
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
  padding-block: 72px;
}

.ds-sec-hero__copy{
  position: relative;
  z-index: 0;
  max-width: 600px;
  padding-block: 20px;
}

.ds-sec-hero h1{
  max-width: 600px;
  margin-top: 28px;
  color: var(--landing-white);
  font-size: clamp(48px, 5.1vw, 76px);
  font-weight: 750;
  line-height: 0.99;
}

.ds-sec-hero h1 em{
  color: var(--landing-green);
  font-style: normal;
}

.ds-sec-hero__lead{
  max-width: 560px;
  margin-top: 32px !important;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.55;
}

.ds-sec-hero__title-mobile{
  display: none;
}

.ds-sec-hero__badges{
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 16px 32px;
  margin: 16px 0 0;
  margin-top: 16px !important;
  padding: 0;
  color: #fff;
  list-style: none;
}

.ds-sec-hero__badges li{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  list-style: none;
  white-space: nowrap;
}

.ds-sec-hero__badges li::marker{
  content: none;
}

.ds-sec-hero__badges img{
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.ds-sec-hero__badges span{
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

/* Generic landing hero phone line. The ds-sec-* classes remain as a
   compatibility skin for existing security templates. */
.domoxa-landing-hero__phone{
  display: inline-flex;
  gap: 7px;
  margin-top: 28px;
  color: var(--color-white, #fff);
  font-size: 14px;
  text-underline-offset: 4px;
}

.domoxa-landing-hero__phone strong{
  color: var(--landing-green);
}

.ds-sec-form-card{
  border-radius: 14px;
  background: var(--landing-white);
  color: var(--landing-ink);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
}

.ds-sec-hero__form-card{
  width: 100%;
  padding: 32px;
}

.ds-sec-form-card h2{
  color: var(--landing-ink);
  font-size: 22px;
  line-height: 1.2;
}

.ds-sec-form{
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.ds-sec-form__field{
  margin: 0;
}

.ds-sec-form .domoxa-form-label{
  display: block;
  margin-bottom: 7px;
  color: #4f5d6e;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ds-sec-form .domoxa-form-input,
.ds-sec-form select,
.ds-sec-form textarea{
  width: 100%;
  min-height: 42px;
  border: 1px solid #cad5df;
  border-radius: 7px;
  background: #fbfcfd;
  color: var(--landing-ink);
  font: inherit;
  font-size: 16px;
  line-height: 1.35;
  padding: 11px 13px;
}

.ds-sec-form textarea{
  min-height: 114px;
  resize: vertical;
}

.ds-sec-form__submit{
  width: 100%;
  color: #fff !important;
  background: var(--landing-green) !important;
  border-color: var(--landing-green) !important;
}

.ds-sec-form__privacy{
  display: block;
  color: #475569;
  font-size: 10px;
  line-height: 1.35;
  text-align: center;
}

.ds-sec-form__status{
  margin: 0;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.4;
}

.ds-sec-form__status--success{
  background: color-mix(in srgb, var(--landing-green) 13%, transparent);
  color: #37762c;
}

.ds-sec-form__status--error{
  background: #fff0f0;
  color: #a23434;
}

/* Trust strip */
.ds-sec-trust{
  --landing-trust-group-width: max-content;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.82);
  background: var(--landing-dark-soft);
}

.ds-sec-trust__marquee{
  overflow: hidden;
  padding-block: 24px;
  padding-inline: 0;
}

.ds-sec-trust__track{
  display: flex;
  width: max-content;
  min-height: 18px;
  align-items: center;
  animation: domoxa-landing-trust-marquee 34s linear infinite;
  will-change: transform;
}

.ds-sec-trust__group{
  display: flex;
  flex: 0 0 auto;
  width: max-content;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  padding-inline-end: 32px;
}

.ds-sec-trust__track span{
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.25;
  white-space: nowrap;
}

.ds-sec-trust__track img{
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  object-fit: contain;
}

@keyframes domoxa-landing-trust-marquee {
to{
    transform: translate3d(-50%, 0, 0);
  }
}

.ds-sec-trust:hover .ds-sec-trust__track,
.ds-sec-trust:focus-within .ds-sec-trust__track{
  animation-play-state: paused;
}

/* Shared section headings */
.ds-sec-section,
.ds-sec-scope{
  padding-block: 112px;
}

.ds-sec-section--dark,
.ds-sec-scope,
.ds-sec-contact{
  color: var(--landing-white);
  background: var(--landing-dark);
}

.ds-sec-section--white,
.ds-sec-faq{
  background: var(--landing-white);
}

.ds-sec-section--surface{
  background: var(--landing-surface);
}

.ds-sec-heading{
  max-width: 700px;
}

.ds-sec-heading--center{
  margin-inline: auto;
  text-align: center;
}

.ds-sec-heading h2{
  margin-top: 22px;
  color: currentColor;
  font-size: clamp(34px, 3.3vw, 52px);
  font-weight: 750;
  line-height: 1.03;
}

.ds-sec-heading > p:last-of-type:not(.domoxa-eyebrow){
  margin-top: 20px;
  color: var(--landing-muted);
  font-size: 16px;
  line-height: 1.55;
}

.ds-sec-heading--center > p:last-of-type:not(.domoxa-eyebrow){
  max-width: 720px;
  margin-inline: auto;
}

.ds-sec-section--dark .ds-sec-heading > p:last-of-type:not(.domoxa-eyebrow),
.ds-sec-scope .ds-sec-heading > p:last-of-type:not(.domoxa-eyebrow){
  color: rgba(255, 255, 255, 0.67);
}

/* Process */
.ds-sec-process{
  padding-block: 120px;
  background: #1d232a;
  box-shadow: inset 0 1px 0 #2c343d, inset 0 -1px 0 #2c343d;
}

.ds-sec-process > .domoxa-landing__shell{
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.ds-sec-process .ds-sec-heading{
  display: flex;
  max-width: none;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin: 0;
}

.ds-sec-process .ds-sec-heading h2{
  margin: 0;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.2;
}

.ds-sec-process .ds-sec-heading > p:last-child{
  width: min(640px, 100%);
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.66);
  font-size: 18px;
  line-height: 1.5;
}

.ds-sec-process .ds-sec-heading h2{
  color: var(--landing-white);
}

.ds-sec-process-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 0;
}

.ds-sec-process-card{
  position: relative;
  display: flex;
  height: 390px;
  min-height: 390px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 35px;
  overflow: hidden;
  border: 1px solid #2c343d;
  border-radius: 16px;
  background: #141c26;
  padding: 32px;
}

.ds-sec-process-card__top{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.ds-sec-process-card__icon{
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--landing-green) 20%, transparent);
  border-radius: 12px;
  background: color-mix(in srgb, var(--landing-green) 8%, transparent);
  box-shadow: 0 0 20.6px color-mix(in srgb, var(--landing-green) 23%, transparent);
}

.ds-sec-process-card__icon img{
  width: 24px;
  height: 24px;
}

.ds-sec-process-card__number{
  color: rgba(255, 255, 255, 0.13);
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
}

.ds-sec-process-card h3{
  margin: 0 0 4px;
  color: var(--landing-white);
  font-size: 22px;
  line-height: 1.2;
}

.ds-sec-process-card p{
  max-width: 220px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.6;
}

.ds-sec-process-card > div:not(.ds-sec-process-card__top):not(.ds-sec-process-card__art){
  position: relative;
  z-index: 2;
  margin-top: 0;
}

.ds-sec-process-card__art{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 160px;
  overflow: hidden;
  opacity: 1;
  mask-image: none;
}

.ds-sec-process-card__art::after{
  display: none;
}

.ds-sec-process-card__art img{
  position: absolute;
  top: -205%;
  left: 0;
  display: block;
  width: 448%;
  max-width: none;
  height: auto;
}

.ds-sec-process-card__art--2 img{
  left: -119.2%;
}

.ds-sec-process-card__art--3 img{
  left: -228.2%;
}

.ds-sec-process-card__art--4 img{
  left: -339%;
}

.ds-sec-center-cta{
  margin-top: 48px;
  text-align: center;
}

/* Surveillance cards */
.ds-sec-surveillance .domoxa-section-heading{
  max-width: 795px;
}

.ds-sec-image-card-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 60px;
}

.ds-sec-image-card{
  position: relative;
  min-height: 417px;
  overflow: hidden;
  border-radius: var(--landing-radius);
  background: #17212c;
  isolation: isolate;
}

.ds-sec-image-card::after{
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgb(10 17 24 / 89%) 0%, rgba(10, 17, 24, 0.14) 48%, rgba(10, 17, 24, 0.38) 100%);
  content: "";
}

.ds-sec-image-card img{
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.ds-sec-image-card:hover img{
  transform: scale(1.04);
}

.ds-sec-image-card > div{
  position: absolute;
  z-index: 2;
  right: 26px;
  top: 32px;
  left: 26px;
  color: var(--landing-white);
}

.ds-sec-image-card h3{
  color: var(--landing-white);
  font-size: 20px;
  line-height: 1.05;
}

.ds-sec-image-card p{
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.25;
}

/* Scope tabs */
.ds-sec-scope{
  padding-block: 104px;
  background: #2e333a;
}

.ds-sec-scope .domoxa-section-heading{
  max-width: 795px;
}

.ds-sec-tabs{
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 44px;
  margin-top: 50px;
}

.ds-sec-tabs__nav{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ds-sec-tabs__nav button{
  display: grid;
  min-height: 68px;
  grid-template-columns: 40px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fafbfc;
  color: var(--landing-ink);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  padding: 14px 16px;
  text-align: left;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ds-sec-tabs__nav button:hover{
  transform: translateX(3px);
}

.ds-sec-tabs__nav button.is-active{
  border-color: #1d232a;
  color: var(--landing-white);
  background: #1d232a;
}

.ds-sec-tabs__nav button > span{
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 6px;
  background: #f8fafc;
}

.ds-sec-tabs__nav button.is-active > span{
  background: #2d3748;
}

.ds-sec-tabs__nav button img{
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.ds-sec-tabs__nav button > span > img{
  filter: brightness(0) saturate(100%) invert(46%) sepia(13%) saturate(866%) hue-rotate(176deg) brightness(91%) contrast(87%);
}

.ds-sec-tabs__nav button.is-active > span > img{
  filter: brightness(0) saturate(100%) invert(70%) sepia(45%) saturate(617%) hue-rotate(62deg) brightness(92%) contrast(89%);
}

.ds-sec-tabs__nav button[data-tab="camera"] > span > img,
.ds-sec-tabs__nav button[data-tab="video"] > span > img,
.ds-sec-tabs__nav button[data-tab="access"] > span > img{
  width: 20px;
  height: 20px;
}

.ds-sec-tabs__nav button > i{
  display: grid;
  width: 14px;
  height: 14px;
  place-items: center;
  font-style: normal;
}

.ds-sec-tabs__nav button > i img{
  display: none;
  width: 14px;
  height: 14px;
}

.ds-sec-tabs__nav button.is-active > i img:first-child,
.ds-sec-tabs__nav button:not(.is-active) > i img:last-child{
  display: block;
}

.ds-sec-tabs__content{
  display: grid;
  height: 480px;
  min-height: 480px;
  grid-template-columns: 414px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  border: 1px solid rgba(226, 232, 240, 0.1);
  border-radius: 12px;
  background: #f8fafb;
  color: var(--landing-ink);
  overflow: hidden;
  padding: 0;
}

.ds-sec-tabs__copy{
  max-width: none;
  padding: 36px;
}

.ds-sec-tab-panel[hidden]{
  display: none;
}

.ds-sec-tab-panel h3{
  color: var(--landing-ink);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

.ds-sec-tabs__rule{
  display: block;
  width: 36px;
  height: 3px;
  margin-block: 10px 20px;
  border-radius: 2px;
  background: var(--landing-green);
}

.ds-sec-tab-panel p{
  max-width: 308px;
  color: #475569;
  font-size: 16px;
  line-height: 1.55;
}

.ds-sec-tabs--business .ds-sec-tab-panel p{
  max-width: none;
}

.ds-sec-tabs--business .ds-sec-tabs__content{
  height: auto;
  min-height: 480px;
}

.ds-sec-tabs--business .ds-sec-tabs__copy{
  display: flex;
  align-items: center;
}

.ds-sec-tabs--business .ds-sec-tab-panel{
  width: 100%;
}

.ds-sec-tabs__features{
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.ds-sec-tabs__features li{
  position: relative;
  padding-left: 18px;
  color: #334155;
  font-size: 14px;
  line-height: 1.45;
}

.ds-sec-tabs__features li::before{
  position: absolute;
  left: 0;
  color: var(--landing-green);
  content: '✓';
  font-weight: 700;
}

.ds-sec-tabs__media{
  min-width: 0;
  overflow: hidden;
  height: 480px;
  border-radius: 0 12px 12px 0;
  background: #111820;
}

.ds-sec-tabs__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.domoxa-landing .ds-sec-tabs__more{
  margin-top: 45px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  text-align: center;
}

.domoxa-landing .ds-sec-tabs__more--mobile{
  display: none;
}

.domoxa-landing .ds-sec-tabs__cta{
  margin-top: 48px;
}

.domoxa-landing .ds-sec-tabs__cta .domoxa-button{
  min-height: 51px;
  padding-inline: 32px;
  box-shadow: 0 10px 12px color-mix(in srgb, var(--landing-green) 18%, transparent);
}

/* Image-led story blocks */
.ds-sec-scenario{
  position: relative;
  min-height: 744px;
  overflow: hidden;
  color: var(--landing-white);
  isolation: isolate;
}

.ds-sec-scenario--smoke{
  min-height: 837px;
}

.ds-sec-scenario__image,
.ds-sec-scenario__overlay{
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ds-sec-scenario__image{
  object-fit: cover;
}

.ds-sec-scenario__overlay{
  z-index: 0;
  background: linear-gradient(90deg, rgba(4, 3, 24, 0.72) 0%, rgba(4, 3, 24, 0.5) 40%, rgba(4, 3, 24, 0) 76%);
}

.ds-sec-scenario--smoke .ds-sec-scenario__overlay{
  background: linear-gradient(90deg, rgba(4, 3, 24, 0.78) 0%, rgba(4, 3, 24, 0.58) 42%, rgba(4, 3, 24, 0.08) 78%);
}

.ds-sec-scenario--motion .ds-sec-scenario__overlay{
  background: linear-gradient(90deg, rgba(4, 3, 24, 0) 20%, rgba(4, 3, 24, 0.46) 64%, rgba(4, 3, 24, 0.76) 100%);
}

.ds-sec-scenario__inner{
  position: relative;
  z-index: 1;
  display: flex;
  min-height: inherit;
  align-items: center;
  justify-content: flex-end;
}

.ds-sec-scenario--smoke .ds-sec-scenario__inner{
  justify-content: flex-start;
}

.ds-sec-scenario__copy{
  width: min(100%, 582px);
  padding-block: 96px;
}

.ds-sec-scenario__copy h2{
  max-width: 520px;
  margin-top: 24px;
  color: var(--landing-white);
  font-size: 36px;
  line-height: 1.05;
}

.ds-sec-glass-copy{
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.14));
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.16);
  padding: 24px;
  backdrop-filter: blur(7.75px);
}

.ds-sec-glass-copy p{
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.5;
}

.ds-sec-glass-copy p + p{
  margin-top: 16px;
}

/* Scenario cards */
.ds-sec-scenarios .domoxa-section-heading{
  margin-block-end: 0;
}

.ds-sec-scenario-grid{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 60px;
}

.ds-sec-scenario-grid article{
  min-height: 264px;
  border: 1px solid var(--landing-line);
  border-radius: var(--landing-radius);
  background: var(--landing-white);
  padding: 28px;
}

.ds-sec-scenario-grid article > span{
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 12px;
  background: color-mix(in srgb, var(--landing-green) 12%, transparent);
}

.ds-sec-scenario-grid article > span img{
  width: 20px;
  height: 20px;
}

.ds-sec-scenario-grid h3{
  margin-top: 30px;
  color: var(--landing-ink);
  font-size: 18px;
  line-height: 1.1;
}

.ds-sec-scenario-grid p{
  margin-top: 11px;
  color: var(--landing-muted);
  font-size: 15px;
  line-height: 1.45;
}

/* FAQ surface spacing; the shared component owns item styles. */
.ds-sec-faq{
  padding-block: 112px 120px;
}
.ds-sec-contact__trust{ display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; margin: 26px 0 0; padding: 0; color: rgba(255,255,255,.84); font-size: 14px; list-style: none; }
.ds-sec-contact__trust li::before{ margin-right: 8px; color: var(--landing-green); content: "✓"; font-weight: 800; }

/* Final CTA — Figma 648:836 */
.ds-sec-contact{
  position: relative;
  isolation: isolate;
  overflow: visible;
  padding-block: 100px;
  color: var(--landing-white);
  background: #161d26;
}

.ds-sec-contact__bg{
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.12;
  pointer-events: none;
}

.ds-sec-contact > .domoxa-landing__shell,
.ds-sec-contact > .domoxa-security__shell{
  position: relative;
  z-index: 1;
}

.ds-sec-contact .domoxa-lead-form-layout{
  align-items: start;
  gap: clamp(28px, 5vw, 80px);
}

@media (min-width: 750px) {
.ds-sec-contact .domoxa-lead-form-layout{
    grid-template-columns: minmax(0, 590px) minmax(0, 520px);
    justify-content: space-between;
  }
}

.ds-sec-contact__heading{
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 590px;
  margin: 0;
  color: var(--landing-white);
  text-align: left;
}

.ds-sec-contact__heading h2{
  max-width: 494px;
  margin: 0;
  color: var(--landing-white);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.17;
  letter-spacing: -0.03em;
}

.ds-sec-contact__heading h2 em{
  color: var(--landing-green);
  font-style: normal;
}

.ds-sec-contact__heading > p{
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.56;
}

.ds-sec-contact__proof{
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ds-sec-contact__proof li{
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--landing-white);
  font-size: 15px;
  line-height: 1.2;
}

.ds-sec-contact__proof img{
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.ds-sec-contact__phone{
  max-width: 272px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.5;
}

.ds-sec-contact__phone a{
  display: inline-block;
  color: var(--landing-green);
  font-weight: 700;
  text-decoration: none;
}

.ds-sec-contact__phone a:hover{
  text-decoration: underline;
}

.ds-sec-contact .domoxa-lead-form-surface--contact{
  width: min(100%, 520px);
  max-width: 520px;
  margin: 0;
  justify-self: end;
  background: #fff;
}

.ds-sec-contact .domoxa-lead-form-surface--contact .ds-sec-form__grid{
  grid-template-columns: 1fr;
  gap: 20px;
}

.ds-sec-form__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}

.ds-sec-form__field--full{
  grid-column: 1 / -1;
}

@media (min-width: 1440px) {
.domoxa-landing{
    --landing-shell: 1200px;
  }

.ds-sec-hero__inner{
    grid-template-columns: minmax(0, 1fr) 440px;
  }
}

@media (min-width: 1728px) {
.domoxa-landing{
    --landing-shell: 1240px;
  }

.ds-sec-hero__inner{
    gap: 112px;
  }

  .ds-sec-process-grid,
.ds-sec-image-card-grid{
    gap: 28px;
  }
}

@media (max-width: 1000px) {
.ds-sec-hero__inner{
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 32px;
  }

.ds-sec-hero h1{
    font-size: clamp(44px, 5.8vw, 62px);
  }

  .ds-sec-process-grid,
.ds-sec-image-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

.ds-sec-tabs{
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 24px;
  }

.ds-sec-tabs__content{
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 32px;
  }

.ds-sec-tabs__media{
    height: 260px;
    border-radius: 10px;
  }

.ds-sec-tabs__media img{
    height: 260px;
  }

.ds-sec-scenario-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 749px) {
.domoxa-landing{
    --landing-shell: 100%;
  }

.domoxa-landing__shell{
    width: calc(100% - 40px);
  }

  .ds-sec-hero,
.ds-sec-hero__inner{
    min-height: 0;
  }

.ds-sec-hero__wash{
    background-position: 65% center;
    background: linear-gradient(180deg, rgba(13, 19, 26, 0.86) 0%, rgba(13, 19, 26, 0.74) 55%, rgba(13, 19, 26, 0.92) 100%);
  }

.ds-sec-hero__image{
    object-position: 65% center;
  }

.ds-sec-hero__inner{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
    padding-block: 56px 64px;
  }

.ds-sec-hero__copy{
    max-width: none;
    padding: 0;
  }

.ds-sec-hero h1{
    margin-top: 22px;
    font-size: clamp(42px, 12vw, 58px);
    line-height: 1.01;
  }

.ds-sec-hero__lead{
    margin-top: 22px !important;
    font-size: 16px;
  }

.ds-sec-hero__title-desktop{
    display: none;
  }

.ds-sec-hero__title-mobile{
    display: inline;
  }

.ds-sec-hero__badges{
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px !important;
  }

.ds-sec-hero__badges li{
    gap: 8px;
  }

.ds-sec-hero__badges img{
    flex-basis: 16px;
    width: 16px;
    height: 16px;
  }

.ds-sec-hero__badges span{
    font-size: 13px;
  }

.ds-sec-hero__form-card{
    padding: 24px 20px;
  }

.ds-sec-form-card h2{
    font-size: 20px;
  }

.ds-sec-trust{
    --landing-trust-group-width: max-content;
  }

.ds-sec-trust__marquee{
    padding-inline: 0;
  }

.ds-sec-trust__track{
    animation-duration: 28s;
  }

.ds-sec-trust__group{
    flex-basis: auto;
    width: max-content;
    justify-content: flex-start;
    gap: 41px;
    padding-inline: 26px 54px;
  }

.ds-sec-trust__track span{
    font-size: 13px;
  }

  .ds-sec-section,
  .ds-sec-scope,
.ds-sec-faq{
    padding-block: 72px;
  }

.ds-sec-heading h2{
    margin-top: 18px;
    font-size: clamp(32px, 9vw, 43px);
  }

.ds-sec-heading > p:last-child{
    margin-top: 16px;
    font-size: 15px;
  }

  .ds-sec-process-grid,
  .ds-sec-image-card-grid,
.ds-sec-scenario-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 36px;
  }

.ds-sec-scenario-grid p{
    font-size: 16px;
  }

.ds-sec-process-card{
    min-height: 310px;
  }

.ds-sec-process-card > div:not(.ds-sec-process-card__top):not(.ds-sec-process-card__art){
    margin-top: 48px;
  }

.ds-sec-process-card__art{
    height: 170px;
  }

.ds-sec-process-card__art img{
    top: -286%;
  }

  /* Keep the process block aligned with the compact Loxone expertise pattern. */
.ds-sec-process{
    padding: 48px 16px;
  }

.ds-sec-process > .domoxa-landing__shell{
    width: 100%;
    gap: 32px;
  }

.ds-sec-process .ds-sec-heading{
    gap: 12px;
  }

.ds-sec-process .ds-sec-heading h2{
    font-size: 24px;
  }

.ds-sec-process .ds-sec-heading > p:last-child{
    width: 100%;
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.5;
  }

.ds-sec-process-grid{
    gap: 16px;
    margin-top: 0;
  }

.ds-sec-process-card{
    height: auto;
    min-height: 169px;
    gap: 35px;
    padding: 20px;
    border-radius: 12px;
  }

.ds-sec-process-card > div:not(.ds-sec-process-card__top):not(.ds-sec-process-card__art){
    margin-top: 0;
  }

.ds-sec-process-card__art{
    display: none;
  }

.ds-sec-process-card__number{
    font-size: 24px;
  }

.ds-sec-process-card h3{
    font-size: 18px;
  }

.ds-sec-process-card p{
    max-width: 100%;
    font-size: 13px;
    line-height: 1.5;
  }

.ds-sec-process .ds-sec-center-cta{
    margin-top: 0;
  }

.ds-sec-process .ds-sec-center-cta a{
    width: 100%;
    min-height: 45px;
    height: 45px;
    padding: 0 24px;
    font-size: 14px;
  }

.ds-sec-image-card{
    min-height: 380px;
  }

.ds-sec-tabs{
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 38px;
  }

.ds-sec-scope{
    padding-block: 72px;
    background: #2e333a;
  }

.ds-sec-tabs__nav{
    display: flex;
    flex-direction: row;
    gap: 18px;
    margin-inline: -20px;
    overflow-x: auto;
    padding: 2px 20px 10px;
    scroll-snap-type: x proximity;
  }

.ds-sec-tabs__nav button{
    min-width: 210px;
    min-height: 64px;
    grid-template-columns: 32px minmax(0, 1fr) 12px;
    flex: 0 0 190px;
    gap: 13px;
    padding: 8px 18px;
    font-size: 12px;
    line-height: 1.25;
    scroll-snap-align: start;
  }

.ds-sec-tabs__nav button > span{
    width: 32px;
    height: 32px;
  }

.ds-sec-tabs__nav button > span > img{
    width: 22px;
    height: 22px;
  }

  .ds-sec-tabs__nav button[data-tab="camera"] > span > img,
  .ds-sec-tabs__nav button[data-tab="video"] > span > img,
.ds-sec-tabs__nav button[data-tab="access"] > span > img{
    width: 18px;
    height: 18px;
  }

.ds-sec-tabs__content{
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
  }

.ds-sec-tabs__copy{
    padding: 0;
  }

.ds-sec-tabs__media{
    height: 180px;
    border-radius: 10px;
  }

.ds-sec-tab-panel h3{
    font-size: 26px;
  }

.ds-sec-tabs__media img{
    height: 180px;
  }

.domoxa-landing .ds-sec-tabs__more--mobile{
    display: block;
  }

.domoxa-landing .ds-sec-tabs__cta{
    display: none;
  }

  /* The Figma mobile compositions use a visible image band, then a clean
     navy reading area. Keep the copy out of the desktop glass treatment so
     the image and text retain their contrast on narrow screens. */
  .ds-sec-scenario,
.ds-sec-scenario--smoke{
    min-height: 0;
    background: #0f172a;
  }

.domoxa-landing .ds-sec-scenario__image{
    top: 0;
    right: auto;
    bottom: auto;
    left: -35.72%;
    width: 171.44%;
    max-width: none;
    height: 360px;
    object-position: center top;
  }

.domoxa-landing .ds-sec-scenario--smoke .ds-sec-scenario__image{
    left: -50.25%;
    width: 191.26%;
    max-width: none;
    height: 350px;
    object-position: center top;
  }

  .ds-sec-scenario__overlay,
.ds-sec-scenario--smoke .ds-sec-scenario__overlay{
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0) 12%, rgba(15, 23, 42, 0.2) 23%, #0f172a 45%, #0f172a 100%);
  }

.ds-sec-scenario--motion .ds-sec-scenario__overlay{
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 49, 0) 10%, rgb(15 23 42) 39%, #0f172a 42%, #0f172a 100%);
  }

.ds-sec-scenario--smoke .ds-sec-scenario__overlay{
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 49, 0) 10%, rgb(15 23 42) 39%, #0f172a 42%, #0f172a 100%);
  }

  .ds-sec-scenario__inner,
.ds-sec-scenario--smoke .ds-sec-scenario__inner{
    align-items: center;
    justify-content: flex-start;
    padding: 244px 20px 59px;
  }

.ds-sec-scenario__copy{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0;
  }

.ds-sec-scenario__copy h2{
    width: 100%;
    max-width: none;
    margin: 0;
    color: #fdfdfd;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
  }

.ds-sec-glass-copy{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 24px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .ds-sec-glass-copy p,
.ds-sec-glass-copy p + p{
    margin: 0;
    color: #fdfdfd;
    font-size: 16px;
    line-height: 1.5;
  }

.ds-sec-scenario-grid article{
    min-height: 0;
    padding: 24px;
  }

.ds-sec-scenario-grid h3{
    margin-top: 22px;
  }

.ds-sec-contact{
    padding: 48px 16px;
  }

.ds-sec-contact__heading{
    gap: 20px;
  }

.ds-sec-contact__heading h2{
    max-width: none;
    font-size: 28px;
    line-height: 1.21;
  }

.ds-sec-contact__heading > p{
    font-size: 14px;
    line-height: 1.43;
  }

.ds-sec-contact__proof{
    gap: 12px;
  }

.ds-sec-contact__proof li{
    gap: 8px;
    font-size: 13px;
  }

.ds-sec-contact__proof img{
    flex-basis: 14px;
    width: 14px;
    height: 14px;
  }

.ds-sec-contact__phone{
    max-width: none;
    font-size: 18px;
  }

.ds-sec-contact .domoxa-lead-form-surface--contact{
    width: 100%;
    max-width: none;
    padding: 20px !important;
    border-color: #dfe6ee !important;
    box-shadow: 0 10px 12px rgba(17, 24, 39, 0.12) !important;
  }

.ds-sec-contact .domoxa-lead-form-surface--contact form.domoxa-lead-form .domoxa-lead-form__title{
    font-size: 18px !important;
    line-height: 1.33 !important;
  }

.ds-sec-contact .domoxa-lead-form-surface--contact form.domoxa-lead-form .domoxa-lead-form__description{
    font-size: 12px !important;
    line-height: 1.5 !important;
  }

.ds-sec-contact .domoxa-lead-form-surface--contact form.domoxa-lead-form .domoxa-lead-form__fields{
    gap: 14px !important;
  }

.ds-sec-contact .domoxa-lead-form-surface--contact form.domoxa-lead-form .domoxa-lead-form__field > label{
    font-size: 11px !important;
  }

.ds-sec-contact .domoxa-lead-form-surface--contact form.domoxa-lead-form .domoxa-lead-form__field > label sup{
    display: inline !important;
    color: #b91c1c !important;
  }

  .ds-sec-contact .domoxa-lead-form-surface--contact form.domoxa-lead-form input:not([type='hidden']),
.ds-sec-contact .domoxa-lead-form-surface--contact form.domoxa-lead-form select{
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 12px !important;
    border-color: #dfe6ee !important;
    font-size: 13px !important;
  }

.ds-sec-contact .domoxa-lead-form-surface--contact form.domoxa-lead-form textarea{
    min-height: 64px !important;
    height: 64px !important;
    padding: 10px 12px !important;
    border-color: #dfe6ee !important;
    font-size: 13px !important;
  }

.ds-sec-contact .domoxa-lead-form-surface--contact form.domoxa-lead-form button[type='submit']{
    min-height: 41px !important;
    padding: 12px 20px !important;
    font-size: 14px !important;
  }

  .ds-sec-contact .domoxa-lead-form-surface--contact form.domoxa-lead-form > small,
.ds-sec-contact .domoxa-lead-form-surface--contact form.domoxa-lead-form > p.domoxa-lead-form__note{
    font-size: 10px !important;
    line-height: 1.2 !important;
  }

.ds-sec-form__grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

.ds-sec-form__field--full{
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .domoxa-landing *,
  .domoxa-landing *::before,
.domoxa-landing *::after{
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Figma hero component 648:627. Shared between security and residential Ads landings. */
#security-page .ds-sec-hero, #drads-page .ds-sec-hero {
  min-height: 702px;
}

#security-page .ds-sec-hero__inner, #drads-page .ds-sec-hero__inner {
  width: min(1214px, calc(100% - 48px));
  min-height: 702px;
  grid-template-columns: 600px 489px;
  gap: 125px;
  padding-block: 72px;
}

#security-page .ds-sec-hero__copy, #drads-page .ds-sec-hero__copy {
  width: 600px;
  max-width: 600px;
  padding: 22.59px 0 20px;
}

#security-page .ds-sec-hero h1, #drads-page .ds-sec-hero h1 {
  margin-top: 28px;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -2.57px;
}

#security-page .ds-sec-hero__lead, #drads-page .ds-sec-hero__lead {
  margin-top: 14px !important;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.55;
}

#security-page .ds-sec-hero__title-mobile, #drads-page .ds-sec-hero__title-mobile {
  display: none;
}

#security-page .ds-sec-hero__badges, #drads-page .ds-sec-hero__badges {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 16px 32px;
  margin: 16px 0 0;
  margin-top: 16px !important;
  padding: 0;
  color: #fff;
  list-style: none;
}

#security-page .ds-sec-hero__badges li, #drads-page .ds-sec-hero__badges li {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  white-space: nowrap;
}

#security-page .ds-sec-hero__badges img, #drads-page .ds-sec-hero__badges img {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

#security-page .ds-sec-hero__badges span, #drads-page .ds-sec-hero__badges span {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

#security-page .ds-sec-hero__form-card, #drads-page .ds-sec-hero__form-card {
  width: 489px;
  padding: 28px;
  border: 1px solid #dfe6ee;
  border-radius: 16px;
  box-shadow: 0 18px 22.5px rgba(17, 24, 39, 0.12);
}

@media (min-width: 750px) {
#security-page .ds-sec-hero__form-card > form.domoxa-lead-form, #drads-page .ds-sec-hero__form-card > form.domoxa-lead-form {
    gap: 0 !important;
  }

#security-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__header, #drads-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__header {
    margin-bottom: 18px !important;
  }

#security-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__title, #drads-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__title {
    padding-bottom: 1px !important;
  }

#security-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__description, #drads-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__description {
    line-height: 23px !important;
  }

#security-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__fields, #drads-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__fields {
    margin-bottom: 22px !important;
  }

#security-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__field > label, #drads-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__field > label {
    line-height: 16px !important;
  }

#security-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__field > label sup, #drads-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__field > label sup {
    font-size: 10px !important;
    line-height: 10px !important;
    position: relative !important;
    top: -3px !important;
    vertical-align: baseline !important;
  }

#security-page .ds-sec-hero__form-card form.domoxa-lead-form button[type='submit'], #drads-page .ds-sec-hero__form-card form.domoxa-lead-form button[type='submit'] {
    margin: 0 0 15px !important;
  }

  #security-page .ds-sec-hero__form-card form.domoxa-lead-form > small,, #drads-page .ds-sec-hero__form-card form.domoxa-lead-form > small,
#security-page .ds-sec-hero__form-card form.domoxa-lead-form > p.domoxa-lead-form__note, #drads-page .ds-sec-hero__form-card form.domoxa-lead-form > p.domoxa-lead-form__note {
    line-height: 16px !important;
  }
}

@media (min-width: 750px) and (max-width: 1300px) {
#security-page .ds-sec-hero__inner, #drads-page .ds-sec-hero__inner {
    width: calc(100% - 48px);
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 36px;
  }

#security-page .ds-sec-hero__copy, #drads-page .ds-sec-hero__copy {
    width: auto;
  }

#security-page .ds-sec-hero__form-card, #drads-page .ds-sec-hero__form-card {
    width: 430px;
  }
}

@media (max-width: 749px) {
#security-page .ds-sec-hero,
#drads-page .ds-sec-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    background: #161d26;
  }

  /* Keep <picture> in document flow so copy sits under the image band,
     not overlaid on the photo (desktop uses absolute fill). */
#security-page .ds-sec-hero > picture,
#drads-page .ds-sec-hero > picture {
    position: relative;
    z-index: 0;
    inset: auto;
    width: 100%;
    height: auto;
  }

#security-page .ds-sec-hero > picture .ds-sec-hero__image,
#security-page .ds-sec-hero__image {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
  }

#drads-page .ds-sec-hero > picture .ds-sec-hero__image,
#drads-page .ds-sec-hero__image {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center top;
  }

#security-page .ds-sec-hero__wash, #drads-page .ds-sec-hero__wash {
    display: none;
  }

#security-page .ds-sec-hero__inner, #drads-page .ds-sec-hero__inner {
    display: flex;
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 0;
    flex-direction: column;
    gap: 24px;
    padding: 24px 26px 40px;
    background: #161d26;
  }

#security-page .ds-sec-hero__copy,
#drads-page .ds-sec-hero__copy {
    width: 100%;
    max-width: none;
    padding: 0;
  }

#security-page .ds-sec-hero .domoxa-eyebrow,
#drads-page .ds-sec-hero .domoxa-eyebrow {
    display: flex !important;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 6.35px 14.28px;
    font-size: 12px;
    letter-spacing: 1.83px;
    line-height: 11px;
  }

#security-page .ds-sec-hero .domoxa-eyebrow {
    width: 262.55px;
    height: 23.69px;
  }

#drads-page .ds-sec-hero .domoxa-eyebrow {
    width: fit-content;
    max-width: 100%;
    height: auto;
    line-height: 1.25;
  }

#security-page .ds-sec-hero h1, #drads-page .ds-sec-hero h1 {
    margin-top: 16px;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -1px;
  }

#security-page .ds-sec-hero__title-desktop, #drads-page .ds-sec-hero__title-desktop {
    display: none;
  }

#security-page .ds-sec-hero__title-mobile, #drads-page .ds-sec-hero__title-mobile {
    display: inline;
  }

#security-page .ds-sec-hero__lead, #drads-page .ds-sec-hero__lead {
    max-width: none;
    margin-top: 16px !important;
    font-size: 16px;
    line-height: 1.25;
  }

#security-page .ds-sec-hero__badges, #drads-page .ds-sec-hero__badges {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
  }

#security-page .ds-sec-hero__badges li, #drads-page .ds-sec-hero__badges li {
    gap: 8px;
  }

#security-page .ds-sec-hero__badges img, #drads-page .ds-sec-hero__badges img {
    flex-basis: 16px;
    width: 16px;
    height: 16px;
  }

#security-page .ds-sec-hero__badges span, #drads-page .ds-sec-hero__badges span {
    font-size: 13px;
  }

#security-page .domoxa-form-field__label-desktop{ display: none !important; }, #drads-page .domoxa-form-field__label-desktop{ display: none !important; }
#security-page .domoxa-form-field__label-mobile{ display: inline !important; }, #drads-page .domoxa-form-field__label-mobile{ display: inline !important; }

#security-page .ds-sec-hero__form-card, #drads-page .ds-sec-hero__form-card {
    width: 100%;
    padding: 19px !important;
  }

#security-page .ds-sec-hero__form-card > form.domoxa-lead-form, #drads-page .ds-sec-hero__form-card > form.domoxa-lead-form {
    gap: 0 !important;
  }

#security-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__header, #drads-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__header {
    margin-bottom: 20px !important;
  }

#security-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__fields, #drads-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__fields {
    margin-bottom: 20px !important;
  }

#security-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__header, #drads-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__header {
    gap: 4px !important;
  }

#security-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__title, #drads-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__title {
    font-size: 18px !important;
    line-height: 1.33 !important;
  }

#security-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__description, #drads-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__description {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }

#security-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__fields, #drads-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__fields {
    gap: 14px !important;
  }

#security-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__field, #drads-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__field {
    gap: 6px !important;
  }

#security-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__field > label, #drads-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__field > label {
    font-size: 11px !important;
    line-height: 13px !important;
  }

#security-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__field > label sup, #drads-page .ds-sec-hero__form-card form.domoxa-lead-form .domoxa-lead-form__field > label sup {
    font-size: 9px !important;
    line-height: 9px !important;
    position: relative !important;
    top: -2px !important;
    vertical-align: baseline !important;
  }

  #security-page .ds-sec-hero__form-card form.domoxa-lead-form input:not([type='hidden']),, #drads-page .ds-sec-hero__form-card form.domoxa-lead-form input:not([type='hidden']),
#security-page .ds-sec-hero__form-card form.domoxa-lead-form select, #drads-page .ds-sec-hero__form-card form.domoxa-lead-form select {
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 12px !important;
    font-size: 13px !important;
  }

  #security-page .ds-sec-hero__form-card form.domoxa-lead-form textarea,, #drads-page .ds-sec-hero__form-card form.domoxa-lead-form textarea,
#security-page .ds-sec-hero__form-card form.domoxa-lead-form.domoxa-lead-form--compact textarea, #drads-page .ds-sec-hero__form-card form.domoxa-lead-form.domoxa-lead-form--compact textarea {
    min-height: 64px !important;
    height: 64px !important;
    padding: 10px 12px !important;
    font-size: 13px !important;
  }

#security-page .ds-sec-hero__form-card form.domoxa-lead-form button[type='submit'], #drads-page .ds-sec-hero__form-card form.domoxa-lead-form button[type='submit'] {
    min-height: 41px !important;
    margin: 0 0 10px !important;
    padding: 12px 20px !important;
    font-size: 14px !important;
  }

  #security-page .ds-sec-hero__form-card form.domoxa-lead-form > small,, #drads-page .ds-sec-hero__form-card form.domoxa-lead-form > small,
#security-page .ds-sec-hero__form-card form.domoxa-lead-form > p.domoxa-lead-form__note, #drads-page .ds-sec-hero__form-card form.domoxa-lead-form > p.domoxa-lead-form__note {
    font-size: 10px !important;
    line-height: 12px !important;
  }
}
/* Contact info strip — used after security contact forms.
   Restored here after security pages stopped loading domoxa-loxone.css. */
.dr-contact-info{
  background: #fff;
  color: #364658;
}

.dr-contact-info__inner{
  display: grid;
  width: min(100%, 1480px);
  min-height: 253.56px;
  margin: 0 auto;
  padding: 50px 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.dr-contact-info__item{
  display: flex;
  min-width: 0;
  min-height: 153.56px;
  align-items: center;
  gap: 14px;
  padding: 8px 22px 8px 18px;
  border-right: 4px solid rgba(54, 70, 88, 0.25);
}

.dr-contact-info__icon-link,
.dr-contact-info__icon{
  display: flex;
  flex: 0 0 73.48px;
  align-items: center;
  justify-content: center;
  width: 73.48px;
  min-height: 100px;
  text-decoration: none;
}

.dr-contact-info__item--phone .dr-contact-info__icon-link{
  flex-basis: 86.81px;
  width: 86.81px;
}

.dr-contact-info__icon-link picture,
picture.dr-contact-info__icon{
  display: flex;
  align-items: center;
  justify-content: center;
}

.dr-contact-info__icon-link img,
.dr-contact-info__icon img,
picture.dr-contact-info__icon img{
  display: block;
  width: 50px;
  height: 50px;
}

.dr-contact-info__content{
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.dr-contact-info__content h2{
  margin: 0;
  color: #364658;
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: normal;
  text-transform: none;
}

.dr-contact-info__item:nth-child(2) .dr-contact-info__content h2{
  line-height: 27px;
}

.dr-contact-info__content a{
  color: var(--landing-green);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  text-decoration: none;
}

.dr-contact-info__content a:hover,
.dr-contact-info__content a:focus-visible{
  color: #4f9e3d;
  text-decoration: underline;
}

.dr-contact-info__partner{
  display: flex;
  min-width: 0;
  min-height: 153.56px;
  align-items: center;
  justify-content: center;
}

.dr-contact-info__partner picture{
  display: block;
  width: 100%;
  max-width: 370px;
}

.dr-contact-info__partner img{
  display: block;
  width: 80%;
  height: auto;
  margin-inline: auto;
}

@media (max-width: 749px) {
.dr-contact-info{
    padding: 0 19.5px;
  }

.dr-contact-info__inner{
    width: 100%;
    min-height: 0;
    padding: 17.547px 0;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

.dr-contact-info__item{
    min-height: 0;
    align-items: center;
    padding: 24px 18px 28px;
    border-right: 0;
    border-bottom: 4px solid rgba(54, 70, 88, 0.25);
  }

  .dr-contact-info__icon-link,
  .dr-contact-info__icon,
  .dr-contact-info__item--phone .dr-contact-info__icon-link,
picture.dr-contact-info__icon{
    flex-basis: 41.23px;
    width: 41.23px;
    min-height: 50px;
    padding: 0;
  }

  .dr-contact-info__icon-link img,
  .dr-contact-info__icon img,
picture.dr-contact-info__icon img{
    width: 22px;
    height: 22px;
  }

.dr-contact-info__content h2{
    font-size: 18px;
    line-height: 18px;
  }

.dr-contact-info__item:nth-child(2) .dr-contact-info__content h2{
    line-height: 27px;
  }

.dr-contact-info__content a{
    font-size: 16px;
    line-height: 24px;
  }

.dr-contact-info__partner{
    min-height: 0;
    justify-content: flex-start;
    padding: 24px 18px 28px;
  }

.dr-contact-info__partner picture{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
  }

.dr-contact-info__partner img{
    width: 66%;
    margin-inline: 0 auto;
  }
}
