/******************************************************
 * EINBL1CK – Global Styles
 ******************************************************/

 :root {
  --color-primary: #13868F;
  --color-primary-light: #e3f3f4;
  --color-accent: #F2C94C;
  --color-bg: #FFFFFF;
  --color-bg-soft: #F6F6F6;
  --color-text: #333333;
  --color-muted: #777777;
  --radius-lg: 16px;
  --radius-md: 12px;
  --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.06);
  --max-width: 1120px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  line-height: 1.4;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  color: var(--color-text);
  background-color: var(--color-bg);
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/******************************************************
 * HEADER NAVIGATION (Desktop)
 ******************************************************/

header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(255,255,255,0.9);
  border-bottom: 1px solid #ececec;
}

.nav {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 8px 20px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.logo-img {
  height: 34px;
}

/* Links zentriert im Header */
.nav-links {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 24px;
  font-size: 15px;
}

.nav-links a {
  padding: 6px 10px;
  color: var(--color-muted);
  border-radius: 999px;
  white-space: nowrap;
}

.nav-links a.active {
  background: #efefef;
  color: #333;
  font-weight: 600;
}

/* CTA-Rechts */
.nav-cta .btn-outline {
  padding: 6px 16px;
  font-size: 14px;
  white-space: nowrap;
}

/* Burger-Button Default: ausblenden */
.nav-mobile-toggle {
  display: none;
}

/* Mobile-Navigation Default: ausblenden */
.mobile-nav {
  display: none;
}

/******************************************************
 * BUTTONS
 ******************************************************/

 .btn {
  border: none;
  padding: 10px 18px;
  cursor: pointer;
  border-radius: 999px;
  font-size: 14px;
  transition: 0.1s ease;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.btn-primary {
  background: var(--color-primary);
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(19, 134, 143, 0.25);
}

.btn-outline {
  background: transparent;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.btn-outline:hover {
  background: var(--color-primary-light);
}

/******************************************************
 * HERO SECTION (Startseite & Publisher)
 ******************************************************/

.hero {
  padding-top: 40px;
  padding-bottom: 72px;
}

.section-inner {
  max-width: var(--max-width);
  margin: auto;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(0,1fr);
  gap: 40px;
  align-items: center;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--color-primary);
  margin-bottom: 8px;
}

.hero-title {
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 16px;
}

.hero-subtitle {
  font-size: 16px;
  color: var(--color-muted);
  margin-bottom: 24px;
  max-width: 550px;
}

.hero-ctas {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}

.hero-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-muted);
  font-size: 13px;
}

.hero-badge-dot {
  width: 8px;
  height: 8px;
  background: var(--color-accent);
  border-radius: 999px;
}

/* HERO RIGHT GENERELL */
.hero-right {
  display: flex;
  justify-content: center;
}

/* Publisher: Bild im Hero */
.publisher-hero-image {
  width: 100%;
  /* border-radius: 20px;*/
  
}

/* Abstand nach Value-Section Publisher */
#publisher-value {
  margin-bottom: 80px;
}

/******************************************************
 * iPHONE MOCKUP – CSS-Gerät (Startseite)
 ******************************************************/

.iphone-frame {
  position: relative;
  width: 260px;
  height: 530px;
  border-radius: 40px;
  padding: 10px;
  background: #000;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  display: flex;
}

/* Metallrahmen */
.iphone-frame::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 43px;
  background: linear-gradient(135deg, #5b5b5b, #bcbcbc, #2a2a2a);
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  z-index: -1;
}

/* Innerer Screen */
.iphone-inner {
  position: relative;
  flex: 1;
  height: 100%;
  background: #ffffff;
  border-radius: 32px;
  padding: 26px 10px 10px 10px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Buttons links */
.iphone-buttons-left {
  position: absolute;
  left: -4px;
  top: 26%;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 99;
}

.iphone-buttons-left span {
  display: block;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(
      180deg,
      #2c2c2c 0%,
      #555555 50%,
      #1d1d1d 100%
  );
  box-shadow:
      inset 0 0 1px rgba(255,255,255,0.4),
      0 0 1px rgba(0,0,0,0.55);
}

.iphone-buttons-left .btn-mute {
  height: 15px;
}

.iphone-buttons-left .btn-vol {
  height: 28px;
}

/******************************************************
 * STATUSBAR IM SCREEN
 ******************************************************/

.iphone-status {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 9px;
  color: #111;
  z-index: 5;
}

.iphone-time {
  font-weight: 600;
}

/* Dynamic Island */
.iphone-island {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 16px;
  border-radius: 999px;
  background: #111;
}

/* rechter Block mit Icons */
.iphone-status-right {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Empfangsbalken */
.status-icon.bars {
  width: 14px;
  height: 8px;
  position: relative;
}

.status-icon.bars::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(to top, #111 40%, transparent 40%),
    linear-gradient(to top, #111 60%, transparent 60%),
    linear-gradient(to top, #111 80%, transparent 80%),
    linear-gradient(to top, #111 100%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 2px 100%, 2px 100%, 2px 100%, 2px 100%;
  background-position: 0px 0, 4px 0, 8px 0, 12px 0;
  opacity: 0.95;
}

/* WLAN – 3 Bögen */
.status-icon.wifi {
  position: relative;
  width: 16px;
  height: 16px;
}

.status-icon.wifi span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 2px solid rgba(0,0,0,0.9);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.status-icon.wifi span:nth-child(1) {
  width: 16px;
  height: 16px;
  top: 3px;
}

.status-icon.wifi span:nth-child(2) {
  width: 11px;
  height: 11px;
  top: 7px;
}

.status-icon.wifi span:nth-child(3) {
  width: 6px;
  height: 6px;
  top: 11px;
}

/* Batterie */
.status-icon.battery {
  position: relative;
  width: 18px;
  height: 8px;
  border-radius: 2px;
  border: 1.4px solid rgba(0,0,0,0.9);
  box-sizing: border-box;
}

.status-icon.battery::after {
  content: "";
  position: absolute;
  right: -2.5px;
  top: 2px;
  width: 2px;
  height: 4px;
  border-radius: 1px;
  background: rgba(0,0,0,0.9);
}

.battery-level {
  position: absolute;
  inset: 1px;
  border-radius: 1px;
  background: #111;
}

/******************************************************
 * APP UI IM SCREEN
 ******************************************************/

.phone-app {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 100%;
  padding-top: 16px;
}

.phone-app-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}

.phone-logo-small {
  height: 12px;
  border-radius: 3px;
}

.phone-app-name {
  font-size: 9px;
  font-weight: 600;
  color: #666;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-left: 4px;
}

.phone-avatar {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #e6f3f4;
  border: 1px solid #cce5e7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: var(--color-primary);
}

/* Tabs */
.phone-mode-tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 5px;
}

.mode-tab {
  flex: 1;
  padding: 4px 4px;
  font-size: 9px;
  border-radius: 999px;
  border: 1px solid #d6e3e4;
  background: #f5f7f7;
  cursor: pointer;
}

.mode-tab.is-active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

/* Views */
.mode-view {
  display: none;
}

.mode-view.is-active {
  display: block;
}

/* Scrollbarer Bereich */
.phone-scroll {
  flex: 1;
  overflow-y: auto;
  padding-right: 2px;
  padding-bottom: 56px;
  -webkit-overflow-scrolling: touch;
}

.phone-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* Feed-Pills */
.feed-pill {
  font-size: 9px;
  padding: 3px 8px;
  background: #f1f3f4;
  border-radius: 999px;
  display: inline-flex;
  gap: 6px;
  margin-bottom: 4px;
}

.feed-pill span {
  padding: 2px 6px;
  border-radius: 999px;
  background: #fff;
}

/* Karten */
.feed-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e4eced;
  padding: 7px 8px;
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
}

.feed-card-thumb {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background:#eee;
  display: block;
}

.feed-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.feed-card-content {
  flex: 1;
  min-width: 0;
}

.feed-card-title {
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 3px;
  line-height: 1.3;
}

.feed-card-meta {
  display: flex;
  justify-content: space-between;
  font-size: 8.5px;
  color: #888;
  line-height: 1.3;
}

/* Thema-Farben */
.thumb-politics {
  background: linear-gradient(135deg, #234 0%, #13868F 100%);
}

.thumb-climate {
  background: linear-gradient(135deg, #1f8b4c 0%, #9be7c4 100%);
}

.thumb-sport {
  background: linear-gradient(135deg, #2f3b9c 0%, #8bb1ff 100%);
}

.thumb-mobility {
  background: linear-gradient(135deg, #8c4bff 0%, #ffc1ff 100%);
}

.thumb-tech {
  background: linear-gradient(135deg, #101820 0%, #4fd5ff 100%);
}

.thumb-overview {
  background: linear-gradient(135deg, #ff8a00 0%, #ffe29f 100%);
}

/* Einzelnews */
.single-news-divider {
  margin-top: 8px;
  margin-bottom: 2px;
  font-size: 8.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999;
}

.single-label {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #aaa;
  margin-bottom: 2px;
  line-height: 1.3;
}

.feed-card-single {
  background: #f9fafb;
}

/* Audio-Bar */
.audio-bar {
  margin-top: 6px;
  border-radius: 13px;
  background: #111;
  color: #fff;
  padding: 8px 9px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px;
  align-items: center;
}

.audio-dot {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
}

.audio-title {
  font-size: 9px;
  font-weight: 600;
}

.audio-time {
  font-size: 9px;
}

.audio-progress {
  height: 3px;
  border-radius: 999px;
  background: rgba(255,255,255,0.25);
  margin-top: 3px;
  overflow: hidden;
}

.audio-progress > div {
  width: 40%;
  height: 100%;
  background: #fff;
}

/* Mini-Player fixiert am unteren Screen-Rand */
.audio-bar.small-audio {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  margin-top: 0;
  z-index: 10;
  box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}

/******************************************************
 * BENEFITS SECTION
 ******************************************************/

.cards-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
}

.card {
  background: #ffffff;
  padding: 20px;
  border-radius: var(--radius-lg);
  box-shadow:
    0 3px 8px rgba(19, 134, 143, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.04);
}

.card-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.card-text {
  font-size: 14px;
  color: var(--color-muted);
}

/* Mehr Abstand nach den vier Kacheln auf Startseite */
#users {
  margin-bottom: 90px;
}

/******************************************************
 * HOW IT WORKS – Flow-Badges
 ******************************************************/

.how-grid {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(0,1fr);
  gap: 30px;
}


.flow-diagram {
  background: var(--color-bg-soft);
  padding: 18px;
  border-radius: 0;        /* KEINE runden Ecken mehr */
  display: flex;
  flex-direction: column;
  gap: 14px;
}


.flow-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  column-gap: 16px;
}

.flow-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  background: var(--color-primary);
  color: #ffffff;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 3px 8px rgba(19, 134, 143, 0.25);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 0.2px;
  user-select: none;
}

.flow-label {
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-text);
}

#how {
  margin-bottom: 90px;
}

/******************************************************
 * SIGNUP FORM
 ******************************************************/

.form-card {
  background: #fff;
  padding: 22px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.form-desc {
  font-size: 13px;
  color: var(--color-muted);
  margin-bottom: 16px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

input[type=text],
input[type=email],
input[type=date],
textarea,
select {
  padding: 10px;
  border-radius: var(--radius-md);
  border: 1px solid #ddd;
  font-size: 14px;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--color-primary);
  outline: none;
}

.checkbox-row {
  display: flex;
  gap: 6px;
  font-size: 13px;
  color: var(--color-muted);
}

.form-footer {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-status {
  font-size: 12px;
  color: var(--color-muted);
}

.form-status.error { color: #b93232; }
.form-status.success { color: #198f4a; }

/******************************************************
 * FAQ ACCORDION
 ******************************************************/

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: #fff;
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.faq-question-row {
  width: 100%;
  border: none;
  background: transparent;
  padding: 14px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.faq-toggle-icon {
  width: 16px;
  height: 16px;
  position: relative;
}

.faq-toggle-icon::before,
.faq-toggle-icon::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 1.6px;
  background: var(--color-muted);
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
}

.faq-toggle-icon::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.faq-answer {
  padding: 0 14px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 13px;
  color: var(--color-muted);
  transition: all 0.2s ease;
}

.faq-item.open .faq-answer {
  padding-top: 0;
  padding-bottom: 14px;
  max-height: 300px;
  opacity: 1;
}

.faq-item.open .faq-toggle-icon::before {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.faq-item.open .faq-toggle-icon::after {
  transform: translate(-50%,-50%) rotate(45deg);
}

/******************************************************
 * FOOTER
 ******************************************************/

footer {
  margin-top: 60px;
  padding: 24px 20px;
  background: #0f5e64;
  color: #fff;
}

.footer-inner {
  max-width: var(--max-width);
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  gap: 14px;
}

.footer-links a {
  color: #dff8f9;
}

/******************************************************
 * RESPONSIVE
 ******************************************************/

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

@media (max-width: 840px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-right {
    margin-top: 24px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  header {
    position: static;
  }
}

@media (max-width: 600px) {
  .hero {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .section-inner {
    padding: 0 14px;
  }

  .hero-grid {
    gap: 24px;
  }

  .hero-title {
    font-size: 28px;
    line-height: 1.2;
  }

  .hero-subtitle {
    font-size: 14px;
  }

  .hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-ctas .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-right {
    justify-content: center;
  }

  .iphone-frame {
    width: 210px;
    height: 430px;
    margin: 0 auto 8px;
  }

  .iphone-inner {
    border-radius: 28px;
  }

  .iphone-status {
    top: 5px;
  }

  .phone-app {
    padding-top: 14px;
  }

  .phone-scroll {
    padding-bottom: 62px;
  }

  .audio-bar.small-audio {
    left: 8px;
    right: 8px;
    bottom: 8px;
  }

  .audio-title {
    font-size: 10px;
  }

  .audio-time {
    font-size: 9px;
  }

  .section-title {
    font-size: 20px;
  }

  .section-subtitle {
    font-size: 13px;
  }

  .cards-grid {
    gap: 14px;
  }

  .form-card {
    padding: 18px;
  }
}

/******************************************************
 * MOBILE HEADER (bis 720px)
 ******************************************************/

@media (max-width: 720px) {
  .nav {
    padding: 10px 14px;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .nav-mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid #ddd;
    background: #fff;
  }

  .mobile-nav {
    background: #ffffff;
    border-bottom: 1px solid #eee;
    padding: 10px 16px 14px;
    display: none;        /* wird per JS auf flex gesetzt */
    flex-direction: column;
    gap: 10px;
  }

  .mobile-nav a {
    font-size: 15px;
    padding: 6px 0;
  }

  .mobile-nav .btn {
    width: 100%;
    padding: 10px;
  }
}
@media (max-width: 900px) {
  .how-grid {
    grid-template-columns: 1fr;
  }

  .flow-diagram {
    background: transparent;   /* kein grauer Kasten mehr */
    padding-left: 0;
    padding-right: 0;
  }
}
