.tgv-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100000;
  padding: 11px 16px;
  border-radius: 10px;
  background: #fff;
  color: #3b101b;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform .18s ease;
}

.tgv-skip-link:focus {
  transform: translateY(0);
}

.tgv-contact-page {
  width: min(1120px, calc(100% - 32px));
  margin: 100px auto 0;
  padding: 58px 0 34px;
}

.tgv-contact-hero {
  max-width: 760px;
  margin-bottom: 32px;
}

.tgv-contact-hero h1 {
  margin: 10px 0 14px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(42px, 6vw, 72px);
  line-height: .96;
  letter-spacing: 1.5px;
}

.tgv-contact-hero h1 span {
  color: var(--green-mid, #88a96b);
}

.tgv-contact-hero p {
  max-width: 680px;
  margin: 0;
  color: var(--text-dim, #c8c3bd);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.7;
}

.tgv-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr);
  gap: 28px;
  align-items: start;
}

.tgv-form-card,
.tgv-contact-aside,
.tgv-form-receipt {
  border: 1px solid var(--border, rgba(255, 255, 255, .14));
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  box-shadow: 0 24px 64px rgba(0, 0, 0, .2);
}

.tgv-form-card {
  padding: clamp(22px, 4vw, 38px);
}

.tgv-form-card h2,
.tgv-contact-aside h2,
.tgv-newsletter-section h2 {
  margin: 0 0 10px;
  color: var(--white, #fff);
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.15;
}

.tgv-form-intro,
.tgv-form-note {
  color: var(--text-dim, #c8c3bd);
  line-height: 1.65;
}

.tgv-form-intro {
  margin: 0 0 24px;
}

.tgv-contact-form {
  display: grid;
  gap: 18px;
}

.tgv-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tgv-field {
  display: grid;
  gap: 7px;
}

.tgv-field label,
.tgv-field .tgv-field-label {
  color: var(--white, #fff);
  font-size: 14px;
  font-weight: 750;
}

.tgv-field input,
.tgv-field select,
.tgv-field textarea {
  width: 100%;
  min-height: 48px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, .23);
  border-radius: 12px;
  background: rgba(8, 11, 15, .7);
  color: #fff;
  font: inherit;
  padding: 12px 14px;
}

.tgv-field textarea {
  min-height: 150px;
  resize: vertical;
  line-height: 1.55;
}

.tgv-field input::placeholder,
.tgv-field textarea::placeholder {
  color: #aaa5a0;
  opacity: 1;
}

.tgv-field input:focus,
.tgv-field select:focus,
.tgv-field textarea:focus {
  border-color: var(--gold, #e6bb70);
  outline: 3px solid rgba(230, 187, 112, .23);
  outline-offset: 1px;
}

.tgv-check {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--text-dim, #d6d1ca);
  font-size: 13px;
  line-height: 1.55;
}

.tgv-check input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: #7e283d;
}

.tgv-check a,
.tgv-form-note a,
.tgv-contact-aside a,
.tgv-form-receipt a {
  color: var(--gold, #f1ca83);
}

.tgv-form-submit,
.tgv-form-secondary {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 11px 22px;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
}

.tgv-form-submit {
  width: fit-content;
  border: 1px solid #8b3348;
  background: linear-gradient(135deg, #7a2339, #521522);
  color: #fff;
  cursor: pointer;
}

.tgv-form-submit:hover {
  filter: brightness(1.12);
  transform: translateY(-1px);
}

.tgv-form-secondary {
  border: 1px solid rgba(255, 255, 255, .22);
  color: #fff !important;
}

.tgv-contact-aside {
  padding: 26px;
}

.tgv-contact-aside > p {
  margin: 0 0 20px;
  color: var(--text-dim, #c8c3bd);
  line-height: 1.65;
}

.tgv-contact-way {
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.12);
}

.tgv-contact-way strong,
.tgv-contact-way span {
  display: block;
}

.tgv-contact-way strong {
  margin-bottom: 4px;
  color: #fff;
}

.tgv-contact-way span {
  color: var(--text-dim, #bbb5ae);
  font-size: 13px;
  line-height: 1.5;
}

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

.tgv-newsletter-section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0 80px;
}

.contact-page .contact-shell-v72 {
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(24px, 4vw, 38px) !important;
  border: 1px solid var(--border, rgba(255,255,255,.14));
  border-radius: 24px;
  background: rgba(255,255,255,.035);
}

.tgv-newsletter-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.tgv-newsletter-heading p {
  margin: 0;
  color: var(--text-dim, #c8c3bd);
  line-height: 1.65;
}

.tgv-form-receipt {
  width: min(760px, calc(100% - 32px));
  margin: 80px auto;
  padding: clamp(24px, 5vw, 48px);
  color: #f7f4ef;
}

.tgv-form-receipt h1 {
  margin: 8px 0 16px;
  font-size: clamp(32px, 5vw, 52px);
}

.tgv-form-receipt p,
.tgv-form-receipt li {
  color: #d5d0c9;
  line-height: 1.65;
}

.tgv-receipt-reference {
  display: inline-block;
  border-radius: 999px;
  background: rgba(230,187,112,.12);
  color: #f1ca83 !important;
  padding: 7px 12px;
  font-family: "DM Mono", monospace;
  font-size: 13px;
}

.tgv-receipt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

@media (max-width: 760px) {
  .tgv-contact-page {
    width: min(100% - 24px, 1120px);
    margin-top: 84px;
    padding-top: 34px;
  }

  .tgv-contact-grid,
  .tgv-form-row {
    grid-template-columns: 1fr;
  }

  .tgv-form-card,
  .tgv-contact-aside,
  .contact-page .contact-shell-v72 {
    border-radius: 18px;
  }

  .tgv-newsletter-section {
    width: min(100% - 24px, 1120px);
    padding-bottom: 56px;
  }

  .contact-page .contact-shell-v72 > div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  .tgv-form-submit {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tgv-skip-link,
  .tgv-form-submit {
    transition: none !important;
  }
}

/* ===== Kontakt-Fix 2026-07-26b: Shell zentrieren + garantiert lesbar ===== */
/* v175 setzte .contact-page .contact-shell-v72{margin:0!important} (0,2,0) -> linksbuendig.
   Hier mit html body.contact-page ... (0,2,2) sicher zentriert + solides Creme-Panel. */
html body.contact-page .contact-shell-v72 {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1120px !important;
  background-color: #f5ebda !important;
}
html body.contact-page .contact-shell-v72 .label {
  color: #5b1e2d !important;
  background: rgba(212, 176, 106, 0.34) !important;
  border: 1px solid rgba(91, 30, 45, 0.42) !important;
}
html body.contact-page .contact-shell-v72 h1,
html body.contact-page .contact-shell-v72 h2 {
  color: #4b1726 !important;
}
@media (max-width: 760px) {
  html body.contact-page .contact-shell-v72 > div[style*="grid"] {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
}
