/* =========================================================
   marketing.css — Hotel-Netz marketing theme
   Friendly to edit: tweak variables in :root
   ======================================================= */

/* ---------- Theme variables ---------- */
:root{
  --primary:    #6201b7;
  --primary-2:  #5a0194;
  --dark:       #0f1224;
  --text:       #202433;
  --muted:      #6f7285;
  --light:      #f7f9fc;
  --border:     #e6e9f2;
  --radius:     12px;
  --shadow:     0 10px 30px rgba(0,0,0,.12);
}

/* ---------- Base ---------- */
html { font-size: 16px; }
*,
*::before,
*::after { box-sizing: border-box; }

body.public-shell{
  margin: 0;
  color: var(--text);
  background: #b6b4b4;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.public-shell img{ max-width: 100%; height: auto; display: block; }
.public-shell a{ color: var(--primary); text-decoration: none; }
.public-shell a:hover{ text-decoration: underline; }

.public-shell h1,.public-shell h2,.public-shell h3{
  color: #101327;
  margin: 0 0 .35em;
  line-height: 1.2;
}
.public-shell p{ margin: 0 0 1em; }

/* =========================================================
   Header
   ======================================================= */
.public-shell header{
  position: sticky; top: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding: 14px 22px;
  background: linear-gradient(90deg, #1b0852, #7101c1);
  color: #fff; box-shadow: var(--shadow);
}
.public-shell header .nav-left img{ height: 40px; width: auto; }
.public-shell header nav ul{ list-style: none; margin: 0; padding: 0; display: flex; gap: 18px; flex-wrap: wrap; }
.public-shell header nav a{ color: #e8ebff; font-weight: 500; }
.public-shell header nav a:hover{ color: #fff; text-decoration: underline; }
.public-shell header .buttons{ display: flex; gap: 10px; }

/* Buttons */
.public-shell .btn{
  display: inline-block;
  padding: 10px 14px;
  border-radius: var(--radius);
  background: #fff;
  color: var(--dark);
  font-weight: 600;
  border: 1px solid transparent;
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
  transition: transform .05s ease, background .2s ease, border-color .2s ease;
}
.public-shell .btn:hover{ background:#eef2ff; border-color:#c7d0ff; text-decoration:none; }
.public-shell .btn:active{ transform: translateY(1px); }
.public-shell .btn-lg{ padding: 12px 18px; font-size: 1.02rem; }
.public-shell .btn-download{ background: var(--primary); color: #fff; border: none; }
.public-shell .btn-download:hover{ filter: brightness(1.06); }

/* =========================================================
   Sections
   ======================================================= */
.public-shell .hero-section{
  display: flex; align-items: center; gap: 36px;
  padding: 56px 22px;
}
.public-shell .hero-section.reverse{ flex-direction: row-reverse; background: var(--light); }
.public-shell .hero-section.wide-banner{
  justify-content: center; text-align: center;
  background: linear-gradient(90deg, #eef2ff, #f8fbff);
}
.public-shell .hero-section .image-container{ flex: 0 0 460px; max-width: 100%; }
.public-shell .hero-section .content{ max-width: 840px; }
.public-shell .hero-section .content.centered{ margin-inline: auto; }
.public-shell .hero-section h2{ font-size: 2rem; letter-spacing: .2px; }
.public-shell .hero-section h2 span{ color: var(--primary); }
.public-shell .hero-section .description{ color: var(--muted); max-width: 70ch; }

/* Highlight utility (used by scripts) */
.public-shell .highlight{
  background: linear-gradient(90deg, #ffe9a3, #ffd87a);
  padding: 0 .25rem; border-radius: .35rem;
}

/* =========================================================
   Contact
   ======================================================= */
.public-shell .contact-section{ background:#fff; padding: 56px 22px; }
.public-shell .contact-section .header-content{ text-align:center; margin-bottom: 20px; }
.public-shell .contact-section .subheading{ color: var(--muted); }

.public-shell .contact-form{
  max-width: 640px; margin: 0 auto;
  display: grid; gap: 12px;
}
.public-shell .contact-form input,
.public-shell .contact-form textarea{
  width: 100%; padding: 12px 14px; border-radius: 12px;
  border: 1px solid #e3e7ef; outline: none; background: #fdfdff; color: #111;
}
.public-shell .contact-form input:focus,
.public-shell .contact-form textarea:focus{
  border-color: #b8c6ff; box-shadow: 0 0 0 4px rgba(27,60,255,.08);
}
.public-shell .contact-form .checkbox-row{
  display: flex; align-items: center; gap: 10px;
  font-size: .95rem; color: #4a4f64;
}
.public-shell .contact-form button[type="submit"]{
  padding: 12px 16px; border-radius: 12px; background: var(--primary);
  color: #fff; border: none; font-weight: 700; cursor: pointer;
  transition: filter .2s ease;
}
.public-shell .contact-form button[type="submit"]:hover{ filter: brightness(1.06); }

/* =========================================================
   Footer
   ======================================================= */
.public-shell footer{ background: var(--dark); color: #cfd6ff; margin-top: 40px; }
.public-shell .footer-columns{
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 24px; padding: 36px 22px;
}
.public-shell .footer-col h5{ margin: 0 0 8px; color: #fff; font-size: 1rem; }
.public-shell .footer-col ul{ margin: 0; padding: 0; list-style: none; }
.public-shell .footer-col li{ margin: 6px 0; }
.public-shell .footer-col a{ color: #cfd6ff; }
.public-shell .footer-col a:hover{ color: #fff; text-decoration: underline; }

.public-shell .list-inline{ list-style: none; margin: 0; padding: 0; }
.public-shell .list-inline > li{ display: inline-block; margin-right: 14px; }

.public-shell .newsletter-form{ display: flex; gap: 10px; flex-wrap: wrap; }
.public-shell .newsletter-form input{
  flex: 1 1 220px; padding: 10px 12px; border-radius: var(--radius);
  border: 1px solid var(--border); background:#fff; color:#111;
}
.public-shell .newsletter-form button{
  padding: 10px 14px; border-radius: var(--radius);
  background: var(--primary-2); color: #fff; border: none; font-weight: 700; cursor: pointer;
}
.public-shell .newsletter-form button:hover{ filter: brightness(1.06); }

.public-shell .footer-bottom{
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 16px 22px; text-align: center; color: #aeb6ff; font-size: .95rem;
}

/* =========================================================
   Responsiveness
   ======================================================= */
@media (max-width: 1024px){
  .public-shell header{ flex-wrap: wrap; row-gap: 12px; }
  .public-shell header nav ul{ width: 100%; justify-content: center; }
  .public-shell header .buttons{ margin-left: auto; }

  .public-shell .hero-section{ flex-direction: column; text-align: center; }
  .public-shell .hero-section.reverse{ flex-direction: column; }
  .public-shell .hero-section .image-container{ width: 100%; max-width: 640px; }

  .public-shell .footer-columns{ grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px){
  .public-shell .btn{ width: 100%; text-align: center; }
  .public-shell .footer-columns{ grid-template-columns: 1fr; }
}
