/* =========================
   PHANTOM SENTINEL HOCHZEITEN
   ELEGANT_CLASSIC THEME
   ========================= */

/*******************************
    0. CSS RESET & NORMALIZE
*******************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
body {
  line-height: 1.5;
  background: #FAFAFA;
  color: #212C36;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  min-height: 100vh;
}
img {
  max-width: 100%;
  display: block;
  border: 0;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
ul, ol {
  padding-left: 24px;
  margin-bottom: 24px;
}
li { margin-bottom: 8px; }

/*******************************
    1. TYPOGRAPHY
*******************************/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  color: #212C36;
  font-weight: 700;
  letter-spacing: 0.01em;
}
h1 {
  font-size: 2.75rem;
  margin-bottom: 24px;
  line-height: 1.17;
}
h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.2;
}
h3 {
  font-size: 1.4rem;
  margin-bottom: 16px;
  line-height: 1.25;
}
h4, h5, h6 {
  font-size: 1.125rem;
}
p, .subheadline, dl, table, ul, ol {
  font-size: 1.125rem;
  line-height: 1.75;
}
p, .subheadline { margin-bottom: 18px; }
.subheadline {
  font-style: italic;
  color: #324352;
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
}
strong, b { font-weight: 700; }
em, i { font-style: italic; }

/*******************************
    2. SPACING & LAYOUT
*******************************/
.container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 28px 0 rgba(33,44,54,0.06);
  padding: 32px;
}
.text-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 14px 0 rgba(33,44,54,0.06);
  margin-bottom: 20px;
  position: relative;
  padding: 32px;
  flex: 1 1 320px;
  transition: box-shadow 0.2s, transform 0.15s;
}
.card:hover {
  box-shadow: 0 6px 20px 0 rgba(15,32,43,0.11);
  transform: translateY(-2px) scale(1.012);
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.feature-grid,
.team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 18px;
}
.feature-grid > div,
.team-list > div {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px 0 rgba(33,44,54,0.055);
  padding: 24px 20px;
  flex: 1 1 230px;
  min-width: 220px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.18s, border 0.18s;
}
.feature-grid > div:hover,
.team-list > div:hover {
  box-shadow: 0 8px 34px 0 rgba(33,44,54,0.13);
  border-color: #E8B4AE;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/*******************************
    3. HEADER & NAVIGATION
*******************************/
header {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 18px 0 rgba(33,44,54,0.05);
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 18px 0;
  position: relative;
  z-index: 103;
}
.logo img {
  height: 46px;
  width: auto;
  display: block;
}
header nav {
  display: flex;
  align-items: center;
  gap: 26px;
}
header nav a {
  padding: 7px 0;
  font-size: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  color: #212C36;
  opacity: 0.85;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
header nav a:hover, header nav a:focus {
  color: #E8B4AE;
  border-color: #E8B4AE;
  outline: none;
}
header .cta-primary {
  background: #E8B4AE;
  color: #212C36;
  border-radius: 28px;
  padding: 9px 28px;
  margin-left: 16px;
  font-family: 'Playfair Display', serif;
  font-size: 1.13rem;
  font-weight: 600;
  box-shadow: 0 1px 8px 0 rgba(233,180,174,0.10);
  border: none;
  transition: background 0.2s, color 0.23s, transform 0.12s;
}
header .cta-primary:hover, header .cta-primary:focus {
  background: #212C36;
  color: #fff;
  transform: scale(1.03);
  outline: none;
}

/****** MOBILE MENU ******/
.mobile-menu-toggle {
  display: none;
  background: #E8B4AE;
  border: none;
  font-size: 2rem;
  line-height: 1;
  border-radius: 50%;
  color: #212C36;
  width: 44px;
  height: 44px;
  margin-left: 18px;
  cursor: pointer;
  transition: background 0.19s;
  z-index: 1108;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #BAD9D6;
  outline: none;
}
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right:0; bottom: 0;
  background: rgba(33,44,54,0.92);
  transform: translateX(-100%);
  transition: transform 0.36s cubic-bezier(.60,0,.20,1);
  z-index: 1200;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  visibility: hidden;
}
.mobile-menu.active {
  transform: translateX(0);
  visibility: visible;
}
.mobile-menu-close {
  font-size: 2rem;
  background: none;
  border: none;
  color: #fff;
  position: absolute;
  top: 28px;
  right: 30px;
  z-index: 1220;
  cursor: pointer;
  transition: color 0.19s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #E8B4AE;
  outline: none;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
  margin: 90px 0 0 36px;
}
.mobile-nav a {
  color: #fff;
  font-size: 1.2rem;
  padding: 12px 0;
  font-family: 'Playfair Display', serif;
  border-left: 3px solid transparent;
  transition: color 0.2s, border-left 0.2s;
  display: block;
  min-width: 180px;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #E8B4AE;
  border-left: 3px solid #E8B4AE;
  outline: none;
}

/*******************************
    4. BUTTONS & CALL-TO-ACTION
*******************************/
.cta-primary, button.cta-primary {
  background: #E8B4AE;
  color: #212C36;
  font-family: 'Playfair Display', serif;
  font-size: 1.17rem;
  font-weight: 600;
  border: none;
  border-radius: 24px;
  padding: 11px 38px;
  display: inline-block;
  margin-top: 10px;
  transition: background 0.17s, color 0.21s, box-shadow 0.16s, transform 0.10s;
  box-shadow: 0 2px 14px 0 rgba(233,180,174,0.11);
  cursor: pointer;
}
.cta-primary:hover, .cta-primary:focus {
  background: #212C36;
  color: #fff;
  box-shadow: 0 6px 24px 0 rgba(33,44,54,0.15);
  transform: scale(1.02);
  outline: none;
}

/*******************************
    5. TESTIMONIALS
*******************************/
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #BAD9D6;
  border-radius: 14px;
  color: #212C36;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px 0 rgba(68,88,80,0.07);
  font-family: 'Playfair Display', serif;
  font-size: 1.06rem;
  transition: box-shadow 0.19s, background 0.22s;
}
.testimonial-card p {
  margin: 0;
  color: #212C36;
}
.testimonial-card span {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  color: #324352;
  opacity: 0.86;
  margin-left: 10px;
}
.testimonial-card:hover {
  box-shadow: 0 8px 30px 0 rgba(33,44,54,0.15);
  background: #fff;
}

/*******************************
    6. TABLES
*******************************/
table {
  width: 100%;
  background: #fff;
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 1px 12px 0 rgba(33,44,54,0.08);
  font-size: 1.07rem;
}
th, td {
  padding: 16px 14px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}
th {
  background: #BAD9D6;
  color: #212C36;
  font-family: 'Playfair Display', serif;
  font-size: 1.13rem;
  font-weight: 700;
}
tr:last-child td { border-bottom: none; }
.transparency {
  color: #324352;
  font-size: 1rem;
  opacity: 0.95;
  margin-top: 10px;
}

/*******************************
    7. FORMS & CONTACT DETAILS
*******************************/
.contact-details {
  background: #BAD9D6;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 2px 14px 0 rgba(33,44,54,0.06);
  font-size: 1.07rem;
}
.contact-details h2 {
  margin-top: 0;
}
.contact-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-details li {
  display: flex;
  align-items: center;
  gap:10px;
  margin-bottom: 12px;
  font-size: 1.05rem;
  color: #212C36;
}
.contact-details a {
  color: #212C36;
  text-decoration: underline;
  transition: color 0.13s;
}
.contact-details a:hover {
  color: #E8B4AE;
}

/*******************************
    8. FOOTER
*******************************/
footer {
  background: #212C36;
  color: #fff;
  font-size: 1rem;
  width: 100%;
  margin-top: 60px;
}
.footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  gap: 30px;
  padding: 38px 0 16px 0;
  width: 100%;
}
.footer-top img {
  height: 44px;
  width: auto;
}
.footer-top nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-top nav a {
  color: #fff;
  opacity: 0.95;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 3px;
  transition: color 0.18s;
}
.footer-top nav a:hover, .footer-top nav a:focus {
  color: #BAD9D6;
  opacity: 1;
  outline: none;
}
.footer-bottom {
  border-top: 1px solid #3B5263;
  padding: 20px 0;
  text-align: center;
  color: #BAD9D6;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
}
.social-links {
  display: flex;
  flex-direction: row;
  gap: 18px;
}
.social-links a img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
  transition: box-shadow 0.18s, background 0.18s;
}
.social-links a:hover img {
  background: #E8B4AE;
  box-shadow: 0 4px 14px rgba(232,180,174,0.25);
}

/*******************************
    9. COOKIE CONSENT BANNER
*******************************/
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  color: #212C36;
  box-shadow: 0 -2px 30px 0 rgba(33,44,54,0.04);
  z-index: 1300;
  padding: 20px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 1.05rem;
  border-top: 1.5px solid #BAD9D6;
  animation: fadeinbanner .44s;
}
@keyframes fadeinbanner { from{ opacity:0; transform: translateY(32px);} to{ opacity:1; transform: translateY(0);} }
.cookie-banner .cookie-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.cookie-banner button {
  font-family: 'Playfair Display', serif;
  font-size: 1.02rem;
  font-weight: 600;
  background: #BAD9D6;
  color: #212C36;
  border: none;
  border-radius: 22px;
  padding: 7.5px 22px;
  transition: background 0.15s, color 0.16s, box-shadow 0.13s;
  cursor: pointer;
  box-shadow: 0 1px 6px 0 rgba(186,217,214,0.08);
}
.cookie-banner button:hover, .cookie-banner button:focus {
  background: #E8B4AE;
  color: #212C36;
  outline: none;
}
.cookie-banner button.reject {
  background: #E8B4AE;
  color: #212C36;
}
.cookie-banner button.reject:hover, .cookie-banner button.reject:focus {
  background: #BAD9D6;
}
.cookie-banner button.settings {
  background: #fff;
  border: 1.5px solid #212C36;
  color: #212C36;
}
.cookie-banner button.settings:hover, .cookie-banner button.settings:focus {
  border-color: #E8B4AE;
  background: #E8B4AE;
}

/* Cookie Modal */
.cookie-modal-overlay {
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(33,44,54,0.77);
  z-index: 1500;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s;
}
.cookie-modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.cookie-modal {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 44px 0 rgba(33,44,54,0.18);
  max-width: 440px;
  width: 96%;
  padding: 36px 28px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  animation: popin .32s cubic-bezier(.46,.94,.3,1.12);
}
@keyframes popin { from{ opacity:0; transform:scale(.95); } to{ opacity:1; transform:scale(1); } }
.cookie-modal h2 {
  margin-bottom: 10px;
  font-size: 1.3rem;
  color: #212C36;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.05rem;
}
.cookie-category-toggle {
  appearance: none;
  width: 36px; height: 20px;
  border-radius: 10px;
  background: #BAD9D6;
  position: relative;
  transition: background 0.18s;
  outline: none;
  cursor: pointer;
}
.cookie-category-toggle:before {
  content: '';
  position: absolute; top:2px; left:2px;
  width: 16px; height: 16px;
  background: #fff;
  border-radius: 50%;
  transition: left 0.16s, background 0.16s;
  box-shadow: 0 1px 3px 0 rgba(33,44,54,0.09);
}
.cookie-category-toggle:checked {
  background: #E8B4AE;
}
.cookie-category-toggle:checked:before {
  left: 18px;
  background: #fff;
}
.cookie-modal-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}
.cookie-modal-buttons button {
  font-size: 1.07rem;
  border-radius: 22px;
  padding: 8px 26px;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  background: #BAD9D6;
  color: #212C36;
  border: none;
  transition: background 0.17s;
  cursor: pointer;
}
.cookie-modal-buttons button.accept-all {
  background: #E8B4AE;
}
.cookie-modal-buttons button:hover, .cookie-modal-buttons button:focus {
  background: #212C36;
  color: #fff;
  outline: none;
}
.cookie-modal-buttons button.close {
  background: #fff;
  border: 1px solid #212C36;
  color: #212C36;
}
.cookie-modal-buttons button.close:hover, .cookie-modal-buttons button.close:focus {
  background: #E8B4AE;
}

/*******************************
    10. GENERAL ELEMENTS
*******************************/
hr {
  margin: 32px 0;
  border: none;
  border-top: 1.5px solid #BAD9D6;
}
blockquote {
  border-left: 4px solid #E8B4AE;
  background: #FBF7F3;
  padding: 16px 24px;
  font-style: italic;
  margin-bottom: 18px;
}
dt { font-weight: bold; color: #212C36; margin-top: 18px; }
dd { margin-bottom: 12px; color: #324352; }

/*******************************
    11. MEDIA QUERIES
*******************************/
@media (max-width: 1100px) {
  .container { max-width: 97vw; }
  .content-wrapper { padding: 22px; }
}
@media (max-width: 900px) {
  .content-wrapper { padding: 14px; }
  .section {
    margin-bottom: 48px;
    padding: 32px 6px;
  }
}
@media (max-width: 768px) {
  .container { padding-left: 5px; padding-right: 5px; }
  .section { margin-bottom: 38px; padding: 20px 2px; }
  .content-wrapper { border-radius: 7px; }
  .feature-grid, .team-list {
    flex-direction: column;
    gap: 18px;
  }
  .content-grid {
    flex-direction: column;
  }
  .footer-top {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding: 30px 0 12px 0;
  }
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  header nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (max-width: 560px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.33rem; }
  h3 { font-size: 1.09rem; }
  .content-wrapper { padding: 4px; }
  .card, .feature-grid > div, .team-list > div { padding: 15px 10px; }
  .footer-bottom { padding: 10px 0; font-size: .88rem; }
  .cookie-modal { padding: 22px 7px 12px 7px; }
  .cookie-banner { font-size: 1rem; flex-direction: column; align-items: flex-start; gap:12px; }
}

/*******************************
    12. ACCESSIBILITY & UTILS
*******************************/
:focus-visible {
  outline: 2px solid #BAD9D6;
  outline-offset: 2px;
}
.visually-hidden { position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden; }

/*******************************
    13. Z-INDEX LEVELS
*******************************/
header { z-index: 103; }
.mobile-menu { z-index: 1200; }
.mobile-menu-close { z-index: 1220; }
.cookie-banner { z-index: 1300; }
.cookie-modal-overlay { z-index: 1500; }

/*******************************
    14. CUSTOM SCROLLBARS
*******************************/
body::-webkit-scrollbar {
  width: 11px;
  background: #BAD9D6;
}
body::-webkit-scrollbar-thumb {
  background: #E8B4AE;
  border-radius: 24px;
}

/*******************************
    15. PRINT STYLES (optional)
*******************************/
@media print {
  header, nav, .mobile-menu, .cookie-banner, footer { display: none !important; }
  .container, .content-wrapper, .section { box-shadow: none; background: none; }
  body { color: #000; background: #fff; }
}
