.soundeco-contact-page,
.soundeco-contact-page *,
.soundeco-contact-embed,
.soundeco-contact-embed * {
  box-sizing: border-box;
}

body:has(.soundeco-contact-page) {
  margin: 0 !important;
  background-color: #160436;
}

.soundeco-contact-page {
  --se-contact-white: #ffffff;
  --se-contact-text: rgba(255, 255, 255, 0.88);
  --se-contact-muted: rgba(255, 255, 255, 0.68);
  --se-contact-gold: #ffdf40;
  --se-contact-pink: #ec4899;
  --se-contact-violet: #8b5cf6;
  --se-contact-deep: #13032e;
  --soundeco-font-body: "Roboto", Arial, sans-serif;
  --soundeco-font-heading:
    "Barlow Semi Condensed",
    "Arial Narrow",
    Arial,
    sans-serif;
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
  color: var(--se-contact-white);
  background:
    radial-gradient(circle at 8% 7%, rgba(139, 92, 246, 0.34), transparent 19%),
    radial-gradient(circle at 93% 20%, rgba(236, 72, 153, 0.22), transparent 18%),
    radial-gradient(circle at 12% 58%, rgba(255, 223, 64, 0.07), transparent 16%),
    radial-gradient(circle at 88% 78%, rgba(139, 92, 246, 0.25), transparent 22%),
    linear-gradient(180deg, #160436 0%, #2b095a 35%, #1b0538 65%, #100226 100%);
  font-family: var(--soundeco-font-body);
  isolation: isolate;
}

.soundeco-contact-embed {
  --se-contact-white: #ffffff;
  --se-contact-text: rgba(255, 255, 255, 0.88);
  --se-contact-muted: rgba(255, 255, 255, 0.68);
  --se-contact-gold: #ffdf40;
  --se-contact-pink: #ec4899;
  --se-contact-violet: #8b5cf6;
  --se-contact-deep: #13032e;
  --soundeco-font-body: "Roboto", Arial, sans-serif;
  --soundeco-font-heading:
    "Barlow Semi Condensed",
    "Arial Narrow",
    Arial,
    sans-serif;
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(58px, 8vw, 92px) clamp(18px, 4vw, 40px);
  overflow: hidden;
  color: var(--se-contact-white);
  background:
    radial-gradient(circle at 8% 12%, rgba(139, 92, 246, 0.25), transparent 28%),
    radial-gradient(circle at 94% 86%, rgba(236, 72, 153, 0.16), transparent 25%),
    linear-gradient(180deg, #160331 0%, #100226 100%);
  font-family: var(--soundeco-font-body);
  isolation: isolate;
  scroll-margin-top: 96px;
}

.soundeco-contact-embed__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 860px);
  margin-inline: auto;
}

body:has(.soundeco-contact-embed)
  .elementor-widget-shortcode:has(.soundeco-contact-embed),
body:has(.soundeco-contact-embed)
  .elementor-widget-shortcode:has(.soundeco-contact-embed)
  > .elementor-widget-container,
body:has(.soundeco-contact-embed)
  .elementor-shortcode:has(.soundeco-contact-embed) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.soundeco-contact-embed a {
  color: inherit;
}

.soundeco-contact-embed button,
.soundeco-contact-embed input,
.soundeco-contact-embed select,
.soundeco-contact-embed textarea {
  font: inherit;
}

.soundeco-contact-embed h2 {
  font-family: var(--soundeco-font-heading);
}

body:has(.soundeco-contact-page)
  :is(.e-con, .e-con-inner, .elementor-section, .elementor-column):has(
    .soundeco-contact-page
  ) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body:has(.soundeco-contact-page)
  .elementor-widget-shortcode:has(.soundeco-contact-page),
body:has(.soundeco-contact-page)
  .elementor-widget-shortcode:has(.soundeco-contact-page)
  > .elementor-widget-container,
body:has(.soundeco-contact-page)
  .elementor-shortcode:has(.soundeco-contact-page) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body:has(.soundeco-contact-page)
  :is(
    #content,
    .site-content,
    .content-area,
    .site-main,
    .entry-content,
    .page-content,
    article.page,
    article.hentry
  ):has(.soundeco-contact-page) {
  width: 100% !important;
  max-width: none !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.soundeco-contact-page a {
  color: inherit;
}

.soundeco-contact-page button,
.soundeco-contact-page input,
.soundeco-contact-page select,
.soundeco-contact-page textarea {
  font: inherit;
}

.soundeco-contact-page h1,
.soundeco-contact-page h2,
.soundeco-contact-page h3 {
  font-family: var(--soundeco-font-heading);
}

.soundeco-contact-shell {
  position: relative;
  z-index: 2;
  width: min(1160px, calc(100% - 36px));
  margin-inline: auto;
}

.soundeco-contact-page__glow,
.soundeco-contact-page__note {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.soundeco-contact-page__glow {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 35% 35%,
    #fff8c9 0%,
    var(--se-contact-gold) 42%,
    rgba(255, 223, 64, 0.08) 72%,
    transparent 100%
  );
  box-shadow: 0 0 24px rgba(255, 223, 64, 0.35);
}

.soundeco-contact-page__glow--one {
  top: 160px;
  left: 8%;
}

.soundeco-contact-page__glow--two {
  top: 46%;
  right: 6%;
  width: 8px;
  height: 8px;
  opacity: 0.64;
}

.soundeco-contact-page__note {
  color: rgba(255, 223, 64, 0.57);
  line-height: 1;
  text-shadow: 0 0 22px rgba(255, 223, 64, 0.2);
}

.soundeco-contact-page__note--one {
  top: 116px;
  right: 8%;
  font-size: 34px;
  transform: rotate(12deg);
}

.soundeco-contact-page__note--two {
  top: 54%;
  left: 5%;
  font-size: 27px;
  opacity: 0.52;
  transform: rotate(-12deg);
}

.soundeco-contact-hero {
  position: relative;
  padding: clamp(62px, 8vw, 100px) 0 clamp(44px, 6vw, 72px);
  text-align: center;
}

.soundeco-contact-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.15),
    transparent
  );
}

.soundeco-contact-hero__inner {
  max-width: 920px;
}

.soundeco-contact-eyebrow,
.soundeco-contact-kicker {
  margin: 0;
  color: var(--se-contact-gold);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.soundeco-contact-eyebrow {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border: 1px solid rgba(255, 223, 64, 0.3);
  border-radius: 999px;
  background: rgba(255, 223, 64, 0.075);
}

.soundeco-contact-hero h1 {
  margin: 16px 0 0;
  color: var(--se-contact-white);
  font-size: clamp(42px, 7vw, 70px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.005em;
  word-spacing: 0.08em;
}

.soundeco-contact-hero h1::after {
  content: "";
  display: block;
  width: 84px;
  height: 4px;
  margin: 20px auto 0;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--se-contact-violet),
    var(--se-contact-pink),
    var(--se-contact-gold)
  );
  box-shadow: 0 0 18px rgba(236, 72, 153, 0.2);
}

.soundeco-contact-hero__lead {
  max-width: 760px;
  margin: 24px auto 0;
  color: var(--se-contact-text);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.7;
}

.soundeco-contact-quick {
  display: flex;
  max-width: 770px;
  margin: 34px auto 0;
  align-items: stretch;
  justify-content: center;
  gap: 14px;
}

.soundeco-contact-quick__item {
  display: flex;
  min-width: 0;
  flex: 1 1 0;
  align-items: center;
  gap: 13px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  color: var(--se-contact-white);
  background: rgba(255, 255, 255, 0.085);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  text-align: left;
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.soundeco-contact-quick__item:hover {
  border-color: rgba(255, 223, 64, 0.4);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.soundeco-contact-quick__item:focus-visible,
.soundeco-contact-person a:focus-visible,
.soundeco-contact-email-card:focus-visible,
.soundeco-contact-map-card__content a:focus-visible,
.soundeco-contact-map-card iframe:focus-visible,
.soundeco-contact-submit:focus-visible {
  outline: 3px solid rgba(255, 223, 64, 0.86);
  outline-offset: 3px;
}

.soundeco-contact-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: var(--se-contact-deep);
  background: linear-gradient(145deg, #fff3a2, var(--se-contact-gold));
  box-shadow: 0 8px 22px rgba(255, 223, 64, 0.16);
}

.soundeco-contact-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.soundeco-contact-quick__item small,
.soundeco-contact-email-card small {
  display: block;
  margin-bottom: 2px;
  color: var(--se-contact-muted);
  font-size: 12px;
  line-height: 1.3;
}

.soundeco-contact-quick__item strong,
.soundeco-contact-email-card strong {
  display: block;
  overflow-wrap: anywhere;
  color: var(--se-contact-white);
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 700;
  line-height: 1.35;
}

.soundeco-contact-main {
  position: relative;
  padding: clamp(56px, 8vw, 94px) 0;
}

.soundeco-contact-main__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(290px, 0.85fr);
  align-items: start;
  gap: clamp(22px, 4vw, 42px);
}

.soundeco-contact-form-card,
.soundeco-contact-people {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.12),
      rgba(255, 255, 255, 0.065)
    );
  box-shadow:
    0 26px 70px rgba(9, 1, 24, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.soundeco-contact-form-card {
  padding: clamp(24px, 4.2vw, 48px);
}

.soundeco-contact-form-card__heading h2,
.soundeco-contact-people__heading h2,
.soundeco-contact-section-heading h2 {
  margin: 8px 0 0;
  color: var(--se-contact-white);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0.015em;
  word-spacing: 0.06em;
}

.soundeco-contact-form-card__heading h2 {
  font-size: clamp(30px, 4vw, 43px);
}

.soundeco-contact-form-card__heading > p:last-child {
  margin: 12px 0 0;
  color: var(--se-contact-muted);
  font-size: 16px;
  line-height: 1.6;
}

.soundeco-contact-form {
  position: relative;
  margin-top: 30px;
}

.soundeco-contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.soundeco-contact-field {
  margin-bottom: 18px;
}

.soundeco-contact-field label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.soundeco-contact-field label span {
  color: var(--se-contact-gold);
}

.soundeco-contact-field label small {
  color: var(--se-contact-muted);
  font-size: 12px;
  font-weight: 500;
}

.soundeco-contact-field input,
.soundeco-contact-field select,
.soundeco-contact-field textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 14px;
  outline: none;
  color: var(--se-contact-white) !important;
  -webkit-text-fill-color: var(--se-contact-white) !important;
  caret-color: var(--se-contact-gold);
  background: rgba(14, 3, 34, 0.42);
  box-shadow: inset 0 1px 3px rgba(5, 1, 12, 0.16);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.soundeco-contact-field input,
.soundeco-contact-field select {
  height: 52px;
  padding: 0 15px;
}

.soundeco-contact-field select {
  cursor: pointer;
}

.soundeco-contact-field select option,
.soundeco-contact-field select optgroup {
  color: #1c0937 !important;
  -webkit-text-fill-color: #1c0937 !important;
  background: #ffffff;
}

.soundeco-contact-field textarea {
  min-height: 148px;
  padding: 14px 15px;
  line-height: 1.55;
  resize: vertical;
}

.soundeco-contact-field input::placeholder,
.soundeco-contact-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.52) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.52) !important;
  opacity: 1;
}

.soundeco-contact-field input:-webkit-autofill,
.soundeco-contact-field input:-webkit-autofill:hover,
.soundeco-contact-field input:-webkit-autofill:focus {
  color: var(--se-contact-white) !important;
  -webkit-text-fill-color: var(--se-contact-white) !important;
  caret-color: var(--se-contact-gold);
  box-shadow: 0 0 0 1000px #1d0938 inset !important;
  transition: background-color 9999s ease-out 0s;
}

.soundeco-contact-field input:hover,
.soundeco-contact-field select:hover,
.soundeco-contact-field textarea:hover {
  border-color: rgba(255, 255, 255, 0.28);
}

.soundeco-contact-field input:focus,
.soundeco-contact-field select:focus,
.soundeco-contact-field textarea:focus {
  border-color: var(--se-contact-gold);
  background: rgba(14, 3, 34, 0.58);
  box-shadow:
    0 0 0 3px rgba(255, 223, 64, 0.13),
    inset 0 1px 3px rgba(5, 1, 12, 0.12);
}

.soundeco-contact-field input:focus-visible,
.soundeco-contact-field select:focus-visible,
.soundeco-contact-field textarea:focus-visible {
  outline: 3px solid rgba(255, 223, 64, 0.86);
  outline-offset: 2px;
}

.soundeco-contact-fieldset {
  min-width: 0;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

.soundeco-contact-fieldset legend {
  margin-bottom: 9px;
  padding: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.soundeco-contact-fieldset legend span {
  color: var(--se-contact-gold);
}

.soundeco-contact-offering-fieldset {
  margin-bottom: 20px;
}

.soundeco-contact-offering-hint {
  margin: -1px 0 10px;
  color: var(--se-contact-muted);
  font-size: 13px;
  line-height: 1.45;
}

.soundeco-contact-category-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.soundeco-contact-category-option {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}

.soundeco-contact-category-option__label {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 13px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(14, 3, 34, 0.48);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.soundeco-contact-category-option__label::before {
  content: "";
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: transparent;
  box-shadow: inset 0 0 0 4px transparent;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.soundeco-contact-category-option:hover
  .soundeco-contact-category-option__label {
  border-color: rgba(255, 255, 255, 0.32);
  color: var(--se-contact-white);
  background: rgba(27, 7, 58, 0.74);
  transform: translateY(-1px);
}

.soundeco-contact-category-option input:checked
  + .soundeco-contact-category-option__label {
  border-color: rgba(255, 223, 64, 0.68);
  color: var(--se-contact-white);
  background:
    linear-gradient(135deg, rgba(139, 92, 246, 0.24), rgba(236, 72, 153, 0.15)),
    rgba(27, 7, 58, 0.8);
  box-shadow:
    0 0 0 2px rgba(255, 223, 64, 0.09),
    0 8px 18px rgba(7, 1, 17, 0.16);
}

.soundeco-contact-category-option input:checked
  + .soundeco-contact-category-option__label::before {
  border-color: var(--se-contact-gold);
  background: var(--se-contact-gold);
  box-shadow: inset 0 0 0 4px #271044;
}

.soundeco-contact-category-option input:focus-visible
  + .soundeco-contact-category-option__label {
  outline: 3px solid rgba(255, 223, 64, 0.86);
  outline-offset: 3px;
}

.soundeco-contact-offering-groups {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.soundeco-contact-offering-group[hidden] {
  display: none !important;
}

.soundeco-contact-offering-group {
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.soundeco-contact-offering-group h3 {
  margin: 0 0 9px;
  color: var(--se-contact-gold);
  font-family: var(--soundeco-font-body);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.soundeco-contact-offering-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.soundeco-contact-offering-group:last-child
  .soundeco-contact-offering-options {
  grid-template-columns: 1fr;
}

.soundeco-contact-offering-option {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}

.soundeco-contact-category-option input,
.soundeco-contact-offering-option input,
.soundeco-contact-location-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.soundeco-contact-offering-option__label {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(14, 3, 34, 0.42);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.soundeco-contact-offering-option__label::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 2px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  background: transparent;
  box-shadow: inset 0 0 0 4px transparent;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.soundeco-contact-offering-option:hover
  .soundeco-contact-offering-option__label {
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--se-contact-white);
  background: rgba(27, 7, 58, 0.72);
  transform: translateY(-1px);
}

.soundeco-contact-offering-option input:checked
  + .soundeco-contact-offering-option__label {
  border-color: rgba(255, 223, 64, 0.68);
  color: var(--se-contact-white);
  background:
    linear-gradient(135deg, rgba(139, 92, 246, 0.22), rgba(236, 72, 153, 0.14)),
    rgba(27, 7, 58, 0.78);
  box-shadow:
    0 0 0 2px rgba(255, 223, 64, 0.09),
    0 8px 18px rgba(7, 1, 17, 0.16);
}

.soundeco-contact-offering-option input:checked
  + .soundeco-contact-offering-option__label::before {
  border-color: var(--se-contact-gold);
  background: var(--se-contact-gold);
  box-shadow: inset 0 0 0 4px #271044;
}

.soundeco-contact-offering-option input:focus-visible
  + .soundeco-contact-offering-option__label {
  outline: 3px solid rgba(255, 223, 64, 0.86);
  outline-offset: 3px;
}

.soundeco-contact-location-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.soundeco-contact-location-options--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.soundeco-contact-location-option {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}

.soundeco-contact-location-option > span {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 11px;
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 14px;
  color: var(--se-contact-white);
  background: rgba(14, 3, 34, 0.42);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.soundeco-contact-location-option > span::before {
  content: "";
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: transparent;
  box-shadow: inset 0 0 0 4px transparent;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.soundeco-contact-location-option:hover > span {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(14, 3, 34, 0.56);
  transform: translateY(-1px);
}

.soundeco-contact-location-option input:checked + span {
  border-color: rgba(255, 223, 64, 0.68);
  color: var(--se-contact-white);
  background:
    linear-gradient(135deg, rgba(139, 92, 246, 0.22), rgba(236, 72, 153, 0.14)),
    rgba(27, 7, 58, 0.78);
  box-shadow:
    0 0 0 2px rgba(255, 223, 64, 0.09),
    0 8px 18px rgba(7, 1, 17, 0.16);
}

.soundeco-contact-location-option input:checked + span::before {
  border-color: var(--se-contact-gold);
  background: var(--se-contact-gold);
  box-shadow: inset 0 0 0 4px #271044;
}

.soundeco-contact-location-option input:focus-visible + span {
  outline: 3px solid rgba(255, 223, 64, 0.86);
  outline-offset: 3px;
}

.soundeco-contact-form__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.soundeco-contact-form__privacy {
  margin: 0 0 16px;
  color: var(--se-contact-muted);
  font-size: 14px;
  line-height: 1.55;
}

.soundeco-contact-form__notice {
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 223, 64, 0.24);
  border-radius: 13px;
  color: var(--se-contact-text);
  background: rgba(255, 223, 64, 0.08);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.soundeco-contact-form__notice--confirmation {
  margin-bottom: 0;
}

.soundeco-contact-form__notice--confirmation
  + .soundeco-contact-form__privacy {
  padding-top: 22px;
}

.soundeco-contact-form__privacy a {
  border-bottom: 1px solid rgba(255, 223, 64, 0.48);
  color: var(--se-contact-gold);
  font-weight: 700;
  text-decoration: none;
}

.soundeco-contact-form__privacy a:hover {
  border-bottom-color: var(--se-contact-gold);
}

.soundeco-contact-form__privacy a:focus-visible {
  border-radius: 3px;
  outline: 3px solid rgba(255, 223, 64, 0.86);
  outline-offset: 3px;
}

.soundeco-contact-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 4px;
}

.soundeco-contact-form__footer > p {
  margin: 0;
  color: var(--se-contact-muted);
  font-size: 13px;
  line-height: 1.45;
}

.soundeco-contact-submit {
  display: inline-flex;
  min-height: 52px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 21px;
  border: 0;
  border-radius: 999px;
  color: #1c0937;
  background: linear-gradient(135deg, #fff09a, var(--se-contact-gold));
  box-shadow: 0 12px 28px rgba(255, 223, 64, 0.17);
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.soundeco-contact-submit:hover {
  box-shadow: 0 15px 32px rgba(255, 223, 64, 0.24);
  transform: translateY(-2px);
}

.soundeco-contact-submit:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.soundeco-contact-submit svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.soundeco-contact-form__status:empty {
  display: none;
}

.soundeco-contact-form__status,
.soundeco-contact-notice {
  margin: 0 0 18px;
  padding: 13px 15px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.soundeco-contact-form__privacy
  + .soundeco-contact-form__status:not(:empty) {
  margin-top: 22px;
}

.soundeco-contact-form__status--success,
.soundeco-contact-notice--success {
  border-color: rgba(134, 239, 172, 0.34);
  color: #dcfce7;
  background: rgba(22, 101, 52, 0.28);
}

.soundeco-contact-form__status--error,
.soundeco-contact-notice--error {
  border-color: rgba(253, 164, 175, 0.38);
  color: #ffe4e6;
  background: rgba(159, 18, 57, 0.26);
}

.soundeco-contact-people {
  position: sticky;
  top: 24px;
  padding: clamp(23px, 3.2vw, 34px);
}

.soundeco-contact-people__heading {
  margin-bottom: 23px;
}

.soundeco-contact-people__heading h2 {
  font-size: clamp(27px, 3vw, 34px);
}

.soundeco-contact-person {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.soundeco-contact-person__avatar {
  display: flex;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 223, 64, 0.28);
  border-radius: 17px;
  color: var(--se-contact-gold);
  background:
    linear-gradient(145deg, rgba(255, 223, 64, 0.12), rgba(139, 92, 246, 0.15));
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.soundeco-contact-person__content {
  min-width: 0;
}

.soundeco-contact-person__role {
  margin: 0 0 2px;
  color: var(--se-contact-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.soundeco-contact-person h3 {
  margin: 0;
  color: var(--se-contact-white);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.soundeco-contact-person a {
  display: inline-block;
  margin-top: 4px;
  color: var(--se-contact-muted);
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: color 160ms ease;
}

.soundeco-contact-person a:hover {
  color: var(--se-contact-gold);
}

.soundeco-contact-email-card {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  padding: 14px;
  border: 1px solid rgba(255, 223, 64, 0.2);
  border-radius: 17px;
  background: rgba(255, 223, 64, 0.065);
  text-decoration: none;
  transition:
    border-color 180ms ease,
    background 180ms ease;
}

.soundeco-contact-email-card:hover {
  border-color: rgba(255, 223, 64, 0.43);
  background: rgba(255, 223, 64, 0.095);
}

.soundeco-contact-email-card .soundeco-contact-icon {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
}

.soundeco-contact-locations {
  position: relative;
  padding: clamp(52px, 8vw, 92px) 0 clamp(72px, 10vw, 120px);
}

.soundeco-contact-locations::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.14),
    transparent
  );
}

.soundeco-contact-section-heading {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}

.soundeco-contact-section-heading h2 {
  font-size: clamp(33px, 5vw, 52px);
}

.soundeco-contact-section-heading > p:last-child {
  max-width: 660px;
  margin: 17px auto 0;
  color: var(--se-contact-muted);
  font-size: 17px;
  line-height: 1.65;
}

.soundeco-contact-map-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 28px);
}

.soundeco-contact-map-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.085);
  box-shadow:
    0 24px 60px rgba(9, 1, 24, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.soundeco-contact-map-card__map {
  position: relative;
  height: clamp(250px, 32vw, 330px);
  overflow: hidden;
  background: #e7e2eb;
}

.soundeco-contact-map-card__map::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 38px;
  pointer-events: none;
  background: linear-gradient(transparent, rgba(21, 3, 45, 0.12));
}

.soundeco-contact-map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.85) contrast(1.02);
}

.soundeco-contact-map-card__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 21px 23px 23px;
}

.soundeco-contact-map-card__label {
  margin: 0 0 4px;
  color: var(--se-contact-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.soundeco-contact-map-card h3 {
  margin: 0;
  color: var(--se-contact-white);
  font-size: 23px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.soundeco-contact-map-card__content div > p:last-child {
  margin: 4px 0 0;
  color: var(--se-contact-muted);
  font-size: 14px;
  line-height: 1.4;
}

.soundeco-contact-map-card__content > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 223, 64, 0.28);
  border-radius: 999px;
  color: var(--se-contact-gold);
  background: rgba(255, 223, 64, 0.065);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.soundeco-contact-map-card__content > a:hover {
  border-color: rgba(255, 223, 64, 0.52);
  background: rgba(255, 223, 64, 0.11);
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .soundeco-contact-main__grid {
    grid-template-columns: 1fr;
  }

  .soundeco-contact-people {
    position: static;
  }
}

@media (max-width: 720px) {
  .soundeco-contact-page__note,
  .soundeco-contact-page__glow {
    display: none;
  }

  .soundeco-contact-quick {
    flex-direction: column;
  }

  .soundeco-contact-quick__item {
    width: 100%;
  }

  .soundeco-contact-form__row,
  .soundeco-contact-offering-options,
  .soundeco-contact-location-options,
  .soundeco-contact-map-grid {
    grid-template-columns: 1fr;
  }

  .soundeco-contact-map-card__map {
    height: 280px;
  }

  .soundeco-contact-map-card--oulu {
    order: -1;
  }
}

@media (max-width: 520px) {
  .soundeco-contact-category-options {
    grid-template-columns: 1fr;
  }

  .soundeco-contact-embed {
    padding: 48px 14px;
  }

  .soundeco-contact-shell {
    width: min(100% - 28px, 1160px);
  }

  .soundeco-contact-hero {
    padding-top: 54px;
  }

  .soundeco-contact-hero__lead {
    font-size: 16px;
  }

  .soundeco-contact-form-card,
  .soundeco-contact-people {
    border-radius: 22px;
  }

  .soundeco-contact-form-card {
    padding: 22px 17px;
  }

  .soundeco-contact-people {
    padding: 22px 18px;
  }

  .soundeco-contact-form__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .soundeco-contact-submit {
    width: 100%;
  }

  .soundeco-contact-map-card__map {
    height: 245px;
  }

  .soundeco-contact-map-card__content {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .soundeco-contact-page *,
  .soundeco-contact-page *::before,
  .soundeco-contact-page *::after,
  .soundeco-contact-embed *,
  .soundeco-contact-embed *::before,
  .soundeco-contact-embed *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
