/* ============================================================
   SecShare - reduzierte Landingpage
   ============================================================ */


/* ------------------------------------------------------------
   NAVIGATION
   ------------------------------------------------------------ */

/* Public Drop ausblenden */
.navbar-links a[href="/drop"] {
    display: none !important;
}

/* Login ausdrücklich sichtbar lassen */
.navbar-links a[href="/auth/login"] {
    display: inline-flex !important;
}


/* ------------------------------------------------------------
   HERO
   ------------------------------------------------------------ */

/* HermitStash/SecShare Produkt-Icon im Hero entfernen */
.hero-icon {
    display: none !important;
}

/* Public Drop entfernen */
.hero-buttons a[href="/drop"] {
    display: none !important;
}

/* GitHub entfernen */
.hero-buttons a[href*="github.com"] {
    display: none !important;
}

/* Login sichtbar */
.hero-buttons a[href="/auth/login"] {
    display: inline-flex !important;
}


/* Hero als eigentliche Startseite */
.hero {
    min-height: calc(100vh - 140px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.hero-content {
    max-width: 850px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.hero-buttons {
    display: flex !important;
    justify-content: center !important;
}

.share-disclaimer {
    display: none !important;
}

/* ------------------------------------------------------------
   ALLE MARKETING-BEREICHE ENTFERNEN
   ------------------------------------------------------------ */

/* Laufende Feature-Liste */
.marquee-section,

/* Security First / Your files. Your keys. */
.feat-section,

/* Zero-knowledge. Even from admins. */
.vault-landing-section,

/* Everything you need. Built in. */
.platform-section,

/* HermitStash Sync */
.sync-app-section,

/* How it works */
.how-section,

/* Built to resist */
.hardening-section,

/* Docker / Bare Metal / Deployment */
.deploy-section {
    display: none !important;
}


/* ------------------------------------------------------------
   MASCOT / SCROLL-EFFEKTE
   ------------------------------------------------------------ */

.scroll-mascot,
.scroll-progress {
    display: none !important;
}


/* ------------------------------------------------------------
   FOOTER
   ------------------------------------------------------------ */

/* Drop Files entfernen */
.site-footer a[href="/drop"] {
    display: none !important;
}

/* Sign In ausdrücklich behalten */
.site-footer a[href="/auth/login"] {
    display: inline !important;
}

/* Technischen Werbetext unten entfernen */
.footer-copy {
    display: none !important;
}