﻿/*

Template 2097 Pop
https://www.tooplate.com/view/2097-pop

*/
/* Premium-Schatten für das Küstenzentrale-Logo */

svg {
    filter: drop-shadow(0px 6px 14px rgba(0, 0, 0, 0.35))
            drop-shadow(0px 12px 28px rgba(217, 122, 43, 0.25));
    transition: filter 0.35s ease, transform 0.35s ease;
}

/* Leichter Lift beim Hover */
svg:hover {
    transform: translateY(-4px);
    filter: drop-shadow(0px 10px 22px rgba(0, 0, 0, 0.45))
            drop-shadow(0px 18px 36px rgba(217, 122, 43, 0.35));
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: 300;
  color: white;
  position: relative;
}

h1 {
  font-size: 2.8rem;
}

#tm-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/pop-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.3s ease;
  pointer-events: none;
}
#tm-bg:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    pointer-events: none;
}

#tm-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 100vh;
}

p {
  line-height: 1.9;
  letter-spacing: 1px;
}

.tm-main-content {
  display: flex;
  align-items: center;
  padding: 50px 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  pointer-events: none;
}

.tm-main-content * {
  pointer-events: auto;
}

.tm-site-header-col {
  display: flex;
  align-items: center;
}

.tm-site-header {
  margin: 10px;
  text-align: right;
  width: 100%;
}
.tm-nav {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.tm-nav ul {
  padding-left: 0;
  display: block;
}

.tm-nav li {
  list-style: none;
  display: inline-block;
  border: 1px solid white;
  float: left;
  margin: 10px;
}

/* ⭐⭐⭐ ORANGE BLOCKS – Modern, Rund, Warm ⭐⭐⭐ */

.tm-nav-link {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 165px;
    height: 165px;
    text-align: center;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(217, 122, 43, 0.85);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    position: relative;
    transition: all 0.35s ease;
}

.tm-nav-link:hover {
    background: rgba(217, 122, 43, 1);
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
    border-color: rgba(255, 255, 255, 0.35);
}

.tm-nav-link:hover {
    filter: drop-shadow(0 0 12px rgba(217,122,43,0.55));
}

.tm-nav-icon {
    margin-bottom: 18px;
    color: #fff;
}

.tm-nav-text {
    bottom: 12px;
    font-weight: 300;
    letter-spacing: 1px;
}

.tm-nav-link {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 165px;
  height: 165px;
  text-align: center;
  border: 1px solid white;
  cursor: pointer;
  position: relative;
}

.tm-nav-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}

.fa-3x {
  font-size: 2.5em;
}
.product {
    background: transparent;
    border-radius: 18px;
    transition: all 0.3s ease;
}

.product:hover {
    background: #2c2a35;
    color: #a9a9a9;
    border-radius: 18px;
}

.tm-nav-icon {
  display: block;
  margin-bottom: 25px;
}

/* ⭐⭐⭐ SCHICKE ORANGE-BOXEN ⭐⭐⭐ */

.tm-section {
    background: rgba(217, 122, 43, 0.85);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 40px;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    margin-bottom: 50px;
}
h2 {
    font-size: 1.4rem;
    font-weight: 600;
    color:#c6eeff;
    margin-bottom: 15px;
}

.tm-page-title {
  font-weight: 300;
}
.content {
  max-width: 370px;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.grid__item {
  margin: 10px;
}
.product {
  position: relative;
  cursor: pointer;
}

.product__bg {
  width: 100%;
  height: 100%;
  top: 0px;
}

.product__bg,
.product__description {
  opacity: 0;
  position: absolute;
}

.product__description {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

.tm-fa-close {
  font-size: 30px;
}

.details {
  font-size: 1rem;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  padding: 15px;
  display: none;
}

.details > * {
  position: relative;
  opacity: 0;
}

.details--open {
  pointer-events: auto;
}

.details__bg {
  width: 100%;
  max-width: 900px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.details__bg--down {
  background: #353541;
}

.details__bg {
  padding: 50px;
  transform-origin: 0 0;
}

.details__close {
  position: absolute;
  top: 5px;
  right: 0;
  border: 0;
  background: none;
  margin: 1em;
  cursor: pointer;
  font-size: 0.85em;
  color: white;
  z-index: 1001;
}

/* Team */
.tm-reverse-sm {
  flex-direction: row;
}

/* Our Work */
.tm-slider-img-link {
  padding-left: 10px;
  padding-right: 10px;
}

.slick-dots li button:before {
  font-size: 20px;
  color: white;
  opacity: 1;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: deepskyblue;
}

/* Contact */
.form-control {
  font-size: 1.1rem;
  border-radius: 0;
  border: none;
  background-color: #353541;
  color: white;
  padding: 0.75rem;
}

.form-control:focus {
  color: #cecece;
  background-color: #4d4c59;
  border-color: transparent;
}

.tm-col-email {
  padding-left: 0;
}

.tm-btn-submit {
  background-color: #006599;
}

.tm-btn-gray {
  background-color: #494752;
  color: white;
}

.tm-btn-gray:hover {
  background-color: #77757d;
  color: white;
}

.btn {
  padding: 0.5rem 2.4rem;
  font-size: 1.2rem;
  border-radius: 0;
}

.btn-primary {
  border-color: transparent;
}

.btn-primary:hover {
  background-color: #0e7fb9;
  border-color: transparent;
}

/* Footer */
footer {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 0;
  right: 0;
}

.tm-text-highlight {
  color: white;
}
.tm-text-highlight:hover {
  color: red;
}
.tm-main-content.tm-footer-relative {
  flex-direction: column;
}
.tm-main-content.tm-footer-relative footer {
  position: relative;
  bottom: 0;
  margin-top: 50px;
}

.tm-copyright-text {
  background-color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  padding: 10px 30px;
}

a,
button {
  transition: all 0.3s ease;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

p:last-child {
  margin-bottom: 0;
}

/* ⭐ Edler Logo-Look für Küstenzentrale ⭐ */

.tm-logo-wrapper {
    position: relative;
    z-index: 9999;
}

.tm-logo-wrapper svg {
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.35));
    transition: transform 0.35s ease, filter 0.35s ease;
}

.tm-logo-wrapper:hover svg {
    transform: translateY(-3px);
    filter: drop-shadow(0 6px 14px rgba(217, 122, 43, 0.45));
}

.tm-logo-wrapper {
    margin-bottom: 25px;
}

/* Tablets & große Handys */
@media (max-width: 768px) {
    .tm-logo-wrapper {
        margin-bottom: 35px;
    }
}

/* Kleine Smartphones */
@media (max-width: 480px) {
    .tm-logo-wrapper {
        margin-bottom: 45px;
    }
}

/* Sehr kleine Displays */
@media (max-width: 380px) {
    .tm-logo-wrapper svg {
        width: 220px;
        height: auto;
    }
    .tm-logo-wrapper {
        margin-bottom: 55px;
    }
}

@media (min-width: 900px) {
  .container {
    max-width: 900px;
  }
}

@media (min-width: 767px) and (max-width: 991px), (max-width: 440px) {
  .tm-nav-link {
    width: 145px;
    height: 145px;
  }
}
@media (max-width: 480px) {
    .tm-logo-wrapper {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
  .container {
    max-width: 450px;
  }
  .content {
    margin-left: auto;
    margin-right: 0;
  }
  .tm-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .grid {
    justify-content: flex-end;
  }
  .tm-col-email {
    padding-left: 15px;
  }
  .tm-reverse-sm {
    flex-direction: column-reverse;
  }
}

@media (max-width: 544px) {
  .tm-main-content {
    flex-direction: column;
  }
  .details__bg {
    padding: 55px 40px;
  }
  .slick-dots li button:before {
    font-size: 15px;
  }

  footer {
    position: relative;
    bottom: 0;
  }
}

.tm-footer-btn {
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.tm-footer-btn:hover {
    color: #D97A2B;
}

@media (max-width: 419px) {
  .tm-nav-link {
    width: 120px;
    height: 120px;
  }

  .fa-3x {
    font-size: 2.2em;
  }
}

/* Fix: Grid-Panel-Höhe begrenzen */
.product__description {
    max-height: 420px;
    overflow-y: auto;
    padding-right: 10px;
    transition: max-height 0.4s ease;
}

.product__description::-webkit-scrollbar {
    width: 6px;
}

.product__description::-webkit-scrollbar-thumb {
    background: #d97a2b;
    border-radius: 3px;
}

.product__description::-webkit-scrollbar-track {
    background: transparent;
}

/* Leistungen Farben */
h3 {
    color: #D97A2B !important;
}

.visually-hidden {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.leistung h4 {
    color: #D97A2B !important;
}

.paket-h4 {
    font-size: 1.3rem;
    font-weight: 350;
    color:#c6eeff;
}

h4.mt-4 {
    color: #D97A2B;
}

.tm-page-title {
    font-weight: 500;
    color: #D97A2B;
}

.tm-small-btn {
    display: inline-block;
    padding: 8px 18px;
    background: #D97A2B;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 0.9rem;
    transition: 0.2s;
}

.tm-small-btn:hover {
    background:#c6eeff;
}

/* Mehr Weißraum */
.tm-site-header,
.tm-main-content,
footer {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Premium Kontaktformular */
@keyframes inputGlow {
    0%   { box-shadow: 0 0 0px rgba(198,238,255,0.0); }
    50%  { box-shadow: 0 0 12px rgba(198,238,255,0.35); }
    100% { box-shadow: 0 0 0px rgba(198,238,255,0.0); }
}

@keyframes buttonPulse {
    0%   { transform: translateY(0); box-shadow: 0 6px 18px rgba(0,0,0,0.35); }
    50%  { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.45); }
    100% { transform: translateY(0); box-shadow: 0 6px 18px rgba(0,0,0,0.35); }
}

.premium-form .form-control {
    padding: 16px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(6px);
    color: #fff;
    font-size: 1.05rem;
    transition: 0.3s ease;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.25);
}

.premium-form .form-control::placeholder {
    color: #bfc7d1;
}

.premium-form .form-control:focus {
    outline: none;
    border-color: #c6eeff;
    background: rgba(255,255,255,0.12);
    animation: inputGlow 1.6s ease-in-out;
    transform: translateY(-1px);
}

.premium-form textarea.form-control {
    resize: vertical;
}

.premium-form .dsgvo-box {
    margin-top: 18px;
    font-size: 0.95rem;
    color: #e0e0e0;
}
.premium-form .btn-submit {
    margin-top: 30px;
    padding: 10px 22px;
    background: linear-gradient(135deg, #D97A2B, #b86422);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.3s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.35);
    animation: buttonPulse 3s infinite ease-in-out;
}

.premium-form .btn-submit:hover {
    background:#c6eeff;
    color: #000;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.5);
}
/* ⭐ Bewertungsbutton – gleiche Animation wie Senden-Button ⭐ */

.review-btn {
    padding: 10px 22px;
    background: linear-gradient(135deg, #D97A2B, #b86422);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;

    transition: 0.3s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.35);
    animation: buttonPulse 3s infinite ease-in-out;
}

.review-btn:hover {
    background:#ffb36b;
    color:#000;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.5);
}
/* ⭐ Responsive Google Map – kompaktere Höhe ⭐ */
.map-responsive {
    position: relative;
    padding-bottom: 40%; /* niedrigere Karte */
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 10px;
}

/* ⭐ Handy-Version: etwas höher für bessere Bedienung ⭐ */
@media (max-width: 480px) {
    .map-responsive {
        padding-bottom: 55%; /* Handy etwas höher */
    }
}
/* ⭐ Dezente Trennlinie über dem Kontaktbereich ⭐ */
.contact-divider {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.25);
    margin: 25px 0 35px 0;
}
/* ----------------------------- */
/* PREMIUM KONTAKTBEREICH       */
/* ----------------------------- */

.lux-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.lux-title {
    color: #D97A2B;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0 15px;
}

.lux-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, transparent, #D97A2B, transparent);
    border-radius: 2px;
}

/* Untertitel */
.lux-subtitle {
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

/* Text */
.lux-text {
    color: #c6eeff;
    margin-bottom: 35px;
    line-height: 1.6;
}

/* ----------------------------- */
/* FORMULAR-KARTE (Glass-Card)  */
/* ----------------------------- */

.lux-form {
    background: rgba(20, 20, 20, 0.55);
    backdrop-filter: blur(6px);
    border-radius: 14px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 25px rgba(217, 122, 43, 0.15);
    margin-bottom: 40px;
}

/* ----------------------------- */
/* INPUTS                       */
/* ----------------------------- */

.lux-input,
.lux-textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 12px 14px;
    border-radius: 8px;
    color: #fff;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.lux-input::placeholder,
.lux-textarea::placeholder {
    color: #9bbccc;
}

.lux-input:focus,
.lux-textarea:focus {
    border-color: #D97A2B;
    box-shadow: 0 0 12px rgba(217, 122, 43, 0.45);
    outline: none;
}

/* ----------------------------- */
/* DSGVO BOX                    */
/* ----------------------------- */

.lux-dsgvo {
    display: block;
    margin: 20px 0;
    color: #c6eeff;
    font-size: 0.9rem;
}

.lux-dsgvo a {
    color: #D97A2B;
}

/* ----------------------------- */
/* BUTTON                       */
/* ----------------------------- */

.lux-button {
    background: linear-gradient(90deg, #D97A2B, #f0a45c);
    border: none;
    padding: 12px 28px;
    border-radius: 10px;
    color: #fff;
    font-size: 1.05rem;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(217, 122, 43, 0.35);
}

.lux-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 25px rgba(217, 122, 43, 0.55);
}

/* ----------------------------- */
/* H3 Überschriften             */
/* ----------------------------- */

.lux-h3 {
    color: #fff;
    margin-top: 50px;
    letter-spacing: 0.5px;
}
/* ------------------------------------------------------ */
/* ULTRA LUXUS – STUFE C                                  */
/* ------------------------------------------------------ */

/* Scroll-Reveal Animation */
@keyframes lux-fade-up {
    0% { opacity: 0; transform: translateY(25px); }
    100% { opacity: 1; transform: translateY(0); }
}

#contact .product__description {
    animation: lux-fade-up 1.2s ease forwards;
}

/* ------------------------------------------------------ */
/* TITEL MIT GLOW-PULSE                                   */
/* ------------------------------------------------------ */

@keyframes lux-pulse {
    0% { opacity: 0.4; }
    50% { opacity: 1; }
    100% { opacity: 0.4; }
}

.lux-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, transparent, #D97A2B, transparent);
    border-radius: 2px;
    animation: lux-pulse 3s ease-in-out infinite;
}

.lux-title {
    color: #ffb36b;
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 1.5px;
    text-shadow: 0 0 12px rgba(217, 122, 43, 0.45);
}

/* ------------------------------------------------------ */
/* ULTRA GLASS-CARD                                       */
/* ------------------------------------------------------ */

.lux-form {
    background: rgba(20, 20, 20, 0.45);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
        0 0 35px rgba(217, 122, 43, 0.25),
        inset 0 0 18px rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

/* Light Shine oben */
.lux-form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.15),
        transparent
    );
    pointer-events: none;
}

/* ------------------------------------------------------ */
/* INPUTS – SOFT FOCUS AURA                               */
/* ------------------------------------------------------ */

.lux-input,
.lux-textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 14px 16px;
    border-radius: 10px;
    color: #fff;
    transition: all 0.35s ease;
    font-size: 1rem;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.25);
}

.lux-input:focus,
.lux-textarea:focus {
    border-color: #ffb36b;
    box-shadow:
        0 0 18px rgba(255, 179, 107, 0.55),
        inset 0 0 12px rgba(255, 255, 255, 0.15);
    outline: none;
    transform: scale(1.015);
}

.lux-input::placeholder,
.lux-textarea::placeholder {
    color: #aac7d8;
}

/* ------------------------------------------------------ */
/* BUTTON – GOLD SHINE ANIMATION                          */
/* ------------------------------------------------------ */

@keyframes lux-shine {
    0% { left: -80px; }
    100% { left: 120%; }
}

.lux-button {
    background: linear-gradient(90deg, #D97A2B, #f0a45c);
    border: none;
    padding: 14px 34px;
    border-radius: 12px;
    color: #fff;
    font-size: 1.15rem;
    letter-spacing: 0.7px;
    cursor: pointer;
    transition: all 0.35s ease;
    box-shadow: 0 0 22px rgba(217, 122, 43, 0.45);
    position: relative;
    overflow: hidden;
}

/* Shine-Effekt */
.lux-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: -80px;
    width: 60px;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.55),
        transparent
    );
    transform: skewX(-20deg);
}

.lux-button:hover::after {
    animation: lux-shine 0.9s ease;
}

.lux-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 35px rgba(217, 122, 43, 0.65);
}

/* ------------------------------------------------------ */
/* H3 – Edler Look                                        */
/* ------------------------------------------------------ */

.lux-h3 {
    color: #ffddb8;
    margin-top: 50px;
    letter-spacing: 0.6px;
    text-shadow: 0 0 8px rgba(217, 122, 43, 0.35);
}

/* Text */
.lux-text {
    color: #d0eaff;
    line-height: 1.7;
    font-size: 1.05rem;
}
/* ------------------------------------------------------ */
/* ULTRA-LUXUS BUTTON – KLEINERE VERSION                  */
/* ------------------------------------------------------ */

.lux-button {
    background: linear-gradient(90deg, #D97A2B, #f0a45c);
    border: none;
    padding: 10px 22px;        /* kleiner */
    border-radius: 10px;       /* etwas kompakter */
    color: #fff;
    font-size: 0.95rem;        /* dezenter */
    letter-spacing: 0.6px;
    cursor: pointer;
    transition: all 0.35s ease;
    box-shadow: 0 0 18px rgba(217, 122, 43, 0.45);
    position: relative;
    overflow: hidden;
}

/* Shine-Effekt bleibt gleich */
.lux-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: -80px;
    width: 60px;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.55),
        transparent
    );
    transform: skewX(-20deg);
}

.lux-button:hover::after {
    animation: lux-shine 0.9s ease;
}

.lux-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 28px rgba(217, 122, 43, 0.55);
}
/* ------------------------------------------------------ */
/* GOOGLE BEWERTUNGSBUTTON – ULTRA LUXUS VERSION          */
/* ------------------------------------------------------ */

.review-btn {
    display: inline-block;
    background: linear-gradient(90deg, #D97A2B, #f0a45c);
    padding: 10px 22px;
    border-radius: 10px;
    color: #fff !important;
    font-size: 0.95rem;
    letter-spacing: 0.6px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.35s ease;
    box-shadow: 0 0 18px rgba(217, 122, 43, 0.45);
    position: relative;
    overflow: hidden;
}

/* Shine-Effekt wie beim Senden-Button */
.review-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -80px;
    width: 60px;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.55),
        transparent
    );
    transform: skewX(-20deg);
}

.review-btn:hover::after {
    animation: lux-shine 0.9s ease;
}

.review-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 28px rgba(217, 122, 43, 0.55);
}

.details {
  /* Overlay */
}

.details__bg {
  width: 100%;
  max-width: 900px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  transform-origin: 0 0;
}

.details__bg--down {
  background: #353541;
}
.content-card {
    background: rgba(20, 20, 20, 0.55);
    border-radius: 18px;
    padding: 25px;
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 0 25px rgba(217, 122, 43, 0.18);
    overflow: hidden;
}

